openapi_ProvMnS

package
v1.18.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 9, 2023 License: Apache-2.0 Imports: 20 Imported by: 0

README ¶

Go API client for openapi_ProvMnS

OAS 3.0.1 definition of the Provisioning MnS © 2022, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). All rights reserved.

Overview

This API client was generated by the OpenAPI Generator project. By using the OpenAPI-spec from a remote server, you can easily generate an API client.

  • API version: 17.2.0
  • Package version: 1.0.0
  • Build package: org.openapitools.codegen.languages.GoClientCodegen

Installation

Install the following dependencies:

go get github.com/stretchr/testify/assert
go get golang.org/x/net/context

Put the package under your project folder and add the following in import:

import openapi_ProvMnS "github.com/GIT_USER_ID/GIT_REPO_ID/openapi_ProvMnS"

To use a proxy, set the environment variable HTTP_PROXY:

os.Setenv("HTTP_PROXY", "http://proxy_name:proxy_port")

Configuration of Server URL

Default configuration comes with Servers field that contains server objects as defined in the OpenAPI specification.

Select Server Configuration

For using other server than the one defined on index 0 set context value sw.ContextServerIndex of type int.

ctx := context.WithValue(context.Background(), openapi_ProvMnS.ContextServerIndex, 1)
Templated Server URL

Templated server URL is formatted using default variables from configuration or from context value sw.ContextServerVariables of type map[string]string.

ctx := context.WithValue(context.Background(), openapi_ProvMnS.ContextServerVariables, map[string]string{
	"basePath": "v2",
})

Note, enum values are always validated and all unused variables are silently ignored.

URLs Configuration per Operation

Each operation can use different server URL defined using OperationServers map in the Configuration. An operation is uniquely identified by "{classname}Service.{nickname}" string. Similar rules for overriding default operation server index and variables applies by using sw.ContextOperationServerIndices and sw.ContextOperationServerVariables context maps.

ctx := context.WithValue(context.Background(), openapi_ProvMnS.ContextOperationServerIndices, map[string]int{
	"{classname}Service.{nickname}": 2,
})
ctx = context.WithValue(context.Background(), openapi_ProvMnS.ContextOperationServerVariables, map[string]map[string]string{
	"{classname}Service.{nickname}": {
		"port": "8443",
	},
})

Documentation for API Endpoints

All URIs are relative to http://example.com/3GPPManagement/ProvMnS/XXX

Class Method HTTP request Description
DefaultApi ClassNameidDelete Delete /{className}={id} Deletes one resource
DefaultApi ClassNameidGet Get /{className}={id} Reads one or multiple resources
DefaultApi ClassNameidPatch Patch /{className}={id} Patches one or multiple resources
DefaultApi ClassNameidPut Put /{className}={id} Replaces a complete single resource or creates it if it does not exist

Documentation For Models

Documentation For Authorization

Endpoints do not require authorization.

Documentation for Utility Methods

Due to the fact that model structure members are all pointers, this package contains a number of utility functions to easily obtain pointers to values of basic types. Each of these functions takes a value of the given basic type and returns a pointer to it:

  • PtrBool
  • PtrInt
  • PtrInt32
  • PtrInt64
  • PtrFloat
  • PtrFloat32
  • PtrFloat64
  • PtrString
  • PtrTime

Author

Documentation ¶

Index ¶

Constants ¶

This section is empty.

Variables ¶

View Source
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")
)
View Source
var AllowedAccessTypeEnumValues = []AccessType{
	"3GPP_ACCESS",
	"NON_3GPP_ACCESS",
}

All allowed values of AccessType enum

View Source
var AllowedAckStateEnumValues = []AckState{
	"ACKNOWLEDGED",
	"UNACKNOWLEDGED",
}

All allowed values of AckState enum

View Source
var AllowedAdministrativeStateEnumValues = []AdministrativeState{
	"LOCKED",
	"UNLOCKED",
}

All allowed values of AdministrativeState enum

View Source
var AllowedAlarmNotificationTypesEnumValues = []AlarmNotificationTypes{
	"notifyNewAlarm",
	"notifyChangedAlarm",
	"notifyChangedAlarmGeneral",
	"notifyAckStateChanged",
	"notifyCorrelatedNotificationChanged",
	"notifyComments",
	"notifyClearedAlarm",
	"notifyAlarmListRebuilt",
	"notifyPotentialFaultyAlarmList",
}

All allowed values of AlarmNotificationTypes enum

View Source
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

View Source
var AllowedAnonymizationOfMdtDataTypeEnumValues = []AnonymizationOfMdtDataType{
	"NO_IDENTITY",
	"TAC_OF_IMEI",
}

All allowed values of AnonymizationOfMdtDataType enum

View Source
var AllowedAssuranceGoalStatusObservedEnumValues = []AssuranceGoalStatusObserved{
	"FULFILLED",
	"NOT_FULFILLED",
}

All allowed values of AssuranceGoalStatusObserved enum

View Source
var AllowedAssuranceGoalStatusPredictedEnumValues = []AssuranceGoalStatusPredicted{
	"FULFILLED",
	"NOT_FULFILLED",
}

All allowed values of AssuranceGoalStatusPredicted enum

View Source
var AllowedBwpContextEnumValues = []BwpContext{
	"DL",
	"UL",
	"SUL",
}

All allowed values of BwpContext enum

View Source
var AllowedCategoryEnumValues = []Category{
	"CHARACTER",
	"SCALABILITY",
}

All allowed values of Category enum

View Source
var AllowedCellStateEnumValues = []CellState{
	"IDLE",
	"INACTIVE",
	"ACTIVE",
}

All allowed values of CellState enum

View Source
var AllowedCmNotificationTypesEnumValues = []CmNotificationTypes{
	"notifyMOICreation",
	"notifyMOIDeletion",
	"notifyMOIAttributeValueChanges",
	"notifyMOIChanges",
}

All allowed values of CmNotificationTypes enum

View Source
var AllowedCollectionPeriodM6LteTypeEnumValues = []CollectionPeriodM6LteType{
	"1024ms",
	"2048ms",
	"5120ms",
	"10240ms",
}

All allowed values of CollectionPeriodM6LteType enum

View Source
var AllowedCollectionPeriodM6NrTypeEnumValues = []CollectionPeriodM6NrType{
	"120ms",
	"240ms",
	"480ms",
	"640ms",
	"1024ms",
	"2048ms",
	"5120ms",
	"10240ms",
	"20480ms",
	"40960ms",
	"1min",
	"6min",
	"12min",
	"30min",
}

All allowed values of CollectionPeriodM6NrType enum

View Source
var AllowedCollectionPeriodRrmLteTypeEnumValues = []CollectionPeriodRrmLteType{
	"100ms",
	"1000ms",
	"1024ms",
	"1280ms",
	"2048ms",
	"2560ms",
	"5120ms",
	"10000ms",
	"10240ms",
	"60000ms",
}

All allowed values of CollectionPeriodRrmLteType enum

View Source
var AllowedCollectionPeriodRrmNrTypeEnumValues = []CollectionPeriodRrmNrType{
	"1024ms",
	"2048ms",
	"5120ms",
	"10240ms",
	"60000ms",
}

All allowed values of CollectionPeriodRrmNrType enum

View Source
var AllowedCollectionPeriodRrmUmtsTypeEnumValues = []CollectionPeriodRrmUmtsType{
	"100ms",
	"250ms",
	"500ms",
	"1000ms",
	"2000ms",
	"3000ms",
	"4000ms",
	"6000ms",
}

All allowed values of CollectionPeriodRrmUmtsType enum

View Source
var AllowedCommModelTypeEnumValues = []CommModelType{
	"DIRECT_COMMUNICATION_WO_NRF",
	"DIRECT_COMMUNICATION_WITH_NRF",
	"INDIRECT_COMMUNICATION_WO_DEDICATED_DISCOVERY",
	"INDIRECT_COMMUNICATION_WITH_DEDICATED_DISCOVERY",
}

All allowed values of CommModelType enum

View Source
var AllowedConditionEnumValues = []Condition{
	"IS_EQUAL_TO",
	"IS_LESS_THAN",
	"IS_GREATER_THAN",
	"IS_WITHIN_RANGE",
	"IS_OUTSIDE_RANGE",
}

All allowed values of Condition enum

View Source
var AllowedControlLoopLifeCyclePhaseEnumValues = []ControlLoopLifeCyclePhase{
	"PREPARATION",
	"COMMISSIONING",
	"OPERATION",
	"DECOMMISSIONING",
}

All allowed values of ControlLoopLifeCyclePhase enum

View Source
var AllowedCyclicPrefixEnumValues = []CyclicPrefix{
	"15",
	"30",
	"60",
	"120",
}

All allowed values of CyclicPrefix enum

View Source
var AllowedEventListForEventTriggeredMeasurementTypeEnumValues = []EventListForEventTriggeredMeasurementType{
	"OUT_OF_COVERAGE",
	"A2_EVENT",
}

All allowed values of EventListForEventTriggeredMeasurementType enum

View Source
var AllowedExpectationVerbEnumValues = []ExpectationVerb{
	"DELIVER",
	"ENSURE",
}

All allowed values of ExpectationVerb enum

View Source
var AllowedExposureEnumValues = []Exposure{
	"API",
	"KPI",
}

All allowed values of Exposure enum

View Source
var AllowedFeasibilityResultEnumValues = []FeasibilityResult{
	"FEASIBLE",
	"INFEASIBLE",
}

All allowed values of FeasibilityResult enum

View Source
var AllowedFileNotificationTypesEnumValues = []FileNotificationTypes{
	"notifyFileReady",
	"notifyFilePreparationError",
}

All allowed values of FileNotificationTypes enum

View Source
var AllowedFulfilStatusEnumValues = []FulfilStatus{
	"FULFILLED",
	"NOT_FULFILLED",
}

All allowed values of FulfilStatus enum

View Source
var AllowedHeartbeatNotificationTypesEnumValues = []HeartbeatNotificationTypes{
	"notifyHeartbeat",
}

All allowed values of HeartbeatNotificationTypes enum

View Source
var AllowedInsertEnumValues = []Insert{
	"before",
	"after",
}

All allowed values of Insert enum

View Source
var AllowedIsESCoveredByEnumValues = []IsESCoveredBy{
	"false",
	"PARTIAL",
	"FULL",
}

All allowed values of IsESCoveredBy enum

View Source
var AllowedIsInitialBwpEnumValues = []IsInitialBwp{
	"INITIAL",
	"OTHER",
	"SUL",
}

All allowed values of IsInitialBwp enum

View Source
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

View Source
var AllowedLoggingDurationTypeEnumValues = []LoggingDurationType{
	"600s",
	"1200s",
	"2400s",
	"3600s",
	"5400s",
	"7200s",
}

All allowed values of LoggingDurationType enum

View Source
var AllowedMeasurementPeriodLteTypeEnumValues = []MeasurementPeriodLteType{
	"1024ms",
	"2048ms",
	"5120ms",
	"10240ms",
	"1min",
}

All allowed values of MeasurementPeriodLteType enum

View Source
var AllowedMeasurementPeriodUmtsTypeEnumValues = []MeasurementPeriodUmtsType{
	"1000ms",
	"2000ms",
	"3000ms",
	"4000ms",
	"6000ms",
	"8000ms",
	"12000ms",
	"16000ms",
	"20000ms",
	"24000ms",
	"28000ms",
	"32000ms",
	"64000ms",
}

All allowed values of MeasurementPeriodUmtsType enum

View Source
var AllowedMeasurementQuantityTypeEnumValues = []MeasurementQuantityType{
	"CPICH_EcNo",
	"CPICH_RSCP",
	"PathLoss",
}

All allowed values of MeasurementQuantityType enum

View Source
var AllowedMobilityLevelEnumValues = []MobilityLevel{
	"STATIONARY",
	"NOMADIC",
	"RESTRICTED MOBILITY",
	"FULLY MOBILITY",
}

All allowed values of MobilityLevel enum

View Source
var AllowedNFServiceTypeEnumValues = []NFServiceType{
	"Namf_Communication",
	"Namf_EventExposure",
	"Namf_MT",
	"Namf_Location",
	"Nsmf_PDUSession",
	"Nsmf_EventExposure",
	"Others",
}

All allowed values of NFServiceType enum

View Source
var AllowedNFStatusEnumValues = []NFStatus{
	"REGISTERED",
	"SUSPENDED",
}

All allowed values of NFStatus enum

View Source
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

View Source
var AllowedNetworkSliceSharingIndicatorEnumValues = []NetworkSliceSharingIndicator{
	"SHARED",
	"NON-SHARED",
}

All allowed values of NetworkSliceSharingIndicator enum

View Source
var AllowedNotFulfilledStateEnumValues = []NotFulfilledState{
	"ACKNOWLEDGED",
	"COMPLIANT",
	"DEGRADED",
	"SUSPENDED",
	"TERMINATED",
	"FULFILMENTFAILED",
}

All allowed values of NotFulfilledState enum

View Source
var AllowedNullValueEnumValues = []NullValue{
	"null",
}

All allowed values of NullValue enum

View Source
var AllowedOperationEnumValues = []Operation{
	"add",
	"remove",
	"replace",
}

All allowed values of Operation enum

View Source
var AllowedOperationSemanticsEnumValues = []OperationSemantics{
	"REQUEST_RESPONSE",
	"SUBSCRIBE_NOTIFY",
}

All allowed values of OperationSemantics enum

View Source
var AllowedOperationalStateEnumValues = []OperationalState{
	"ENABLED",
	"DISABLED",
}

All allowed values of OperationalState enum

View Source
var AllowedPatchOperationEnumValues = []PatchOperation{
	"add",
	"replace",
	"remove",
	"copy",
	"move",
	"test",
}

All allowed values of PatchOperation enum

View Source
var AllowedPerceivedSeverityEnumValues = []PerceivedSeverity{
	"INDETERMINATE",
	"CRITICAL",
	"MAJOR",
	"MINOR",
	"WARNING",
	"CLEARED",
}

All allowed values of PerceivedSeverity enum

View Source
var AllowedPerfNotificationTypesEnumValues = []PerfNotificationTypes{
	"notifyThresholdCrossing",
}

All allowed values of PerfNotificationTypes enum

View Source
var AllowedPositioningMethodTypeEnumValues = []PositioningMethodType{
	"GNSS",
	"E-CELL_ID",
}

All allowed values of PositioningMethodType enum

View Source
var AllowedPredictionfrequencyEnumValues = []Predictionfrequency{
	"PERSEC",
	"PERMIN",
	"PERHOUR",
}

All allowed values of Predictionfrequency enum

View Source
var AllowedQOffsetRangeEnumValues = []QOffsetRange{
	-24,
	-22,
	-20,
	-18,
	-16,
	-14,
	-12,
	-10,
	-8,
	-6,
	-5,
	-4,
	-3,
	-2,
	-1,
	0,
	24,
	22,
	20,
	18,
	16,
	14,
	12,
	10,
	8,
	6,
	5,
	4,
	3,
	2,
	1,
}

All allowed values of QOffsetRange enum

View Source
var AllowedRSSetTypeEnumValues = []RSSetType{
	"RS1",
	"RS2",
}

All allowed values of RSSetType enum

View Source
var AllowedRegistrationStateEnumValues = []RegistrationState{
	"REGISTERED",
	"DEREGISTERED",
}

All allowed values of RegistrationState enum

View Source
var AllowedReportAmountTypeEnumValues = []ReportAmountType{
	"1",
	"2",
	"4",
	"8",
	"16",
	"32",
	"64",
	"INFINITY",
}

All allowed values of ReportAmountType enum

View Source
var AllowedReportTypeTypeEnumValues = []ReportTypeType{
	"PERIODICAL",
	"EVENT_TRIGGERED",
}

All allowed values of ReportTypeType enum

View Source
var AllowedReportingMethodEnumValues = []ReportingMethod{
	"FILE",
	"STREAMING",
	"NOTIFICATION",
}

All allowed values of ReportingMethod enum

View Source
var AllowedRequestStatusEnumValues = []RequestStatus{
	"NOT_STARTED",
	"TRAINING_IN_PROGRESS",
	"SUSPENDED",
	"FINISHED",
	"CANCELLED",
}

All allowed values of RequestStatus enum

View Source
var AllowedResourceReservationStatusEnumValues = []ResourceReservationStatus{
	"RESERVED",
	"UNRESERVED",
	"USED",
}

All allowed values of ResourceReservationStatus enum

View Source
var AllowedResourceTypeEnumValues = []ResourceType{
	"PRB",
	"PRB_UL",
	"PRB_DL",
	"RRC",
	"DRB",
}

All allowed values of ResourceType enum

View Source
var AllowedSEPPTypeEnumValues = []SEPPType{
	"CSEPP",
	"PSEPP",
}

All allowed values of SEPPType enum

View Source
var AllowedScopeTypeEnumValues = []ScopeType{
	"BASE_ONLY",
	"BASE_NTH_LEVEL",
	"BASE_SUBTREE",
	"BASE_ALL",
}

All allowed values of ScopeType enum

View Source
var AllowedScpCapabilityEnumValues = []ScpCapability{
	"INDIRECT_COM_WITH_DELEG_DISC",
}

All allowed values of ScpCapability enum

View Source
var AllowedSharingLevelEnumValues = []SharingLevel{
	"SHARED",
	"NON-SHARED",
}

All allowed values of SharingLevel enum

View Source
var AllowedSliceSimultaneousUseEnumValues = []SliceSimultaneousUse{
	"ZERO",
	"ONE",
	"TWO",
	"THREE",
	"FOUR",
}

All allowed values of SliceSimultaneousUse enum

View Source
var AllowedSourceIndicatorEnumValues = []SourceIndicator{
	"RESOURCE_OPERATION",
	"MANAGEMENT_OPERATION",
	"SON_OPERATION",
	"UNKNOWN",
}

All allowed values of SourceIndicator enum

View Source
var AllowedSsbDurationEnumValues = []SsbDuration{
	1,
	2,
	3,
	4,
	5,
}

All allowed values of SsbDuration enum

View Source
var AllowedSsbPeriodicityEnumValues = []SsbPeriodicity{
	5,
	10,
	20,
	40,
	80,
	160,
}

All allowed values of SsbPeriodicity enum

View Source
var AllowedSsbSubCarrierSpacingEnumValues = []SsbSubCarrierSpacing{
	15,
	30,
	120,
	240,
}

All allowed values of SsbSubCarrierSpacing enum

View Source
var AllowedSupportEnumValues = []Support{
	"NOT SUPPORTED",
	"SUPPORTED",
}

All allowed values of Support enum

View Source
var AllowedSupportedDataSetEnumValues = []SupportedDataSet{
	"SUBSCRIPTION",
	"POLICY",
	"EXPOSURE",
	"APPLICATION",
	"A_PFD",
	"A_AFTI",
	"A_IPTV",
	"A_BDT",
	"A_SPD",
	"A_EASD",
	"A_AMI",
	"P_UE",
	"P_SCD",
	"P_BDT",
	"P_PLMNUE",
	"P_NSSCD",
}

All allowed values of SupportedDataSet enum

View Source
var AllowedSynAvailabilityEnumValues = []SynAvailability{
	"NOT SUPPORTED",
	"BETWEEN BS AND UE",
	"BETWEEN BS AND UE & UE AND UE",
}

All allowed values of SynAvailability enum

View Source
var AllowedTReselectionNRSfEnumValues = []TReselectionNRSf{
	25,
	50,
	75,
	100,
}

All allowed values of TReselectionNRSf enum

View Source
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

View Source
var AllowedTraceDepthTypeEnumValues = []TraceDepthType{
	"MINIMUM",
	"MEDIUM",
	"MAXIMUM",
	"VENDORMINIMUM",
	"VENDORMEDIUM",
	"VENDORMAXIMUM",
}

All allowed values of TraceDepthType enum

View Source
var AllowedTraceReportingFormatTypeEnumValues = []TraceReportingFormatType{
	"FILE-BASED",
	"STREAMING",
}

All allowed values of TraceReportingFormatType enum

View Source
var AllowedTrendIndicationEnumValues = []TrendIndication{
	"MORE_SEVERE",
	"NO_CHANGE",
	"LESS_SEVERE",
}

All allowed values of TrendIndication enum

View Source
var AllowedTxDirectionEnumValues = []TxDirection{
	"DL",
	"UL",
	"DL and UL",
}

All allowed values of TxDirection enum

View Source
var AllowedUsageStateEnumValues = []UsageState{
	"IDEL",
	"ACTIVE",
	"BUSY",
}

All allowed values of UsageState enum

Functions ¶

func CacheExpires ¶

func CacheExpires(r *http.Response) time.Time

CacheExpires helper function to determine remaining time before repeating a request.

func IsNil ¶ added in v1.18.2

func IsNil(i interface{}) bool

IsNil checks if an input is nil

func PtrBool ¶

func PtrBool(v bool) *bool

PtrBool is a helper routine that returns a pointer to given boolean value.

func PtrFloat32 ¶

func PtrFloat32(v float32) *float32

PtrFloat32 is a helper routine that returns a pointer to given float value.

func PtrFloat64 ¶

func PtrFloat64(v float64) *float64

PtrFloat64 is a helper routine that returns a pointer to given float value.

func PtrInt ¶

func PtrInt(v int) *int

PtrInt is a helper routine that returns a pointer to given integer value.

func PtrInt32 ¶

func PtrInt32(v int32) *int32

PtrInt32 is a helper routine that returns a pointer to given integer value.

func PtrInt64 ¶

func PtrInt64(v int64) *int64

PtrInt64 is a helper routine that returns a pointer to given integer value.

func PtrString ¶

func PtrString(v string) *string

PtrString is a helper routine that returns a pointer to given string value.

func PtrTime ¶

func PtrTime(v time.Time) *time.Time

PtrTime is helper routine that returns a pointer to given Time value.

Types ¶

type ACCLDisallowedAttributes ¶

type ACCLDisallowedAttributes struct {
	ManagedEntityIdentifier *string  `json:"managedEntityIdentifier,omitempty"`
	AttributeNameList       []string `json:"attributeNameList,omitempty"`
}

ACCLDisallowedAttributes struct for ACCLDisallowedAttributes

func NewACCLDisallowedAttributes ¶

func NewACCLDisallowedAttributes() *ACCLDisallowedAttributes

NewACCLDisallowedAttributes instantiates a new ACCLDisallowedAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewACCLDisallowedAttributesWithDefaults ¶

func NewACCLDisallowedAttributesWithDefaults() *ACCLDisallowedAttributes

NewACCLDisallowedAttributesWithDefaults instantiates a new ACCLDisallowedAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ACCLDisallowedAttributes) GetAttributeNameList ¶

func (o *ACCLDisallowedAttributes) GetAttributeNameList() []string

GetAttributeNameList returns the AttributeNameList field value if set, zero value otherwise.

func (*ACCLDisallowedAttributes) GetAttributeNameListOk ¶

func (o *ACCLDisallowedAttributes) GetAttributeNameListOk() ([]string, bool)

GetAttributeNameListOk returns a tuple with the AttributeNameList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ACCLDisallowedAttributes) GetManagedEntityIdentifier ¶

func (o *ACCLDisallowedAttributes) GetManagedEntityIdentifier() string

GetManagedEntityIdentifier returns the ManagedEntityIdentifier field value if set, zero value otherwise.

func (*ACCLDisallowedAttributes) GetManagedEntityIdentifierOk ¶

func (o *ACCLDisallowedAttributes) GetManagedEntityIdentifierOk() (*string, bool)

GetManagedEntityIdentifierOk returns a tuple with the ManagedEntityIdentifier field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ACCLDisallowedAttributes) HasAttributeNameList ¶

func (o *ACCLDisallowedAttributes) HasAttributeNameList() bool

HasAttributeNameList returns a boolean if a field has been set.

func (*ACCLDisallowedAttributes) HasManagedEntityIdentifier ¶

func (o *ACCLDisallowedAttributes) HasManagedEntityIdentifier() bool

HasManagedEntityIdentifier returns a boolean if a field has been set.

func (ACCLDisallowedAttributes) MarshalJSON ¶

func (o ACCLDisallowedAttributes) MarshalJSON() ([]byte, error)

func (*ACCLDisallowedAttributes) SetAttributeNameList ¶

func (o *ACCLDisallowedAttributes) SetAttributeNameList(v []string)

SetAttributeNameList gets a reference to the given []string and assigns it to the AttributeNameList field.

func (*ACCLDisallowedAttributes) SetManagedEntityIdentifier ¶

func (o *ACCLDisallowedAttributes) SetManagedEntityIdentifier(v string)

SetManagedEntityIdentifier gets a reference to the given string and assigns it to the ManagedEntityIdentifier field.

func (ACCLDisallowedAttributes) ToMap ¶

func (o ACCLDisallowedAttributes) ToMap() (map[string]interface{}, error)

type APIClient ¶

type APIClient struct {
	DefaultApi *DefaultApiService
	// contains filtered or unexported fields
}

APIClient manages communication with the Provisioning MnS API v17.2.0 In most cases there should be only one, shared, APIClient.

func NewAPIClient ¶

func NewAPIClient(cfg *Configuration) *APIClient

NewAPIClient creates a new API client. Requires a userAgent string describing your application. optionally a custom http.Client to allow for advanced features such as caching.

func (*APIClient) GetConfig ¶

func (c *APIClient) GetConfig() *Configuration

Allow modification of underlying config for alternate implementations and testing Caution: modifying the configuration while live can cause data races and potentially unwanted behavior

type APIKey ¶

type APIKey struct {
	Key    string
	Prefix string
}

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 AccessType ¶

type AccessType string

AccessType Indicates whether the access is via 3GPP or via non-3GPP.

const (
	NON_3_GPP_ACCESS AccessType = "NON_3GPP_ACCESS"
)

List of AccessType

func NewAccessTypeFromValue ¶

func NewAccessTypeFromValue(v string) (*AccessType, error)

NewAccessTypeFromValue returns a pointer to a valid AccessType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (AccessType) IsValid ¶

func (v AccessType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (AccessType) Ptr ¶

func (v AccessType) Ptr() *AccessType

Ptr returns reference to AccessType value

func (*AccessType) UnmarshalJSON ¶

func (v *AccessType) UnmarshalJSON(src []byte) error

type AccessTypeRm ¶

type AccessTypeRm struct {
	AccessType *AccessType
	NullValue  *NullValue
}

AccessTypeRm Indicates wether the access is via 3GPP or via non-3GPP but with the OpenAPI 'nullable: true' property.\"

func (*AccessTypeRm) MarshalJSON ¶

func (src *AccessTypeRm) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*AccessTypeRm) UnmarshalJSON ¶

func (dst *AccessTypeRm) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type AckState ¶

type AckState string

AckState the model 'AckState'

const (
	ACKNOWLEDGED   AckState = "ACKNOWLEDGED"
	UNACKNOWLEDGED AckState = "UNACKNOWLEDGED"
)

List of AckState

func NewAckStateFromValue ¶

func NewAckStateFromValue(v string) (*AckState, error)

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) IsValid ¶

func (v AckState) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (AckState) Ptr ¶

func (v AckState) Ptr() *AckState

Ptr returns reference to AckState value

func (*AckState) UnmarshalJSON ¶

func (v *AckState) UnmarshalJSON(src []byte) error

type ActivityFactorTarget ¶

type ActivityFactorTarget struct {
	TargetAttribute  *string `json:"targetAttribute,omitempty"`
	TargetCondition  *string `json:"targetCondition,omitempty"`
	TargetValueRange *int32  `json:"targetValueRange,omitempty"`
}

ActivityFactorTarget This data type is the \"ExpectationTarget\" data type with specialisations for ActivityFactorTarget

func NewActivityFactorTarget ¶

func NewActivityFactorTarget() *ActivityFactorTarget

NewActivityFactorTarget instantiates a new ActivityFactorTarget object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewActivityFactorTargetWithDefaults ¶

func NewActivityFactorTargetWithDefaults() *ActivityFactorTarget

NewActivityFactorTargetWithDefaults instantiates a new ActivityFactorTarget object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ActivityFactorTarget) GetTargetAttribute ¶

func (o *ActivityFactorTarget) GetTargetAttribute() string

GetTargetAttribute returns the TargetAttribute field value if set, zero value otherwise.

func (*ActivityFactorTarget) GetTargetAttributeOk ¶

func (o *ActivityFactorTarget) GetTargetAttributeOk() (*string, bool)

GetTargetAttributeOk returns a tuple with the TargetAttribute field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ActivityFactorTarget) GetTargetCondition ¶

func (o *ActivityFactorTarget) GetTargetCondition() string

GetTargetCondition returns the TargetCondition field value if set, zero value otherwise.

func (*ActivityFactorTarget) GetTargetConditionOk ¶

func (o *ActivityFactorTarget) GetTargetConditionOk() (*string, bool)

GetTargetConditionOk returns a tuple with the TargetCondition field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ActivityFactorTarget) GetTargetValueRange ¶

func (o *ActivityFactorTarget) GetTargetValueRange() int32

GetTargetValueRange returns the TargetValueRange field value if set, zero value otherwise.

func (*ActivityFactorTarget) GetTargetValueRangeOk ¶

func (o *ActivityFactorTarget) GetTargetValueRangeOk() (*int32, bool)

GetTargetValueRangeOk returns a tuple with the TargetValueRange field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ActivityFactorTarget) HasTargetAttribute ¶

func (o *ActivityFactorTarget) HasTargetAttribute() bool

HasTargetAttribute returns a boolean if a field has been set.

func (*ActivityFactorTarget) HasTargetCondition ¶

func (o *ActivityFactorTarget) HasTargetCondition() bool

HasTargetCondition returns a boolean if a field has been set.

func (*ActivityFactorTarget) HasTargetValueRange ¶

func (o *ActivityFactorTarget) HasTargetValueRange() bool

HasTargetValueRange returns a boolean if a field has been set.

func (ActivityFactorTarget) MarshalJSON ¶

func (o ActivityFactorTarget) MarshalJSON() ([]byte, error)

func (*ActivityFactorTarget) SetTargetAttribute ¶

func (o *ActivityFactorTarget) SetTargetAttribute(v string)

SetTargetAttribute gets a reference to the given string and assigns it to the TargetAttribute field.

func (*ActivityFactorTarget) SetTargetCondition ¶

func (o *ActivityFactorTarget) SetTargetCondition(v string)

SetTargetCondition gets a reference to the given string and assigns it to the TargetCondition field.

func (*ActivityFactorTarget) SetTargetValueRange ¶

func (o *ActivityFactorTarget) SetTargetValueRange(v int32)

SetTargetValueRange gets a reference to the given int32 and assigns it to the TargetValueRange field.

func (ActivityFactorTarget) ToMap ¶

func (o ActivityFactorTarget) ToMap() (map[string]interface{}, error)

type AddressWithVlan ¶

type AddressWithVlan struct {
	Ipv4Address *string   `json:"ipv4Address,omitempty"`
	Ipv6Address *Ipv6Addr `json:"ipv6Address,omitempty"`
	VlanId      *int32    `json:"vlanId,omitempty"`
}

AddressWithVlan struct for AddressWithVlan

func NewAddressWithVlan ¶

func NewAddressWithVlan() *AddressWithVlan

NewAddressWithVlan instantiates a new AddressWithVlan object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAddressWithVlanWithDefaults ¶

func NewAddressWithVlanWithDefaults() *AddressWithVlan

NewAddressWithVlanWithDefaults instantiates a new AddressWithVlan object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AddressWithVlan) GetIpv4Address ¶

func (o *AddressWithVlan) GetIpv4Address() string

GetIpv4Address returns the Ipv4Address field value if set, zero value otherwise.

func (*AddressWithVlan) GetIpv4AddressOk ¶

func (o *AddressWithVlan) GetIpv4AddressOk() (*string, bool)

GetIpv4AddressOk returns a tuple with the Ipv4Address field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AddressWithVlan) GetIpv6Address ¶

func (o *AddressWithVlan) GetIpv6Address() Ipv6Addr

GetIpv6Address returns the Ipv6Address field value if set, zero value otherwise.

func (*AddressWithVlan) GetIpv6AddressOk ¶

func (o *AddressWithVlan) GetIpv6AddressOk() (*Ipv6Addr, bool)

GetIpv6AddressOk returns a tuple with the Ipv6Address field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AddressWithVlan) GetVlanId ¶

func (o *AddressWithVlan) GetVlanId() int32

GetVlanId returns the VlanId field value if set, zero value otherwise.

func (*AddressWithVlan) GetVlanIdOk ¶

func (o *AddressWithVlan) GetVlanIdOk() (*int32, bool)

GetVlanIdOk returns a tuple with the VlanId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AddressWithVlan) HasIpv4Address ¶

func (o *AddressWithVlan) HasIpv4Address() bool

HasIpv4Address returns a boolean if a field has been set.

func (*AddressWithVlan) HasIpv6Address ¶

func (o *AddressWithVlan) HasIpv6Address() bool

HasIpv6Address returns a boolean if a field has been set.

func (*AddressWithVlan) HasVlanId ¶

func (o *AddressWithVlan) HasVlanId() bool

HasVlanId returns a boolean if a field has been set.

func (AddressWithVlan) MarshalJSON ¶

func (o AddressWithVlan) MarshalJSON() ([]byte, error)

func (*AddressWithVlan) SetIpv4Address ¶

func (o *AddressWithVlan) SetIpv4Address(v string)

SetIpv4Address gets a reference to the given string and assigns it to the Ipv4Address field.

func (*AddressWithVlan) SetIpv6Address ¶

func (o *AddressWithVlan) SetIpv6Address(v Ipv6Addr)

SetIpv6Address gets a reference to the given Ipv6Addr and assigns it to the Ipv6Address field.

func (*AddressWithVlan) SetVlanId ¶

func (o *AddressWithVlan) SetVlanId(v int32)

SetVlanId gets a reference to the given int32 and assigns it to the VlanId field.

func (AddressWithVlan) ToMap ¶

func (o AddressWithVlan) ToMap() (map[string]interface{}, error)

type AdministrativeState ¶

type AdministrativeState string

AdministrativeState the model 'AdministrativeState'

const (
	LOCKED   AdministrativeState = "LOCKED"
	UNLOCKED AdministrativeState = "UNLOCKED"
)

List of AdministrativeState

func NewAdministrativeStateFromValue ¶

func NewAdministrativeStateFromValue(v string) (*AdministrativeState, error)

NewAdministrativeStateFromValue returns a pointer to a valid AdministrativeState for the value passed as argument, or an error if the value passed is not allowed by the enum

func (AdministrativeState) IsValid ¶

func (v AdministrativeState) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (AdministrativeState) Ptr ¶

Ptr returns reference to AdministrativeState value

func (*AdministrativeState) UnmarshalJSON ¶

func (v *AdministrativeState) UnmarshalJSON(src []byte) error

type AfEvent ¶

type AfEvent struct {
	String *string
}

AfEvent Represents Application Events.

func (*AfEvent) MarshalJSON ¶

func (src *AfEvent) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*AfEvent) UnmarshalJSON ¶

func (dst *AfEvent) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type AfEventExposureData ¶

type AfEventExposureData struct {
	AfEvents []AfEvent `json:"afEvents"`
	AfIds    []string  `json:"afIds,omitempty"`
	AppIds   []string  `json:"appIds,omitempty"`
}

AfEventExposureData AF Event Exposure data managed by a given NEF Instance

func NewAfEventExposureData ¶

func NewAfEventExposureData(afEvents []AfEvent) *AfEventExposureData

NewAfEventExposureData instantiates a new AfEventExposureData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAfEventExposureDataWithDefaults ¶

func NewAfEventExposureDataWithDefaults() *AfEventExposureData

NewAfEventExposureDataWithDefaults instantiates a new AfEventExposureData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AfEventExposureData) GetAfEvents ¶

func (o *AfEventExposureData) GetAfEvents() []AfEvent

GetAfEvents returns the AfEvents field value

func (*AfEventExposureData) GetAfEventsOk ¶

func (o *AfEventExposureData) GetAfEventsOk() ([]AfEvent, bool)

GetAfEventsOk returns a tuple with the AfEvents field value and a boolean to check if the value has been set.

func (*AfEventExposureData) GetAfIds ¶

func (o *AfEventExposureData) GetAfIds() []string

GetAfIds returns the AfIds field value if set, zero value otherwise.

func (*AfEventExposureData) GetAfIdsOk ¶

func (o *AfEventExposureData) GetAfIdsOk() ([]string, bool)

GetAfIdsOk returns a tuple with the AfIds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AfEventExposureData) GetAppIds ¶

func (o *AfEventExposureData) GetAppIds() []string

GetAppIds returns the AppIds field value if set, zero value otherwise.

func (*AfEventExposureData) GetAppIdsOk ¶

func (o *AfEventExposureData) GetAppIdsOk() ([]string, bool)

GetAppIdsOk returns a tuple with the AppIds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AfEventExposureData) HasAfIds ¶

func (o *AfEventExposureData) HasAfIds() bool

HasAfIds returns a boolean if a field has been set.

func (*AfEventExposureData) HasAppIds ¶

func (o *AfEventExposureData) HasAppIds() bool

HasAppIds returns a boolean if a field has been set.

func (AfEventExposureData) MarshalJSON ¶

func (o AfEventExposureData) MarshalJSON() ([]byte, error)

func (*AfEventExposureData) SetAfEvents ¶

func (o *AfEventExposureData) SetAfEvents(v []AfEvent)

SetAfEvents sets field value

func (*AfEventExposureData) SetAfIds ¶

func (o *AfEventExposureData) SetAfIds(v []string)

SetAfIds gets a reference to the given []string and assigns it to the AfIds field.

func (*AfEventExposureData) SetAppIds ¶

func (o *AfEventExposureData) SetAppIds(v []string)

SetAppIds gets a reference to the given []string and assigns it to the AppIds field.

func (AfEventExposureData) ToMap ¶

func (o AfEventExposureData) ToMap() (map[string]interface{}, error)

type AfSigProtocol ¶

type AfSigProtocol struct {
	NullValue *NullValue
	String    *string
}

AfSigProtocol Possible values are - NO_INFORMATION: Indicate that no information about the AF signalling protocol is being provided. - SIP: Indicate that the signalling protocol is Session Initiation Protocol.

func (*AfSigProtocol) MarshalJSON ¶

func (src *AfSigProtocol) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*AfSigProtocol) UnmarshalJSON ¶

func (dst *AfSigProtocol) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

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 ¶

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 ¶

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 ¶

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 ¶

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           *ThresholdInfo2           `json:"thresholdinfo,omitempty"`
	CorrelatedNotifications []CorrelatedNotification1 `json:"correlatedNotifications,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() []CorrelatedNotification1

GetCorrelatedNotifications returns the CorrelatedNotifications field value if set, zero value otherwise.

func (*AlarmRecord) GetCorrelatedNotificationsOk ¶

func (o *AlarmRecord) GetCorrelatedNotificationsOk() ([]CorrelatedNotification1, 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() ThresholdInfo2

GetThresholdinfo returns the Thresholdinfo field value if set, zero value otherwise.

func (*AlarmRecord) GetThresholdinfoOk ¶

func (o *AlarmRecord) GetThresholdinfoOk() (*ThresholdInfo2, 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 []CorrelatedNotification1)

SetCorrelatedNotifications gets a reference to the given []CorrelatedNotification1 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 ThresholdInfo2)

SetThresholdinfo gets a reference to the given ThresholdInfo2 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 ¶

func NewAlarmTypeFromValue(v string) (*AlarmType, error)

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) IsValid ¶

func (v AlarmType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (AlarmType) Ptr ¶

func (v AlarmType) Ptr() *AlarmType

Ptr returns reference to AlarmType value

func (*AlarmType) UnmarshalJSON ¶

func (v *AlarmType) UnmarshalJSON(src []byte) error

type AmfFunctionSingle ¶

type AmfFunctionSingle struct {
	Top
	Attributes       *AmfFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
	PerfMetricJob    []PerfMetricJobSingle             `json:"PerfMetricJob,omitempty"`
	ThresholdMonitor []ThresholdMonitorSingle          `json:"ThresholdMonitor,omitempty"`
	ManagedNFService []ManagedNFServiceSingle          `json:"ManagedNFService,omitempty"`
	TraceJob         []TraceJobSingle                  `json:"TraceJob,omitempty"`
	EPN2             []EPN2Single                      `json:"EP_N2,omitempty"`
	EPN8             []EPN8Single                      `json:"EP_N8,omitempty"`
	EPN11            []EPN11Single                     `json:"EP_N11,omitempty"`
	EPN12            []EPN12Single                     `json:"EP_N12,omitempty"`
	EPN14            []EPN14Single                     `json:"EP_N14,omitempty"`
	EPN15            []EPN15Single                     `json:"EP_N15,omitempty"`
	EPN17            []EPN17Single                     `json:"EP_N17,omitempty"`
	EPN20            []EPN20Single                     `json:"EP_N20,omitempty"`
	EPN22            []EPN22Single                     `json:"EP_N22,omitempty"`
	EPN26            []EPN26Single                     `json:"EP_N26,omitempty"`
	EP_NLS           []EPNLSSingle                     `json:"EP_NLS,omitempty"`
	EP_NLG           []EPNLGSingle                     `json:"EP_NLG,omitempty"`
}

AmfFunctionSingle struct for AmfFunctionSingle

func NewAmfFunctionSingle ¶

func NewAmfFunctionSingle(id NullableString) *AmfFunctionSingle

NewAmfFunctionSingle instantiates a new AmfFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAmfFunctionSingleWithDefaults ¶

func NewAmfFunctionSingleWithDefaults() *AmfFunctionSingle

NewAmfFunctionSingleWithDefaults instantiates a new AmfFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AmfFunctionSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*AmfFunctionSingle) GetAttributesOk ¶

func (o *AmfFunctionSingle) GetAttributesOk() (*AmfFunctionSingleAllOfAttributes, 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 (*AmfFunctionSingle) GetEPN11 ¶

func (o *AmfFunctionSingle) GetEPN11() []EPN11Single

GetEPN11 returns the EPN11 field value if set, zero value otherwise.

func (*AmfFunctionSingle) GetEPN11Ok ¶

func (o *AmfFunctionSingle) GetEPN11Ok() ([]EPN11Single, bool)

GetEPN11Ok returns a tuple with the EPN11 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AmfFunctionSingle) GetEPN12 ¶

func (o *AmfFunctionSingle) GetEPN12() []EPN12Single

GetEPN12 returns the EPN12 field value if set, zero value otherwise.

func (*AmfFunctionSingle) GetEPN12Ok ¶

func (o *AmfFunctionSingle) GetEPN12Ok() ([]EPN12Single, bool)

GetEPN12Ok returns a tuple with the EPN12 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AmfFunctionSingle) GetEPN14 ¶

func (o *AmfFunctionSingle) GetEPN14() []EPN14Single

GetEPN14 returns the EPN14 field value if set, zero value otherwise.

func (*AmfFunctionSingle) GetEPN14Ok ¶

func (o *AmfFunctionSingle) GetEPN14Ok() ([]EPN14Single, bool)

GetEPN14Ok returns a tuple with the EPN14 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AmfFunctionSingle) GetEPN15 ¶

func (o *AmfFunctionSingle) GetEPN15() []EPN15Single

GetEPN15 returns the EPN15 field value if set, zero value otherwise.

func (*AmfFunctionSingle) GetEPN15Ok ¶

func (o *AmfFunctionSingle) GetEPN15Ok() ([]EPN15Single, bool)

GetEPN15Ok returns a tuple with the EPN15 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AmfFunctionSingle) GetEPN17 ¶

func (o *AmfFunctionSingle) GetEPN17() []EPN17Single

GetEPN17 returns the EPN17 field value if set, zero value otherwise.

func (*AmfFunctionSingle) GetEPN17Ok ¶

func (o *AmfFunctionSingle) GetEPN17Ok() ([]EPN17Single, bool)

GetEPN17Ok returns a tuple with the EPN17 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AmfFunctionSingle) GetEPN2 ¶

func (o *AmfFunctionSingle) GetEPN2() []EPN2Single

GetEPN2 returns the EPN2 field value if set, zero value otherwise.

func (*AmfFunctionSingle) GetEPN20 ¶

func (o *AmfFunctionSingle) GetEPN20() []EPN20Single

GetEPN20 returns the EPN20 field value if set, zero value otherwise.

func (*AmfFunctionSingle) GetEPN20Ok ¶

func (o *AmfFunctionSingle) GetEPN20Ok() ([]EPN20Single, bool)

GetEPN20Ok returns a tuple with the EPN20 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AmfFunctionSingle) GetEPN22 ¶

func (o *AmfFunctionSingle) GetEPN22() []EPN22Single

GetEPN22 returns the EPN22 field value if set, zero value otherwise.

func (*AmfFunctionSingle) GetEPN22Ok ¶

func (o *AmfFunctionSingle) GetEPN22Ok() ([]EPN22Single, bool)

GetEPN22Ok returns a tuple with the EPN22 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AmfFunctionSingle) GetEPN26 ¶

func (o *AmfFunctionSingle) GetEPN26() []EPN26Single

GetEPN26 returns the EPN26 field value if set, zero value otherwise.

func (*AmfFunctionSingle) GetEPN26Ok ¶

func (o *AmfFunctionSingle) GetEPN26Ok() ([]EPN26Single, bool)

GetEPN26Ok returns a tuple with the EPN26 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AmfFunctionSingle) GetEPN2Ok ¶

func (o *AmfFunctionSingle) GetEPN2Ok() ([]EPN2Single, bool)

GetEPN2Ok returns a tuple with the EPN2 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AmfFunctionSingle) GetEPN8 ¶

func (o *AmfFunctionSingle) GetEPN8() []EPN8Single

GetEPN8 returns the EPN8 field value if set, zero value otherwise.

func (*AmfFunctionSingle) GetEPN8Ok ¶

func (o *AmfFunctionSingle) GetEPN8Ok() ([]EPN8Single, bool)

GetEPN8Ok returns a tuple with the EPN8 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AmfFunctionSingle) GetEP_NLG ¶

func (o *AmfFunctionSingle) GetEP_NLG() []EPNLGSingle

GetEP_NLG returns the EP_NLG field value if set, zero value otherwise.

func (*AmfFunctionSingle) GetEP_NLGOk ¶

func (o *AmfFunctionSingle) GetEP_NLGOk() ([]EPNLGSingle, bool)

GetEP_NLGOk returns a tuple with the EP_NLG field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AmfFunctionSingle) GetEP_NLS ¶

func (o *AmfFunctionSingle) GetEP_NLS() []EPNLSSingle

GetEP_NLS returns the EP_NLS field value if set, zero value otherwise.

func (*AmfFunctionSingle) GetEP_NLSOk ¶

func (o *AmfFunctionSingle) GetEP_NLSOk() ([]EPNLSSingle, bool)

GetEP_NLSOk returns a tuple with the EP_NLS field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AmfFunctionSingle) GetManagedNFService ¶

func (o *AmfFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle

GetManagedNFService returns the ManagedNFService field value if set, zero value otherwise.

func (*AmfFunctionSingle) GetManagedNFServiceOk ¶

func (o *AmfFunctionSingle) 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 (*AmfFunctionSingle) GetPerfMetricJob ¶

func (o *AmfFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle

GetPerfMetricJob returns the PerfMetricJob field value if set, zero value otherwise.

func (*AmfFunctionSingle) GetPerfMetricJobOk ¶

func (o *AmfFunctionSingle) 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 (*AmfFunctionSingle) GetThresholdMonitor ¶

func (o *AmfFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle

GetThresholdMonitor returns the ThresholdMonitor field value if set, zero value otherwise.

func (*AmfFunctionSingle) GetThresholdMonitorOk ¶

func (o *AmfFunctionSingle) 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 (*AmfFunctionSingle) GetTraceJob ¶

func (o *AmfFunctionSingle) GetTraceJob() []TraceJobSingle

GetTraceJob returns the TraceJob field value if set, zero value otherwise.

func (*AmfFunctionSingle) GetTraceJobOk ¶

func (o *AmfFunctionSingle) 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 (*AmfFunctionSingle) HasAttributes ¶

func (o *AmfFunctionSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*AmfFunctionSingle) HasEPN11 ¶

func (o *AmfFunctionSingle) HasEPN11() bool

HasEPN11 returns a boolean if a field has been set.

func (*AmfFunctionSingle) HasEPN12 ¶

func (o *AmfFunctionSingle) HasEPN12() bool

HasEPN12 returns a boolean if a field has been set.

func (*AmfFunctionSingle) HasEPN14 ¶

func (o *AmfFunctionSingle) HasEPN14() bool

HasEPN14 returns a boolean if a field has been set.

func (*AmfFunctionSingle) HasEPN15 ¶

func (o *AmfFunctionSingle) HasEPN15() bool

HasEPN15 returns a boolean if a field has been set.

func (*AmfFunctionSingle) HasEPN17 ¶

func (o *AmfFunctionSingle) HasEPN17() bool

HasEPN17 returns a boolean if a field has been set.

func (*AmfFunctionSingle) HasEPN2 ¶

func (o *AmfFunctionSingle) HasEPN2() bool

HasEPN2 returns a boolean if a field has been set.

func (*AmfFunctionSingle) HasEPN20 ¶

func (o *AmfFunctionSingle) HasEPN20() bool

HasEPN20 returns a boolean if a field has been set.

func (*AmfFunctionSingle) HasEPN22 ¶

func (o *AmfFunctionSingle) HasEPN22() bool

HasEPN22 returns a boolean if a field has been set.

func (*AmfFunctionSingle) HasEPN26 ¶

func (o *AmfFunctionSingle) HasEPN26() bool

HasEPN26 returns a boolean if a field has been set.

func (*AmfFunctionSingle) HasEPN8 ¶

func (o *AmfFunctionSingle) HasEPN8() bool

HasEPN8 returns a boolean if a field has been set.

func (*AmfFunctionSingle) HasEP_NLG ¶

func (o *AmfFunctionSingle) HasEP_NLG() bool

HasEP_NLG returns a boolean if a field has been set.

func (*AmfFunctionSingle) HasEP_NLS ¶

func (o *AmfFunctionSingle) HasEP_NLS() bool

HasEP_NLS returns a boolean if a field has been set.

func (*AmfFunctionSingle) HasManagedNFService ¶

func (o *AmfFunctionSingle) HasManagedNFService() bool

HasManagedNFService returns a boolean if a field has been set.

func (*AmfFunctionSingle) HasPerfMetricJob ¶

func (o *AmfFunctionSingle) HasPerfMetricJob() bool

HasPerfMetricJob returns a boolean if a field has been set.

func (*AmfFunctionSingle) HasThresholdMonitor ¶

func (o *AmfFunctionSingle) HasThresholdMonitor() bool

HasThresholdMonitor returns a boolean if a field has been set.

func (*AmfFunctionSingle) HasTraceJob ¶

func (o *AmfFunctionSingle) HasTraceJob() bool

HasTraceJob returns a boolean if a field has been set.

func (AmfFunctionSingle) MarshalJSON ¶

func (o AmfFunctionSingle) MarshalJSON() ([]byte, error)

func (*AmfFunctionSingle) SetAttributes ¶

SetAttributes gets a reference to the given AmfFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (*AmfFunctionSingle) SetEPN11 ¶

func (o *AmfFunctionSingle) SetEPN11(v []EPN11Single)

SetEPN11 gets a reference to the given []EPN11Single and assigns it to the EPN11 field.

func (*AmfFunctionSingle) SetEPN12 ¶

func (o *AmfFunctionSingle) SetEPN12(v []EPN12Single)

SetEPN12 gets a reference to the given []EPN12Single and assigns it to the EPN12 field.

func (*AmfFunctionSingle) SetEPN14 ¶

func (o *AmfFunctionSingle) SetEPN14(v []EPN14Single)

SetEPN14 gets a reference to the given []EPN14Single and assigns it to the EPN14 field.

func (*AmfFunctionSingle) SetEPN15 ¶

func (o *AmfFunctionSingle) SetEPN15(v []EPN15Single)

SetEPN15 gets a reference to the given []EPN15Single and assigns it to the EPN15 field.

func (*AmfFunctionSingle) SetEPN17 ¶

func (o *AmfFunctionSingle) SetEPN17(v []EPN17Single)

SetEPN17 gets a reference to the given []EPN17Single and assigns it to the EPN17 field.

func (*AmfFunctionSingle) SetEPN2 ¶

func (o *AmfFunctionSingle) SetEPN2(v []EPN2Single)

SetEPN2 gets a reference to the given []EPN2Single and assigns it to the EPN2 field.

func (*AmfFunctionSingle) SetEPN20 ¶

func (o *AmfFunctionSingle) SetEPN20(v []EPN20Single)

SetEPN20 gets a reference to the given []EPN20Single and assigns it to the EPN20 field.

func (*AmfFunctionSingle) SetEPN22 ¶

func (o *AmfFunctionSingle) SetEPN22(v []EPN22Single)

SetEPN22 gets a reference to the given []EPN22Single and assigns it to the EPN22 field.

func (*AmfFunctionSingle) SetEPN26 ¶

func (o *AmfFunctionSingle) SetEPN26(v []EPN26Single)

SetEPN26 gets a reference to the given []EPN26Single and assigns it to the EPN26 field.

func (*AmfFunctionSingle) SetEPN8 ¶

func (o *AmfFunctionSingle) SetEPN8(v []EPN8Single)

SetEPN8 gets a reference to the given []EPN8Single and assigns it to the EPN8 field.

func (*AmfFunctionSingle) SetEP_NLG ¶

func (o *AmfFunctionSingle) SetEP_NLG(v []EPNLGSingle)

SetEP_NLG gets a reference to the given []EPNLGSingle and assigns it to the EP_NLG field.

func (*AmfFunctionSingle) SetEP_NLS ¶

func (o *AmfFunctionSingle) SetEP_NLS(v []EPNLSSingle)

SetEP_NLS gets a reference to the given []EPNLSSingle and assigns it to the EP_NLS field.

func (*AmfFunctionSingle) SetManagedNFService ¶

func (o *AmfFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle)

SetManagedNFService gets a reference to the given []ManagedNFServiceSingle and assigns it to the ManagedNFService field.

func (*AmfFunctionSingle) SetPerfMetricJob ¶

func (o *AmfFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle)

SetPerfMetricJob gets a reference to the given []PerfMetricJobSingle and assigns it to the PerfMetricJob field.

func (*AmfFunctionSingle) SetThresholdMonitor ¶

func (o *AmfFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)

SetThresholdMonitor gets a reference to the given []ThresholdMonitorSingle and assigns it to the ThresholdMonitor field.

func (*AmfFunctionSingle) SetTraceJob ¶

func (o *AmfFunctionSingle) SetTraceJob(v []TraceJobSingle)

SetTraceJob gets a reference to the given []TraceJobSingle and assigns it to the TraceJob field.

func (AmfFunctionSingle) ToMap ¶

func (o AmfFunctionSingle) ToMap() (map[string]interface{}, error)

type AmfFunctionSingleAllOf ¶

type AmfFunctionSingleAllOf struct {
	Attributes *AmfFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}

AmfFunctionSingleAllOf struct for AmfFunctionSingleAllOf

func NewAmfFunctionSingleAllOf ¶

func NewAmfFunctionSingleAllOf() *AmfFunctionSingleAllOf

NewAmfFunctionSingleAllOf instantiates a new AmfFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAmfFunctionSingleAllOfWithDefaults ¶

func NewAmfFunctionSingleAllOfWithDefaults() *AmfFunctionSingleAllOf

NewAmfFunctionSingleAllOfWithDefaults instantiates a new AmfFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AmfFunctionSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*AmfFunctionSingleAllOf) GetAttributesOk ¶

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 (*AmfFunctionSingleAllOf) HasAttributes ¶

func (o *AmfFunctionSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (AmfFunctionSingleAllOf) MarshalJSON ¶

func (o AmfFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*AmfFunctionSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given AmfFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (AmfFunctionSingleAllOf) ToMap ¶

func (o AmfFunctionSingleAllOf) ToMap() (map[string]interface{}, error)

type AmfFunctionSingleAllOf1 ¶

type AmfFunctionSingleAllOf1 struct {
	EPN2   []EPN2Single  `json:"EP_N2,omitempty"`
	EPN8   []EPN8Single  `json:"EP_N8,omitempty"`
	EPN11  []EPN11Single `json:"EP_N11,omitempty"`
	EPN12  []EPN12Single `json:"EP_N12,omitempty"`
	EPN14  []EPN14Single `json:"EP_N14,omitempty"`
	EPN15  []EPN15Single `json:"EP_N15,omitempty"`
	EPN17  []EPN17Single `json:"EP_N17,omitempty"`
	EPN20  []EPN20Single `json:"EP_N20,omitempty"`
	EPN22  []EPN22Single `json:"EP_N22,omitempty"`
	EPN26  []EPN26Single `json:"EP_N26,omitempty"`
	EP_NLS []EPNLSSingle `json:"EP_NLS,omitempty"`
	EP_NLG []EPNLGSingle `json:"EP_NLG,omitempty"`
}

AmfFunctionSingleAllOf1 struct for AmfFunctionSingleAllOf1

func NewAmfFunctionSingleAllOf1 ¶

func NewAmfFunctionSingleAllOf1() *AmfFunctionSingleAllOf1

NewAmfFunctionSingleAllOf1 instantiates a new AmfFunctionSingleAllOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAmfFunctionSingleAllOf1WithDefaults ¶

func NewAmfFunctionSingleAllOf1WithDefaults() *AmfFunctionSingleAllOf1

NewAmfFunctionSingleAllOf1WithDefaults instantiates a new AmfFunctionSingleAllOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AmfFunctionSingleAllOf1) GetEPN11 ¶

func (o *AmfFunctionSingleAllOf1) GetEPN11() []EPN11Single

GetEPN11 returns the EPN11 field value if set, zero value otherwise.

func (*AmfFunctionSingleAllOf1) GetEPN11Ok ¶

func (o *AmfFunctionSingleAllOf1) GetEPN11Ok() ([]EPN11Single, bool)

GetEPN11Ok returns a tuple with the EPN11 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AmfFunctionSingleAllOf1) GetEPN12 ¶

func (o *AmfFunctionSingleAllOf1) GetEPN12() []EPN12Single

GetEPN12 returns the EPN12 field value if set, zero value otherwise.

func (*AmfFunctionSingleAllOf1) GetEPN12Ok ¶

func (o *AmfFunctionSingleAllOf1) GetEPN12Ok() ([]EPN12Single, bool)

GetEPN12Ok returns a tuple with the EPN12 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AmfFunctionSingleAllOf1) GetEPN14 ¶

func (o *AmfFunctionSingleAllOf1) GetEPN14() []EPN14Single

GetEPN14 returns the EPN14 field value if set, zero value otherwise.

func (*AmfFunctionSingleAllOf1) GetEPN14Ok ¶

func (o *AmfFunctionSingleAllOf1) GetEPN14Ok() ([]EPN14Single, bool)

GetEPN14Ok returns a tuple with the EPN14 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AmfFunctionSingleAllOf1) GetEPN15 ¶

func (o *AmfFunctionSingleAllOf1) GetEPN15() []EPN15Single

GetEPN15 returns the EPN15 field value if set, zero value otherwise.

func (*AmfFunctionSingleAllOf1) GetEPN15Ok ¶

func (o *AmfFunctionSingleAllOf1) GetEPN15Ok() ([]EPN15Single, bool)

GetEPN15Ok returns a tuple with the EPN15 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AmfFunctionSingleAllOf1) GetEPN17 ¶

func (o *AmfFunctionSingleAllOf1) GetEPN17() []EPN17Single

GetEPN17 returns the EPN17 field value if set, zero value otherwise.

func (*AmfFunctionSingleAllOf1) GetEPN17Ok ¶

func (o *AmfFunctionSingleAllOf1) GetEPN17Ok() ([]EPN17Single, bool)

GetEPN17Ok returns a tuple with the EPN17 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AmfFunctionSingleAllOf1) GetEPN2 ¶

func (o *AmfFunctionSingleAllOf1) GetEPN2() []EPN2Single

GetEPN2 returns the EPN2 field value if set, zero value otherwise.

func (*AmfFunctionSingleAllOf1) GetEPN20 ¶

func (o *AmfFunctionSingleAllOf1) GetEPN20() []EPN20Single

GetEPN20 returns the EPN20 field value if set, zero value otherwise.

func (*AmfFunctionSingleAllOf1) GetEPN20Ok ¶

func (o *AmfFunctionSingleAllOf1) GetEPN20Ok() ([]EPN20Single, bool)

GetEPN20Ok returns a tuple with the EPN20 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AmfFunctionSingleAllOf1) GetEPN22 ¶

func (o *AmfFunctionSingleAllOf1) GetEPN22() []EPN22Single

GetEPN22 returns the EPN22 field value if set, zero value otherwise.

func (*AmfFunctionSingleAllOf1) GetEPN22Ok ¶

func (o *AmfFunctionSingleAllOf1) GetEPN22Ok() ([]EPN22Single, bool)

GetEPN22Ok returns a tuple with the EPN22 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AmfFunctionSingleAllOf1) GetEPN26 ¶

func (o *AmfFunctionSingleAllOf1) GetEPN26() []EPN26Single

GetEPN26 returns the EPN26 field value if set, zero value otherwise.

func (*AmfFunctionSingleAllOf1) GetEPN26Ok ¶

func (o *AmfFunctionSingleAllOf1) GetEPN26Ok() ([]EPN26Single, bool)

GetEPN26Ok returns a tuple with the EPN26 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AmfFunctionSingleAllOf1) GetEPN2Ok ¶

func (o *AmfFunctionSingleAllOf1) GetEPN2Ok() ([]EPN2Single, bool)

GetEPN2Ok returns a tuple with the EPN2 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AmfFunctionSingleAllOf1) GetEPN8 ¶

func (o *AmfFunctionSingleAllOf1) GetEPN8() []EPN8Single

GetEPN8 returns the EPN8 field value if set, zero value otherwise.

func (*AmfFunctionSingleAllOf1) GetEPN8Ok ¶

func (o *AmfFunctionSingleAllOf1) GetEPN8Ok() ([]EPN8Single, bool)

GetEPN8Ok returns a tuple with the EPN8 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AmfFunctionSingleAllOf1) GetEP_NLG ¶

func (o *AmfFunctionSingleAllOf1) GetEP_NLG() []EPNLGSingle

GetEP_NLG returns the EP_NLG field value if set, zero value otherwise.

func (*AmfFunctionSingleAllOf1) GetEP_NLGOk ¶

func (o *AmfFunctionSingleAllOf1) GetEP_NLGOk() ([]EPNLGSingle, bool)

GetEP_NLGOk returns a tuple with the EP_NLG field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AmfFunctionSingleAllOf1) GetEP_NLS ¶

func (o *AmfFunctionSingleAllOf1) GetEP_NLS() []EPNLSSingle

GetEP_NLS returns the EP_NLS field value if set, zero value otherwise.

func (*AmfFunctionSingleAllOf1) GetEP_NLSOk ¶

func (o *AmfFunctionSingleAllOf1) GetEP_NLSOk() ([]EPNLSSingle, bool)

GetEP_NLSOk returns a tuple with the EP_NLS field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AmfFunctionSingleAllOf1) HasEPN11 ¶

func (o *AmfFunctionSingleAllOf1) HasEPN11() bool

HasEPN11 returns a boolean if a field has been set.

func (*AmfFunctionSingleAllOf1) HasEPN12 ¶

func (o *AmfFunctionSingleAllOf1) HasEPN12() bool

HasEPN12 returns a boolean if a field has been set.

func (*AmfFunctionSingleAllOf1) HasEPN14 ¶

func (o *AmfFunctionSingleAllOf1) HasEPN14() bool

HasEPN14 returns a boolean if a field has been set.

func (*AmfFunctionSingleAllOf1) HasEPN15 ¶

func (o *AmfFunctionSingleAllOf1) HasEPN15() bool

HasEPN15 returns a boolean if a field has been set.

func (*AmfFunctionSingleAllOf1) HasEPN17 ¶

func (o *AmfFunctionSingleAllOf1) HasEPN17() bool

HasEPN17 returns a boolean if a field has been set.

func (*AmfFunctionSingleAllOf1) HasEPN2 ¶

func (o *AmfFunctionSingleAllOf1) HasEPN2() bool

HasEPN2 returns a boolean if a field has been set.

func (*AmfFunctionSingleAllOf1) HasEPN20 ¶

func (o *AmfFunctionSingleAllOf1) HasEPN20() bool

HasEPN20 returns a boolean if a field has been set.

func (*AmfFunctionSingleAllOf1) HasEPN22 ¶

func (o *AmfFunctionSingleAllOf1) HasEPN22() bool

HasEPN22 returns a boolean if a field has been set.

func (*AmfFunctionSingleAllOf1) HasEPN26 ¶

func (o *AmfFunctionSingleAllOf1) HasEPN26() bool

HasEPN26 returns a boolean if a field has been set.

func (*AmfFunctionSingleAllOf1) HasEPN8 ¶

func (o *AmfFunctionSingleAllOf1) HasEPN8() bool

HasEPN8 returns a boolean if a field has been set.

func (*AmfFunctionSingleAllOf1) HasEP_NLG ¶

func (o *AmfFunctionSingleAllOf1) HasEP_NLG() bool

HasEP_NLG returns a boolean if a field has been set.

func (*AmfFunctionSingleAllOf1) HasEP_NLS ¶

func (o *AmfFunctionSingleAllOf1) HasEP_NLS() bool

HasEP_NLS returns a boolean if a field has been set.

func (AmfFunctionSingleAllOf1) MarshalJSON ¶

func (o AmfFunctionSingleAllOf1) MarshalJSON() ([]byte, error)

func (*AmfFunctionSingleAllOf1) SetEPN11 ¶

func (o *AmfFunctionSingleAllOf1) SetEPN11(v []EPN11Single)

SetEPN11 gets a reference to the given []EPN11Single and assigns it to the EPN11 field.

func (*AmfFunctionSingleAllOf1) SetEPN12 ¶

func (o *AmfFunctionSingleAllOf1) SetEPN12(v []EPN12Single)

SetEPN12 gets a reference to the given []EPN12Single and assigns it to the EPN12 field.

func (*AmfFunctionSingleAllOf1) SetEPN14 ¶

func (o *AmfFunctionSingleAllOf1) SetEPN14(v []EPN14Single)

SetEPN14 gets a reference to the given []EPN14Single and assigns it to the EPN14 field.

func (*AmfFunctionSingleAllOf1) SetEPN15 ¶

func (o *AmfFunctionSingleAllOf1) SetEPN15(v []EPN15Single)

SetEPN15 gets a reference to the given []EPN15Single and assigns it to the EPN15 field.

func (*AmfFunctionSingleAllOf1) SetEPN17 ¶

func (o *AmfFunctionSingleAllOf1) SetEPN17(v []EPN17Single)

SetEPN17 gets a reference to the given []EPN17Single and assigns it to the EPN17 field.

func (*AmfFunctionSingleAllOf1) SetEPN2 ¶

func (o *AmfFunctionSingleAllOf1) SetEPN2(v []EPN2Single)

SetEPN2 gets a reference to the given []EPN2Single and assigns it to the EPN2 field.

func (*AmfFunctionSingleAllOf1) SetEPN20 ¶

func (o *AmfFunctionSingleAllOf1) SetEPN20(v []EPN20Single)

SetEPN20 gets a reference to the given []EPN20Single and assigns it to the EPN20 field.

func (*AmfFunctionSingleAllOf1) SetEPN22 ¶

func (o *AmfFunctionSingleAllOf1) SetEPN22(v []EPN22Single)

SetEPN22 gets a reference to the given []EPN22Single and assigns it to the EPN22 field.

func (*AmfFunctionSingleAllOf1) SetEPN26 ¶

func (o *AmfFunctionSingleAllOf1) SetEPN26(v []EPN26Single)

SetEPN26 gets a reference to the given []EPN26Single and assigns it to the EPN26 field.

func (*AmfFunctionSingleAllOf1) SetEPN8 ¶

func (o *AmfFunctionSingleAllOf1) SetEPN8(v []EPN8Single)

SetEPN8 gets a reference to the given []EPN8Single and assigns it to the EPN8 field.

func (*AmfFunctionSingleAllOf1) SetEP_NLG ¶

func (o *AmfFunctionSingleAllOf1) SetEP_NLG(v []EPNLGSingle)

SetEP_NLG gets a reference to the given []EPNLGSingle and assigns it to the EP_NLG field.

func (*AmfFunctionSingleAllOf1) SetEP_NLS ¶

func (o *AmfFunctionSingleAllOf1) SetEP_NLS(v []EPNLSSingle)

SetEP_NLS gets a reference to the given []EPNLSSingle and assigns it to the EP_NLS field.

func (AmfFunctionSingleAllOf1) ToMap ¶

func (o AmfFunctionSingleAllOf1) ToMap() (map[string]interface{}, error)

type AmfFunctionSingleAllOfAttributes ¶

type AmfFunctionSingleAllOfAttributes struct {
	ManagedFunctionAttr
	PLMNInfoList         []PlmnInfo        `json:"pLMNInfoList,omitempty"`
	AmfIdentifier        *AmfIdentifier    `json:"amfIdentifier,omitempty"`
	SBIFqdn              *string           `json:"sBIFqdn,omitempty"`
	InterPlmnFQDN        *string           `json:"interPlmnFQDN,omitempty"`
	TaiList              []Tai             `json:"taiList,omitempty"`
	TaiRangeList         []TaiRange        `json:"taiRangeList,omitempty"`
	WeightFactor         *int32            `json:"weightFactor,omitempty"`
	CNSIIdList           []string          `json:"cNSIIdList,omitempty"`
	GUAMIdList           []GUAMInfo        `json:"gUAMIdList,omitempty"`
	BackupInfoAmfFailure []GUAMInfo        `json:"backupInfoAmfFailure,omitempty"`
	BackupInfoAmfRemoval []GUAMInfo        `json:"backupInfoAmfRemoval,omitempty"`
	AmfSetRef            *string           `json:"amfSetRef,omitempty"`
	ManagedNFProfile     *ManagedNFProfile `json:"managedNFProfile,omitempty"`
	CommModelList        []CommModel       `json:"commModelList,omitempty"`
}

AmfFunctionSingleAllOfAttributes struct for AmfFunctionSingleAllOfAttributes

func NewAmfFunctionSingleAllOfAttributes ¶

func NewAmfFunctionSingleAllOfAttributes() *AmfFunctionSingleAllOfAttributes

NewAmfFunctionSingleAllOfAttributes instantiates a new AmfFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAmfFunctionSingleAllOfAttributesWithDefaults ¶

func NewAmfFunctionSingleAllOfAttributesWithDefaults() *AmfFunctionSingleAllOfAttributes

NewAmfFunctionSingleAllOfAttributesWithDefaults instantiates a new AmfFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AmfFunctionSingleAllOfAttributes) GetAmfIdentifier ¶

func (o *AmfFunctionSingleAllOfAttributes) GetAmfIdentifier() AmfIdentifier

GetAmfIdentifier returns the AmfIdentifier field value if set, zero value otherwise.

func (*AmfFunctionSingleAllOfAttributes) GetAmfIdentifierOk ¶

func (o *AmfFunctionSingleAllOfAttributes) GetAmfIdentifierOk() (*AmfIdentifier, bool)

GetAmfIdentifierOk returns a tuple with the AmfIdentifier field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AmfFunctionSingleAllOfAttributes) GetAmfSetRef ¶

func (o *AmfFunctionSingleAllOfAttributes) GetAmfSetRef() string

GetAmfSetRef returns the AmfSetRef field value if set, zero value otherwise.

func (*AmfFunctionSingleAllOfAttributes) GetAmfSetRefOk ¶

func (o *AmfFunctionSingleAllOfAttributes) GetAmfSetRefOk() (*string, bool)

GetAmfSetRefOk returns a tuple with the AmfSetRef field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AmfFunctionSingleAllOfAttributes) GetBackupInfoAmfFailure ¶

func (o *AmfFunctionSingleAllOfAttributes) GetBackupInfoAmfFailure() []GUAMInfo

GetBackupInfoAmfFailure returns the BackupInfoAmfFailure field value if set, zero value otherwise.

func (*AmfFunctionSingleAllOfAttributes) GetBackupInfoAmfFailureOk ¶

func (o *AmfFunctionSingleAllOfAttributes) GetBackupInfoAmfFailureOk() ([]GUAMInfo, bool)

GetBackupInfoAmfFailureOk returns a tuple with the BackupInfoAmfFailure field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AmfFunctionSingleAllOfAttributes) GetBackupInfoAmfRemoval ¶

func (o *AmfFunctionSingleAllOfAttributes) GetBackupInfoAmfRemoval() []GUAMInfo

GetBackupInfoAmfRemoval returns the BackupInfoAmfRemoval field value if set, zero value otherwise.

func (*AmfFunctionSingleAllOfAttributes) GetBackupInfoAmfRemovalOk ¶

func (o *AmfFunctionSingleAllOfAttributes) GetBackupInfoAmfRemovalOk() ([]GUAMInfo, bool)

GetBackupInfoAmfRemovalOk returns a tuple with the BackupInfoAmfRemoval field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AmfFunctionSingleAllOfAttributes) GetCNSIIdList ¶

func (o *AmfFunctionSingleAllOfAttributes) GetCNSIIdList() []string

GetCNSIIdList returns the CNSIIdList field value if set, zero value otherwise.

func (*AmfFunctionSingleAllOfAttributes) GetCNSIIdListOk ¶

func (o *AmfFunctionSingleAllOfAttributes) GetCNSIIdListOk() ([]string, bool)

GetCNSIIdListOk returns a tuple with the CNSIIdList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AmfFunctionSingleAllOfAttributes) GetCommModelList ¶

func (o *AmfFunctionSingleAllOfAttributes) GetCommModelList() []CommModel

GetCommModelList returns the CommModelList field value if set, zero value otherwise.

func (*AmfFunctionSingleAllOfAttributes) GetCommModelListOk ¶

func (o *AmfFunctionSingleAllOfAttributes) GetCommModelListOk() ([]CommModel, bool)

GetCommModelListOk returns a tuple with the CommModelList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AmfFunctionSingleAllOfAttributes) GetGUAMIdList ¶

func (o *AmfFunctionSingleAllOfAttributes) GetGUAMIdList() []GUAMInfo

GetGUAMIdList returns the GUAMIdList field value if set, zero value otherwise.

func (*AmfFunctionSingleAllOfAttributes) GetGUAMIdListOk ¶

func (o *AmfFunctionSingleAllOfAttributes) GetGUAMIdListOk() ([]GUAMInfo, bool)

GetGUAMIdListOk returns a tuple with the GUAMIdList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AmfFunctionSingleAllOfAttributes) GetInterPlmnFQDN ¶

func (o *AmfFunctionSingleAllOfAttributes) GetInterPlmnFQDN() string

GetInterPlmnFQDN returns the InterPlmnFQDN field value if set, zero value otherwise.

func (*AmfFunctionSingleAllOfAttributes) GetInterPlmnFQDNOk ¶

func (o *AmfFunctionSingleAllOfAttributes) GetInterPlmnFQDNOk() (*string, bool)

GetInterPlmnFQDNOk returns a tuple with the InterPlmnFQDN field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AmfFunctionSingleAllOfAttributes) GetManagedNFProfile ¶

func (o *AmfFunctionSingleAllOfAttributes) GetManagedNFProfile() ManagedNFProfile

GetManagedNFProfile returns the ManagedNFProfile field value if set, zero value otherwise.

func (*AmfFunctionSingleAllOfAttributes) GetManagedNFProfileOk ¶

func (o *AmfFunctionSingleAllOfAttributes) GetManagedNFProfileOk() (*ManagedNFProfile, bool)

GetManagedNFProfileOk returns a tuple with the ManagedNFProfile field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AmfFunctionSingleAllOfAttributes) GetPLMNInfoList ¶

func (o *AmfFunctionSingleAllOfAttributes) GetPLMNInfoList() []PlmnInfo

GetPLMNInfoList returns the PLMNInfoList field value if set, zero value otherwise.

func (*AmfFunctionSingleAllOfAttributes) GetPLMNInfoListOk ¶

func (o *AmfFunctionSingleAllOfAttributes) GetPLMNInfoListOk() ([]PlmnInfo, bool)

GetPLMNInfoListOk returns a tuple with the PLMNInfoList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AmfFunctionSingleAllOfAttributes) GetSBIFqdn ¶

func (o *AmfFunctionSingleAllOfAttributes) GetSBIFqdn() string

GetSBIFqdn returns the SBIFqdn field value if set, zero value otherwise.

func (*AmfFunctionSingleAllOfAttributes) GetSBIFqdnOk ¶

func (o *AmfFunctionSingleAllOfAttributes) GetSBIFqdnOk() (*string, bool)

GetSBIFqdnOk returns a tuple with the SBIFqdn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AmfFunctionSingleAllOfAttributes) GetTaiList ¶

func (o *AmfFunctionSingleAllOfAttributes) GetTaiList() []Tai

GetTaiList returns the TaiList field value if set, zero value otherwise.

func (*AmfFunctionSingleAllOfAttributes) GetTaiListOk ¶

func (o *AmfFunctionSingleAllOfAttributes) GetTaiListOk() ([]Tai, bool)

GetTaiListOk returns a tuple with the TaiList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AmfFunctionSingleAllOfAttributes) GetTaiRangeList ¶

func (o *AmfFunctionSingleAllOfAttributes) GetTaiRangeList() []TaiRange

GetTaiRangeList returns the TaiRangeList field value if set, zero value otherwise.

func (*AmfFunctionSingleAllOfAttributes) GetTaiRangeListOk ¶

func (o *AmfFunctionSingleAllOfAttributes) GetTaiRangeListOk() ([]TaiRange, bool)

GetTaiRangeListOk returns a tuple with the TaiRangeList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AmfFunctionSingleAllOfAttributes) GetWeightFactor ¶

func (o *AmfFunctionSingleAllOfAttributes) GetWeightFactor() int32

GetWeightFactor returns the WeightFactor field value if set, zero value otherwise.

func (*AmfFunctionSingleAllOfAttributes) GetWeightFactorOk ¶

func (o *AmfFunctionSingleAllOfAttributes) GetWeightFactorOk() (*int32, bool)

GetWeightFactorOk returns a tuple with the WeightFactor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AmfFunctionSingleAllOfAttributes) HasAmfIdentifier ¶

func (o *AmfFunctionSingleAllOfAttributes) HasAmfIdentifier() bool

HasAmfIdentifier returns a boolean if a field has been set.

func (*AmfFunctionSingleAllOfAttributes) HasAmfSetRef ¶

func (o *AmfFunctionSingleAllOfAttributes) HasAmfSetRef() bool

HasAmfSetRef returns a boolean if a field has been set.

func (*AmfFunctionSingleAllOfAttributes) HasBackupInfoAmfFailure ¶

func (o *AmfFunctionSingleAllOfAttributes) HasBackupInfoAmfFailure() bool

HasBackupInfoAmfFailure returns a boolean if a field has been set.

func (*AmfFunctionSingleAllOfAttributes) HasBackupInfoAmfRemoval ¶

func (o *AmfFunctionSingleAllOfAttributes) HasBackupInfoAmfRemoval() bool

HasBackupInfoAmfRemoval returns a boolean if a field has been set.

func (*AmfFunctionSingleAllOfAttributes) HasCNSIIdList ¶

func (o *AmfFunctionSingleAllOfAttributes) HasCNSIIdList() bool

HasCNSIIdList returns a boolean if a field has been set.

func (*AmfFunctionSingleAllOfAttributes) HasCommModelList ¶

func (o *AmfFunctionSingleAllOfAttributes) HasCommModelList() bool

HasCommModelList returns a boolean if a field has been set.

func (*AmfFunctionSingleAllOfAttributes) HasGUAMIdList ¶

func (o *AmfFunctionSingleAllOfAttributes) HasGUAMIdList() bool

HasGUAMIdList returns a boolean if a field has been set.

func (*AmfFunctionSingleAllOfAttributes) HasInterPlmnFQDN ¶

func (o *AmfFunctionSingleAllOfAttributes) HasInterPlmnFQDN() bool

HasInterPlmnFQDN returns a boolean if a field has been set.

func (*AmfFunctionSingleAllOfAttributes) HasManagedNFProfile ¶

func (o *AmfFunctionSingleAllOfAttributes) HasManagedNFProfile() bool

HasManagedNFProfile returns a boolean if a field has been set.

func (*AmfFunctionSingleAllOfAttributes) HasPLMNInfoList ¶

func (o *AmfFunctionSingleAllOfAttributes) HasPLMNInfoList() bool

HasPLMNInfoList returns a boolean if a field has been set.

func (*AmfFunctionSingleAllOfAttributes) HasSBIFqdn ¶

func (o *AmfFunctionSingleAllOfAttributes) HasSBIFqdn() bool

HasSBIFqdn returns a boolean if a field has been set.

func (*AmfFunctionSingleAllOfAttributes) HasTaiList ¶

func (o *AmfFunctionSingleAllOfAttributes) HasTaiList() bool

HasTaiList returns a boolean if a field has been set.

func (*AmfFunctionSingleAllOfAttributes) HasTaiRangeList ¶

func (o *AmfFunctionSingleAllOfAttributes) HasTaiRangeList() bool

HasTaiRangeList returns a boolean if a field has been set.

func (*AmfFunctionSingleAllOfAttributes) HasWeightFactor ¶

func (o *AmfFunctionSingleAllOfAttributes) HasWeightFactor() bool

HasWeightFactor returns a boolean if a field has been set.

func (AmfFunctionSingleAllOfAttributes) MarshalJSON ¶

func (o AmfFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*AmfFunctionSingleAllOfAttributes) SetAmfIdentifier ¶

func (o *AmfFunctionSingleAllOfAttributes) SetAmfIdentifier(v AmfIdentifier)

SetAmfIdentifier gets a reference to the given AmfIdentifier and assigns it to the AmfIdentifier field.

func (*AmfFunctionSingleAllOfAttributes) SetAmfSetRef ¶

func (o *AmfFunctionSingleAllOfAttributes) SetAmfSetRef(v string)

SetAmfSetRef gets a reference to the given string and assigns it to the AmfSetRef field.

func (*AmfFunctionSingleAllOfAttributes) SetBackupInfoAmfFailure ¶

func (o *AmfFunctionSingleAllOfAttributes) SetBackupInfoAmfFailure(v []GUAMInfo)

SetBackupInfoAmfFailure gets a reference to the given []GUAMInfo and assigns it to the BackupInfoAmfFailure field.

func (*AmfFunctionSingleAllOfAttributes) SetBackupInfoAmfRemoval ¶

func (o *AmfFunctionSingleAllOfAttributes) SetBackupInfoAmfRemoval(v []GUAMInfo)

SetBackupInfoAmfRemoval gets a reference to the given []GUAMInfo and assigns it to the BackupInfoAmfRemoval field.

func (*AmfFunctionSingleAllOfAttributes) SetCNSIIdList ¶

func (o *AmfFunctionSingleAllOfAttributes) SetCNSIIdList(v []string)

SetCNSIIdList gets a reference to the given []string and assigns it to the CNSIIdList field.

func (*AmfFunctionSingleAllOfAttributes) SetCommModelList ¶

func (o *AmfFunctionSingleAllOfAttributes) SetCommModelList(v []CommModel)

SetCommModelList gets a reference to the given []CommModel and assigns it to the CommModelList field.

func (*AmfFunctionSingleAllOfAttributes) SetGUAMIdList ¶

func (o *AmfFunctionSingleAllOfAttributes) SetGUAMIdList(v []GUAMInfo)

SetGUAMIdList gets a reference to the given []GUAMInfo and assigns it to the GUAMIdList field.

func (*AmfFunctionSingleAllOfAttributes) SetInterPlmnFQDN ¶

func (o *AmfFunctionSingleAllOfAttributes) SetInterPlmnFQDN(v string)

SetInterPlmnFQDN gets a reference to the given string and assigns it to the InterPlmnFQDN field.

func (*AmfFunctionSingleAllOfAttributes) SetManagedNFProfile ¶

func (o *AmfFunctionSingleAllOfAttributes) SetManagedNFProfile(v ManagedNFProfile)

SetManagedNFProfile gets a reference to the given ManagedNFProfile and assigns it to the ManagedNFProfile field.

func (*AmfFunctionSingleAllOfAttributes) SetPLMNInfoList ¶

func (o *AmfFunctionSingleAllOfAttributes) SetPLMNInfoList(v []PlmnInfo)

SetPLMNInfoList gets a reference to the given []PlmnInfo and assigns it to the PLMNInfoList field.

func (*AmfFunctionSingleAllOfAttributes) SetSBIFqdn ¶

func (o *AmfFunctionSingleAllOfAttributes) SetSBIFqdn(v string)

SetSBIFqdn gets a reference to the given string and assigns it to the SBIFqdn field.

func (*AmfFunctionSingleAllOfAttributes) SetTaiList ¶

func (o *AmfFunctionSingleAllOfAttributes) SetTaiList(v []Tai)

SetTaiList gets a reference to the given []Tai and assigns it to the TaiList field.

func (*AmfFunctionSingleAllOfAttributes) SetTaiRangeList ¶

func (o *AmfFunctionSingleAllOfAttributes) SetTaiRangeList(v []TaiRange)

SetTaiRangeList gets a reference to the given []TaiRange and assigns it to the TaiRangeList field.

func (*AmfFunctionSingleAllOfAttributes) SetWeightFactor ¶

func (o *AmfFunctionSingleAllOfAttributes) SetWeightFactor(v int32)

SetWeightFactor gets a reference to the given int32 and assigns it to the WeightFactor field.

func (AmfFunctionSingleAllOfAttributes) ToMap ¶

func (o AmfFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type AmfFunctionSingleAllOfAttributesAllOf ¶

type AmfFunctionSingleAllOfAttributesAllOf struct {
	PLMNInfoList         []PlmnInfo        `json:"pLMNInfoList,omitempty"`
	AmfIdentifier        *AmfIdentifier    `json:"amfIdentifier,omitempty"`
	SBIFqdn              *string           `json:"sBIFqdn,omitempty"`
	InterPlmnFQDN        *string           `json:"interPlmnFQDN,omitempty"`
	TaiList              []Tai             `json:"taiList,omitempty"`
	TaiRangeList         []TaiRange        `json:"taiRangeList,omitempty"`
	WeightFactor         *int32            `json:"weightFactor,omitempty"`
	CNSIIdList           []string          `json:"cNSIIdList,omitempty"`
	GUAMIdList           []GUAMInfo        `json:"gUAMIdList,omitempty"`
	BackupInfoAmfFailure []GUAMInfo        `json:"backupInfoAmfFailure,omitempty"`
	BackupInfoAmfRemoval []GUAMInfo        `json:"backupInfoAmfRemoval,omitempty"`
	AmfSetRef            *string           `json:"amfSetRef,omitempty"`
	ManagedNFProfile     *ManagedNFProfile `json:"managedNFProfile,omitempty"`
	CommModelList        []CommModel       `json:"commModelList,omitempty"`
}

AmfFunctionSingleAllOfAttributesAllOf struct for AmfFunctionSingleAllOfAttributesAllOf

func NewAmfFunctionSingleAllOfAttributesAllOf ¶

func NewAmfFunctionSingleAllOfAttributesAllOf() *AmfFunctionSingleAllOfAttributesAllOf

NewAmfFunctionSingleAllOfAttributesAllOf instantiates a new AmfFunctionSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAmfFunctionSingleAllOfAttributesAllOfWithDefaults ¶

func NewAmfFunctionSingleAllOfAttributesAllOfWithDefaults() *AmfFunctionSingleAllOfAttributesAllOf

NewAmfFunctionSingleAllOfAttributesAllOfWithDefaults instantiates a new AmfFunctionSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AmfFunctionSingleAllOfAttributesAllOf) GetAmfIdentifier ¶

GetAmfIdentifier returns the AmfIdentifier field value if set, zero value otherwise.

func (*AmfFunctionSingleAllOfAttributesAllOf) GetAmfIdentifierOk ¶

func (o *AmfFunctionSingleAllOfAttributesAllOf) GetAmfIdentifierOk() (*AmfIdentifier, bool)

GetAmfIdentifierOk returns a tuple with the AmfIdentifier field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AmfFunctionSingleAllOfAttributesAllOf) GetAmfSetRef ¶

GetAmfSetRef returns the AmfSetRef field value if set, zero value otherwise.

func (*AmfFunctionSingleAllOfAttributesAllOf) GetAmfSetRefOk ¶

func (o *AmfFunctionSingleAllOfAttributesAllOf) GetAmfSetRefOk() (*string, bool)

GetAmfSetRefOk returns a tuple with the AmfSetRef field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AmfFunctionSingleAllOfAttributesAllOf) GetBackupInfoAmfFailure ¶

func (o *AmfFunctionSingleAllOfAttributesAllOf) GetBackupInfoAmfFailure() []GUAMInfo

GetBackupInfoAmfFailure returns the BackupInfoAmfFailure field value if set, zero value otherwise.

func (*AmfFunctionSingleAllOfAttributesAllOf) GetBackupInfoAmfFailureOk ¶

func (o *AmfFunctionSingleAllOfAttributesAllOf) GetBackupInfoAmfFailureOk() ([]GUAMInfo, bool)

GetBackupInfoAmfFailureOk returns a tuple with the BackupInfoAmfFailure field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AmfFunctionSingleAllOfAttributesAllOf) GetBackupInfoAmfRemoval ¶

func (o *AmfFunctionSingleAllOfAttributesAllOf) GetBackupInfoAmfRemoval() []GUAMInfo

GetBackupInfoAmfRemoval returns the BackupInfoAmfRemoval field value if set, zero value otherwise.

func (*AmfFunctionSingleAllOfAttributesAllOf) GetBackupInfoAmfRemovalOk ¶

func (o *AmfFunctionSingleAllOfAttributesAllOf) GetBackupInfoAmfRemovalOk() ([]GUAMInfo, bool)

GetBackupInfoAmfRemovalOk returns a tuple with the BackupInfoAmfRemoval field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AmfFunctionSingleAllOfAttributesAllOf) GetCNSIIdList ¶

func (o *AmfFunctionSingleAllOfAttributesAllOf) GetCNSIIdList() []string

GetCNSIIdList returns the CNSIIdList field value if set, zero value otherwise.

func (*AmfFunctionSingleAllOfAttributesAllOf) GetCNSIIdListOk ¶

func (o *AmfFunctionSingleAllOfAttributesAllOf) GetCNSIIdListOk() ([]string, bool)

GetCNSIIdListOk returns a tuple with the CNSIIdList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AmfFunctionSingleAllOfAttributesAllOf) GetCommModelList ¶

func (o *AmfFunctionSingleAllOfAttributesAllOf) GetCommModelList() []CommModel

GetCommModelList returns the CommModelList field value if set, zero value otherwise.

func (*AmfFunctionSingleAllOfAttributesAllOf) GetCommModelListOk ¶

func (o *AmfFunctionSingleAllOfAttributesAllOf) GetCommModelListOk() ([]CommModel, bool)

GetCommModelListOk returns a tuple with the CommModelList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AmfFunctionSingleAllOfAttributesAllOf) GetGUAMIdList ¶

func (o *AmfFunctionSingleAllOfAttributesAllOf) GetGUAMIdList() []GUAMInfo

GetGUAMIdList returns the GUAMIdList field value if set, zero value otherwise.

func (*AmfFunctionSingleAllOfAttributesAllOf) GetGUAMIdListOk ¶

func (o *AmfFunctionSingleAllOfAttributesAllOf) GetGUAMIdListOk() ([]GUAMInfo, bool)

GetGUAMIdListOk returns a tuple with the GUAMIdList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AmfFunctionSingleAllOfAttributesAllOf) GetInterPlmnFQDN ¶

func (o *AmfFunctionSingleAllOfAttributesAllOf) GetInterPlmnFQDN() string

GetInterPlmnFQDN returns the InterPlmnFQDN field value if set, zero value otherwise.

func (*AmfFunctionSingleAllOfAttributesAllOf) GetInterPlmnFQDNOk ¶

func (o *AmfFunctionSingleAllOfAttributesAllOf) GetInterPlmnFQDNOk() (*string, bool)

GetInterPlmnFQDNOk returns a tuple with the InterPlmnFQDN field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AmfFunctionSingleAllOfAttributesAllOf) GetManagedNFProfile ¶

GetManagedNFProfile returns the ManagedNFProfile field value if set, zero value otherwise.

func (*AmfFunctionSingleAllOfAttributesAllOf) GetManagedNFProfileOk ¶

func (o *AmfFunctionSingleAllOfAttributesAllOf) GetManagedNFProfileOk() (*ManagedNFProfile, bool)

GetManagedNFProfileOk returns a tuple with the ManagedNFProfile field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AmfFunctionSingleAllOfAttributesAllOf) GetPLMNInfoList ¶

func (o *AmfFunctionSingleAllOfAttributesAllOf) GetPLMNInfoList() []PlmnInfo

GetPLMNInfoList returns the PLMNInfoList field value if set, zero value otherwise.

func (*AmfFunctionSingleAllOfAttributesAllOf) GetPLMNInfoListOk ¶

func (o *AmfFunctionSingleAllOfAttributesAllOf) GetPLMNInfoListOk() ([]PlmnInfo, bool)

GetPLMNInfoListOk returns a tuple with the PLMNInfoList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AmfFunctionSingleAllOfAttributesAllOf) GetSBIFqdn ¶

GetSBIFqdn returns the SBIFqdn field value if set, zero value otherwise.

func (*AmfFunctionSingleAllOfAttributesAllOf) GetSBIFqdnOk ¶

func (o *AmfFunctionSingleAllOfAttributesAllOf) GetSBIFqdnOk() (*string, bool)

GetSBIFqdnOk returns a tuple with the SBIFqdn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AmfFunctionSingleAllOfAttributesAllOf) GetTaiList ¶

func (o *AmfFunctionSingleAllOfAttributesAllOf) GetTaiList() []Tai

GetTaiList returns the TaiList field value if set, zero value otherwise.

func (*AmfFunctionSingleAllOfAttributesAllOf) GetTaiListOk ¶

func (o *AmfFunctionSingleAllOfAttributesAllOf) GetTaiListOk() ([]Tai, bool)

GetTaiListOk returns a tuple with the TaiList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AmfFunctionSingleAllOfAttributesAllOf) GetTaiRangeList ¶

func (o *AmfFunctionSingleAllOfAttributesAllOf) GetTaiRangeList() []TaiRange

GetTaiRangeList returns the TaiRangeList field value if set, zero value otherwise.

func (*AmfFunctionSingleAllOfAttributesAllOf) GetTaiRangeListOk ¶

func (o *AmfFunctionSingleAllOfAttributesAllOf) GetTaiRangeListOk() ([]TaiRange, bool)

GetTaiRangeListOk returns a tuple with the TaiRangeList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AmfFunctionSingleAllOfAttributesAllOf) GetWeightFactor ¶

func (o *AmfFunctionSingleAllOfAttributesAllOf) GetWeightFactor() int32

GetWeightFactor returns the WeightFactor field value if set, zero value otherwise.

func (*AmfFunctionSingleAllOfAttributesAllOf) GetWeightFactorOk ¶

func (o *AmfFunctionSingleAllOfAttributesAllOf) GetWeightFactorOk() (*int32, bool)

GetWeightFactorOk returns a tuple with the WeightFactor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AmfFunctionSingleAllOfAttributesAllOf) HasAmfIdentifier ¶

func (o *AmfFunctionSingleAllOfAttributesAllOf) HasAmfIdentifier() bool

HasAmfIdentifier returns a boolean if a field has been set.

func (*AmfFunctionSingleAllOfAttributesAllOf) HasAmfSetRef ¶

func (o *AmfFunctionSingleAllOfAttributesAllOf) HasAmfSetRef() bool

HasAmfSetRef returns a boolean if a field has been set.

func (*AmfFunctionSingleAllOfAttributesAllOf) HasBackupInfoAmfFailure ¶

func (o *AmfFunctionSingleAllOfAttributesAllOf) HasBackupInfoAmfFailure() bool

HasBackupInfoAmfFailure returns a boolean if a field has been set.

func (*AmfFunctionSingleAllOfAttributesAllOf) HasBackupInfoAmfRemoval ¶

func (o *AmfFunctionSingleAllOfAttributesAllOf) HasBackupInfoAmfRemoval() bool

HasBackupInfoAmfRemoval returns a boolean if a field has been set.

func (*AmfFunctionSingleAllOfAttributesAllOf) HasCNSIIdList ¶

func (o *AmfFunctionSingleAllOfAttributesAllOf) HasCNSIIdList() bool

HasCNSIIdList returns a boolean if a field has been set.

func (*AmfFunctionSingleAllOfAttributesAllOf) HasCommModelList ¶

func (o *AmfFunctionSingleAllOfAttributesAllOf) HasCommModelList() bool

HasCommModelList returns a boolean if a field has been set.

func (*AmfFunctionSingleAllOfAttributesAllOf) HasGUAMIdList ¶

func (o *AmfFunctionSingleAllOfAttributesAllOf) HasGUAMIdList() bool

HasGUAMIdList returns a boolean if a field has been set.

func (*AmfFunctionSingleAllOfAttributesAllOf) HasInterPlmnFQDN ¶

func (o *AmfFunctionSingleAllOfAttributesAllOf) HasInterPlmnFQDN() bool

HasInterPlmnFQDN returns a boolean if a field has been set.

func (*AmfFunctionSingleAllOfAttributesAllOf) HasManagedNFProfile ¶

func (o *AmfFunctionSingleAllOfAttributesAllOf) HasManagedNFProfile() bool

HasManagedNFProfile returns a boolean if a field has been set.

func (*AmfFunctionSingleAllOfAttributesAllOf) HasPLMNInfoList ¶

func (o *AmfFunctionSingleAllOfAttributesAllOf) HasPLMNInfoList() bool

HasPLMNInfoList returns a boolean if a field has been set.

func (*AmfFunctionSingleAllOfAttributesAllOf) HasSBIFqdn ¶

HasSBIFqdn returns a boolean if a field has been set.

func (*AmfFunctionSingleAllOfAttributesAllOf) HasTaiList ¶

HasTaiList returns a boolean if a field has been set.

func (*AmfFunctionSingleAllOfAttributesAllOf) HasTaiRangeList ¶

func (o *AmfFunctionSingleAllOfAttributesAllOf) HasTaiRangeList() bool

HasTaiRangeList returns a boolean if a field has been set.

func (*AmfFunctionSingleAllOfAttributesAllOf) HasWeightFactor ¶

func (o *AmfFunctionSingleAllOfAttributesAllOf) HasWeightFactor() bool

HasWeightFactor returns a boolean if a field has been set.

func (AmfFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (o AmfFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)

func (*AmfFunctionSingleAllOfAttributesAllOf) SetAmfIdentifier ¶

SetAmfIdentifier gets a reference to the given AmfIdentifier and assigns it to the AmfIdentifier field.

func (*AmfFunctionSingleAllOfAttributesAllOf) SetAmfSetRef ¶

func (o *AmfFunctionSingleAllOfAttributesAllOf) SetAmfSetRef(v string)

SetAmfSetRef gets a reference to the given string and assigns it to the AmfSetRef field.

func (*AmfFunctionSingleAllOfAttributesAllOf) SetBackupInfoAmfFailure ¶

func (o *AmfFunctionSingleAllOfAttributesAllOf) SetBackupInfoAmfFailure(v []GUAMInfo)

SetBackupInfoAmfFailure gets a reference to the given []GUAMInfo and assigns it to the BackupInfoAmfFailure field.

func (*AmfFunctionSingleAllOfAttributesAllOf) SetBackupInfoAmfRemoval ¶

func (o *AmfFunctionSingleAllOfAttributesAllOf) SetBackupInfoAmfRemoval(v []GUAMInfo)

SetBackupInfoAmfRemoval gets a reference to the given []GUAMInfo and assigns it to the BackupInfoAmfRemoval field.

func (*AmfFunctionSingleAllOfAttributesAllOf) SetCNSIIdList ¶

func (o *AmfFunctionSingleAllOfAttributesAllOf) SetCNSIIdList(v []string)

SetCNSIIdList gets a reference to the given []string and assigns it to the CNSIIdList field.

func (*AmfFunctionSingleAllOfAttributesAllOf) SetCommModelList ¶

func (o *AmfFunctionSingleAllOfAttributesAllOf) SetCommModelList(v []CommModel)

SetCommModelList gets a reference to the given []CommModel and assigns it to the CommModelList field.

func (*AmfFunctionSingleAllOfAttributesAllOf) SetGUAMIdList ¶

func (o *AmfFunctionSingleAllOfAttributesAllOf) SetGUAMIdList(v []GUAMInfo)

SetGUAMIdList gets a reference to the given []GUAMInfo and assigns it to the GUAMIdList field.

func (*AmfFunctionSingleAllOfAttributesAllOf) SetInterPlmnFQDN ¶

func (o *AmfFunctionSingleAllOfAttributesAllOf) SetInterPlmnFQDN(v string)

SetInterPlmnFQDN gets a reference to the given string and assigns it to the InterPlmnFQDN field.

func (*AmfFunctionSingleAllOfAttributesAllOf) SetManagedNFProfile ¶

func (o *AmfFunctionSingleAllOfAttributesAllOf) SetManagedNFProfile(v ManagedNFProfile)

SetManagedNFProfile gets a reference to the given ManagedNFProfile and assigns it to the ManagedNFProfile field.

func (*AmfFunctionSingleAllOfAttributesAllOf) SetPLMNInfoList ¶

func (o *AmfFunctionSingleAllOfAttributesAllOf) SetPLMNInfoList(v []PlmnInfo)

SetPLMNInfoList gets a reference to the given []PlmnInfo and assigns it to the PLMNInfoList field.

func (*AmfFunctionSingleAllOfAttributesAllOf) SetSBIFqdn ¶

SetSBIFqdn gets a reference to the given string and assigns it to the SBIFqdn field.

func (*AmfFunctionSingleAllOfAttributesAllOf) SetTaiList ¶

func (o *AmfFunctionSingleAllOfAttributesAllOf) SetTaiList(v []Tai)

SetTaiList gets a reference to the given []Tai and assigns it to the TaiList field.

func (*AmfFunctionSingleAllOfAttributesAllOf) SetTaiRangeList ¶

func (o *AmfFunctionSingleAllOfAttributesAllOf) SetTaiRangeList(v []TaiRange)

SetTaiRangeList gets a reference to the given []TaiRange and assigns it to the TaiRangeList field.

func (*AmfFunctionSingleAllOfAttributesAllOf) SetWeightFactor ¶

func (o *AmfFunctionSingleAllOfAttributesAllOf) SetWeightFactor(v int32)

SetWeightFactor gets a reference to the given int32 and assigns it to the WeightFactor field.

func (AmfFunctionSingleAllOfAttributesAllOf) ToMap ¶

func (o AmfFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)

type AmfIdentifier ¶

type AmfIdentifier struct {
	// AmfRegionId is defined in TS 23.003
	AmfRegionId *int32 `json:"amfRegionId,omitempty"`
	// AmfSetId is defined in TS 23.003
	AmfSetId *string `json:"amfSetId,omitempty"`
	// AmfPointer is defined in TS 23.003
	AmfPointer *int32 `json:"amfPointer,omitempty"`
}

AmfIdentifier AmfIdentifier comprise of amfRegionId, amfSetId and amfPointer

func NewAmfIdentifier ¶

func NewAmfIdentifier() *AmfIdentifier

NewAmfIdentifier instantiates a new AmfIdentifier object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAmfIdentifierWithDefaults ¶

func NewAmfIdentifierWithDefaults() *AmfIdentifier

NewAmfIdentifierWithDefaults instantiates a new AmfIdentifier object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AmfIdentifier) GetAmfPointer ¶

func (o *AmfIdentifier) GetAmfPointer() int32

GetAmfPointer returns the AmfPointer field value if set, zero value otherwise.

func (*AmfIdentifier) GetAmfPointerOk ¶

func (o *AmfIdentifier) GetAmfPointerOk() (*int32, bool)

GetAmfPointerOk returns a tuple with the AmfPointer field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AmfIdentifier) GetAmfRegionId ¶

func (o *AmfIdentifier) GetAmfRegionId() int32

GetAmfRegionId returns the AmfRegionId field value if set, zero value otherwise.

func (*AmfIdentifier) GetAmfRegionIdOk ¶

func (o *AmfIdentifier) GetAmfRegionIdOk() (*int32, bool)

GetAmfRegionIdOk returns a tuple with the AmfRegionId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AmfIdentifier) GetAmfSetId ¶

func (o *AmfIdentifier) GetAmfSetId() string

GetAmfSetId returns the AmfSetId field value if set, zero value otherwise.

func (*AmfIdentifier) GetAmfSetIdOk ¶

func (o *AmfIdentifier) GetAmfSetIdOk() (*string, bool)

GetAmfSetIdOk returns a tuple with the AmfSetId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AmfIdentifier) HasAmfPointer ¶

func (o *AmfIdentifier) HasAmfPointer() bool

HasAmfPointer returns a boolean if a field has been set.

func (*AmfIdentifier) HasAmfRegionId ¶

func (o *AmfIdentifier) HasAmfRegionId() bool

HasAmfRegionId returns a boolean if a field has been set.

func (*AmfIdentifier) HasAmfSetId ¶

func (o *AmfIdentifier) HasAmfSetId() bool

HasAmfSetId returns a boolean if a field has been set.

func (AmfIdentifier) MarshalJSON ¶

func (o AmfIdentifier) MarshalJSON() ([]byte, error)

func (*AmfIdentifier) SetAmfPointer ¶

func (o *AmfIdentifier) SetAmfPointer(v int32)

SetAmfPointer gets a reference to the given int32 and assigns it to the AmfPointer field.

func (*AmfIdentifier) SetAmfRegionId ¶

func (o *AmfIdentifier) SetAmfRegionId(v int32)

SetAmfRegionId gets a reference to the given int32 and assigns it to the AmfRegionId field.

func (*AmfIdentifier) SetAmfSetId ¶

func (o *AmfIdentifier) SetAmfSetId(v string)

SetAmfSetId gets a reference to the given string and assigns it to the AmfSetId field.

func (AmfIdentifier) ToMap ¶

func (o AmfIdentifier) ToMap() (map[string]interface{}, error)

type AmfRegionSingle ¶

type AmfRegionSingle struct {
	Top
	Attributes *AmfRegionSingleAllOfAttributes `json:"attributes,omitempty"`
}

AmfRegionSingle struct for AmfRegionSingle

func NewAmfRegionSingle ¶

func NewAmfRegionSingle(id NullableString) *AmfRegionSingle

NewAmfRegionSingle instantiates a new AmfRegionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAmfRegionSingleWithDefaults ¶

func NewAmfRegionSingleWithDefaults() *AmfRegionSingle

NewAmfRegionSingleWithDefaults instantiates a new AmfRegionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AmfRegionSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*AmfRegionSingle) GetAttributesOk ¶

func (o *AmfRegionSingle) GetAttributesOk() (*AmfRegionSingleAllOfAttributes, 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 (*AmfRegionSingle) HasAttributes ¶

func (o *AmfRegionSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (AmfRegionSingle) MarshalJSON ¶

func (o AmfRegionSingle) MarshalJSON() ([]byte, error)

func (*AmfRegionSingle) SetAttributes ¶

func (o *AmfRegionSingle) SetAttributes(v AmfRegionSingleAllOfAttributes)

SetAttributes gets a reference to the given AmfRegionSingleAllOfAttributes and assigns it to the Attributes field.

func (AmfRegionSingle) ToMap ¶

func (o AmfRegionSingle) ToMap() (map[string]interface{}, error)

type AmfRegionSingleAllOf ¶

type AmfRegionSingleAllOf struct {
	Attributes *AmfRegionSingleAllOfAttributes `json:"attributes,omitempty"`
}

AmfRegionSingleAllOf struct for AmfRegionSingleAllOf

func NewAmfRegionSingleAllOf ¶

func NewAmfRegionSingleAllOf() *AmfRegionSingleAllOf

NewAmfRegionSingleAllOf instantiates a new AmfRegionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAmfRegionSingleAllOfWithDefaults ¶

func NewAmfRegionSingleAllOfWithDefaults() *AmfRegionSingleAllOf

NewAmfRegionSingleAllOfWithDefaults instantiates a new AmfRegionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AmfRegionSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*AmfRegionSingleAllOf) GetAttributesOk ¶

func (o *AmfRegionSingleAllOf) GetAttributesOk() (*AmfRegionSingleAllOfAttributes, 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 (*AmfRegionSingleAllOf) HasAttributes ¶

func (o *AmfRegionSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (AmfRegionSingleAllOf) MarshalJSON ¶

func (o AmfRegionSingleAllOf) MarshalJSON() ([]byte, error)

func (*AmfRegionSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given AmfRegionSingleAllOfAttributes and assigns it to the Attributes field.

func (AmfRegionSingleAllOf) ToMap ¶

func (o AmfRegionSingleAllOf) ToMap() (map[string]interface{}, error)

type AmfRegionSingleAllOfAttributes ¶

type AmfRegionSingleAllOfAttributes struct {
	ManagedFunctionAttr
	PlmnIdList []PlmnId `json:"plmnIdList,omitempty"`
	NRTACList  []int32  `json:"nRTACList,omitempty"`
	// AmfRegionId is defined in TS 23.003
	AmfRegionId   *int32   `json:"amfRegionId,omitempty"`
	SnssaiList    []Snssai `json:"snssaiList,omitempty"`
	AMFSetListRef []string `json:"aMFSetListRef,omitempty"`
}

AmfRegionSingleAllOfAttributes struct for AmfRegionSingleAllOfAttributes

func NewAmfRegionSingleAllOfAttributes ¶

func NewAmfRegionSingleAllOfAttributes() *AmfRegionSingleAllOfAttributes

NewAmfRegionSingleAllOfAttributes instantiates a new AmfRegionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAmfRegionSingleAllOfAttributesWithDefaults ¶

func NewAmfRegionSingleAllOfAttributesWithDefaults() *AmfRegionSingleAllOfAttributes

NewAmfRegionSingleAllOfAttributesWithDefaults instantiates a new AmfRegionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AmfRegionSingleAllOfAttributes) GetAMFSetListRef ¶

func (o *AmfRegionSingleAllOfAttributes) GetAMFSetListRef() []string

GetAMFSetListRef returns the AMFSetListRef field value if set, zero value otherwise.

func (*AmfRegionSingleAllOfAttributes) GetAMFSetListRefOk ¶

func (o *AmfRegionSingleAllOfAttributes) GetAMFSetListRefOk() ([]string, bool)

GetAMFSetListRefOk returns a tuple with the AMFSetListRef field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AmfRegionSingleAllOfAttributes) GetAmfRegionId ¶

func (o *AmfRegionSingleAllOfAttributes) GetAmfRegionId() int32

GetAmfRegionId returns the AmfRegionId field value if set, zero value otherwise.

func (*AmfRegionSingleAllOfAttributes) GetAmfRegionIdOk ¶

func (o *AmfRegionSingleAllOfAttributes) GetAmfRegionIdOk() (*int32, bool)

GetAmfRegionIdOk returns a tuple with the AmfRegionId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AmfRegionSingleAllOfAttributes) GetNRTACList ¶

func (o *AmfRegionSingleAllOfAttributes) GetNRTACList() []int32

GetNRTACList returns the NRTACList field value if set, zero value otherwise.

func (*AmfRegionSingleAllOfAttributes) GetNRTACListOk ¶

func (o *AmfRegionSingleAllOfAttributes) GetNRTACListOk() ([]int32, bool)

GetNRTACListOk returns a tuple with the NRTACList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AmfRegionSingleAllOfAttributes) GetPlmnIdList ¶

func (o *AmfRegionSingleAllOfAttributes) GetPlmnIdList() []PlmnId

GetPlmnIdList returns the PlmnIdList field value if set, zero value otherwise.

func (*AmfRegionSingleAllOfAttributes) GetPlmnIdListOk ¶

func (o *AmfRegionSingleAllOfAttributes) GetPlmnIdListOk() ([]PlmnId, bool)

GetPlmnIdListOk returns a tuple with the PlmnIdList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AmfRegionSingleAllOfAttributes) GetSnssaiList ¶

func (o *AmfRegionSingleAllOfAttributes) GetSnssaiList() []Snssai

GetSnssaiList returns the SnssaiList field value if set, zero value otherwise.

func (*AmfRegionSingleAllOfAttributes) GetSnssaiListOk ¶

func (o *AmfRegionSingleAllOfAttributes) GetSnssaiListOk() ([]Snssai, bool)

GetSnssaiListOk returns a tuple with the SnssaiList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AmfRegionSingleAllOfAttributes) HasAMFSetListRef ¶

func (o *AmfRegionSingleAllOfAttributes) HasAMFSetListRef() bool

HasAMFSetListRef returns a boolean if a field has been set.

func (*AmfRegionSingleAllOfAttributes) HasAmfRegionId ¶

func (o *AmfRegionSingleAllOfAttributes) HasAmfRegionId() bool

HasAmfRegionId returns a boolean if a field has been set.

func (*AmfRegionSingleAllOfAttributes) HasNRTACList ¶

func (o *AmfRegionSingleAllOfAttributes) HasNRTACList() bool

HasNRTACList returns a boolean if a field has been set.

func (*AmfRegionSingleAllOfAttributes) HasPlmnIdList ¶

func (o *AmfRegionSingleAllOfAttributes) HasPlmnIdList() bool

HasPlmnIdList returns a boolean if a field has been set.

func (*AmfRegionSingleAllOfAttributes) HasSnssaiList ¶

func (o *AmfRegionSingleAllOfAttributes) HasSnssaiList() bool

HasSnssaiList returns a boolean if a field has been set.

func (AmfRegionSingleAllOfAttributes) MarshalJSON ¶

func (o AmfRegionSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*AmfRegionSingleAllOfAttributes) SetAMFSetListRef ¶

func (o *AmfRegionSingleAllOfAttributes) SetAMFSetListRef(v []string)

SetAMFSetListRef gets a reference to the given []string and assigns it to the AMFSetListRef field.

func (*AmfRegionSingleAllOfAttributes) SetAmfRegionId ¶

func (o *AmfRegionSingleAllOfAttributes) SetAmfRegionId(v int32)

SetAmfRegionId gets a reference to the given int32 and assigns it to the AmfRegionId field.

func (*AmfRegionSingleAllOfAttributes) SetNRTACList ¶

func (o *AmfRegionSingleAllOfAttributes) SetNRTACList(v []int32)

SetNRTACList gets a reference to the given []int32 and assigns it to the NRTACList field.

func (*AmfRegionSingleAllOfAttributes) SetPlmnIdList ¶

func (o *AmfRegionSingleAllOfAttributes) SetPlmnIdList(v []PlmnId)

SetPlmnIdList gets a reference to the given []PlmnId and assigns it to the PlmnIdList field.

func (*AmfRegionSingleAllOfAttributes) SetSnssaiList ¶

func (o *AmfRegionSingleAllOfAttributes) SetSnssaiList(v []Snssai)

SetSnssaiList gets a reference to the given []Snssai and assigns it to the SnssaiList field.

func (AmfRegionSingleAllOfAttributes) ToMap ¶

func (o AmfRegionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type AmfRegionSingleAllOfAttributesAllOf ¶

type AmfRegionSingleAllOfAttributesAllOf struct {
	PlmnIdList []PlmnId `json:"plmnIdList,omitempty"`
	NRTACList  []int32  `json:"nRTACList,omitempty"`
	// AmfRegionId is defined in TS 23.003
	AmfRegionId   *int32   `json:"amfRegionId,omitempty"`
	SnssaiList    []Snssai `json:"snssaiList,omitempty"`
	AMFSetListRef []string `json:"aMFSetListRef,omitempty"`
}

AmfRegionSingleAllOfAttributesAllOf struct for AmfRegionSingleAllOfAttributesAllOf

func NewAmfRegionSingleAllOfAttributesAllOf ¶

func NewAmfRegionSingleAllOfAttributesAllOf() *AmfRegionSingleAllOfAttributesAllOf

NewAmfRegionSingleAllOfAttributesAllOf instantiates a new AmfRegionSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAmfRegionSingleAllOfAttributesAllOfWithDefaults ¶

func NewAmfRegionSingleAllOfAttributesAllOfWithDefaults() *AmfRegionSingleAllOfAttributesAllOf

NewAmfRegionSingleAllOfAttributesAllOfWithDefaults instantiates a new AmfRegionSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AmfRegionSingleAllOfAttributesAllOf) GetAMFSetListRef ¶

func (o *AmfRegionSingleAllOfAttributesAllOf) GetAMFSetListRef() []string

GetAMFSetListRef returns the AMFSetListRef field value if set, zero value otherwise.

func (*AmfRegionSingleAllOfAttributesAllOf) GetAMFSetListRefOk ¶

func (o *AmfRegionSingleAllOfAttributesAllOf) GetAMFSetListRefOk() ([]string, bool)

GetAMFSetListRefOk returns a tuple with the AMFSetListRef field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AmfRegionSingleAllOfAttributesAllOf) GetAmfRegionId ¶

func (o *AmfRegionSingleAllOfAttributesAllOf) GetAmfRegionId() int32

GetAmfRegionId returns the AmfRegionId field value if set, zero value otherwise.

func (*AmfRegionSingleAllOfAttributesAllOf) GetAmfRegionIdOk ¶

func (o *AmfRegionSingleAllOfAttributesAllOf) GetAmfRegionIdOk() (*int32, bool)

GetAmfRegionIdOk returns a tuple with the AmfRegionId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AmfRegionSingleAllOfAttributesAllOf) GetNRTACList ¶

func (o *AmfRegionSingleAllOfAttributesAllOf) GetNRTACList() []int32

GetNRTACList returns the NRTACList field value if set, zero value otherwise.

func (*AmfRegionSingleAllOfAttributesAllOf) GetNRTACListOk ¶

func (o *AmfRegionSingleAllOfAttributesAllOf) GetNRTACListOk() ([]int32, bool)

GetNRTACListOk returns a tuple with the NRTACList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AmfRegionSingleAllOfAttributesAllOf) GetPlmnIdList ¶

func (o *AmfRegionSingleAllOfAttributesAllOf) GetPlmnIdList() []PlmnId

GetPlmnIdList returns the PlmnIdList field value if set, zero value otherwise.

func (*AmfRegionSingleAllOfAttributesAllOf) GetPlmnIdListOk ¶

func (o *AmfRegionSingleAllOfAttributesAllOf) GetPlmnIdListOk() ([]PlmnId, bool)

GetPlmnIdListOk returns a tuple with the PlmnIdList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AmfRegionSingleAllOfAttributesAllOf) GetSnssaiList ¶

func (o *AmfRegionSingleAllOfAttributesAllOf) GetSnssaiList() []Snssai

GetSnssaiList returns the SnssaiList field value if set, zero value otherwise.

func (*AmfRegionSingleAllOfAttributesAllOf) GetSnssaiListOk ¶

func (o *AmfRegionSingleAllOfAttributesAllOf) GetSnssaiListOk() ([]Snssai, bool)

GetSnssaiListOk returns a tuple with the SnssaiList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AmfRegionSingleAllOfAttributesAllOf) HasAMFSetListRef ¶

func (o *AmfRegionSingleAllOfAttributesAllOf) HasAMFSetListRef() bool

HasAMFSetListRef returns a boolean if a field has been set.

func (*AmfRegionSingleAllOfAttributesAllOf) HasAmfRegionId ¶

func (o *AmfRegionSingleAllOfAttributesAllOf) HasAmfRegionId() bool

HasAmfRegionId returns a boolean if a field has been set.

func (*AmfRegionSingleAllOfAttributesAllOf) HasNRTACList ¶

func (o *AmfRegionSingleAllOfAttributesAllOf) HasNRTACList() bool

HasNRTACList returns a boolean if a field has been set.

func (*AmfRegionSingleAllOfAttributesAllOf) HasPlmnIdList ¶

func (o *AmfRegionSingleAllOfAttributesAllOf) HasPlmnIdList() bool

HasPlmnIdList returns a boolean if a field has been set.

func (*AmfRegionSingleAllOfAttributesAllOf) HasSnssaiList ¶

func (o *AmfRegionSingleAllOfAttributesAllOf) HasSnssaiList() bool

HasSnssaiList returns a boolean if a field has been set.

func (AmfRegionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (o AmfRegionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)

func (*AmfRegionSingleAllOfAttributesAllOf) SetAMFSetListRef ¶

func (o *AmfRegionSingleAllOfAttributesAllOf) SetAMFSetListRef(v []string)

SetAMFSetListRef gets a reference to the given []string and assigns it to the AMFSetListRef field.

func (*AmfRegionSingleAllOfAttributesAllOf) SetAmfRegionId ¶

func (o *AmfRegionSingleAllOfAttributesAllOf) SetAmfRegionId(v int32)

SetAmfRegionId gets a reference to the given int32 and assigns it to the AmfRegionId field.

func (*AmfRegionSingleAllOfAttributesAllOf) SetNRTACList ¶

func (o *AmfRegionSingleAllOfAttributesAllOf) SetNRTACList(v []int32)

SetNRTACList gets a reference to the given []int32 and assigns it to the NRTACList field.

func (*AmfRegionSingleAllOfAttributesAllOf) SetPlmnIdList ¶

func (o *AmfRegionSingleAllOfAttributesAllOf) SetPlmnIdList(v []PlmnId)

SetPlmnIdList gets a reference to the given []PlmnId and assigns it to the PlmnIdList field.

func (*AmfRegionSingleAllOfAttributesAllOf) SetSnssaiList ¶

func (o *AmfRegionSingleAllOfAttributesAllOf) SetSnssaiList(v []Snssai)

SetSnssaiList gets a reference to the given []Snssai and assigns it to the SnssaiList field.

func (AmfRegionSingleAllOfAttributesAllOf) ToMap ¶

func (o AmfRegionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)

type AmfSetSingle ¶

type AmfSetSingle struct {
	Top
	Attributes *AmfSetSingleAllOfAttributes `json:"attributes,omitempty"`
}

AmfSetSingle struct for AmfSetSingle

func NewAmfSetSingle ¶

func NewAmfSetSingle(id NullableString) *AmfSetSingle

NewAmfSetSingle instantiates a new AmfSetSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAmfSetSingleWithDefaults ¶

func NewAmfSetSingleWithDefaults() *AmfSetSingle

NewAmfSetSingleWithDefaults instantiates a new AmfSetSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AmfSetSingle) GetAttributes ¶

func (o *AmfSetSingle) GetAttributes() AmfSetSingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*AmfSetSingle) GetAttributesOk ¶

func (o *AmfSetSingle) GetAttributesOk() (*AmfSetSingleAllOfAttributes, 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 (*AmfSetSingle) HasAttributes ¶

func (o *AmfSetSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (AmfSetSingle) MarshalJSON ¶

func (o AmfSetSingle) MarshalJSON() ([]byte, error)

func (*AmfSetSingle) SetAttributes ¶

func (o *AmfSetSingle) SetAttributes(v AmfSetSingleAllOfAttributes)

SetAttributes gets a reference to the given AmfSetSingleAllOfAttributes and assigns it to the Attributes field.

func (AmfSetSingle) ToMap ¶

func (o AmfSetSingle) ToMap() (map[string]interface{}, error)

type AmfSetSingleAllOf ¶

type AmfSetSingleAllOf struct {
	Attributes *AmfSetSingleAllOfAttributes `json:"attributes,omitempty"`
}

AmfSetSingleAllOf struct for AmfSetSingleAllOf

func NewAmfSetSingleAllOf ¶

func NewAmfSetSingleAllOf() *AmfSetSingleAllOf

NewAmfSetSingleAllOf instantiates a new AmfSetSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAmfSetSingleAllOfWithDefaults ¶

func NewAmfSetSingleAllOfWithDefaults() *AmfSetSingleAllOf

NewAmfSetSingleAllOfWithDefaults instantiates a new AmfSetSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AmfSetSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*AmfSetSingleAllOf) GetAttributesOk ¶

func (o *AmfSetSingleAllOf) GetAttributesOk() (*AmfSetSingleAllOfAttributes, 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 (*AmfSetSingleAllOf) HasAttributes ¶

func (o *AmfSetSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (AmfSetSingleAllOf) MarshalJSON ¶

func (o AmfSetSingleAllOf) MarshalJSON() ([]byte, error)

func (*AmfSetSingleAllOf) SetAttributes ¶

func (o *AmfSetSingleAllOf) SetAttributes(v AmfSetSingleAllOfAttributes)

SetAttributes gets a reference to the given AmfSetSingleAllOfAttributes and assigns it to the Attributes field.

func (AmfSetSingleAllOf) ToMap ¶

func (o AmfSetSingleAllOf) ToMap() (map[string]interface{}, error)

type AmfSetSingleAllOfAttributes ¶

type AmfSetSingleAllOfAttributes struct {
	ManagedFunctionAttr
	PlmnIdList []PlmnId `json:"plmnIdList,omitempty"`
	NRTACList  []int32  `json:"nRTACList,omitempty"`
	// AmfSetId is defined in TS 23.003
	AmfSetId         *string  `json:"amfSetId,omitempty"`
	SnssaiList       []Snssai `json:"snssaiList,omitempty"`
	AMFRegionRef     *string  `json:"aMFRegionRef,omitempty"`
	AMFSetMemberList []string `json:"aMFSetMemberList,omitempty"`
}

AmfSetSingleAllOfAttributes struct for AmfSetSingleAllOfAttributes

func NewAmfSetSingleAllOfAttributes ¶

func NewAmfSetSingleAllOfAttributes() *AmfSetSingleAllOfAttributes

NewAmfSetSingleAllOfAttributes instantiates a new AmfSetSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAmfSetSingleAllOfAttributesWithDefaults ¶

func NewAmfSetSingleAllOfAttributesWithDefaults() *AmfSetSingleAllOfAttributes

NewAmfSetSingleAllOfAttributesWithDefaults instantiates a new AmfSetSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AmfSetSingleAllOfAttributes) GetAMFRegionRef ¶

func (o *AmfSetSingleAllOfAttributes) GetAMFRegionRef() string

GetAMFRegionRef returns the AMFRegionRef field value if set, zero value otherwise.

func (*AmfSetSingleAllOfAttributes) GetAMFRegionRefOk ¶

func (o *AmfSetSingleAllOfAttributes) GetAMFRegionRefOk() (*string, bool)

GetAMFRegionRefOk returns a tuple with the AMFRegionRef field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AmfSetSingleAllOfAttributes) GetAMFSetMemberList ¶

func (o *AmfSetSingleAllOfAttributes) GetAMFSetMemberList() []string

GetAMFSetMemberList returns the AMFSetMemberList field value if set, zero value otherwise.

func (*AmfSetSingleAllOfAttributes) GetAMFSetMemberListOk ¶

func (o *AmfSetSingleAllOfAttributes) GetAMFSetMemberListOk() ([]string, bool)

GetAMFSetMemberListOk returns a tuple with the AMFSetMemberList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AmfSetSingleAllOfAttributes) GetAmfSetId ¶

func (o *AmfSetSingleAllOfAttributes) GetAmfSetId() string

GetAmfSetId returns the AmfSetId field value if set, zero value otherwise.

func (*AmfSetSingleAllOfAttributes) GetAmfSetIdOk ¶

func (o *AmfSetSingleAllOfAttributes) GetAmfSetIdOk() (*string, bool)

GetAmfSetIdOk returns a tuple with the AmfSetId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AmfSetSingleAllOfAttributes) GetNRTACList ¶

func (o *AmfSetSingleAllOfAttributes) GetNRTACList() []int32

GetNRTACList returns the NRTACList field value if set, zero value otherwise.

func (*AmfSetSingleAllOfAttributes) GetNRTACListOk ¶

func (o *AmfSetSingleAllOfAttributes) GetNRTACListOk() ([]int32, bool)

GetNRTACListOk returns a tuple with the NRTACList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AmfSetSingleAllOfAttributes) GetPlmnIdList ¶

func (o *AmfSetSingleAllOfAttributes) GetPlmnIdList() []PlmnId

GetPlmnIdList returns the PlmnIdList field value if set, zero value otherwise.

func (*AmfSetSingleAllOfAttributes) GetPlmnIdListOk ¶

func (o *AmfSetSingleAllOfAttributes) GetPlmnIdListOk() ([]PlmnId, bool)

GetPlmnIdListOk returns a tuple with the PlmnIdList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AmfSetSingleAllOfAttributes) GetSnssaiList ¶

func (o *AmfSetSingleAllOfAttributes) GetSnssaiList() []Snssai

GetSnssaiList returns the SnssaiList field value if set, zero value otherwise.

func (*AmfSetSingleAllOfAttributes) GetSnssaiListOk ¶

func (o *AmfSetSingleAllOfAttributes) GetSnssaiListOk() ([]Snssai, bool)

GetSnssaiListOk returns a tuple with the SnssaiList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AmfSetSingleAllOfAttributes) HasAMFRegionRef ¶

func (o *AmfSetSingleAllOfAttributes) HasAMFRegionRef() bool

HasAMFRegionRef returns a boolean if a field has been set.

func (*AmfSetSingleAllOfAttributes) HasAMFSetMemberList ¶

func (o *AmfSetSingleAllOfAttributes) HasAMFSetMemberList() bool

HasAMFSetMemberList returns a boolean if a field has been set.

func (*AmfSetSingleAllOfAttributes) HasAmfSetId ¶

func (o *AmfSetSingleAllOfAttributes) HasAmfSetId() bool

HasAmfSetId returns a boolean if a field has been set.

func (*AmfSetSingleAllOfAttributes) HasNRTACList ¶

func (o *AmfSetSingleAllOfAttributes) HasNRTACList() bool

HasNRTACList returns a boolean if a field has been set.

func (*AmfSetSingleAllOfAttributes) HasPlmnIdList ¶

func (o *AmfSetSingleAllOfAttributes) HasPlmnIdList() bool

HasPlmnIdList returns a boolean if a field has been set.

func (*AmfSetSingleAllOfAttributes) HasSnssaiList ¶

func (o *AmfSetSingleAllOfAttributes) HasSnssaiList() bool

HasSnssaiList returns a boolean if a field has been set.

func (AmfSetSingleAllOfAttributes) MarshalJSON ¶

func (o AmfSetSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*AmfSetSingleAllOfAttributes) SetAMFRegionRef ¶

func (o *AmfSetSingleAllOfAttributes) SetAMFRegionRef(v string)

SetAMFRegionRef gets a reference to the given string and assigns it to the AMFRegionRef field.

func (*AmfSetSingleAllOfAttributes) SetAMFSetMemberList ¶

func (o *AmfSetSingleAllOfAttributes) SetAMFSetMemberList(v []string)

SetAMFSetMemberList gets a reference to the given []string and assigns it to the AMFSetMemberList field.

func (*AmfSetSingleAllOfAttributes) SetAmfSetId ¶

func (o *AmfSetSingleAllOfAttributes) SetAmfSetId(v string)

SetAmfSetId gets a reference to the given string and assigns it to the AmfSetId field.

func (*AmfSetSingleAllOfAttributes) SetNRTACList ¶

func (o *AmfSetSingleAllOfAttributes) SetNRTACList(v []int32)

SetNRTACList gets a reference to the given []int32 and assigns it to the NRTACList field.

func (*AmfSetSingleAllOfAttributes) SetPlmnIdList ¶

func (o *AmfSetSingleAllOfAttributes) SetPlmnIdList(v []PlmnId)

SetPlmnIdList gets a reference to the given []PlmnId and assigns it to the PlmnIdList field.

func (*AmfSetSingleAllOfAttributes) SetSnssaiList ¶

func (o *AmfSetSingleAllOfAttributes) SetSnssaiList(v []Snssai)

SetSnssaiList gets a reference to the given []Snssai and assigns it to the SnssaiList field.

func (AmfSetSingleAllOfAttributes) ToMap ¶

func (o AmfSetSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type AmfSetSingleAllOfAttributesAllOf ¶

type AmfSetSingleAllOfAttributesAllOf struct {
	PlmnIdList []PlmnId `json:"plmnIdList,omitempty"`
	NRTACList  []int32  `json:"nRTACList,omitempty"`
	// AmfSetId is defined in TS 23.003
	AmfSetId         *string  `json:"amfSetId,omitempty"`
	SnssaiList       []Snssai `json:"snssaiList,omitempty"`
	AMFRegionRef     *string  `json:"aMFRegionRef,omitempty"`
	AMFSetMemberList []string `json:"aMFSetMemberList,omitempty"`
}

AmfSetSingleAllOfAttributesAllOf struct for AmfSetSingleAllOfAttributesAllOf

func NewAmfSetSingleAllOfAttributesAllOf ¶

func NewAmfSetSingleAllOfAttributesAllOf() *AmfSetSingleAllOfAttributesAllOf

NewAmfSetSingleAllOfAttributesAllOf instantiates a new AmfSetSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAmfSetSingleAllOfAttributesAllOfWithDefaults ¶

func NewAmfSetSingleAllOfAttributesAllOfWithDefaults() *AmfSetSingleAllOfAttributesAllOf

NewAmfSetSingleAllOfAttributesAllOfWithDefaults instantiates a new AmfSetSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AmfSetSingleAllOfAttributesAllOf) GetAMFRegionRef ¶

func (o *AmfSetSingleAllOfAttributesAllOf) GetAMFRegionRef() string

GetAMFRegionRef returns the AMFRegionRef field value if set, zero value otherwise.

func (*AmfSetSingleAllOfAttributesAllOf) GetAMFRegionRefOk ¶

func (o *AmfSetSingleAllOfAttributesAllOf) GetAMFRegionRefOk() (*string, bool)

GetAMFRegionRefOk returns a tuple with the AMFRegionRef field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AmfSetSingleAllOfAttributesAllOf) GetAMFSetMemberList ¶

func (o *AmfSetSingleAllOfAttributesAllOf) GetAMFSetMemberList() []string

GetAMFSetMemberList returns the AMFSetMemberList field value if set, zero value otherwise.

func (*AmfSetSingleAllOfAttributesAllOf) GetAMFSetMemberListOk ¶

func (o *AmfSetSingleAllOfAttributesAllOf) GetAMFSetMemberListOk() ([]string, bool)

GetAMFSetMemberListOk returns a tuple with the AMFSetMemberList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AmfSetSingleAllOfAttributesAllOf) GetAmfSetId ¶

func (o *AmfSetSingleAllOfAttributesAllOf) GetAmfSetId() string

GetAmfSetId returns the AmfSetId field value if set, zero value otherwise.

func (*AmfSetSingleAllOfAttributesAllOf) GetAmfSetIdOk ¶

func (o *AmfSetSingleAllOfAttributesAllOf) GetAmfSetIdOk() (*string, bool)

GetAmfSetIdOk returns a tuple with the AmfSetId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AmfSetSingleAllOfAttributesAllOf) GetNRTACList ¶

func (o *AmfSetSingleAllOfAttributesAllOf) GetNRTACList() []int32

GetNRTACList returns the NRTACList field value if set, zero value otherwise.

func (*AmfSetSingleAllOfAttributesAllOf) GetNRTACListOk ¶

func (o *AmfSetSingleAllOfAttributesAllOf) GetNRTACListOk() ([]int32, bool)

GetNRTACListOk returns a tuple with the NRTACList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AmfSetSingleAllOfAttributesAllOf) GetPlmnIdList ¶

func (o *AmfSetSingleAllOfAttributesAllOf) GetPlmnIdList() []PlmnId

GetPlmnIdList returns the PlmnIdList field value if set, zero value otherwise.

func (*AmfSetSingleAllOfAttributesAllOf) GetPlmnIdListOk ¶

func (o *AmfSetSingleAllOfAttributesAllOf) GetPlmnIdListOk() ([]PlmnId, bool)

GetPlmnIdListOk returns a tuple with the PlmnIdList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AmfSetSingleAllOfAttributesAllOf) GetSnssaiList ¶

func (o *AmfSetSingleAllOfAttributesAllOf) GetSnssaiList() []Snssai

GetSnssaiList returns the SnssaiList field value if set, zero value otherwise.

func (*AmfSetSingleAllOfAttributesAllOf) GetSnssaiListOk ¶

func (o *AmfSetSingleAllOfAttributesAllOf) GetSnssaiListOk() ([]Snssai, bool)

GetSnssaiListOk returns a tuple with the SnssaiList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AmfSetSingleAllOfAttributesAllOf) HasAMFRegionRef ¶

func (o *AmfSetSingleAllOfAttributesAllOf) HasAMFRegionRef() bool

HasAMFRegionRef returns a boolean if a field has been set.

func (*AmfSetSingleAllOfAttributesAllOf) HasAMFSetMemberList ¶

func (o *AmfSetSingleAllOfAttributesAllOf) HasAMFSetMemberList() bool

HasAMFSetMemberList returns a boolean if a field has been set.

func (*AmfSetSingleAllOfAttributesAllOf) HasAmfSetId ¶

func (o *AmfSetSingleAllOfAttributesAllOf) HasAmfSetId() bool

HasAmfSetId returns a boolean if a field has been set.

func (*AmfSetSingleAllOfAttributesAllOf) HasNRTACList ¶

func (o *AmfSetSingleAllOfAttributesAllOf) HasNRTACList() bool

HasNRTACList returns a boolean if a field has been set.

func (*AmfSetSingleAllOfAttributesAllOf) HasPlmnIdList ¶

func (o *AmfSetSingleAllOfAttributesAllOf) HasPlmnIdList() bool

HasPlmnIdList returns a boolean if a field has been set.

func (*AmfSetSingleAllOfAttributesAllOf) HasSnssaiList ¶

func (o *AmfSetSingleAllOfAttributesAllOf) HasSnssaiList() bool

HasSnssaiList returns a boolean if a field has been set.

func (AmfSetSingleAllOfAttributesAllOf) MarshalJSON ¶

func (o AmfSetSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)

func (*AmfSetSingleAllOfAttributesAllOf) SetAMFRegionRef ¶

func (o *AmfSetSingleAllOfAttributesAllOf) SetAMFRegionRef(v string)

SetAMFRegionRef gets a reference to the given string and assigns it to the AMFRegionRef field.

func (*AmfSetSingleAllOfAttributesAllOf) SetAMFSetMemberList ¶

func (o *AmfSetSingleAllOfAttributesAllOf) SetAMFSetMemberList(v []string)

SetAMFSetMemberList gets a reference to the given []string and assigns it to the AMFSetMemberList field.

func (*AmfSetSingleAllOfAttributesAllOf) SetAmfSetId ¶

func (o *AmfSetSingleAllOfAttributesAllOf) SetAmfSetId(v string)

SetAmfSetId gets a reference to the given string and assigns it to the AmfSetId field.

func (*AmfSetSingleAllOfAttributesAllOf) SetNRTACList ¶

func (o *AmfSetSingleAllOfAttributesAllOf) SetNRTACList(v []int32)

SetNRTACList gets a reference to the given []int32 and assigns it to the NRTACList field.

func (*AmfSetSingleAllOfAttributesAllOf) SetPlmnIdList ¶

func (o *AmfSetSingleAllOfAttributesAllOf) SetPlmnIdList(v []PlmnId)

SetPlmnIdList gets a reference to the given []PlmnId and assigns it to the PlmnIdList field.

func (*AmfSetSingleAllOfAttributesAllOf) SetSnssaiList ¶

func (o *AmfSetSingleAllOfAttributesAllOf) SetSnssaiList(v []Snssai)

SetSnssaiList gets a reference to the given []Snssai and assigns it to the SnssaiList field.

func (AmfSetSingleAllOfAttributesAllOf) ToMap ¶

func (o AmfSetSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)

type AnalyticsSchedule ¶

type AnalyticsSchedule struct {
	AnalyticsScheduleOneOf  *AnalyticsScheduleOneOf
	AnalyticsScheduleOneOf1 *AnalyticsScheduleOneOf1
}

AnalyticsSchedule - struct for AnalyticsSchedule

func AnalyticsScheduleOneOf1AsAnalyticsSchedule ¶

func AnalyticsScheduleOneOf1AsAnalyticsSchedule(v *AnalyticsScheduleOneOf1) AnalyticsSchedule

AnalyticsScheduleOneOf1AsAnalyticsSchedule is a convenience function that returns AnalyticsScheduleOneOf1 wrapped in AnalyticsSchedule

func AnalyticsScheduleOneOfAsAnalyticsSchedule ¶

func AnalyticsScheduleOneOfAsAnalyticsSchedule(v *AnalyticsScheduleOneOf) AnalyticsSchedule

AnalyticsScheduleOneOfAsAnalyticsSchedule is a convenience function that returns AnalyticsScheduleOneOf wrapped in AnalyticsSchedule

func (*AnalyticsSchedule) GetActualInstance ¶

func (obj *AnalyticsSchedule) GetActualInstance() interface{}

Get the actual instance

func (AnalyticsSchedule) MarshalJSON ¶

func (src AnalyticsSchedule) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*AnalyticsSchedule) UnmarshalJSON ¶

func (dst *AnalyticsSchedule) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type AnalyticsScheduleOneOf ¶

type AnalyticsScheduleOneOf struct {
	TimeDurations []TimeWindow2 `json:"timeDurations,omitempty"`
}

AnalyticsScheduleOneOf struct for AnalyticsScheduleOneOf

func NewAnalyticsScheduleOneOf ¶

func NewAnalyticsScheduleOneOf() *AnalyticsScheduleOneOf

NewAnalyticsScheduleOneOf instantiates a new AnalyticsScheduleOneOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAnalyticsScheduleOneOfWithDefaults ¶

func NewAnalyticsScheduleOneOfWithDefaults() *AnalyticsScheduleOneOf

NewAnalyticsScheduleOneOfWithDefaults instantiates a new AnalyticsScheduleOneOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AnalyticsScheduleOneOf) GetTimeDurations ¶

func (o *AnalyticsScheduleOneOf) GetTimeDurations() []TimeWindow2

GetTimeDurations returns the TimeDurations field value if set, zero value otherwise.

func (*AnalyticsScheduleOneOf) GetTimeDurationsOk ¶

func (o *AnalyticsScheduleOneOf) GetTimeDurationsOk() ([]TimeWindow2, bool)

GetTimeDurationsOk returns a tuple with the TimeDurations field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AnalyticsScheduleOneOf) HasTimeDurations ¶

func (o *AnalyticsScheduleOneOf) HasTimeDurations() bool

HasTimeDurations returns a boolean if a field has been set.

func (AnalyticsScheduleOneOf) MarshalJSON ¶

func (o AnalyticsScheduleOneOf) MarshalJSON() ([]byte, error)

func (*AnalyticsScheduleOneOf) SetTimeDurations ¶

func (o *AnalyticsScheduleOneOf) SetTimeDurations(v []TimeWindow2)

SetTimeDurations gets a reference to the given []TimeWindow2 and assigns it to the TimeDurations field.

func (AnalyticsScheduleOneOf) ToMap ¶

func (o AnalyticsScheduleOneOf) ToMap() (map[string]interface{}, error)

type AnalyticsScheduleOneOf1 ¶

type AnalyticsScheduleOneOf1 struct {
	GranularityPeriod *int32 `json:"granularityPeriod,omitempty"`
}

AnalyticsScheduleOneOf1 struct for AnalyticsScheduleOneOf1

func NewAnalyticsScheduleOneOf1 ¶

func NewAnalyticsScheduleOneOf1() *AnalyticsScheduleOneOf1

NewAnalyticsScheduleOneOf1 instantiates a new AnalyticsScheduleOneOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAnalyticsScheduleOneOf1WithDefaults ¶

func NewAnalyticsScheduleOneOf1WithDefaults() *AnalyticsScheduleOneOf1

NewAnalyticsScheduleOneOf1WithDefaults instantiates a new AnalyticsScheduleOneOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AnalyticsScheduleOneOf1) GetGranularityPeriod ¶

func (o *AnalyticsScheduleOneOf1) GetGranularityPeriod() int32

GetGranularityPeriod returns the GranularityPeriod field value if set, zero value otherwise.

func (*AnalyticsScheduleOneOf1) GetGranularityPeriodOk ¶

func (o *AnalyticsScheduleOneOf1) 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 (*AnalyticsScheduleOneOf1) HasGranularityPeriod ¶

func (o *AnalyticsScheduleOneOf1) HasGranularityPeriod() bool

HasGranularityPeriod returns a boolean if a field has been set.

func (AnalyticsScheduleOneOf1) MarshalJSON ¶

func (o AnalyticsScheduleOneOf1) MarshalJSON() ([]byte, error)

func (*AnalyticsScheduleOneOf1) SetGranularityPeriod ¶

func (o *AnalyticsScheduleOneOf1) SetGranularityPeriod(v int32)

SetGranularityPeriod gets a reference to the given int32 and assigns it to the GranularityPeriod field.

func (AnalyticsScheduleOneOf1) ToMap ¶

func (o AnalyticsScheduleOneOf1) ToMap() (map[string]interface{}, error)

type AnalyticsScopeType ¶

type AnalyticsScopeType struct {
	AnalyticsScopeTypeOneOf  *AnalyticsScopeTypeOneOf
	AnalyticsScopeTypeOneOf1 *AnalyticsScopeTypeOneOf1
}

AnalyticsScopeType - struct for AnalyticsScopeType

func AnalyticsScopeTypeOneOf1AsAnalyticsScopeType ¶

func AnalyticsScopeTypeOneOf1AsAnalyticsScopeType(v *AnalyticsScopeTypeOneOf1) AnalyticsScopeType

AnalyticsScopeTypeOneOf1AsAnalyticsScopeType is a convenience function that returns AnalyticsScopeTypeOneOf1 wrapped in AnalyticsScopeType

func AnalyticsScopeTypeOneOfAsAnalyticsScopeType ¶

func AnalyticsScopeTypeOneOfAsAnalyticsScopeType(v *AnalyticsScopeTypeOneOf) AnalyticsScopeType

AnalyticsScopeTypeOneOfAsAnalyticsScopeType is a convenience function that returns AnalyticsScopeTypeOneOf wrapped in AnalyticsScopeType

func (*AnalyticsScopeType) GetActualInstance ¶

func (obj *AnalyticsScopeType) GetActualInstance() interface{}

Get the actual instance

func (AnalyticsScopeType) MarshalJSON ¶

func (src AnalyticsScopeType) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*AnalyticsScopeType) UnmarshalJSON ¶

func (dst *AnalyticsScopeType) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type AnalyticsScopeTypeOneOf ¶

type AnalyticsScopeTypeOneOf struct {
	ManagedEntitiesScope []string `json:"managedEntitiesScope,omitempty"`
}

AnalyticsScopeTypeOneOf struct for AnalyticsScopeTypeOneOf

func NewAnalyticsScopeTypeOneOf ¶

func NewAnalyticsScopeTypeOneOf() *AnalyticsScopeTypeOneOf

NewAnalyticsScopeTypeOneOf instantiates a new AnalyticsScopeTypeOneOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAnalyticsScopeTypeOneOfWithDefaults ¶

func NewAnalyticsScopeTypeOneOfWithDefaults() *AnalyticsScopeTypeOneOf

NewAnalyticsScopeTypeOneOfWithDefaults instantiates a new AnalyticsScopeTypeOneOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AnalyticsScopeTypeOneOf) GetManagedEntitiesScope ¶

func (o *AnalyticsScopeTypeOneOf) GetManagedEntitiesScope() []string

GetManagedEntitiesScope returns the ManagedEntitiesScope field value if set, zero value otherwise.

func (*AnalyticsScopeTypeOneOf) GetManagedEntitiesScopeOk ¶

func (o *AnalyticsScopeTypeOneOf) GetManagedEntitiesScopeOk() ([]string, bool)

GetManagedEntitiesScopeOk returns a tuple with the ManagedEntitiesScope field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AnalyticsScopeTypeOneOf) HasManagedEntitiesScope ¶

func (o *AnalyticsScopeTypeOneOf) HasManagedEntitiesScope() bool

HasManagedEntitiesScope returns a boolean if a field has been set.

func (AnalyticsScopeTypeOneOf) MarshalJSON ¶

func (o AnalyticsScopeTypeOneOf) MarshalJSON() ([]byte, error)

func (*AnalyticsScopeTypeOneOf) SetManagedEntitiesScope ¶

func (o *AnalyticsScopeTypeOneOf) SetManagedEntitiesScope(v []string)

SetManagedEntitiesScope gets a reference to the given []string and assigns it to the ManagedEntitiesScope field.

func (AnalyticsScopeTypeOneOf) ToMap ¶

func (o AnalyticsScopeTypeOneOf) ToMap() (map[string]interface{}, error)

type AnalyticsScopeTypeOneOf1 ¶

type AnalyticsScopeTypeOneOf1 struct {
	AreaScope *GeoArea `json:"areaScope,omitempty"`
}

AnalyticsScopeTypeOneOf1 struct for AnalyticsScopeTypeOneOf1

func NewAnalyticsScopeTypeOneOf1 ¶

func NewAnalyticsScopeTypeOneOf1() *AnalyticsScopeTypeOneOf1

NewAnalyticsScopeTypeOneOf1 instantiates a new AnalyticsScopeTypeOneOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAnalyticsScopeTypeOneOf1WithDefaults ¶

func NewAnalyticsScopeTypeOneOf1WithDefaults() *AnalyticsScopeTypeOneOf1

NewAnalyticsScopeTypeOneOf1WithDefaults instantiates a new AnalyticsScopeTypeOneOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AnalyticsScopeTypeOneOf1) GetAreaScope ¶

func (o *AnalyticsScopeTypeOneOf1) GetAreaScope() GeoArea

GetAreaScope returns the AreaScope field value if set, zero value otherwise.

func (*AnalyticsScopeTypeOneOf1) GetAreaScopeOk ¶

func (o *AnalyticsScopeTypeOneOf1) GetAreaScopeOk() (*GeoArea, bool)

GetAreaScopeOk returns a tuple with the AreaScope field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AnalyticsScopeTypeOneOf1) HasAreaScope ¶

func (o *AnalyticsScopeTypeOneOf1) HasAreaScope() bool

HasAreaScope returns a boolean if a field has been set.

func (AnalyticsScopeTypeOneOf1) MarshalJSON ¶

func (o AnalyticsScopeTypeOneOf1) MarshalJSON() ([]byte, error)

func (*AnalyticsScopeTypeOneOf1) SetAreaScope ¶

func (o *AnalyticsScopeTypeOneOf1) SetAreaScope(v GeoArea)

SetAreaScope gets a reference to the given GeoArea and assigns it to the AreaScope field.

func (AnalyticsScopeTypeOneOf1) ToMap ¶

func (o AnalyticsScopeTypeOneOf1) ToMap() (map[string]interface{}, error)

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 ¶

Ptr returns reference to anonymizationOfMdtData-Type value

func (*AnonymizationOfMdtDataType) UnmarshalJSON ¶

func (v *AnonymizationOfMdtDataType) UnmarshalJSON(src []byte) error

type ApiClassNameidDeleteRequest ¶

type ApiClassNameidDeleteRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiClassNameidDeleteRequest) Execute ¶

type ApiClassNameidGetRequest ¶

type ApiClassNameidGetRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiClassNameidGetRequest) Attributes ¶

func (r ApiClassNameidGetRequest) Attributes(attributes []string) ApiClassNameidGetRequest

This parameter specifies the attributes of the scoped resources that are returned.

func (ApiClassNameidGetRequest) Execute ¶

func (ApiClassNameidGetRequest) Fields ¶

This parameter specifies the attribute field of the scoped resources that are returned.

func (ApiClassNameidGetRequest) Filter ¶

This parameter reduces the targeted set of resources by applying a filter to the scoped set of resource representations. Only resource representations for which the filter construct evaluates to \"true\" are targeted. No filter language is specified in the present document.

func (ApiClassNameidGetRequest) Scope ¶

This parameter extends the set of targeted resources beyond the base resource identified with the path component of the URI. No scoping mechanism is specified in the present document.

type ApiClassNameidPatchRequest ¶

type ApiClassNameidPatchRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiClassNameidPatchRequest) Execute ¶

func (ApiClassNameidPatchRequest) Resource ¶

The request body describes changes to be made to the target resources. The following patch media types are available - \"application/merge-patch+json\" (RFC 7396) - \"application/3gpp-merge-patch+json\" (TS 32.158) - \"application/json-patch+json\" (RFC 6902) - \"application/3gpp-json-patch+json\" (TS 32.158)

type ApiClassNameidPutRequest ¶

type ApiClassNameidPutRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiClassNameidPutRequest) Execute ¶

func (ApiClassNameidPutRequest) Resource ¶

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 ¶

func ArrayOfStringAsAreaScope(v *[]string) AreaScope

[]stringAsAreaScope is a convenience function that returns []string wrapped in AreaScope

func ArrayOfTaiAsAreaScope ¶

func ArrayOfTaiAsAreaScope(v *[]Tai) AreaScope

[]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 ¶

func (src AreaScope) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*AreaScope) UnmarshalJSON ¶

func (dst *AreaScope) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type Arp ¶

type Arp struct {
	// nullable true shall not be used for this attribute. Unsigned integer indicating the ARP Priority Level (see clause 5.7.2.2 of 3GPP TS 23.501, within the range 1 to 15.Values are ordered in decreasing order of priority, i.e. with 1 as the highest priority and 15 as the lowest priority.
	PriorityLevel NullableInt32           `json:"priorityLevel"`
	PreemptCap    PreemptionCapability    `json:"preemptCap"`
	PreemptVuln   PreemptionVulnerability `json:"preemptVuln"`
}

Arp Contains Allocation and Retention Priority information.

func NewArp ¶

func NewArp(priorityLevel NullableInt32, preemptCap PreemptionCapability, preemptVuln PreemptionVulnerability) *Arp

NewArp instantiates a new Arp object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewArpWithDefaults ¶

func NewArpWithDefaults() *Arp

NewArpWithDefaults instantiates a new Arp object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Arp) GetPreemptCap ¶

func (o *Arp) GetPreemptCap() PreemptionCapability

GetPreemptCap returns the PreemptCap field value

func (*Arp) GetPreemptCapOk ¶

func (o *Arp) GetPreemptCapOk() (*PreemptionCapability, bool)

GetPreemptCapOk returns a tuple with the PreemptCap field value and a boolean to check if the value has been set.

func (*Arp) GetPreemptVuln ¶

func (o *Arp) GetPreemptVuln() PreemptionVulnerability

GetPreemptVuln returns the PreemptVuln field value

func (*Arp) GetPreemptVulnOk ¶

func (o *Arp) GetPreemptVulnOk() (*PreemptionVulnerability, bool)

GetPreemptVulnOk returns a tuple with the PreemptVuln field value and a boolean to check if the value has been set.

func (*Arp) GetPriorityLevel ¶

func (o *Arp) GetPriorityLevel() int32

GetPriorityLevel returns the PriorityLevel field value If the value is explicit nil, the zero value for int32 will be returned

func (*Arp) GetPriorityLevelOk ¶

func (o *Arp) GetPriorityLevelOk() (*int32, bool)

GetPriorityLevelOk returns a tuple with the PriorityLevel field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (Arp) MarshalJSON ¶

func (o Arp) MarshalJSON() ([]byte, error)

func (*Arp) SetPreemptCap ¶

func (o *Arp) SetPreemptCap(v PreemptionCapability)

SetPreemptCap sets field value

func (*Arp) SetPreemptVuln ¶

func (o *Arp) SetPreemptVuln(v PreemptionVulnerability)

SetPreemptVuln sets field value

func (*Arp) SetPriorityLevel ¶

func (o *Arp) SetPriorityLevel(v int32)

SetPriorityLevel sets field value

func (Arp) ToMap ¶

func (o Arp) ToMap() (map[string]interface{}, error)

type AssuranceClosedControlLoopSingle ¶

type AssuranceClosedControlLoopSingle struct {
	Top
	Attributes    *AssuranceClosedControlLoopSingleAllOfAttributes `json:"attributes,omitempty"`
	AssuranceGoal []AssuranceGoalSingle                            `json:"AssuranceGoal,omitempty"`
}

AssuranceClosedControlLoopSingle struct for AssuranceClosedControlLoopSingle

func NewAssuranceClosedControlLoopSingle ¶

func NewAssuranceClosedControlLoopSingle(id NullableString) *AssuranceClosedControlLoopSingle

NewAssuranceClosedControlLoopSingle instantiates a new AssuranceClosedControlLoopSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAssuranceClosedControlLoopSingleWithDefaults ¶

func NewAssuranceClosedControlLoopSingleWithDefaults() *AssuranceClosedControlLoopSingle

NewAssuranceClosedControlLoopSingleWithDefaults instantiates a new AssuranceClosedControlLoopSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AssuranceClosedControlLoopSingle) GetAssuranceGoal ¶

func (o *AssuranceClosedControlLoopSingle) GetAssuranceGoal() []AssuranceGoalSingle

GetAssuranceGoal returns the AssuranceGoal field value if set, zero value otherwise.

func (*AssuranceClosedControlLoopSingle) GetAssuranceGoalOk ¶

func (o *AssuranceClosedControlLoopSingle) GetAssuranceGoalOk() ([]AssuranceGoalSingle, bool)

GetAssuranceGoalOk returns a tuple with the AssuranceGoal field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AssuranceClosedControlLoopSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*AssuranceClosedControlLoopSingle) GetAttributesOk ¶

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 (*AssuranceClosedControlLoopSingle) HasAssuranceGoal ¶

func (o *AssuranceClosedControlLoopSingle) HasAssuranceGoal() bool

HasAssuranceGoal returns a boolean if a field has been set.

func (*AssuranceClosedControlLoopSingle) HasAttributes ¶

func (o *AssuranceClosedControlLoopSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (AssuranceClosedControlLoopSingle) MarshalJSON ¶

func (o AssuranceClosedControlLoopSingle) MarshalJSON() ([]byte, error)

func (*AssuranceClosedControlLoopSingle) SetAssuranceGoal ¶

func (o *AssuranceClosedControlLoopSingle) SetAssuranceGoal(v []AssuranceGoalSingle)

SetAssuranceGoal gets a reference to the given []AssuranceGoalSingle and assigns it to the AssuranceGoal field.

func (*AssuranceClosedControlLoopSingle) SetAttributes ¶

SetAttributes gets a reference to the given AssuranceClosedControlLoopSingleAllOfAttributes and assigns it to the Attributes field.

func (AssuranceClosedControlLoopSingle) ToMap ¶

func (o AssuranceClosedControlLoopSingle) ToMap() (map[string]interface{}, error)

type AssuranceClosedControlLoopSingleAllOf ¶

type AssuranceClosedControlLoopSingleAllOf struct {
	Attributes    *AssuranceClosedControlLoopSingleAllOfAttributes `json:"attributes,omitempty"`
	AssuranceGoal []AssuranceGoalSingle                            `json:"AssuranceGoal,omitempty"`
}

AssuranceClosedControlLoopSingleAllOf struct for AssuranceClosedControlLoopSingleAllOf

func NewAssuranceClosedControlLoopSingleAllOf ¶

func NewAssuranceClosedControlLoopSingleAllOf() *AssuranceClosedControlLoopSingleAllOf

NewAssuranceClosedControlLoopSingleAllOf instantiates a new AssuranceClosedControlLoopSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAssuranceClosedControlLoopSingleAllOfWithDefaults ¶

func NewAssuranceClosedControlLoopSingleAllOfWithDefaults() *AssuranceClosedControlLoopSingleAllOf

NewAssuranceClosedControlLoopSingleAllOfWithDefaults instantiates a new AssuranceClosedControlLoopSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AssuranceClosedControlLoopSingleAllOf) GetAssuranceGoal ¶

GetAssuranceGoal returns the AssuranceGoal field value if set, zero value otherwise.

func (*AssuranceClosedControlLoopSingleAllOf) GetAssuranceGoalOk ¶

func (o *AssuranceClosedControlLoopSingleAllOf) GetAssuranceGoalOk() ([]AssuranceGoalSingle, bool)

GetAssuranceGoalOk returns a tuple with the AssuranceGoal field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AssuranceClosedControlLoopSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*AssuranceClosedControlLoopSingleAllOf) GetAttributesOk ¶

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 (*AssuranceClosedControlLoopSingleAllOf) HasAssuranceGoal ¶

func (o *AssuranceClosedControlLoopSingleAllOf) HasAssuranceGoal() bool

HasAssuranceGoal returns a boolean if a field has been set.

func (*AssuranceClosedControlLoopSingleAllOf) HasAttributes ¶

func (o *AssuranceClosedControlLoopSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (AssuranceClosedControlLoopSingleAllOf) MarshalJSON ¶

func (o AssuranceClosedControlLoopSingleAllOf) MarshalJSON() ([]byte, error)

func (*AssuranceClosedControlLoopSingleAllOf) SetAssuranceGoal ¶

SetAssuranceGoal gets a reference to the given []AssuranceGoalSingle and assigns it to the AssuranceGoal field.

func (*AssuranceClosedControlLoopSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given AssuranceClosedControlLoopSingleAllOfAttributes and assigns it to the Attributes field.

func (AssuranceClosedControlLoopSingleAllOf) ToMap ¶

func (o AssuranceClosedControlLoopSingleAllOf) ToMap() (map[string]interface{}, error)

type AssuranceClosedControlLoopSingleAllOfAttributes ¶

type AssuranceClosedControlLoopSingleAllOfAttributes struct {
	OperationalState          *OperationalState          `json:"operationalState,omitempty"`
	AdministrativeState       *AdministrativeState       `json:"administrativeState,omitempty"`
	ControlLoopLifeCyclePhase *ControlLoopLifeCyclePhase `json:"controlLoopLifeCyclePhase,omitempty"`
	ACCLDisallowedList        *ACCLDisallowedAttributes  `json:"aCCLDisallowedList,omitempty"`
}

AssuranceClosedControlLoopSingleAllOfAttributes struct for AssuranceClosedControlLoopSingleAllOfAttributes

func NewAssuranceClosedControlLoopSingleAllOfAttributes ¶

func NewAssuranceClosedControlLoopSingleAllOfAttributes() *AssuranceClosedControlLoopSingleAllOfAttributes

NewAssuranceClosedControlLoopSingleAllOfAttributes instantiates a new AssuranceClosedControlLoopSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAssuranceClosedControlLoopSingleAllOfAttributesWithDefaults ¶

func NewAssuranceClosedControlLoopSingleAllOfAttributesWithDefaults() *AssuranceClosedControlLoopSingleAllOfAttributes

NewAssuranceClosedControlLoopSingleAllOfAttributesWithDefaults instantiates a new AssuranceClosedControlLoopSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AssuranceClosedControlLoopSingleAllOfAttributes) GetACCLDisallowedList ¶

GetACCLDisallowedList returns the ACCLDisallowedList field value if set, zero value otherwise.

func (*AssuranceClosedControlLoopSingleAllOfAttributes) GetACCLDisallowedListOk ¶

GetACCLDisallowedListOk returns a tuple with the ACCLDisallowedList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AssuranceClosedControlLoopSingleAllOfAttributes) GetAdministrativeState ¶

GetAdministrativeState returns the AdministrativeState field value if set, zero value otherwise.

func (*AssuranceClosedControlLoopSingleAllOfAttributes) GetAdministrativeStateOk ¶

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 (*AssuranceClosedControlLoopSingleAllOfAttributes) GetControlLoopLifeCyclePhase ¶

GetControlLoopLifeCyclePhase returns the ControlLoopLifeCyclePhase field value if set, zero value otherwise.

func (*AssuranceClosedControlLoopSingleAllOfAttributes) GetControlLoopLifeCyclePhaseOk ¶

func (o *AssuranceClosedControlLoopSingleAllOfAttributes) GetControlLoopLifeCyclePhaseOk() (*ControlLoopLifeCyclePhase, bool)

GetControlLoopLifeCyclePhaseOk returns a tuple with the ControlLoopLifeCyclePhase field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AssuranceClosedControlLoopSingleAllOfAttributes) GetOperationalState ¶

GetOperationalState returns the OperationalState field value if set, zero value otherwise.

func (*AssuranceClosedControlLoopSingleAllOfAttributes) GetOperationalStateOk ¶

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 (*AssuranceClosedControlLoopSingleAllOfAttributes) HasACCLDisallowedList ¶

func (o *AssuranceClosedControlLoopSingleAllOfAttributes) HasACCLDisallowedList() bool

HasACCLDisallowedList returns a boolean if a field has been set.

func (*AssuranceClosedControlLoopSingleAllOfAttributes) HasAdministrativeState ¶

func (o *AssuranceClosedControlLoopSingleAllOfAttributes) HasAdministrativeState() bool

HasAdministrativeState returns a boolean if a field has been set.

func (*AssuranceClosedControlLoopSingleAllOfAttributes) HasControlLoopLifeCyclePhase ¶

func (o *AssuranceClosedControlLoopSingleAllOfAttributes) HasControlLoopLifeCyclePhase() bool

HasControlLoopLifeCyclePhase returns a boolean if a field has been set.

func (*AssuranceClosedControlLoopSingleAllOfAttributes) HasOperationalState ¶

func (o *AssuranceClosedControlLoopSingleAllOfAttributes) HasOperationalState() bool

HasOperationalState returns a boolean if a field has been set.

func (AssuranceClosedControlLoopSingleAllOfAttributes) MarshalJSON ¶

func (*AssuranceClosedControlLoopSingleAllOfAttributes) SetACCLDisallowedList ¶

SetACCLDisallowedList gets a reference to the given ACCLDisallowedAttributes and assigns it to the ACCLDisallowedList field.

func (*AssuranceClosedControlLoopSingleAllOfAttributes) SetAdministrativeState ¶

SetAdministrativeState gets a reference to the given AdministrativeState and assigns it to the AdministrativeState field.

func (*AssuranceClosedControlLoopSingleAllOfAttributes) SetControlLoopLifeCyclePhase ¶

SetControlLoopLifeCyclePhase gets a reference to the given ControlLoopLifeCyclePhase and assigns it to the ControlLoopLifeCyclePhase field.

func (*AssuranceClosedControlLoopSingleAllOfAttributes) SetOperationalState ¶

SetOperationalState gets a reference to the given OperationalState and assigns it to the OperationalState field.

func (AssuranceClosedControlLoopSingleAllOfAttributes) ToMap ¶

func (o AssuranceClosedControlLoopSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type AssuranceGoalSingle ¶

type AssuranceGoalSingle struct {
	Top
	Attributes *AssuranceGoalSingleAllOfAttributes `json:"attributes,omitempty"`
}

AssuranceGoalSingle struct for AssuranceGoalSingle

func NewAssuranceGoalSingle ¶

func NewAssuranceGoalSingle(id NullableString) *AssuranceGoalSingle

NewAssuranceGoalSingle instantiates a new AssuranceGoalSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAssuranceGoalSingleWithDefaults ¶

func NewAssuranceGoalSingleWithDefaults() *AssuranceGoalSingle

NewAssuranceGoalSingleWithDefaults instantiates a new AssuranceGoalSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AssuranceGoalSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*AssuranceGoalSingle) GetAttributesOk ¶

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 (*AssuranceGoalSingle) HasAttributes ¶

func (o *AssuranceGoalSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (AssuranceGoalSingle) MarshalJSON ¶

func (o AssuranceGoalSingle) MarshalJSON() ([]byte, error)

func (*AssuranceGoalSingle) SetAttributes ¶

SetAttributes gets a reference to the given AssuranceGoalSingleAllOfAttributes and assigns it to the Attributes field.

func (AssuranceGoalSingle) ToMap ¶

func (o AssuranceGoalSingle) ToMap() (map[string]interface{}, error)

type AssuranceGoalSingleAllOf ¶

type AssuranceGoalSingleAllOf struct {
	Attributes *AssuranceGoalSingleAllOfAttributes `json:"attributes,omitempty"`
}

AssuranceGoalSingleAllOf struct for AssuranceGoalSingleAllOf

func NewAssuranceGoalSingleAllOf ¶

func NewAssuranceGoalSingleAllOf() *AssuranceGoalSingleAllOf

NewAssuranceGoalSingleAllOf instantiates a new AssuranceGoalSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAssuranceGoalSingleAllOfWithDefaults ¶

func NewAssuranceGoalSingleAllOfWithDefaults() *AssuranceGoalSingleAllOf

NewAssuranceGoalSingleAllOfWithDefaults instantiates a new AssuranceGoalSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AssuranceGoalSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*AssuranceGoalSingleAllOf) GetAttributesOk ¶

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 (*AssuranceGoalSingleAllOf) HasAttributes ¶

func (o *AssuranceGoalSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (AssuranceGoalSingleAllOf) MarshalJSON ¶

func (o AssuranceGoalSingleAllOf) MarshalJSON() ([]byte, error)

func (*AssuranceGoalSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given AssuranceGoalSingleAllOfAttributes and assigns it to the Attributes field.

func (AssuranceGoalSingleAllOf) ToMap ¶

func (o AssuranceGoalSingleAllOf) ToMap() (map[string]interface{}, error)

type AssuranceGoalSingleAllOfAttributes ¶

type AssuranceGoalSingleAllOfAttributes struct {
	ObservationTime     *int32            `json:"observationTime,omitempty"`
	AssuranceTargetList []AssuranceTarget `json:"assuranceTargetList,omitempty"`
	AssuranceScope      *AssuranceScope   `json:"assuranceScope,omitempty"`
	ServiceProfileId    *string           `json:"serviceProfileId,omitempty"`
	SliceProfileId      *string           `json:"sliceProfileId,omitempty"`
}

AssuranceGoalSingleAllOfAttributes struct for AssuranceGoalSingleAllOfAttributes

func NewAssuranceGoalSingleAllOfAttributes ¶

func NewAssuranceGoalSingleAllOfAttributes() *AssuranceGoalSingleAllOfAttributes

NewAssuranceGoalSingleAllOfAttributes instantiates a new AssuranceGoalSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAssuranceGoalSingleAllOfAttributesWithDefaults ¶

func NewAssuranceGoalSingleAllOfAttributesWithDefaults() *AssuranceGoalSingleAllOfAttributes

NewAssuranceGoalSingleAllOfAttributesWithDefaults instantiates a new AssuranceGoalSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AssuranceGoalSingleAllOfAttributes) GetAssuranceScope ¶

func (o *AssuranceGoalSingleAllOfAttributes) GetAssuranceScope() AssuranceScope

GetAssuranceScope returns the AssuranceScope field value if set, zero value otherwise.

func (*AssuranceGoalSingleAllOfAttributes) GetAssuranceScopeOk ¶

func (o *AssuranceGoalSingleAllOfAttributes) GetAssuranceScopeOk() (*AssuranceScope, bool)

GetAssuranceScopeOk returns a tuple with the AssuranceScope field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AssuranceGoalSingleAllOfAttributes) GetAssuranceTargetList ¶

func (o *AssuranceGoalSingleAllOfAttributes) GetAssuranceTargetList() []AssuranceTarget

GetAssuranceTargetList returns the AssuranceTargetList field value if set, zero value otherwise.

func (*AssuranceGoalSingleAllOfAttributes) GetAssuranceTargetListOk ¶

func (o *AssuranceGoalSingleAllOfAttributes) GetAssuranceTargetListOk() ([]AssuranceTarget, bool)

GetAssuranceTargetListOk returns a tuple with the AssuranceTargetList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AssuranceGoalSingleAllOfAttributes) GetObservationTime ¶

func (o *AssuranceGoalSingleAllOfAttributes) GetObservationTime() int32

GetObservationTime returns the ObservationTime field value if set, zero value otherwise.

func (*AssuranceGoalSingleAllOfAttributes) GetObservationTimeOk ¶

func (o *AssuranceGoalSingleAllOfAttributes) GetObservationTimeOk() (*int32, bool)

GetObservationTimeOk returns a tuple with the ObservationTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AssuranceGoalSingleAllOfAttributes) GetServiceProfileId ¶

func (o *AssuranceGoalSingleAllOfAttributes) GetServiceProfileId() string

GetServiceProfileId returns the ServiceProfileId field value if set, zero value otherwise.

func (*AssuranceGoalSingleAllOfAttributes) GetServiceProfileIdOk ¶

func (o *AssuranceGoalSingleAllOfAttributes) GetServiceProfileIdOk() (*string, bool)

GetServiceProfileIdOk returns a tuple with the ServiceProfileId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AssuranceGoalSingleAllOfAttributes) GetSliceProfileId ¶

func (o *AssuranceGoalSingleAllOfAttributes) GetSliceProfileId() string

GetSliceProfileId returns the SliceProfileId field value if set, zero value otherwise.

func (*AssuranceGoalSingleAllOfAttributes) GetSliceProfileIdOk ¶

func (o *AssuranceGoalSingleAllOfAttributes) GetSliceProfileIdOk() (*string, bool)

GetSliceProfileIdOk returns a tuple with the SliceProfileId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AssuranceGoalSingleAllOfAttributes) HasAssuranceScope ¶

func (o *AssuranceGoalSingleAllOfAttributes) HasAssuranceScope() bool

HasAssuranceScope returns a boolean if a field has been set.

func (*AssuranceGoalSingleAllOfAttributes) HasAssuranceTargetList ¶

func (o *AssuranceGoalSingleAllOfAttributes) HasAssuranceTargetList() bool

HasAssuranceTargetList returns a boolean if a field has been set.

func (*AssuranceGoalSingleAllOfAttributes) HasObservationTime ¶

func (o *AssuranceGoalSingleAllOfAttributes) HasObservationTime() bool

HasObservationTime returns a boolean if a field has been set.

func (*AssuranceGoalSingleAllOfAttributes) HasServiceProfileId ¶

func (o *AssuranceGoalSingleAllOfAttributes) HasServiceProfileId() bool

HasServiceProfileId returns a boolean if a field has been set.

func (*AssuranceGoalSingleAllOfAttributes) HasSliceProfileId ¶

func (o *AssuranceGoalSingleAllOfAttributes) HasSliceProfileId() bool

HasSliceProfileId returns a boolean if a field has been set.

func (AssuranceGoalSingleAllOfAttributes) MarshalJSON ¶

func (o AssuranceGoalSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*AssuranceGoalSingleAllOfAttributes) SetAssuranceScope ¶

func (o *AssuranceGoalSingleAllOfAttributes) SetAssuranceScope(v AssuranceScope)

SetAssuranceScope gets a reference to the given AssuranceScope and assigns it to the AssuranceScope field.

func (*AssuranceGoalSingleAllOfAttributes) SetAssuranceTargetList ¶

func (o *AssuranceGoalSingleAllOfAttributes) SetAssuranceTargetList(v []AssuranceTarget)

SetAssuranceTargetList gets a reference to the given []AssuranceTarget and assigns it to the AssuranceTargetList field.

func (*AssuranceGoalSingleAllOfAttributes) SetObservationTime ¶

func (o *AssuranceGoalSingleAllOfAttributes) SetObservationTime(v int32)

SetObservationTime gets a reference to the given int32 and assigns it to the ObservationTime field.

func (*AssuranceGoalSingleAllOfAttributes) SetServiceProfileId ¶

func (o *AssuranceGoalSingleAllOfAttributes) SetServiceProfileId(v string)

SetServiceProfileId gets a reference to the given string and assigns it to the ServiceProfileId field.

func (*AssuranceGoalSingleAllOfAttributes) SetSliceProfileId ¶

func (o *AssuranceGoalSingleAllOfAttributes) SetSliceProfileId(v string)

SetSliceProfileId gets a reference to the given string and assigns it to the SliceProfileId field.

func (AssuranceGoalSingleAllOfAttributes) ToMap ¶

func (o AssuranceGoalSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type AssuranceGoalSingleAllOfAttributesAllOf ¶

type AssuranceGoalSingleAllOfAttributesAllOf struct {
	ObservationTime     *int32            `json:"observationTime,omitempty"`
	AssuranceTargetList []AssuranceTarget `json:"assuranceTargetList,omitempty"`
	AssuranceScope      *AssuranceScope   `json:"assuranceScope,omitempty"`
	ServiceProfileId    *string           `json:"serviceProfileId,omitempty"`
	SliceProfileId      *string           `json:"sliceProfileId,omitempty"`
}

AssuranceGoalSingleAllOfAttributesAllOf struct for AssuranceGoalSingleAllOfAttributesAllOf

func NewAssuranceGoalSingleAllOfAttributesAllOf ¶

func NewAssuranceGoalSingleAllOfAttributesAllOf() *AssuranceGoalSingleAllOfAttributesAllOf

NewAssuranceGoalSingleAllOfAttributesAllOf instantiates a new AssuranceGoalSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAssuranceGoalSingleAllOfAttributesAllOfWithDefaults ¶

func NewAssuranceGoalSingleAllOfAttributesAllOfWithDefaults() *AssuranceGoalSingleAllOfAttributesAllOf

NewAssuranceGoalSingleAllOfAttributesAllOfWithDefaults instantiates a new AssuranceGoalSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AssuranceGoalSingleAllOfAttributesAllOf) GetAssuranceScope ¶

GetAssuranceScope returns the AssuranceScope field value if set, zero value otherwise.

func (*AssuranceGoalSingleAllOfAttributesAllOf) GetAssuranceScopeOk ¶

func (o *AssuranceGoalSingleAllOfAttributesAllOf) GetAssuranceScopeOk() (*AssuranceScope, bool)

GetAssuranceScopeOk returns a tuple with the AssuranceScope field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AssuranceGoalSingleAllOfAttributesAllOf) GetAssuranceTargetList ¶

func (o *AssuranceGoalSingleAllOfAttributesAllOf) GetAssuranceTargetList() []AssuranceTarget

GetAssuranceTargetList returns the AssuranceTargetList field value if set, zero value otherwise.

func (*AssuranceGoalSingleAllOfAttributesAllOf) GetAssuranceTargetListOk ¶

func (o *AssuranceGoalSingleAllOfAttributesAllOf) GetAssuranceTargetListOk() ([]AssuranceTarget, bool)

GetAssuranceTargetListOk returns a tuple with the AssuranceTargetList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AssuranceGoalSingleAllOfAttributesAllOf) GetObservationTime ¶

func (o *AssuranceGoalSingleAllOfAttributesAllOf) GetObservationTime() int32

GetObservationTime returns the ObservationTime field value if set, zero value otherwise.

func (*AssuranceGoalSingleAllOfAttributesAllOf) GetObservationTimeOk ¶

func (o *AssuranceGoalSingleAllOfAttributesAllOf) GetObservationTimeOk() (*int32, bool)

GetObservationTimeOk returns a tuple with the ObservationTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AssuranceGoalSingleAllOfAttributesAllOf) GetServiceProfileId ¶

func (o *AssuranceGoalSingleAllOfAttributesAllOf) GetServiceProfileId() string

GetServiceProfileId returns the ServiceProfileId field value if set, zero value otherwise.

func (*AssuranceGoalSingleAllOfAttributesAllOf) GetServiceProfileIdOk ¶

func (o *AssuranceGoalSingleAllOfAttributesAllOf) GetServiceProfileIdOk() (*string, bool)

GetServiceProfileIdOk returns a tuple with the ServiceProfileId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AssuranceGoalSingleAllOfAttributesAllOf) GetSliceProfileId ¶

func (o *AssuranceGoalSingleAllOfAttributesAllOf) GetSliceProfileId() string

GetSliceProfileId returns the SliceProfileId field value if set, zero value otherwise.

func (*AssuranceGoalSingleAllOfAttributesAllOf) GetSliceProfileIdOk ¶

func (o *AssuranceGoalSingleAllOfAttributesAllOf) GetSliceProfileIdOk() (*string, bool)

GetSliceProfileIdOk returns a tuple with the SliceProfileId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AssuranceGoalSingleAllOfAttributesAllOf) HasAssuranceScope ¶

func (o *AssuranceGoalSingleAllOfAttributesAllOf) HasAssuranceScope() bool

HasAssuranceScope returns a boolean if a field has been set.

func (*AssuranceGoalSingleAllOfAttributesAllOf) HasAssuranceTargetList ¶

func (o *AssuranceGoalSingleAllOfAttributesAllOf) HasAssuranceTargetList() bool

HasAssuranceTargetList returns a boolean if a field has been set.

func (*AssuranceGoalSingleAllOfAttributesAllOf) HasObservationTime ¶

func (o *AssuranceGoalSingleAllOfAttributesAllOf) HasObservationTime() bool

HasObservationTime returns a boolean if a field has been set.

func (*AssuranceGoalSingleAllOfAttributesAllOf) HasServiceProfileId ¶

func (o *AssuranceGoalSingleAllOfAttributesAllOf) HasServiceProfileId() bool

HasServiceProfileId returns a boolean if a field has been set.

func (*AssuranceGoalSingleAllOfAttributesAllOf) HasSliceProfileId ¶

func (o *AssuranceGoalSingleAllOfAttributesAllOf) HasSliceProfileId() bool

HasSliceProfileId returns a boolean if a field has been set.

func (AssuranceGoalSingleAllOfAttributesAllOf) MarshalJSON ¶

func (o AssuranceGoalSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)

func (*AssuranceGoalSingleAllOfAttributesAllOf) SetAssuranceScope ¶

SetAssuranceScope gets a reference to the given AssuranceScope and assigns it to the AssuranceScope field.

func (*AssuranceGoalSingleAllOfAttributesAllOf) SetAssuranceTargetList ¶

func (o *AssuranceGoalSingleAllOfAttributesAllOf) SetAssuranceTargetList(v []AssuranceTarget)

SetAssuranceTargetList gets a reference to the given []AssuranceTarget and assigns it to the AssuranceTargetList field.

func (*AssuranceGoalSingleAllOfAttributesAllOf) SetObservationTime ¶

func (o *AssuranceGoalSingleAllOfAttributesAllOf) SetObservationTime(v int32)

SetObservationTime gets a reference to the given int32 and assigns it to the ObservationTime field.

func (*AssuranceGoalSingleAllOfAttributesAllOf) SetServiceProfileId ¶

func (o *AssuranceGoalSingleAllOfAttributesAllOf) SetServiceProfileId(v string)

SetServiceProfileId gets a reference to the given string and assigns it to the ServiceProfileId field.

func (*AssuranceGoalSingleAllOfAttributesAllOf) SetSliceProfileId ¶

func (o *AssuranceGoalSingleAllOfAttributesAllOf) SetSliceProfileId(v string)

SetSliceProfileId gets a reference to the given string and assigns it to the SliceProfileId field.

func (AssuranceGoalSingleAllOfAttributesAllOf) ToMap ¶

func (o AssuranceGoalSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)

type AssuranceGoalStatus ¶

type AssuranceGoalStatus struct {
	AssuranceGoalStatusId        *string                       `json:"assuranceGoalStatusId,omitempty"`
	AssuranceGoalId              *string                       `json:"assuranceGoalId,omitempty"`
	AssuranceGoalStatusObserved  *AssuranceGoalStatusObserved  `json:"assuranceGoalStatusObserved,omitempty"`
	AssuranceGoalStatusPredicted *AssuranceGoalStatusPredicted `json:"assuranceGoalStatusPredicted,omitempty"`
	AssuranceGoalRef             *string                       `json:"assuranceGoalRef,omitempty"`
}

AssuranceGoalStatus struct for AssuranceGoalStatus

func NewAssuranceGoalStatus ¶

func NewAssuranceGoalStatus() *AssuranceGoalStatus

NewAssuranceGoalStatus instantiates a new AssuranceGoalStatus object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAssuranceGoalStatusWithDefaults ¶

func NewAssuranceGoalStatusWithDefaults() *AssuranceGoalStatus

NewAssuranceGoalStatusWithDefaults instantiates a new AssuranceGoalStatus object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AssuranceGoalStatus) GetAssuranceGoalId ¶

func (o *AssuranceGoalStatus) GetAssuranceGoalId() string

GetAssuranceGoalId returns the AssuranceGoalId field value if set, zero value otherwise.

func (*AssuranceGoalStatus) GetAssuranceGoalIdOk ¶

func (o *AssuranceGoalStatus) GetAssuranceGoalIdOk() (*string, bool)

GetAssuranceGoalIdOk returns a tuple with the AssuranceGoalId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AssuranceGoalStatus) GetAssuranceGoalRef ¶

func (o *AssuranceGoalStatus) GetAssuranceGoalRef() string

GetAssuranceGoalRef returns the AssuranceGoalRef field value if set, zero value otherwise.

func (*AssuranceGoalStatus) GetAssuranceGoalRefOk ¶

func (o *AssuranceGoalStatus) GetAssuranceGoalRefOk() (*string, bool)

GetAssuranceGoalRefOk returns a tuple with the AssuranceGoalRef field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AssuranceGoalStatus) GetAssuranceGoalStatusId ¶

func (o *AssuranceGoalStatus) GetAssuranceGoalStatusId() string

GetAssuranceGoalStatusId returns the AssuranceGoalStatusId field value if set, zero value otherwise.

func (*AssuranceGoalStatus) GetAssuranceGoalStatusIdOk ¶

func (o *AssuranceGoalStatus) GetAssuranceGoalStatusIdOk() (*string, bool)

GetAssuranceGoalStatusIdOk returns a tuple with the AssuranceGoalStatusId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AssuranceGoalStatus) GetAssuranceGoalStatusObserved ¶

func (o *AssuranceGoalStatus) GetAssuranceGoalStatusObserved() AssuranceGoalStatusObserved

GetAssuranceGoalStatusObserved returns the AssuranceGoalStatusObserved field value if set, zero value otherwise.

func (*AssuranceGoalStatus) GetAssuranceGoalStatusObservedOk ¶

func (o *AssuranceGoalStatus) GetAssuranceGoalStatusObservedOk() (*AssuranceGoalStatusObserved, bool)

GetAssuranceGoalStatusObservedOk returns a tuple with the AssuranceGoalStatusObserved field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AssuranceGoalStatus) GetAssuranceGoalStatusPredicted ¶

func (o *AssuranceGoalStatus) GetAssuranceGoalStatusPredicted() AssuranceGoalStatusPredicted

GetAssuranceGoalStatusPredicted returns the AssuranceGoalStatusPredicted field value if set, zero value otherwise.

func (*AssuranceGoalStatus) GetAssuranceGoalStatusPredictedOk ¶

func (o *AssuranceGoalStatus) GetAssuranceGoalStatusPredictedOk() (*AssuranceGoalStatusPredicted, bool)

GetAssuranceGoalStatusPredictedOk returns a tuple with the AssuranceGoalStatusPredicted field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AssuranceGoalStatus) HasAssuranceGoalId ¶

func (o *AssuranceGoalStatus) HasAssuranceGoalId() bool

HasAssuranceGoalId returns a boolean if a field has been set.

func (*AssuranceGoalStatus) HasAssuranceGoalRef ¶

func (o *AssuranceGoalStatus) HasAssuranceGoalRef() bool

HasAssuranceGoalRef returns a boolean if a field has been set.

func (*AssuranceGoalStatus) HasAssuranceGoalStatusId ¶

func (o *AssuranceGoalStatus) HasAssuranceGoalStatusId() bool

HasAssuranceGoalStatusId returns a boolean if a field has been set.

func (*AssuranceGoalStatus) HasAssuranceGoalStatusObserved ¶

func (o *AssuranceGoalStatus) HasAssuranceGoalStatusObserved() bool

HasAssuranceGoalStatusObserved returns a boolean if a field has been set.

func (*AssuranceGoalStatus) HasAssuranceGoalStatusPredicted ¶

func (o *AssuranceGoalStatus) HasAssuranceGoalStatusPredicted() bool

HasAssuranceGoalStatusPredicted returns a boolean if a field has been set.

func (AssuranceGoalStatus) MarshalJSON ¶

func (o AssuranceGoalStatus) MarshalJSON() ([]byte, error)

func (*AssuranceGoalStatus) SetAssuranceGoalId ¶

func (o *AssuranceGoalStatus) SetAssuranceGoalId(v string)

SetAssuranceGoalId gets a reference to the given string and assigns it to the AssuranceGoalId field.

func (*AssuranceGoalStatus) SetAssuranceGoalRef ¶

func (o *AssuranceGoalStatus) SetAssuranceGoalRef(v string)

SetAssuranceGoalRef gets a reference to the given string and assigns it to the AssuranceGoalRef field.

func (*AssuranceGoalStatus) SetAssuranceGoalStatusId ¶

func (o *AssuranceGoalStatus) SetAssuranceGoalStatusId(v string)

SetAssuranceGoalStatusId gets a reference to the given string and assigns it to the AssuranceGoalStatusId field.

func (*AssuranceGoalStatus) SetAssuranceGoalStatusObserved ¶

func (o *AssuranceGoalStatus) SetAssuranceGoalStatusObserved(v AssuranceGoalStatusObserved)

SetAssuranceGoalStatusObserved gets a reference to the given AssuranceGoalStatusObserved and assigns it to the AssuranceGoalStatusObserved field.

func (*AssuranceGoalStatus) SetAssuranceGoalStatusPredicted ¶

func (o *AssuranceGoalStatus) SetAssuranceGoalStatusPredicted(v AssuranceGoalStatusPredicted)

SetAssuranceGoalStatusPredicted gets a reference to the given AssuranceGoalStatusPredicted and assigns it to the AssuranceGoalStatusPredicted field.

func (AssuranceGoalStatus) ToMap ¶

func (o AssuranceGoalStatus) ToMap() (map[string]interface{}, error)

type AssuranceGoalStatusObserved ¶

type AssuranceGoalStatusObserved string

AssuranceGoalStatusObserved the model 'AssuranceGoalStatusObserved'

const (
	FULFILLED     AssuranceGoalStatusObserved = "FULFILLED"
	NOT_FULFILLED AssuranceGoalStatusObserved = "NOT_FULFILLED"
)

List of AssuranceGoalStatusObserved

func NewAssuranceGoalStatusObservedFromValue ¶

func NewAssuranceGoalStatusObservedFromValue(v string) (*AssuranceGoalStatusObserved, error)

NewAssuranceGoalStatusObservedFromValue returns a pointer to a valid AssuranceGoalStatusObserved for the value passed as argument, or an error if the value passed is not allowed by the enum

func (AssuranceGoalStatusObserved) IsValid ¶

func (v AssuranceGoalStatusObserved) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (AssuranceGoalStatusObserved) Ptr ¶

Ptr returns reference to AssuranceGoalStatusObserved value

func (*AssuranceGoalStatusObserved) UnmarshalJSON ¶

func (v *AssuranceGoalStatusObserved) UnmarshalJSON(src []byte) error

type AssuranceGoalStatusPredicted ¶

type AssuranceGoalStatusPredicted string

AssuranceGoalStatusPredicted the model 'AssuranceGoalStatusPredicted'

const (
	FULFILLED     AssuranceGoalStatusPredicted = "FULFILLED"
	NOT_FULFILLED AssuranceGoalStatusPredicted = "NOT_FULFILLED"
)

List of AssuranceGoalStatusPredicted

func NewAssuranceGoalStatusPredictedFromValue ¶

func NewAssuranceGoalStatusPredictedFromValue(v string) (*AssuranceGoalStatusPredicted, error)

NewAssuranceGoalStatusPredictedFromValue returns a pointer to a valid AssuranceGoalStatusPredicted for the value passed as argument, or an error if the value passed is not allowed by the enum

func (AssuranceGoalStatusPredicted) IsValid ¶

func (v AssuranceGoalStatusPredicted) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (AssuranceGoalStatusPredicted) Ptr ¶

Ptr returns reference to AssuranceGoalStatusPredicted value

func (*AssuranceGoalStatusPredicted) UnmarshalJSON ¶

func (v *AssuranceGoalStatusPredicted) UnmarshalJSON(src []byte) error

type AssuranceReportSingle ¶

type AssuranceReportSingle struct {
	Top
	Attributes *AssuranceReportSingleAllOfAttributes `json:"attributes,omitempty"`
}

AssuranceReportSingle struct for AssuranceReportSingle

func NewAssuranceReportSingle ¶

func NewAssuranceReportSingle(id NullableString) *AssuranceReportSingle

NewAssuranceReportSingle instantiates a new AssuranceReportSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAssuranceReportSingleWithDefaults ¶

func NewAssuranceReportSingleWithDefaults() *AssuranceReportSingle

NewAssuranceReportSingleWithDefaults instantiates a new AssuranceReportSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AssuranceReportSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*AssuranceReportSingle) GetAttributesOk ¶

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 (*AssuranceReportSingle) HasAttributes ¶

func (o *AssuranceReportSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (AssuranceReportSingle) MarshalJSON ¶

func (o AssuranceReportSingle) MarshalJSON() ([]byte, error)

func (*AssuranceReportSingle) SetAttributes ¶

SetAttributes gets a reference to the given AssuranceReportSingleAllOfAttributes and assigns it to the Attributes field.

func (AssuranceReportSingle) ToMap ¶

func (o AssuranceReportSingle) ToMap() (map[string]interface{}, error)

type AssuranceReportSingleAllOf ¶

type AssuranceReportSingleAllOf struct {
	Attributes *AssuranceReportSingleAllOfAttributes `json:"attributes,omitempty"`
}

AssuranceReportSingleAllOf struct for AssuranceReportSingleAllOf

func NewAssuranceReportSingleAllOf ¶

func NewAssuranceReportSingleAllOf() *AssuranceReportSingleAllOf

NewAssuranceReportSingleAllOf instantiates a new AssuranceReportSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAssuranceReportSingleAllOfWithDefaults ¶

func NewAssuranceReportSingleAllOfWithDefaults() *AssuranceReportSingleAllOf

NewAssuranceReportSingleAllOfWithDefaults instantiates a new AssuranceReportSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AssuranceReportSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*AssuranceReportSingleAllOf) GetAttributesOk ¶

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 (*AssuranceReportSingleAllOf) HasAttributes ¶

func (o *AssuranceReportSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (AssuranceReportSingleAllOf) MarshalJSON ¶

func (o AssuranceReportSingleAllOf) MarshalJSON() ([]byte, error)

func (*AssuranceReportSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given AssuranceReportSingleAllOfAttributes and assigns it to the Attributes field.

func (AssuranceReportSingleAllOf) ToMap ¶

func (o AssuranceReportSingleAllOf) ToMap() (map[string]interface{}, error)

type AssuranceReportSingleAllOfAttributes ¶

type AssuranceReportSingleAllOfAttributes struct {
	AssuranceGoalStatusList []AssuranceGoalStatus `json:"assuranceGoalStatusList,omitempty"`
}

AssuranceReportSingleAllOfAttributes struct for AssuranceReportSingleAllOfAttributes

func NewAssuranceReportSingleAllOfAttributes ¶

func NewAssuranceReportSingleAllOfAttributes() *AssuranceReportSingleAllOfAttributes

NewAssuranceReportSingleAllOfAttributes instantiates a new AssuranceReportSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAssuranceReportSingleAllOfAttributesWithDefaults ¶

func NewAssuranceReportSingleAllOfAttributesWithDefaults() *AssuranceReportSingleAllOfAttributes

NewAssuranceReportSingleAllOfAttributesWithDefaults instantiates a new AssuranceReportSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AssuranceReportSingleAllOfAttributes) GetAssuranceGoalStatusList ¶

func (o *AssuranceReportSingleAllOfAttributes) GetAssuranceGoalStatusList() []AssuranceGoalStatus

GetAssuranceGoalStatusList returns the AssuranceGoalStatusList field value if set, zero value otherwise.

func (*AssuranceReportSingleAllOfAttributes) GetAssuranceGoalStatusListOk ¶

func (o *AssuranceReportSingleAllOfAttributes) GetAssuranceGoalStatusListOk() ([]AssuranceGoalStatus, bool)

GetAssuranceGoalStatusListOk returns a tuple with the AssuranceGoalStatusList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AssuranceReportSingleAllOfAttributes) HasAssuranceGoalStatusList ¶

func (o *AssuranceReportSingleAllOfAttributes) HasAssuranceGoalStatusList() bool

HasAssuranceGoalStatusList returns a boolean if a field has been set.

func (AssuranceReportSingleAllOfAttributes) MarshalJSON ¶

func (o AssuranceReportSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*AssuranceReportSingleAllOfAttributes) SetAssuranceGoalStatusList ¶

func (o *AssuranceReportSingleAllOfAttributes) SetAssuranceGoalStatusList(v []AssuranceGoalStatus)

SetAssuranceGoalStatusList gets a reference to the given []AssuranceGoalStatus and assigns it to the AssuranceGoalStatusList field.

func (AssuranceReportSingleAllOfAttributes) ToMap ¶

func (o AssuranceReportSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type AssuranceReportSingleAllOfAttributesAllOf ¶

type AssuranceReportSingleAllOfAttributesAllOf struct {
	AssuranceGoalStatusList []AssuranceGoalStatus `json:"assuranceGoalStatusList,omitempty"`
}

AssuranceReportSingleAllOfAttributesAllOf struct for AssuranceReportSingleAllOfAttributesAllOf

func NewAssuranceReportSingleAllOfAttributesAllOf ¶

func NewAssuranceReportSingleAllOfAttributesAllOf() *AssuranceReportSingleAllOfAttributesAllOf

NewAssuranceReportSingleAllOfAttributesAllOf instantiates a new AssuranceReportSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAssuranceReportSingleAllOfAttributesAllOfWithDefaults ¶

func NewAssuranceReportSingleAllOfAttributesAllOfWithDefaults() *AssuranceReportSingleAllOfAttributesAllOf

NewAssuranceReportSingleAllOfAttributesAllOfWithDefaults instantiates a new AssuranceReportSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AssuranceReportSingleAllOfAttributesAllOf) GetAssuranceGoalStatusList ¶

func (o *AssuranceReportSingleAllOfAttributesAllOf) GetAssuranceGoalStatusList() []AssuranceGoalStatus

GetAssuranceGoalStatusList returns the AssuranceGoalStatusList field value if set, zero value otherwise.

func (*AssuranceReportSingleAllOfAttributesAllOf) GetAssuranceGoalStatusListOk ¶

func (o *AssuranceReportSingleAllOfAttributesAllOf) GetAssuranceGoalStatusListOk() ([]AssuranceGoalStatus, bool)

GetAssuranceGoalStatusListOk returns a tuple with the AssuranceGoalStatusList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AssuranceReportSingleAllOfAttributesAllOf) HasAssuranceGoalStatusList ¶

func (o *AssuranceReportSingleAllOfAttributesAllOf) HasAssuranceGoalStatusList() bool

HasAssuranceGoalStatusList returns a boolean if a field has been set.

func (AssuranceReportSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*AssuranceReportSingleAllOfAttributesAllOf) SetAssuranceGoalStatusList ¶

func (o *AssuranceReportSingleAllOfAttributesAllOf) SetAssuranceGoalStatusList(v []AssuranceGoalStatus)

SetAssuranceGoalStatusList gets a reference to the given []AssuranceGoalStatus and assigns it to the AssuranceGoalStatusList field.

func (AssuranceReportSingleAllOfAttributesAllOf) ToMap ¶

func (o AssuranceReportSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)

type AssuranceScope ¶

type AssuranceScope struct {
	TaiList []Tai `json:"taiList,omitempty"`
}

AssuranceScope struct for AssuranceScope

func NewAssuranceScope ¶

func NewAssuranceScope() *AssuranceScope

NewAssuranceScope instantiates a new AssuranceScope object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAssuranceScopeWithDefaults ¶

func NewAssuranceScopeWithDefaults() *AssuranceScope

NewAssuranceScopeWithDefaults instantiates a new AssuranceScope object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AssuranceScope) GetTaiList ¶

func (o *AssuranceScope) GetTaiList() []Tai

GetTaiList returns the TaiList field value if set, zero value otherwise.

func (*AssuranceScope) GetTaiListOk ¶

func (o *AssuranceScope) GetTaiListOk() ([]Tai, bool)

GetTaiListOk returns a tuple with the TaiList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AssuranceScope) HasTaiList ¶

func (o *AssuranceScope) HasTaiList() bool

HasTaiList returns a boolean if a field has been set.

func (AssuranceScope) MarshalJSON ¶

func (o AssuranceScope) MarshalJSON() ([]byte, error)

func (*AssuranceScope) SetTaiList ¶

func (o *AssuranceScope) SetTaiList(v []Tai)

SetTaiList gets a reference to the given []Tai and assigns it to the TaiList field.

func (AssuranceScope) ToMap ¶

func (o AssuranceScope) ToMap() (map[string]interface{}, error)

type AssuranceTarget ¶

type AssuranceTarget struct {
	AssuranceTargetName  *string `json:"assuranceTargetName,omitempty"`
	AssuranceTargetValue *string `json:"assuranceTargetValue,omitempty"`
}

AssuranceTarget struct for AssuranceTarget

func NewAssuranceTarget ¶

func NewAssuranceTarget() *AssuranceTarget

NewAssuranceTarget instantiates a new AssuranceTarget object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAssuranceTargetWithDefaults ¶

func NewAssuranceTargetWithDefaults() *AssuranceTarget

NewAssuranceTargetWithDefaults instantiates a new AssuranceTarget object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AssuranceTarget) GetAssuranceTargetName ¶

func (o *AssuranceTarget) GetAssuranceTargetName() string

GetAssuranceTargetName returns the AssuranceTargetName field value if set, zero value otherwise.

func (*AssuranceTarget) GetAssuranceTargetNameOk ¶

func (o *AssuranceTarget) GetAssuranceTargetNameOk() (*string, bool)

GetAssuranceTargetNameOk returns a tuple with the AssuranceTargetName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AssuranceTarget) GetAssuranceTargetValue ¶

func (o *AssuranceTarget) GetAssuranceTargetValue() string

GetAssuranceTargetValue returns the AssuranceTargetValue field value if set, zero value otherwise.

func (*AssuranceTarget) GetAssuranceTargetValueOk ¶

func (o *AssuranceTarget) GetAssuranceTargetValueOk() (*string, bool)

GetAssuranceTargetValueOk returns a tuple with the AssuranceTargetValue field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AssuranceTarget) HasAssuranceTargetName ¶

func (o *AssuranceTarget) HasAssuranceTargetName() bool

HasAssuranceTargetName returns a boolean if a field has been set.

func (*AssuranceTarget) HasAssuranceTargetValue ¶

func (o *AssuranceTarget) HasAssuranceTargetValue() bool

HasAssuranceTargetValue returns a boolean if a field has been set.

func (AssuranceTarget) MarshalJSON ¶

func (o AssuranceTarget) MarshalJSON() ([]byte, error)

func (*AssuranceTarget) SetAssuranceTargetName ¶

func (o *AssuranceTarget) SetAssuranceTargetName(v string)

SetAssuranceTargetName gets a reference to the given string and assigns it to the AssuranceTargetName field.

func (*AssuranceTarget) SetAssuranceTargetValue ¶

func (o *AssuranceTarget) SetAssuranceTargetValue(v string)

SetAssuranceTargetValue gets a reference to the given string and assigns it to the AssuranceTargetValue field.

func (AssuranceTarget) ToMap ¶

func (o AssuranceTarget) ToMap() (map[string]interface{}, error)

type AtsssCapability ¶

type AtsssCapability struct {
	AtsssLL       *bool `json:"atsssLL,omitempty"`
	Mptcp         *bool `json:"mptcp,omitempty"`
	RttWithoutPmf *bool `json:"rttWithoutPmf,omitempty"`
}

AtsssCapability struct for AtsssCapability

func NewAtsssCapability ¶

func NewAtsssCapability() *AtsssCapability

NewAtsssCapability instantiates a new AtsssCapability object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAtsssCapabilityWithDefaults ¶

func NewAtsssCapabilityWithDefaults() *AtsssCapability

NewAtsssCapabilityWithDefaults instantiates a new AtsssCapability object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AtsssCapability) GetAtsssLL ¶

func (o *AtsssCapability) GetAtsssLL() bool

GetAtsssLL returns the AtsssLL field value if set, zero value otherwise.

func (*AtsssCapability) GetAtsssLLOk ¶

func (o *AtsssCapability) GetAtsssLLOk() (*bool, bool)

GetAtsssLLOk returns a tuple with the AtsssLL field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AtsssCapability) GetMptcp ¶

func (o *AtsssCapability) GetMptcp() bool

GetMptcp returns the Mptcp field value if set, zero value otherwise.

func (*AtsssCapability) GetMptcpOk ¶

func (o *AtsssCapability) GetMptcpOk() (*bool, bool)

GetMptcpOk returns a tuple with the Mptcp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AtsssCapability) GetRttWithoutPmf ¶

func (o *AtsssCapability) GetRttWithoutPmf() bool

GetRttWithoutPmf returns the RttWithoutPmf field value if set, zero value otherwise.

func (*AtsssCapability) GetRttWithoutPmfOk ¶

func (o *AtsssCapability) GetRttWithoutPmfOk() (*bool, bool)

GetRttWithoutPmfOk returns a tuple with the RttWithoutPmf field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AtsssCapability) HasAtsssLL ¶

func (o *AtsssCapability) HasAtsssLL() bool

HasAtsssLL returns a boolean if a field has been set.

func (*AtsssCapability) HasMptcp ¶

func (o *AtsssCapability) HasMptcp() bool

HasMptcp returns a boolean if a field has been set.

func (*AtsssCapability) HasRttWithoutPmf ¶

func (o *AtsssCapability) HasRttWithoutPmf() bool

HasRttWithoutPmf returns a boolean if a field has been set.

func (AtsssCapability) MarshalJSON ¶

func (o AtsssCapability) MarshalJSON() ([]byte, error)

func (*AtsssCapability) SetAtsssLL ¶

func (o *AtsssCapability) SetAtsssLL(v bool)

SetAtsssLL gets a reference to the given bool and assigns it to the AtsssLL field.

func (*AtsssCapability) SetMptcp ¶

func (o *AtsssCapability) SetMptcp(v bool)

SetMptcp gets a reference to the given bool and assigns it to the Mptcp field.

func (*AtsssCapability) SetRttWithoutPmf ¶

func (o *AtsssCapability) SetRttWithoutPmf(v bool)

SetRttWithoutPmf gets a reference to the given bool and assigns it to the RttWithoutPmf field.

func (AtsssCapability) ToMap ¶

func (o AtsssCapability) ToMap() (map[string]interface{}, error)

type AusfFunctionSingle ¶

type AusfFunctionSingle struct {
	Top
	Attributes       *AusfFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
	PerfMetricJob    []PerfMetricJobSingle              `json:"PerfMetricJob,omitempty"`
	ThresholdMonitor []ThresholdMonitorSingle           `json:"ThresholdMonitor,omitempty"`
	ManagedNFService []ManagedNFServiceSingle           `json:"ManagedNFService,omitempty"`
	TraceJob         []TraceJobSingle                   `json:"TraceJob,omitempty"`
	EPN12            []EPN12Single                      `json:"EP_N12,omitempty"`
	EPN13            []EPN13Single                      `json:"EP_N13,omitempty"`
}

AusfFunctionSingle struct for AusfFunctionSingle

func NewAusfFunctionSingle ¶

func NewAusfFunctionSingle(id NullableString) *AusfFunctionSingle

NewAusfFunctionSingle instantiates a new AusfFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAusfFunctionSingleWithDefaults ¶

func NewAusfFunctionSingleWithDefaults() *AusfFunctionSingle

NewAusfFunctionSingleWithDefaults instantiates a new AusfFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AusfFunctionSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*AusfFunctionSingle) GetAttributesOk ¶

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 (*AusfFunctionSingle) GetEPN12 ¶

func (o *AusfFunctionSingle) GetEPN12() []EPN12Single

GetEPN12 returns the EPN12 field value if set, zero value otherwise.

func (*AusfFunctionSingle) GetEPN12Ok ¶

func (o *AusfFunctionSingle) GetEPN12Ok() ([]EPN12Single, bool)

GetEPN12Ok returns a tuple with the EPN12 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AusfFunctionSingle) GetEPN13 ¶

func (o *AusfFunctionSingle) GetEPN13() []EPN13Single

GetEPN13 returns the EPN13 field value if set, zero value otherwise.

func (*AusfFunctionSingle) GetEPN13Ok ¶

func (o *AusfFunctionSingle) GetEPN13Ok() ([]EPN13Single, bool)

GetEPN13Ok returns a tuple with the EPN13 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AusfFunctionSingle) GetManagedNFService ¶

func (o *AusfFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle

GetManagedNFService returns the ManagedNFService field value if set, zero value otherwise.

func (*AusfFunctionSingle) GetManagedNFServiceOk ¶

func (o *AusfFunctionSingle) 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 (*AusfFunctionSingle) GetPerfMetricJob ¶

func (o *AusfFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle

GetPerfMetricJob returns the PerfMetricJob field value if set, zero value otherwise.

func (*AusfFunctionSingle) GetPerfMetricJobOk ¶

func (o *AusfFunctionSingle) 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 (*AusfFunctionSingle) GetThresholdMonitor ¶

func (o *AusfFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle

GetThresholdMonitor returns the ThresholdMonitor field value if set, zero value otherwise.

func (*AusfFunctionSingle) GetThresholdMonitorOk ¶

func (o *AusfFunctionSingle) 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 (*AusfFunctionSingle) GetTraceJob ¶

func (o *AusfFunctionSingle) GetTraceJob() []TraceJobSingle

GetTraceJob returns the TraceJob field value if set, zero value otherwise.

func (*AusfFunctionSingle) GetTraceJobOk ¶

func (o *AusfFunctionSingle) 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 (*AusfFunctionSingle) HasAttributes ¶

func (o *AusfFunctionSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*AusfFunctionSingle) HasEPN12 ¶

func (o *AusfFunctionSingle) HasEPN12() bool

HasEPN12 returns a boolean if a field has been set.

func (*AusfFunctionSingle) HasEPN13 ¶

func (o *AusfFunctionSingle) HasEPN13() bool

HasEPN13 returns a boolean if a field has been set.

func (*AusfFunctionSingle) HasManagedNFService ¶

func (o *AusfFunctionSingle) HasManagedNFService() bool

HasManagedNFService returns a boolean if a field has been set.

func (*AusfFunctionSingle) HasPerfMetricJob ¶

func (o *AusfFunctionSingle) HasPerfMetricJob() bool

HasPerfMetricJob returns a boolean if a field has been set.

func (*AusfFunctionSingle) HasThresholdMonitor ¶

func (o *AusfFunctionSingle) HasThresholdMonitor() bool

HasThresholdMonitor returns a boolean if a field has been set.

func (*AusfFunctionSingle) HasTraceJob ¶

func (o *AusfFunctionSingle) HasTraceJob() bool

HasTraceJob returns a boolean if a field has been set.

func (AusfFunctionSingle) MarshalJSON ¶

func (o AusfFunctionSingle) MarshalJSON() ([]byte, error)

func (*AusfFunctionSingle) SetAttributes ¶

SetAttributes gets a reference to the given AusfFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (*AusfFunctionSingle) SetEPN12 ¶

func (o *AusfFunctionSingle) SetEPN12(v []EPN12Single)

SetEPN12 gets a reference to the given []EPN12Single and assigns it to the EPN12 field.

func (*AusfFunctionSingle) SetEPN13 ¶

func (o *AusfFunctionSingle) SetEPN13(v []EPN13Single)

SetEPN13 gets a reference to the given []EPN13Single and assigns it to the EPN13 field.

func (*AusfFunctionSingle) SetManagedNFService ¶

func (o *AusfFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle)

SetManagedNFService gets a reference to the given []ManagedNFServiceSingle and assigns it to the ManagedNFService field.

func (*AusfFunctionSingle) SetPerfMetricJob ¶

func (o *AusfFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle)

SetPerfMetricJob gets a reference to the given []PerfMetricJobSingle and assigns it to the PerfMetricJob field.

func (*AusfFunctionSingle) SetThresholdMonitor ¶

func (o *AusfFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)

SetThresholdMonitor gets a reference to the given []ThresholdMonitorSingle and assigns it to the ThresholdMonitor field.

func (*AusfFunctionSingle) SetTraceJob ¶

func (o *AusfFunctionSingle) SetTraceJob(v []TraceJobSingle)

SetTraceJob gets a reference to the given []TraceJobSingle and assigns it to the TraceJob field.

func (AusfFunctionSingle) ToMap ¶

func (o AusfFunctionSingle) ToMap() (map[string]interface{}, error)

type AusfFunctionSingleAllOf ¶

type AusfFunctionSingleAllOf struct {
	Attributes *AusfFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}

AusfFunctionSingleAllOf struct for AusfFunctionSingleAllOf

func NewAusfFunctionSingleAllOf ¶

func NewAusfFunctionSingleAllOf() *AusfFunctionSingleAllOf

NewAusfFunctionSingleAllOf instantiates a new AusfFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAusfFunctionSingleAllOfWithDefaults ¶

func NewAusfFunctionSingleAllOfWithDefaults() *AusfFunctionSingleAllOf

NewAusfFunctionSingleAllOfWithDefaults instantiates a new AusfFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AusfFunctionSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*AusfFunctionSingleAllOf) GetAttributesOk ¶

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 (*AusfFunctionSingleAllOf) HasAttributes ¶

func (o *AusfFunctionSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (AusfFunctionSingleAllOf) MarshalJSON ¶

func (o AusfFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*AusfFunctionSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given AusfFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (AusfFunctionSingleAllOf) ToMap ¶

func (o AusfFunctionSingleAllOf) ToMap() (map[string]interface{}, error)

type AusfFunctionSingleAllOf1 ¶

type AusfFunctionSingleAllOf1 struct {
	EPN12 []EPN12Single `json:"EP_N12,omitempty"`
	EPN13 []EPN13Single `json:"EP_N13,omitempty"`
}

AusfFunctionSingleAllOf1 struct for AusfFunctionSingleAllOf1

func NewAusfFunctionSingleAllOf1 ¶

func NewAusfFunctionSingleAllOf1() *AusfFunctionSingleAllOf1

NewAusfFunctionSingleAllOf1 instantiates a new AusfFunctionSingleAllOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAusfFunctionSingleAllOf1WithDefaults ¶

func NewAusfFunctionSingleAllOf1WithDefaults() *AusfFunctionSingleAllOf1

NewAusfFunctionSingleAllOf1WithDefaults instantiates a new AusfFunctionSingleAllOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AusfFunctionSingleAllOf1) GetEPN12 ¶

func (o *AusfFunctionSingleAllOf1) GetEPN12() []EPN12Single

GetEPN12 returns the EPN12 field value if set, zero value otherwise.

func (*AusfFunctionSingleAllOf1) GetEPN12Ok ¶

func (o *AusfFunctionSingleAllOf1) GetEPN12Ok() ([]EPN12Single, bool)

GetEPN12Ok returns a tuple with the EPN12 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AusfFunctionSingleAllOf1) GetEPN13 ¶

func (o *AusfFunctionSingleAllOf1) GetEPN13() []EPN13Single

GetEPN13 returns the EPN13 field value if set, zero value otherwise.

func (*AusfFunctionSingleAllOf1) GetEPN13Ok ¶

func (o *AusfFunctionSingleAllOf1) GetEPN13Ok() ([]EPN13Single, bool)

GetEPN13Ok returns a tuple with the EPN13 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AusfFunctionSingleAllOf1) HasEPN12 ¶

func (o *AusfFunctionSingleAllOf1) HasEPN12() bool

HasEPN12 returns a boolean if a field has been set.

func (*AusfFunctionSingleAllOf1) HasEPN13 ¶

func (o *AusfFunctionSingleAllOf1) HasEPN13() bool

HasEPN13 returns a boolean if a field has been set.

func (AusfFunctionSingleAllOf1) MarshalJSON ¶

func (o AusfFunctionSingleAllOf1) MarshalJSON() ([]byte, error)

func (*AusfFunctionSingleAllOf1) SetEPN12 ¶

func (o *AusfFunctionSingleAllOf1) SetEPN12(v []EPN12Single)

SetEPN12 gets a reference to the given []EPN12Single and assigns it to the EPN12 field.

func (*AusfFunctionSingleAllOf1) SetEPN13 ¶

func (o *AusfFunctionSingleAllOf1) SetEPN13(v []EPN13Single)

SetEPN13 gets a reference to the given []EPN13Single and assigns it to the EPN13 field.

func (AusfFunctionSingleAllOf1) ToMap ¶

func (o AusfFunctionSingleAllOf1) ToMap() (map[string]interface{}, error)

type AusfFunctionSingleAllOfAttributes ¶

type AusfFunctionSingleAllOfAttributes struct {
	ManagedFunctionAttr
	PlmnInfoList     []PlmnInfo        `json:"plmnInfoList,omitempty"`
	SBIFqdn          *string           `json:"sBIFqdn,omitempty"`
	ManagedNFProfile *ManagedNFProfile `json:"managedNFProfile,omitempty"`
	CommModelList    []CommModel       `json:"commModelList,omitempty"`
	AusfInfo         *AusfInfo         `json:"ausfInfo,omitempty"`
}

AusfFunctionSingleAllOfAttributes struct for AusfFunctionSingleAllOfAttributes

func NewAusfFunctionSingleAllOfAttributes ¶

func NewAusfFunctionSingleAllOfAttributes() *AusfFunctionSingleAllOfAttributes

NewAusfFunctionSingleAllOfAttributes instantiates a new AusfFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAusfFunctionSingleAllOfAttributesWithDefaults ¶

func NewAusfFunctionSingleAllOfAttributesWithDefaults() *AusfFunctionSingleAllOfAttributes

NewAusfFunctionSingleAllOfAttributesWithDefaults instantiates a new AusfFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AusfFunctionSingleAllOfAttributes) GetAusfInfo ¶

GetAusfInfo returns the AusfInfo field value if set, zero value otherwise.

func (*AusfFunctionSingleAllOfAttributes) GetAusfInfoOk ¶

func (o *AusfFunctionSingleAllOfAttributes) GetAusfInfoOk() (*AusfInfo, bool)

GetAusfInfoOk returns a tuple with the AusfInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AusfFunctionSingleAllOfAttributes) GetCommModelList ¶

func (o *AusfFunctionSingleAllOfAttributes) GetCommModelList() []CommModel

GetCommModelList returns the CommModelList field value if set, zero value otherwise.

func (*AusfFunctionSingleAllOfAttributes) GetCommModelListOk ¶

func (o *AusfFunctionSingleAllOfAttributes) GetCommModelListOk() ([]CommModel, bool)

GetCommModelListOk returns a tuple with the CommModelList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AusfFunctionSingleAllOfAttributes) GetManagedNFProfile ¶

func (o *AusfFunctionSingleAllOfAttributes) GetManagedNFProfile() ManagedNFProfile

GetManagedNFProfile returns the ManagedNFProfile field value if set, zero value otherwise.

func (*AusfFunctionSingleAllOfAttributes) GetManagedNFProfileOk ¶

func (o *AusfFunctionSingleAllOfAttributes) GetManagedNFProfileOk() (*ManagedNFProfile, bool)

GetManagedNFProfileOk returns a tuple with the ManagedNFProfile field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AusfFunctionSingleAllOfAttributes) GetPlmnInfoList ¶

func (o *AusfFunctionSingleAllOfAttributes) GetPlmnInfoList() []PlmnInfo

GetPlmnInfoList returns the PlmnInfoList field value if set, zero value otherwise.

func (*AusfFunctionSingleAllOfAttributes) GetPlmnInfoListOk ¶

func (o *AusfFunctionSingleAllOfAttributes) GetPlmnInfoListOk() ([]PlmnInfo, bool)

GetPlmnInfoListOk returns a tuple with the PlmnInfoList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AusfFunctionSingleAllOfAttributes) GetSBIFqdn ¶

func (o *AusfFunctionSingleAllOfAttributes) GetSBIFqdn() string

GetSBIFqdn returns the SBIFqdn field value if set, zero value otherwise.

func (*AusfFunctionSingleAllOfAttributes) GetSBIFqdnOk ¶

func (o *AusfFunctionSingleAllOfAttributes) GetSBIFqdnOk() (*string, bool)

GetSBIFqdnOk returns a tuple with the SBIFqdn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AusfFunctionSingleAllOfAttributes) HasAusfInfo ¶

func (o *AusfFunctionSingleAllOfAttributes) HasAusfInfo() bool

HasAusfInfo returns a boolean if a field has been set.

func (*AusfFunctionSingleAllOfAttributes) HasCommModelList ¶

func (o *AusfFunctionSingleAllOfAttributes) HasCommModelList() bool

HasCommModelList returns a boolean if a field has been set.

func (*AusfFunctionSingleAllOfAttributes) HasManagedNFProfile ¶

func (o *AusfFunctionSingleAllOfAttributes) HasManagedNFProfile() bool

HasManagedNFProfile returns a boolean if a field has been set.

func (*AusfFunctionSingleAllOfAttributes) HasPlmnInfoList ¶

func (o *AusfFunctionSingleAllOfAttributes) HasPlmnInfoList() bool

HasPlmnInfoList returns a boolean if a field has been set.

func (*AusfFunctionSingleAllOfAttributes) HasSBIFqdn ¶

func (o *AusfFunctionSingleAllOfAttributes) HasSBIFqdn() bool

HasSBIFqdn returns a boolean if a field has been set.

func (AusfFunctionSingleAllOfAttributes) MarshalJSON ¶

func (o AusfFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*AusfFunctionSingleAllOfAttributes) SetAusfInfo ¶

func (o *AusfFunctionSingleAllOfAttributes) SetAusfInfo(v AusfInfo)

SetAusfInfo gets a reference to the given AusfInfo and assigns it to the AusfInfo field.

func (*AusfFunctionSingleAllOfAttributes) SetCommModelList ¶

func (o *AusfFunctionSingleAllOfAttributes) SetCommModelList(v []CommModel)

SetCommModelList gets a reference to the given []CommModel and assigns it to the CommModelList field.

func (*AusfFunctionSingleAllOfAttributes) SetManagedNFProfile ¶

func (o *AusfFunctionSingleAllOfAttributes) SetManagedNFProfile(v ManagedNFProfile)

SetManagedNFProfile gets a reference to the given ManagedNFProfile and assigns it to the ManagedNFProfile field.

func (*AusfFunctionSingleAllOfAttributes) SetPlmnInfoList ¶

func (o *AusfFunctionSingleAllOfAttributes) SetPlmnInfoList(v []PlmnInfo)

SetPlmnInfoList gets a reference to the given []PlmnInfo and assigns it to the PlmnInfoList field.

func (*AusfFunctionSingleAllOfAttributes) SetSBIFqdn ¶

func (o *AusfFunctionSingleAllOfAttributes) SetSBIFqdn(v string)

SetSBIFqdn gets a reference to the given string and assigns it to the SBIFqdn field.

func (AusfFunctionSingleAllOfAttributes) ToMap ¶

func (o AusfFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type AusfFunctionSingleAllOfAttributesAllOf ¶

type AusfFunctionSingleAllOfAttributesAllOf struct {
	PlmnInfoList     []PlmnInfo        `json:"plmnInfoList,omitempty"`
	SBIFqdn          *string           `json:"sBIFqdn,omitempty"`
	ManagedNFProfile *ManagedNFProfile `json:"managedNFProfile,omitempty"`
	CommModelList    []CommModel       `json:"commModelList,omitempty"`
	AusfInfo         *AusfInfo         `json:"ausfInfo,omitempty"`
}

AusfFunctionSingleAllOfAttributesAllOf struct for AusfFunctionSingleAllOfAttributesAllOf

func NewAusfFunctionSingleAllOfAttributesAllOf ¶

func NewAusfFunctionSingleAllOfAttributesAllOf() *AusfFunctionSingleAllOfAttributesAllOf

NewAusfFunctionSingleAllOfAttributesAllOf instantiates a new AusfFunctionSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAusfFunctionSingleAllOfAttributesAllOfWithDefaults ¶

func NewAusfFunctionSingleAllOfAttributesAllOfWithDefaults() *AusfFunctionSingleAllOfAttributesAllOf

NewAusfFunctionSingleAllOfAttributesAllOfWithDefaults instantiates a new AusfFunctionSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AusfFunctionSingleAllOfAttributesAllOf) GetAusfInfo ¶

GetAusfInfo returns the AusfInfo field value if set, zero value otherwise.

func (*AusfFunctionSingleAllOfAttributesAllOf) GetAusfInfoOk ¶

func (o *AusfFunctionSingleAllOfAttributesAllOf) GetAusfInfoOk() (*AusfInfo, bool)

GetAusfInfoOk returns a tuple with the AusfInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AusfFunctionSingleAllOfAttributesAllOf) GetCommModelList ¶

func (o *AusfFunctionSingleAllOfAttributesAllOf) GetCommModelList() []CommModel

GetCommModelList returns the CommModelList field value if set, zero value otherwise.

func (*AusfFunctionSingleAllOfAttributesAllOf) GetCommModelListOk ¶

func (o *AusfFunctionSingleAllOfAttributesAllOf) GetCommModelListOk() ([]CommModel, bool)

GetCommModelListOk returns a tuple with the CommModelList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AusfFunctionSingleAllOfAttributesAllOf) GetManagedNFProfile ¶

GetManagedNFProfile returns the ManagedNFProfile field value if set, zero value otherwise.

func (*AusfFunctionSingleAllOfAttributesAllOf) GetManagedNFProfileOk ¶

func (o *AusfFunctionSingleAllOfAttributesAllOf) GetManagedNFProfileOk() (*ManagedNFProfile, bool)

GetManagedNFProfileOk returns a tuple with the ManagedNFProfile field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AusfFunctionSingleAllOfAttributesAllOf) GetPlmnInfoList ¶

func (o *AusfFunctionSingleAllOfAttributesAllOf) GetPlmnInfoList() []PlmnInfo

GetPlmnInfoList returns the PlmnInfoList field value if set, zero value otherwise.

func (*AusfFunctionSingleAllOfAttributesAllOf) GetPlmnInfoListOk ¶

func (o *AusfFunctionSingleAllOfAttributesAllOf) GetPlmnInfoListOk() ([]PlmnInfo, bool)

GetPlmnInfoListOk returns a tuple with the PlmnInfoList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AusfFunctionSingleAllOfAttributesAllOf) GetSBIFqdn ¶

GetSBIFqdn returns the SBIFqdn field value if set, zero value otherwise.

func (*AusfFunctionSingleAllOfAttributesAllOf) GetSBIFqdnOk ¶

func (o *AusfFunctionSingleAllOfAttributesAllOf) GetSBIFqdnOk() (*string, bool)

GetSBIFqdnOk returns a tuple with the SBIFqdn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AusfFunctionSingleAllOfAttributesAllOf) HasAusfInfo ¶

HasAusfInfo returns a boolean if a field has been set.

func (*AusfFunctionSingleAllOfAttributesAllOf) HasCommModelList ¶

func (o *AusfFunctionSingleAllOfAttributesAllOf) HasCommModelList() bool

HasCommModelList returns a boolean if a field has been set.

func (*AusfFunctionSingleAllOfAttributesAllOf) HasManagedNFProfile ¶

func (o *AusfFunctionSingleAllOfAttributesAllOf) HasManagedNFProfile() bool

HasManagedNFProfile returns a boolean if a field has been set.

func (*AusfFunctionSingleAllOfAttributesAllOf) HasPlmnInfoList ¶

func (o *AusfFunctionSingleAllOfAttributesAllOf) HasPlmnInfoList() bool

HasPlmnInfoList returns a boolean if a field has been set.

func (*AusfFunctionSingleAllOfAttributesAllOf) HasSBIFqdn ¶

HasSBIFqdn returns a boolean if a field has been set.

func (AusfFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (o AusfFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)

func (*AusfFunctionSingleAllOfAttributesAllOf) SetAusfInfo ¶

SetAusfInfo gets a reference to the given AusfInfo and assigns it to the AusfInfo field.

func (*AusfFunctionSingleAllOfAttributesAllOf) SetCommModelList ¶

func (o *AusfFunctionSingleAllOfAttributesAllOf) SetCommModelList(v []CommModel)

SetCommModelList gets a reference to the given []CommModel and assigns it to the CommModelList field.

func (*AusfFunctionSingleAllOfAttributesAllOf) SetManagedNFProfile ¶

func (o *AusfFunctionSingleAllOfAttributesAllOf) SetManagedNFProfile(v ManagedNFProfile)

SetManagedNFProfile gets a reference to the given ManagedNFProfile and assigns it to the ManagedNFProfile field.

func (*AusfFunctionSingleAllOfAttributesAllOf) SetPlmnInfoList ¶

func (o *AusfFunctionSingleAllOfAttributesAllOf) SetPlmnInfoList(v []PlmnInfo)

SetPlmnInfoList gets a reference to the given []PlmnInfo and assigns it to the PlmnInfoList field.

func (*AusfFunctionSingleAllOfAttributesAllOf) SetSBIFqdn ¶

SetSBIFqdn gets a reference to the given string and assigns it to the SBIFqdn field.

func (AusfFunctionSingleAllOfAttributesAllOf) ToMap ¶

func (o AusfFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)

type AusfInfo ¶

type AusfInfo struct {
	NFSrvGroupId      *string     `json:"nFSrvGroupId,omitempty"`
	SupiRanges        []SupiRange `json:"supiRanges,omitempty"`
	RoutingIndicators []string    `json:"routingIndicators,omitempty"`
	SuciInfos         []SuciInfo  `json:"suciInfos,omitempty"`
}

AusfInfo struct for AusfInfo

func NewAusfInfo ¶

func NewAusfInfo() *AusfInfo

NewAusfInfo instantiates a new AusfInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAusfInfoWithDefaults ¶

func NewAusfInfoWithDefaults() *AusfInfo

NewAusfInfoWithDefaults instantiates a new AusfInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AusfInfo) GetNFSrvGroupId ¶

func (o *AusfInfo) GetNFSrvGroupId() string

GetNFSrvGroupId returns the NFSrvGroupId field value if set, zero value otherwise.

func (*AusfInfo) GetNFSrvGroupIdOk ¶

func (o *AusfInfo) GetNFSrvGroupIdOk() (*string, bool)

GetNFSrvGroupIdOk returns a tuple with the NFSrvGroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AusfInfo) GetRoutingIndicators ¶

func (o *AusfInfo) GetRoutingIndicators() []string

GetRoutingIndicators returns the RoutingIndicators field value if set, zero value otherwise.

func (*AusfInfo) GetRoutingIndicatorsOk ¶

func (o *AusfInfo) GetRoutingIndicatorsOk() ([]string, bool)

GetRoutingIndicatorsOk returns a tuple with the RoutingIndicators field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AusfInfo) GetSuciInfos ¶

func (o *AusfInfo) GetSuciInfos() []SuciInfo

GetSuciInfos returns the SuciInfos field value if set, zero value otherwise.

func (*AusfInfo) GetSuciInfosOk ¶

func (o *AusfInfo) GetSuciInfosOk() ([]SuciInfo, bool)

GetSuciInfosOk returns a tuple with the SuciInfos field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AusfInfo) GetSupiRanges ¶

func (o *AusfInfo) GetSupiRanges() []SupiRange

GetSupiRanges returns the SupiRanges field value if set, zero value otherwise.

func (*AusfInfo) GetSupiRangesOk ¶

func (o *AusfInfo) GetSupiRangesOk() ([]SupiRange, bool)

GetSupiRangesOk returns a tuple with the SupiRanges field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AusfInfo) HasNFSrvGroupId ¶

func (o *AusfInfo) HasNFSrvGroupId() bool

HasNFSrvGroupId returns a boolean if a field has been set.

func (*AusfInfo) HasRoutingIndicators ¶

func (o *AusfInfo) HasRoutingIndicators() bool

HasRoutingIndicators returns a boolean if a field has been set.

func (*AusfInfo) HasSuciInfos ¶

func (o *AusfInfo) HasSuciInfos() bool

HasSuciInfos returns a boolean if a field has been set.

func (*AusfInfo) HasSupiRanges ¶

func (o *AusfInfo) HasSupiRanges() bool

HasSupiRanges returns a boolean if a field has been set.

func (AusfInfo) MarshalJSON ¶

func (o AusfInfo) MarshalJSON() ([]byte, error)

func (*AusfInfo) SetNFSrvGroupId ¶

func (o *AusfInfo) SetNFSrvGroupId(v string)

SetNFSrvGroupId gets a reference to the given string and assigns it to the NFSrvGroupId field.

func (*AusfInfo) SetRoutingIndicators ¶

func (o *AusfInfo) SetRoutingIndicators(v []string)

SetRoutingIndicators gets a reference to the given []string and assigns it to the RoutingIndicators field.

func (*AusfInfo) SetSuciInfos ¶

func (o *AusfInfo) SetSuciInfos(v []SuciInfo)

SetSuciInfos gets a reference to the given []SuciInfo and assigns it to the SuciInfos field.

func (*AusfInfo) SetSupiRanges ¶

func (o *AusfInfo) SetSupiRanges(v []SupiRange)

SetSupiRanges gets a reference to the given []SupiRange and assigns it to the SupiRanges field.

func (AusfInfo) ToMap ¶

func (o AusfInfo) ToMap() (map[string]interface{}, error)

type AveDLRANUEThptTarget ¶

type AveDLRANUEThptTarget struct {
	TargetName           *string         `json:"targetName,omitempty"`
	TargetCondition      *string         `json:"targetCondition,omitempty"`
	TargetValueRange     *int32          `json:"targetValueRange,omitempty"`
	TargetFulfilmentInfo *FulfilmentInfo `json:"targetFulfilmentInfo,omitempty"`
}

AveDLRANUEThptTarget This data type is the \"ExpectationTarget\" data type with specialisations for AveDLRANUEThptTarget

func NewAveDLRANUEThptTarget ¶

func NewAveDLRANUEThptTarget() *AveDLRANUEThptTarget

NewAveDLRANUEThptTarget instantiates a new AveDLRANUEThptTarget object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAveDLRANUEThptTargetWithDefaults ¶

func NewAveDLRANUEThptTargetWithDefaults() *AveDLRANUEThptTarget

NewAveDLRANUEThptTargetWithDefaults instantiates a new AveDLRANUEThptTarget object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AveDLRANUEThptTarget) GetTargetCondition ¶

func (o *AveDLRANUEThptTarget) GetTargetCondition() string

GetTargetCondition returns the TargetCondition field value if set, zero value otherwise.

func (*AveDLRANUEThptTarget) GetTargetConditionOk ¶

func (o *AveDLRANUEThptTarget) GetTargetConditionOk() (*string, bool)

GetTargetConditionOk returns a tuple with the TargetCondition field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AveDLRANUEThptTarget) GetTargetFulfilmentInfo ¶

func (o *AveDLRANUEThptTarget) GetTargetFulfilmentInfo() FulfilmentInfo

GetTargetFulfilmentInfo returns the TargetFulfilmentInfo field value if set, zero value otherwise.

func (*AveDLRANUEThptTarget) GetTargetFulfilmentInfoOk ¶

func (o *AveDLRANUEThptTarget) GetTargetFulfilmentInfoOk() (*FulfilmentInfo, bool)

GetTargetFulfilmentInfoOk returns a tuple with the TargetFulfilmentInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AveDLRANUEThptTarget) GetTargetName ¶

func (o *AveDLRANUEThptTarget) GetTargetName() string

GetTargetName returns the TargetName field value if set, zero value otherwise.

func (*AveDLRANUEThptTarget) GetTargetNameOk ¶

func (o *AveDLRANUEThptTarget) GetTargetNameOk() (*string, bool)

GetTargetNameOk returns a tuple with the TargetName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AveDLRANUEThptTarget) GetTargetValueRange ¶

func (o *AveDLRANUEThptTarget) GetTargetValueRange() int32

GetTargetValueRange returns the TargetValueRange field value if set, zero value otherwise.

func (*AveDLRANUEThptTarget) GetTargetValueRangeOk ¶

func (o *AveDLRANUEThptTarget) GetTargetValueRangeOk() (*int32, bool)

GetTargetValueRangeOk returns a tuple with the TargetValueRange field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AveDLRANUEThptTarget) HasTargetCondition ¶

func (o *AveDLRANUEThptTarget) HasTargetCondition() bool

HasTargetCondition returns a boolean if a field has been set.

func (*AveDLRANUEThptTarget) HasTargetFulfilmentInfo ¶

func (o *AveDLRANUEThptTarget) HasTargetFulfilmentInfo() bool

HasTargetFulfilmentInfo returns a boolean if a field has been set.

func (*AveDLRANUEThptTarget) HasTargetName ¶

func (o *AveDLRANUEThptTarget) HasTargetName() bool

HasTargetName returns a boolean if a field has been set.

func (*AveDLRANUEThptTarget) HasTargetValueRange ¶

func (o *AveDLRANUEThptTarget) HasTargetValueRange() bool

HasTargetValueRange returns a boolean if a field has been set.

func (AveDLRANUEThptTarget) MarshalJSON ¶

func (o AveDLRANUEThptTarget) MarshalJSON() ([]byte, error)

func (*AveDLRANUEThptTarget) SetTargetCondition ¶

func (o *AveDLRANUEThptTarget) SetTargetCondition(v string)

SetTargetCondition gets a reference to the given string and assigns it to the TargetCondition field.

func (*AveDLRANUEThptTarget) SetTargetFulfilmentInfo ¶

func (o *AveDLRANUEThptTarget) SetTargetFulfilmentInfo(v FulfilmentInfo)

SetTargetFulfilmentInfo gets a reference to the given FulfilmentInfo and assigns it to the TargetFulfilmentInfo field.

func (*AveDLRANUEThptTarget) SetTargetName ¶

func (o *AveDLRANUEThptTarget) SetTargetName(v string)

SetTargetName gets a reference to the given string and assigns it to the TargetName field.

func (*AveDLRANUEThptTarget) SetTargetValueRange ¶

func (o *AveDLRANUEThptTarget) SetTargetValueRange(v int32)

SetTargetValueRange gets a reference to the given int32 and assigns it to the TargetValueRange field.

func (AveDLRANUEThptTarget) ToMap ¶

func (o AveDLRANUEThptTarget) ToMap() (map[string]interface{}, error)

type AveULRANUEThptTarget ¶

type AveULRANUEThptTarget struct {
	TargetName           *string         `json:"targetName,omitempty"`
	TargetCondition      *string         `json:"targetCondition,omitempty"`
	TargetValueRange     *int32          `json:"targetValueRange,omitempty"`
	TargetFulfilmentInfo *FulfilmentInfo `json:"targetFulfilmentInfo,omitempty"`
}

AveULRANUEThptTarget This data type is the \"ExpectationTarget\" data type with specialisations for AveULRANUEThptTarget

func NewAveULRANUEThptTarget ¶

func NewAveULRANUEThptTarget() *AveULRANUEThptTarget

NewAveULRANUEThptTarget instantiates a new AveULRANUEThptTarget object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAveULRANUEThptTargetWithDefaults ¶

func NewAveULRANUEThptTargetWithDefaults() *AveULRANUEThptTarget

NewAveULRANUEThptTargetWithDefaults instantiates a new AveULRANUEThptTarget object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AveULRANUEThptTarget) GetTargetCondition ¶

func (o *AveULRANUEThptTarget) GetTargetCondition() string

GetTargetCondition returns the TargetCondition field value if set, zero value otherwise.

func (*AveULRANUEThptTarget) GetTargetConditionOk ¶

func (o *AveULRANUEThptTarget) GetTargetConditionOk() (*string, bool)

GetTargetConditionOk returns a tuple with the TargetCondition field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AveULRANUEThptTarget) GetTargetFulfilmentInfo ¶

func (o *AveULRANUEThptTarget) GetTargetFulfilmentInfo() FulfilmentInfo

GetTargetFulfilmentInfo returns the TargetFulfilmentInfo field value if set, zero value otherwise.

func (*AveULRANUEThptTarget) GetTargetFulfilmentInfoOk ¶

func (o *AveULRANUEThptTarget) GetTargetFulfilmentInfoOk() (*FulfilmentInfo, bool)

GetTargetFulfilmentInfoOk returns a tuple with the TargetFulfilmentInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AveULRANUEThptTarget) GetTargetName ¶

func (o *AveULRANUEThptTarget) GetTargetName() string

GetTargetName returns the TargetName field value if set, zero value otherwise.

func (*AveULRANUEThptTarget) GetTargetNameOk ¶

func (o *AveULRANUEThptTarget) GetTargetNameOk() (*string, bool)

GetTargetNameOk returns a tuple with the TargetName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AveULRANUEThptTarget) GetTargetValueRange ¶

func (o *AveULRANUEThptTarget) GetTargetValueRange() int32

GetTargetValueRange returns the TargetValueRange field value if set, zero value otherwise.

func (*AveULRANUEThptTarget) GetTargetValueRangeOk ¶

func (o *AveULRANUEThptTarget) GetTargetValueRangeOk() (*int32, bool)

GetTargetValueRangeOk returns a tuple with the TargetValueRange field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AveULRANUEThptTarget) HasTargetCondition ¶

func (o *AveULRANUEThptTarget) HasTargetCondition() bool

HasTargetCondition returns a boolean if a field has been set.

func (*AveULRANUEThptTarget) HasTargetFulfilmentInfo ¶

func (o *AveULRANUEThptTarget) HasTargetFulfilmentInfo() bool

HasTargetFulfilmentInfo returns a boolean if a field has been set.

func (*AveULRANUEThptTarget) HasTargetName ¶

func (o *AveULRANUEThptTarget) HasTargetName() bool

HasTargetName returns a boolean if a field has been set.

func (*AveULRANUEThptTarget) HasTargetValueRange ¶

func (o *AveULRANUEThptTarget) HasTargetValueRange() bool

HasTargetValueRange returns a boolean if a field has been set.

func (AveULRANUEThptTarget) MarshalJSON ¶

func (o AveULRANUEThptTarget) MarshalJSON() ([]byte, error)

func (*AveULRANUEThptTarget) SetTargetCondition ¶

func (o *AveULRANUEThptTarget) SetTargetCondition(v string)

SetTargetCondition gets a reference to the given string and assigns it to the TargetCondition field.

func (*AveULRANUEThptTarget) SetTargetFulfilmentInfo ¶

func (o *AveULRANUEThptTarget) SetTargetFulfilmentInfo(v FulfilmentInfo)

SetTargetFulfilmentInfo gets a reference to the given FulfilmentInfo and assigns it to the TargetFulfilmentInfo field.

func (*AveULRANUEThptTarget) SetTargetName ¶

func (o *AveULRANUEThptTarget) SetTargetName(v string)

SetTargetName gets a reference to the given string and assigns it to the TargetName field.

func (*AveULRANUEThptTarget) SetTargetValueRange ¶

func (o *AveULRANUEThptTarget) SetTargetValueRange(v int32)

SetTargetValueRange gets a reference to the given int32 and assigns it to the TargetValueRange field.

func (AveULRANUEThptTarget) ToMap ¶

func (o AveULRANUEThptTarget) ToMap() (map[string]interface{}, error)

type BWPSetSingle ¶

type BWPSetSingle struct {
	Top
	BWPlist []string `json:"bWPlist,omitempty"`
}

BWPSetSingle struct for BWPSetSingle

func NewBWPSetSingle ¶

func NewBWPSetSingle(id NullableString) *BWPSetSingle

NewBWPSetSingle instantiates a new BWPSetSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewBWPSetSingleWithDefaults ¶

func NewBWPSetSingleWithDefaults() *BWPSetSingle

NewBWPSetSingleWithDefaults instantiates a new BWPSetSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*BWPSetSingle) GetBWPlist ¶

func (o *BWPSetSingle) GetBWPlist() []string

GetBWPlist returns the BWPlist field value if set, zero value otherwise.

func (*BWPSetSingle) GetBWPlistOk ¶

func (o *BWPSetSingle) GetBWPlistOk() ([]string, bool)

GetBWPlistOk returns a tuple with the BWPlist field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BWPSetSingle) HasBWPlist ¶

func (o *BWPSetSingle) HasBWPlist() bool

HasBWPlist returns a boolean if a field has been set.

func (BWPSetSingle) MarshalJSON ¶

func (o BWPSetSingle) MarshalJSON() ([]byte, error)

func (*BWPSetSingle) SetBWPlist ¶

func (o *BWPSetSingle) SetBWPlist(v []string)

SetBWPlist gets a reference to the given []string and assigns it to the BWPlist field.

func (BWPSetSingle) ToMap ¶

func (o BWPSetSingle) ToMap() (map[string]interface{}, error)

type BWPSetSingleAllOf ¶

type BWPSetSingleAllOf struct {
	BWPlist []string `json:"bWPlist,omitempty"`
}

BWPSetSingleAllOf struct for BWPSetSingleAllOf

func NewBWPSetSingleAllOf ¶

func NewBWPSetSingleAllOf() *BWPSetSingleAllOf

NewBWPSetSingleAllOf instantiates a new BWPSetSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewBWPSetSingleAllOfWithDefaults ¶

func NewBWPSetSingleAllOfWithDefaults() *BWPSetSingleAllOf

NewBWPSetSingleAllOfWithDefaults instantiates a new BWPSetSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*BWPSetSingleAllOf) GetBWPlist ¶

func (o *BWPSetSingleAllOf) GetBWPlist() []string

GetBWPlist returns the BWPlist field value if set, zero value otherwise.

func (*BWPSetSingleAllOf) GetBWPlistOk ¶

func (o *BWPSetSingleAllOf) GetBWPlistOk() ([]string, bool)

GetBWPlistOk returns a tuple with the BWPlist field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BWPSetSingleAllOf) HasBWPlist ¶

func (o *BWPSetSingleAllOf) HasBWPlist() bool

HasBWPlist returns a boolean if a field has been set.

func (BWPSetSingleAllOf) MarshalJSON ¶

func (o BWPSetSingleAllOf) MarshalJSON() ([]byte, error)

func (*BWPSetSingleAllOf) SetBWPlist ¶

func (o *BWPSetSingleAllOf) SetBWPlist(v []string)

SetBWPlist gets a reference to the given []string and assigns it to the BWPlist field.

func (BWPSetSingleAllOf) ToMap ¶

func (o BWPSetSingleAllOf) ToMap() (map[string]interface{}, error)

type BackhaulAddress ¶

type BackhaulAddress struct {
	GnbId *string `json:"gnbId,omitempty"`
	Tai   *Tai    `json:"tai,omitempty"`
}

BackhaulAddress struct for BackhaulAddress

func NewBackhaulAddress ¶

func NewBackhaulAddress() *BackhaulAddress

NewBackhaulAddress instantiates a new BackhaulAddress object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewBackhaulAddressWithDefaults ¶

func NewBackhaulAddressWithDefaults() *BackhaulAddress

NewBackhaulAddressWithDefaults instantiates a new BackhaulAddress object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*BackhaulAddress) GetGnbId ¶

func (o *BackhaulAddress) GetGnbId() string

GetGnbId returns the GnbId field value if set, zero value otherwise.

func (*BackhaulAddress) GetGnbIdOk ¶

func (o *BackhaulAddress) GetGnbIdOk() (*string, bool)

GetGnbIdOk returns a tuple with the GnbId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BackhaulAddress) GetTai ¶

func (o *BackhaulAddress) GetTai() Tai

GetTai returns the Tai field value if set, zero value otherwise.

func (*BackhaulAddress) GetTaiOk ¶

func (o *BackhaulAddress) GetTaiOk() (*Tai, bool)

GetTaiOk returns a tuple with the Tai field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BackhaulAddress) HasGnbId ¶

func (o *BackhaulAddress) HasGnbId() bool

HasGnbId returns a boolean if a field has been set.

func (*BackhaulAddress) HasTai ¶

func (o *BackhaulAddress) HasTai() bool

HasTai returns a boolean if a field has been set.

func (BackhaulAddress) MarshalJSON ¶

func (o BackhaulAddress) MarshalJSON() ([]byte, error)

func (*BackhaulAddress) SetGnbId ¶

func (o *BackhaulAddress) SetGnbId(v string)

SetGnbId gets a reference to the given string and assigns it to the GnbId field.

func (*BackhaulAddress) SetTai ¶

func (o *BackhaulAddress) SetTai(v Tai)

SetTai gets a reference to the given Tai and assigns it to the Tai field.

func (BackhaulAddress) ToMap ¶

func (o BackhaulAddress) ToMap() (map[string]interface{}, error)

type BasicAuth ¶

type BasicAuth struct {
	UserName string `json:"userName,omitempty"`
	Password string `json:"password,omitempty"`
}

BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth

type BeamSingle ¶

type BeamSingle struct {
	Top
	Attributes *BeamSingleAllOfAttributes `json:"attributes,omitempty"`
}

BeamSingle struct for BeamSingle

func NewBeamSingle ¶

func NewBeamSingle(id NullableString) *BeamSingle

NewBeamSingle instantiates a new BeamSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewBeamSingleWithDefaults ¶

func NewBeamSingleWithDefaults() *BeamSingle

NewBeamSingleWithDefaults instantiates a new BeamSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*BeamSingle) GetAttributes ¶

func (o *BeamSingle) GetAttributes() BeamSingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*BeamSingle) GetAttributesOk ¶

func (o *BeamSingle) GetAttributesOk() (*BeamSingleAllOfAttributes, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BeamSingle) HasAttributes ¶

func (o *BeamSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (BeamSingle) MarshalJSON ¶

func (o BeamSingle) MarshalJSON() ([]byte, error)

func (*BeamSingle) SetAttributes ¶

func (o *BeamSingle) SetAttributes(v BeamSingleAllOfAttributes)

SetAttributes gets a reference to the given BeamSingleAllOfAttributes and assigns it to the Attributes field.

func (BeamSingle) ToMap ¶

func (o BeamSingle) ToMap() (map[string]interface{}, error)

type BeamSingleAllOf ¶

type BeamSingleAllOf struct {
	Attributes *BeamSingleAllOfAttributes `json:"attributes,omitempty"`
}

BeamSingleAllOf struct for BeamSingleAllOf

func NewBeamSingleAllOf ¶

func NewBeamSingleAllOf() *BeamSingleAllOf

NewBeamSingleAllOf instantiates a new BeamSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewBeamSingleAllOfWithDefaults ¶

func NewBeamSingleAllOfWithDefaults() *BeamSingleAllOf

NewBeamSingleAllOfWithDefaults instantiates a new BeamSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*BeamSingleAllOf) GetAttributes ¶

func (o *BeamSingleAllOf) GetAttributes() BeamSingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*BeamSingleAllOf) GetAttributesOk ¶

func (o *BeamSingleAllOf) GetAttributesOk() (*BeamSingleAllOfAttributes, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BeamSingleAllOf) HasAttributes ¶

func (o *BeamSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (BeamSingleAllOf) MarshalJSON ¶

func (o BeamSingleAllOf) MarshalJSON() ([]byte, error)

func (*BeamSingleAllOf) SetAttributes ¶

func (o *BeamSingleAllOf) SetAttributes(v BeamSingleAllOfAttributes)

SetAttributes gets a reference to the given BeamSingleAllOfAttributes and assigns it to the Attributes field.

func (BeamSingleAllOf) ToMap ¶

func (o BeamSingleAllOf) ToMap() (map[string]interface{}, error)

type BeamSingleAllOfAttributes ¶

type BeamSingleAllOfAttributes struct {
	BeamIndex      *int32  `json:"beamIndex,omitempty"`
	BeamType       *string `json:"beamType,omitempty"`
	BeamAzimuth    *int32  `json:"beamAzimuth,omitempty"`
	BeamTilt       *int32  `json:"beamTilt,omitempty"`
	BeamHorizWidth *int32  `json:"beamHorizWidth,omitempty"`
	BeamVertWidth  *int32  `json:"beamVertWidth,omitempty"`
}

BeamSingleAllOfAttributes struct for BeamSingleAllOfAttributes

func NewBeamSingleAllOfAttributes ¶

func NewBeamSingleAllOfAttributes() *BeamSingleAllOfAttributes

NewBeamSingleAllOfAttributes instantiates a new BeamSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewBeamSingleAllOfAttributesWithDefaults ¶

func NewBeamSingleAllOfAttributesWithDefaults() *BeamSingleAllOfAttributes

NewBeamSingleAllOfAttributesWithDefaults instantiates a new BeamSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*BeamSingleAllOfAttributes) GetBeamAzimuth ¶

func (o *BeamSingleAllOfAttributes) GetBeamAzimuth() int32

GetBeamAzimuth returns the BeamAzimuth field value if set, zero value otherwise.

func (*BeamSingleAllOfAttributes) GetBeamAzimuthOk ¶

func (o *BeamSingleAllOfAttributes) GetBeamAzimuthOk() (*int32, bool)

GetBeamAzimuthOk returns a tuple with the BeamAzimuth field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BeamSingleAllOfAttributes) GetBeamHorizWidth ¶

func (o *BeamSingleAllOfAttributes) GetBeamHorizWidth() int32

GetBeamHorizWidth returns the BeamHorizWidth field value if set, zero value otherwise.

func (*BeamSingleAllOfAttributes) GetBeamHorizWidthOk ¶

func (o *BeamSingleAllOfAttributes) GetBeamHorizWidthOk() (*int32, bool)

GetBeamHorizWidthOk returns a tuple with the BeamHorizWidth field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BeamSingleAllOfAttributes) GetBeamIndex ¶

func (o *BeamSingleAllOfAttributes) GetBeamIndex() int32

GetBeamIndex returns the BeamIndex field value if set, zero value otherwise.

func (*BeamSingleAllOfAttributes) GetBeamIndexOk ¶

func (o *BeamSingleAllOfAttributes) GetBeamIndexOk() (*int32, bool)

GetBeamIndexOk returns a tuple with the BeamIndex field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BeamSingleAllOfAttributes) GetBeamTilt ¶

func (o *BeamSingleAllOfAttributes) GetBeamTilt() int32

GetBeamTilt returns the BeamTilt field value if set, zero value otherwise.

func (*BeamSingleAllOfAttributes) GetBeamTiltOk ¶

func (o *BeamSingleAllOfAttributes) GetBeamTiltOk() (*int32, bool)

GetBeamTiltOk returns a tuple with the BeamTilt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BeamSingleAllOfAttributes) GetBeamType ¶

func (o *BeamSingleAllOfAttributes) GetBeamType() string

GetBeamType returns the BeamType field value if set, zero value otherwise.

func (*BeamSingleAllOfAttributes) GetBeamTypeOk ¶

func (o *BeamSingleAllOfAttributes) GetBeamTypeOk() (*string, bool)

GetBeamTypeOk returns a tuple with the BeamType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BeamSingleAllOfAttributes) GetBeamVertWidth ¶

func (o *BeamSingleAllOfAttributes) GetBeamVertWidth() int32

GetBeamVertWidth returns the BeamVertWidth field value if set, zero value otherwise.

func (*BeamSingleAllOfAttributes) GetBeamVertWidthOk ¶

func (o *BeamSingleAllOfAttributes) GetBeamVertWidthOk() (*int32, bool)

GetBeamVertWidthOk returns a tuple with the BeamVertWidth field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BeamSingleAllOfAttributes) HasBeamAzimuth ¶

func (o *BeamSingleAllOfAttributes) HasBeamAzimuth() bool

HasBeamAzimuth returns a boolean if a field has been set.

func (*BeamSingleAllOfAttributes) HasBeamHorizWidth ¶

func (o *BeamSingleAllOfAttributes) HasBeamHorizWidth() bool

HasBeamHorizWidth returns a boolean if a field has been set.

func (*BeamSingleAllOfAttributes) HasBeamIndex ¶

func (o *BeamSingleAllOfAttributes) HasBeamIndex() bool

HasBeamIndex returns a boolean if a field has been set.

func (*BeamSingleAllOfAttributes) HasBeamTilt ¶

func (o *BeamSingleAllOfAttributes) HasBeamTilt() bool

HasBeamTilt returns a boolean if a field has been set.

func (*BeamSingleAllOfAttributes) HasBeamType ¶

func (o *BeamSingleAllOfAttributes) HasBeamType() bool

HasBeamType returns a boolean if a field has been set.

func (*BeamSingleAllOfAttributes) HasBeamVertWidth ¶

func (o *BeamSingleAllOfAttributes) HasBeamVertWidth() bool

HasBeamVertWidth returns a boolean if a field has been set.

func (BeamSingleAllOfAttributes) MarshalJSON ¶

func (o BeamSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*BeamSingleAllOfAttributes) SetBeamAzimuth ¶

func (o *BeamSingleAllOfAttributes) SetBeamAzimuth(v int32)

SetBeamAzimuth gets a reference to the given int32 and assigns it to the BeamAzimuth field.

func (*BeamSingleAllOfAttributes) SetBeamHorizWidth ¶

func (o *BeamSingleAllOfAttributes) SetBeamHorizWidth(v int32)

SetBeamHorizWidth gets a reference to the given int32 and assigns it to the BeamHorizWidth field.

func (*BeamSingleAllOfAttributes) SetBeamIndex ¶

func (o *BeamSingleAllOfAttributes) SetBeamIndex(v int32)

SetBeamIndex gets a reference to the given int32 and assigns it to the BeamIndex field.

func (*BeamSingleAllOfAttributes) SetBeamTilt ¶

func (o *BeamSingleAllOfAttributes) SetBeamTilt(v int32)

SetBeamTilt gets a reference to the given int32 and assigns it to the BeamTilt field.

func (*BeamSingleAllOfAttributes) SetBeamType ¶

func (o *BeamSingleAllOfAttributes) SetBeamType(v string)

SetBeamType gets a reference to the given string and assigns it to the BeamType field.

func (*BeamSingleAllOfAttributes) SetBeamVertWidth ¶

func (o *BeamSingleAllOfAttributes) SetBeamVertWidth(v int32)

SetBeamVertWidth gets a reference to the given int32 and assigns it to the BeamVertWidth field.

func (BeamSingleAllOfAttributes) ToMap ¶

func (o BeamSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type BeamSingleAllOfAttributesAllOf ¶

type BeamSingleAllOfAttributesAllOf struct {
	BeamIndex      *int32  `json:"beamIndex,omitempty"`
	BeamType       *string `json:"beamType,omitempty"`
	BeamAzimuth    *int32  `json:"beamAzimuth,omitempty"`
	BeamTilt       *int32  `json:"beamTilt,omitempty"`
	BeamHorizWidth *int32  `json:"beamHorizWidth,omitempty"`
	BeamVertWidth  *int32  `json:"beamVertWidth,omitempty"`
}

BeamSingleAllOfAttributesAllOf struct for BeamSingleAllOfAttributesAllOf

func NewBeamSingleAllOfAttributesAllOf ¶

func NewBeamSingleAllOfAttributesAllOf() *BeamSingleAllOfAttributesAllOf

NewBeamSingleAllOfAttributesAllOf instantiates a new BeamSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewBeamSingleAllOfAttributesAllOfWithDefaults ¶

func NewBeamSingleAllOfAttributesAllOfWithDefaults() *BeamSingleAllOfAttributesAllOf

NewBeamSingleAllOfAttributesAllOfWithDefaults instantiates a new BeamSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*BeamSingleAllOfAttributesAllOf) GetBeamAzimuth ¶

func (o *BeamSingleAllOfAttributesAllOf) GetBeamAzimuth() int32

GetBeamAzimuth returns the BeamAzimuth field value if set, zero value otherwise.

func (*BeamSingleAllOfAttributesAllOf) GetBeamAzimuthOk ¶

func (o *BeamSingleAllOfAttributesAllOf) GetBeamAzimuthOk() (*int32, bool)

GetBeamAzimuthOk returns a tuple with the BeamAzimuth field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BeamSingleAllOfAttributesAllOf) GetBeamHorizWidth ¶

func (o *BeamSingleAllOfAttributesAllOf) GetBeamHorizWidth() int32

GetBeamHorizWidth returns the BeamHorizWidth field value if set, zero value otherwise.

func (*BeamSingleAllOfAttributesAllOf) GetBeamHorizWidthOk ¶

func (o *BeamSingleAllOfAttributesAllOf) GetBeamHorizWidthOk() (*int32, bool)

GetBeamHorizWidthOk returns a tuple with the BeamHorizWidth field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BeamSingleAllOfAttributesAllOf) GetBeamIndex ¶

func (o *BeamSingleAllOfAttributesAllOf) GetBeamIndex() int32

GetBeamIndex returns the BeamIndex field value if set, zero value otherwise.

func (*BeamSingleAllOfAttributesAllOf) GetBeamIndexOk ¶

func (o *BeamSingleAllOfAttributesAllOf) GetBeamIndexOk() (*int32, bool)

GetBeamIndexOk returns a tuple with the BeamIndex field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BeamSingleAllOfAttributesAllOf) GetBeamTilt ¶

func (o *BeamSingleAllOfAttributesAllOf) GetBeamTilt() int32

GetBeamTilt returns the BeamTilt field value if set, zero value otherwise.

func (*BeamSingleAllOfAttributesAllOf) GetBeamTiltOk ¶

func (o *BeamSingleAllOfAttributesAllOf) GetBeamTiltOk() (*int32, bool)

GetBeamTiltOk returns a tuple with the BeamTilt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BeamSingleAllOfAttributesAllOf) GetBeamType ¶

func (o *BeamSingleAllOfAttributesAllOf) GetBeamType() string

GetBeamType returns the BeamType field value if set, zero value otherwise.

func (*BeamSingleAllOfAttributesAllOf) GetBeamTypeOk ¶

func (o *BeamSingleAllOfAttributesAllOf) GetBeamTypeOk() (*string, bool)

GetBeamTypeOk returns a tuple with the BeamType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BeamSingleAllOfAttributesAllOf) GetBeamVertWidth ¶

func (o *BeamSingleAllOfAttributesAllOf) GetBeamVertWidth() int32

GetBeamVertWidth returns the BeamVertWidth field value if set, zero value otherwise.

func (*BeamSingleAllOfAttributesAllOf) GetBeamVertWidthOk ¶

func (o *BeamSingleAllOfAttributesAllOf) GetBeamVertWidthOk() (*int32, bool)

GetBeamVertWidthOk returns a tuple with the BeamVertWidth field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BeamSingleAllOfAttributesAllOf) HasBeamAzimuth ¶

func (o *BeamSingleAllOfAttributesAllOf) HasBeamAzimuth() bool

HasBeamAzimuth returns a boolean if a field has been set.

func (*BeamSingleAllOfAttributesAllOf) HasBeamHorizWidth ¶

func (o *BeamSingleAllOfAttributesAllOf) HasBeamHorizWidth() bool

HasBeamHorizWidth returns a boolean if a field has been set.

func (*BeamSingleAllOfAttributesAllOf) HasBeamIndex ¶

func (o *BeamSingleAllOfAttributesAllOf) HasBeamIndex() bool

HasBeamIndex returns a boolean if a field has been set.

func (*BeamSingleAllOfAttributesAllOf) HasBeamTilt ¶

func (o *BeamSingleAllOfAttributesAllOf) HasBeamTilt() bool

HasBeamTilt returns a boolean if a field has been set.

func (*BeamSingleAllOfAttributesAllOf) HasBeamType ¶

func (o *BeamSingleAllOfAttributesAllOf) HasBeamType() bool

HasBeamType returns a boolean if a field has been set.

func (*BeamSingleAllOfAttributesAllOf) HasBeamVertWidth ¶

func (o *BeamSingleAllOfAttributesAllOf) HasBeamVertWidth() bool

HasBeamVertWidth returns a boolean if a field has been set.

func (BeamSingleAllOfAttributesAllOf) MarshalJSON ¶

func (o BeamSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)

func (*BeamSingleAllOfAttributesAllOf) SetBeamAzimuth ¶

func (o *BeamSingleAllOfAttributesAllOf) SetBeamAzimuth(v int32)

SetBeamAzimuth gets a reference to the given int32 and assigns it to the BeamAzimuth field.

func (*BeamSingleAllOfAttributesAllOf) SetBeamHorizWidth ¶

func (o *BeamSingleAllOfAttributesAllOf) SetBeamHorizWidth(v int32)

SetBeamHorizWidth gets a reference to the given int32 and assigns it to the BeamHorizWidth field.

func (*BeamSingleAllOfAttributesAllOf) SetBeamIndex ¶

func (o *BeamSingleAllOfAttributesAllOf) SetBeamIndex(v int32)

SetBeamIndex gets a reference to the given int32 and assigns it to the BeamIndex field.

func (*BeamSingleAllOfAttributesAllOf) SetBeamTilt ¶

func (o *BeamSingleAllOfAttributesAllOf) SetBeamTilt(v int32)

SetBeamTilt gets a reference to the given int32 and assigns it to the BeamTilt field.

func (*BeamSingleAllOfAttributesAllOf) SetBeamType ¶

func (o *BeamSingleAllOfAttributesAllOf) SetBeamType(v string)

SetBeamType gets a reference to the given string and assigns it to the BeamType field.

func (*BeamSingleAllOfAttributesAllOf) SetBeamVertWidth ¶

func (o *BeamSingleAllOfAttributesAllOf) SetBeamVertWidth(v int32)

SetBeamVertWidth gets a reference to the given int32 and assigns it to the BeamVertWidth field.

func (BeamSingleAllOfAttributesAllOf) ToMap ¶

func (o BeamSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)

type BwpContext ¶

type BwpContext string

BwpContext the model 'BwpContext'

const (
	DL  BwpContext = "DL"
	UL  BwpContext = "UL"
	SUL BwpContext = "SUL"
)

List of BwpContext

func NewBwpContextFromValue ¶

func NewBwpContextFromValue(v string) (*BwpContext, error)

NewBwpContextFromValue returns a pointer to a valid BwpContext for the value passed as argument, or an error if the value passed is not allowed by the enum

func (BwpContext) IsValid ¶

func (v BwpContext) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (BwpContext) Ptr ¶

func (v BwpContext) Ptr() *BwpContext

Ptr returns reference to BwpContext value

func (*BwpContext) UnmarshalJSON ¶

func (v *BwpContext) UnmarshalJSON(src []byte) error

type BwpSingle ¶

type BwpSingle struct {
	Top
	Attributes       *BwpSingleAllOfAttributes `json:"attributes,omitempty"`
	PerfMetricJob    []PerfMetricJobSingle     `json:"PerfMetricJob,omitempty"`
	ThresholdMonitor []ThresholdMonitorSingle  `json:"ThresholdMonitor,omitempty"`
	ManagedNFService []ManagedNFServiceSingle  `json:"ManagedNFService,omitempty"`
	TraceJob         []TraceJobSingle          `json:"TraceJob,omitempty"`
}

BwpSingle struct for BwpSingle

func NewBwpSingle ¶

func NewBwpSingle(id NullableString) *BwpSingle

NewBwpSingle instantiates a new BwpSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewBwpSingleWithDefaults ¶

func NewBwpSingleWithDefaults() *BwpSingle

NewBwpSingleWithDefaults instantiates a new BwpSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*BwpSingle) GetAttributes ¶

func (o *BwpSingle) GetAttributes() BwpSingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*BwpSingle) GetAttributesOk ¶

func (o *BwpSingle) GetAttributesOk() (*BwpSingleAllOfAttributes, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BwpSingle) GetManagedNFService ¶

func (o *BwpSingle) GetManagedNFService() []ManagedNFServiceSingle

GetManagedNFService returns the ManagedNFService field value if set, zero value otherwise.

func (*BwpSingle) GetManagedNFServiceOk ¶

func (o *BwpSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool)

GetManagedNFServiceOk returns a tuple with the ManagedNFService field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BwpSingle) GetPerfMetricJob ¶

func (o *BwpSingle) GetPerfMetricJob() []PerfMetricJobSingle

GetPerfMetricJob returns the PerfMetricJob field value if set, zero value otherwise.

func (*BwpSingle) GetPerfMetricJobOk ¶

func (o *BwpSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)

GetPerfMetricJobOk returns a tuple with the PerfMetricJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BwpSingle) GetThresholdMonitor ¶

func (o *BwpSingle) GetThresholdMonitor() []ThresholdMonitorSingle

GetThresholdMonitor returns the ThresholdMonitor field value if set, zero value otherwise.

func (*BwpSingle) GetThresholdMonitorOk ¶

func (o *BwpSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)

GetThresholdMonitorOk returns a tuple with the ThresholdMonitor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BwpSingle) GetTraceJob ¶

func (o *BwpSingle) GetTraceJob() []TraceJobSingle

GetTraceJob returns the TraceJob field value if set, zero value otherwise.

func (*BwpSingle) GetTraceJobOk ¶

func (o *BwpSingle) GetTraceJobOk() ([]TraceJobSingle, bool)

GetTraceJobOk returns a tuple with the TraceJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BwpSingle) HasAttributes ¶

func (o *BwpSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*BwpSingle) HasManagedNFService ¶

func (o *BwpSingle) HasManagedNFService() bool

HasManagedNFService returns a boolean if a field has been set.

func (*BwpSingle) HasPerfMetricJob ¶

func (o *BwpSingle) HasPerfMetricJob() bool

HasPerfMetricJob returns a boolean if a field has been set.

func (*BwpSingle) HasThresholdMonitor ¶

func (o *BwpSingle) HasThresholdMonitor() bool

HasThresholdMonitor returns a boolean if a field has been set.

func (*BwpSingle) HasTraceJob ¶

func (o *BwpSingle) HasTraceJob() bool

HasTraceJob returns a boolean if a field has been set.

func (BwpSingle) MarshalJSON ¶

func (o BwpSingle) MarshalJSON() ([]byte, error)

func (*BwpSingle) SetAttributes ¶

func (o *BwpSingle) SetAttributes(v BwpSingleAllOfAttributes)

SetAttributes gets a reference to the given BwpSingleAllOfAttributes and assigns it to the Attributes field.

func (*BwpSingle) SetManagedNFService ¶

func (o *BwpSingle) SetManagedNFService(v []ManagedNFServiceSingle)

SetManagedNFService gets a reference to the given []ManagedNFServiceSingle and assigns it to the ManagedNFService field.

func (*BwpSingle) SetPerfMetricJob ¶

func (o *BwpSingle) SetPerfMetricJob(v []PerfMetricJobSingle)

SetPerfMetricJob gets a reference to the given []PerfMetricJobSingle and assigns it to the PerfMetricJob field.

func (*BwpSingle) SetThresholdMonitor ¶

func (o *BwpSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)

SetThresholdMonitor gets a reference to the given []ThresholdMonitorSingle and assigns it to the ThresholdMonitor field.

func (*BwpSingle) SetTraceJob ¶

func (o *BwpSingle) SetTraceJob(v []TraceJobSingle)

SetTraceJob gets a reference to the given []TraceJobSingle and assigns it to the TraceJob field.

func (BwpSingle) ToMap ¶

func (o BwpSingle) ToMap() (map[string]interface{}, error)

type BwpSingleAllOf ¶

type BwpSingleAllOf struct {
	Attributes *BwpSingleAllOfAttributes `json:"attributes,omitempty"`
}

BwpSingleAllOf struct for BwpSingleAllOf

func NewBwpSingleAllOf ¶

func NewBwpSingleAllOf() *BwpSingleAllOf

NewBwpSingleAllOf instantiates a new BwpSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewBwpSingleAllOfWithDefaults ¶

func NewBwpSingleAllOfWithDefaults() *BwpSingleAllOf

NewBwpSingleAllOfWithDefaults instantiates a new BwpSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*BwpSingleAllOf) GetAttributes ¶

func (o *BwpSingleAllOf) GetAttributes() BwpSingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*BwpSingleAllOf) GetAttributesOk ¶

func (o *BwpSingleAllOf) GetAttributesOk() (*BwpSingleAllOfAttributes, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BwpSingleAllOf) HasAttributes ¶

func (o *BwpSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (BwpSingleAllOf) MarshalJSON ¶

func (o BwpSingleAllOf) MarshalJSON() ([]byte, error)

func (*BwpSingleAllOf) SetAttributes ¶

func (o *BwpSingleAllOf) SetAttributes(v BwpSingleAllOfAttributes)

SetAttributes gets a reference to the given BwpSingleAllOfAttributes and assigns it to the Attributes field.

func (BwpSingleAllOf) ToMap ¶

func (o BwpSingleAllOf) ToMap() (map[string]interface{}, error)

type BwpSingleAllOfAttributes ¶

type BwpSingleAllOfAttributes struct {
	ManagedFunctionAttr
	BwpContext        *BwpContext   `json:"bwpContext,omitempty"`
	IsInitialBwp      *IsInitialBwp `json:"isInitialBwp,omitempty"`
	SubCarrierSpacing *int32        `json:"subCarrierSpacing,omitempty"`
	CyclicPrefix      *CyclicPrefix `json:"cyclicPrefix,omitempty"`
	StartRB           *int32        `json:"startRB,omitempty"`
	NumberOfRBs       *int32        `json:"numberOfRBs,omitempty"`
}

BwpSingleAllOfAttributes struct for BwpSingleAllOfAttributes

func NewBwpSingleAllOfAttributes ¶

func NewBwpSingleAllOfAttributes() *BwpSingleAllOfAttributes

NewBwpSingleAllOfAttributes instantiates a new BwpSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewBwpSingleAllOfAttributesWithDefaults ¶

func NewBwpSingleAllOfAttributesWithDefaults() *BwpSingleAllOfAttributes

NewBwpSingleAllOfAttributesWithDefaults instantiates a new BwpSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*BwpSingleAllOfAttributes) GetBwpContext ¶

func (o *BwpSingleAllOfAttributes) GetBwpContext() BwpContext

GetBwpContext returns the BwpContext field value if set, zero value otherwise.

func (*BwpSingleAllOfAttributes) GetBwpContextOk ¶

func (o *BwpSingleAllOfAttributes) GetBwpContextOk() (*BwpContext, bool)

GetBwpContextOk returns a tuple with the BwpContext field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BwpSingleAllOfAttributes) GetCyclicPrefix ¶

func (o *BwpSingleAllOfAttributes) GetCyclicPrefix() CyclicPrefix

GetCyclicPrefix returns the CyclicPrefix field value if set, zero value otherwise.

func (*BwpSingleAllOfAttributes) GetCyclicPrefixOk ¶

func (o *BwpSingleAllOfAttributes) GetCyclicPrefixOk() (*CyclicPrefix, bool)

GetCyclicPrefixOk returns a tuple with the CyclicPrefix field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BwpSingleAllOfAttributes) GetIsInitialBwp ¶

func (o *BwpSingleAllOfAttributes) GetIsInitialBwp() IsInitialBwp

GetIsInitialBwp returns the IsInitialBwp field value if set, zero value otherwise.

func (*BwpSingleAllOfAttributes) GetIsInitialBwpOk ¶

func (o *BwpSingleAllOfAttributes) GetIsInitialBwpOk() (*IsInitialBwp, bool)

GetIsInitialBwpOk returns a tuple with the IsInitialBwp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BwpSingleAllOfAttributes) GetNumberOfRBs ¶

func (o *BwpSingleAllOfAttributes) GetNumberOfRBs() int32

GetNumberOfRBs returns the NumberOfRBs field value if set, zero value otherwise.

func (*BwpSingleAllOfAttributes) GetNumberOfRBsOk ¶

func (o *BwpSingleAllOfAttributes) GetNumberOfRBsOk() (*int32, bool)

GetNumberOfRBsOk returns a tuple with the NumberOfRBs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BwpSingleAllOfAttributes) GetStartRB ¶

func (o *BwpSingleAllOfAttributes) GetStartRB() int32

GetStartRB returns the StartRB field value if set, zero value otherwise.

func (*BwpSingleAllOfAttributes) GetStartRBOk ¶

func (o *BwpSingleAllOfAttributes) GetStartRBOk() (*int32, bool)

GetStartRBOk returns a tuple with the StartRB field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BwpSingleAllOfAttributes) GetSubCarrierSpacing ¶

func (o *BwpSingleAllOfAttributes) GetSubCarrierSpacing() int32

GetSubCarrierSpacing returns the SubCarrierSpacing field value if set, zero value otherwise.

func (*BwpSingleAllOfAttributes) GetSubCarrierSpacingOk ¶

func (o *BwpSingleAllOfAttributes) GetSubCarrierSpacingOk() (*int32, bool)

GetSubCarrierSpacingOk returns a tuple with the SubCarrierSpacing field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BwpSingleAllOfAttributes) HasBwpContext ¶

func (o *BwpSingleAllOfAttributes) HasBwpContext() bool

HasBwpContext returns a boolean if a field has been set.

func (*BwpSingleAllOfAttributes) HasCyclicPrefix ¶

func (o *BwpSingleAllOfAttributes) HasCyclicPrefix() bool

HasCyclicPrefix returns a boolean if a field has been set.

func (*BwpSingleAllOfAttributes) HasIsInitialBwp ¶

func (o *BwpSingleAllOfAttributes) HasIsInitialBwp() bool

HasIsInitialBwp returns a boolean if a field has been set.

func (*BwpSingleAllOfAttributes) HasNumberOfRBs ¶

func (o *BwpSingleAllOfAttributes) HasNumberOfRBs() bool

HasNumberOfRBs returns a boolean if a field has been set.

func (*BwpSingleAllOfAttributes) HasStartRB ¶

func (o *BwpSingleAllOfAttributes) HasStartRB() bool

HasStartRB returns a boolean if a field has been set.

func (*BwpSingleAllOfAttributes) HasSubCarrierSpacing ¶

func (o *BwpSingleAllOfAttributes) HasSubCarrierSpacing() bool

HasSubCarrierSpacing returns a boolean if a field has been set.

func (BwpSingleAllOfAttributes) MarshalJSON ¶

func (o BwpSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*BwpSingleAllOfAttributes) SetBwpContext ¶

func (o *BwpSingleAllOfAttributes) SetBwpContext(v BwpContext)

SetBwpContext gets a reference to the given BwpContext and assigns it to the BwpContext field.

func (*BwpSingleAllOfAttributes) SetCyclicPrefix ¶

func (o *BwpSingleAllOfAttributes) SetCyclicPrefix(v CyclicPrefix)

SetCyclicPrefix gets a reference to the given CyclicPrefix and assigns it to the CyclicPrefix field.

func (*BwpSingleAllOfAttributes) SetIsInitialBwp ¶

func (o *BwpSingleAllOfAttributes) SetIsInitialBwp(v IsInitialBwp)

SetIsInitialBwp gets a reference to the given IsInitialBwp and assigns it to the IsInitialBwp field.

func (*BwpSingleAllOfAttributes) SetNumberOfRBs ¶

func (o *BwpSingleAllOfAttributes) SetNumberOfRBs(v int32)

SetNumberOfRBs gets a reference to the given int32 and assigns it to the NumberOfRBs field.

func (*BwpSingleAllOfAttributes) SetStartRB ¶

func (o *BwpSingleAllOfAttributes) SetStartRB(v int32)

SetStartRB gets a reference to the given int32 and assigns it to the StartRB field.

func (*BwpSingleAllOfAttributes) SetSubCarrierSpacing ¶

func (o *BwpSingleAllOfAttributes) SetSubCarrierSpacing(v int32)

SetSubCarrierSpacing gets a reference to the given int32 and assigns it to the SubCarrierSpacing field.

func (BwpSingleAllOfAttributes) ToMap ¶

func (o BwpSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type BwpSingleAllOfAttributesAllOf ¶

type BwpSingleAllOfAttributesAllOf struct {
	BwpContext        *BwpContext   `json:"bwpContext,omitempty"`
	IsInitialBwp      *IsInitialBwp `json:"isInitialBwp,omitempty"`
	SubCarrierSpacing *int32        `json:"subCarrierSpacing,omitempty"`
	CyclicPrefix      *CyclicPrefix `json:"cyclicPrefix,omitempty"`
	StartRB           *int32        `json:"startRB,omitempty"`
	NumberOfRBs       *int32        `json:"numberOfRBs,omitempty"`
}

BwpSingleAllOfAttributesAllOf struct for BwpSingleAllOfAttributesAllOf

func NewBwpSingleAllOfAttributesAllOf ¶

func NewBwpSingleAllOfAttributesAllOf() *BwpSingleAllOfAttributesAllOf

NewBwpSingleAllOfAttributesAllOf instantiates a new BwpSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewBwpSingleAllOfAttributesAllOfWithDefaults ¶

func NewBwpSingleAllOfAttributesAllOfWithDefaults() *BwpSingleAllOfAttributesAllOf

NewBwpSingleAllOfAttributesAllOfWithDefaults instantiates a new BwpSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*BwpSingleAllOfAttributesAllOf) GetBwpContext ¶

func (o *BwpSingleAllOfAttributesAllOf) GetBwpContext() BwpContext

GetBwpContext returns the BwpContext field value if set, zero value otherwise.

func (*BwpSingleAllOfAttributesAllOf) GetBwpContextOk ¶

func (o *BwpSingleAllOfAttributesAllOf) GetBwpContextOk() (*BwpContext, bool)

GetBwpContextOk returns a tuple with the BwpContext field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BwpSingleAllOfAttributesAllOf) GetCyclicPrefix ¶

func (o *BwpSingleAllOfAttributesAllOf) GetCyclicPrefix() CyclicPrefix

GetCyclicPrefix returns the CyclicPrefix field value if set, zero value otherwise.

func (*BwpSingleAllOfAttributesAllOf) GetCyclicPrefixOk ¶

func (o *BwpSingleAllOfAttributesAllOf) GetCyclicPrefixOk() (*CyclicPrefix, bool)

GetCyclicPrefixOk returns a tuple with the CyclicPrefix field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BwpSingleAllOfAttributesAllOf) GetIsInitialBwp ¶

func (o *BwpSingleAllOfAttributesAllOf) GetIsInitialBwp() IsInitialBwp

GetIsInitialBwp returns the IsInitialBwp field value if set, zero value otherwise.

func (*BwpSingleAllOfAttributesAllOf) GetIsInitialBwpOk ¶

func (o *BwpSingleAllOfAttributesAllOf) GetIsInitialBwpOk() (*IsInitialBwp, bool)

GetIsInitialBwpOk returns a tuple with the IsInitialBwp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BwpSingleAllOfAttributesAllOf) GetNumberOfRBs ¶

func (o *BwpSingleAllOfAttributesAllOf) GetNumberOfRBs() int32

GetNumberOfRBs returns the NumberOfRBs field value if set, zero value otherwise.

func (*BwpSingleAllOfAttributesAllOf) GetNumberOfRBsOk ¶

func (o *BwpSingleAllOfAttributesAllOf) GetNumberOfRBsOk() (*int32, bool)

GetNumberOfRBsOk returns a tuple with the NumberOfRBs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BwpSingleAllOfAttributesAllOf) GetStartRB ¶

func (o *BwpSingleAllOfAttributesAllOf) GetStartRB() int32

GetStartRB returns the StartRB field value if set, zero value otherwise.

func (*BwpSingleAllOfAttributesAllOf) GetStartRBOk ¶

func (o *BwpSingleAllOfAttributesAllOf) GetStartRBOk() (*int32, bool)

GetStartRBOk returns a tuple with the StartRB field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BwpSingleAllOfAttributesAllOf) GetSubCarrierSpacing ¶

func (o *BwpSingleAllOfAttributesAllOf) GetSubCarrierSpacing() int32

GetSubCarrierSpacing returns the SubCarrierSpacing field value if set, zero value otherwise.

func (*BwpSingleAllOfAttributesAllOf) GetSubCarrierSpacingOk ¶

func (o *BwpSingleAllOfAttributesAllOf) GetSubCarrierSpacingOk() (*int32, bool)

GetSubCarrierSpacingOk returns a tuple with the SubCarrierSpacing field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BwpSingleAllOfAttributesAllOf) HasBwpContext ¶

func (o *BwpSingleAllOfAttributesAllOf) HasBwpContext() bool

HasBwpContext returns a boolean if a field has been set.

func (*BwpSingleAllOfAttributesAllOf) HasCyclicPrefix ¶

func (o *BwpSingleAllOfAttributesAllOf) HasCyclicPrefix() bool

HasCyclicPrefix returns a boolean if a field has been set.

func (*BwpSingleAllOfAttributesAllOf) HasIsInitialBwp ¶

func (o *BwpSingleAllOfAttributesAllOf) HasIsInitialBwp() bool

HasIsInitialBwp returns a boolean if a field has been set.

func (*BwpSingleAllOfAttributesAllOf) HasNumberOfRBs ¶

func (o *BwpSingleAllOfAttributesAllOf) HasNumberOfRBs() bool

HasNumberOfRBs returns a boolean if a field has been set.

func (*BwpSingleAllOfAttributesAllOf) HasStartRB ¶

func (o *BwpSingleAllOfAttributesAllOf) HasStartRB() bool

HasStartRB returns a boolean if a field has been set.

func (*BwpSingleAllOfAttributesAllOf) HasSubCarrierSpacing ¶

func (o *BwpSingleAllOfAttributesAllOf) HasSubCarrierSpacing() bool

HasSubCarrierSpacing returns a boolean if a field has been set.

func (BwpSingleAllOfAttributesAllOf) MarshalJSON ¶

func (o BwpSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)

func (*BwpSingleAllOfAttributesAllOf) SetBwpContext ¶

func (o *BwpSingleAllOfAttributesAllOf) SetBwpContext(v BwpContext)

SetBwpContext gets a reference to the given BwpContext and assigns it to the BwpContext field.

func (*BwpSingleAllOfAttributesAllOf) SetCyclicPrefix ¶

func (o *BwpSingleAllOfAttributesAllOf) SetCyclicPrefix(v CyclicPrefix)

SetCyclicPrefix gets a reference to the given CyclicPrefix and assigns it to the CyclicPrefix field.

func (*BwpSingleAllOfAttributesAllOf) SetIsInitialBwp ¶

func (o *BwpSingleAllOfAttributesAllOf) SetIsInitialBwp(v IsInitialBwp)

SetIsInitialBwp gets a reference to the given IsInitialBwp and assigns it to the IsInitialBwp field.

func (*BwpSingleAllOfAttributesAllOf) SetNumberOfRBs ¶

func (o *BwpSingleAllOfAttributesAllOf) SetNumberOfRBs(v int32)

SetNumberOfRBs gets a reference to the given int32 and assigns it to the NumberOfRBs field.

func (*BwpSingleAllOfAttributesAllOf) SetStartRB ¶

func (o *BwpSingleAllOfAttributesAllOf) SetStartRB(v int32)

SetStartRB gets a reference to the given int32 and assigns it to the StartRB field.

func (*BwpSingleAllOfAttributesAllOf) SetSubCarrierSpacing ¶

func (o *BwpSingleAllOfAttributesAllOf) SetSubCarrierSpacing(v int32)

SetSubCarrierSpacing gets a reference to the given int32 and assigns it to the SubCarrierSpacing field.

func (BwpSingleAllOfAttributesAllOf) ToMap ¶

func (o BwpSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)

type CCOFunctionSingle ¶

type CCOFunctionSingle struct {
	Top
	Attributes *CCOFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}

CCOFunctionSingle struct for CCOFunctionSingle

func NewCCOFunctionSingle ¶

func NewCCOFunctionSingle(id NullableString) *CCOFunctionSingle

NewCCOFunctionSingle instantiates a new CCOFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCCOFunctionSingleWithDefaults ¶

func NewCCOFunctionSingleWithDefaults() *CCOFunctionSingle

NewCCOFunctionSingleWithDefaults instantiates a new CCOFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CCOFunctionSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*CCOFunctionSingle) GetAttributesOk ¶

func (o *CCOFunctionSingle) GetAttributesOk() (*CCOFunctionSingleAllOfAttributes, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CCOFunctionSingle) HasAttributes ¶

func (o *CCOFunctionSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (CCOFunctionSingle) MarshalJSON ¶

func (o CCOFunctionSingle) MarshalJSON() ([]byte, error)

func (*CCOFunctionSingle) SetAttributes ¶

SetAttributes gets a reference to the given CCOFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (CCOFunctionSingle) ToMap ¶

func (o CCOFunctionSingle) ToMap() (map[string]interface{}, error)

type CCOFunctionSingleAllOf ¶

type CCOFunctionSingleAllOf struct {
	Attributes *CCOFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}

CCOFunctionSingleAllOf struct for CCOFunctionSingleAllOf

func NewCCOFunctionSingleAllOf ¶

func NewCCOFunctionSingleAllOf() *CCOFunctionSingleAllOf

NewCCOFunctionSingleAllOf instantiates a new CCOFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCCOFunctionSingleAllOfWithDefaults ¶

func NewCCOFunctionSingleAllOfWithDefaults() *CCOFunctionSingleAllOf

NewCCOFunctionSingleAllOfWithDefaults instantiates a new CCOFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CCOFunctionSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*CCOFunctionSingleAllOf) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CCOFunctionSingleAllOf) HasAttributes ¶

func (o *CCOFunctionSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (CCOFunctionSingleAllOf) MarshalJSON ¶

func (o CCOFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*CCOFunctionSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given CCOFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (CCOFunctionSingleAllOf) ToMap ¶

func (o CCOFunctionSingleAllOf) ToMap() (map[string]interface{}, error)

type CCOFunctionSingleAllOfAttributes ¶

type CCOFunctionSingleAllOfAttributes struct {
	CCOControl                           *bool                                 `json:"cCOControl,omitempty"`
	CCOWeakCoverageParameters            *CCOWeakCoverageParametersSingle      `json:"cCOWeakCoverageParameters,omitempty"`
	CCOPilotPollutionParameters          *CCOPilotPollutionParametersSingle    `json:"cCOPilotPollutionParameters,omitempty"`
	CCOOvershootCoverageParametersSingle *CCOOvershootCoverageParametersSingle `json:"cCOOvershootCoverageParameters-Single,omitempty"`
}

CCOFunctionSingleAllOfAttributes struct for CCOFunctionSingleAllOfAttributes

func NewCCOFunctionSingleAllOfAttributes ¶

func NewCCOFunctionSingleAllOfAttributes() *CCOFunctionSingleAllOfAttributes

NewCCOFunctionSingleAllOfAttributes instantiates a new CCOFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCCOFunctionSingleAllOfAttributesWithDefaults ¶

func NewCCOFunctionSingleAllOfAttributesWithDefaults() *CCOFunctionSingleAllOfAttributes

NewCCOFunctionSingleAllOfAttributesWithDefaults instantiates a new CCOFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CCOFunctionSingleAllOfAttributes) GetCCOControl ¶

func (o *CCOFunctionSingleAllOfAttributes) GetCCOControl() bool

GetCCOControl returns the CCOControl field value if set, zero value otherwise.

func (*CCOFunctionSingleAllOfAttributes) GetCCOControlOk ¶

func (o *CCOFunctionSingleAllOfAttributes) GetCCOControlOk() (*bool, bool)

GetCCOControlOk returns a tuple with the CCOControl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CCOFunctionSingleAllOfAttributes) GetCCOOvershootCoverageParametersSingle ¶

func (o *CCOFunctionSingleAllOfAttributes) GetCCOOvershootCoverageParametersSingle() CCOOvershootCoverageParametersSingle

GetCCOOvershootCoverageParametersSingle returns the CCOOvershootCoverageParametersSingle field value if set, zero value otherwise.

func (*CCOFunctionSingleAllOfAttributes) GetCCOOvershootCoverageParametersSingleOk ¶

func (o *CCOFunctionSingleAllOfAttributes) GetCCOOvershootCoverageParametersSingleOk() (*CCOOvershootCoverageParametersSingle, bool)

GetCCOOvershootCoverageParametersSingleOk returns a tuple with the CCOOvershootCoverageParametersSingle field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CCOFunctionSingleAllOfAttributes) GetCCOPilotPollutionParameters ¶

func (o *CCOFunctionSingleAllOfAttributes) GetCCOPilotPollutionParameters() CCOPilotPollutionParametersSingle

GetCCOPilotPollutionParameters returns the CCOPilotPollutionParameters field value if set, zero value otherwise.

func (*CCOFunctionSingleAllOfAttributes) GetCCOPilotPollutionParametersOk ¶

func (o *CCOFunctionSingleAllOfAttributes) GetCCOPilotPollutionParametersOk() (*CCOPilotPollutionParametersSingle, bool)

GetCCOPilotPollutionParametersOk returns a tuple with the CCOPilotPollutionParameters field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CCOFunctionSingleAllOfAttributes) GetCCOWeakCoverageParameters ¶

func (o *CCOFunctionSingleAllOfAttributes) GetCCOWeakCoverageParameters() CCOWeakCoverageParametersSingle

GetCCOWeakCoverageParameters returns the CCOWeakCoverageParameters field value if set, zero value otherwise.

func (*CCOFunctionSingleAllOfAttributes) GetCCOWeakCoverageParametersOk ¶

func (o *CCOFunctionSingleAllOfAttributes) GetCCOWeakCoverageParametersOk() (*CCOWeakCoverageParametersSingle, bool)

GetCCOWeakCoverageParametersOk returns a tuple with the CCOWeakCoverageParameters field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CCOFunctionSingleAllOfAttributes) HasCCOControl ¶

func (o *CCOFunctionSingleAllOfAttributes) HasCCOControl() bool

HasCCOControl returns a boolean if a field has been set.

func (*CCOFunctionSingleAllOfAttributes) HasCCOOvershootCoverageParametersSingle ¶

func (o *CCOFunctionSingleAllOfAttributes) HasCCOOvershootCoverageParametersSingle() bool

HasCCOOvershootCoverageParametersSingle returns a boolean if a field has been set.

func (*CCOFunctionSingleAllOfAttributes) HasCCOPilotPollutionParameters ¶

func (o *CCOFunctionSingleAllOfAttributes) HasCCOPilotPollutionParameters() bool

HasCCOPilotPollutionParameters returns a boolean if a field has been set.

func (*CCOFunctionSingleAllOfAttributes) HasCCOWeakCoverageParameters ¶

func (o *CCOFunctionSingleAllOfAttributes) HasCCOWeakCoverageParameters() bool

HasCCOWeakCoverageParameters returns a boolean if a field has been set.

func (CCOFunctionSingleAllOfAttributes) MarshalJSON ¶

func (o CCOFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*CCOFunctionSingleAllOfAttributes) SetCCOControl ¶

func (o *CCOFunctionSingleAllOfAttributes) SetCCOControl(v bool)

SetCCOControl gets a reference to the given bool and assigns it to the CCOControl field.

func (*CCOFunctionSingleAllOfAttributes) SetCCOOvershootCoverageParametersSingle ¶

func (o *CCOFunctionSingleAllOfAttributes) SetCCOOvershootCoverageParametersSingle(v CCOOvershootCoverageParametersSingle)

SetCCOOvershootCoverageParametersSingle gets a reference to the given CCOOvershootCoverageParametersSingle and assigns it to the CCOOvershootCoverageParametersSingle field.

func (*CCOFunctionSingleAllOfAttributes) SetCCOPilotPollutionParameters ¶

func (o *CCOFunctionSingleAllOfAttributes) SetCCOPilotPollutionParameters(v CCOPilotPollutionParametersSingle)

SetCCOPilotPollutionParameters gets a reference to the given CCOPilotPollutionParametersSingle and assigns it to the CCOPilotPollutionParameters field.

func (*CCOFunctionSingleAllOfAttributes) SetCCOWeakCoverageParameters ¶

func (o *CCOFunctionSingleAllOfAttributes) SetCCOWeakCoverageParameters(v CCOWeakCoverageParametersSingle)

SetCCOWeakCoverageParameters gets a reference to the given CCOWeakCoverageParametersSingle and assigns it to the CCOWeakCoverageParameters field.

func (CCOFunctionSingleAllOfAttributes) ToMap ¶

func (o CCOFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type CCOOvershootCoverageParametersSingle ¶

type CCOOvershootCoverageParametersSingle struct {
	CCOParametersAttr
}

CCOOvershootCoverageParametersSingle struct for CCOOvershootCoverageParametersSingle

func NewCCOOvershootCoverageParametersSingle ¶

func NewCCOOvershootCoverageParametersSingle(id NullableString) *CCOOvershootCoverageParametersSingle

NewCCOOvershootCoverageParametersSingle instantiates a new CCOOvershootCoverageParametersSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCCOOvershootCoverageParametersSingleWithDefaults ¶

func NewCCOOvershootCoverageParametersSingleWithDefaults() *CCOOvershootCoverageParametersSingle

NewCCOOvershootCoverageParametersSingleWithDefaults instantiates a new CCOOvershootCoverageParametersSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (CCOOvershootCoverageParametersSingle) MarshalJSON ¶

func (o CCOOvershootCoverageParametersSingle) MarshalJSON() ([]byte, error)

func (CCOOvershootCoverageParametersSingle) ToMap ¶

func (o CCOOvershootCoverageParametersSingle) ToMap() (map[string]interface{}, error)

type CCOParametersAttr ¶

type CCOParametersAttr struct {
	Top
	Attributes *CCOParametersAttrAllOfAttributes `json:"attributes,omitempty"`
}

CCOParametersAttr struct for CCOParametersAttr

func NewCCOParametersAttr ¶

func NewCCOParametersAttr(id NullableString) *CCOParametersAttr

NewCCOParametersAttr instantiates a new CCOParametersAttr object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCCOParametersAttrWithDefaults ¶

func NewCCOParametersAttrWithDefaults() *CCOParametersAttr

NewCCOParametersAttrWithDefaults instantiates a new CCOParametersAttr object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CCOParametersAttr) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*CCOParametersAttr) GetAttributesOk ¶

func (o *CCOParametersAttr) GetAttributesOk() (*CCOParametersAttrAllOfAttributes, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CCOParametersAttr) HasAttributes ¶

func (o *CCOParametersAttr) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (CCOParametersAttr) MarshalJSON ¶

func (o CCOParametersAttr) MarshalJSON() ([]byte, error)

func (*CCOParametersAttr) SetAttributes ¶

SetAttributes gets a reference to the given CCOParametersAttrAllOfAttributes and assigns it to the Attributes field.

func (CCOParametersAttr) ToMap ¶

func (o CCOParametersAttr) ToMap() (map[string]interface{}, error)

type CCOParametersAttrAllOf ¶

type CCOParametersAttrAllOf struct {
	Attributes *CCOParametersAttrAllOfAttributes `json:"attributes,omitempty"`
}

CCOParametersAttrAllOf struct for CCOParametersAttrAllOf

func NewCCOParametersAttrAllOf ¶

func NewCCOParametersAttrAllOf() *CCOParametersAttrAllOf

NewCCOParametersAttrAllOf instantiates a new CCOParametersAttrAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCCOParametersAttrAllOfWithDefaults ¶

func NewCCOParametersAttrAllOfWithDefaults() *CCOParametersAttrAllOf

NewCCOParametersAttrAllOfWithDefaults instantiates a new CCOParametersAttrAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CCOParametersAttrAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*CCOParametersAttrAllOf) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CCOParametersAttrAllOf) HasAttributes ¶

func (o *CCOParametersAttrAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (CCOParametersAttrAllOf) MarshalJSON ¶

func (o CCOParametersAttrAllOf) MarshalJSON() ([]byte, error)

func (*CCOParametersAttrAllOf) SetAttributes ¶

SetAttributes gets a reference to the given CCOParametersAttrAllOfAttributes and assigns it to the Attributes field.

func (CCOParametersAttrAllOf) ToMap ¶

func (o CCOParametersAttrAllOf) ToMap() (map[string]interface{}, error)

type CCOParametersAttrAllOfAttributes ¶

type CCOParametersAttrAllOfAttributes struct {
	CoverageShapeList          *int32          `json:"coverageShapeList,omitempty"`
	DownlinkTransmitPowerRange *ParameterRange `json:"downlinkTransmitPowerRange,omitempty"`
	AntennaTiltRange           *ParameterRange `json:"antennaTiltRange,omitempty"`
	AntennaAzimuthRange        *ParameterRange `json:"antennaAzimuthRange,omitempty"`
	DigitalTiltRange           *ParameterRange `json:"digitalTiltRange,omitempty"`
	DigitalAzimuthRange        *ParameterRange `json:"digitalAzimuthRange,omitempty"`
}

CCOParametersAttrAllOfAttributes struct for CCOParametersAttrAllOfAttributes

func NewCCOParametersAttrAllOfAttributes ¶

func NewCCOParametersAttrAllOfAttributes() *CCOParametersAttrAllOfAttributes

NewCCOParametersAttrAllOfAttributes instantiates a new CCOParametersAttrAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCCOParametersAttrAllOfAttributesWithDefaults ¶

func NewCCOParametersAttrAllOfAttributesWithDefaults() *CCOParametersAttrAllOfAttributes

NewCCOParametersAttrAllOfAttributesWithDefaults instantiates a new CCOParametersAttrAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CCOParametersAttrAllOfAttributes) GetAntennaAzimuthRange ¶

func (o *CCOParametersAttrAllOfAttributes) GetAntennaAzimuthRange() ParameterRange

GetAntennaAzimuthRange returns the AntennaAzimuthRange field value if set, zero value otherwise.

func (*CCOParametersAttrAllOfAttributes) GetAntennaAzimuthRangeOk ¶

func (o *CCOParametersAttrAllOfAttributes) GetAntennaAzimuthRangeOk() (*ParameterRange, bool)

GetAntennaAzimuthRangeOk returns a tuple with the AntennaAzimuthRange field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CCOParametersAttrAllOfAttributes) GetAntennaTiltRange ¶

func (o *CCOParametersAttrAllOfAttributes) GetAntennaTiltRange() ParameterRange

GetAntennaTiltRange returns the AntennaTiltRange field value if set, zero value otherwise.

func (*CCOParametersAttrAllOfAttributes) GetAntennaTiltRangeOk ¶

func (o *CCOParametersAttrAllOfAttributes) GetAntennaTiltRangeOk() (*ParameterRange, bool)

GetAntennaTiltRangeOk returns a tuple with the AntennaTiltRange field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CCOParametersAttrAllOfAttributes) GetCoverageShapeList ¶

func (o *CCOParametersAttrAllOfAttributes) GetCoverageShapeList() int32

GetCoverageShapeList returns the CoverageShapeList field value if set, zero value otherwise.

func (*CCOParametersAttrAllOfAttributes) GetCoverageShapeListOk ¶

func (o *CCOParametersAttrAllOfAttributes) GetCoverageShapeListOk() (*int32, bool)

GetCoverageShapeListOk returns a tuple with the CoverageShapeList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CCOParametersAttrAllOfAttributes) GetDigitalAzimuthRange ¶

func (o *CCOParametersAttrAllOfAttributes) GetDigitalAzimuthRange() ParameterRange

GetDigitalAzimuthRange returns the DigitalAzimuthRange field value if set, zero value otherwise.

func (*CCOParametersAttrAllOfAttributes) GetDigitalAzimuthRangeOk ¶

func (o *CCOParametersAttrAllOfAttributes) GetDigitalAzimuthRangeOk() (*ParameterRange, bool)

GetDigitalAzimuthRangeOk returns a tuple with the DigitalAzimuthRange field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CCOParametersAttrAllOfAttributes) GetDigitalTiltRange ¶

func (o *CCOParametersAttrAllOfAttributes) GetDigitalTiltRange() ParameterRange

GetDigitalTiltRange returns the DigitalTiltRange field value if set, zero value otherwise.

func (*CCOParametersAttrAllOfAttributes) GetDigitalTiltRangeOk ¶

func (o *CCOParametersAttrAllOfAttributes) GetDigitalTiltRangeOk() (*ParameterRange, bool)

GetDigitalTiltRangeOk returns a tuple with the DigitalTiltRange field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CCOParametersAttrAllOfAttributes) GetDownlinkTransmitPowerRange ¶

func (o *CCOParametersAttrAllOfAttributes) GetDownlinkTransmitPowerRange() ParameterRange

GetDownlinkTransmitPowerRange returns the DownlinkTransmitPowerRange field value if set, zero value otherwise.

func (*CCOParametersAttrAllOfAttributes) GetDownlinkTransmitPowerRangeOk ¶

func (o *CCOParametersAttrAllOfAttributes) GetDownlinkTransmitPowerRangeOk() (*ParameterRange, bool)

GetDownlinkTransmitPowerRangeOk returns a tuple with the DownlinkTransmitPowerRange field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CCOParametersAttrAllOfAttributes) HasAntennaAzimuthRange ¶

func (o *CCOParametersAttrAllOfAttributes) HasAntennaAzimuthRange() bool

HasAntennaAzimuthRange returns a boolean if a field has been set.

func (*CCOParametersAttrAllOfAttributes) HasAntennaTiltRange ¶

func (o *CCOParametersAttrAllOfAttributes) HasAntennaTiltRange() bool

HasAntennaTiltRange returns a boolean if a field has been set.

func (*CCOParametersAttrAllOfAttributes) HasCoverageShapeList ¶

func (o *CCOParametersAttrAllOfAttributes) HasCoverageShapeList() bool

HasCoverageShapeList returns a boolean if a field has been set.

func (*CCOParametersAttrAllOfAttributes) HasDigitalAzimuthRange ¶

func (o *CCOParametersAttrAllOfAttributes) HasDigitalAzimuthRange() bool

HasDigitalAzimuthRange returns a boolean if a field has been set.

func (*CCOParametersAttrAllOfAttributes) HasDigitalTiltRange ¶

func (o *CCOParametersAttrAllOfAttributes) HasDigitalTiltRange() bool

HasDigitalTiltRange returns a boolean if a field has been set.

func (*CCOParametersAttrAllOfAttributes) HasDownlinkTransmitPowerRange ¶

func (o *CCOParametersAttrAllOfAttributes) HasDownlinkTransmitPowerRange() bool

HasDownlinkTransmitPowerRange returns a boolean if a field has been set.

func (CCOParametersAttrAllOfAttributes) MarshalJSON ¶

func (o CCOParametersAttrAllOfAttributes) MarshalJSON() ([]byte, error)

func (*CCOParametersAttrAllOfAttributes) SetAntennaAzimuthRange ¶

func (o *CCOParametersAttrAllOfAttributes) SetAntennaAzimuthRange(v ParameterRange)

SetAntennaAzimuthRange gets a reference to the given ParameterRange and assigns it to the AntennaAzimuthRange field.

func (*CCOParametersAttrAllOfAttributes) SetAntennaTiltRange ¶

func (o *CCOParametersAttrAllOfAttributes) SetAntennaTiltRange(v ParameterRange)

SetAntennaTiltRange gets a reference to the given ParameterRange and assigns it to the AntennaTiltRange field.

func (*CCOParametersAttrAllOfAttributes) SetCoverageShapeList ¶

func (o *CCOParametersAttrAllOfAttributes) SetCoverageShapeList(v int32)

SetCoverageShapeList gets a reference to the given int32 and assigns it to the CoverageShapeList field.

func (*CCOParametersAttrAllOfAttributes) SetDigitalAzimuthRange ¶

func (o *CCOParametersAttrAllOfAttributes) SetDigitalAzimuthRange(v ParameterRange)

SetDigitalAzimuthRange gets a reference to the given ParameterRange and assigns it to the DigitalAzimuthRange field.

func (*CCOParametersAttrAllOfAttributes) SetDigitalTiltRange ¶

func (o *CCOParametersAttrAllOfAttributes) SetDigitalTiltRange(v ParameterRange)

SetDigitalTiltRange gets a reference to the given ParameterRange and assigns it to the DigitalTiltRange field.

func (*CCOParametersAttrAllOfAttributes) SetDownlinkTransmitPowerRange ¶

func (o *CCOParametersAttrAllOfAttributes) SetDownlinkTransmitPowerRange(v ParameterRange)

SetDownlinkTransmitPowerRange gets a reference to the given ParameterRange and assigns it to the DownlinkTransmitPowerRange field.

func (CCOParametersAttrAllOfAttributes) ToMap ¶

func (o CCOParametersAttrAllOfAttributes) ToMap() (map[string]interface{}, error)

type CCOPilotPollutionParametersSingle ¶

type CCOPilotPollutionParametersSingle struct {
	CCOParametersAttr
}

CCOPilotPollutionParametersSingle struct for CCOPilotPollutionParametersSingle

func NewCCOPilotPollutionParametersSingle ¶

func NewCCOPilotPollutionParametersSingle(id NullableString) *CCOPilotPollutionParametersSingle

NewCCOPilotPollutionParametersSingle instantiates a new CCOPilotPollutionParametersSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCCOPilotPollutionParametersSingleWithDefaults ¶

func NewCCOPilotPollutionParametersSingleWithDefaults() *CCOPilotPollutionParametersSingle

NewCCOPilotPollutionParametersSingleWithDefaults instantiates a new CCOPilotPollutionParametersSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (CCOPilotPollutionParametersSingle) MarshalJSON ¶

func (o CCOPilotPollutionParametersSingle) MarshalJSON() ([]byte, error)

func (CCOPilotPollutionParametersSingle) ToMap ¶

func (o CCOPilotPollutionParametersSingle) ToMap() (map[string]interface{}, error)

type CCOWeakCoverageParametersSingle ¶

type CCOWeakCoverageParametersSingle struct {
	CCOParametersAttr
}

CCOWeakCoverageParametersSingle struct for CCOWeakCoverageParametersSingle

func NewCCOWeakCoverageParametersSingle ¶

func NewCCOWeakCoverageParametersSingle(id NullableString) *CCOWeakCoverageParametersSingle

NewCCOWeakCoverageParametersSingle instantiates a new CCOWeakCoverageParametersSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCCOWeakCoverageParametersSingleWithDefaults ¶

func NewCCOWeakCoverageParametersSingleWithDefaults() *CCOWeakCoverageParametersSingle

NewCCOWeakCoverageParametersSingleWithDefaults instantiates a new CCOWeakCoverageParametersSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (CCOWeakCoverageParametersSingle) MarshalJSON ¶

func (o CCOWeakCoverageParametersSingle) MarshalJSON() ([]byte, error)

func (CCOWeakCoverageParametersSingle) ToMap ¶

func (o CCOWeakCoverageParametersSingle) ToMap() (map[string]interface{}, error)

type CESManagementFunctionSingle ¶

type CESManagementFunctionSingle struct {
	Top
	Attributes *CESManagementFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}

CESManagementFunctionSingle struct for CESManagementFunctionSingle

func NewCESManagementFunctionSingle ¶

func NewCESManagementFunctionSingle(id NullableString) *CESManagementFunctionSingle

NewCESManagementFunctionSingle instantiates a new CESManagementFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCESManagementFunctionSingleWithDefaults ¶

func NewCESManagementFunctionSingleWithDefaults() *CESManagementFunctionSingle

NewCESManagementFunctionSingleWithDefaults instantiates a new CESManagementFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CESManagementFunctionSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*CESManagementFunctionSingle) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CESManagementFunctionSingle) HasAttributes ¶

func (o *CESManagementFunctionSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (CESManagementFunctionSingle) MarshalJSON ¶

func (o CESManagementFunctionSingle) MarshalJSON() ([]byte, error)

func (*CESManagementFunctionSingle) SetAttributes ¶

SetAttributes gets a reference to the given CESManagementFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (CESManagementFunctionSingle) ToMap ¶

func (o CESManagementFunctionSingle) ToMap() (map[string]interface{}, error)

type CESManagementFunctionSingleAllOf ¶

type CESManagementFunctionSingleAllOf struct {
	Attributes *CESManagementFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}

CESManagementFunctionSingleAllOf struct for CESManagementFunctionSingleAllOf

func NewCESManagementFunctionSingleAllOf ¶

func NewCESManagementFunctionSingleAllOf() *CESManagementFunctionSingleAllOf

NewCESManagementFunctionSingleAllOf instantiates a new CESManagementFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCESManagementFunctionSingleAllOfWithDefaults ¶

func NewCESManagementFunctionSingleAllOfWithDefaults() *CESManagementFunctionSingleAllOf

NewCESManagementFunctionSingleAllOfWithDefaults instantiates a new CESManagementFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CESManagementFunctionSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*CESManagementFunctionSingleAllOf) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CESManagementFunctionSingleAllOf) HasAttributes ¶

func (o *CESManagementFunctionSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (CESManagementFunctionSingleAllOf) MarshalJSON ¶

func (o CESManagementFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*CESManagementFunctionSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given CESManagementFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (CESManagementFunctionSingleAllOf) ToMap ¶

func (o CESManagementFunctionSingleAllOf) ToMap() (map[string]interface{}, error)

type CESManagementFunctionSingleAllOfAttributes ¶

type CESManagementFunctionSingleAllOfAttributes struct {
	CesSwitch                                          *bool                                               `json:"cesSwitch,omitempty"`
	IntraRatEsActivationOriginalCellLoadParameters     *IntraRatEsActivationOriginalCellLoadParameters     `json:"intraRatEsActivationOriginalCellLoadParameters,omitempty"`
	IntraRatEsActivationCandidateCellsLoadParameters   *IntraRatEsActivationCandidateCellsLoadParameters   `json:"intraRatEsActivationCandidateCellsLoadParameters,omitempty"`
	IntraRatEsDeactivationCandidateCellsLoadParameters *IntraRatEsDeactivationCandidateCellsLoadParameters `json:"intraRatEsDeactivationCandidateCellsLoadParameters,omitempty"`
	EsNotAllowedTimePeriod                             *EsNotAllowedTimePeriod                             `json:"esNotAllowedTimePeriod,omitempty"`
	InterRatEsActivationOriginalCellParameters         *IntraRatEsActivationOriginalCellLoadParameters     `json:"interRatEsActivationOriginalCellParameters,omitempty"`
	InterRatEsActivationCandidateCellParameters        *IntraRatEsActivationOriginalCellLoadParameters     `json:"interRatEsActivationCandidateCellParameters,omitempty"`
	InterRatEsDeactivationCandidateCellParameters      *IntraRatEsActivationOriginalCellLoadParameters     `json:"interRatEsDeactivationCandidateCellParameters,omitempty"`
	EnergySavingControl                                *string                                             `json:"energySavingControl,omitempty"`
	EnergySavingState                                  *string                                             `json:"energySavingState,omitempty"`
}

CESManagementFunctionSingleAllOfAttributes struct for CESManagementFunctionSingleAllOfAttributes

func NewCESManagementFunctionSingleAllOfAttributes ¶

func NewCESManagementFunctionSingleAllOfAttributes() *CESManagementFunctionSingleAllOfAttributes

NewCESManagementFunctionSingleAllOfAttributes instantiates a new CESManagementFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCESManagementFunctionSingleAllOfAttributesWithDefaults ¶

func NewCESManagementFunctionSingleAllOfAttributesWithDefaults() *CESManagementFunctionSingleAllOfAttributes

NewCESManagementFunctionSingleAllOfAttributesWithDefaults instantiates a new CESManagementFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CESManagementFunctionSingleAllOfAttributes) GetCesSwitch ¶

GetCesSwitch returns the CesSwitch field value if set, zero value otherwise.

func (*CESManagementFunctionSingleAllOfAttributes) GetCesSwitchOk ¶

func (o *CESManagementFunctionSingleAllOfAttributes) GetCesSwitchOk() (*bool, bool)

GetCesSwitchOk returns a tuple with the CesSwitch field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CESManagementFunctionSingleAllOfAttributes) GetEnergySavingControl ¶

func (o *CESManagementFunctionSingleAllOfAttributes) GetEnergySavingControl() string

GetEnergySavingControl returns the EnergySavingControl field value if set, zero value otherwise.

func (*CESManagementFunctionSingleAllOfAttributes) GetEnergySavingControlOk ¶

func (o *CESManagementFunctionSingleAllOfAttributes) GetEnergySavingControlOk() (*string, bool)

GetEnergySavingControlOk returns a tuple with the EnergySavingControl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CESManagementFunctionSingleAllOfAttributes) GetEnergySavingState ¶

func (o *CESManagementFunctionSingleAllOfAttributes) GetEnergySavingState() string

GetEnergySavingState returns the EnergySavingState field value if set, zero value otherwise.

func (*CESManagementFunctionSingleAllOfAttributes) GetEnergySavingStateOk ¶

func (o *CESManagementFunctionSingleAllOfAttributes) GetEnergySavingStateOk() (*string, bool)

GetEnergySavingStateOk returns a tuple with the EnergySavingState field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CESManagementFunctionSingleAllOfAttributes) GetEsNotAllowedTimePeriod ¶

GetEsNotAllowedTimePeriod returns the EsNotAllowedTimePeriod field value if set, zero value otherwise.

func (*CESManagementFunctionSingleAllOfAttributes) GetEsNotAllowedTimePeriodOk ¶

func (o *CESManagementFunctionSingleAllOfAttributes) GetEsNotAllowedTimePeriodOk() (*EsNotAllowedTimePeriod, bool)

GetEsNotAllowedTimePeriodOk returns a tuple with the EsNotAllowedTimePeriod field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CESManagementFunctionSingleAllOfAttributes) GetInterRatEsActivationCandidateCellParameters ¶

func (o *CESManagementFunctionSingleAllOfAttributes) GetInterRatEsActivationCandidateCellParameters() IntraRatEsActivationOriginalCellLoadParameters

GetInterRatEsActivationCandidateCellParameters returns the InterRatEsActivationCandidateCellParameters field value if set, zero value otherwise.

func (*CESManagementFunctionSingleAllOfAttributes) GetInterRatEsActivationCandidateCellParametersOk ¶

func (o *CESManagementFunctionSingleAllOfAttributes) GetInterRatEsActivationCandidateCellParametersOk() (*IntraRatEsActivationOriginalCellLoadParameters, bool)

GetInterRatEsActivationCandidateCellParametersOk returns a tuple with the InterRatEsActivationCandidateCellParameters field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CESManagementFunctionSingleAllOfAttributes) GetInterRatEsActivationOriginalCellParameters ¶

func (o *CESManagementFunctionSingleAllOfAttributes) GetInterRatEsActivationOriginalCellParameters() IntraRatEsActivationOriginalCellLoadParameters

GetInterRatEsActivationOriginalCellParameters returns the InterRatEsActivationOriginalCellParameters field value if set, zero value otherwise.

func (*CESManagementFunctionSingleAllOfAttributes) GetInterRatEsActivationOriginalCellParametersOk ¶

func (o *CESManagementFunctionSingleAllOfAttributes) GetInterRatEsActivationOriginalCellParametersOk() (*IntraRatEsActivationOriginalCellLoadParameters, bool)

GetInterRatEsActivationOriginalCellParametersOk returns a tuple with the InterRatEsActivationOriginalCellParameters field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CESManagementFunctionSingleAllOfAttributes) GetInterRatEsDeactivationCandidateCellParameters ¶

func (o *CESManagementFunctionSingleAllOfAttributes) GetInterRatEsDeactivationCandidateCellParameters() IntraRatEsActivationOriginalCellLoadParameters

GetInterRatEsDeactivationCandidateCellParameters returns the InterRatEsDeactivationCandidateCellParameters field value if set, zero value otherwise.

func (*CESManagementFunctionSingleAllOfAttributes) GetInterRatEsDeactivationCandidateCellParametersOk ¶

func (o *CESManagementFunctionSingleAllOfAttributes) GetInterRatEsDeactivationCandidateCellParametersOk() (*IntraRatEsActivationOriginalCellLoadParameters, bool)

GetInterRatEsDeactivationCandidateCellParametersOk returns a tuple with the InterRatEsDeactivationCandidateCellParameters field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CESManagementFunctionSingleAllOfAttributes) GetIntraRatEsActivationCandidateCellsLoadParameters ¶

func (o *CESManagementFunctionSingleAllOfAttributes) GetIntraRatEsActivationCandidateCellsLoadParameters() IntraRatEsActivationCandidateCellsLoadParameters

GetIntraRatEsActivationCandidateCellsLoadParameters returns the IntraRatEsActivationCandidateCellsLoadParameters field value if set, zero value otherwise.

func (*CESManagementFunctionSingleAllOfAttributes) GetIntraRatEsActivationCandidateCellsLoadParametersOk ¶

func (o *CESManagementFunctionSingleAllOfAttributes) GetIntraRatEsActivationCandidateCellsLoadParametersOk() (*IntraRatEsActivationCandidateCellsLoadParameters, bool)

GetIntraRatEsActivationCandidateCellsLoadParametersOk returns a tuple with the IntraRatEsActivationCandidateCellsLoadParameters field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CESManagementFunctionSingleAllOfAttributes) GetIntraRatEsActivationOriginalCellLoadParameters ¶

func (o *CESManagementFunctionSingleAllOfAttributes) GetIntraRatEsActivationOriginalCellLoadParameters() IntraRatEsActivationOriginalCellLoadParameters

GetIntraRatEsActivationOriginalCellLoadParameters returns the IntraRatEsActivationOriginalCellLoadParameters field value if set, zero value otherwise.

func (*CESManagementFunctionSingleAllOfAttributes) GetIntraRatEsActivationOriginalCellLoadParametersOk ¶

func (o *CESManagementFunctionSingleAllOfAttributes) GetIntraRatEsActivationOriginalCellLoadParametersOk() (*IntraRatEsActivationOriginalCellLoadParameters, bool)

GetIntraRatEsActivationOriginalCellLoadParametersOk returns a tuple with the IntraRatEsActivationOriginalCellLoadParameters field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CESManagementFunctionSingleAllOfAttributes) GetIntraRatEsDeactivationCandidateCellsLoadParameters ¶

func (o *CESManagementFunctionSingleAllOfAttributes) GetIntraRatEsDeactivationCandidateCellsLoadParameters() IntraRatEsDeactivationCandidateCellsLoadParameters

GetIntraRatEsDeactivationCandidateCellsLoadParameters returns the IntraRatEsDeactivationCandidateCellsLoadParameters field value if set, zero value otherwise.

func (*CESManagementFunctionSingleAllOfAttributes) GetIntraRatEsDeactivationCandidateCellsLoadParametersOk ¶

func (o *CESManagementFunctionSingleAllOfAttributes) GetIntraRatEsDeactivationCandidateCellsLoadParametersOk() (*IntraRatEsDeactivationCandidateCellsLoadParameters, bool)

GetIntraRatEsDeactivationCandidateCellsLoadParametersOk returns a tuple with the IntraRatEsDeactivationCandidateCellsLoadParameters field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CESManagementFunctionSingleAllOfAttributes) HasCesSwitch ¶

HasCesSwitch returns a boolean if a field has been set.

func (*CESManagementFunctionSingleAllOfAttributes) HasEnergySavingControl ¶

func (o *CESManagementFunctionSingleAllOfAttributes) HasEnergySavingControl() bool

HasEnergySavingControl returns a boolean if a field has been set.

func (*CESManagementFunctionSingleAllOfAttributes) HasEnergySavingState ¶

func (o *CESManagementFunctionSingleAllOfAttributes) HasEnergySavingState() bool

HasEnergySavingState returns a boolean if a field has been set.

func (*CESManagementFunctionSingleAllOfAttributes) HasEsNotAllowedTimePeriod ¶

func (o *CESManagementFunctionSingleAllOfAttributes) HasEsNotAllowedTimePeriod() bool

HasEsNotAllowedTimePeriod returns a boolean if a field has been set.

func (*CESManagementFunctionSingleAllOfAttributes) HasInterRatEsActivationCandidateCellParameters ¶

func (o *CESManagementFunctionSingleAllOfAttributes) HasInterRatEsActivationCandidateCellParameters() bool

HasInterRatEsActivationCandidateCellParameters returns a boolean if a field has been set.

func (*CESManagementFunctionSingleAllOfAttributes) HasInterRatEsActivationOriginalCellParameters ¶

func (o *CESManagementFunctionSingleAllOfAttributes) HasInterRatEsActivationOriginalCellParameters() bool

HasInterRatEsActivationOriginalCellParameters returns a boolean if a field has been set.

func (*CESManagementFunctionSingleAllOfAttributes) HasInterRatEsDeactivationCandidateCellParameters ¶

func (o *CESManagementFunctionSingleAllOfAttributes) HasInterRatEsDeactivationCandidateCellParameters() bool

HasInterRatEsDeactivationCandidateCellParameters returns a boolean if a field has been set.

func (*CESManagementFunctionSingleAllOfAttributes) HasIntraRatEsActivationCandidateCellsLoadParameters ¶

func (o *CESManagementFunctionSingleAllOfAttributes) HasIntraRatEsActivationCandidateCellsLoadParameters() bool

HasIntraRatEsActivationCandidateCellsLoadParameters returns a boolean if a field has been set.

func (*CESManagementFunctionSingleAllOfAttributes) HasIntraRatEsActivationOriginalCellLoadParameters ¶

func (o *CESManagementFunctionSingleAllOfAttributes) HasIntraRatEsActivationOriginalCellLoadParameters() bool

HasIntraRatEsActivationOriginalCellLoadParameters returns a boolean if a field has been set.

func (*CESManagementFunctionSingleAllOfAttributes) HasIntraRatEsDeactivationCandidateCellsLoadParameters ¶

func (o *CESManagementFunctionSingleAllOfAttributes) HasIntraRatEsDeactivationCandidateCellsLoadParameters() bool

HasIntraRatEsDeactivationCandidateCellsLoadParameters returns a boolean if a field has been set.

func (CESManagementFunctionSingleAllOfAttributes) MarshalJSON ¶

func (*CESManagementFunctionSingleAllOfAttributes) SetCesSwitch ¶

SetCesSwitch gets a reference to the given bool and assigns it to the CesSwitch field.

func (*CESManagementFunctionSingleAllOfAttributes) SetEnergySavingControl ¶

func (o *CESManagementFunctionSingleAllOfAttributes) SetEnergySavingControl(v string)

SetEnergySavingControl gets a reference to the given string and assigns it to the EnergySavingControl field.

func (*CESManagementFunctionSingleAllOfAttributes) SetEnergySavingState ¶

func (o *CESManagementFunctionSingleAllOfAttributes) SetEnergySavingState(v string)

SetEnergySavingState gets a reference to the given string and assigns it to the EnergySavingState field.

func (*CESManagementFunctionSingleAllOfAttributes) SetEsNotAllowedTimePeriod ¶

SetEsNotAllowedTimePeriod gets a reference to the given EsNotAllowedTimePeriod and assigns it to the EsNotAllowedTimePeriod field.

func (*CESManagementFunctionSingleAllOfAttributes) SetInterRatEsActivationCandidateCellParameters ¶

func (o *CESManagementFunctionSingleAllOfAttributes) SetInterRatEsActivationCandidateCellParameters(v IntraRatEsActivationOriginalCellLoadParameters)

SetInterRatEsActivationCandidateCellParameters gets a reference to the given IntraRatEsActivationOriginalCellLoadParameters and assigns it to the InterRatEsActivationCandidateCellParameters field.

func (*CESManagementFunctionSingleAllOfAttributes) SetInterRatEsActivationOriginalCellParameters ¶

func (o *CESManagementFunctionSingleAllOfAttributes) SetInterRatEsActivationOriginalCellParameters(v IntraRatEsActivationOriginalCellLoadParameters)

SetInterRatEsActivationOriginalCellParameters gets a reference to the given IntraRatEsActivationOriginalCellLoadParameters and assigns it to the InterRatEsActivationOriginalCellParameters field.

func (*CESManagementFunctionSingleAllOfAttributes) SetInterRatEsDeactivationCandidateCellParameters ¶

func (o *CESManagementFunctionSingleAllOfAttributes) SetInterRatEsDeactivationCandidateCellParameters(v IntraRatEsActivationOriginalCellLoadParameters)

SetInterRatEsDeactivationCandidateCellParameters gets a reference to the given IntraRatEsActivationOriginalCellLoadParameters and assigns it to the InterRatEsDeactivationCandidateCellParameters field.

func (*CESManagementFunctionSingleAllOfAttributes) SetIntraRatEsActivationCandidateCellsLoadParameters ¶

func (o *CESManagementFunctionSingleAllOfAttributes) SetIntraRatEsActivationCandidateCellsLoadParameters(v IntraRatEsActivationCandidateCellsLoadParameters)

SetIntraRatEsActivationCandidateCellsLoadParameters gets a reference to the given IntraRatEsActivationCandidateCellsLoadParameters and assigns it to the IntraRatEsActivationCandidateCellsLoadParameters field.

func (*CESManagementFunctionSingleAllOfAttributes) SetIntraRatEsActivationOriginalCellLoadParameters ¶

func (o *CESManagementFunctionSingleAllOfAttributes) SetIntraRatEsActivationOriginalCellLoadParameters(v IntraRatEsActivationOriginalCellLoadParameters)

SetIntraRatEsActivationOriginalCellLoadParameters gets a reference to the given IntraRatEsActivationOriginalCellLoadParameters and assigns it to the IntraRatEsActivationOriginalCellLoadParameters field.

func (*CESManagementFunctionSingleAllOfAttributes) SetIntraRatEsDeactivationCandidateCellsLoadParameters ¶

func (o *CESManagementFunctionSingleAllOfAttributes) SetIntraRatEsDeactivationCandidateCellsLoadParameters(v IntraRatEsDeactivationCandidateCellsLoadParameters)

SetIntraRatEsDeactivationCandidateCellsLoadParameters gets a reference to the given IntraRatEsDeactivationCandidateCellsLoadParameters and assigns it to the IntraRatEsDeactivationCandidateCellsLoadParameters field.

func (CESManagementFunctionSingleAllOfAttributes) ToMap ¶

func (o CESManagementFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type CNSliceSubnetProfile ¶

type CNSliceSubnetProfile struct {
	MaxNumberofUEs         *int32                  `json:"maxNumberofUEs,omitempty"`
	DLLatency              *float32                `json:"dLLatency,omitempty"`
	ULLatency              *float32                `json:"uLLatency,omitempty"`
	DLThptPerSliceSubnet   *XLThpt                 `json:"dLThptPerSliceSubnet,omitempty"`
	DLThptPerUE            *XLThpt                 `json:"dLThptPerUE,omitempty"`
	ULThptPerSliceSubnet   *XLThpt                 `json:"uLThptPerSliceSubnet,omitempty"`
	ULThptPerUE            *XLThpt                 `json:"uLThptPerUE,omitempty"`
	MaxNumberOfPDUSessions *int32                  `json:"maxNumberOfPDUSessions,omitempty"`
	CoverageAreaTAList     []int32                 `json:"coverageAreaTAList,omitempty"`
	ResourceSharingLevel   *SharingLevel           `json:"resourceSharingLevel,omitempty"`
	DLMaxPktSize           *int32                  `json:"dLMaxPktSize,omitempty"`
	ULMaxPktSize           *int32                  `json:"uLMaxPktSize,omitempty"`
	DelayTolerance         *DelayTolerance         `json:"delayTolerance,omitempty"`
	Synchronicity          *SynchronicityRANSubnet `json:"synchronicity,omitempty"`
	SliceSimultaneousUse   *SliceSimultaneousUse   `json:"sliceSimultaneousUse,omitempty"`
	Reliability            *float32                `json:"reliability,omitempty"`
	EnergyEfficiency       *float32                `json:"energyEfficiency,omitempty"`
	DLDeterministicComm    *DeterministicComm      `json:"dLDeterministicComm,omitempty"`
	ULDeterministicComm    *DeterministicComm      `json:"uLDeterministicComm,omitempty"`
	SurvivalTime           *float32                `json:"survivalTime,omitempty"`
	NssaaSupport           *NSSAASupport           `json:"nssaaSupport,omitempty"`
	N6Protection           *N6Protection           `json:"n6Protection,omitempty"`
}

CNSliceSubnetProfile struct for CNSliceSubnetProfile

func NewCNSliceSubnetProfile ¶

func NewCNSliceSubnetProfile() *CNSliceSubnetProfile

NewCNSliceSubnetProfile instantiates a new CNSliceSubnetProfile object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCNSliceSubnetProfileWithDefaults ¶

func NewCNSliceSubnetProfileWithDefaults() *CNSliceSubnetProfile

NewCNSliceSubnetProfileWithDefaults instantiates a new CNSliceSubnetProfile object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CNSliceSubnetProfile) GetCoverageAreaTAList ¶

func (o *CNSliceSubnetProfile) GetCoverageAreaTAList() []int32

GetCoverageAreaTAList returns the CoverageAreaTAList field value if set, zero value otherwise.

func (*CNSliceSubnetProfile) GetCoverageAreaTAListOk ¶

func (o *CNSliceSubnetProfile) GetCoverageAreaTAListOk() ([]int32, bool)

GetCoverageAreaTAListOk returns a tuple with the CoverageAreaTAList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CNSliceSubnetProfile) GetDLDeterministicComm ¶

func (o *CNSliceSubnetProfile) GetDLDeterministicComm() DeterministicComm

GetDLDeterministicComm returns the DLDeterministicComm field value if set, zero value otherwise.

func (*CNSliceSubnetProfile) GetDLDeterministicCommOk ¶

func (o *CNSliceSubnetProfile) GetDLDeterministicCommOk() (*DeterministicComm, bool)

GetDLDeterministicCommOk returns a tuple with the DLDeterministicComm field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CNSliceSubnetProfile) GetDLLatency ¶

func (o *CNSliceSubnetProfile) GetDLLatency() float32

GetDLLatency returns the DLLatency field value if set, zero value otherwise.

func (*CNSliceSubnetProfile) GetDLLatencyOk ¶

func (o *CNSliceSubnetProfile) GetDLLatencyOk() (*float32, bool)

GetDLLatencyOk returns a tuple with the DLLatency field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CNSliceSubnetProfile) GetDLMaxPktSize ¶

func (o *CNSliceSubnetProfile) GetDLMaxPktSize() int32

GetDLMaxPktSize returns the DLMaxPktSize field value if set, zero value otherwise.

func (*CNSliceSubnetProfile) GetDLMaxPktSizeOk ¶

func (o *CNSliceSubnetProfile) GetDLMaxPktSizeOk() (*int32, bool)

GetDLMaxPktSizeOk returns a tuple with the DLMaxPktSize field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CNSliceSubnetProfile) GetDLThptPerSliceSubnet ¶

func (o *CNSliceSubnetProfile) GetDLThptPerSliceSubnet() XLThpt

GetDLThptPerSliceSubnet returns the DLThptPerSliceSubnet field value if set, zero value otherwise.

func (*CNSliceSubnetProfile) GetDLThptPerSliceSubnetOk ¶

func (o *CNSliceSubnetProfile) GetDLThptPerSliceSubnetOk() (*XLThpt, bool)

GetDLThptPerSliceSubnetOk returns a tuple with the DLThptPerSliceSubnet field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CNSliceSubnetProfile) GetDLThptPerUE ¶

func (o *CNSliceSubnetProfile) GetDLThptPerUE() XLThpt

GetDLThptPerUE returns the DLThptPerUE field value if set, zero value otherwise.

func (*CNSliceSubnetProfile) GetDLThptPerUEOk ¶

func (o *CNSliceSubnetProfile) GetDLThptPerUEOk() (*XLThpt, bool)

GetDLThptPerUEOk returns a tuple with the DLThptPerUE field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CNSliceSubnetProfile) GetDelayTolerance ¶

func (o *CNSliceSubnetProfile) GetDelayTolerance() DelayTolerance

GetDelayTolerance returns the DelayTolerance field value if set, zero value otherwise.

func (*CNSliceSubnetProfile) GetDelayToleranceOk ¶

func (o *CNSliceSubnetProfile) GetDelayToleranceOk() (*DelayTolerance, bool)

GetDelayToleranceOk returns a tuple with the DelayTolerance field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CNSliceSubnetProfile) GetEnergyEfficiency ¶

func (o *CNSliceSubnetProfile) GetEnergyEfficiency() float32

GetEnergyEfficiency returns the EnergyEfficiency field value if set, zero value otherwise.

func (*CNSliceSubnetProfile) GetEnergyEfficiencyOk ¶

func (o *CNSliceSubnetProfile) GetEnergyEfficiencyOk() (*float32, bool)

GetEnergyEfficiencyOk returns a tuple with the EnergyEfficiency field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CNSliceSubnetProfile) GetMaxNumberOfPDUSessions ¶

func (o *CNSliceSubnetProfile) GetMaxNumberOfPDUSessions() int32

GetMaxNumberOfPDUSessions returns the MaxNumberOfPDUSessions field value if set, zero value otherwise.

func (*CNSliceSubnetProfile) GetMaxNumberOfPDUSessionsOk ¶

func (o *CNSliceSubnetProfile) GetMaxNumberOfPDUSessionsOk() (*int32, bool)

GetMaxNumberOfPDUSessionsOk returns a tuple with the MaxNumberOfPDUSessions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CNSliceSubnetProfile) GetMaxNumberofUEs ¶

func (o *CNSliceSubnetProfile) GetMaxNumberofUEs() int32

GetMaxNumberofUEs returns the MaxNumberofUEs field value if set, zero value otherwise.

func (*CNSliceSubnetProfile) GetMaxNumberofUEsOk ¶

func (o *CNSliceSubnetProfile) GetMaxNumberofUEsOk() (*int32, bool)

GetMaxNumberofUEsOk returns a tuple with the MaxNumberofUEs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CNSliceSubnetProfile) GetN6Protection ¶

func (o *CNSliceSubnetProfile) GetN6Protection() N6Protection

GetN6Protection returns the N6Protection field value if set, zero value otherwise.

func (*CNSliceSubnetProfile) GetN6ProtectionOk ¶

func (o *CNSliceSubnetProfile) GetN6ProtectionOk() (*N6Protection, bool)

GetN6ProtectionOk returns a tuple with the N6Protection field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CNSliceSubnetProfile) GetNssaaSupport ¶

func (o *CNSliceSubnetProfile) GetNssaaSupport() NSSAASupport

GetNssaaSupport returns the NssaaSupport field value if set, zero value otherwise.

func (*CNSliceSubnetProfile) GetNssaaSupportOk ¶

func (o *CNSliceSubnetProfile) GetNssaaSupportOk() (*NSSAASupport, bool)

GetNssaaSupportOk returns a tuple with the NssaaSupport field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CNSliceSubnetProfile) GetReliability ¶

func (o *CNSliceSubnetProfile) GetReliability() float32

GetReliability returns the Reliability field value if set, zero value otherwise.

func (*CNSliceSubnetProfile) GetReliabilityOk ¶

func (o *CNSliceSubnetProfile) GetReliabilityOk() (*float32, bool)

GetReliabilityOk returns a tuple with the Reliability field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CNSliceSubnetProfile) GetResourceSharingLevel ¶

func (o *CNSliceSubnetProfile) GetResourceSharingLevel() SharingLevel

GetResourceSharingLevel returns the ResourceSharingLevel field value if set, zero value otherwise.

func (*CNSliceSubnetProfile) GetResourceSharingLevelOk ¶

func (o *CNSliceSubnetProfile) GetResourceSharingLevelOk() (*SharingLevel, bool)

GetResourceSharingLevelOk returns a tuple with the ResourceSharingLevel field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CNSliceSubnetProfile) GetSliceSimultaneousUse ¶

func (o *CNSliceSubnetProfile) GetSliceSimultaneousUse() SliceSimultaneousUse

GetSliceSimultaneousUse returns the SliceSimultaneousUse field value if set, zero value otherwise.

func (*CNSliceSubnetProfile) GetSliceSimultaneousUseOk ¶

func (o *CNSliceSubnetProfile) GetSliceSimultaneousUseOk() (*SliceSimultaneousUse, bool)

GetSliceSimultaneousUseOk returns a tuple with the SliceSimultaneousUse field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CNSliceSubnetProfile) GetSurvivalTime ¶

func (o *CNSliceSubnetProfile) GetSurvivalTime() float32

GetSurvivalTime returns the SurvivalTime field value if set, zero value otherwise.

func (*CNSliceSubnetProfile) GetSurvivalTimeOk ¶

func (o *CNSliceSubnetProfile) GetSurvivalTimeOk() (*float32, bool)

GetSurvivalTimeOk returns a tuple with the SurvivalTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CNSliceSubnetProfile) GetSynchronicity ¶

func (o *CNSliceSubnetProfile) GetSynchronicity() SynchronicityRANSubnet

GetSynchronicity returns the Synchronicity field value if set, zero value otherwise.

func (*CNSliceSubnetProfile) GetSynchronicityOk ¶

func (o *CNSliceSubnetProfile) GetSynchronicityOk() (*SynchronicityRANSubnet, bool)

GetSynchronicityOk returns a tuple with the Synchronicity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CNSliceSubnetProfile) GetULDeterministicComm ¶

func (o *CNSliceSubnetProfile) GetULDeterministicComm() DeterministicComm

GetULDeterministicComm returns the ULDeterministicComm field value if set, zero value otherwise.

func (*CNSliceSubnetProfile) GetULDeterministicCommOk ¶

func (o *CNSliceSubnetProfile) GetULDeterministicCommOk() (*DeterministicComm, bool)

GetULDeterministicCommOk returns a tuple with the ULDeterministicComm field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CNSliceSubnetProfile) GetULLatency ¶

func (o *CNSliceSubnetProfile) GetULLatency() float32

GetULLatency returns the ULLatency field value if set, zero value otherwise.

func (*CNSliceSubnetProfile) GetULLatencyOk ¶

func (o *CNSliceSubnetProfile) GetULLatencyOk() (*float32, bool)

GetULLatencyOk returns a tuple with the ULLatency field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CNSliceSubnetProfile) GetULMaxPktSize ¶

func (o *CNSliceSubnetProfile) GetULMaxPktSize() int32

GetULMaxPktSize returns the ULMaxPktSize field value if set, zero value otherwise.

func (*CNSliceSubnetProfile) GetULMaxPktSizeOk ¶

func (o *CNSliceSubnetProfile) GetULMaxPktSizeOk() (*int32, bool)

GetULMaxPktSizeOk returns a tuple with the ULMaxPktSize field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CNSliceSubnetProfile) GetULThptPerSliceSubnet ¶

func (o *CNSliceSubnetProfile) GetULThptPerSliceSubnet() XLThpt

GetULThptPerSliceSubnet returns the ULThptPerSliceSubnet field value if set, zero value otherwise.

func (*CNSliceSubnetProfile) GetULThptPerSliceSubnetOk ¶

func (o *CNSliceSubnetProfile) GetULThptPerSliceSubnetOk() (*XLThpt, bool)

GetULThptPerSliceSubnetOk returns a tuple with the ULThptPerSliceSubnet field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CNSliceSubnetProfile) GetULThptPerUE ¶

func (o *CNSliceSubnetProfile) GetULThptPerUE() XLThpt

GetULThptPerUE returns the ULThptPerUE field value if set, zero value otherwise.

func (*CNSliceSubnetProfile) GetULThptPerUEOk ¶

func (o *CNSliceSubnetProfile) GetULThptPerUEOk() (*XLThpt, bool)

GetULThptPerUEOk returns a tuple with the ULThptPerUE field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CNSliceSubnetProfile) HasCoverageAreaTAList ¶

func (o *CNSliceSubnetProfile) HasCoverageAreaTAList() bool

HasCoverageAreaTAList returns a boolean if a field has been set.

func (*CNSliceSubnetProfile) HasDLDeterministicComm ¶

func (o *CNSliceSubnetProfile) HasDLDeterministicComm() bool

HasDLDeterministicComm returns a boolean if a field has been set.

func (*CNSliceSubnetProfile) HasDLLatency ¶

func (o *CNSliceSubnetProfile) HasDLLatency() bool

HasDLLatency returns a boolean if a field has been set.

func (*CNSliceSubnetProfile) HasDLMaxPktSize ¶

func (o *CNSliceSubnetProfile) HasDLMaxPktSize() bool

HasDLMaxPktSize returns a boolean if a field has been set.

func (*CNSliceSubnetProfile) HasDLThptPerSliceSubnet ¶

func (o *CNSliceSubnetProfile) HasDLThptPerSliceSubnet() bool

HasDLThptPerSliceSubnet returns a boolean if a field has been set.

func (*CNSliceSubnetProfile) HasDLThptPerUE ¶

func (o *CNSliceSubnetProfile) HasDLThptPerUE() bool

HasDLThptPerUE returns a boolean if a field has been set.

func (*CNSliceSubnetProfile) HasDelayTolerance ¶

func (o *CNSliceSubnetProfile) HasDelayTolerance() bool

HasDelayTolerance returns a boolean if a field has been set.

func (*CNSliceSubnetProfile) HasEnergyEfficiency ¶

func (o *CNSliceSubnetProfile) HasEnergyEfficiency() bool

HasEnergyEfficiency returns a boolean if a field has been set.

func (*CNSliceSubnetProfile) HasMaxNumberOfPDUSessions ¶

func (o *CNSliceSubnetProfile) HasMaxNumberOfPDUSessions() bool

HasMaxNumberOfPDUSessions returns a boolean if a field has been set.

func (*CNSliceSubnetProfile) HasMaxNumberofUEs ¶

func (o *CNSliceSubnetProfile) HasMaxNumberofUEs() bool

HasMaxNumberofUEs returns a boolean if a field has been set.

func (*CNSliceSubnetProfile) HasN6Protection ¶

func (o *CNSliceSubnetProfile) HasN6Protection() bool

HasN6Protection returns a boolean if a field has been set.

func (*CNSliceSubnetProfile) HasNssaaSupport ¶

func (o *CNSliceSubnetProfile) HasNssaaSupport() bool

HasNssaaSupport returns a boolean if a field has been set.

func (*CNSliceSubnetProfile) HasReliability ¶

func (o *CNSliceSubnetProfile) HasReliability() bool

HasReliability returns a boolean if a field has been set.

func (*CNSliceSubnetProfile) HasResourceSharingLevel ¶

func (o *CNSliceSubnetProfile) HasResourceSharingLevel() bool

HasResourceSharingLevel returns a boolean if a field has been set.

func (*CNSliceSubnetProfile) HasSliceSimultaneousUse ¶

func (o *CNSliceSubnetProfile) HasSliceSimultaneousUse() bool

HasSliceSimultaneousUse returns a boolean if a field has been set.

func (*CNSliceSubnetProfile) HasSurvivalTime ¶

func (o *CNSliceSubnetProfile) HasSurvivalTime() bool

HasSurvivalTime returns a boolean if a field has been set.

func (*CNSliceSubnetProfile) HasSynchronicity ¶

func (o *CNSliceSubnetProfile) HasSynchronicity() bool

HasSynchronicity returns a boolean if a field has been set.

func (*CNSliceSubnetProfile) HasULDeterministicComm ¶

func (o *CNSliceSubnetProfile) HasULDeterministicComm() bool

HasULDeterministicComm returns a boolean if a field has been set.

func (*CNSliceSubnetProfile) HasULLatency ¶

func (o *CNSliceSubnetProfile) HasULLatency() bool

HasULLatency returns a boolean if a field has been set.

func (*CNSliceSubnetProfile) HasULMaxPktSize ¶

func (o *CNSliceSubnetProfile) HasULMaxPktSize() bool

HasULMaxPktSize returns a boolean if a field has been set.

func (*CNSliceSubnetProfile) HasULThptPerSliceSubnet ¶

func (o *CNSliceSubnetProfile) HasULThptPerSliceSubnet() bool

HasULThptPerSliceSubnet returns a boolean if a field has been set.

func (*CNSliceSubnetProfile) HasULThptPerUE ¶

func (o *CNSliceSubnetProfile) HasULThptPerUE() bool

HasULThptPerUE returns a boolean if a field has been set.

func (CNSliceSubnetProfile) MarshalJSON ¶

func (o CNSliceSubnetProfile) MarshalJSON() ([]byte, error)

func (*CNSliceSubnetProfile) SetCoverageAreaTAList ¶

func (o *CNSliceSubnetProfile) SetCoverageAreaTAList(v []int32)

SetCoverageAreaTAList gets a reference to the given []int32 and assigns it to the CoverageAreaTAList field.

func (*CNSliceSubnetProfile) SetDLDeterministicComm ¶

func (o *CNSliceSubnetProfile) SetDLDeterministicComm(v DeterministicComm)

SetDLDeterministicComm gets a reference to the given DeterministicComm and assigns it to the DLDeterministicComm field.

func (*CNSliceSubnetProfile) SetDLLatency ¶

func (o *CNSliceSubnetProfile) SetDLLatency(v float32)

SetDLLatency gets a reference to the given float32 and assigns it to the DLLatency field.

func (*CNSliceSubnetProfile) SetDLMaxPktSize ¶

func (o *CNSliceSubnetProfile) SetDLMaxPktSize(v int32)

SetDLMaxPktSize gets a reference to the given int32 and assigns it to the DLMaxPktSize field.

func (*CNSliceSubnetProfile) SetDLThptPerSliceSubnet ¶

func (o *CNSliceSubnetProfile) SetDLThptPerSliceSubnet(v XLThpt)

SetDLThptPerSliceSubnet gets a reference to the given XLThpt and assigns it to the DLThptPerSliceSubnet field.

func (*CNSliceSubnetProfile) SetDLThptPerUE ¶

func (o *CNSliceSubnetProfile) SetDLThptPerUE(v XLThpt)

SetDLThptPerUE gets a reference to the given XLThpt and assigns it to the DLThptPerUE field.

func (*CNSliceSubnetProfile) SetDelayTolerance ¶

func (o *CNSliceSubnetProfile) SetDelayTolerance(v DelayTolerance)

SetDelayTolerance gets a reference to the given DelayTolerance and assigns it to the DelayTolerance field.

func (*CNSliceSubnetProfile) SetEnergyEfficiency ¶

func (o *CNSliceSubnetProfile) SetEnergyEfficiency(v float32)

SetEnergyEfficiency gets a reference to the given float32 and assigns it to the EnergyEfficiency field.

func (*CNSliceSubnetProfile) SetMaxNumberOfPDUSessions ¶

func (o *CNSliceSubnetProfile) SetMaxNumberOfPDUSessions(v int32)

SetMaxNumberOfPDUSessions gets a reference to the given int32 and assigns it to the MaxNumberOfPDUSessions field.

func (*CNSliceSubnetProfile) SetMaxNumberofUEs ¶

func (o *CNSliceSubnetProfile) SetMaxNumberofUEs(v int32)

SetMaxNumberofUEs gets a reference to the given int32 and assigns it to the MaxNumberofUEs field.

func (*CNSliceSubnetProfile) SetN6Protection ¶

func (o *CNSliceSubnetProfile) SetN6Protection(v N6Protection)

SetN6Protection gets a reference to the given N6Protection and assigns it to the N6Protection field.

func (*CNSliceSubnetProfile) SetNssaaSupport ¶

func (o *CNSliceSubnetProfile) SetNssaaSupport(v NSSAASupport)

SetNssaaSupport gets a reference to the given NSSAASupport and assigns it to the NssaaSupport field.

func (*CNSliceSubnetProfile) SetReliability ¶

func (o *CNSliceSubnetProfile) SetReliability(v float32)

SetReliability gets a reference to the given float32 and assigns it to the Reliability field.

func (*CNSliceSubnetProfile) SetResourceSharingLevel ¶

func (o *CNSliceSubnetProfile) SetResourceSharingLevel(v SharingLevel)

SetResourceSharingLevel gets a reference to the given SharingLevel and assigns it to the ResourceSharingLevel field.

func (*CNSliceSubnetProfile) SetSliceSimultaneousUse ¶

func (o *CNSliceSubnetProfile) SetSliceSimultaneousUse(v SliceSimultaneousUse)

SetSliceSimultaneousUse gets a reference to the given SliceSimultaneousUse and assigns it to the SliceSimultaneousUse field.

func (*CNSliceSubnetProfile) SetSurvivalTime ¶

func (o *CNSliceSubnetProfile) SetSurvivalTime(v float32)

SetSurvivalTime gets a reference to the given float32 and assigns it to the SurvivalTime field.

func (*CNSliceSubnetProfile) SetSynchronicity ¶

func (o *CNSliceSubnetProfile) SetSynchronicity(v SynchronicityRANSubnet)

SetSynchronicity gets a reference to the given SynchronicityRANSubnet and assigns it to the Synchronicity field.

func (*CNSliceSubnetProfile) SetULDeterministicComm ¶

func (o *CNSliceSubnetProfile) SetULDeterministicComm(v DeterministicComm)

SetULDeterministicComm gets a reference to the given DeterministicComm and assigns it to the ULDeterministicComm field.

func (*CNSliceSubnetProfile) SetULLatency ¶

func (o *CNSliceSubnetProfile) SetULLatency(v float32)

SetULLatency gets a reference to the given float32 and assigns it to the ULLatency field.

func (*CNSliceSubnetProfile) SetULMaxPktSize ¶

func (o *CNSliceSubnetProfile) SetULMaxPktSize(v int32)

SetULMaxPktSize gets a reference to the given int32 and assigns it to the ULMaxPktSize field.

func (*CNSliceSubnetProfile) SetULThptPerSliceSubnet ¶

func (o *CNSliceSubnetProfile) SetULThptPerSliceSubnet(v XLThpt)

SetULThptPerSliceSubnet gets a reference to the given XLThpt and assigns it to the ULThptPerSliceSubnet field.

func (*CNSliceSubnetProfile) SetULThptPerUE ¶

func (o *CNSliceSubnetProfile) SetULThptPerUE(v XLThpt)

SetULThptPerUE gets a reference to the given XLThpt and assigns it to the ULThptPerUE field.

func (CNSliceSubnetProfile) ToMap ¶

func (o CNSliceSubnetProfile) ToMap() (map[string]interface{}, error)

type CPCIConfigurationFunctionSingle ¶

type CPCIConfigurationFunctionSingle struct {
	Top
	Attributes *CPCIConfigurationFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}

CPCIConfigurationFunctionSingle struct for CPCIConfigurationFunctionSingle

func NewCPCIConfigurationFunctionSingle ¶

func NewCPCIConfigurationFunctionSingle(id NullableString) *CPCIConfigurationFunctionSingle

NewCPCIConfigurationFunctionSingle instantiates a new CPCIConfigurationFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCPCIConfigurationFunctionSingleWithDefaults ¶

func NewCPCIConfigurationFunctionSingleWithDefaults() *CPCIConfigurationFunctionSingle

NewCPCIConfigurationFunctionSingleWithDefaults instantiates a new CPCIConfigurationFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CPCIConfigurationFunctionSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*CPCIConfigurationFunctionSingle) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CPCIConfigurationFunctionSingle) HasAttributes ¶

func (o *CPCIConfigurationFunctionSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (CPCIConfigurationFunctionSingle) MarshalJSON ¶

func (o CPCIConfigurationFunctionSingle) MarshalJSON() ([]byte, error)

func (*CPCIConfigurationFunctionSingle) SetAttributes ¶

SetAttributes gets a reference to the given CPCIConfigurationFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (CPCIConfigurationFunctionSingle) ToMap ¶

func (o CPCIConfigurationFunctionSingle) ToMap() (map[string]interface{}, error)

type CPCIConfigurationFunctionSingleAllOf ¶

type CPCIConfigurationFunctionSingleAllOf struct {
	Attributes *CPCIConfigurationFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}

CPCIConfigurationFunctionSingleAllOf struct for CPCIConfigurationFunctionSingleAllOf

func NewCPCIConfigurationFunctionSingleAllOf ¶

func NewCPCIConfigurationFunctionSingleAllOf() *CPCIConfigurationFunctionSingleAllOf

NewCPCIConfigurationFunctionSingleAllOf instantiates a new CPCIConfigurationFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCPCIConfigurationFunctionSingleAllOfWithDefaults ¶

func NewCPCIConfigurationFunctionSingleAllOfWithDefaults() *CPCIConfigurationFunctionSingleAllOf

NewCPCIConfigurationFunctionSingleAllOfWithDefaults instantiates a new CPCIConfigurationFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CPCIConfigurationFunctionSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*CPCIConfigurationFunctionSingleAllOf) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CPCIConfigurationFunctionSingleAllOf) HasAttributes ¶

func (o *CPCIConfigurationFunctionSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (CPCIConfigurationFunctionSingleAllOf) MarshalJSON ¶

func (o CPCIConfigurationFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*CPCIConfigurationFunctionSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given CPCIConfigurationFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (CPCIConfigurationFunctionSingleAllOf) ToMap ¶

func (o CPCIConfigurationFunctionSingleAllOf) ToMap() (map[string]interface{}, error)

type CPCIConfigurationFunctionSingleAllOfAttributes ¶

type CPCIConfigurationFunctionSingleAllOfAttributes struct {
	CPciConfigurationControl *bool        `json:"cPciConfigurationControl,omitempty"`
	CSonPciList              *CSonPciList `json:"cSonPciList,omitempty"`
}

CPCIConfigurationFunctionSingleAllOfAttributes struct for CPCIConfigurationFunctionSingleAllOfAttributes

func NewCPCIConfigurationFunctionSingleAllOfAttributes ¶

func NewCPCIConfigurationFunctionSingleAllOfAttributes() *CPCIConfigurationFunctionSingleAllOfAttributes

NewCPCIConfigurationFunctionSingleAllOfAttributes instantiates a new CPCIConfigurationFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCPCIConfigurationFunctionSingleAllOfAttributesWithDefaults ¶

func NewCPCIConfigurationFunctionSingleAllOfAttributesWithDefaults() *CPCIConfigurationFunctionSingleAllOfAttributes

NewCPCIConfigurationFunctionSingleAllOfAttributesWithDefaults instantiates a new CPCIConfigurationFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CPCIConfigurationFunctionSingleAllOfAttributes) GetCPciConfigurationControl ¶

func (o *CPCIConfigurationFunctionSingleAllOfAttributes) GetCPciConfigurationControl() bool

GetCPciConfigurationControl returns the CPciConfigurationControl field value if set, zero value otherwise.

func (*CPCIConfigurationFunctionSingleAllOfAttributes) GetCPciConfigurationControlOk ¶

func (o *CPCIConfigurationFunctionSingleAllOfAttributes) GetCPciConfigurationControlOk() (*bool, bool)

GetCPciConfigurationControlOk returns a tuple with the CPciConfigurationControl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CPCIConfigurationFunctionSingleAllOfAttributes) GetCSonPciList ¶

GetCSonPciList returns the CSonPciList field value if set, zero value otherwise.

func (*CPCIConfigurationFunctionSingleAllOfAttributes) GetCSonPciListOk ¶

GetCSonPciListOk returns a tuple with the CSonPciList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CPCIConfigurationFunctionSingleAllOfAttributes) HasCPciConfigurationControl ¶

func (o *CPCIConfigurationFunctionSingleAllOfAttributes) HasCPciConfigurationControl() bool

HasCPciConfigurationControl returns a boolean if a field has been set.

func (*CPCIConfigurationFunctionSingleAllOfAttributes) HasCSonPciList ¶

HasCSonPciList returns a boolean if a field has been set.

func (CPCIConfigurationFunctionSingleAllOfAttributes) MarshalJSON ¶

func (*CPCIConfigurationFunctionSingleAllOfAttributes) SetCPciConfigurationControl ¶

func (o *CPCIConfigurationFunctionSingleAllOfAttributes) SetCPciConfigurationControl(v bool)

SetCPciConfigurationControl gets a reference to the given bool and assigns it to the CPciConfigurationControl field.

func (*CPCIConfigurationFunctionSingleAllOfAttributes) SetCSonPciList ¶

SetCSonPciList gets a reference to the given CSonPciList and assigns it to the CSonPciList field.

func (CPCIConfigurationFunctionSingleAllOfAttributes) ToMap ¶

func (o CPCIConfigurationFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type CSonPciList ¶

type CSonPciList struct {
	NRPci *int32 `json:"NRPci,omitempty"`
}

CSonPciList struct for CSonPciList

func NewCSonPciList ¶

func NewCSonPciList() *CSonPciList

NewCSonPciList instantiates a new CSonPciList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCSonPciListWithDefaults ¶

func NewCSonPciListWithDefaults() *CSonPciList

NewCSonPciListWithDefaults instantiates a new CSonPciList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CSonPciList) GetNRPci ¶

func (o *CSonPciList) GetNRPci() int32

GetNRPci returns the NRPci field value if set, zero value otherwise.

func (*CSonPciList) GetNRPciOk ¶

func (o *CSonPciList) GetNRPciOk() (*int32, bool)

GetNRPciOk returns a tuple with the NRPci field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSonPciList) HasNRPci ¶

func (o *CSonPciList) HasNRPci() bool

HasNRPci returns a boolean if a field has been set.

func (CSonPciList) MarshalJSON ¶

func (o CSonPciList) MarshalJSON() ([]byte, error)

func (*CSonPciList) SetNRPci ¶

func (o *CSonPciList) SetNRPci(v int32)

SetNRPci gets a reference to the given int32 and assigns it to the NRPci field.

func (CSonPciList) ToMap ¶

func (o CSonPciList) ToMap() (map[string]interface{}, error)

type Category ¶

type Category string

Category the model 'Category'

const (
	CHARACTER   Category = "CHARACTER"
	SCALABILITY Category = "SCALABILITY"
)

List of Category

func NewCategoryFromValue ¶

func NewCategoryFromValue(v string) (*Category, error)

NewCategoryFromValue returns a pointer to a valid Category for the value passed as argument, or an error if the value passed is not allowed by the enum

func (Category) IsValid ¶

func (v Category) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (Category) Ptr ¶

func (v Category) Ptr() *Category

Ptr returns reference to Category value

func (*Category) UnmarshalJSON ¶

func (v *Category) UnmarshalJSON(src []byte) error

type CellIndividualOffset ¶

type CellIndividualOffset struct {
	RsrpOffsetSSB   *int32 `json:"rsrpOffsetSSB,omitempty"`
	RsrqOffsetSSB   *int32 `json:"rsrqOffsetSSB,omitempty"`
	SinrOffsetSSB   *int32 `json:"sinrOffsetSSB,omitempty"`
	RsrpOffsetCSIRS *int32 `json:"rsrpOffsetCSI-RS,omitempty"`
	RsrqOffsetCSIRS *int32 `json:"rsrqOffsetCSI-RS,omitempty"`
	SinrOffsetCSIRS *int32 `json:"sinrOffsetCSI-RS,omitempty"`
}

CellIndividualOffset struct for CellIndividualOffset

func NewCellIndividualOffset ¶

func NewCellIndividualOffset() *CellIndividualOffset

NewCellIndividualOffset instantiates a new CellIndividualOffset object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCellIndividualOffsetWithDefaults ¶

func NewCellIndividualOffsetWithDefaults() *CellIndividualOffset

NewCellIndividualOffsetWithDefaults instantiates a new CellIndividualOffset object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CellIndividualOffset) GetRsrpOffsetCSIRS ¶

func (o *CellIndividualOffset) GetRsrpOffsetCSIRS() int32

GetRsrpOffsetCSIRS returns the RsrpOffsetCSIRS field value if set, zero value otherwise.

func (*CellIndividualOffset) GetRsrpOffsetCSIRSOk ¶

func (o *CellIndividualOffset) GetRsrpOffsetCSIRSOk() (*int32, bool)

GetRsrpOffsetCSIRSOk returns a tuple with the RsrpOffsetCSIRS field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CellIndividualOffset) GetRsrpOffsetSSB ¶

func (o *CellIndividualOffset) GetRsrpOffsetSSB() int32

GetRsrpOffsetSSB returns the RsrpOffsetSSB field value if set, zero value otherwise.

func (*CellIndividualOffset) GetRsrpOffsetSSBOk ¶

func (o *CellIndividualOffset) GetRsrpOffsetSSBOk() (*int32, bool)

GetRsrpOffsetSSBOk returns a tuple with the RsrpOffsetSSB field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CellIndividualOffset) GetRsrqOffsetCSIRS ¶

func (o *CellIndividualOffset) GetRsrqOffsetCSIRS() int32

GetRsrqOffsetCSIRS returns the RsrqOffsetCSIRS field value if set, zero value otherwise.

func (*CellIndividualOffset) GetRsrqOffsetCSIRSOk ¶

func (o *CellIndividualOffset) GetRsrqOffsetCSIRSOk() (*int32, bool)

GetRsrqOffsetCSIRSOk returns a tuple with the RsrqOffsetCSIRS field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CellIndividualOffset) GetRsrqOffsetSSB ¶

func (o *CellIndividualOffset) GetRsrqOffsetSSB() int32

GetRsrqOffsetSSB returns the RsrqOffsetSSB field value if set, zero value otherwise.

func (*CellIndividualOffset) GetRsrqOffsetSSBOk ¶

func (o *CellIndividualOffset) GetRsrqOffsetSSBOk() (*int32, bool)

GetRsrqOffsetSSBOk returns a tuple with the RsrqOffsetSSB field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CellIndividualOffset) GetSinrOffsetCSIRS ¶

func (o *CellIndividualOffset) GetSinrOffsetCSIRS() int32

GetSinrOffsetCSIRS returns the SinrOffsetCSIRS field value if set, zero value otherwise.

func (*CellIndividualOffset) GetSinrOffsetCSIRSOk ¶

func (o *CellIndividualOffset) GetSinrOffsetCSIRSOk() (*int32, bool)

GetSinrOffsetCSIRSOk returns a tuple with the SinrOffsetCSIRS field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CellIndividualOffset) GetSinrOffsetSSB ¶

func (o *CellIndividualOffset) GetSinrOffsetSSB() int32

GetSinrOffsetSSB returns the SinrOffsetSSB field value if set, zero value otherwise.

func (*CellIndividualOffset) GetSinrOffsetSSBOk ¶

func (o *CellIndividualOffset) GetSinrOffsetSSBOk() (*int32, bool)

GetSinrOffsetSSBOk returns a tuple with the SinrOffsetSSB field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CellIndividualOffset) HasRsrpOffsetCSIRS ¶

func (o *CellIndividualOffset) HasRsrpOffsetCSIRS() bool

HasRsrpOffsetCSIRS returns a boolean if a field has been set.

func (*CellIndividualOffset) HasRsrpOffsetSSB ¶

func (o *CellIndividualOffset) HasRsrpOffsetSSB() bool

HasRsrpOffsetSSB returns a boolean if a field has been set.

func (*CellIndividualOffset) HasRsrqOffsetCSIRS ¶

func (o *CellIndividualOffset) HasRsrqOffsetCSIRS() bool

HasRsrqOffsetCSIRS returns a boolean if a field has been set.

func (*CellIndividualOffset) HasRsrqOffsetSSB ¶

func (o *CellIndividualOffset) HasRsrqOffsetSSB() bool

HasRsrqOffsetSSB returns a boolean if a field has been set.

func (*CellIndividualOffset) HasSinrOffsetCSIRS ¶

func (o *CellIndividualOffset) HasSinrOffsetCSIRS() bool

HasSinrOffsetCSIRS returns a boolean if a field has been set.

func (*CellIndividualOffset) HasSinrOffsetSSB ¶

func (o *CellIndividualOffset) HasSinrOffsetSSB() bool

HasSinrOffsetSSB returns a boolean if a field has been set.

func (CellIndividualOffset) MarshalJSON ¶

func (o CellIndividualOffset) MarshalJSON() ([]byte, error)

func (*CellIndividualOffset) SetRsrpOffsetCSIRS ¶

func (o *CellIndividualOffset) SetRsrpOffsetCSIRS(v int32)

SetRsrpOffsetCSIRS gets a reference to the given int32 and assigns it to the RsrpOffsetCSIRS field.

func (*CellIndividualOffset) SetRsrpOffsetSSB ¶

func (o *CellIndividualOffset) SetRsrpOffsetSSB(v int32)

SetRsrpOffsetSSB gets a reference to the given int32 and assigns it to the RsrpOffsetSSB field.

func (*CellIndividualOffset) SetRsrqOffsetCSIRS ¶

func (o *CellIndividualOffset) SetRsrqOffsetCSIRS(v int32)

SetRsrqOffsetCSIRS gets a reference to the given int32 and assigns it to the RsrqOffsetCSIRS field.

func (*CellIndividualOffset) SetRsrqOffsetSSB ¶

func (o *CellIndividualOffset) SetRsrqOffsetSSB(v int32)

SetRsrqOffsetSSB gets a reference to the given int32 and assigns it to the RsrqOffsetSSB field.

func (*CellIndividualOffset) SetSinrOffsetCSIRS ¶

func (o *CellIndividualOffset) SetSinrOffsetCSIRS(v int32)

SetSinrOffsetCSIRS gets a reference to the given int32 and assigns it to the SinrOffsetCSIRS field.

func (*CellIndividualOffset) SetSinrOffsetSSB ¶

func (o *CellIndividualOffset) SetSinrOffsetSSB(v int32)

SetSinrOffsetSSB gets a reference to the given int32 and assigns it to the SinrOffsetSSB field.

func (CellIndividualOffset) ToMap ¶

func (o CellIndividualOffset) ToMap() (map[string]interface{}, error)

type CellState ¶

type CellState string

CellState the model 'CellState'

const (
	IDLE     CellState = "IDLE"
	INACTIVE CellState = "INACTIVE"
	ACTIVE   CellState = "ACTIVE"
)

List of CellState

func NewCellStateFromValue ¶

func NewCellStateFromValue(v string) (*CellState, error)

NewCellStateFromValue returns a pointer to a valid CellState for the value passed as argument, or an error if the value passed is not allowed by the enum

func (CellState) IsValid ¶

func (v CellState) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (CellState) Ptr ¶

func (v CellState) Ptr() *CellState

Ptr returns reference to CellState value

func (*CellState) UnmarshalJSON ¶

func (v *CellState) UnmarshalJSON(src []byte) error

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 ¶

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 ¶

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 ¶

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 ¶

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 ¶

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 ¶

Ptr returns reference to collectionPeriodRrmUmts-Type value

func (*CollectionPeriodRrmUmtsType) UnmarshalJSON ¶

func (v *CollectionPeriodRrmUmtsType) UnmarshalJSON(src []byte) error

type CommModel ¶

type CommModel struct {
	GroupId                *int32         `json:"groupId,omitempty"`
	CommModelType          *CommModelType `json:"commModelType,omitempty"`
	TargetNFServiceList    []string       `json:"targetNFServiceList,omitempty"`
	CommModelConfiguration *string        `json:"commModelConfiguration,omitempty"`
}

CommModel struct for CommModel

func NewCommModel ¶

func NewCommModel() *CommModel

NewCommModel instantiates a new CommModel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCommModelWithDefaults ¶

func NewCommModelWithDefaults() *CommModel

NewCommModelWithDefaults instantiates a new CommModel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CommModel) GetCommModelConfiguration ¶

func (o *CommModel) GetCommModelConfiguration() string

GetCommModelConfiguration returns the CommModelConfiguration field value if set, zero value otherwise.

func (*CommModel) GetCommModelConfigurationOk ¶

func (o *CommModel) GetCommModelConfigurationOk() (*string, bool)

GetCommModelConfigurationOk returns a tuple with the CommModelConfiguration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CommModel) GetCommModelType ¶

func (o *CommModel) GetCommModelType() CommModelType

GetCommModelType returns the CommModelType field value if set, zero value otherwise.

func (*CommModel) GetCommModelTypeOk ¶

func (o *CommModel) GetCommModelTypeOk() (*CommModelType, bool)

GetCommModelTypeOk returns a tuple with the CommModelType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CommModel) GetGroupId ¶

func (o *CommModel) GetGroupId() int32

GetGroupId returns the GroupId field value if set, zero value otherwise.

func (*CommModel) GetGroupIdOk ¶

func (o *CommModel) GetGroupIdOk() (*int32, bool)

GetGroupIdOk returns a tuple with the GroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CommModel) GetTargetNFServiceList ¶

func (o *CommModel) GetTargetNFServiceList() []string

GetTargetNFServiceList returns the TargetNFServiceList field value if set, zero value otherwise.

func (*CommModel) GetTargetNFServiceListOk ¶

func (o *CommModel) GetTargetNFServiceListOk() ([]string, bool)

GetTargetNFServiceListOk returns a tuple with the TargetNFServiceList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CommModel) HasCommModelConfiguration ¶

func (o *CommModel) HasCommModelConfiguration() bool

HasCommModelConfiguration returns a boolean if a field has been set.

func (*CommModel) HasCommModelType ¶

func (o *CommModel) HasCommModelType() bool

HasCommModelType returns a boolean if a field has been set.

func (*CommModel) HasGroupId ¶

func (o *CommModel) HasGroupId() bool

HasGroupId returns a boolean if a field has been set.

func (*CommModel) HasTargetNFServiceList ¶

func (o *CommModel) HasTargetNFServiceList() bool

HasTargetNFServiceList returns a boolean if a field has been set.

func (CommModel) MarshalJSON ¶

func (o CommModel) MarshalJSON() ([]byte, error)

func (*CommModel) SetCommModelConfiguration ¶

func (o *CommModel) SetCommModelConfiguration(v string)

SetCommModelConfiguration gets a reference to the given string and assigns it to the CommModelConfiguration field.

func (*CommModel) SetCommModelType ¶

func (o *CommModel) SetCommModelType(v CommModelType)

SetCommModelType gets a reference to the given CommModelType and assigns it to the CommModelType field.

func (*CommModel) SetGroupId ¶

func (o *CommModel) SetGroupId(v int32)

SetGroupId gets a reference to the given int32 and assigns it to the GroupId field.

func (*CommModel) SetTargetNFServiceList ¶

func (o *CommModel) SetTargetNFServiceList(v []string)

SetTargetNFServiceList gets a reference to the given []string and assigns it to the TargetNFServiceList field.

func (CommModel) ToMap ¶

func (o CommModel) ToMap() (map[string]interface{}, error)

type CommModelType ¶

type CommModelType string

CommModelType any of enumrated value

const (
	DIRECT_COMMUNICATION_WO_NRF                     CommModelType = "DIRECT_COMMUNICATION_WO_NRF"
	DIRECT_COMMUNICATION_WITH_NRF                   CommModelType = "DIRECT_COMMUNICATION_WITH_NRF"
	INDIRECT_COMMUNICATION_WO_DEDICATED_DISCOVERY   CommModelType = "INDIRECT_COMMUNICATION_WO_DEDICATED_DISCOVERY"
	INDIRECT_COMMUNICATION_WITH_DEDICATED_DISCOVERY CommModelType = "INDIRECT_COMMUNICATION_WITH_DEDICATED_DISCOVERY"
)

List of CommModelType

func NewCommModelTypeFromValue ¶

func NewCommModelTypeFromValue(v string) (*CommModelType, error)

NewCommModelTypeFromValue returns a pointer to a valid CommModelType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (CommModelType) IsValid ¶

func (v CommModelType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (CommModelType) Ptr ¶

func (v CommModelType) Ptr() *CommModelType

Ptr returns reference to CommModelType value

func (*CommModelType) UnmarshalJSON ¶

func (v *CommModelType) UnmarshalJSON(src []byte) error

type CommonBeamformingFunctionSingle ¶

type CommonBeamformingFunctionSingle struct {
	Top
	Attributes *CommonBeamformingFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
	Beam       []BeamSingle                                    `json:"Beam,omitempty"`
}

CommonBeamformingFunctionSingle struct for CommonBeamformingFunctionSingle

func NewCommonBeamformingFunctionSingle ¶

func NewCommonBeamformingFunctionSingle(id NullableString) *CommonBeamformingFunctionSingle

NewCommonBeamformingFunctionSingle instantiates a new CommonBeamformingFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCommonBeamformingFunctionSingleWithDefaults ¶

func NewCommonBeamformingFunctionSingleWithDefaults() *CommonBeamformingFunctionSingle

NewCommonBeamformingFunctionSingleWithDefaults instantiates a new CommonBeamformingFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CommonBeamformingFunctionSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*CommonBeamformingFunctionSingle) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CommonBeamformingFunctionSingle) GetBeam ¶

GetBeam returns the Beam field value if set, zero value otherwise.

func (*CommonBeamformingFunctionSingle) GetBeamOk ¶

func (o *CommonBeamformingFunctionSingle) GetBeamOk() ([]BeamSingle, bool)

GetBeamOk returns a tuple with the Beam field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CommonBeamformingFunctionSingle) HasAttributes ¶

func (o *CommonBeamformingFunctionSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*CommonBeamformingFunctionSingle) HasBeam ¶

HasBeam returns a boolean if a field has been set.

func (CommonBeamformingFunctionSingle) MarshalJSON ¶

func (o CommonBeamformingFunctionSingle) MarshalJSON() ([]byte, error)

func (*CommonBeamformingFunctionSingle) SetAttributes ¶

SetAttributes gets a reference to the given CommonBeamformingFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (*CommonBeamformingFunctionSingle) SetBeam ¶

SetBeam gets a reference to the given []BeamSingle and assigns it to the Beam field.

func (CommonBeamformingFunctionSingle) ToMap ¶

func (o CommonBeamformingFunctionSingle) ToMap() (map[string]interface{}, error)

type CommonBeamformingFunctionSingleAllOf ¶

type CommonBeamformingFunctionSingleAllOf struct {
	Attributes *CommonBeamformingFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}

CommonBeamformingFunctionSingleAllOf struct for CommonBeamformingFunctionSingleAllOf

func NewCommonBeamformingFunctionSingleAllOf ¶

func NewCommonBeamformingFunctionSingleAllOf() *CommonBeamformingFunctionSingleAllOf

NewCommonBeamformingFunctionSingleAllOf instantiates a new CommonBeamformingFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCommonBeamformingFunctionSingleAllOfWithDefaults ¶

func NewCommonBeamformingFunctionSingleAllOfWithDefaults() *CommonBeamformingFunctionSingleAllOf

NewCommonBeamformingFunctionSingleAllOfWithDefaults instantiates a new CommonBeamformingFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CommonBeamformingFunctionSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*CommonBeamformingFunctionSingleAllOf) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CommonBeamformingFunctionSingleAllOf) HasAttributes ¶

func (o *CommonBeamformingFunctionSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (CommonBeamformingFunctionSingleAllOf) MarshalJSON ¶

func (o CommonBeamformingFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*CommonBeamformingFunctionSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given CommonBeamformingFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (CommonBeamformingFunctionSingleAllOf) ToMap ¶

func (o CommonBeamformingFunctionSingleAllOf) ToMap() (map[string]interface{}, error)

type CommonBeamformingFunctionSingleAllOf1 ¶

type CommonBeamformingFunctionSingleAllOf1 struct {
	Beam []BeamSingle `json:"Beam,omitempty"`
}

CommonBeamformingFunctionSingleAllOf1 struct for CommonBeamformingFunctionSingleAllOf1

func NewCommonBeamformingFunctionSingleAllOf1 ¶

func NewCommonBeamformingFunctionSingleAllOf1() *CommonBeamformingFunctionSingleAllOf1

NewCommonBeamformingFunctionSingleAllOf1 instantiates a new CommonBeamformingFunctionSingleAllOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCommonBeamformingFunctionSingleAllOf1WithDefaults ¶

func NewCommonBeamformingFunctionSingleAllOf1WithDefaults() *CommonBeamformingFunctionSingleAllOf1

NewCommonBeamformingFunctionSingleAllOf1WithDefaults instantiates a new CommonBeamformingFunctionSingleAllOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CommonBeamformingFunctionSingleAllOf1) GetBeam ¶

GetBeam returns the Beam field value if set, zero value otherwise.

func (*CommonBeamformingFunctionSingleAllOf1) GetBeamOk ¶

GetBeamOk returns a tuple with the Beam field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CommonBeamformingFunctionSingleAllOf1) HasBeam ¶

HasBeam returns a boolean if a field has been set.

func (CommonBeamformingFunctionSingleAllOf1) MarshalJSON ¶

func (o CommonBeamformingFunctionSingleAllOf1) MarshalJSON() ([]byte, error)

func (*CommonBeamformingFunctionSingleAllOf1) SetBeam ¶

SetBeam gets a reference to the given []BeamSingle and assigns it to the Beam field.

func (CommonBeamformingFunctionSingleAllOf1) ToMap ¶

func (o CommonBeamformingFunctionSingleAllOf1) ToMap() (map[string]interface{}, error)

type CommonBeamformingFunctionSingleAllOfAttributes ¶

type CommonBeamformingFunctionSingleAllOfAttributes struct {
	CoverageShape  *int32 `json:"coverageShape,omitempty"`
	DigitalAzimuth *int32 `json:"digitalAzimuth,omitempty"`
	DigitalTilt    *int32 `json:"digitalTilt,omitempty"`
}

CommonBeamformingFunctionSingleAllOfAttributes struct for CommonBeamformingFunctionSingleAllOfAttributes

func NewCommonBeamformingFunctionSingleAllOfAttributes ¶

func NewCommonBeamformingFunctionSingleAllOfAttributes() *CommonBeamformingFunctionSingleAllOfAttributes

NewCommonBeamformingFunctionSingleAllOfAttributes instantiates a new CommonBeamformingFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCommonBeamformingFunctionSingleAllOfAttributesWithDefaults ¶

func NewCommonBeamformingFunctionSingleAllOfAttributesWithDefaults() *CommonBeamformingFunctionSingleAllOfAttributes

NewCommonBeamformingFunctionSingleAllOfAttributesWithDefaults instantiates a new CommonBeamformingFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CommonBeamformingFunctionSingleAllOfAttributes) GetCoverageShape ¶

GetCoverageShape returns the CoverageShape field value if set, zero value otherwise.

func (*CommonBeamformingFunctionSingleAllOfAttributes) GetCoverageShapeOk ¶

func (o *CommonBeamformingFunctionSingleAllOfAttributes) GetCoverageShapeOk() (*int32, bool)

GetCoverageShapeOk returns a tuple with the CoverageShape field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CommonBeamformingFunctionSingleAllOfAttributes) GetDigitalAzimuth ¶

GetDigitalAzimuth returns the DigitalAzimuth field value if set, zero value otherwise.

func (*CommonBeamformingFunctionSingleAllOfAttributes) GetDigitalAzimuthOk ¶

func (o *CommonBeamformingFunctionSingleAllOfAttributes) GetDigitalAzimuthOk() (*int32, bool)

GetDigitalAzimuthOk returns a tuple with the DigitalAzimuth field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CommonBeamformingFunctionSingleAllOfAttributes) GetDigitalTilt ¶

GetDigitalTilt returns the DigitalTilt field value if set, zero value otherwise.

func (*CommonBeamformingFunctionSingleAllOfAttributes) GetDigitalTiltOk ¶

func (o *CommonBeamformingFunctionSingleAllOfAttributes) GetDigitalTiltOk() (*int32, bool)

GetDigitalTiltOk returns a tuple with the DigitalTilt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CommonBeamformingFunctionSingleAllOfAttributes) HasCoverageShape ¶

HasCoverageShape returns a boolean if a field has been set.

func (*CommonBeamformingFunctionSingleAllOfAttributes) HasDigitalAzimuth ¶

HasDigitalAzimuth returns a boolean if a field has been set.

func (*CommonBeamformingFunctionSingleAllOfAttributes) HasDigitalTilt ¶

HasDigitalTilt returns a boolean if a field has been set.

func (CommonBeamformingFunctionSingleAllOfAttributes) MarshalJSON ¶

func (*CommonBeamformingFunctionSingleAllOfAttributes) SetCoverageShape ¶

SetCoverageShape gets a reference to the given int32 and assigns it to the CoverageShape field.

func (*CommonBeamformingFunctionSingleAllOfAttributes) SetDigitalAzimuth ¶

func (o *CommonBeamformingFunctionSingleAllOfAttributes) SetDigitalAzimuth(v int32)

SetDigitalAzimuth gets a reference to the given int32 and assigns it to the DigitalAzimuth field.

func (*CommonBeamformingFunctionSingleAllOfAttributes) SetDigitalTilt ¶

SetDigitalTilt gets a reference to the given int32 and assigns it to the DigitalTilt field.

func (CommonBeamformingFunctionSingleAllOfAttributes) ToMap ¶

func (o CommonBeamformingFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type CommonBeamformingFunctionSingleAllOfAttributesAllOf ¶

type CommonBeamformingFunctionSingleAllOfAttributesAllOf struct {
	CoverageShape  *int32 `json:"coverageShape,omitempty"`
	DigitalAzimuth *int32 `json:"digitalAzimuth,omitempty"`
	DigitalTilt    *int32 `json:"digitalTilt,omitempty"`
}

CommonBeamformingFunctionSingleAllOfAttributesAllOf struct for CommonBeamformingFunctionSingleAllOfAttributesAllOf

func NewCommonBeamformingFunctionSingleAllOfAttributesAllOf ¶

func NewCommonBeamformingFunctionSingleAllOfAttributesAllOf() *CommonBeamformingFunctionSingleAllOfAttributesAllOf

NewCommonBeamformingFunctionSingleAllOfAttributesAllOf instantiates a new CommonBeamformingFunctionSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCommonBeamformingFunctionSingleAllOfAttributesAllOfWithDefaults ¶

func NewCommonBeamformingFunctionSingleAllOfAttributesAllOfWithDefaults() *CommonBeamformingFunctionSingleAllOfAttributesAllOf

NewCommonBeamformingFunctionSingleAllOfAttributesAllOfWithDefaults instantiates a new CommonBeamformingFunctionSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CommonBeamformingFunctionSingleAllOfAttributesAllOf) GetCoverageShape ¶

GetCoverageShape returns the CoverageShape field value if set, zero value otherwise.

func (*CommonBeamformingFunctionSingleAllOfAttributesAllOf) GetCoverageShapeOk ¶

GetCoverageShapeOk returns a tuple with the CoverageShape field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CommonBeamformingFunctionSingleAllOfAttributesAllOf) GetDigitalAzimuth ¶

GetDigitalAzimuth returns the DigitalAzimuth field value if set, zero value otherwise.

func (*CommonBeamformingFunctionSingleAllOfAttributesAllOf) GetDigitalAzimuthOk ¶

func (o *CommonBeamformingFunctionSingleAllOfAttributesAllOf) GetDigitalAzimuthOk() (*int32, bool)

GetDigitalAzimuthOk returns a tuple with the DigitalAzimuth field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CommonBeamformingFunctionSingleAllOfAttributesAllOf) GetDigitalTilt ¶

GetDigitalTilt returns the DigitalTilt field value if set, zero value otherwise.

func (*CommonBeamformingFunctionSingleAllOfAttributesAllOf) GetDigitalTiltOk ¶

GetDigitalTiltOk returns a tuple with the DigitalTilt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CommonBeamformingFunctionSingleAllOfAttributesAllOf) HasCoverageShape ¶

HasCoverageShape returns a boolean if a field has been set.

func (*CommonBeamformingFunctionSingleAllOfAttributesAllOf) HasDigitalAzimuth ¶

HasDigitalAzimuth returns a boolean if a field has been set.

func (*CommonBeamformingFunctionSingleAllOfAttributesAllOf) HasDigitalTilt ¶

HasDigitalTilt returns a boolean if a field has been set.

func (CommonBeamformingFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*CommonBeamformingFunctionSingleAllOfAttributesAllOf) SetCoverageShape ¶

SetCoverageShape gets a reference to the given int32 and assigns it to the CoverageShape field.

func (*CommonBeamformingFunctionSingleAllOfAttributesAllOf) SetDigitalAzimuth ¶

SetDigitalAzimuth gets a reference to the given int32 and assigns it to the DigitalAzimuth field.

func (*CommonBeamformingFunctionSingleAllOfAttributesAllOf) SetDigitalTilt ¶

SetDigitalTilt gets a reference to the given int32 and assigns it to the DigitalTilt field.

func (CommonBeamformingFunctionSingleAllOfAttributesAllOf) ToMap ¶

type Condition ¶

type Condition string

Condition the model 'Condition'

const (
	EQUAL_TO      Condition = "IS_EQUAL_TO"
	LESS_THAN     Condition = "IS_LESS_THAN"
	GREATER_THAN  Condition = "IS_GREATER_THAN"
	WITHIN_RANGE  Condition = "IS_WITHIN_RANGE"
	OUTSIDE_RANGE Condition = "IS_OUTSIDE_RANGE"
)

List of Condition

func NewConditionFromValue ¶

func NewConditionFromValue(v string) (*Condition, error)

NewConditionFromValue returns a pointer to a valid Condition for the value passed as argument, or an error if the value passed is not allowed by the enum

func (Condition) IsValid ¶

func (v Condition) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (Condition) Ptr ¶

func (v Condition) Ptr() *Condition

Ptr returns reference to Condition value

func (*Condition) UnmarshalJSON ¶

func (v *Condition) UnmarshalJSON(src []byte) error

type ConditionData ¶

type ConditionData struct {
	// Uniquely identifies the condition data within a PDU session.
	CondId string `json:"condId"`
	// string with format 'date-time' as defined in OpenAPI with 'nullable:true' property.
	ActivationTime NullableTime `json:"activationTime,omitempty"`
	// string with format 'date-time' as defined in OpenAPI with 'nullable:true' property.
	DeactivationTime NullableTime `json:"deactivationTime,omitempty"`
	AccessType       *AccessType  `json:"accessType,omitempty"`
	RatType          *RatType     `json:"ratType,omitempty"`
}

ConditionData Contains conditions of applicability for a rule.

func NewConditionData ¶

func NewConditionData(condId string) *ConditionData

NewConditionData instantiates a new ConditionData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewConditionDataWithDefaults ¶

func NewConditionDataWithDefaults() *ConditionData

NewConditionDataWithDefaults instantiates a new ConditionData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ConditionData) GetAccessType ¶

func (o *ConditionData) GetAccessType() AccessType

GetAccessType returns the AccessType field value if set, zero value otherwise.

func (*ConditionData) GetAccessTypeOk ¶

func (o *ConditionData) GetAccessTypeOk() (*AccessType, bool)

GetAccessTypeOk returns a tuple with the AccessType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConditionData) GetActivationTime ¶

func (o *ConditionData) GetActivationTime() time.Time

GetActivationTime returns the ActivationTime field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ConditionData) GetActivationTimeOk ¶

func (o *ConditionData) GetActivationTimeOk() (*time.Time, bool)

GetActivationTimeOk returns a tuple with the ActivationTime field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ConditionData) GetCondId ¶

func (o *ConditionData) GetCondId() string

GetCondId returns the CondId field value

func (*ConditionData) GetCondIdOk ¶

func (o *ConditionData) GetCondIdOk() (*string, bool)

GetCondIdOk returns a tuple with the CondId field value and a boolean to check if the value has been set.

func (*ConditionData) GetDeactivationTime ¶

func (o *ConditionData) GetDeactivationTime() time.Time

GetDeactivationTime returns the DeactivationTime field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ConditionData) GetDeactivationTimeOk ¶

func (o *ConditionData) GetDeactivationTimeOk() (*time.Time, bool)

GetDeactivationTimeOk returns a tuple with the DeactivationTime field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ConditionData) GetRatType ¶

func (o *ConditionData) GetRatType() RatType

GetRatType returns the RatType field value if set, zero value otherwise.

func (*ConditionData) GetRatTypeOk ¶

func (o *ConditionData) GetRatTypeOk() (*RatType, bool)

GetRatTypeOk returns a tuple with the RatType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConditionData) HasAccessType ¶

func (o *ConditionData) HasAccessType() bool

HasAccessType returns a boolean if a field has been set.

func (*ConditionData) HasActivationTime ¶

func (o *ConditionData) HasActivationTime() bool

HasActivationTime returns a boolean if a field has been set.

func (*ConditionData) HasDeactivationTime ¶

func (o *ConditionData) HasDeactivationTime() bool

HasDeactivationTime returns a boolean if a field has been set.

func (*ConditionData) HasRatType ¶

func (o *ConditionData) HasRatType() bool

HasRatType returns a boolean if a field has been set.

func (ConditionData) MarshalJSON ¶

func (o ConditionData) MarshalJSON() ([]byte, error)

func (*ConditionData) SetAccessType ¶

func (o *ConditionData) SetAccessType(v AccessType)

SetAccessType gets a reference to the given AccessType and assigns it to the AccessType field.

func (*ConditionData) SetActivationTime ¶

func (o *ConditionData) SetActivationTime(v time.Time)

SetActivationTime gets a reference to the given NullableTime and assigns it to the ActivationTime field.

func (*ConditionData) SetActivationTimeNil ¶

func (o *ConditionData) SetActivationTimeNil()

SetActivationTimeNil sets the value for ActivationTime to be an explicit nil

func (*ConditionData) SetCondId ¶

func (o *ConditionData) SetCondId(v string)

SetCondId sets field value

func (*ConditionData) SetDeactivationTime ¶

func (o *ConditionData) SetDeactivationTime(v time.Time)

SetDeactivationTime gets a reference to the given NullableTime and assigns it to the DeactivationTime field.

func (*ConditionData) SetDeactivationTimeNil ¶

func (o *ConditionData) SetDeactivationTimeNil()

SetDeactivationTimeNil sets the value for DeactivationTime to be an explicit nil

func (*ConditionData) SetRatType ¶

func (o *ConditionData) SetRatType(v RatType)

SetRatType gets a reference to the given RatType and assigns it to the RatType field.

func (ConditionData) ToMap ¶

func (o ConditionData) ToMap() (map[string]interface{}, error)

func (*ConditionData) UnsetActivationTime ¶

func (o *ConditionData) UnsetActivationTime()

UnsetActivationTime ensures that no value is present for ActivationTime, not even an explicit nil

func (*ConditionData) UnsetDeactivationTime ¶

func (o *ConditionData) UnsetDeactivationTime()

UnsetDeactivationTime ensures that no value is present for DeactivationTime, not even an explicit nil

type Configurable5QISetSingle ¶

type Configurable5QISetSingle struct {
	Top
	Attributes *Configurable5QISetSingleAllOfAttributes `json:"attributes,omitempty"`
}

Configurable5QISetSingle struct for Configurable5QISetSingle

func NewConfigurable5QISetSingle ¶

func NewConfigurable5QISetSingle(id NullableString) *Configurable5QISetSingle

NewConfigurable5QISetSingle instantiates a new Configurable5QISetSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewConfigurable5QISetSingleWithDefaults ¶

func NewConfigurable5QISetSingleWithDefaults() *Configurable5QISetSingle

NewConfigurable5QISetSingleWithDefaults instantiates a new Configurable5QISetSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Configurable5QISetSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*Configurable5QISetSingle) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Configurable5QISetSingle) HasAttributes ¶

func (o *Configurable5QISetSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (Configurable5QISetSingle) MarshalJSON ¶

func (o Configurable5QISetSingle) MarshalJSON() ([]byte, error)

func (*Configurable5QISetSingle) SetAttributes ¶

SetAttributes gets a reference to the given Configurable5QISetSingleAllOfAttributes and assigns it to the Attributes field.

func (Configurable5QISetSingle) ToMap ¶

func (o Configurable5QISetSingle) ToMap() (map[string]interface{}, error)

type Configurable5QISetSingleAllOf ¶

type Configurable5QISetSingleAllOf struct {
	Attributes *Configurable5QISetSingleAllOfAttributes `json:"attributes,omitempty"`
}

Configurable5QISetSingleAllOf struct for Configurable5QISetSingleAllOf

func NewConfigurable5QISetSingleAllOf ¶

func NewConfigurable5QISetSingleAllOf() *Configurable5QISetSingleAllOf

NewConfigurable5QISetSingleAllOf instantiates a new Configurable5QISetSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewConfigurable5QISetSingleAllOfWithDefaults ¶

func NewConfigurable5QISetSingleAllOfWithDefaults() *Configurable5QISetSingleAllOf

NewConfigurable5QISetSingleAllOfWithDefaults instantiates a new Configurable5QISetSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Configurable5QISetSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*Configurable5QISetSingleAllOf) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Configurable5QISetSingleAllOf) HasAttributes ¶

func (o *Configurable5QISetSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (Configurable5QISetSingleAllOf) MarshalJSON ¶

func (o Configurable5QISetSingleAllOf) MarshalJSON() ([]byte, error)

func (*Configurable5QISetSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given Configurable5QISetSingleAllOfAttributes and assigns it to the Attributes field.

func (Configurable5QISetSingleAllOf) ToMap ¶

func (o Configurable5QISetSingleAllOf) ToMap() (map[string]interface{}, error)

type Configurable5QISetSingleAllOfAttributes ¶

type Configurable5QISetSingleAllOfAttributes struct {
	Configurable5QIs []FiveQICharacteristicsSingle `json:"configurable5QIs,omitempty"`
}

Configurable5QISetSingleAllOfAttributes struct for Configurable5QISetSingleAllOfAttributes

func NewConfigurable5QISetSingleAllOfAttributes ¶

func NewConfigurable5QISetSingleAllOfAttributes() *Configurable5QISetSingleAllOfAttributes

NewConfigurable5QISetSingleAllOfAttributes instantiates a new Configurable5QISetSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewConfigurable5QISetSingleAllOfAttributesWithDefaults ¶

func NewConfigurable5QISetSingleAllOfAttributesWithDefaults() *Configurable5QISetSingleAllOfAttributes

NewConfigurable5QISetSingleAllOfAttributesWithDefaults instantiates a new Configurable5QISetSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Configurable5QISetSingleAllOfAttributes) GetConfigurable5QIs ¶

GetConfigurable5QIs returns the Configurable5QIs field value if set, zero value otherwise.

func (*Configurable5QISetSingleAllOfAttributes) GetConfigurable5QIsOk ¶

GetConfigurable5QIsOk returns a tuple with the Configurable5QIs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Configurable5QISetSingleAllOfAttributes) HasConfigurable5QIs ¶

func (o *Configurable5QISetSingleAllOfAttributes) HasConfigurable5QIs() bool

HasConfigurable5QIs returns a boolean if a field has been set.

func (Configurable5QISetSingleAllOfAttributes) MarshalJSON ¶

func (o Configurable5QISetSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*Configurable5QISetSingleAllOfAttributes) SetConfigurable5QIs ¶

SetConfigurable5QIs gets a reference to the given []FiveQICharacteristicsSingle and assigns it to the Configurable5QIs field.

func (Configurable5QISetSingleAllOfAttributes) ToMap ¶

func (o Configurable5QISetSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type Configurable5QISetSingleAllOfAttributesAllOf ¶

type Configurable5QISetSingleAllOfAttributesAllOf struct {
	Configurable5QIs []FiveQICharacteristicsSingle `json:"configurable5QIs,omitempty"`
}

Configurable5QISetSingleAllOfAttributesAllOf struct for Configurable5QISetSingleAllOfAttributesAllOf

func NewConfigurable5QISetSingleAllOfAttributesAllOf ¶

func NewConfigurable5QISetSingleAllOfAttributesAllOf() *Configurable5QISetSingleAllOfAttributesAllOf

NewConfigurable5QISetSingleAllOfAttributesAllOf instantiates a new Configurable5QISetSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewConfigurable5QISetSingleAllOfAttributesAllOfWithDefaults ¶

func NewConfigurable5QISetSingleAllOfAttributesAllOfWithDefaults() *Configurable5QISetSingleAllOfAttributesAllOf

NewConfigurable5QISetSingleAllOfAttributesAllOfWithDefaults instantiates a new Configurable5QISetSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Configurable5QISetSingleAllOfAttributesAllOf) GetConfigurable5QIs ¶

GetConfigurable5QIs returns the Configurable5QIs field value if set, zero value otherwise.

func (*Configurable5QISetSingleAllOfAttributesAllOf) GetConfigurable5QIsOk ¶

GetConfigurable5QIsOk returns a tuple with the Configurable5QIs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Configurable5QISetSingleAllOfAttributesAllOf) HasConfigurable5QIs ¶

func (o *Configurable5QISetSingleAllOfAttributesAllOf) HasConfigurable5QIs() bool

HasConfigurable5QIs returns a boolean if a field has been set.

func (Configurable5QISetSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*Configurable5QISetSingleAllOfAttributesAllOf) SetConfigurable5QIs ¶

SetConfigurable5QIs gets a reference to the given []FiveQICharacteristicsSingle and assigns it to the Configurable5QIs field.

func (Configurable5QISetSingleAllOfAttributesAllOf) ToMap ¶

func (o Configurable5QISetSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)

type Configuration ¶

type Configuration struct {
	Host             string            `json:"host,omitempty"`
	Scheme           string            `json:"scheme,omitempty"`
	DefaultHeader    map[string]string `json:"defaultHeader,omitempty"`
	UserAgent        string            `json:"userAgent,omitempty"`
	Debug            bool              `json:"debug,omitempty"`
	Servers          ServerConfigurations
	OperationServers map[string]ServerConfigurations
	HTTPClient       *http.Client
}

Configuration stores the configuration of the API client

func NewConfiguration ¶

func NewConfiguration() *Configuration

NewConfiguration returns a new Configuration object

func (*Configuration) AddDefaultHeader ¶

func (c *Configuration) AddDefaultHeader(key string, value string)

AddDefaultHeader adds a new HTTP header to the default header in the request

func (*Configuration) ServerURL ¶

func (c *Configuration) ServerURL(index int, variables map[string]string) (string, error)

ServerURL returns URL based on server settings

func (*Configuration) ServerURLWithContext ¶

func (c *Configuration) ServerURLWithContext(ctx context.Context, endpoint string) (string, error)

ServerURLWithContext returns a new server URL given an endpoint

type ControlLoopLifeCyclePhase ¶

type ControlLoopLifeCyclePhase string

ControlLoopLifeCyclePhase the model 'ControlLoopLifeCyclePhase'

const (
	PREPARATION     ControlLoopLifeCyclePhase = "PREPARATION"
	COMMISSIONING   ControlLoopLifeCyclePhase = "COMMISSIONING"
	OPERATION       ControlLoopLifeCyclePhase = "OPERATION"
	DECOMMISSIONING ControlLoopLifeCyclePhase = "DECOMMISSIONING"
)

List of ControlLoopLifeCyclePhase

func NewControlLoopLifeCyclePhaseFromValue ¶

func NewControlLoopLifeCyclePhaseFromValue(v string) (*ControlLoopLifeCyclePhase, error)

NewControlLoopLifeCyclePhaseFromValue returns a pointer to a valid ControlLoopLifeCyclePhase for the value passed as argument, or an error if the value passed is not allowed by the enum

func (ControlLoopLifeCyclePhase) IsValid ¶

func (v ControlLoopLifeCyclePhase) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (ControlLoopLifeCyclePhase) Ptr ¶

Ptr returns reference to ControlLoopLifeCyclePhase value

func (*ControlLoopLifeCyclePhase) UnmarshalJSON ¶

func (v *ControlLoopLifeCyclePhase) UnmarshalJSON(src []byte) error

type CorrelatedNotification ¶

type CorrelatedNotification struct {
	Source          string  `json:"source"`
	NotificationIds []int32 `json:"notificationIds"`
}

CorrelatedNotification struct for CorrelatedNotification

func NewCorrelatedNotification ¶

func NewCorrelatedNotification(source 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) GetSource ¶

func (o *CorrelatedNotification) GetSource() string

GetSource returns the Source field value

func (*CorrelatedNotification) GetSourceOk ¶

func (o *CorrelatedNotification) GetSourceOk() (*string, bool)

GetSourceOk returns a tuple with the Source 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) SetSource ¶

func (o *CorrelatedNotification) SetSource(v string)

SetSource sets field value

func (CorrelatedNotification) ToMap ¶

func (o CorrelatedNotification) ToMap() (map[string]interface{}, error)

type CorrelatedNotification1 ¶

type CorrelatedNotification1 struct {
	SourceObjectInstance string  `json:"sourceObjectInstance"`
	NotificationIds      []int32 `json:"notificationIds"`
}

CorrelatedNotification1 struct for CorrelatedNotification1

func NewCorrelatedNotification1 ¶

func NewCorrelatedNotification1(sourceObjectInstance string, notificationIds []int32) *CorrelatedNotification1

NewCorrelatedNotification1 instantiates a new CorrelatedNotification1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCorrelatedNotification1WithDefaults ¶

func NewCorrelatedNotification1WithDefaults() *CorrelatedNotification1

NewCorrelatedNotification1WithDefaults instantiates a new CorrelatedNotification1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CorrelatedNotification1) GetNotificationIds ¶

func (o *CorrelatedNotification1) GetNotificationIds() []int32

GetNotificationIds returns the NotificationIds field value

func (*CorrelatedNotification1) GetNotificationIdsOk ¶

func (o *CorrelatedNotification1) GetNotificationIdsOk() ([]int32, bool)

GetNotificationIdsOk returns a tuple with the NotificationIds field value and a boolean to check if the value has been set.

func (*CorrelatedNotification1) GetSourceObjectInstance ¶

func (o *CorrelatedNotification1) GetSourceObjectInstance() string

GetSourceObjectInstance returns the SourceObjectInstance field value

func (*CorrelatedNotification1) GetSourceObjectInstanceOk ¶

func (o *CorrelatedNotification1) GetSourceObjectInstanceOk() (*string, bool)

GetSourceObjectInstanceOk returns a tuple with the SourceObjectInstance field value and a boolean to check if the value has been set.

func (CorrelatedNotification1) MarshalJSON ¶

func (o CorrelatedNotification1) MarshalJSON() ([]byte, error)

func (*CorrelatedNotification1) SetNotificationIds ¶

func (o *CorrelatedNotification1) SetNotificationIds(v []int32)

SetNotificationIds sets field value

func (*CorrelatedNotification1) SetSourceObjectInstance ¶

func (o *CorrelatedNotification1) SetSourceObjectInstance(v string)

SetSourceObjectInstance sets field value

func (CorrelatedNotification1) ToMap ¶

func (o CorrelatedNotification1) ToMap() (map[string]interface{}, error)

type CoverageAreaPolygonContext ¶

type CoverageAreaPolygonContext struct {
	ContextAttribute  *string  `json:"contextAttribute,omitempty"`
	ContextCondition  *string  `json:"contextCondition,omitempty"`
	ContextValueRange []string `json:"contextValueRange,omitempty"`
}

CoverageAreaPolygonContext This data type is the \"ObjectContext\" data type with specialisations for CoverageAreaPolygonContext

func NewCoverageAreaPolygonContext ¶

func NewCoverageAreaPolygonContext() *CoverageAreaPolygonContext

NewCoverageAreaPolygonContext instantiates a new CoverageAreaPolygonContext object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCoverageAreaPolygonContextWithDefaults ¶

func NewCoverageAreaPolygonContextWithDefaults() *CoverageAreaPolygonContext

NewCoverageAreaPolygonContextWithDefaults instantiates a new CoverageAreaPolygonContext object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CoverageAreaPolygonContext) GetContextAttribute ¶

func (o *CoverageAreaPolygonContext) GetContextAttribute() string

GetContextAttribute returns the ContextAttribute field value if set, zero value otherwise.

func (*CoverageAreaPolygonContext) GetContextAttributeOk ¶

func (o *CoverageAreaPolygonContext) GetContextAttributeOk() (*string, bool)

GetContextAttributeOk returns a tuple with the ContextAttribute field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CoverageAreaPolygonContext) GetContextCondition ¶

func (o *CoverageAreaPolygonContext) GetContextCondition() string

GetContextCondition returns the ContextCondition field value if set, zero value otherwise.

func (*CoverageAreaPolygonContext) GetContextConditionOk ¶

func (o *CoverageAreaPolygonContext) GetContextConditionOk() (*string, bool)

GetContextConditionOk returns a tuple with the ContextCondition field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CoverageAreaPolygonContext) GetContextValueRange ¶

func (o *CoverageAreaPolygonContext) GetContextValueRange() []string

GetContextValueRange returns the ContextValueRange field value if set, zero value otherwise.

func (*CoverageAreaPolygonContext) GetContextValueRangeOk ¶

func (o *CoverageAreaPolygonContext) GetContextValueRangeOk() ([]string, bool)

GetContextValueRangeOk returns a tuple with the ContextValueRange field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CoverageAreaPolygonContext) HasContextAttribute ¶

func (o *CoverageAreaPolygonContext) HasContextAttribute() bool

HasContextAttribute returns a boolean if a field has been set.

func (*CoverageAreaPolygonContext) HasContextCondition ¶

func (o *CoverageAreaPolygonContext) HasContextCondition() bool

HasContextCondition returns a boolean if a field has been set.

func (*CoverageAreaPolygonContext) HasContextValueRange ¶

func (o *CoverageAreaPolygonContext) HasContextValueRange() bool

HasContextValueRange returns a boolean if a field has been set.

func (CoverageAreaPolygonContext) MarshalJSON ¶

func (o CoverageAreaPolygonContext) MarshalJSON() ([]byte, error)

func (*CoverageAreaPolygonContext) SetContextAttribute ¶

func (o *CoverageAreaPolygonContext) SetContextAttribute(v string)

SetContextAttribute gets a reference to the given string and assigns it to the ContextAttribute field.

func (*CoverageAreaPolygonContext) SetContextCondition ¶

func (o *CoverageAreaPolygonContext) SetContextCondition(v string)

SetContextCondition gets a reference to the given string and assigns it to the ContextCondition field.

func (*CoverageAreaPolygonContext) SetContextValueRange ¶

func (o *CoverageAreaPolygonContext) SetContextValueRange(v []string)

SetContextValueRange gets a reference to the given []string and assigns it to the ContextValueRange field.

func (CoverageAreaPolygonContext) ToMap ¶

func (o CoverageAreaPolygonContext) ToMap() (map[string]interface{}, error)

type CoverageAreaTAContext ¶

type CoverageAreaTAContext struct {
	ContextAttribute  *string `json:"contextAttribute,omitempty"`
	ContextCondition  *string `json:"contextCondition,omitempty"`
	ContextValueRange []int32 `json:"contextValueRange,omitempty"`
}

CoverageAreaTAContext This data type is the \"ObjectContext\" data type with specialisations for CoverageAreaTAContext

func NewCoverageAreaTAContext ¶

func NewCoverageAreaTAContext() *CoverageAreaTAContext

NewCoverageAreaTAContext instantiates a new CoverageAreaTAContext object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCoverageAreaTAContextWithDefaults ¶

func NewCoverageAreaTAContextWithDefaults() *CoverageAreaTAContext

NewCoverageAreaTAContextWithDefaults instantiates a new CoverageAreaTAContext object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CoverageAreaTAContext) GetContextAttribute ¶

func (o *CoverageAreaTAContext) GetContextAttribute() string

GetContextAttribute returns the ContextAttribute field value if set, zero value otherwise.

func (*CoverageAreaTAContext) GetContextAttributeOk ¶

func (o *CoverageAreaTAContext) GetContextAttributeOk() (*string, bool)

GetContextAttributeOk returns a tuple with the ContextAttribute field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CoverageAreaTAContext) GetContextCondition ¶

func (o *CoverageAreaTAContext) GetContextCondition() string

GetContextCondition returns the ContextCondition field value if set, zero value otherwise.

func (*CoverageAreaTAContext) GetContextConditionOk ¶

func (o *CoverageAreaTAContext) GetContextConditionOk() (*string, bool)

GetContextConditionOk returns a tuple with the ContextCondition field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CoverageAreaTAContext) GetContextValueRange ¶

func (o *CoverageAreaTAContext) GetContextValueRange() []int32

GetContextValueRange returns the ContextValueRange field value if set, zero value otherwise.

func (*CoverageAreaTAContext) GetContextValueRangeOk ¶

func (o *CoverageAreaTAContext) GetContextValueRangeOk() ([]int32, bool)

GetContextValueRangeOk returns a tuple with the ContextValueRange field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CoverageAreaTAContext) HasContextAttribute ¶

func (o *CoverageAreaTAContext) HasContextAttribute() bool

HasContextAttribute returns a boolean if a field has been set.

func (*CoverageAreaTAContext) HasContextCondition ¶

func (o *CoverageAreaTAContext) HasContextCondition() bool

HasContextCondition returns a boolean if a field has been set.

func (*CoverageAreaTAContext) HasContextValueRange ¶

func (o *CoverageAreaTAContext) HasContextValueRange() bool

HasContextValueRange returns a boolean if a field has been set.

func (CoverageAreaTAContext) MarshalJSON ¶

func (o CoverageAreaTAContext) MarshalJSON() ([]byte, error)

func (*CoverageAreaTAContext) SetContextAttribute ¶

func (o *CoverageAreaTAContext) SetContextAttribute(v string)

SetContextAttribute gets a reference to the given string and assigns it to the ContextAttribute field.

func (*CoverageAreaTAContext) SetContextCondition ¶

func (o *CoverageAreaTAContext) SetContextCondition(v string)

SetContextCondition gets a reference to the given string and assigns it to the ContextCondition field.

func (*CoverageAreaTAContext) SetContextValueRange ¶

func (o *CoverageAreaTAContext) SetContextValueRange(v []int32)

SetContextValueRange gets a reference to the given []int32 and assigns it to the ContextValueRange field.

func (CoverageAreaTAContext) ToMap ¶

func (o CoverageAreaTAContext) ToMap() (map[string]interface{}, error)

type CoverageTACContext ¶

type CoverageTACContext struct {
	ContextAttribute  *string `json:"contextAttribute,omitempty"`
	ContextCondition  *string `json:"contextCondition,omitempty"`
	ContextValueRange []int32 `json:"contextValueRange,omitempty"`
}

CoverageTACContext This data type is the \"ObjectContext\" data type with specialisations for CoverageTACContext

func NewCoverageTACContext ¶

func NewCoverageTACContext() *CoverageTACContext

NewCoverageTACContext instantiates a new CoverageTACContext object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCoverageTACContextWithDefaults ¶

func NewCoverageTACContextWithDefaults() *CoverageTACContext

NewCoverageTACContextWithDefaults instantiates a new CoverageTACContext object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CoverageTACContext) GetContextAttribute ¶

func (o *CoverageTACContext) GetContextAttribute() string

GetContextAttribute returns the ContextAttribute field value if set, zero value otherwise.

func (*CoverageTACContext) GetContextAttributeOk ¶

func (o *CoverageTACContext) GetContextAttributeOk() (*string, bool)

GetContextAttributeOk returns a tuple with the ContextAttribute field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CoverageTACContext) GetContextCondition ¶

func (o *CoverageTACContext) GetContextCondition() string

GetContextCondition returns the ContextCondition field value if set, zero value otherwise.

func (*CoverageTACContext) GetContextConditionOk ¶

func (o *CoverageTACContext) GetContextConditionOk() (*string, bool)

GetContextConditionOk returns a tuple with the ContextCondition field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CoverageTACContext) GetContextValueRange ¶

func (o *CoverageTACContext) GetContextValueRange() []int32

GetContextValueRange returns the ContextValueRange field value if set, zero value otherwise.

func (*CoverageTACContext) GetContextValueRangeOk ¶

func (o *CoverageTACContext) GetContextValueRangeOk() ([]int32, bool)

GetContextValueRangeOk returns a tuple with the ContextValueRange field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CoverageTACContext) HasContextAttribute ¶

func (o *CoverageTACContext) HasContextAttribute() bool

HasContextAttribute returns a boolean if a field has been set.

func (*CoverageTACContext) HasContextCondition ¶

func (o *CoverageTACContext) HasContextCondition() bool

HasContextCondition returns a boolean if a field has been set.

func (*CoverageTACContext) HasContextValueRange ¶

func (o *CoverageTACContext) HasContextValueRange() bool

HasContextValueRange returns a boolean if a field has been set.

func (CoverageTACContext) MarshalJSON ¶

func (o CoverageTACContext) MarshalJSON() ([]byte, error)

func (*CoverageTACContext) SetContextAttribute ¶

func (o *CoverageTACContext) SetContextAttribute(v string)

SetContextAttribute gets a reference to the given string and assigns it to the ContextAttribute field.

func (*CoverageTACContext) SetContextCondition ¶

func (o *CoverageTACContext) SetContextCondition(v string)

SetContextCondition gets a reference to the given string and assigns it to the ContextCondition field.

func (*CoverageTACContext) SetContextValueRange ¶

func (o *CoverageTACContext) SetContextValueRange(v []int32)

SetContextValueRange gets a reference to the given []int32 and assigns it to the ContextValueRange field.

func (CoverageTACContext) ToMap ¶

func (o CoverageTACContext) ToMap() (map[string]interface{}, error)

type CyclicPrefix ¶

type CyclicPrefix string

CyclicPrefix the model 'CyclicPrefix'

func NewCyclicPrefixFromValue ¶

func NewCyclicPrefixFromValue(v string) (*CyclicPrefix, error)

NewCyclicPrefixFromValue returns a pointer to a valid CyclicPrefix for the value passed as argument, or an error if the value passed is not allowed by the enum

func (CyclicPrefix) IsValid ¶

func (v CyclicPrefix) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (CyclicPrefix) Ptr ¶

func (v CyclicPrefix) Ptr() *CyclicPrefix

Ptr returns reference to CyclicPrefix value

func (*CyclicPrefix) UnmarshalJSON ¶

func (v *CyclicPrefix) UnmarshalJSON(src []byte) error

type DANRManagementFunctionSingle ¶

type DANRManagementFunctionSingle struct {
	Top
	Attributes *DANRManagementFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}

DANRManagementFunctionSingle struct for DANRManagementFunctionSingle

func NewDANRManagementFunctionSingle ¶

func NewDANRManagementFunctionSingle(id NullableString) *DANRManagementFunctionSingle

NewDANRManagementFunctionSingle instantiates a new DANRManagementFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDANRManagementFunctionSingleWithDefaults ¶

func NewDANRManagementFunctionSingleWithDefaults() *DANRManagementFunctionSingle

NewDANRManagementFunctionSingleWithDefaults instantiates a new DANRManagementFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DANRManagementFunctionSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*DANRManagementFunctionSingle) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DANRManagementFunctionSingle) HasAttributes ¶

func (o *DANRManagementFunctionSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (DANRManagementFunctionSingle) MarshalJSON ¶

func (o DANRManagementFunctionSingle) MarshalJSON() ([]byte, error)

func (*DANRManagementFunctionSingle) SetAttributes ¶

SetAttributes gets a reference to the given DANRManagementFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (DANRManagementFunctionSingle) ToMap ¶

func (o DANRManagementFunctionSingle) ToMap() (map[string]interface{}, error)

type DANRManagementFunctionSingleAllOf ¶

type DANRManagementFunctionSingleAllOf struct {
	Attributes *DANRManagementFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}

DANRManagementFunctionSingleAllOf struct for DANRManagementFunctionSingleAllOf

func NewDANRManagementFunctionSingleAllOf ¶

func NewDANRManagementFunctionSingleAllOf() *DANRManagementFunctionSingleAllOf

NewDANRManagementFunctionSingleAllOf instantiates a new DANRManagementFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDANRManagementFunctionSingleAllOfWithDefaults ¶

func NewDANRManagementFunctionSingleAllOfWithDefaults() *DANRManagementFunctionSingleAllOf

NewDANRManagementFunctionSingleAllOfWithDefaults instantiates a new DANRManagementFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DANRManagementFunctionSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*DANRManagementFunctionSingleAllOf) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DANRManagementFunctionSingleAllOf) HasAttributes ¶

func (o *DANRManagementFunctionSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (DANRManagementFunctionSingleAllOf) MarshalJSON ¶

func (o DANRManagementFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*DANRManagementFunctionSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given DANRManagementFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (DANRManagementFunctionSingleAllOf) ToMap ¶

func (o DANRManagementFunctionSingleAllOf) ToMap() (map[string]interface{}, error)

type DANRManagementFunctionSingleAllOfAttributes ¶

type DANRManagementFunctionSingleAllOfAttributes struct {
	IntrasystemANRManagementSwitch *bool `json:"intrasystemANRManagementSwitch,omitempty"`
	IntersystemANRManagementSwitch *bool `json:"intersystemANRManagementSwitch,omitempty"`
}

DANRManagementFunctionSingleAllOfAttributes struct for DANRManagementFunctionSingleAllOfAttributes

func NewDANRManagementFunctionSingleAllOfAttributes ¶

func NewDANRManagementFunctionSingleAllOfAttributes() *DANRManagementFunctionSingleAllOfAttributes

NewDANRManagementFunctionSingleAllOfAttributes instantiates a new DANRManagementFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDANRManagementFunctionSingleAllOfAttributesWithDefaults ¶

func NewDANRManagementFunctionSingleAllOfAttributesWithDefaults() *DANRManagementFunctionSingleAllOfAttributes

NewDANRManagementFunctionSingleAllOfAttributesWithDefaults instantiates a new DANRManagementFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DANRManagementFunctionSingleAllOfAttributes) GetIntersystemANRManagementSwitch ¶

func (o *DANRManagementFunctionSingleAllOfAttributes) GetIntersystemANRManagementSwitch() bool

GetIntersystemANRManagementSwitch returns the IntersystemANRManagementSwitch field value if set, zero value otherwise.

func (*DANRManagementFunctionSingleAllOfAttributes) GetIntersystemANRManagementSwitchOk ¶

func (o *DANRManagementFunctionSingleAllOfAttributes) GetIntersystemANRManagementSwitchOk() (*bool, bool)

GetIntersystemANRManagementSwitchOk returns a tuple with the IntersystemANRManagementSwitch field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DANRManagementFunctionSingleAllOfAttributes) GetIntrasystemANRManagementSwitch ¶

func (o *DANRManagementFunctionSingleAllOfAttributes) GetIntrasystemANRManagementSwitch() bool

GetIntrasystemANRManagementSwitch returns the IntrasystemANRManagementSwitch field value if set, zero value otherwise.

func (*DANRManagementFunctionSingleAllOfAttributes) GetIntrasystemANRManagementSwitchOk ¶

func (o *DANRManagementFunctionSingleAllOfAttributes) GetIntrasystemANRManagementSwitchOk() (*bool, bool)

GetIntrasystemANRManagementSwitchOk returns a tuple with the IntrasystemANRManagementSwitch field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DANRManagementFunctionSingleAllOfAttributes) HasIntersystemANRManagementSwitch ¶

func (o *DANRManagementFunctionSingleAllOfAttributes) HasIntersystemANRManagementSwitch() bool

HasIntersystemANRManagementSwitch returns a boolean if a field has been set.

func (*DANRManagementFunctionSingleAllOfAttributes) HasIntrasystemANRManagementSwitch ¶

func (o *DANRManagementFunctionSingleAllOfAttributes) HasIntrasystemANRManagementSwitch() bool

HasIntrasystemANRManagementSwitch returns a boolean if a field has been set.

func (DANRManagementFunctionSingleAllOfAttributes) MarshalJSON ¶

func (*DANRManagementFunctionSingleAllOfAttributes) SetIntersystemANRManagementSwitch ¶

func (o *DANRManagementFunctionSingleAllOfAttributes) SetIntersystemANRManagementSwitch(v bool)

SetIntersystemANRManagementSwitch gets a reference to the given bool and assigns it to the IntersystemANRManagementSwitch field.

func (*DANRManagementFunctionSingleAllOfAttributes) SetIntrasystemANRManagementSwitch ¶

func (o *DANRManagementFunctionSingleAllOfAttributes) SetIntrasystemANRManagementSwitch(v bool)

SetIntrasystemANRManagementSwitch gets a reference to the given bool and assigns it to the IntrasystemANRManagementSwitch field.

func (DANRManagementFunctionSingleAllOfAttributes) ToMap ¶

func (o DANRManagementFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type DDNMFFunctionSingle ¶

type DDNMFFunctionSingle struct {
	Top
	Attributes       *DDNMFFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
	PerfMetricJob    []PerfMetricJobSingle               `json:"PerfMetricJob,omitempty"`
	ThresholdMonitor []ThresholdMonitorSingle            `json:"ThresholdMonitor,omitempty"`
	ManagedNFService []ManagedNFServiceSingle            `json:"ManagedNFService,omitempty"`
	TraceJob         []TraceJobSingle                    `json:"TraceJob,omitempty"`
	EPNpc4           []EPNpc4Single                      `json:"EP_Npc4,omitempty"`
	EPNpc6           []EPNpc6Single                      `json:"EP_Npc6,omitempty"`
	EPNpc7           []EPNpc7Single                      `json:"EP_Npc7,omitempty"`
	EPNpc8           []EPNpc8Single                      `json:"EP_Npc8,omitempty"`
}

DDNMFFunctionSingle struct for DDNMFFunctionSingle

func NewDDNMFFunctionSingle ¶

func NewDDNMFFunctionSingle(id NullableString) *DDNMFFunctionSingle

NewDDNMFFunctionSingle instantiates a new DDNMFFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDDNMFFunctionSingleWithDefaults ¶

func NewDDNMFFunctionSingleWithDefaults() *DDNMFFunctionSingle

NewDDNMFFunctionSingleWithDefaults instantiates a new DDNMFFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DDNMFFunctionSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*DDNMFFunctionSingle) GetAttributesOk ¶

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 (*DDNMFFunctionSingle) GetEPNpc4 ¶

func (o *DDNMFFunctionSingle) GetEPNpc4() []EPNpc4Single

GetEPNpc4 returns the EPNpc4 field value if set, zero value otherwise.

func (*DDNMFFunctionSingle) GetEPNpc4Ok ¶

func (o *DDNMFFunctionSingle) GetEPNpc4Ok() ([]EPNpc4Single, bool)

GetEPNpc4Ok returns a tuple with the EPNpc4 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DDNMFFunctionSingle) GetEPNpc6 ¶

func (o *DDNMFFunctionSingle) GetEPNpc6() []EPNpc6Single

GetEPNpc6 returns the EPNpc6 field value if set, zero value otherwise.

func (*DDNMFFunctionSingle) GetEPNpc6Ok ¶

func (o *DDNMFFunctionSingle) GetEPNpc6Ok() ([]EPNpc6Single, bool)

GetEPNpc6Ok returns a tuple with the EPNpc6 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DDNMFFunctionSingle) GetEPNpc7 ¶

func (o *DDNMFFunctionSingle) GetEPNpc7() []EPNpc7Single

GetEPNpc7 returns the EPNpc7 field value if set, zero value otherwise.

func (*DDNMFFunctionSingle) GetEPNpc7Ok ¶

func (o *DDNMFFunctionSingle) GetEPNpc7Ok() ([]EPNpc7Single, bool)

GetEPNpc7Ok returns a tuple with the EPNpc7 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DDNMFFunctionSingle) GetEPNpc8 ¶

func (o *DDNMFFunctionSingle) GetEPNpc8() []EPNpc8Single

GetEPNpc8 returns the EPNpc8 field value if set, zero value otherwise.

func (*DDNMFFunctionSingle) GetEPNpc8Ok ¶

func (o *DDNMFFunctionSingle) GetEPNpc8Ok() ([]EPNpc8Single, bool)

GetEPNpc8Ok returns a tuple with the EPNpc8 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DDNMFFunctionSingle) GetManagedNFService ¶

func (o *DDNMFFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle

GetManagedNFService returns the ManagedNFService field value if set, zero value otherwise.

func (*DDNMFFunctionSingle) GetManagedNFServiceOk ¶

func (o *DDNMFFunctionSingle) 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 (*DDNMFFunctionSingle) GetPerfMetricJob ¶

func (o *DDNMFFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle

GetPerfMetricJob returns the PerfMetricJob field value if set, zero value otherwise.

func (*DDNMFFunctionSingle) GetPerfMetricJobOk ¶

func (o *DDNMFFunctionSingle) 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 (*DDNMFFunctionSingle) GetThresholdMonitor ¶

func (o *DDNMFFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle

GetThresholdMonitor returns the ThresholdMonitor field value if set, zero value otherwise.

func (*DDNMFFunctionSingle) GetThresholdMonitorOk ¶

func (o *DDNMFFunctionSingle) 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 (*DDNMFFunctionSingle) GetTraceJob ¶

func (o *DDNMFFunctionSingle) GetTraceJob() []TraceJobSingle

GetTraceJob returns the TraceJob field value if set, zero value otherwise.

func (*DDNMFFunctionSingle) GetTraceJobOk ¶

func (o *DDNMFFunctionSingle) 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 (*DDNMFFunctionSingle) HasAttributes ¶

func (o *DDNMFFunctionSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*DDNMFFunctionSingle) HasEPNpc4 ¶

func (o *DDNMFFunctionSingle) HasEPNpc4() bool

HasEPNpc4 returns a boolean if a field has been set.

func (*DDNMFFunctionSingle) HasEPNpc6 ¶

func (o *DDNMFFunctionSingle) HasEPNpc6() bool

HasEPNpc6 returns a boolean if a field has been set.

func (*DDNMFFunctionSingle) HasEPNpc7 ¶

func (o *DDNMFFunctionSingle) HasEPNpc7() bool

HasEPNpc7 returns a boolean if a field has been set.

func (*DDNMFFunctionSingle) HasEPNpc8 ¶

func (o *DDNMFFunctionSingle) HasEPNpc8() bool

HasEPNpc8 returns a boolean if a field has been set.

func (*DDNMFFunctionSingle) HasManagedNFService ¶

func (o *DDNMFFunctionSingle) HasManagedNFService() bool

HasManagedNFService returns a boolean if a field has been set.

func (*DDNMFFunctionSingle) HasPerfMetricJob ¶

func (o *DDNMFFunctionSingle) HasPerfMetricJob() bool

HasPerfMetricJob returns a boolean if a field has been set.

func (*DDNMFFunctionSingle) HasThresholdMonitor ¶

func (o *DDNMFFunctionSingle) HasThresholdMonitor() bool

HasThresholdMonitor returns a boolean if a field has been set.

func (*DDNMFFunctionSingle) HasTraceJob ¶

func (o *DDNMFFunctionSingle) HasTraceJob() bool

HasTraceJob returns a boolean if a field has been set.

func (DDNMFFunctionSingle) MarshalJSON ¶

func (o DDNMFFunctionSingle) MarshalJSON() ([]byte, error)

func (*DDNMFFunctionSingle) SetAttributes ¶

SetAttributes gets a reference to the given DDNMFFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (*DDNMFFunctionSingle) SetEPNpc4 ¶

func (o *DDNMFFunctionSingle) SetEPNpc4(v []EPNpc4Single)

SetEPNpc4 gets a reference to the given []EPNpc4Single and assigns it to the EPNpc4 field.

func (*DDNMFFunctionSingle) SetEPNpc6 ¶

func (o *DDNMFFunctionSingle) SetEPNpc6(v []EPNpc6Single)

SetEPNpc6 gets a reference to the given []EPNpc6Single and assigns it to the EPNpc6 field.

func (*DDNMFFunctionSingle) SetEPNpc7 ¶

func (o *DDNMFFunctionSingle) SetEPNpc7(v []EPNpc7Single)

SetEPNpc7 gets a reference to the given []EPNpc7Single and assigns it to the EPNpc7 field.

func (*DDNMFFunctionSingle) SetEPNpc8 ¶

func (o *DDNMFFunctionSingle) SetEPNpc8(v []EPNpc8Single)

SetEPNpc8 gets a reference to the given []EPNpc8Single and assigns it to the EPNpc8 field.

func (*DDNMFFunctionSingle) SetManagedNFService ¶

func (o *DDNMFFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle)

SetManagedNFService gets a reference to the given []ManagedNFServiceSingle and assigns it to the ManagedNFService field.

func (*DDNMFFunctionSingle) SetPerfMetricJob ¶

func (o *DDNMFFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle)

SetPerfMetricJob gets a reference to the given []PerfMetricJobSingle and assigns it to the PerfMetricJob field.

func (*DDNMFFunctionSingle) SetThresholdMonitor ¶

func (o *DDNMFFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)

SetThresholdMonitor gets a reference to the given []ThresholdMonitorSingle and assigns it to the ThresholdMonitor field.

func (*DDNMFFunctionSingle) SetTraceJob ¶

func (o *DDNMFFunctionSingle) SetTraceJob(v []TraceJobSingle)

SetTraceJob gets a reference to the given []TraceJobSingle and assigns it to the TraceJob field.

func (DDNMFFunctionSingle) ToMap ¶

func (o DDNMFFunctionSingle) ToMap() (map[string]interface{}, error)

type DDNMFFunctionSingleAllOf ¶

type DDNMFFunctionSingleAllOf struct {
	Attributes *DDNMFFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}

DDNMFFunctionSingleAllOf struct for DDNMFFunctionSingleAllOf

func NewDDNMFFunctionSingleAllOf ¶

func NewDDNMFFunctionSingleAllOf() *DDNMFFunctionSingleAllOf

NewDDNMFFunctionSingleAllOf instantiates a new DDNMFFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDDNMFFunctionSingleAllOfWithDefaults ¶

func NewDDNMFFunctionSingleAllOfWithDefaults() *DDNMFFunctionSingleAllOf

NewDDNMFFunctionSingleAllOfWithDefaults instantiates a new DDNMFFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DDNMFFunctionSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*DDNMFFunctionSingleAllOf) GetAttributesOk ¶

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 (*DDNMFFunctionSingleAllOf) HasAttributes ¶

func (o *DDNMFFunctionSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (DDNMFFunctionSingleAllOf) MarshalJSON ¶

func (o DDNMFFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*DDNMFFunctionSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given DDNMFFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (DDNMFFunctionSingleAllOf) ToMap ¶

func (o DDNMFFunctionSingleAllOf) ToMap() (map[string]interface{}, error)

type DDNMFFunctionSingleAllOf1 ¶

type DDNMFFunctionSingleAllOf1 struct {
	EPNpc4 []EPNpc4Single `json:"EP_Npc4,omitempty"`
	EPNpc6 []EPNpc6Single `json:"EP_Npc6,omitempty"`
	EPNpc7 []EPNpc7Single `json:"EP_Npc7,omitempty"`
	EPNpc8 []EPNpc8Single `json:"EP_Npc8,omitempty"`
}

DDNMFFunctionSingleAllOf1 struct for DDNMFFunctionSingleAllOf1

func NewDDNMFFunctionSingleAllOf1 ¶

func NewDDNMFFunctionSingleAllOf1() *DDNMFFunctionSingleAllOf1

NewDDNMFFunctionSingleAllOf1 instantiates a new DDNMFFunctionSingleAllOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDDNMFFunctionSingleAllOf1WithDefaults ¶

func NewDDNMFFunctionSingleAllOf1WithDefaults() *DDNMFFunctionSingleAllOf1

NewDDNMFFunctionSingleAllOf1WithDefaults instantiates a new DDNMFFunctionSingleAllOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DDNMFFunctionSingleAllOf1) GetEPNpc4 ¶

func (o *DDNMFFunctionSingleAllOf1) GetEPNpc4() []EPNpc4Single

GetEPNpc4 returns the EPNpc4 field value if set, zero value otherwise.

func (*DDNMFFunctionSingleAllOf1) GetEPNpc4Ok ¶

func (o *DDNMFFunctionSingleAllOf1) GetEPNpc4Ok() ([]EPNpc4Single, bool)

GetEPNpc4Ok returns a tuple with the EPNpc4 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DDNMFFunctionSingleAllOf1) GetEPNpc6 ¶

func (o *DDNMFFunctionSingleAllOf1) GetEPNpc6() []EPNpc6Single

GetEPNpc6 returns the EPNpc6 field value if set, zero value otherwise.

func (*DDNMFFunctionSingleAllOf1) GetEPNpc6Ok ¶

func (o *DDNMFFunctionSingleAllOf1) GetEPNpc6Ok() ([]EPNpc6Single, bool)

GetEPNpc6Ok returns a tuple with the EPNpc6 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DDNMFFunctionSingleAllOf1) GetEPNpc7 ¶

func (o *DDNMFFunctionSingleAllOf1) GetEPNpc7() []EPNpc7Single

GetEPNpc7 returns the EPNpc7 field value if set, zero value otherwise.

func (*DDNMFFunctionSingleAllOf1) GetEPNpc7Ok ¶

func (o *DDNMFFunctionSingleAllOf1) GetEPNpc7Ok() ([]EPNpc7Single, bool)

GetEPNpc7Ok returns a tuple with the EPNpc7 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DDNMFFunctionSingleAllOf1) GetEPNpc8 ¶

func (o *DDNMFFunctionSingleAllOf1) GetEPNpc8() []EPNpc8Single

GetEPNpc8 returns the EPNpc8 field value if set, zero value otherwise.

func (*DDNMFFunctionSingleAllOf1) GetEPNpc8Ok ¶

func (o *DDNMFFunctionSingleAllOf1) GetEPNpc8Ok() ([]EPNpc8Single, bool)

GetEPNpc8Ok returns a tuple with the EPNpc8 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DDNMFFunctionSingleAllOf1) HasEPNpc4 ¶

func (o *DDNMFFunctionSingleAllOf1) HasEPNpc4() bool

HasEPNpc4 returns a boolean if a field has been set.

func (*DDNMFFunctionSingleAllOf1) HasEPNpc6 ¶

func (o *DDNMFFunctionSingleAllOf1) HasEPNpc6() bool

HasEPNpc6 returns a boolean if a field has been set.

func (*DDNMFFunctionSingleAllOf1) HasEPNpc7 ¶

func (o *DDNMFFunctionSingleAllOf1) HasEPNpc7() bool

HasEPNpc7 returns a boolean if a field has been set.

func (*DDNMFFunctionSingleAllOf1) HasEPNpc8 ¶

func (o *DDNMFFunctionSingleAllOf1) HasEPNpc8() bool

HasEPNpc8 returns a boolean if a field has been set.

func (DDNMFFunctionSingleAllOf1) MarshalJSON ¶

func (o DDNMFFunctionSingleAllOf1) MarshalJSON() ([]byte, error)

func (*DDNMFFunctionSingleAllOf1) SetEPNpc4 ¶

func (o *DDNMFFunctionSingleAllOf1) SetEPNpc4(v []EPNpc4Single)

SetEPNpc4 gets a reference to the given []EPNpc4Single and assigns it to the EPNpc4 field.

func (*DDNMFFunctionSingleAllOf1) SetEPNpc6 ¶

func (o *DDNMFFunctionSingleAllOf1) SetEPNpc6(v []EPNpc6Single)

SetEPNpc6 gets a reference to the given []EPNpc6Single and assigns it to the EPNpc6 field.

func (*DDNMFFunctionSingleAllOf1) SetEPNpc7 ¶

func (o *DDNMFFunctionSingleAllOf1) SetEPNpc7(v []EPNpc7Single)

SetEPNpc7 gets a reference to the given []EPNpc7Single and assigns it to the EPNpc7 field.

func (*DDNMFFunctionSingleAllOf1) SetEPNpc8 ¶

func (o *DDNMFFunctionSingleAllOf1) SetEPNpc8(v []EPNpc8Single)

SetEPNpc8 gets a reference to the given []EPNpc8Single and assigns it to the EPNpc8 field.

func (DDNMFFunctionSingleAllOf1) ToMap ¶

func (o DDNMFFunctionSingleAllOf1) ToMap() (map[string]interface{}, error)

type DDNMFFunctionSingleAllOfAttributes ¶

type DDNMFFunctionSingleAllOfAttributes struct {
	ManagedFunctionAttr
	PlmnId           *PlmnId           `json:"plmnId,omitempty"`
	SBIFqdn          *string           `json:"sBIFqdn,omitempty"`
	ManagedNFProfile *ManagedNFProfile `json:"managedNFProfile,omitempty"`
	CommModelList    []CommModel       `json:"commModelList,omitempty"`
}

DDNMFFunctionSingleAllOfAttributes struct for DDNMFFunctionSingleAllOfAttributes

func NewDDNMFFunctionSingleAllOfAttributes ¶

func NewDDNMFFunctionSingleAllOfAttributes() *DDNMFFunctionSingleAllOfAttributes

NewDDNMFFunctionSingleAllOfAttributes instantiates a new DDNMFFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDDNMFFunctionSingleAllOfAttributesWithDefaults ¶

func NewDDNMFFunctionSingleAllOfAttributesWithDefaults() *DDNMFFunctionSingleAllOfAttributes

NewDDNMFFunctionSingleAllOfAttributesWithDefaults instantiates a new DDNMFFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DDNMFFunctionSingleAllOfAttributes) GetCommModelList ¶

func (o *DDNMFFunctionSingleAllOfAttributes) GetCommModelList() []CommModel

GetCommModelList returns the CommModelList field value if set, zero value otherwise.

func (*DDNMFFunctionSingleAllOfAttributes) GetCommModelListOk ¶

func (o *DDNMFFunctionSingleAllOfAttributes) GetCommModelListOk() ([]CommModel, bool)

GetCommModelListOk returns a tuple with the CommModelList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DDNMFFunctionSingleAllOfAttributes) GetManagedNFProfile ¶

func (o *DDNMFFunctionSingleAllOfAttributes) GetManagedNFProfile() ManagedNFProfile

GetManagedNFProfile returns the ManagedNFProfile field value if set, zero value otherwise.

func (*DDNMFFunctionSingleAllOfAttributes) GetManagedNFProfileOk ¶

func (o *DDNMFFunctionSingleAllOfAttributes) GetManagedNFProfileOk() (*ManagedNFProfile, bool)

GetManagedNFProfileOk returns a tuple with the ManagedNFProfile field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DDNMFFunctionSingleAllOfAttributes) GetPlmnId ¶

GetPlmnId returns the PlmnId field value if set, zero value otherwise.

func (*DDNMFFunctionSingleAllOfAttributes) GetPlmnIdOk ¶

func (o *DDNMFFunctionSingleAllOfAttributes) GetPlmnIdOk() (*PlmnId, bool)

GetPlmnIdOk returns a tuple with the PlmnId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DDNMFFunctionSingleAllOfAttributes) GetSBIFqdn ¶

GetSBIFqdn returns the SBIFqdn field value if set, zero value otherwise.

func (*DDNMFFunctionSingleAllOfAttributes) GetSBIFqdnOk ¶

func (o *DDNMFFunctionSingleAllOfAttributes) GetSBIFqdnOk() (*string, bool)

GetSBIFqdnOk returns a tuple with the SBIFqdn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DDNMFFunctionSingleAllOfAttributes) HasCommModelList ¶

func (o *DDNMFFunctionSingleAllOfAttributes) HasCommModelList() bool

HasCommModelList returns a boolean if a field has been set.

func (*DDNMFFunctionSingleAllOfAttributes) HasManagedNFProfile ¶

func (o *DDNMFFunctionSingleAllOfAttributes) HasManagedNFProfile() bool

HasManagedNFProfile returns a boolean if a field has been set.

func (*DDNMFFunctionSingleAllOfAttributes) HasPlmnId ¶

HasPlmnId returns a boolean if a field has been set.

func (*DDNMFFunctionSingleAllOfAttributes) HasSBIFqdn ¶

func (o *DDNMFFunctionSingleAllOfAttributes) HasSBIFqdn() bool

HasSBIFqdn returns a boolean if a field has been set.

func (DDNMFFunctionSingleAllOfAttributes) MarshalJSON ¶

func (o DDNMFFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*DDNMFFunctionSingleAllOfAttributes) SetCommModelList ¶

func (o *DDNMFFunctionSingleAllOfAttributes) SetCommModelList(v []CommModel)

SetCommModelList gets a reference to the given []CommModel and assigns it to the CommModelList field.

func (*DDNMFFunctionSingleAllOfAttributes) SetManagedNFProfile ¶

func (o *DDNMFFunctionSingleAllOfAttributes) SetManagedNFProfile(v ManagedNFProfile)

SetManagedNFProfile gets a reference to the given ManagedNFProfile and assigns it to the ManagedNFProfile field.

func (*DDNMFFunctionSingleAllOfAttributes) SetPlmnId ¶

SetPlmnId gets a reference to the given PlmnId and assigns it to the PlmnId field.

func (*DDNMFFunctionSingleAllOfAttributes) SetSBIFqdn ¶

func (o *DDNMFFunctionSingleAllOfAttributes) SetSBIFqdn(v string)

SetSBIFqdn gets a reference to the given string and assigns it to the SBIFqdn field.

func (DDNMFFunctionSingleAllOfAttributes) ToMap ¶

func (o DDNMFFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type DDNMFFunctionSingleAllOfAttributesAllOf ¶

type DDNMFFunctionSingleAllOfAttributesAllOf struct {
	PlmnId           *PlmnId           `json:"plmnId,omitempty"`
	SBIFqdn          *string           `json:"sBIFqdn,omitempty"`
	ManagedNFProfile *ManagedNFProfile `json:"managedNFProfile,omitempty"`
	CommModelList    []CommModel       `json:"commModelList,omitempty"`
}

DDNMFFunctionSingleAllOfAttributesAllOf struct for DDNMFFunctionSingleAllOfAttributesAllOf

func NewDDNMFFunctionSingleAllOfAttributesAllOf ¶

func NewDDNMFFunctionSingleAllOfAttributesAllOf() *DDNMFFunctionSingleAllOfAttributesAllOf

NewDDNMFFunctionSingleAllOfAttributesAllOf instantiates a new DDNMFFunctionSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDDNMFFunctionSingleAllOfAttributesAllOfWithDefaults ¶

func NewDDNMFFunctionSingleAllOfAttributesAllOfWithDefaults() *DDNMFFunctionSingleAllOfAttributesAllOf

NewDDNMFFunctionSingleAllOfAttributesAllOfWithDefaults instantiates a new DDNMFFunctionSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DDNMFFunctionSingleAllOfAttributesAllOf) GetCommModelList ¶

func (o *DDNMFFunctionSingleAllOfAttributesAllOf) GetCommModelList() []CommModel

GetCommModelList returns the CommModelList field value if set, zero value otherwise.

func (*DDNMFFunctionSingleAllOfAttributesAllOf) GetCommModelListOk ¶

func (o *DDNMFFunctionSingleAllOfAttributesAllOf) GetCommModelListOk() ([]CommModel, bool)

GetCommModelListOk returns a tuple with the CommModelList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DDNMFFunctionSingleAllOfAttributesAllOf) GetManagedNFProfile ¶

GetManagedNFProfile returns the ManagedNFProfile field value if set, zero value otherwise.

func (*DDNMFFunctionSingleAllOfAttributesAllOf) GetManagedNFProfileOk ¶

func (o *DDNMFFunctionSingleAllOfAttributesAllOf) GetManagedNFProfileOk() (*ManagedNFProfile, bool)

GetManagedNFProfileOk returns a tuple with the ManagedNFProfile field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DDNMFFunctionSingleAllOfAttributesAllOf) GetPlmnId ¶

GetPlmnId returns the PlmnId field value if set, zero value otherwise.

func (*DDNMFFunctionSingleAllOfAttributesAllOf) GetPlmnIdOk ¶

GetPlmnIdOk returns a tuple with the PlmnId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DDNMFFunctionSingleAllOfAttributesAllOf) GetSBIFqdn ¶

GetSBIFqdn returns the SBIFqdn field value if set, zero value otherwise.

func (*DDNMFFunctionSingleAllOfAttributesAllOf) GetSBIFqdnOk ¶

func (o *DDNMFFunctionSingleAllOfAttributesAllOf) GetSBIFqdnOk() (*string, bool)

GetSBIFqdnOk returns a tuple with the SBIFqdn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DDNMFFunctionSingleAllOfAttributesAllOf) HasCommModelList ¶

func (o *DDNMFFunctionSingleAllOfAttributesAllOf) HasCommModelList() bool

HasCommModelList returns a boolean if a field has been set.

func (*DDNMFFunctionSingleAllOfAttributesAllOf) HasManagedNFProfile ¶

func (o *DDNMFFunctionSingleAllOfAttributesAllOf) HasManagedNFProfile() bool

HasManagedNFProfile returns a boolean if a field has been set.

func (*DDNMFFunctionSingleAllOfAttributesAllOf) HasPlmnId ¶

HasPlmnId returns a boolean if a field has been set.

func (*DDNMFFunctionSingleAllOfAttributesAllOf) HasSBIFqdn ¶

HasSBIFqdn returns a boolean if a field has been set.

func (DDNMFFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (o DDNMFFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)

func (*DDNMFFunctionSingleAllOfAttributesAllOf) SetCommModelList ¶

func (o *DDNMFFunctionSingleAllOfAttributesAllOf) SetCommModelList(v []CommModel)

SetCommModelList gets a reference to the given []CommModel and assigns it to the CommModelList field.

func (*DDNMFFunctionSingleAllOfAttributesAllOf) SetManagedNFProfile ¶

SetManagedNFProfile gets a reference to the given ManagedNFProfile and assigns it to the ManagedNFProfile field.

func (*DDNMFFunctionSingleAllOfAttributesAllOf) SetPlmnId ¶

SetPlmnId gets a reference to the given PlmnId and assigns it to the PlmnId field.

func (*DDNMFFunctionSingleAllOfAttributesAllOf) SetSBIFqdn ¶

SetSBIFqdn gets a reference to the given string and assigns it to the SBIFqdn field.

func (DDNMFFunctionSingleAllOfAttributesAllOf) ToMap ¶

func (o DDNMFFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)

type DESManagementFunctionSingle ¶

type DESManagementFunctionSingle struct {
	Top
	Attributes *DESManagementFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}

DESManagementFunctionSingle struct for DESManagementFunctionSingle

func NewDESManagementFunctionSingle ¶

func NewDESManagementFunctionSingle(id NullableString) *DESManagementFunctionSingle

NewDESManagementFunctionSingle instantiates a new DESManagementFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDESManagementFunctionSingleWithDefaults ¶

func NewDESManagementFunctionSingleWithDefaults() *DESManagementFunctionSingle

NewDESManagementFunctionSingleWithDefaults instantiates a new DESManagementFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DESManagementFunctionSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*DESManagementFunctionSingle) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DESManagementFunctionSingle) HasAttributes ¶

func (o *DESManagementFunctionSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (DESManagementFunctionSingle) MarshalJSON ¶

func (o DESManagementFunctionSingle) MarshalJSON() ([]byte, error)

func (*DESManagementFunctionSingle) SetAttributes ¶

SetAttributes gets a reference to the given DESManagementFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (DESManagementFunctionSingle) ToMap ¶

func (o DESManagementFunctionSingle) ToMap() (map[string]interface{}, error)

type DESManagementFunctionSingleAllOf ¶

type DESManagementFunctionSingleAllOf struct {
	Attributes *DESManagementFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}

DESManagementFunctionSingleAllOf struct for DESManagementFunctionSingleAllOf

func NewDESManagementFunctionSingleAllOf ¶

func NewDESManagementFunctionSingleAllOf() *DESManagementFunctionSingleAllOf

NewDESManagementFunctionSingleAllOf instantiates a new DESManagementFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDESManagementFunctionSingleAllOfWithDefaults ¶

func NewDESManagementFunctionSingleAllOfWithDefaults() *DESManagementFunctionSingleAllOf

NewDESManagementFunctionSingleAllOfWithDefaults instantiates a new DESManagementFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DESManagementFunctionSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*DESManagementFunctionSingleAllOf) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DESManagementFunctionSingleAllOf) HasAttributes ¶

func (o *DESManagementFunctionSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (DESManagementFunctionSingleAllOf) MarshalJSON ¶

func (o DESManagementFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*DESManagementFunctionSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given DESManagementFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (DESManagementFunctionSingleAllOf) ToMap ¶

func (o DESManagementFunctionSingleAllOf) ToMap() (map[string]interface{}, error)

type DESManagementFunctionSingleAllOfAttributes ¶

type DESManagementFunctionSingleAllOfAttributes struct {
	DesSwitch                                          *bool                                               `json:"desSwitch,omitempty"`
	IntraRatEsActivationOriginalCellLoadParameters     *IntraRatEsActivationOriginalCellLoadParameters     `json:"intraRatEsActivationOriginalCellLoadParameters,omitempty"`
	IntraRatEsActivationCandidateCellsLoadParameters   *IntraRatEsActivationCandidateCellsLoadParameters   `json:"intraRatEsActivationCandidateCellsLoadParameters,omitempty"`
	IntraRatEsDeactivationCandidateCellsLoadParameters *IntraRatEsDeactivationCandidateCellsLoadParameters `json:"intraRatEsDeactivationCandidateCellsLoadParameters,omitempty"`
	EsNotAllowedTimePeriod                             *EsNotAllowedTimePeriod                             `json:"esNotAllowedTimePeriod,omitempty"`
	InterRatEsActivationOriginalCellParameters         *InterRatEsActivationOriginalCellParameters         `json:"interRatEsActivationOriginalCellParameters,omitempty"`
	InterRatEsActivationCandidateCellParameters        *InterRatEsActivationCandidateCellParameters        `json:"interRatEsActivationCandidateCellParameters,omitempty"`
	InterRatEsDeactivationCandidateCellParameters      *InterRatEsDeactivationCandidateCellParameters      `json:"interRatEsDeactivationCandidateCellParameters,omitempty"`
	IsProbingCapable                                   *string                                             `json:"isProbingCapable,omitempty"`
	EnergySavingState                                  *string                                             `json:"energySavingState,omitempty"`
}

DESManagementFunctionSingleAllOfAttributes struct for DESManagementFunctionSingleAllOfAttributes

func NewDESManagementFunctionSingleAllOfAttributes ¶

func NewDESManagementFunctionSingleAllOfAttributes() *DESManagementFunctionSingleAllOfAttributes

NewDESManagementFunctionSingleAllOfAttributes instantiates a new DESManagementFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDESManagementFunctionSingleAllOfAttributesWithDefaults ¶

func NewDESManagementFunctionSingleAllOfAttributesWithDefaults() *DESManagementFunctionSingleAllOfAttributes

NewDESManagementFunctionSingleAllOfAttributesWithDefaults instantiates a new DESManagementFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DESManagementFunctionSingleAllOfAttributes) GetDesSwitch ¶

GetDesSwitch returns the DesSwitch field value if set, zero value otherwise.

func (*DESManagementFunctionSingleAllOfAttributes) GetDesSwitchOk ¶

func (o *DESManagementFunctionSingleAllOfAttributes) GetDesSwitchOk() (*bool, bool)

GetDesSwitchOk returns a tuple with the DesSwitch field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DESManagementFunctionSingleAllOfAttributes) GetEnergySavingState ¶

func (o *DESManagementFunctionSingleAllOfAttributes) GetEnergySavingState() string

GetEnergySavingState returns the EnergySavingState field value if set, zero value otherwise.

func (*DESManagementFunctionSingleAllOfAttributes) GetEnergySavingStateOk ¶

func (o *DESManagementFunctionSingleAllOfAttributes) GetEnergySavingStateOk() (*string, bool)

GetEnergySavingStateOk returns a tuple with the EnergySavingState field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DESManagementFunctionSingleAllOfAttributes) GetEsNotAllowedTimePeriod ¶

GetEsNotAllowedTimePeriod returns the EsNotAllowedTimePeriod field value if set, zero value otherwise.

func (*DESManagementFunctionSingleAllOfAttributes) GetEsNotAllowedTimePeriodOk ¶

func (o *DESManagementFunctionSingleAllOfAttributes) GetEsNotAllowedTimePeriodOk() (*EsNotAllowedTimePeriod, bool)

GetEsNotAllowedTimePeriodOk returns a tuple with the EsNotAllowedTimePeriod field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DESManagementFunctionSingleAllOfAttributes) GetInterRatEsActivationCandidateCellParameters ¶

func (o *DESManagementFunctionSingleAllOfAttributes) GetInterRatEsActivationCandidateCellParameters() InterRatEsActivationCandidateCellParameters

GetInterRatEsActivationCandidateCellParameters returns the InterRatEsActivationCandidateCellParameters field value if set, zero value otherwise.

func (*DESManagementFunctionSingleAllOfAttributes) GetInterRatEsActivationCandidateCellParametersOk ¶

func (o *DESManagementFunctionSingleAllOfAttributes) GetInterRatEsActivationCandidateCellParametersOk() (*InterRatEsActivationCandidateCellParameters, bool)

GetInterRatEsActivationCandidateCellParametersOk returns a tuple with the InterRatEsActivationCandidateCellParameters field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DESManagementFunctionSingleAllOfAttributes) GetInterRatEsActivationOriginalCellParameters ¶

func (o *DESManagementFunctionSingleAllOfAttributes) GetInterRatEsActivationOriginalCellParameters() InterRatEsActivationOriginalCellParameters

GetInterRatEsActivationOriginalCellParameters returns the InterRatEsActivationOriginalCellParameters field value if set, zero value otherwise.

func (*DESManagementFunctionSingleAllOfAttributes) GetInterRatEsActivationOriginalCellParametersOk ¶

func (o *DESManagementFunctionSingleAllOfAttributes) GetInterRatEsActivationOriginalCellParametersOk() (*InterRatEsActivationOriginalCellParameters, bool)

GetInterRatEsActivationOriginalCellParametersOk returns a tuple with the InterRatEsActivationOriginalCellParameters field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DESManagementFunctionSingleAllOfAttributes) GetInterRatEsDeactivationCandidateCellParameters ¶

func (o *DESManagementFunctionSingleAllOfAttributes) GetInterRatEsDeactivationCandidateCellParameters() InterRatEsDeactivationCandidateCellParameters

GetInterRatEsDeactivationCandidateCellParameters returns the InterRatEsDeactivationCandidateCellParameters field value if set, zero value otherwise.

func (*DESManagementFunctionSingleAllOfAttributes) GetInterRatEsDeactivationCandidateCellParametersOk ¶

func (o *DESManagementFunctionSingleAllOfAttributes) GetInterRatEsDeactivationCandidateCellParametersOk() (*InterRatEsDeactivationCandidateCellParameters, bool)

GetInterRatEsDeactivationCandidateCellParametersOk returns a tuple with the InterRatEsDeactivationCandidateCellParameters field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DESManagementFunctionSingleAllOfAttributes) GetIntraRatEsActivationCandidateCellsLoadParameters ¶

func (o *DESManagementFunctionSingleAllOfAttributes) GetIntraRatEsActivationCandidateCellsLoadParameters() IntraRatEsActivationCandidateCellsLoadParameters

GetIntraRatEsActivationCandidateCellsLoadParameters returns the IntraRatEsActivationCandidateCellsLoadParameters field value if set, zero value otherwise.

func (*DESManagementFunctionSingleAllOfAttributes) GetIntraRatEsActivationCandidateCellsLoadParametersOk ¶

func (o *DESManagementFunctionSingleAllOfAttributes) GetIntraRatEsActivationCandidateCellsLoadParametersOk() (*IntraRatEsActivationCandidateCellsLoadParameters, bool)

GetIntraRatEsActivationCandidateCellsLoadParametersOk returns a tuple with the IntraRatEsActivationCandidateCellsLoadParameters field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DESManagementFunctionSingleAllOfAttributes) GetIntraRatEsActivationOriginalCellLoadParameters ¶

func (o *DESManagementFunctionSingleAllOfAttributes) GetIntraRatEsActivationOriginalCellLoadParameters() IntraRatEsActivationOriginalCellLoadParameters

GetIntraRatEsActivationOriginalCellLoadParameters returns the IntraRatEsActivationOriginalCellLoadParameters field value if set, zero value otherwise.

func (*DESManagementFunctionSingleAllOfAttributes) GetIntraRatEsActivationOriginalCellLoadParametersOk ¶

func (o *DESManagementFunctionSingleAllOfAttributes) GetIntraRatEsActivationOriginalCellLoadParametersOk() (*IntraRatEsActivationOriginalCellLoadParameters, bool)

GetIntraRatEsActivationOriginalCellLoadParametersOk returns a tuple with the IntraRatEsActivationOriginalCellLoadParameters field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DESManagementFunctionSingleAllOfAttributes) GetIntraRatEsDeactivationCandidateCellsLoadParameters ¶

func (o *DESManagementFunctionSingleAllOfAttributes) GetIntraRatEsDeactivationCandidateCellsLoadParameters() IntraRatEsDeactivationCandidateCellsLoadParameters

GetIntraRatEsDeactivationCandidateCellsLoadParameters returns the IntraRatEsDeactivationCandidateCellsLoadParameters field value if set, zero value otherwise.

func (*DESManagementFunctionSingleAllOfAttributes) GetIntraRatEsDeactivationCandidateCellsLoadParametersOk ¶

func (o *DESManagementFunctionSingleAllOfAttributes) GetIntraRatEsDeactivationCandidateCellsLoadParametersOk() (*IntraRatEsDeactivationCandidateCellsLoadParameters, bool)

GetIntraRatEsDeactivationCandidateCellsLoadParametersOk returns a tuple with the IntraRatEsDeactivationCandidateCellsLoadParameters field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DESManagementFunctionSingleAllOfAttributes) GetIsProbingCapable ¶

func (o *DESManagementFunctionSingleAllOfAttributes) GetIsProbingCapable() string

GetIsProbingCapable returns the IsProbingCapable field value if set, zero value otherwise.

func (*DESManagementFunctionSingleAllOfAttributes) GetIsProbingCapableOk ¶

func (o *DESManagementFunctionSingleAllOfAttributes) GetIsProbingCapableOk() (*string, bool)

GetIsProbingCapableOk returns a tuple with the IsProbingCapable field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DESManagementFunctionSingleAllOfAttributes) HasDesSwitch ¶

HasDesSwitch returns a boolean if a field has been set.

func (*DESManagementFunctionSingleAllOfAttributes) HasEnergySavingState ¶

func (o *DESManagementFunctionSingleAllOfAttributes) HasEnergySavingState() bool

HasEnergySavingState returns a boolean if a field has been set.

func (*DESManagementFunctionSingleAllOfAttributes) HasEsNotAllowedTimePeriod ¶

func (o *DESManagementFunctionSingleAllOfAttributes) HasEsNotAllowedTimePeriod() bool

HasEsNotAllowedTimePeriod returns a boolean if a field has been set.

func (*DESManagementFunctionSingleAllOfAttributes) HasInterRatEsActivationCandidateCellParameters ¶

func (o *DESManagementFunctionSingleAllOfAttributes) HasInterRatEsActivationCandidateCellParameters() bool

HasInterRatEsActivationCandidateCellParameters returns a boolean if a field has been set.

func (*DESManagementFunctionSingleAllOfAttributes) HasInterRatEsActivationOriginalCellParameters ¶

func (o *DESManagementFunctionSingleAllOfAttributes) HasInterRatEsActivationOriginalCellParameters() bool

HasInterRatEsActivationOriginalCellParameters returns a boolean if a field has been set.

func (*DESManagementFunctionSingleAllOfAttributes) HasInterRatEsDeactivationCandidateCellParameters ¶

func (o *DESManagementFunctionSingleAllOfAttributes) HasInterRatEsDeactivationCandidateCellParameters() bool

HasInterRatEsDeactivationCandidateCellParameters returns a boolean if a field has been set.

func (*DESManagementFunctionSingleAllOfAttributes) HasIntraRatEsActivationCandidateCellsLoadParameters ¶

func (o *DESManagementFunctionSingleAllOfAttributes) HasIntraRatEsActivationCandidateCellsLoadParameters() bool

HasIntraRatEsActivationCandidateCellsLoadParameters returns a boolean if a field has been set.

func (*DESManagementFunctionSingleAllOfAttributes) HasIntraRatEsActivationOriginalCellLoadParameters ¶

func (o *DESManagementFunctionSingleAllOfAttributes) HasIntraRatEsActivationOriginalCellLoadParameters() bool

HasIntraRatEsActivationOriginalCellLoadParameters returns a boolean if a field has been set.

func (*DESManagementFunctionSingleAllOfAttributes) HasIntraRatEsDeactivationCandidateCellsLoadParameters ¶

func (o *DESManagementFunctionSingleAllOfAttributes) HasIntraRatEsDeactivationCandidateCellsLoadParameters() bool

HasIntraRatEsDeactivationCandidateCellsLoadParameters returns a boolean if a field has been set.

func (*DESManagementFunctionSingleAllOfAttributes) HasIsProbingCapable ¶

func (o *DESManagementFunctionSingleAllOfAttributes) HasIsProbingCapable() bool

HasIsProbingCapable returns a boolean if a field has been set.

func (DESManagementFunctionSingleAllOfAttributes) MarshalJSON ¶

func (*DESManagementFunctionSingleAllOfAttributes) SetDesSwitch ¶

SetDesSwitch gets a reference to the given bool and assigns it to the DesSwitch field.

func (*DESManagementFunctionSingleAllOfAttributes) SetEnergySavingState ¶

func (o *DESManagementFunctionSingleAllOfAttributes) SetEnergySavingState(v string)

SetEnergySavingState gets a reference to the given string and assigns it to the EnergySavingState field.

func (*DESManagementFunctionSingleAllOfAttributes) SetEsNotAllowedTimePeriod ¶

SetEsNotAllowedTimePeriod gets a reference to the given EsNotAllowedTimePeriod and assigns it to the EsNotAllowedTimePeriod field.

func (*DESManagementFunctionSingleAllOfAttributes) SetInterRatEsActivationCandidateCellParameters ¶

func (o *DESManagementFunctionSingleAllOfAttributes) SetInterRatEsActivationCandidateCellParameters(v InterRatEsActivationCandidateCellParameters)

SetInterRatEsActivationCandidateCellParameters gets a reference to the given InterRatEsActivationCandidateCellParameters and assigns it to the InterRatEsActivationCandidateCellParameters field.

func (*DESManagementFunctionSingleAllOfAttributes) SetInterRatEsActivationOriginalCellParameters ¶

func (o *DESManagementFunctionSingleAllOfAttributes) SetInterRatEsActivationOriginalCellParameters(v InterRatEsActivationOriginalCellParameters)

SetInterRatEsActivationOriginalCellParameters gets a reference to the given InterRatEsActivationOriginalCellParameters and assigns it to the InterRatEsActivationOriginalCellParameters field.

func (*DESManagementFunctionSingleAllOfAttributes) SetInterRatEsDeactivationCandidateCellParameters ¶

func (o *DESManagementFunctionSingleAllOfAttributes) SetInterRatEsDeactivationCandidateCellParameters(v InterRatEsDeactivationCandidateCellParameters)

SetInterRatEsDeactivationCandidateCellParameters gets a reference to the given InterRatEsDeactivationCandidateCellParameters and assigns it to the InterRatEsDeactivationCandidateCellParameters field.

func (*DESManagementFunctionSingleAllOfAttributes) SetIntraRatEsActivationCandidateCellsLoadParameters ¶

func (o *DESManagementFunctionSingleAllOfAttributes) SetIntraRatEsActivationCandidateCellsLoadParameters(v IntraRatEsActivationCandidateCellsLoadParameters)

SetIntraRatEsActivationCandidateCellsLoadParameters gets a reference to the given IntraRatEsActivationCandidateCellsLoadParameters and assigns it to the IntraRatEsActivationCandidateCellsLoadParameters field.

func (*DESManagementFunctionSingleAllOfAttributes) SetIntraRatEsActivationOriginalCellLoadParameters ¶

func (o *DESManagementFunctionSingleAllOfAttributes) SetIntraRatEsActivationOriginalCellLoadParameters(v IntraRatEsActivationOriginalCellLoadParameters)

SetIntraRatEsActivationOriginalCellLoadParameters gets a reference to the given IntraRatEsActivationOriginalCellLoadParameters and assigns it to the IntraRatEsActivationOriginalCellLoadParameters field.

func (*DESManagementFunctionSingleAllOfAttributes) SetIntraRatEsDeactivationCandidateCellsLoadParameters ¶

func (o *DESManagementFunctionSingleAllOfAttributes) SetIntraRatEsDeactivationCandidateCellsLoadParameters(v IntraRatEsDeactivationCandidateCellsLoadParameters)

SetIntraRatEsDeactivationCandidateCellsLoadParameters gets a reference to the given IntraRatEsDeactivationCandidateCellsLoadParameters and assigns it to the IntraRatEsDeactivationCandidateCellsLoadParameters field.

func (*DESManagementFunctionSingleAllOfAttributes) SetIsProbingCapable ¶

func (o *DESManagementFunctionSingleAllOfAttributes) SetIsProbingCapable(v string)

SetIsProbingCapable gets a reference to the given string and assigns it to the IsProbingCapable field.

func (DESManagementFunctionSingleAllOfAttributes) ToMap ¶

func (o DESManagementFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type DLBOFunctionSingle ¶

type DLBOFunctionSingle struct {
	Top
	Attributes *DLBOFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}

DLBOFunctionSingle struct for DLBOFunctionSingle

func NewDLBOFunctionSingle ¶

func NewDLBOFunctionSingle(id NullableString) *DLBOFunctionSingle

NewDLBOFunctionSingle instantiates a new DLBOFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDLBOFunctionSingleWithDefaults ¶

func NewDLBOFunctionSingleWithDefaults() *DLBOFunctionSingle

NewDLBOFunctionSingleWithDefaults instantiates a new DLBOFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DLBOFunctionSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*DLBOFunctionSingle) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DLBOFunctionSingle) HasAttributes ¶

func (o *DLBOFunctionSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (DLBOFunctionSingle) MarshalJSON ¶

func (o DLBOFunctionSingle) MarshalJSON() ([]byte, error)

func (*DLBOFunctionSingle) SetAttributes ¶

SetAttributes gets a reference to the given DLBOFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (DLBOFunctionSingle) ToMap ¶

func (o DLBOFunctionSingle) ToMap() (map[string]interface{}, error)

type DLBOFunctionSingleAllOf ¶

type DLBOFunctionSingleAllOf struct {
	Attributes *DLBOFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}

DLBOFunctionSingleAllOf struct for DLBOFunctionSingleAllOf

func NewDLBOFunctionSingleAllOf ¶

func NewDLBOFunctionSingleAllOf() *DLBOFunctionSingleAllOf

NewDLBOFunctionSingleAllOf instantiates a new DLBOFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDLBOFunctionSingleAllOfWithDefaults ¶

func NewDLBOFunctionSingleAllOfWithDefaults() *DLBOFunctionSingleAllOf

NewDLBOFunctionSingleAllOfWithDefaults instantiates a new DLBOFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DLBOFunctionSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*DLBOFunctionSingleAllOf) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DLBOFunctionSingleAllOf) HasAttributes ¶

func (o *DLBOFunctionSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (DLBOFunctionSingleAllOf) MarshalJSON ¶

func (o DLBOFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*DLBOFunctionSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given DLBOFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (DLBOFunctionSingleAllOf) ToMap ¶

func (o DLBOFunctionSingleAllOf) ToMap() (map[string]interface{}, error)

type DLBOFunctionSingleAllOfAttributes ¶

type DLBOFunctionSingleAllOfAttributes struct {
	DlboControl                       *bool  `json:"dlboControl,omitempty"`
	MaximumDeviationHoTrigger         *int32 `json:"maximumDeviationHoTrigger,omitempty"`
	MinimumTimeBetweenHoTriggerChange *int32 `json:"minimumTimeBetweenHoTriggerChange,omitempty"`
}

DLBOFunctionSingleAllOfAttributes struct for DLBOFunctionSingleAllOfAttributes

func NewDLBOFunctionSingleAllOfAttributes ¶

func NewDLBOFunctionSingleAllOfAttributes() *DLBOFunctionSingleAllOfAttributes

NewDLBOFunctionSingleAllOfAttributes instantiates a new DLBOFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDLBOFunctionSingleAllOfAttributesWithDefaults ¶

func NewDLBOFunctionSingleAllOfAttributesWithDefaults() *DLBOFunctionSingleAllOfAttributes

NewDLBOFunctionSingleAllOfAttributesWithDefaults instantiates a new DLBOFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DLBOFunctionSingleAllOfAttributes) GetDlboControl ¶

func (o *DLBOFunctionSingleAllOfAttributes) GetDlboControl() bool

GetDlboControl returns the DlboControl field value if set, zero value otherwise.

func (*DLBOFunctionSingleAllOfAttributes) GetDlboControlOk ¶

func (o *DLBOFunctionSingleAllOfAttributes) GetDlboControlOk() (*bool, bool)

GetDlboControlOk returns a tuple with the DlboControl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DLBOFunctionSingleAllOfAttributes) GetMaximumDeviationHoTrigger ¶

func (o *DLBOFunctionSingleAllOfAttributes) GetMaximumDeviationHoTrigger() int32

GetMaximumDeviationHoTrigger returns the MaximumDeviationHoTrigger field value if set, zero value otherwise.

func (*DLBOFunctionSingleAllOfAttributes) GetMaximumDeviationHoTriggerOk ¶

func (o *DLBOFunctionSingleAllOfAttributes) GetMaximumDeviationHoTriggerOk() (*int32, bool)

GetMaximumDeviationHoTriggerOk returns a tuple with the MaximumDeviationHoTrigger field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DLBOFunctionSingleAllOfAttributes) GetMinimumTimeBetweenHoTriggerChange ¶

func (o *DLBOFunctionSingleAllOfAttributes) GetMinimumTimeBetweenHoTriggerChange() int32

GetMinimumTimeBetweenHoTriggerChange returns the MinimumTimeBetweenHoTriggerChange field value if set, zero value otherwise.

func (*DLBOFunctionSingleAllOfAttributes) GetMinimumTimeBetweenHoTriggerChangeOk ¶

func (o *DLBOFunctionSingleAllOfAttributes) GetMinimumTimeBetweenHoTriggerChangeOk() (*int32, bool)

GetMinimumTimeBetweenHoTriggerChangeOk returns a tuple with the MinimumTimeBetweenHoTriggerChange field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DLBOFunctionSingleAllOfAttributes) HasDlboControl ¶

func (o *DLBOFunctionSingleAllOfAttributes) HasDlboControl() bool

HasDlboControl returns a boolean if a field has been set.

func (*DLBOFunctionSingleAllOfAttributes) HasMaximumDeviationHoTrigger ¶

func (o *DLBOFunctionSingleAllOfAttributes) HasMaximumDeviationHoTrigger() bool

HasMaximumDeviationHoTrigger returns a boolean if a field has been set.

func (*DLBOFunctionSingleAllOfAttributes) HasMinimumTimeBetweenHoTriggerChange ¶

func (o *DLBOFunctionSingleAllOfAttributes) HasMinimumTimeBetweenHoTriggerChange() bool

HasMinimumTimeBetweenHoTriggerChange returns a boolean if a field has been set.

func (DLBOFunctionSingleAllOfAttributes) MarshalJSON ¶

func (o DLBOFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*DLBOFunctionSingleAllOfAttributes) SetDlboControl ¶

func (o *DLBOFunctionSingleAllOfAttributes) SetDlboControl(v bool)

SetDlboControl gets a reference to the given bool and assigns it to the DlboControl field.

func (*DLBOFunctionSingleAllOfAttributes) SetMaximumDeviationHoTrigger ¶

func (o *DLBOFunctionSingleAllOfAttributes) SetMaximumDeviationHoTrigger(v int32)

SetMaximumDeviationHoTrigger gets a reference to the given int32 and assigns it to the MaximumDeviationHoTrigger field.

func (*DLBOFunctionSingleAllOfAttributes) SetMinimumTimeBetweenHoTriggerChange ¶

func (o *DLBOFunctionSingleAllOfAttributes) SetMinimumTimeBetweenHoTriggerChange(v int32)

SetMinimumTimeBetweenHoTriggerChange gets a reference to the given int32 and assigns it to the MinimumTimeBetweenHoTriggerChange field.

func (DLBOFunctionSingleAllOfAttributes) ToMap ¶

func (o DLBOFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type DLLatencyTarget ¶

type DLLatencyTarget struct {
	TargetName       *string `json:"targetName,omitempty"`
	TargetCondition  *string `json:"targetCondition,omitempty"`
	TargetValueRange *int32  `json:"targetValueRange,omitempty"`
}

DLLatencyTarget This data type is the \"ExpectationTarget\" data type with specialisations for DLLatencyTarget

func NewDLLatencyTarget ¶

func NewDLLatencyTarget() *DLLatencyTarget

NewDLLatencyTarget instantiates a new DLLatencyTarget object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDLLatencyTargetWithDefaults ¶

func NewDLLatencyTargetWithDefaults() *DLLatencyTarget

NewDLLatencyTargetWithDefaults instantiates a new DLLatencyTarget object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DLLatencyTarget) GetTargetCondition ¶

func (o *DLLatencyTarget) GetTargetCondition() string

GetTargetCondition returns the TargetCondition field value if set, zero value otherwise.

func (*DLLatencyTarget) GetTargetConditionOk ¶

func (o *DLLatencyTarget) GetTargetConditionOk() (*string, bool)

GetTargetConditionOk returns a tuple with the TargetCondition field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DLLatencyTarget) GetTargetName ¶

func (o *DLLatencyTarget) GetTargetName() string

GetTargetName returns the TargetName field value if set, zero value otherwise.

func (*DLLatencyTarget) GetTargetNameOk ¶

func (o *DLLatencyTarget) GetTargetNameOk() (*string, bool)

GetTargetNameOk returns a tuple with the TargetName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DLLatencyTarget) GetTargetValueRange ¶

func (o *DLLatencyTarget) GetTargetValueRange() int32

GetTargetValueRange returns the TargetValueRange field value if set, zero value otherwise.

func (*DLLatencyTarget) GetTargetValueRangeOk ¶

func (o *DLLatencyTarget) GetTargetValueRangeOk() (*int32, bool)

GetTargetValueRangeOk returns a tuple with the TargetValueRange field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DLLatencyTarget) HasTargetCondition ¶

func (o *DLLatencyTarget) HasTargetCondition() bool

HasTargetCondition returns a boolean if a field has been set.

func (*DLLatencyTarget) HasTargetName ¶

func (o *DLLatencyTarget) HasTargetName() bool

HasTargetName returns a boolean if a field has been set.

func (*DLLatencyTarget) HasTargetValueRange ¶

func (o *DLLatencyTarget) HasTargetValueRange() bool

HasTargetValueRange returns a boolean if a field has been set.

func (DLLatencyTarget) MarshalJSON ¶

func (o DLLatencyTarget) MarshalJSON() ([]byte, error)

func (*DLLatencyTarget) SetTargetCondition ¶

func (o *DLLatencyTarget) SetTargetCondition(v string)

SetTargetCondition gets a reference to the given string and assigns it to the TargetCondition field.

func (*DLLatencyTarget) SetTargetName ¶

func (o *DLLatencyTarget) SetTargetName(v string)

SetTargetName gets a reference to the given string and assigns it to the TargetName field.

func (*DLLatencyTarget) SetTargetValueRange ¶

func (o *DLLatencyTarget) SetTargetValueRange(v int32)

SetTargetValueRange gets a reference to the given int32 and assigns it to the TargetValueRange field.

func (DLLatencyTarget) ToMap ¶

func (o DLLatencyTarget) ToMap() (map[string]interface{}, error)

type DLThptPerUETarget ¶

type DLThptPerUETarget struct {
	TargetName       *string `json:"targetName,omitempty"`
	TargetCondition  *string `json:"targetCondition,omitempty"`
	TargetValueRange *XLThpt `json:"targetValueRange,omitempty"`
}

DLThptPerUETarget This data type is the \"ExpectationTarget\" data type with specialisations for DLThptPerUETarget

func NewDLThptPerUETarget ¶

func NewDLThptPerUETarget() *DLThptPerUETarget

NewDLThptPerUETarget instantiates a new DLThptPerUETarget object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDLThptPerUETargetWithDefaults ¶

func NewDLThptPerUETargetWithDefaults() *DLThptPerUETarget

NewDLThptPerUETargetWithDefaults instantiates a new DLThptPerUETarget object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DLThptPerUETarget) GetTargetCondition ¶

func (o *DLThptPerUETarget) GetTargetCondition() string

GetTargetCondition returns the TargetCondition field value if set, zero value otherwise.

func (*DLThptPerUETarget) GetTargetConditionOk ¶

func (o *DLThptPerUETarget) GetTargetConditionOk() (*string, bool)

GetTargetConditionOk returns a tuple with the TargetCondition field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DLThptPerUETarget) GetTargetName ¶

func (o *DLThptPerUETarget) GetTargetName() string

GetTargetName returns the TargetName field value if set, zero value otherwise.

func (*DLThptPerUETarget) GetTargetNameOk ¶

func (o *DLThptPerUETarget) GetTargetNameOk() (*string, bool)

GetTargetNameOk returns a tuple with the TargetName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DLThptPerUETarget) GetTargetValueRange ¶

func (o *DLThptPerUETarget) GetTargetValueRange() XLThpt

GetTargetValueRange returns the TargetValueRange field value if set, zero value otherwise.

func (*DLThptPerUETarget) GetTargetValueRangeOk ¶

func (o *DLThptPerUETarget) GetTargetValueRangeOk() (*XLThpt, bool)

GetTargetValueRangeOk returns a tuple with the TargetValueRange field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DLThptPerUETarget) HasTargetCondition ¶

func (o *DLThptPerUETarget) HasTargetCondition() bool

HasTargetCondition returns a boolean if a field has been set.

func (*DLThptPerUETarget) HasTargetName ¶

func (o *DLThptPerUETarget) HasTargetName() bool

HasTargetName returns a boolean if a field has been set.

func (*DLThptPerUETarget) HasTargetValueRange ¶

func (o *DLThptPerUETarget) HasTargetValueRange() bool

HasTargetValueRange returns a boolean if a field has been set.

func (DLThptPerUETarget) MarshalJSON ¶

func (o DLThptPerUETarget) MarshalJSON() ([]byte, error)

func (*DLThptPerUETarget) SetTargetCondition ¶

func (o *DLThptPerUETarget) SetTargetCondition(v string)

SetTargetCondition gets a reference to the given string and assigns it to the TargetCondition field.

func (*DLThptPerUETarget) SetTargetName ¶

func (o *DLThptPerUETarget) SetTargetName(v string)

SetTargetName gets a reference to the given string and assigns it to the TargetName field.

func (*DLThptPerUETarget) SetTargetValueRange ¶

func (o *DLThptPerUETarget) SetTargetValueRange(v XLThpt)

SetTargetValueRange gets a reference to the given XLThpt and assigns it to the TargetValueRange field.

func (DLThptPerUETarget) ToMap ¶

func (o DLThptPerUETarget) ToMap() (map[string]interface{}, error)

type DMROFunctionSingle ¶

type DMROFunctionSingle struct {
	Top
	Attributes *DMROFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}

DMROFunctionSingle struct for DMROFunctionSingle

func NewDMROFunctionSingle ¶

func NewDMROFunctionSingle(id NullableString) *DMROFunctionSingle

NewDMROFunctionSingle instantiates a new DMROFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDMROFunctionSingleWithDefaults ¶

func NewDMROFunctionSingleWithDefaults() *DMROFunctionSingle

NewDMROFunctionSingleWithDefaults instantiates a new DMROFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DMROFunctionSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*DMROFunctionSingle) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DMROFunctionSingle) HasAttributes ¶

func (o *DMROFunctionSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (DMROFunctionSingle) MarshalJSON ¶

func (o DMROFunctionSingle) MarshalJSON() ([]byte, error)

func (*DMROFunctionSingle) SetAttributes ¶

SetAttributes gets a reference to the given DMROFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (DMROFunctionSingle) ToMap ¶

func (o DMROFunctionSingle) ToMap() (map[string]interface{}, error)

type DMROFunctionSingleAllOf ¶

type DMROFunctionSingleAllOf struct {
	Attributes *DMROFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}

DMROFunctionSingleAllOf struct for DMROFunctionSingleAllOf

func NewDMROFunctionSingleAllOf ¶

func NewDMROFunctionSingleAllOf() *DMROFunctionSingleAllOf

NewDMROFunctionSingleAllOf instantiates a new DMROFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDMROFunctionSingleAllOfWithDefaults ¶

func NewDMROFunctionSingleAllOfWithDefaults() *DMROFunctionSingleAllOf

NewDMROFunctionSingleAllOfWithDefaults instantiates a new DMROFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DMROFunctionSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*DMROFunctionSingleAllOf) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DMROFunctionSingleAllOf) HasAttributes ¶

func (o *DMROFunctionSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (DMROFunctionSingleAllOf) MarshalJSON ¶

func (o DMROFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*DMROFunctionSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given DMROFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (DMROFunctionSingleAllOf) ToMap ¶

func (o DMROFunctionSingleAllOf) ToMap() (map[string]interface{}, error)

type DMROFunctionSingleAllOfAttributes ¶

type DMROFunctionSingleAllOfAttributes struct {
	DmroControl                       *bool  `json:"dmroControl,omitempty"`
	MaximumDeviationHoTriggerLow      *int32 `json:"maximumDeviationHoTriggerLow,omitempty"`
	MaximumDeviationHoTriggerHigh     *int32 `json:"maximumDeviationHoTriggerHigh,omitempty"`
	MinimumTimeBetweenHoTriggerChange *int32 `json:"minimumTimeBetweenHoTriggerChange,omitempty"`
	TstoreUEcntxt                     *int32 `json:"tstoreUEcntxt,omitempty"`
}

DMROFunctionSingleAllOfAttributes struct for DMROFunctionSingleAllOfAttributes

func NewDMROFunctionSingleAllOfAttributes ¶

func NewDMROFunctionSingleAllOfAttributes() *DMROFunctionSingleAllOfAttributes

NewDMROFunctionSingleAllOfAttributes instantiates a new DMROFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDMROFunctionSingleAllOfAttributesWithDefaults ¶

func NewDMROFunctionSingleAllOfAttributesWithDefaults() *DMROFunctionSingleAllOfAttributes

NewDMROFunctionSingleAllOfAttributesWithDefaults instantiates a new DMROFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DMROFunctionSingleAllOfAttributes) GetDmroControl ¶

func (o *DMROFunctionSingleAllOfAttributes) GetDmroControl() bool

GetDmroControl returns the DmroControl field value if set, zero value otherwise.

func (*DMROFunctionSingleAllOfAttributes) GetDmroControlOk ¶

func (o *DMROFunctionSingleAllOfAttributes) GetDmroControlOk() (*bool, bool)

GetDmroControlOk returns a tuple with the DmroControl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DMROFunctionSingleAllOfAttributes) GetMaximumDeviationHoTriggerHigh ¶

func (o *DMROFunctionSingleAllOfAttributes) GetMaximumDeviationHoTriggerHigh() int32

GetMaximumDeviationHoTriggerHigh returns the MaximumDeviationHoTriggerHigh field value if set, zero value otherwise.

func (*DMROFunctionSingleAllOfAttributes) GetMaximumDeviationHoTriggerHighOk ¶

func (o *DMROFunctionSingleAllOfAttributes) GetMaximumDeviationHoTriggerHighOk() (*int32, bool)

GetMaximumDeviationHoTriggerHighOk returns a tuple with the MaximumDeviationHoTriggerHigh field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DMROFunctionSingleAllOfAttributes) GetMaximumDeviationHoTriggerLow ¶

func (o *DMROFunctionSingleAllOfAttributes) GetMaximumDeviationHoTriggerLow() int32

GetMaximumDeviationHoTriggerLow returns the MaximumDeviationHoTriggerLow field value if set, zero value otherwise.

func (*DMROFunctionSingleAllOfAttributes) GetMaximumDeviationHoTriggerLowOk ¶

func (o *DMROFunctionSingleAllOfAttributes) GetMaximumDeviationHoTriggerLowOk() (*int32, bool)

GetMaximumDeviationHoTriggerLowOk returns a tuple with the MaximumDeviationHoTriggerLow field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DMROFunctionSingleAllOfAttributes) GetMinimumTimeBetweenHoTriggerChange ¶

func (o *DMROFunctionSingleAllOfAttributes) GetMinimumTimeBetweenHoTriggerChange() int32

GetMinimumTimeBetweenHoTriggerChange returns the MinimumTimeBetweenHoTriggerChange field value if set, zero value otherwise.

func (*DMROFunctionSingleAllOfAttributes) GetMinimumTimeBetweenHoTriggerChangeOk ¶

func (o *DMROFunctionSingleAllOfAttributes) GetMinimumTimeBetweenHoTriggerChangeOk() (*int32, bool)

GetMinimumTimeBetweenHoTriggerChangeOk returns a tuple with the MinimumTimeBetweenHoTriggerChange field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DMROFunctionSingleAllOfAttributes) GetTstoreUEcntxt ¶

func (o *DMROFunctionSingleAllOfAttributes) GetTstoreUEcntxt() int32

GetTstoreUEcntxt returns the TstoreUEcntxt field value if set, zero value otherwise.

func (*DMROFunctionSingleAllOfAttributes) GetTstoreUEcntxtOk ¶

func (o *DMROFunctionSingleAllOfAttributes) GetTstoreUEcntxtOk() (*int32, bool)

GetTstoreUEcntxtOk returns a tuple with the TstoreUEcntxt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DMROFunctionSingleAllOfAttributes) HasDmroControl ¶

func (o *DMROFunctionSingleAllOfAttributes) HasDmroControl() bool

HasDmroControl returns a boolean if a field has been set.

func (*DMROFunctionSingleAllOfAttributes) HasMaximumDeviationHoTriggerHigh ¶

func (o *DMROFunctionSingleAllOfAttributes) HasMaximumDeviationHoTriggerHigh() bool

HasMaximumDeviationHoTriggerHigh returns a boolean if a field has been set.

func (*DMROFunctionSingleAllOfAttributes) HasMaximumDeviationHoTriggerLow ¶

func (o *DMROFunctionSingleAllOfAttributes) HasMaximumDeviationHoTriggerLow() bool

HasMaximumDeviationHoTriggerLow returns a boolean if a field has been set.

func (*DMROFunctionSingleAllOfAttributes) HasMinimumTimeBetweenHoTriggerChange ¶

func (o *DMROFunctionSingleAllOfAttributes) HasMinimumTimeBetweenHoTriggerChange() bool

HasMinimumTimeBetweenHoTriggerChange returns a boolean if a field has been set.

func (*DMROFunctionSingleAllOfAttributes) HasTstoreUEcntxt ¶

func (o *DMROFunctionSingleAllOfAttributes) HasTstoreUEcntxt() bool

HasTstoreUEcntxt returns a boolean if a field has been set.

func (DMROFunctionSingleAllOfAttributes) MarshalJSON ¶

func (o DMROFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*DMROFunctionSingleAllOfAttributes) SetDmroControl ¶

func (o *DMROFunctionSingleAllOfAttributes) SetDmroControl(v bool)

SetDmroControl gets a reference to the given bool and assigns it to the DmroControl field.

func (*DMROFunctionSingleAllOfAttributes) SetMaximumDeviationHoTriggerHigh ¶

func (o *DMROFunctionSingleAllOfAttributes) SetMaximumDeviationHoTriggerHigh(v int32)

SetMaximumDeviationHoTriggerHigh gets a reference to the given int32 and assigns it to the MaximumDeviationHoTriggerHigh field.

func (*DMROFunctionSingleAllOfAttributes) SetMaximumDeviationHoTriggerLow ¶

func (o *DMROFunctionSingleAllOfAttributes) SetMaximumDeviationHoTriggerLow(v int32)

SetMaximumDeviationHoTriggerLow gets a reference to the given int32 and assigns it to the MaximumDeviationHoTriggerLow field.

func (*DMROFunctionSingleAllOfAttributes) SetMinimumTimeBetweenHoTriggerChange ¶

func (o *DMROFunctionSingleAllOfAttributes) SetMinimumTimeBetweenHoTriggerChange(v int32)

SetMinimumTimeBetweenHoTriggerChange gets a reference to the given int32 and assigns it to the MinimumTimeBetweenHoTriggerChange field.

func (*DMROFunctionSingleAllOfAttributes) SetTstoreUEcntxt ¶

func (o *DMROFunctionSingleAllOfAttributes) SetTstoreUEcntxt(v int32)

SetTstoreUEcntxt gets a reference to the given int32 and assigns it to the TstoreUEcntxt field.

func (DMROFunctionSingleAllOfAttributes) ToMap ¶

func (o DMROFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type DPCIConfigurationFunctionSingle ¶

type DPCIConfigurationFunctionSingle struct {
	Top
	Attributes *DPCIConfigurationFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}

DPCIConfigurationFunctionSingle struct for DPCIConfigurationFunctionSingle

func NewDPCIConfigurationFunctionSingle ¶

func NewDPCIConfigurationFunctionSingle(id NullableString) *DPCIConfigurationFunctionSingle

NewDPCIConfigurationFunctionSingle instantiates a new DPCIConfigurationFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDPCIConfigurationFunctionSingleWithDefaults ¶

func NewDPCIConfigurationFunctionSingleWithDefaults() *DPCIConfigurationFunctionSingle

NewDPCIConfigurationFunctionSingleWithDefaults instantiates a new DPCIConfigurationFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DPCIConfigurationFunctionSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*DPCIConfigurationFunctionSingle) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DPCIConfigurationFunctionSingle) HasAttributes ¶

func (o *DPCIConfigurationFunctionSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (DPCIConfigurationFunctionSingle) MarshalJSON ¶

func (o DPCIConfigurationFunctionSingle) MarshalJSON() ([]byte, error)

func (*DPCIConfigurationFunctionSingle) SetAttributes ¶

SetAttributes gets a reference to the given DPCIConfigurationFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (DPCIConfigurationFunctionSingle) ToMap ¶

func (o DPCIConfigurationFunctionSingle) ToMap() (map[string]interface{}, error)

type DPCIConfigurationFunctionSingleAllOf ¶

type DPCIConfigurationFunctionSingleAllOf struct {
	Attributes *DPCIConfigurationFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}

DPCIConfigurationFunctionSingleAllOf struct for DPCIConfigurationFunctionSingleAllOf

func NewDPCIConfigurationFunctionSingleAllOf ¶

func NewDPCIConfigurationFunctionSingleAllOf() *DPCIConfigurationFunctionSingleAllOf

NewDPCIConfigurationFunctionSingleAllOf instantiates a new DPCIConfigurationFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDPCIConfigurationFunctionSingleAllOfWithDefaults ¶

func NewDPCIConfigurationFunctionSingleAllOfWithDefaults() *DPCIConfigurationFunctionSingleAllOf

NewDPCIConfigurationFunctionSingleAllOfWithDefaults instantiates a new DPCIConfigurationFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DPCIConfigurationFunctionSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*DPCIConfigurationFunctionSingleAllOf) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DPCIConfigurationFunctionSingleAllOf) HasAttributes ¶

func (o *DPCIConfigurationFunctionSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (DPCIConfigurationFunctionSingleAllOf) MarshalJSON ¶

func (o DPCIConfigurationFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*DPCIConfigurationFunctionSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given DPCIConfigurationFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (DPCIConfigurationFunctionSingleAllOf) ToMap ¶

func (o DPCIConfigurationFunctionSingleAllOf) ToMap() (map[string]interface{}, error)

type DPCIConfigurationFunctionSingleAllOfAttributes ¶

type DPCIConfigurationFunctionSingleAllOfAttributes struct {
	DPciConfigurationControl *bool      `json:"dPciConfigurationControl,omitempty"`
	NRPciList                *NRPciList `json:"nRPciList,omitempty"`
}

DPCIConfigurationFunctionSingleAllOfAttributes struct for DPCIConfigurationFunctionSingleAllOfAttributes

func NewDPCIConfigurationFunctionSingleAllOfAttributes ¶

func NewDPCIConfigurationFunctionSingleAllOfAttributes() *DPCIConfigurationFunctionSingleAllOfAttributes

NewDPCIConfigurationFunctionSingleAllOfAttributes instantiates a new DPCIConfigurationFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDPCIConfigurationFunctionSingleAllOfAttributesWithDefaults ¶

func NewDPCIConfigurationFunctionSingleAllOfAttributesWithDefaults() *DPCIConfigurationFunctionSingleAllOfAttributes

NewDPCIConfigurationFunctionSingleAllOfAttributesWithDefaults instantiates a new DPCIConfigurationFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DPCIConfigurationFunctionSingleAllOfAttributes) GetDPciConfigurationControl ¶

func (o *DPCIConfigurationFunctionSingleAllOfAttributes) GetDPciConfigurationControl() bool

GetDPciConfigurationControl returns the DPciConfigurationControl field value if set, zero value otherwise.

func (*DPCIConfigurationFunctionSingleAllOfAttributes) GetDPciConfigurationControlOk ¶

func (o *DPCIConfigurationFunctionSingleAllOfAttributes) GetDPciConfigurationControlOk() (*bool, bool)

GetDPciConfigurationControlOk returns a tuple with the DPciConfigurationControl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DPCIConfigurationFunctionSingleAllOfAttributes) GetNRPciList ¶

GetNRPciList returns the NRPciList field value if set, zero value otherwise.

func (*DPCIConfigurationFunctionSingleAllOfAttributes) GetNRPciListOk ¶

GetNRPciListOk returns a tuple with the NRPciList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DPCIConfigurationFunctionSingleAllOfAttributes) HasDPciConfigurationControl ¶

func (o *DPCIConfigurationFunctionSingleAllOfAttributes) HasDPciConfigurationControl() bool

HasDPciConfigurationControl returns a boolean if a field has been set.

func (*DPCIConfigurationFunctionSingleAllOfAttributes) HasNRPciList ¶

HasNRPciList returns a boolean if a field has been set.

func (DPCIConfigurationFunctionSingleAllOfAttributes) MarshalJSON ¶

func (*DPCIConfigurationFunctionSingleAllOfAttributes) SetDPciConfigurationControl ¶

func (o *DPCIConfigurationFunctionSingleAllOfAttributes) SetDPciConfigurationControl(v bool)

SetDPciConfigurationControl gets a reference to the given bool and assigns it to the DPciConfigurationControl field.

func (*DPCIConfigurationFunctionSingleAllOfAttributes) SetNRPciList ¶

SetNRPciList gets a reference to the given NRPciList and assigns it to the NRPciList field.

func (DPCIConfigurationFunctionSingleAllOfAttributes) ToMap ¶

func (o DPCIConfigurationFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type DRACHOptimizationFunctionSingle ¶

type DRACHOptimizationFunctionSingle struct {
	Top
	Attributes       *DRACHOptimizationFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
	PerfMetricJob    []PerfMetricJobSingle                           `json:"PerfMetricJob,omitempty"`
	ThresholdMonitor []ThresholdMonitorSingle                        `json:"ThresholdMonitor,omitempty"`
	ManagedNFService []ManagedNFServiceSingle                        `json:"ManagedNFService,omitempty"`
	TraceJob         []TraceJobSingle                                `json:"TraceJob,omitempty"`
}

DRACHOptimizationFunctionSingle struct for DRACHOptimizationFunctionSingle

func NewDRACHOptimizationFunctionSingle ¶

func NewDRACHOptimizationFunctionSingle(id NullableString) *DRACHOptimizationFunctionSingle

NewDRACHOptimizationFunctionSingle instantiates a new DRACHOptimizationFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDRACHOptimizationFunctionSingleWithDefaults ¶

func NewDRACHOptimizationFunctionSingleWithDefaults() *DRACHOptimizationFunctionSingle

NewDRACHOptimizationFunctionSingleWithDefaults instantiates a new DRACHOptimizationFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DRACHOptimizationFunctionSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*DRACHOptimizationFunctionSingle) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DRACHOptimizationFunctionSingle) GetManagedNFService ¶

func (o *DRACHOptimizationFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle

GetManagedNFService returns the ManagedNFService field value if set, zero value otherwise.

func (*DRACHOptimizationFunctionSingle) GetManagedNFServiceOk ¶

func (o *DRACHOptimizationFunctionSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool)

GetManagedNFServiceOk returns a tuple with the ManagedNFService field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DRACHOptimizationFunctionSingle) GetPerfMetricJob ¶

func (o *DRACHOptimizationFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle

GetPerfMetricJob returns the PerfMetricJob field value if set, zero value otherwise.

func (*DRACHOptimizationFunctionSingle) GetPerfMetricJobOk ¶

func (o *DRACHOptimizationFunctionSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)

GetPerfMetricJobOk returns a tuple with the PerfMetricJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DRACHOptimizationFunctionSingle) GetThresholdMonitor ¶

func (o *DRACHOptimizationFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle

GetThresholdMonitor returns the ThresholdMonitor field value if set, zero value otherwise.

func (*DRACHOptimizationFunctionSingle) GetThresholdMonitorOk ¶

func (o *DRACHOptimizationFunctionSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)

GetThresholdMonitorOk returns a tuple with the ThresholdMonitor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DRACHOptimizationFunctionSingle) GetTraceJob ¶

GetTraceJob returns the TraceJob field value if set, zero value otherwise.

func (*DRACHOptimizationFunctionSingle) GetTraceJobOk ¶

func (o *DRACHOptimizationFunctionSingle) GetTraceJobOk() ([]TraceJobSingle, bool)

GetTraceJobOk returns a tuple with the TraceJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DRACHOptimizationFunctionSingle) HasAttributes ¶

func (o *DRACHOptimizationFunctionSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*DRACHOptimizationFunctionSingle) HasManagedNFService ¶

func (o *DRACHOptimizationFunctionSingle) HasManagedNFService() bool

HasManagedNFService returns a boolean if a field has been set.

func (*DRACHOptimizationFunctionSingle) HasPerfMetricJob ¶

func (o *DRACHOptimizationFunctionSingle) HasPerfMetricJob() bool

HasPerfMetricJob returns a boolean if a field has been set.

func (*DRACHOptimizationFunctionSingle) HasThresholdMonitor ¶

func (o *DRACHOptimizationFunctionSingle) HasThresholdMonitor() bool

HasThresholdMonitor returns a boolean if a field has been set.

func (*DRACHOptimizationFunctionSingle) HasTraceJob ¶

func (o *DRACHOptimizationFunctionSingle) HasTraceJob() bool

HasTraceJob returns a boolean if a field has been set.

func (DRACHOptimizationFunctionSingle) MarshalJSON ¶

func (o DRACHOptimizationFunctionSingle) MarshalJSON() ([]byte, error)

func (*DRACHOptimizationFunctionSingle) SetAttributes ¶

SetAttributes gets a reference to the given DRACHOptimizationFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (*DRACHOptimizationFunctionSingle) SetManagedNFService ¶

func (o *DRACHOptimizationFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle)

SetManagedNFService gets a reference to the given []ManagedNFServiceSingle and assigns it to the ManagedNFService field.

func (*DRACHOptimizationFunctionSingle) SetPerfMetricJob ¶

func (o *DRACHOptimizationFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle)

SetPerfMetricJob gets a reference to the given []PerfMetricJobSingle and assigns it to the PerfMetricJob field.

func (*DRACHOptimizationFunctionSingle) SetThresholdMonitor ¶

func (o *DRACHOptimizationFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)

SetThresholdMonitor gets a reference to the given []ThresholdMonitorSingle and assigns it to the ThresholdMonitor field.

func (*DRACHOptimizationFunctionSingle) SetTraceJob ¶

func (o *DRACHOptimizationFunctionSingle) SetTraceJob(v []TraceJobSingle)

SetTraceJob gets a reference to the given []TraceJobSingle and assigns it to the TraceJob field.

func (DRACHOptimizationFunctionSingle) ToMap ¶

func (o DRACHOptimizationFunctionSingle) ToMap() (map[string]interface{}, error)

type DRACHOptimizationFunctionSingleAllOf ¶

type DRACHOptimizationFunctionSingleAllOf struct {
	Attributes *DRACHOptimizationFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}

DRACHOptimizationFunctionSingleAllOf struct for DRACHOptimizationFunctionSingleAllOf

func NewDRACHOptimizationFunctionSingleAllOf ¶

func NewDRACHOptimizationFunctionSingleAllOf() *DRACHOptimizationFunctionSingleAllOf

NewDRACHOptimizationFunctionSingleAllOf instantiates a new DRACHOptimizationFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDRACHOptimizationFunctionSingleAllOfWithDefaults ¶

func NewDRACHOptimizationFunctionSingleAllOfWithDefaults() *DRACHOptimizationFunctionSingleAllOf

NewDRACHOptimizationFunctionSingleAllOfWithDefaults instantiates a new DRACHOptimizationFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DRACHOptimizationFunctionSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*DRACHOptimizationFunctionSingleAllOf) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DRACHOptimizationFunctionSingleAllOf) HasAttributes ¶

func (o *DRACHOptimizationFunctionSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (DRACHOptimizationFunctionSingleAllOf) MarshalJSON ¶

func (o DRACHOptimizationFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*DRACHOptimizationFunctionSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given DRACHOptimizationFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (DRACHOptimizationFunctionSingleAllOf) ToMap ¶

func (o DRACHOptimizationFunctionSingleAllOf) ToMap() (map[string]interface{}, error)

type DRACHOptimizationFunctionSingleAllOfAttributes ¶

type DRACHOptimizationFunctionSingleAllOfAttributes struct {
	DrachOptimizationControl *bool                    `json:"drachOptimizationControl,omitempty"`
	UeAccProbilityDist       *UeAccProbilityDist      `json:"ueAccProbilityDist,omitempty"`
	UeAccDelayProbilityDist  *UeAccDelayProbilityDist `json:"ueAccDelayProbilityDist,omitempty"`
}

DRACHOptimizationFunctionSingleAllOfAttributes struct for DRACHOptimizationFunctionSingleAllOfAttributes

func NewDRACHOptimizationFunctionSingleAllOfAttributes ¶

func NewDRACHOptimizationFunctionSingleAllOfAttributes() *DRACHOptimizationFunctionSingleAllOfAttributes

NewDRACHOptimizationFunctionSingleAllOfAttributes instantiates a new DRACHOptimizationFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDRACHOptimizationFunctionSingleAllOfAttributesWithDefaults ¶

func NewDRACHOptimizationFunctionSingleAllOfAttributesWithDefaults() *DRACHOptimizationFunctionSingleAllOfAttributes

NewDRACHOptimizationFunctionSingleAllOfAttributesWithDefaults instantiates a new DRACHOptimizationFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DRACHOptimizationFunctionSingleAllOfAttributes) GetDrachOptimizationControl ¶

func (o *DRACHOptimizationFunctionSingleAllOfAttributes) GetDrachOptimizationControl() bool

GetDrachOptimizationControl returns the DrachOptimizationControl field value if set, zero value otherwise.

func (*DRACHOptimizationFunctionSingleAllOfAttributes) GetDrachOptimizationControlOk ¶

func (o *DRACHOptimizationFunctionSingleAllOfAttributes) GetDrachOptimizationControlOk() (*bool, bool)

GetDrachOptimizationControlOk returns a tuple with the DrachOptimizationControl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DRACHOptimizationFunctionSingleAllOfAttributes) GetUeAccDelayProbilityDist ¶

GetUeAccDelayProbilityDist returns the UeAccDelayProbilityDist field value if set, zero value otherwise.

func (*DRACHOptimizationFunctionSingleAllOfAttributes) GetUeAccDelayProbilityDistOk ¶

func (o *DRACHOptimizationFunctionSingleAllOfAttributes) GetUeAccDelayProbilityDistOk() (*UeAccDelayProbilityDist, bool)

GetUeAccDelayProbilityDistOk returns a tuple with the UeAccDelayProbilityDist field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DRACHOptimizationFunctionSingleAllOfAttributes) GetUeAccProbilityDist ¶

GetUeAccProbilityDist returns the UeAccProbilityDist field value if set, zero value otherwise.

func (*DRACHOptimizationFunctionSingleAllOfAttributes) GetUeAccProbilityDistOk ¶

GetUeAccProbilityDistOk returns a tuple with the UeAccProbilityDist field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DRACHOptimizationFunctionSingleAllOfAttributes) HasDrachOptimizationControl ¶

func (o *DRACHOptimizationFunctionSingleAllOfAttributes) HasDrachOptimizationControl() bool

HasDrachOptimizationControl returns a boolean if a field has been set.

func (*DRACHOptimizationFunctionSingleAllOfAttributes) HasUeAccDelayProbilityDist ¶

func (o *DRACHOptimizationFunctionSingleAllOfAttributes) HasUeAccDelayProbilityDist() bool

HasUeAccDelayProbilityDist returns a boolean if a field has been set.

func (*DRACHOptimizationFunctionSingleAllOfAttributes) HasUeAccProbilityDist ¶

func (o *DRACHOptimizationFunctionSingleAllOfAttributes) HasUeAccProbilityDist() bool

HasUeAccProbilityDist returns a boolean if a field has been set.

func (DRACHOptimizationFunctionSingleAllOfAttributes) MarshalJSON ¶

func (*DRACHOptimizationFunctionSingleAllOfAttributes) SetDrachOptimizationControl ¶

func (o *DRACHOptimizationFunctionSingleAllOfAttributes) SetDrachOptimizationControl(v bool)

SetDrachOptimizationControl gets a reference to the given bool and assigns it to the DrachOptimizationControl field.

func (*DRACHOptimizationFunctionSingleAllOfAttributes) SetUeAccDelayProbilityDist ¶

SetUeAccDelayProbilityDist gets a reference to the given UeAccDelayProbilityDist and assigns it to the UeAccDelayProbilityDist field.

func (*DRACHOptimizationFunctionSingleAllOfAttributes) SetUeAccProbilityDist ¶

SetUeAccProbilityDist gets a reference to the given UeAccProbilityDist and assigns it to the UeAccProbilityDist field.

func (DRACHOptimizationFunctionSingleAllOfAttributes) ToMap ¶

func (o DRACHOptimizationFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type DefaultApiService ¶

type DefaultApiService service

DefaultApiService DefaultApi service

func (*DefaultApiService) ClassNameidDelete ¶

func (a *DefaultApiService) ClassNameidDelete(ctx context.Context, className string, id string) ApiClassNameidDeleteRequest

ClassNameidDelete Deletes one resource

With HTTP DELETE one resource is deleted. The resources to be deleted is identified with the target URI.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param className
@param id
@return ApiClassNameidDeleteRequest

func (*DefaultApiService) ClassNameidDeleteExecute ¶

func (a *DefaultApiService) ClassNameidDeleteExecute(r ApiClassNameidDeleteRequest) (*http.Response, error)

Execute executes the request

func (*DefaultApiService) ClassNameidGet ¶

func (a *DefaultApiService) ClassNameidGet(ctx context.Context, className string, id string) ApiClassNameidGetRequest

ClassNameidGet Reads one or multiple resources

With HTTP GET resources are read. The resources to be retrieved are identified with the target URI. The attributes and fields parameter of the query components allow to select the resource properties to be returned.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param className
@param id
@return ApiClassNameidGetRequest

func (*DefaultApiService) ClassNameidGetExecute ¶

func (a *DefaultApiService) ClassNameidGetExecute(r ApiClassNameidGetRequest) (*Resource, *http.Response, error)

Execute executes the request

@return Resource

func (*DefaultApiService) ClassNameidPatch ¶

func (a *DefaultApiService) ClassNameidPatch(ctx context.Context, className string, id string) ApiClassNameidPatchRequest

ClassNameidPatch Patches one or multiple resources

With HTTP PATCH resources are created, updated or deleted. The resources to be modified are identified with the target URI (base resource) and the patch document included in the request message body.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param className
@param id
@return ApiClassNameidPatchRequest

func (*DefaultApiService) ClassNameidPatchExecute ¶

func (a *DefaultApiService) ClassNameidPatchExecute(r ApiClassNameidPatchRequest) (*Resource, *http.Response, error)

Execute executes the request

@return Resource

func (*DefaultApiService) ClassNameidPut ¶

func (a *DefaultApiService) ClassNameidPut(ctx context.Context, className string, id string) ApiClassNameidPutRequest

ClassNameidPut Replaces a complete single resource or creates it if it does not exist

With HTTP PUT a complete resource is replaced or created if it does not exist. The target resource is identified by the target URI.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param className
@param id
@return ApiClassNameidPutRequest

func (*DefaultApiService) ClassNameidPutExecute ¶

func (a *DefaultApiService) ClassNameidPutExecute(r ApiClassNameidPutRequest) (*Resource, *http.Response, error)

Execute executes the request

@return Resource

type DelayTolerance ¶

type DelayTolerance struct {
	ServAttrCom *ServAttrCom `json:"servAttrCom,omitempty"`
	Support     *Support     `json:"support,omitempty"`
}

DelayTolerance struct for DelayTolerance

func NewDelayTolerance ¶

func NewDelayTolerance() *DelayTolerance

NewDelayTolerance instantiates a new DelayTolerance object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDelayToleranceWithDefaults ¶

func NewDelayToleranceWithDefaults() *DelayTolerance

NewDelayToleranceWithDefaults instantiates a new DelayTolerance object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DelayTolerance) GetServAttrCom ¶

func (o *DelayTolerance) GetServAttrCom() ServAttrCom

GetServAttrCom returns the ServAttrCom field value if set, zero value otherwise.

func (*DelayTolerance) GetServAttrComOk ¶

func (o *DelayTolerance) GetServAttrComOk() (*ServAttrCom, bool)

GetServAttrComOk returns a tuple with the ServAttrCom field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DelayTolerance) GetSupport ¶

func (o *DelayTolerance) GetSupport() Support

GetSupport returns the Support field value if set, zero value otherwise.

func (*DelayTolerance) GetSupportOk ¶

func (o *DelayTolerance) GetSupportOk() (*Support, bool)

GetSupportOk returns a tuple with the Support field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DelayTolerance) HasServAttrCom ¶

func (o *DelayTolerance) HasServAttrCom() bool

HasServAttrCom returns a boolean if a field has been set.

func (*DelayTolerance) HasSupport ¶

func (o *DelayTolerance) HasSupport() bool

HasSupport returns a boolean if a field has been set.

func (DelayTolerance) MarshalJSON ¶

func (o DelayTolerance) MarshalJSON() ([]byte, error)

func (*DelayTolerance) SetServAttrCom ¶

func (o *DelayTolerance) SetServAttrCom(v ServAttrCom)

SetServAttrCom gets a reference to the given ServAttrCom and assigns it to the ServAttrCom field.

func (*DelayTolerance) SetSupport ¶

func (o *DelayTolerance) SetSupport(v Support)

SetSupport gets a reference to the given Support and assigns it to the Support field.

func (DelayTolerance) ToMap ¶

func (o DelayTolerance) ToMap() (map[string]interface{}, error)

type DeterministicComm ¶

type DeterministicComm struct {
	ServAttrCom     *ServAttrCom `json:"servAttrCom,omitempty"`
	Availability    *Support     `json:"availability,omitempty"`
	PeriodicityList []int32      `json:"periodicityList,omitempty"`
}

DeterministicComm struct for DeterministicComm

func NewDeterministicComm ¶

func NewDeterministicComm() *DeterministicComm

NewDeterministicComm instantiates a new DeterministicComm object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDeterministicCommWithDefaults ¶

func NewDeterministicCommWithDefaults() *DeterministicComm

NewDeterministicCommWithDefaults instantiates a new DeterministicComm object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DeterministicComm) GetAvailability ¶

func (o *DeterministicComm) GetAvailability() Support

GetAvailability returns the Availability field value if set, zero value otherwise.

func (*DeterministicComm) GetAvailabilityOk ¶

func (o *DeterministicComm) GetAvailabilityOk() (*Support, bool)

GetAvailabilityOk returns a tuple with the Availability field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DeterministicComm) GetPeriodicityList ¶

func (o *DeterministicComm) GetPeriodicityList() []int32

GetPeriodicityList returns the PeriodicityList field value if set, zero value otherwise.

func (*DeterministicComm) GetPeriodicityListOk ¶

func (o *DeterministicComm) GetPeriodicityListOk() ([]int32, bool)

GetPeriodicityListOk returns a tuple with the PeriodicityList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DeterministicComm) GetServAttrCom ¶

func (o *DeterministicComm) GetServAttrCom() ServAttrCom

GetServAttrCom returns the ServAttrCom field value if set, zero value otherwise.

func (*DeterministicComm) GetServAttrComOk ¶

func (o *DeterministicComm) GetServAttrComOk() (*ServAttrCom, bool)

GetServAttrComOk returns a tuple with the ServAttrCom field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DeterministicComm) HasAvailability ¶

func (o *DeterministicComm) HasAvailability() bool

HasAvailability returns a boolean if a field has been set.

func (*DeterministicComm) HasPeriodicityList ¶

func (o *DeterministicComm) HasPeriodicityList() bool

HasPeriodicityList returns a boolean if a field has been set.

func (*DeterministicComm) HasServAttrCom ¶

func (o *DeterministicComm) HasServAttrCom() bool

HasServAttrCom returns a boolean if a field has been set.

func (DeterministicComm) MarshalJSON ¶

func (o DeterministicComm) MarshalJSON() ([]byte, error)

func (*DeterministicComm) SetAvailability ¶

func (o *DeterministicComm) SetAvailability(v Support)

SetAvailability gets a reference to the given Support and assigns it to the Availability field.

func (*DeterministicComm) SetPeriodicityList ¶

func (o *DeterministicComm) SetPeriodicityList(v []int32)

SetPeriodicityList gets a reference to the given []int32 and assigns it to the PeriodicityList field.

func (*DeterministicComm) SetServAttrCom ¶

func (o *DeterministicComm) SetServAttrCom(v ServAttrCom)

SetServAttrCom gets a reference to the given ServAttrCom and assigns it to the ServAttrCom field.

func (DeterministicComm) ToMap ¶

func (o DeterministicComm) ToMap() (map[string]interface{}, error)

type DnaiChangeType ¶

type DnaiChangeType struct {
	String *string
}

DnaiChangeType Possible values are: - EARLY: Early notification of UP path reconfiguration. - EARLY_LATE: Early and late notification of UP path reconfiguration. This value shall only be present in the subscription to the DNAI change event. - LATE: Late notification of UP path reconfiguration.

func (*DnaiChangeType) MarshalJSON ¶

func (src *DnaiChangeType) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*DnaiChangeType) UnmarshalJSON ¶

func (dst *DnaiChangeType) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type DnnInfoItem ¶

type DnnInfoItem struct {
	Dnn DnnInfoItemDnn `json:"dnn"`
}

DnnInfoItem Set of parameters supported by NF for a given DNN

func NewDnnInfoItem ¶

func NewDnnInfoItem(dnn DnnInfoItemDnn) *DnnInfoItem

NewDnnInfoItem instantiates a new DnnInfoItem object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDnnInfoItemWithDefaults ¶

func NewDnnInfoItemWithDefaults() *DnnInfoItem

NewDnnInfoItemWithDefaults instantiates a new DnnInfoItem object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DnnInfoItem) GetDnn ¶

func (o *DnnInfoItem) GetDnn() DnnInfoItemDnn

GetDnn returns the Dnn field value

func (*DnnInfoItem) GetDnnOk ¶

func (o *DnnInfoItem) GetDnnOk() (*DnnInfoItemDnn, bool)

GetDnnOk returns a tuple with the Dnn field value and a boolean to check if the value has been set.

func (DnnInfoItem) MarshalJSON ¶

func (o DnnInfoItem) MarshalJSON() ([]byte, error)

func (*DnnInfoItem) SetDnn ¶

func (o *DnnInfoItem) SetDnn(v DnnInfoItemDnn)

SetDnn sets field value

func (DnnInfoItem) ToMap ¶

func (o DnnInfoItem) ToMap() (map[string]interface{}, error)

type DnnInfoItemDnn ¶

type DnnInfoItemDnn struct {
	String *string
}

DnnInfoItemDnn struct for DnnInfoItemDnn

func (*DnnInfoItemDnn) MarshalJSON ¶

func (src *DnnInfoItemDnn) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*DnnInfoItemDnn) UnmarshalJSON ¶

func (dst *DnnInfoItemDnn) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type DnnSmfInfoItem ¶

type DnnSmfInfoItem struct {
	Dnn      *string  `json:"dnn,omitempty"`
	DnaiList []string `json:"dnaiList,omitempty"`
}

DnnSmfInfoItem struct for DnnSmfInfoItem

func NewDnnSmfInfoItem ¶

func NewDnnSmfInfoItem() *DnnSmfInfoItem

NewDnnSmfInfoItem instantiates a new DnnSmfInfoItem object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDnnSmfInfoItemWithDefaults ¶

func NewDnnSmfInfoItemWithDefaults() *DnnSmfInfoItem

NewDnnSmfInfoItemWithDefaults instantiates a new DnnSmfInfoItem object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DnnSmfInfoItem) GetDnaiList ¶

func (o *DnnSmfInfoItem) GetDnaiList() []string

GetDnaiList returns the DnaiList field value if set, zero value otherwise.

func (*DnnSmfInfoItem) GetDnaiListOk ¶

func (o *DnnSmfInfoItem) GetDnaiListOk() ([]string, bool)

GetDnaiListOk returns a tuple with the DnaiList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DnnSmfInfoItem) GetDnn ¶

func (o *DnnSmfInfoItem) GetDnn() string

GetDnn returns the Dnn field value if set, zero value otherwise.

func (*DnnSmfInfoItem) GetDnnOk ¶

func (o *DnnSmfInfoItem) 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 (*DnnSmfInfoItem) HasDnaiList ¶

func (o *DnnSmfInfoItem) HasDnaiList() bool

HasDnaiList returns a boolean if a field has been set.

func (*DnnSmfInfoItem) HasDnn ¶

func (o *DnnSmfInfoItem) HasDnn() bool

HasDnn returns a boolean if a field has been set.

func (DnnSmfInfoItem) MarshalJSON ¶

func (o DnnSmfInfoItem) MarshalJSON() ([]byte, error)

func (*DnnSmfInfoItem) SetDnaiList ¶

func (o *DnnSmfInfoItem) SetDnaiList(v []string)

SetDnaiList gets a reference to the given []string and assigns it to the DnaiList field.

func (*DnnSmfInfoItem) SetDnn ¶

func (o *DnnSmfInfoItem) SetDnn(v string)

SetDnn gets a reference to the given string and assigns it to the Dnn field.

func (DnnSmfInfoItem) ToMap ¶

func (o DnnSmfInfoItem) ToMap() (map[string]interface{}, error)

type Dynamic5QISetSingle ¶

type Dynamic5QISetSingle struct {
	Top
	Attributes *Dynamic5QISetSingleAllOfAttributes `json:"attributes,omitempty"`
}

Dynamic5QISetSingle struct for Dynamic5QISetSingle

func NewDynamic5QISetSingle ¶

func NewDynamic5QISetSingle(id NullableString) *Dynamic5QISetSingle

NewDynamic5QISetSingle instantiates a new Dynamic5QISetSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDynamic5QISetSingleWithDefaults ¶

func NewDynamic5QISetSingleWithDefaults() *Dynamic5QISetSingle

NewDynamic5QISetSingleWithDefaults instantiates a new Dynamic5QISetSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Dynamic5QISetSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*Dynamic5QISetSingle) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Dynamic5QISetSingle) HasAttributes ¶

func (o *Dynamic5QISetSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (Dynamic5QISetSingle) MarshalJSON ¶

func (o Dynamic5QISetSingle) MarshalJSON() ([]byte, error)

func (*Dynamic5QISetSingle) SetAttributes ¶

SetAttributes gets a reference to the given Dynamic5QISetSingleAllOfAttributes and assigns it to the Attributes field.

func (Dynamic5QISetSingle) ToMap ¶

func (o Dynamic5QISetSingle) ToMap() (map[string]interface{}, error)

type Dynamic5QISetSingleAllOf ¶

type Dynamic5QISetSingleAllOf struct {
	Attributes *Dynamic5QISetSingleAllOfAttributes `json:"attributes,omitempty"`
}

Dynamic5QISetSingleAllOf struct for Dynamic5QISetSingleAllOf

func NewDynamic5QISetSingleAllOf ¶

func NewDynamic5QISetSingleAllOf() *Dynamic5QISetSingleAllOf

NewDynamic5QISetSingleAllOf instantiates a new Dynamic5QISetSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDynamic5QISetSingleAllOfWithDefaults ¶

func NewDynamic5QISetSingleAllOfWithDefaults() *Dynamic5QISetSingleAllOf

NewDynamic5QISetSingleAllOfWithDefaults instantiates a new Dynamic5QISetSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Dynamic5QISetSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*Dynamic5QISetSingleAllOf) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Dynamic5QISetSingleAllOf) HasAttributes ¶

func (o *Dynamic5QISetSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (Dynamic5QISetSingleAllOf) MarshalJSON ¶

func (o Dynamic5QISetSingleAllOf) MarshalJSON() ([]byte, error)

func (*Dynamic5QISetSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given Dynamic5QISetSingleAllOfAttributes and assigns it to the Attributes field.

func (Dynamic5QISetSingleAllOf) ToMap ¶

func (o Dynamic5QISetSingleAllOf) ToMap() (map[string]interface{}, error)

type Dynamic5QISetSingleAllOfAttributes ¶

type Dynamic5QISetSingleAllOfAttributes struct {
	Dynamic5QIs []FiveQICharacteristicsSingle `json:"dynamic5QIs,omitempty"`
}

Dynamic5QISetSingleAllOfAttributes struct for Dynamic5QISetSingleAllOfAttributes

func NewDynamic5QISetSingleAllOfAttributes ¶

func NewDynamic5QISetSingleAllOfAttributes() *Dynamic5QISetSingleAllOfAttributes

NewDynamic5QISetSingleAllOfAttributes instantiates a new Dynamic5QISetSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDynamic5QISetSingleAllOfAttributesWithDefaults ¶

func NewDynamic5QISetSingleAllOfAttributesWithDefaults() *Dynamic5QISetSingleAllOfAttributes

NewDynamic5QISetSingleAllOfAttributesWithDefaults instantiates a new Dynamic5QISetSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Dynamic5QISetSingleAllOfAttributes) GetDynamic5QIs ¶

GetDynamic5QIs returns the Dynamic5QIs field value if set, zero value otherwise.

func (*Dynamic5QISetSingleAllOfAttributes) GetDynamic5QIsOk ¶

GetDynamic5QIsOk returns a tuple with the Dynamic5QIs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Dynamic5QISetSingleAllOfAttributes) HasDynamic5QIs ¶

func (o *Dynamic5QISetSingleAllOfAttributes) HasDynamic5QIs() bool

HasDynamic5QIs returns a boolean if a field has been set.

func (Dynamic5QISetSingleAllOfAttributes) MarshalJSON ¶

func (o Dynamic5QISetSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*Dynamic5QISetSingleAllOfAttributes) SetDynamic5QIs ¶

SetDynamic5QIs gets a reference to the given []FiveQICharacteristicsSingle and assigns it to the Dynamic5QIs field.

func (Dynamic5QISetSingleAllOfAttributes) ToMap ¶

func (o Dynamic5QISetSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type Dynamic5QISetSingleAllOfAttributesAllOf ¶

type Dynamic5QISetSingleAllOfAttributesAllOf struct {
	Dynamic5QIs []FiveQICharacteristicsSingle `json:"dynamic5QIs,omitempty"`
}

Dynamic5QISetSingleAllOfAttributesAllOf struct for Dynamic5QISetSingleAllOfAttributesAllOf

func NewDynamic5QISetSingleAllOfAttributesAllOf ¶

func NewDynamic5QISetSingleAllOfAttributesAllOf() *Dynamic5QISetSingleAllOfAttributesAllOf

NewDynamic5QISetSingleAllOfAttributesAllOf instantiates a new Dynamic5QISetSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDynamic5QISetSingleAllOfAttributesAllOfWithDefaults ¶

func NewDynamic5QISetSingleAllOfAttributesAllOfWithDefaults() *Dynamic5QISetSingleAllOfAttributesAllOf

NewDynamic5QISetSingleAllOfAttributesAllOfWithDefaults instantiates a new Dynamic5QISetSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Dynamic5QISetSingleAllOfAttributesAllOf) GetDynamic5QIs ¶

GetDynamic5QIs returns the Dynamic5QIs field value if set, zero value otherwise.

func (*Dynamic5QISetSingleAllOfAttributesAllOf) GetDynamic5QIsOk ¶

GetDynamic5QIsOk returns a tuple with the Dynamic5QIs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Dynamic5QISetSingleAllOfAttributesAllOf) HasDynamic5QIs ¶

func (o *Dynamic5QISetSingleAllOfAttributesAllOf) HasDynamic5QIs() bool

HasDynamic5QIs returns a boolean if a field has been set.

func (Dynamic5QISetSingleAllOfAttributesAllOf) MarshalJSON ¶

func (o Dynamic5QISetSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)

func (*Dynamic5QISetSingleAllOfAttributesAllOf) SetDynamic5QIs ¶

SetDynamic5QIs gets a reference to the given []FiveQICharacteristicsSingle and assigns it to the Dynamic5QIs field.

func (Dynamic5QISetSingleAllOfAttributesAllOf) ToMap ¶

func (o Dynamic5QISetSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)

type EASDFFunctionSingle ¶

type EASDFFunctionSingle struct {
	Top
	Attributes       *EASDFFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
	PerfMetricJob    []PerfMetricJobSingle               `json:"PerfMetricJob,omitempty"`
	ThresholdMonitor []ThresholdMonitorSingle            `json:"ThresholdMonitor,omitempty"`
	ManagedNFService []ManagedNFServiceSingle            `json:"ManagedNFService,omitempty"`
	TraceJob         []TraceJobSingle                    `json:"TraceJob,omitempty"`
	EPN88            []EPN88Single                       `json:"EP_N88,omitempty"`
}

EASDFFunctionSingle struct for EASDFFunctionSingle

func NewEASDFFunctionSingle ¶

func NewEASDFFunctionSingle(id NullableString) *EASDFFunctionSingle

NewEASDFFunctionSingle instantiates a new EASDFFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEASDFFunctionSingleWithDefaults ¶

func NewEASDFFunctionSingleWithDefaults() *EASDFFunctionSingle

NewEASDFFunctionSingleWithDefaults instantiates a new EASDFFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EASDFFunctionSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EASDFFunctionSingle) GetAttributesOk ¶

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 (*EASDFFunctionSingle) GetEPN88 ¶

func (o *EASDFFunctionSingle) GetEPN88() []EPN88Single

GetEPN88 returns the EPN88 field value if set, zero value otherwise.

func (*EASDFFunctionSingle) GetEPN88Ok ¶

func (o *EASDFFunctionSingle) GetEPN88Ok() ([]EPN88Single, bool)

GetEPN88Ok returns a tuple with the EPN88 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EASDFFunctionSingle) GetManagedNFService ¶

func (o *EASDFFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle

GetManagedNFService returns the ManagedNFService field value if set, zero value otherwise.

func (*EASDFFunctionSingle) GetManagedNFServiceOk ¶

func (o *EASDFFunctionSingle) 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 (*EASDFFunctionSingle) GetPerfMetricJob ¶

func (o *EASDFFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle

GetPerfMetricJob returns the PerfMetricJob field value if set, zero value otherwise.

func (*EASDFFunctionSingle) GetPerfMetricJobOk ¶

func (o *EASDFFunctionSingle) 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 (*EASDFFunctionSingle) GetThresholdMonitor ¶

func (o *EASDFFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle

GetThresholdMonitor returns the ThresholdMonitor field value if set, zero value otherwise.

func (*EASDFFunctionSingle) GetThresholdMonitorOk ¶

func (o *EASDFFunctionSingle) 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 (*EASDFFunctionSingle) GetTraceJob ¶

func (o *EASDFFunctionSingle) GetTraceJob() []TraceJobSingle

GetTraceJob returns the TraceJob field value if set, zero value otherwise.

func (*EASDFFunctionSingle) GetTraceJobOk ¶

func (o *EASDFFunctionSingle) 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 (*EASDFFunctionSingle) HasAttributes ¶

func (o *EASDFFunctionSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*EASDFFunctionSingle) HasEPN88 ¶

func (o *EASDFFunctionSingle) HasEPN88() bool

HasEPN88 returns a boolean if a field has been set.

func (*EASDFFunctionSingle) HasManagedNFService ¶

func (o *EASDFFunctionSingle) HasManagedNFService() bool

HasManagedNFService returns a boolean if a field has been set.

func (*EASDFFunctionSingle) HasPerfMetricJob ¶

func (o *EASDFFunctionSingle) HasPerfMetricJob() bool

HasPerfMetricJob returns a boolean if a field has been set.

func (*EASDFFunctionSingle) HasThresholdMonitor ¶

func (o *EASDFFunctionSingle) HasThresholdMonitor() bool

HasThresholdMonitor returns a boolean if a field has been set.

func (*EASDFFunctionSingle) HasTraceJob ¶

func (o *EASDFFunctionSingle) HasTraceJob() bool

HasTraceJob returns a boolean if a field has been set.

func (EASDFFunctionSingle) MarshalJSON ¶

func (o EASDFFunctionSingle) MarshalJSON() ([]byte, error)

func (*EASDFFunctionSingle) SetAttributes ¶

SetAttributes gets a reference to the given EASDFFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (*EASDFFunctionSingle) SetEPN88 ¶

func (o *EASDFFunctionSingle) SetEPN88(v []EPN88Single)

SetEPN88 gets a reference to the given []EPN88Single and assigns it to the EPN88 field.

func (*EASDFFunctionSingle) SetManagedNFService ¶

func (o *EASDFFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle)

SetManagedNFService gets a reference to the given []ManagedNFServiceSingle and assigns it to the ManagedNFService field.

func (*EASDFFunctionSingle) SetPerfMetricJob ¶

func (o *EASDFFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle)

SetPerfMetricJob gets a reference to the given []PerfMetricJobSingle and assigns it to the PerfMetricJob field.

func (*EASDFFunctionSingle) SetThresholdMonitor ¶

func (o *EASDFFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)

SetThresholdMonitor gets a reference to the given []ThresholdMonitorSingle and assigns it to the ThresholdMonitor field.

func (*EASDFFunctionSingle) SetTraceJob ¶

func (o *EASDFFunctionSingle) SetTraceJob(v []TraceJobSingle)

SetTraceJob gets a reference to the given []TraceJobSingle and assigns it to the TraceJob field.

func (EASDFFunctionSingle) ToMap ¶

func (o EASDFFunctionSingle) ToMap() (map[string]interface{}, error)

type EASDFFunctionSingleAllOf ¶

type EASDFFunctionSingleAllOf struct {
	Attributes *EASDFFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}

EASDFFunctionSingleAllOf struct for EASDFFunctionSingleAllOf

func NewEASDFFunctionSingleAllOf ¶

func NewEASDFFunctionSingleAllOf() *EASDFFunctionSingleAllOf

NewEASDFFunctionSingleAllOf instantiates a new EASDFFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEASDFFunctionSingleAllOfWithDefaults ¶

func NewEASDFFunctionSingleAllOfWithDefaults() *EASDFFunctionSingleAllOf

NewEASDFFunctionSingleAllOfWithDefaults instantiates a new EASDFFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EASDFFunctionSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EASDFFunctionSingleAllOf) GetAttributesOk ¶

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 (*EASDFFunctionSingleAllOf) HasAttributes ¶

func (o *EASDFFunctionSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EASDFFunctionSingleAllOf) MarshalJSON ¶

func (o EASDFFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*EASDFFunctionSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given EASDFFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (EASDFFunctionSingleAllOf) ToMap ¶

func (o EASDFFunctionSingleAllOf) ToMap() (map[string]interface{}, error)

type EASDFFunctionSingleAllOf1 ¶

type EASDFFunctionSingleAllOf1 struct {
	EPN88 []EPN88Single `json:"EP_N88,omitempty"`
}

EASDFFunctionSingleAllOf1 struct for EASDFFunctionSingleAllOf1

func NewEASDFFunctionSingleAllOf1 ¶

func NewEASDFFunctionSingleAllOf1() *EASDFFunctionSingleAllOf1

NewEASDFFunctionSingleAllOf1 instantiates a new EASDFFunctionSingleAllOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEASDFFunctionSingleAllOf1WithDefaults ¶

func NewEASDFFunctionSingleAllOf1WithDefaults() *EASDFFunctionSingleAllOf1

NewEASDFFunctionSingleAllOf1WithDefaults instantiates a new EASDFFunctionSingleAllOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EASDFFunctionSingleAllOf1) GetEPN88 ¶

func (o *EASDFFunctionSingleAllOf1) GetEPN88() []EPN88Single

GetEPN88 returns the EPN88 field value if set, zero value otherwise.

func (*EASDFFunctionSingleAllOf1) GetEPN88Ok ¶

func (o *EASDFFunctionSingleAllOf1) GetEPN88Ok() ([]EPN88Single, bool)

GetEPN88Ok returns a tuple with the EPN88 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EASDFFunctionSingleAllOf1) HasEPN88 ¶

func (o *EASDFFunctionSingleAllOf1) HasEPN88() bool

HasEPN88 returns a boolean if a field has been set.

func (EASDFFunctionSingleAllOf1) MarshalJSON ¶

func (o EASDFFunctionSingleAllOf1) MarshalJSON() ([]byte, error)

func (*EASDFFunctionSingleAllOf1) SetEPN88 ¶

func (o *EASDFFunctionSingleAllOf1) SetEPN88(v []EPN88Single)

SetEPN88 gets a reference to the given []EPN88Single and assigns it to the EPN88 field.

func (EASDFFunctionSingleAllOf1) ToMap ¶

func (o EASDFFunctionSingleAllOf1) ToMap() (map[string]interface{}, error)

type EASDFFunctionSingleAllOfAttributes ¶

type EASDFFunctionSingleAllOfAttributes struct {
	ManagedFunctionAttr
	PlmnId           *PlmnId           `json:"plmnId,omitempty"`
	SBIFqdn          *string           `json:"sBIFqdn,omitempty"`
	ManagedNFProfile *ManagedNFProfile `json:"managedNFProfile,omitempty"`
	ServerAddr       *string           `json:"serverAddr,omitempty"`
}

EASDFFunctionSingleAllOfAttributes struct for EASDFFunctionSingleAllOfAttributes

func NewEASDFFunctionSingleAllOfAttributes ¶

func NewEASDFFunctionSingleAllOfAttributes() *EASDFFunctionSingleAllOfAttributes

NewEASDFFunctionSingleAllOfAttributes instantiates a new EASDFFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEASDFFunctionSingleAllOfAttributesWithDefaults ¶

func NewEASDFFunctionSingleAllOfAttributesWithDefaults() *EASDFFunctionSingleAllOfAttributes

NewEASDFFunctionSingleAllOfAttributesWithDefaults instantiates a new EASDFFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EASDFFunctionSingleAllOfAttributes) GetManagedNFProfile ¶

func (o *EASDFFunctionSingleAllOfAttributes) GetManagedNFProfile() ManagedNFProfile

GetManagedNFProfile returns the ManagedNFProfile field value if set, zero value otherwise.

func (*EASDFFunctionSingleAllOfAttributes) GetManagedNFProfileOk ¶

func (o *EASDFFunctionSingleAllOfAttributes) GetManagedNFProfileOk() (*ManagedNFProfile, bool)

GetManagedNFProfileOk returns a tuple with the ManagedNFProfile field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EASDFFunctionSingleAllOfAttributes) GetPlmnId ¶

GetPlmnId returns the PlmnId field value if set, zero value otherwise.

func (*EASDFFunctionSingleAllOfAttributes) GetPlmnIdOk ¶

func (o *EASDFFunctionSingleAllOfAttributes) GetPlmnIdOk() (*PlmnId, bool)

GetPlmnIdOk returns a tuple with the PlmnId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EASDFFunctionSingleAllOfAttributes) GetSBIFqdn ¶

GetSBIFqdn returns the SBIFqdn field value if set, zero value otherwise.

func (*EASDFFunctionSingleAllOfAttributes) GetSBIFqdnOk ¶

func (o *EASDFFunctionSingleAllOfAttributes) GetSBIFqdnOk() (*string, bool)

GetSBIFqdnOk returns a tuple with the SBIFqdn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EASDFFunctionSingleAllOfAttributes) GetServerAddr ¶

func (o *EASDFFunctionSingleAllOfAttributes) GetServerAddr() string

GetServerAddr returns the ServerAddr field value if set, zero value otherwise.

func (*EASDFFunctionSingleAllOfAttributes) GetServerAddrOk ¶

func (o *EASDFFunctionSingleAllOfAttributes) GetServerAddrOk() (*string, bool)

GetServerAddrOk returns a tuple with the ServerAddr field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EASDFFunctionSingleAllOfAttributes) HasManagedNFProfile ¶

func (o *EASDFFunctionSingleAllOfAttributes) HasManagedNFProfile() bool

HasManagedNFProfile returns a boolean if a field has been set.

func (*EASDFFunctionSingleAllOfAttributes) HasPlmnId ¶

HasPlmnId returns a boolean if a field has been set.

func (*EASDFFunctionSingleAllOfAttributes) HasSBIFqdn ¶

func (o *EASDFFunctionSingleAllOfAttributes) HasSBIFqdn() bool

HasSBIFqdn returns a boolean if a field has been set.

func (*EASDFFunctionSingleAllOfAttributes) HasServerAddr ¶

func (o *EASDFFunctionSingleAllOfAttributes) HasServerAddr() bool

HasServerAddr returns a boolean if a field has been set.

func (EASDFFunctionSingleAllOfAttributes) MarshalJSON ¶

func (o EASDFFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*EASDFFunctionSingleAllOfAttributes) SetManagedNFProfile ¶

func (o *EASDFFunctionSingleAllOfAttributes) SetManagedNFProfile(v ManagedNFProfile)

SetManagedNFProfile gets a reference to the given ManagedNFProfile and assigns it to the ManagedNFProfile field.

func (*EASDFFunctionSingleAllOfAttributes) SetPlmnId ¶

SetPlmnId gets a reference to the given PlmnId and assigns it to the PlmnId field.

func (*EASDFFunctionSingleAllOfAttributes) SetSBIFqdn ¶

func (o *EASDFFunctionSingleAllOfAttributes) SetSBIFqdn(v string)

SetSBIFqdn gets a reference to the given string and assigns it to the SBIFqdn field.

func (*EASDFFunctionSingleAllOfAttributes) SetServerAddr ¶

func (o *EASDFFunctionSingleAllOfAttributes) SetServerAddr(v string)

SetServerAddr gets a reference to the given string and assigns it to the ServerAddr field.

func (EASDFFunctionSingleAllOfAttributes) ToMap ¶

func (o EASDFFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type EASDFFunctionSingleAllOfAttributesAllOf ¶

type EASDFFunctionSingleAllOfAttributesAllOf struct {
	PlmnId           *PlmnId           `json:"plmnId,omitempty"`
	SBIFqdn          *string           `json:"sBIFqdn,omitempty"`
	ManagedNFProfile *ManagedNFProfile `json:"managedNFProfile,omitempty"`
	ServerAddr       *string           `json:"serverAddr,omitempty"`
}

EASDFFunctionSingleAllOfAttributesAllOf struct for EASDFFunctionSingleAllOfAttributesAllOf

func NewEASDFFunctionSingleAllOfAttributesAllOf ¶

func NewEASDFFunctionSingleAllOfAttributesAllOf() *EASDFFunctionSingleAllOfAttributesAllOf

NewEASDFFunctionSingleAllOfAttributesAllOf instantiates a new EASDFFunctionSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEASDFFunctionSingleAllOfAttributesAllOfWithDefaults ¶

func NewEASDFFunctionSingleAllOfAttributesAllOfWithDefaults() *EASDFFunctionSingleAllOfAttributesAllOf

NewEASDFFunctionSingleAllOfAttributesAllOfWithDefaults instantiates a new EASDFFunctionSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EASDFFunctionSingleAllOfAttributesAllOf) GetManagedNFProfile ¶

GetManagedNFProfile returns the ManagedNFProfile field value if set, zero value otherwise.

func (*EASDFFunctionSingleAllOfAttributesAllOf) GetManagedNFProfileOk ¶

func (o *EASDFFunctionSingleAllOfAttributesAllOf) GetManagedNFProfileOk() (*ManagedNFProfile, bool)

GetManagedNFProfileOk returns a tuple with the ManagedNFProfile field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EASDFFunctionSingleAllOfAttributesAllOf) GetPlmnId ¶

GetPlmnId returns the PlmnId field value if set, zero value otherwise.

func (*EASDFFunctionSingleAllOfAttributesAllOf) GetPlmnIdOk ¶

GetPlmnIdOk returns a tuple with the PlmnId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EASDFFunctionSingleAllOfAttributesAllOf) GetSBIFqdn ¶

GetSBIFqdn returns the SBIFqdn field value if set, zero value otherwise.

func (*EASDFFunctionSingleAllOfAttributesAllOf) GetSBIFqdnOk ¶

func (o *EASDFFunctionSingleAllOfAttributesAllOf) GetSBIFqdnOk() (*string, bool)

GetSBIFqdnOk returns a tuple with the SBIFqdn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EASDFFunctionSingleAllOfAttributesAllOf) GetServerAddr ¶

GetServerAddr returns the ServerAddr field value if set, zero value otherwise.

func (*EASDFFunctionSingleAllOfAttributesAllOf) GetServerAddrOk ¶

func (o *EASDFFunctionSingleAllOfAttributesAllOf) GetServerAddrOk() (*string, bool)

GetServerAddrOk returns a tuple with the ServerAddr field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EASDFFunctionSingleAllOfAttributesAllOf) HasManagedNFProfile ¶

func (o *EASDFFunctionSingleAllOfAttributesAllOf) HasManagedNFProfile() bool

HasManagedNFProfile returns a boolean if a field has been set.

func (*EASDFFunctionSingleAllOfAttributesAllOf) HasPlmnId ¶

HasPlmnId returns a boolean if a field has been set.

func (*EASDFFunctionSingleAllOfAttributesAllOf) HasSBIFqdn ¶

HasSBIFqdn returns a boolean if a field has been set.

func (*EASDFFunctionSingleAllOfAttributesAllOf) HasServerAddr ¶

func (o *EASDFFunctionSingleAllOfAttributesAllOf) HasServerAddr() bool

HasServerAddr returns a boolean if a field has been set.

func (EASDFFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (o EASDFFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)

func (*EASDFFunctionSingleAllOfAttributesAllOf) SetManagedNFProfile ¶

SetManagedNFProfile gets a reference to the given ManagedNFProfile and assigns it to the ManagedNFProfile field.

func (*EASDFFunctionSingleAllOfAttributesAllOf) SetPlmnId ¶

SetPlmnId gets a reference to the given PlmnId and assigns it to the PlmnId field.

func (*EASDFFunctionSingleAllOfAttributesAllOf) SetSBIFqdn ¶

SetSBIFqdn gets a reference to the given string and assigns it to the SBIFqdn field.

func (*EASDFFunctionSingleAllOfAttributesAllOf) SetServerAddr ¶

func (o *EASDFFunctionSingleAllOfAttributesAllOf) SetServerAddr(v string)

SetServerAddr gets a reference to the given string and assigns it to the ServerAddr field.

func (EASDFFunctionSingleAllOfAttributesAllOf) ToMap ¶

func (o EASDFFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)

type EEPerfReq ¶

type EEPerfReq struct {
	EmbbEEPerfReq  *EmbbEEPerfReq
	MIoTEEPerfReq  *MIoTEEPerfReq
	UrllcEEPerfReq *UrllcEEPerfReq
}

EEPerfReq - struct for EEPerfReq

func EmbbEEPerfReqAsEEPerfReq ¶

func EmbbEEPerfReqAsEEPerfReq(v *EmbbEEPerfReq) EEPerfReq

EmbbEEPerfReqAsEEPerfReq is a convenience function that returns EmbbEEPerfReq wrapped in EEPerfReq

func MIoTEEPerfReqAsEEPerfReq ¶

func MIoTEEPerfReqAsEEPerfReq(v *MIoTEEPerfReq) EEPerfReq

MIoTEEPerfReqAsEEPerfReq is a convenience function that returns MIoTEEPerfReq wrapped in EEPerfReq

func UrllcEEPerfReqAsEEPerfReq ¶

func UrllcEEPerfReqAsEEPerfReq(v *UrllcEEPerfReq) EEPerfReq

UrllcEEPerfReqAsEEPerfReq is a convenience function that returns UrllcEEPerfReq wrapped in EEPerfReq

func (*EEPerfReq) GetActualInstance ¶

func (obj *EEPerfReq) GetActualInstance() interface{}

Get the actual instance

func (EEPerfReq) MarshalJSON ¶

func (src EEPerfReq) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*EEPerfReq) UnmarshalJSON ¶

func (dst *EEPerfReq) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type EPE1Single ¶

type EPE1Single struct {
	Top
	Attributes *EPF1CSingleAllOfAttributes `json:"attributes,omitempty"`
}

EPE1Single struct for EPE1Single

func NewEPE1Single ¶

func NewEPE1Single(id NullableString) *EPE1Single

NewEPE1Single instantiates a new EPE1Single object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPE1SingleWithDefaults ¶

func NewEPE1SingleWithDefaults() *EPE1Single

NewEPE1SingleWithDefaults instantiates a new EPE1Single object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPE1Single) GetAttributes ¶

func (o *EPE1Single) GetAttributes() EPF1CSingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EPE1Single) GetAttributesOk ¶

func (o *EPE1Single) GetAttributesOk() (*EPF1CSingleAllOfAttributes, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPE1Single) HasAttributes ¶

func (o *EPE1Single) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPE1Single) MarshalJSON ¶

func (o EPE1Single) MarshalJSON() ([]byte, error)

func (*EPE1Single) SetAttributes ¶

func (o *EPE1Single) SetAttributes(v EPF1CSingleAllOfAttributes)

SetAttributes gets a reference to the given EPF1CSingleAllOfAttributes and assigns it to the Attributes field.

func (EPE1Single) ToMap ¶

func (o EPE1Single) ToMap() (map[string]interface{}, error)

type EPF1CSingle ¶

type EPF1CSingle struct {
	Top
	Attributes *EPF1CSingleAllOfAttributes `json:"attributes,omitempty"`
}

EPF1CSingle struct for EPF1CSingle

func NewEPF1CSingle ¶

func NewEPF1CSingle(id NullableString) *EPF1CSingle

NewEPF1CSingle instantiates a new EPF1CSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPF1CSingleWithDefaults ¶

func NewEPF1CSingleWithDefaults() *EPF1CSingle

NewEPF1CSingleWithDefaults instantiates a new EPF1CSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPF1CSingle) GetAttributes ¶

func (o *EPF1CSingle) GetAttributes() EPF1CSingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EPF1CSingle) GetAttributesOk ¶

func (o *EPF1CSingle) GetAttributesOk() (*EPF1CSingleAllOfAttributes, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPF1CSingle) HasAttributes ¶

func (o *EPF1CSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPF1CSingle) MarshalJSON ¶

func (o EPF1CSingle) MarshalJSON() ([]byte, error)

func (*EPF1CSingle) SetAttributes ¶

func (o *EPF1CSingle) SetAttributes(v EPF1CSingleAllOfAttributes)

SetAttributes gets a reference to the given EPF1CSingleAllOfAttributes and assigns it to the Attributes field.

func (EPF1CSingle) ToMap ¶

func (o EPF1CSingle) ToMap() (map[string]interface{}, error)

type EPF1CSingleAllOf ¶

type EPF1CSingleAllOf struct {
	Attributes *EPF1CSingleAllOfAttributes `json:"attributes,omitempty"`
}

EPF1CSingleAllOf struct for EPF1CSingleAllOf

func NewEPF1CSingleAllOf ¶

func NewEPF1CSingleAllOf() *EPF1CSingleAllOf

NewEPF1CSingleAllOf instantiates a new EPF1CSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPF1CSingleAllOfWithDefaults ¶

func NewEPF1CSingleAllOfWithDefaults() *EPF1CSingleAllOf

NewEPF1CSingleAllOfWithDefaults instantiates a new EPF1CSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPF1CSingleAllOf) GetAttributes ¶

func (o *EPF1CSingleAllOf) GetAttributes() EPF1CSingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EPF1CSingleAllOf) GetAttributesOk ¶

func (o *EPF1CSingleAllOf) GetAttributesOk() (*EPF1CSingleAllOfAttributes, 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 (*EPF1CSingleAllOf) HasAttributes ¶

func (o *EPF1CSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPF1CSingleAllOf) MarshalJSON ¶

func (o EPF1CSingleAllOf) MarshalJSON() ([]byte, error)

func (*EPF1CSingleAllOf) SetAttributes ¶

func (o *EPF1CSingleAllOf) SetAttributes(v EPF1CSingleAllOfAttributes)

SetAttributes gets a reference to the given EPF1CSingleAllOfAttributes and assigns it to the Attributes field.

func (EPF1CSingleAllOf) ToMap ¶

func (o EPF1CSingleAllOf) ToMap() (map[string]interface{}, error)

type EPF1CSingleAllOfAttributes ¶

type EPF1CSingleAllOfAttributes struct {
	EPRPAttr
	LocalAddress  *LocalAddress  `json:"localAddress,omitempty"`
	RemoteAddress *RemoteAddress `json:"remoteAddress,omitempty"`
}

EPF1CSingleAllOfAttributes struct for EPF1CSingleAllOfAttributes

func NewEPF1CSingleAllOfAttributes ¶

func NewEPF1CSingleAllOfAttributes() *EPF1CSingleAllOfAttributes

NewEPF1CSingleAllOfAttributes instantiates a new EPF1CSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPF1CSingleAllOfAttributesWithDefaults ¶

func NewEPF1CSingleAllOfAttributesWithDefaults() *EPF1CSingleAllOfAttributes

NewEPF1CSingleAllOfAttributesWithDefaults instantiates a new EPF1CSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPF1CSingleAllOfAttributes) GetLocalAddress ¶

func (o *EPF1CSingleAllOfAttributes) GetLocalAddress() LocalAddress

GetLocalAddress returns the LocalAddress field value if set, zero value otherwise.

func (*EPF1CSingleAllOfAttributes) GetLocalAddressOk ¶

func (o *EPF1CSingleAllOfAttributes) GetLocalAddressOk() (*LocalAddress, bool)

GetLocalAddressOk returns a tuple with the LocalAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPF1CSingleAllOfAttributes) GetRemoteAddress ¶

func (o *EPF1CSingleAllOfAttributes) GetRemoteAddress() RemoteAddress

GetRemoteAddress returns the RemoteAddress field value if set, zero value otherwise.

func (*EPF1CSingleAllOfAttributes) GetRemoteAddressOk ¶

func (o *EPF1CSingleAllOfAttributes) GetRemoteAddressOk() (*RemoteAddress, bool)

GetRemoteAddressOk returns a tuple with the RemoteAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPF1CSingleAllOfAttributes) HasLocalAddress ¶

func (o *EPF1CSingleAllOfAttributes) HasLocalAddress() bool

HasLocalAddress returns a boolean if a field has been set.

func (*EPF1CSingleAllOfAttributes) HasRemoteAddress ¶

func (o *EPF1CSingleAllOfAttributes) HasRemoteAddress() bool

HasRemoteAddress returns a boolean if a field has been set.

func (EPF1CSingleAllOfAttributes) MarshalJSON ¶

func (o EPF1CSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*EPF1CSingleAllOfAttributes) SetLocalAddress ¶

func (o *EPF1CSingleAllOfAttributes) SetLocalAddress(v LocalAddress)

SetLocalAddress gets a reference to the given LocalAddress and assigns it to the LocalAddress field.

func (*EPF1CSingleAllOfAttributes) SetRemoteAddress ¶

func (o *EPF1CSingleAllOfAttributes) SetRemoteAddress(v RemoteAddress)

SetRemoteAddress gets a reference to the given RemoteAddress and assigns it to the RemoteAddress field.

func (EPF1CSingleAllOfAttributes) ToMap ¶

func (o EPF1CSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type EPF1CSingleAllOfAttributesAllOf ¶

type EPF1CSingleAllOfAttributesAllOf struct {
	LocalAddress  *LocalAddress  `json:"localAddress,omitempty"`
	RemoteAddress *RemoteAddress `json:"remoteAddress,omitempty"`
}

EPF1CSingleAllOfAttributesAllOf struct for EPF1CSingleAllOfAttributesAllOf

func NewEPF1CSingleAllOfAttributesAllOf ¶

func NewEPF1CSingleAllOfAttributesAllOf() *EPF1CSingleAllOfAttributesAllOf

NewEPF1CSingleAllOfAttributesAllOf instantiates a new EPF1CSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPF1CSingleAllOfAttributesAllOfWithDefaults ¶

func NewEPF1CSingleAllOfAttributesAllOfWithDefaults() *EPF1CSingleAllOfAttributesAllOf

NewEPF1CSingleAllOfAttributesAllOfWithDefaults instantiates a new EPF1CSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPF1CSingleAllOfAttributesAllOf) GetLocalAddress ¶

func (o *EPF1CSingleAllOfAttributesAllOf) GetLocalAddress() LocalAddress

GetLocalAddress returns the LocalAddress field value if set, zero value otherwise.

func (*EPF1CSingleAllOfAttributesAllOf) GetLocalAddressOk ¶

func (o *EPF1CSingleAllOfAttributesAllOf) GetLocalAddressOk() (*LocalAddress, bool)

GetLocalAddressOk returns a tuple with the LocalAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPF1CSingleAllOfAttributesAllOf) GetRemoteAddress ¶

func (o *EPF1CSingleAllOfAttributesAllOf) GetRemoteAddress() RemoteAddress

GetRemoteAddress returns the RemoteAddress field value if set, zero value otherwise.

func (*EPF1CSingleAllOfAttributesAllOf) GetRemoteAddressOk ¶

func (o *EPF1CSingleAllOfAttributesAllOf) GetRemoteAddressOk() (*RemoteAddress, bool)

GetRemoteAddressOk returns a tuple with the RemoteAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPF1CSingleAllOfAttributesAllOf) HasLocalAddress ¶

func (o *EPF1CSingleAllOfAttributesAllOf) HasLocalAddress() bool

HasLocalAddress returns a boolean if a field has been set.

func (*EPF1CSingleAllOfAttributesAllOf) HasRemoteAddress ¶

func (o *EPF1CSingleAllOfAttributesAllOf) HasRemoteAddress() bool

HasRemoteAddress returns a boolean if a field has been set.

func (EPF1CSingleAllOfAttributesAllOf) MarshalJSON ¶

func (o EPF1CSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)

func (*EPF1CSingleAllOfAttributesAllOf) SetLocalAddress ¶

func (o *EPF1CSingleAllOfAttributesAllOf) SetLocalAddress(v LocalAddress)

SetLocalAddress gets a reference to the given LocalAddress and assigns it to the LocalAddress field.

func (*EPF1CSingleAllOfAttributesAllOf) SetRemoteAddress ¶

func (o *EPF1CSingleAllOfAttributesAllOf) SetRemoteAddress(v RemoteAddress)

SetRemoteAddress gets a reference to the given RemoteAddress and assigns it to the RemoteAddress field.

func (EPF1CSingleAllOfAttributesAllOf) ToMap ¶

func (o EPF1CSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)

type EPF1USingle ¶

type EPF1USingle struct {
	Top
	Attributes *EPF1USingleAllOfAttributes `json:"attributes,omitempty"`
}

EPF1USingle struct for EPF1USingle

func NewEPF1USingle ¶

func NewEPF1USingle(id NullableString) *EPF1USingle

NewEPF1USingle instantiates a new EPF1USingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPF1USingleWithDefaults ¶

func NewEPF1USingleWithDefaults() *EPF1USingle

NewEPF1USingleWithDefaults instantiates a new EPF1USingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPF1USingle) GetAttributes ¶

func (o *EPF1USingle) GetAttributes() EPF1USingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EPF1USingle) GetAttributesOk ¶

func (o *EPF1USingle) GetAttributesOk() (*EPF1USingleAllOfAttributes, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPF1USingle) HasAttributes ¶

func (o *EPF1USingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPF1USingle) MarshalJSON ¶

func (o EPF1USingle) MarshalJSON() ([]byte, error)

func (*EPF1USingle) SetAttributes ¶

func (o *EPF1USingle) SetAttributes(v EPF1USingleAllOfAttributes)

SetAttributes gets a reference to the given EPF1USingleAllOfAttributes and assigns it to the Attributes field.

func (EPF1USingle) ToMap ¶

func (o EPF1USingle) ToMap() (map[string]interface{}, error)

type EPF1USingleAllOf ¶

type EPF1USingleAllOf struct {
	Attributes *EPF1USingleAllOfAttributes `json:"attributes,omitempty"`
}

EPF1USingleAllOf struct for EPF1USingleAllOf

func NewEPF1USingleAllOf ¶

func NewEPF1USingleAllOf() *EPF1USingleAllOf

NewEPF1USingleAllOf instantiates a new EPF1USingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPF1USingleAllOfWithDefaults ¶

func NewEPF1USingleAllOfWithDefaults() *EPF1USingleAllOf

NewEPF1USingleAllOfWithDefaults instantiates a new EPF1USingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPF1USingleAllOf) GetAttributes ¶

func (o *EPF1USingleAllOf) GetAttributes() EPF1USingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EPF1USingleAllOf) GetAttributesOk ¶

func (o *EPF1USingleAllOf) GetAttributesOk() (*EPF1USingleAllOfAttributes, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPF1USingleAllOf) HasAttributes ¶

func (o *EPF1USingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPF1USingleAllOf) MarshalJSON ¶

func (o EPF1USingleAllOf) MarshalJSON() ([]byte, error)

func (*EPF1USingleAllOf) SetAttributes ¶

func (o *EPF1USingleAllOf) SetAttributes(v EPF1USingleAllOfAttributes)

SetAttributes gets a reference to the given EPF1USingleAllOfAttributes and assigns it to the Attributes field.

func (EPF1USingleAllOf) ToMap ¶

func (o EPF1USingleAllOf) ToMap() (map[string]interface{}, error)

type EPF1USingleAllOfAttributes ¶

type EPF1USingleAllOfAttributes struct {
	EPRPAttr
	LocalAddress    *LocalAddress  `json:"localAddress,omitempty"`
	RemoteAddress   *RemoteAddress `json:"remoteAddress,omitempty"`
	EpTransportRefs []string       `json:"epTransportRefs,omitempty"`
}

EPF1USingleAllOfAttributes struct for EPF1USingleAllOfAttributes

func NewEPF1USingleAllOfAttributes ¶

func NewEPF1USingleAllOfAttributes() *EPF1USingleAllOfAttributes

NewEPF1USingleAllOfAttributes instantiates a new EPF1USingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPF1USingleAllOfAttributesWithDefaults ¶

func NewEPF1USingleAllOfAttributesWithDefaults() *EPF1USingleAllOfAttributes

NewEPF1USingleAllOfAttributesWithDefaults instantiates a new EPF1USingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPF1USingleAllOfAttributes) GetEpTransportRefs ¶

func (o *EPF1USingleAllOfAttributes) GetEpTransportRefs() []string

GetEpTransportRefs returns the EpTransportRefs field value if set, zero value otherwise.

func (*EPF1USingleAllOfAttributes) GetEpTransportRefsOk ¶

func (o *EPF1USingleAllOfAttributes) GetEpTransportRefsOk() ([]string, bool)

GetEpTransportRefsOk returns a tuple with the EpTransportRefs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPF1USingleAllOfAttributes) GetLocalAddress ¶

func (o *EPF1USingleAllOfAttributes) GetLocalAddress() LocalAddress

GetLocalAddress returns the LocalAddress field value if set, zero value otherwise.

func (*EPF1USingleAllOfAttributes) GetLocalAddressOk ¶

func (o *EPF1USingleAllOfAttributes) GetLocalAddressOk() (*LocalAddress, bool)

GetLocalAddressOk returns a tuple with the LocalAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPF1USingleAllOfAttributes) GetRemoteAddress ¶

func (o *EPF1USingleAllOfAttributes) GetRemoteAddress() RemoteAddress

GetRemoteAddress returns the RemoteAddress field value if set, zero value otherwise.

func (*EPF1USingleAllOfAttributes) GetRemoteAddressOk ¶

func (o *EPF1USingleAllOfAttributes) GetRemoteAddressOk() (*RemoteAddress, bool)

GetRemoteAddressOk returns a tuple with the RemoteAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPF1USingleAllOfAttributes) HasEpTransportRefs ¶

func (o *EPF1USingleAllOfAttributes) HasEpTransportRefs() bool

HasEpTransportRefs returns a boolean if a field has been set.

func (*EPF1USingleAllOfAttributes) HasLocalAddress ¶

func (o *EPF1USingleAllOfAttributes) HasLocalAddress() bool

HasLocalAddress returns a boolean if a field has been set.

func (*EPF1USingleAllOfAttributes) HasRemoteAddress ¶

func (o *EPF1USingleAllOfAttributes) HasRemoteAddress() bool

HasRemoteAddress returns a boolean if a field has been set.

func (EPF1USingleAllOfAttributes) MarshalJSON ¶

func (o EPF1USingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*EPF1USingleAllOfAttributes) SetEpTransportRefs ¶

func (o *EPF1USingleAllOfAttributes) SetEpTransportRefs(v []string)

SetEpTransportRefs gets a reference to the given []string and assigns it to the EpTransportRefs field.

func (*EPF1USingleAllOfAttributes) SetLocalAddress ¶

func (o *EPF1USingleAllOfAttributes) SetLocalAddress(v LocalAddress)

SetLocalAddress gets a reference to the given LocalAddress and assigns it to the LocalAddress field.

func (*EPF1USingleAllOfAttributes) SetRemoteAddress ¶

func (o *EPF1USingleAllOfAttributes) SetRemoteAddress(v RemoteAddress)

SetRemoteAddress gets a reference to the given RemoteAddress and assigns it to the RemoteAddress field.

func (EPF1USingleAllOfAttributes) ToMap ¶

func (o EPF1USingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type EPF1USingleAllOfAttributesAllOf ¶

type EPF1USingleAllOfAttributesAllOf struct {
	LocalAddress    *LocalAddress  `json:"localAddress,omitempty"`
	RemoteAddress   *RemoteAddress `json:"remoteAddress,omitempty"`
	EpTransportRefs []string       `json:"epTransportRefs,omitempty"`
}

EPF1USingleAllOfAttributesAllOf struct for EPF1USingleAllOfAttributesAllOf

func NewEPF1USingleAllOfAttributesAllOf ¶

func NewEPF1USingleAllOfAttributesAllOf() *EPF1USingleAllOfAttributesAllOf

NewEPF1USingleAllOfAttributesAllOf instantiates a new EPF1USingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPF1USingleAllOfAttributesAllOfWithDefaults ¶

func NewEPF1USingleAllOfAttributesAllOfWithDefaults() *EPF1USingleAllOfAttributesAllOf

NewEPF1USingleAllOfAttributesAllOfWithDefaults instantiates a new EPF1USingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPF1USingleAllOfAttributesAllOf) GetEpTransportRefs ¶

func (o *EPF1USingleAllOfAttributesAllOf) GetEpTransportRefs() []string

GetEpTransportRefs returns the EpTransportRefs field value if set, zero value otherwise.

func (*EPF1USingleAllOfAttributesAllOf) GetEpTransportRefsOk ¶

func (o *EPF1USingleAllOfAttributesAllOf) GetEpTransportRefsOk() ([]string, bool)

GetEpTransportRefsOk returns a tuple with the EpTransportRefs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPF1USingleAllOfAttributesAllOf) GetLocalAddress ¶

func (o *EPF1USingleAllOfAttributesAllOf) GetLocalAddress() LocalAddress

GetLocalAddress returns the LocalAddress field value if set, zero value otherwise.

func (*EPF1USingleAllOfAttributesAllOf) GetLocalAddressOk ¶

func (o *EPF1USingleAllOfAttributesAllOf) GetLocalAddressOk() (*LocalAddress, bool)

GetLocalAddressOk returns a tuple with the LocalAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPF1USingleAllOfAttributesAllOf) GetRemoteAddress ¶

func (o *EPF1USingleAllOfAttributesAllOf) GetRemoteAddress() RemoteAddress

GetRemoteAddress returns the RemoteAddress field value if set, zero value otherwise.

func (*EPF1USingleAllOfAttributesAllOf) GetRemoteAddressOk ¶

func (o *EPF1USingleAllOfAttributesAllOf) GetRemoteAddressOk() (*RemoteAddress, bool)

GetRemoteAddressOk returns a tuple with the RemoteAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPF1USingleAllOfAttributesAllOf) HasEpTransportRefs ¶

func (o *EPF1USingleAllOfAttributesAllOf) HasEpTransportRefs() bool

HasEpTransportRefs returns a boolean if a field has been set.

func (*EPF1USingleAllOfAttributesAllOf) HasLocalAddress ¶

func (o *EPF1USingleAllOfAttributesAllOf) HasLocalAddress() bool

HasLocalAddress returns a boolean if a field has been set.

func (*EPF1USingleAllOfAttributesAllOf) HasRemoteAddress ¶

func (o *EPF1USingleAllOfAttributesAllOf) HasRemoteAddress() bool

HasRemoteAddress returns a boolean if a field has been set.

func (EPF1USingleAllOfAttributesAllOf) MarshalJSON ¶

func (o EPF1USingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)

func (*EPF1USingleAllOfAttributesAllOf) SetEpTransportRefs ¶

func (o *EPF1USingleAllOfAttributesAllOf) SetEpTransportRefs(v []string)

SetEpTransportRefs gets a reference to the given []string and assigns it to the EpTransportRefs field.

func (*EPF1USingleAllOfAttributesAllOf) SetLocalAddress ¶

func (o *EPF1USingleAllOfAttributesAllOf) SetLocalAddress(v LocalAddress)

SetLocalAddress gets a reference to the given LocalAddress and assigns it to the LocalAddress field.

func (*EPF1USingleAllOfAttributesAllOf) SetRemoteAddress ¶

func (o *EPF1USingleAllOfAttributesAllOf) SetRemoteAddress(v RemoteAddress)

SetRemoteAddress gets a reference to the given RemoteAddress and assigns it to the RemoteAddress field.

func (EPF1USingleAllOfAttributesAllOf) ToMap ¶

func (o EPF1USingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)

type EPMAPSMSCSingle ¶

type EPMAPSMSCSingle struct {
	Top
	Attributes *EPF1CSingleAllOfAttributes `json:"attributes,omitempty"`
}

EPMAPSMSCSingle struct for EPMAPSMSCSingle

func NewEPMAPSMSCSingle ¶

func NewEPMAPSMSCSingle(id NullableString) *EPMAPSMSCSingle

NewEPMAPSMSCSingle instantiates a new EPMAPSMSCSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPMAPSMSCSingleWithDefaults ¶

func NewEPMAPSMSCSingleWithDefaults() *EPMAPSMSCSingle

NewEPMAPSMSCSingleWithDefaults instantiates a new EPMAPSMSCSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPMAPSMSCSingle) GetAttributes ¶

func (o *EPMAPSMSCSingle) GetAttributes() EPF1CSingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EPMAPSMSCSingle) GetAttributesOk ¶

func (o *EPMAPSMSCSingle) GetAttributesOk() (*EPF1CSingleAllOfAttributes, 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 (*EPMAPSMSCSingle) HasAttributes ¶

func (o *EPMAPSMSCSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPMAPSMSCSingle) MarshalJSON ¶

func (o EPMAPSMSCSingle) MarshalJSON() ([]byte, error)

func (*EPMAPSMSCSingle) SetAttributes ¶

func (o *EPMAPSMSCSingle) SetAttributes(v EPF1CSingleAllOfAttributes)

SetAttributes gets a reference to the given EPF1CSingleAllOfAttributes and assigns it to the Attributes field.

func (EPMAPSMSCSingle) ToMap ¶

func (o EPMAPSMSCSingle) ToMap() (map[string]interface{}, error)

type EPN10Single ¶

type EPN10Single struct {
	Top
	Attributes *EPF1CSingleAllOfAttributes `json:"attributes,omitempty"`
}

EPN10Single struct for EPN10Single

func NewEPN10Single ¶

func NewEPN10Single(id NullableString) *EPN10Single

NewEPN10Single instantiates a new EPN10Single object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPN10SingleWithDefaults ¶

func NewEPN10SingleWithDefaults() *EPN10Single

NewEPN10SingleWithDefaults instantiates a new EPN10Single object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPN10Single) GetAttributes ¶

func (o *EPN10Single) GetAttributes() EPF1CSingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EPN10Single) GetAttributesOk ¶

func (o *EPN10Single) GetAttributesOk() (*EPF1CSingleAllOfAttributes, 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 (*EPN10Single) HasAttributes ¶

func (o *EPN10Single) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPN10Single) MarshalJSON ¶

func (o EPN10Single) MarshalJSON() ([]byte, error)

func (*EPN10Single) SetAttributes ¶

func (o *EPN10Single) SetAttributes(v EPF1CSingleAllOfAttributes)

SetAttributes gets a reference to the given EPF1CSingleAllOfAttributes and assigns it to the Attributes field.

func (EPN10Single) ToMap ¶

func (o EPN10Single) ToMap() (map[string]interface{}, error)

type EPN11Single ¶

type EPN11Single struct {
	Top
	Attributes *EPF1CSingleAllOfAttributes `json:"attributes,omitempty"`
}

EPN11Single struct for EPN11Single

func NewEPN11Single ¶

func NewEPN11Single(id NullableString) *EPN11Single

NewEPN11Single instantiates a new EPN11Single object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPN11SingleWithDefaults ¶

func NewEPN11SingleWithDefaults() *EPN11Single

NewEPN11SingleWithDefaults instantiates a new EPN11Single object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPN11Single) GetAttributes ¶

func (o *EPN11Single) GetAttributes() EPF1CSingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EPN11Single) GetAttributesOk ¶

func (o *EPN11Single) GetAttributesOk() (*EPF1CSingleAllOfAttributes, 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 (*EPN11Single) HasAttributes ¶

func (o *EPN11Single) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPN11Single) MarshalJSON ¶

func (o EPN11Single) MarshalJSON() ([]byte, error)

func (*EPN11Single) SetAttributes ¶

func (o *EPN11Single) SetAttributes(v EPF1CSingleAllOfAttributes)

SetAttributes gets a reference to the given EPF1CSingleAllOfAttributes and assigns it to the Attributes field.

func (EPN11Single) ToMap ¶

func (o EPN11Single) ToMap() (map[string]interface{}, error)

type EPN12Single ¶

type EPN12Single struct {
	Top
	Attributes *EPF1CSingleAllOfAttributes `json:"attributes,omitempty"`
}

EPN12Single struct for EPN12Single

func NewEPN12Single ¶

func NewEPN12Single(id NullableString) *EPN12Single

NewEPN12Single instantiates a new EPN12Single object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPN12SingleWithDefaults ¶

func NewEPN12SingleWithDefaults() *EPN12Single

NewEPN12SingleWithDefaults instantiates a new EPN12Single object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPN12Single) GetAttributes ¶

func (o *EPN12Single) GetAttributes() EPF1CSingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EPN12Single) GetAttributesOk ¶

func (o *EPN12Single) GetAttributesOk() (*EPF1CSingleAllOfAttributes, 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 (*EPN12Single) HasAttributes ¶

func (o *EPN12Single) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPN12Single) MarshalJSON ¶

func (o EPN12Single) MarshalJSON() ([]byte, error)

func (*EPN12Single) SetAttributes ¶

func (o *EPN12Single) SetAttributes(v EPF1CSingleAllOfAttributes)

SetAttributes gets a reference to the given EPF1CSingleAllOfAttributes and assigns it to the Attributes field.

func (EPN12Single) ToMap ¶

func (o EPN12Single) ToMap() (map[string]interface{}, error)

type EPN13Single ¶

type EPN13Single struct {
	Top
	Attributes *EPF1CSingleAllOfAttributes `json:"attributes,omitempty"`
}

EPN13Single struct for EPN13Single

func NewEPN13Single ¶

func NewEPN13Single(id NullableString) *EPN13Single

NewEPN13Single instantiates a new EPN13Single object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPN13SingleWithDefaults ¶

func NewEPN13SingleWithDefaults() *EPN13Single

NewEPN13SingleWithDefaults instantiates a new EPN13Single object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPN13Single) GetAttributes ¶

func (o *EPN13Single) GetAttributes() EPF1CSingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EPN13Single) GetAttributesOk ¶

func (o *EPN13Single) GetAttributesOk() (*EPF1CSingleAllOfAttributes, 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 (*EPN13Single) HasAttributes ¶

func (o *EPN13Single) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPN13Single) MarshalJSON ¶

func (o EPN13Single) MarshalJSON() ([]byte, error)

func (*EPN13Single) SetAttributes ¶

func (o *EPN13Single) SetAttributes(v EPF1CSingleAllOfAttributes)

SetAttributes gets a reference to the given EPF1CSingleAllOfAttributes and assigns it to the Attributes field.

func (EPN13Single) ToMap ¶

func (o EPN13Single) ToMap() (map[string]interface{}, error)

type EPN14Single ¶

type EPN14Single struct {
	Top
	Attributes *EPF1CSingleAllOfAttributes `json:"attributes,omitempty"`
}

EPN14Single struct for EPN14Single

func NewEPN14Single ¶

func NewEPN14Single(id NullableString) *EPN14Single

NewEPN14Single instantiates a new EPN14Single object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPN14SingleWithDefaults ¶

func NewEPN14SingleWithDefaults() *EPN14Single

NewEPN14SingleWithDefaults instantiates a new EPN14Single object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPN14Single) GetAttributes ¶

func (o *EPN14Single) GetAttributes() EPF1CSingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EPN14Single) GetAttributesOk ¶

func (o *EPN14Single) GetAttributesOk() (*EPF1CSingleAllOfAttributes, 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 (*EPN14Single) HasAttributes ¶

func (o *EPN14Single) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPN14Single) MarshalJSON ¶

func (o EPN14Single) MarshalJSON() ([]byte, error)

func (*EPN14Single) SetAttributes ¶

func (o *EPN14Single) SetAttributes(v EPF1CSingleAllOfAttributes)

SetAttributes gets a reference to the given EPF1CSingleAllOfAttributes and assigns it to the Attributes field.

func (EPN14Single) ToMap ¶

func (o EPN14Single) ToMap() (map[string]interface{}, error)

type EPN15Single ¶

type EPN15Single struct {
	Top
	Attributes *EPF1CSingleAllOfAttributes `json:"attributes,omitempty"`
}

EPN15Single struct for EPN15Single

func NewEPN15Single ¶

func NewEPN15Single(id NullableString) *EPN15Single

NewEPN15Single instantiates a new EPN15Single object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPN15SingleWithDefaults ¶

func NewEPN15SingleWithDefaults() *EPN15Single

NewEPN15SingleWithDefaults instantiates a new EPN15Single object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPN15Single) GetAttributes ¶

func (o *EPN15Single) GetAttributes() EPF1CSingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EPN15Single) GetAttributesOk ¶

func (o *EPN15Single) GetAttributesOk() (*EPF1CSingleAllOfAttributes, 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 (*EPN15Single) HasAttributes ¶

func (o *EPN15Single) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPN15Single) MarshalJSON ¶

func (o EPN15Single) MarshalJSON() ([]byte, error)

func (*EPN15Single) SetAttributes ¶

func (o *EPN15Single) SetAttributes(v EPF1CSingleAllOfAttributes)

SetAttributes gets a reference to the given EPF1CSingleAllOfAttributes and assigns it to the Attributes field.

func (EPN15Single) ToMap ¶

func (o EPN15Single) ToMap() (map[string]interface{}, error)

type EPN16Single ¶

type EPN16Single struct {
	Top
	Attributes *EPF1CSingleAllOfAttributes `json:"attributes,omitempty"`
}

EPN16Single struct for EPN16Single

func NewEPN16Single ¶

func NewEPN16Single(id NullableString) *EPN16Single

NewEPN16Single instantiates a new EPN16Single object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPN16SingleWithDefaults ¶

func NewEPN16SingleWithDefaults() *EPN16Single

NewEPN16SingleWithDefaults instantiates a new EPN16Single object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPN16Single) GetAttributes ¶

func (o *EPN16Single) GetAttributes() EPF1CSingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EPN16Single) GetAttributesOk ¶

func (o *EPN16Single) GetAttributesOk() (*EPF1CSingleAllOfAttributes, 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 (*EPN16Single) HasAttributes ¶

func (o *EPN16Single) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPN16Single) MarshalJSON ¶

func (o EPN16Single) MarshalJSON() ([]byte, error)

func (*EPN16Single) SetAttributes ¶

func (o *EPN16Single) SetAttributes(v EPF1CSingleAllOfAttributes)

SetAttributes gets a reference to the given EPF1CSingleAllOfAttributes and assigns it to the Attributes field.

func (EPN16Single) ToMap ¶

func (o EPN16Single) ToMap() (map[string]interface{}, error)

type EPN17Single ¶

type EPN17Single struct {
	Top
	Attributes *EPF1CSingleAllOfAttributes `json:"attributes,omitempty"`
}

EPN17Single struct for EPN17Single

func NewEPN17Single ¶

func NewEPN17Single(id NullableString) *EPN17Single

NewEPN17Single instantiates a new EPN17Single object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPN17SingleWithDefaults ¶

func NewEPN17SingleWithDefaults() *EPN17Single

NewEPN17SingleWithDefaults instantiates a new EPN17Single object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPN17Single) GetAttributes ¶

func (o *EPN17Single) GetAttributes() EPF1CSingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EPN17Single) GetAttributesOk ¶

func (o *EPN17Single) GetAttributesOk() (*EPF1CSingleAllOfAttributes, 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 (*EPN17Single) HasAttributes ¶

func (o *EPN17Single) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPN17Single) MarshalJSON ¶

func (o EPN17Single) MarshalJSON() ([]byte, error)

func (*EPN17Single) SetAttributes ¶

func (o *EPN17Single) SetAttributes(v EPF1CSingleAllOfAttributes)

SetAttributes gets a reference to the given EPF1CSingleAllOfAttributes and assigns it to the Attributes field.

func (EPN17Single) ToMap ¶

func (o EPN17Single) ToMap() (map[string]interface{}, error)

type EPN20Single ¶

type EPN20Single struct {
	Top
	Attributes *EPF1CSingleAllOfAttributes `json:"attributes,omitempty"`
}

EPN20Single struct for EPN20Single

func NewEPN20Single ¶

func NewEPN20Single(id NullableString) *EPN20Single

NewEPN20Single instantiates a new EPN20Single object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPN20SingleWithDefaults ¶

func NewEPN20SingleWithDefaults() *EPN20Single

NewEPN20SingleWithDefaults instantiates a new EPN20Single object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPN20Single) GetAttributes ¶

func (o *EPN20Single) GetAttributes() EPF1CSingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EPN20Single) GetAttributesOk ¶

func (o *EPN20Single) GetAttributesOk() (*EPF1CSingleAllOfAttributes, 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 (*EPN20Single) HasAttributes ¶

func (o *EPN20Single) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPN20Single) MarshalJSON ¶

func (o EPN20Single) MarshalJSON() ([]byte, error)

func (*EPN20Single) SetAttributes ¶

func (o *EPN20Single) SetAttributes(v EPF1CSingleAllOfAttributes)

SetAttributes gets a reference to the given EPF1CSingleAllOfAttributes and assigns it to the Attributes field.

func (EPN20Single) ToMap ¶

func (o EPN20Single) ToMap() (map[string]interface{}, error)

type EPN21Single ¶

type EPN21Single struct {
	Top
	Attributes *EPF1CSingleAllOfAttributes `json:"attributes,omitempty"`
}

EPN21Single struct for EPN21Single

func NewEPN21Single ¶

func NewEPN21Single(id NullableString) *EPN21Single

NewEPN21Single instantiates a new EPN21Single object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPN21SingleWithDefaults ¶

func NewEPN21SingleWithDefaults() *EPN21Single

NewEPN21SingleWithDefaults instantiates a new EPN21Single object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPN21Single) GetAttributes ¶

func (o *EPN21Single) GetAttributes() EPF1CSingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EPN21Single) GetAttributesOk ¶

func (o *EPN21Single) GetAttributesOk() (*EPF1CSingleAllOfAttributes, 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 (*EPN21Single) HasAttributes ¶

func (o *EPN21Single) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPN21Single) MarshalJSON ¶

func (o EPN21Single) MarshalJSON() ([]byte, error)

func (*EPN21Single) SetAttributes ¶

func (o *EPN21Single) SetAttributes(v EPF1CSingleAllOfAttributes)

SetAttributes gets a reference to the given EPF1CSingleAllOfAttributes and assigns it to the Attributes field.

func (EPN21Single) ToMap ¶

func (o EPN21Single) ToMap() (map[string]interface{}, error)

type EPN22Single ¶

type EPN22Single struct {
	Top
	Attributes *EPF1CSingleAllOfAttributes `json:"attributes,omitempty"`
}

EPN22Single struct for EPN22Single

func NewEPN22Single ¶

func NewEPN22Single(id NullableString) *EPN22Single

NewEPN22Single instantiates a new EPN22Single object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPN22SingleWithDefaults ¶

func NewEPN22SingleWithDefaults() *EPN22Single

NewEPN22SingleWithDefaults instantiates a new EPN22Single object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPN22Single) GetAttributes ¶

func (o *EPN22Single) GetAttributes() EPF1CSingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EPN22Single) GetAttributesOk ¶

func (o *EPN22Single) GetAttributesOk() (*EPF1CSingleAllOfAttributes, 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 (*EPN22Single) HasAttributes ¶

func (o *EPN22Single) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPN22Single) MarshalJSON ¶

func (o EPN22Single) MarshalJSON() ([]byte, error)

func (*EPN22Single) SetAttributes ¶

func (o *EPN22Single) SetAttributes(v EPF1CSingleAllOfAttributes)

SetAttributes gets a reference to the given EPF1CSingleAllOfAttributes and assigns it to the Attributes field.

func (EPN22Single) ToMap ¶

func (o EPN22Single) ToMap() (map[string]interface{}, error)

type EPN26Single ¶

type EPN26Single struct {
	Top
	Attributes *EPF1CSingleAllOfAttributes `json:"attributes,omitempty"`
}

EPN26Single struct for EPN26Single

func NewEPN26Single ¶

func NewEPN26Single(id NullableString) *EPN26Single

NewEPN26Single instantiates a new EPN26Single object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPN26SingleWithDefaults ¶

func NewEPN26SingleWithDefaults() *EPN26Single

NewEPN26SingleWithDefaults instantiates a new EPN26Single object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPN26Single) GetAttributes ¶

func (o *EPN26Single) GetAttributes() EPF1CSingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EPN26Single) GetAttributesOk ¶

func (o *EPN26Single) GetAttributesOk() (*EPF1CSingleAllOfAttributes, 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 (*EPN26Single) HasAttributes ¶

func (o *EPN26Single) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPN26Single) MarshalJSON ¶

func (o EPN26Single) MarshalJSON() ([]byte, error)

func (*EPN26Single) SetAttributes ¶

func (o *EPN26Single) SetAttributes(v EPF1CSingleAllOfAttributes)

SetAttributes gets a reference to the given EPF1CSingleAllOfAttributes and assigns it to the Attributes field.

func (EPN26Single) ToMap ¶

func (o EPN26Single) ToMap() (map[string]interface{}, error)

type EPN27Single ¶

type EPN27Single struct {
	Top
	Attributes *EPF1CSingleAllOfAttributes `json:"attributes,omitempty"`
}

EPN27Single struct for EPN27Single

func NewEPN27Single ¶

func NewEPN27Single(id NullableString) *EPN27Single

NewEPN27Single instantiates a new EPN27Single object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPN27SingleWithDefaults ¶

func NewEPN27SingleWithDefaults() *EPN27Single

NewEPN27SingleWithDefaults instantiates a new EPN27Single object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPN27Single) GetAttributes ¶

func (o *EPN27Single) GetAttributes() EPF1CSingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EPN27Single) GetAttributesOk ¶

func (o *EPN27Single) GetAttributesOk() (*EPF1CSingleAllOfAttributes, 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 (*EPN27Single) HasAttributes ¶

func (o *EPN27Single) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPN27Single) MarshalJSON ¶

func (o EPN27Single) MarshalJSON() ([]byte, error)

func (*EPN27Single) SetAttributes ¶

func (o *EPN27Single) SetAttributes(v EPF1CSingleAllOfAttributes)

SetAttributes gets a reference to the given EPF1CSingleAllOfAttributes and assigns it to the Attributes field.

func (EPN27Single) ToMap ¶

func (o EPN27Single) ToMap() (map[string]interface{}, error)

type EPN2Single ¶

type EPN2Single struct {
	Top
	Attributes *EPF1CSingleAllOfAttributes `json:"attributes,omitempty"`
}

EPN2Single struct for EPN2Single

func NewEPN2Single ¶

func NewEPN2Single(id NullableString) *EPN2Single

NewEPN2Single instantiates a new EPN2Single object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPN2SingleWithDefaults ¶

func NewEPN2SingleWithDefaults() *EPN2Single

NewEPN2SingleWithDefaults instantiates a new EPN2Single object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPN2Single) GetAttributes ¶

func (o *EPN2Single) GetAttributes() EPF1CSingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EPN2Single) GetAttributesOk ¶

func (o *EPN2Single) GetAttributesOk() (*EPF1CSingleAllOfAttributes, 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 (*EPN2Single) HasAttributes ¶

func (o *EPN2Single) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPN2Single) MarshalJSON ¶

func (o EPN2Single) MarshalJSON() ([]byte, error)

func (*EPN2Single) SetAttributes ¶

func (o *EPN2Single) SetAttributes(v EPF1CSingleAllOfAttributes)

SetAttributes gets a reference to the given EPF1CSingleAllOfAttributes and assigns it to the Attributes field.

func (EPN2Single) ToMap ¶

func (o EPN2Single) ToMap() (map[string]interface{}, error)

type EPN31Single ¶

type EPN31Single struct {
	Top
	Attributes *EPF1CSingleAllOfAttributes `json:"attributes,omitempty"`
}

EPN31Single struct for EPN31Single

func NewEPN31Single ¶

func NewEPN31Single(id NullableString) *EPN31Single

NewEPN31Single instantiates a new EPN31Single object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPN31SingleWithDefaults ¶

func NewEPN31SingleWithDefaults() *EPN31Single

NewEPN31SingleWithDefaults instantiates a new EPN31Single object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPN31Single) GetAttributes ¶

func (o *EPN31Single) GetAttributes() EPF1CSingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EPN31Single) GetAttributesOk ¶

func (o *EPN31Single) GetAttributesOk() (*EPF1CSingleAllOfAttributes, 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 (*EPN31Single) HasAttributes ¶

func (o *EPN31Single) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPN31Single) MarshalJSON ¶

func (o EPN31Single) MarshalJSON() ([]byte, error)

func (*EPN31Single) SetAttributes ¶

func (o *EPN31Single) SetAttributes(v EPF1CSingleAllOfAttributes)

SetAttributes gets a reference to the given EPF1CSingleAllOfAttributes and assigns it to the Attributes field.

func (EPN31Single) ToMap ¶

func (o EPN31Single) ToMap() (map[string]interface{}, error)

type EPN32Single ¶

type EPN32Single struct {
	Top
	Attributes *EPN32SingleAllOfAttributes `json:"attributes,omitempty"`
}

EPN32Single struct for EPN32Single

func NewEPN32Single ¶

func NewEPN32Single(id NullableString) *EPN32Single

NewEPN32Single instantiates a new EPN32Single object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPN32SingleWithDefaults ¶

func NewEPN32SingleWithDefaults() *EPN32Single

NewEPN32SingleWithDefaults instantiates a new EPN32Single object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPN32Single) GetAttributes ¶

func (o *EPN32Single) GetAttributes() EPN32SingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EPN32Single) GetAttributesOk ¶

func (o *EPN32Single) GetAttributesOk() (*EPN32SingleAllOfAttributes, 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 (*EPN32Single) HasAttributes ¶

func (o *EPN32Single) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPN32Single) MarshalJSON ¶

func (o EPN32Single) MarshalJSON() ([]byte, error)

func (*EPN32Single) SetAttributes ¶

func (o *EPN32Single) SetAttributes(v EPN32SingleAllOfAttributes)

SetAttributes gets a reference to the given EPN32SingleAllOfAttributes and assigns it to the Attributes field.

func (EPN32Single) ToMap ¶

func (o EPN32Single) ToMap() (map[string]interface{}, error)

type EPN32SingleAllOf ¶

type EPN32SingleAllOf struct {
	Attributes *EPN32SingleAllOfAttributes `json:"attributes,omitempty"`
}

EPN32SingleAllOf struct for EPN32SingleAllOf

func NewEPN32SingleAllOf ¶

func NewEPN32SingleAllOf() *EPN32SingleAllOf

NewEPN32SingleAllOf instantiates a new EPN32SingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPN32SingleAllOfWithDefaults ¶

func NewEPN32SingleAllOfWithDefaults() *EPN32SingleAllOf

NewEPN32SingleAllOfWithDefaults instantiates a new EPN32SingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPN32SingleAllOf) GetAttributes ¶

func (o *EPN32SingleAllOf) GetAttributes() EPN32SingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EPN32SingleAllOf) GetAttributesOk ¶

func (o *EPN32SingleAllOf) GetAttributesOk() (*EPN32SingleAllOfAttributes, 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 (*EPN32SingleAllOf) HasAttributes ¶

func (o *EPN32SingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPN32SingleAllOf) MarshalJSON ¶

func (o EPN32SingleAllOf) MarshalJSON() ([]byte, error)

func (*EPN32SingleAllOf) SetAttributes ¶

func (o *EPN32SingleAllOf) SetAttributes(v EPN32SingleAllOfAttributes)

SetAttributes gets a reference to the given EPN32SingleAllOfAttributes and assigns it to the Attributes field.

func (EPN32SingleAllOf) ToMap ¶

func (o EPN32SingleAllOf) ToMap() (map[string]interface{}, error)

type EPN32SingleAllOfAttributes ¶

type EPN32SingleAllOfAttributes struct {
	EPRPAttr
	RemotePlmnId      *PlmnId   `json:"remotePlmnId,omitempty"`
	RemoteSeppAddress *HostAddr `json:"remoteSeppAddress,omitempty"`
	RemoteSeppId      *int32    `json:"remoteSeppId,omitempty"`
	N32cParas         *string   `json:"n32cParas,omitempty"`
	N32fPolicy        *string   `json:"n32fPolicy,omitempty"`
	WithIPX           *bool     `json:"withIPX,omitempty"`
}

EPN32SingleAllOfAttributes struct for EPN32SingleAllOfAttributes

func NewEPN32SingleAllOfAttributes ¶

func NewEPN32SingleAllOfAttributes() *EPN32SingleAllOfAttributes

NewEPN32SingleAllOfAttributes instantiates a new EPN32SingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPN32SingleAllOfAttributesWithDefaults ¶

func NewEPN32SingleAllOfAttributesWithDefaults() *EPN32SingleAllOfAttributes

NewEPN32SingleAllOfAttributesWithDefaults instantiates a new EPN32SingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPN32SingleAllOfAttributes) GetN32cParas ¶

func (o *EPN32SingleAllOfAttributes) GetN32cParas() string

GetN32cParas returns the N32cParas field value if set, zero value otherwise.

func (*EPN32SingleAllOfAttributes) GetN32cParasOk ¶

func (o *EPN32SingleAllOfAttributes) GetN32cParasOk() (*string, bool)

GetN32cParasOk returns a tuple with the N32cParas field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPN32SingleAllOfAttributes) GetN32fPolicy ¶

func (o *EPN32SingleAllOfAttributes) GetN32fPolicy() string

GetN32fPolicy returns the N32fPolicy field value if set, zero value otherwise.

func (*EPN32SingleAllOfAttributes) GetN32fPolicyOk ¶

func (o *EPN32SingleAllOfAttributes) GetN32fPolicyOk() (*string, bool)

GetN32fPolicyOk returns a tuple with the N32fPolicy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPN32SingleAllOfAttributes) GetRemotePlmnId ¶

func (o *EPN32SingleAllOfAttributes) GetRemotePlmnId() PlmnId

GetRemotePlmnId returns the RemotePlmnId field value if set, zero value otherwise.

func (*EPN32SingleAllOfAttributes) GetRemotePlmnIdOk ¶

func (o *EPN32SingleAllOfAttributes) GetRemotePlmnIdOk() (*PlmnId, bool)

GetRemotePlmnIdOk returns a tuple with the RemotePlmnId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPN32SingleAllOfAttributes) GetRemoteSeppAddress ¶

func (o *EPN32SingleAllOfAttributes) GetRemoteSeppAddress() HostAddr

GetRemoteSeppAddress returns the RemoteSeppAddress field value if set, zero value otherwise.

func (*EPN32SingleAllOfAttributes) GetRemoteSeppAddressOk ¶

func (o *EPN32SingleAllOfAttributes) GetRemoteSeppAddressOk() (*HostAddr, bool)

GetRemoteSeppAddressOk returns a tuple with the RemoteSeppAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPN32SingleAllOfAttributes) GetRemoteSeppId ¶

func (o *EPN32SingleAllOfAttributes) GetRemoteSeppId() int32

GetRemoteSeppId returns the RemoteSeppId field value if set, zero value otherwise.

func (*EPN32SingleAllOfAttributes) GetRemoteSeppIdOk ¶

func (o *EPN32SingleAllOfAttributes) GetRemoteSeppIdOk() (*int32, bool)

GetRemoteSeppIdOk returns a tuple with the RemoteSeppId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPN32SingleAllOfAttributes) GetWithIPX ¶

func (o *EPN32SingleAllOfAttributes) GetWithIPX() bool

GetWithIPX returns the WithIPX field value if set, zero value otherwise.

func (*EPN32SingleAllOfAttributes) GetWithIPXOk ¶

func (o *EPN32SingleAllOfAttributes) GetWithIPXOk() (*bool, bool)

GetWithIPXOk returns a tuple with the WithIPX field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPN32SingleAllOfAttributes) HasN32cParas ¶

func (o *EPN32SingleAllOfAttributes) HasN32cParas() bool

HasN32cParas returns a boolean if a field has been set.

func (*EPN32SingleAllOfAttributes) HasN32fPolicy ¶

func (o *EPN32SingleAllOfAttributes) HasN32fPolicy() bool

HasN32fPolicy returns a boolean if a field has been set.

func (*EPN32SingleAllOfAttributes) HasRemotePlmnId ¶

func (o *EPN32SingleAllOfAttributes) HasRemotePlmnId() bool

HasRemotePlmnId returns a boolean if a field has been set.

func (*EPN32SingleAllOfAttributes) HasRemoteSeppAddress ¶

func (o *EPN32SingleAllOfAttributes) HasRemoteSeppAddress() bool

HasRemoteSeppAddress returns a boolean if a field has been set.

func (*EPN32SingleAllOfAttributes) HasRemoteSeppId ¶

func (o *EPN32SingleAllOfAttributes) HasRemoteSeppId() bool

HasRemoteSeppId returns a boolean if a field has been set.

func (*EPN32SingleAllOfAttributes) HasWithIPX ¶

func (o *EPN32SingleAllOfAttributes) HasWithIPX() bool

HasWithIPX returns a boolean if a field has been set.

func (EPN32SingleAllOfAttributes) MarshalJSON ¶

func (o EPN32SingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*EPN32SingleAllOfAttributes) SetN32cParas ¶

func (o *EPN32SingleAllOfAttributes) SetN32cParas(v string)

SetN32cParas gets a reference to the given string and assigns it to the N32cParas field.

func (*EPN32SingleAllOfAttributes) SetN32fPolicy ¶

func (o *EPN32SingleAllOfAttributes) SetN32fPolicy(v string)

SetN32fPolicy gets a reference to the given string and assigns it to the N32fPolicy field.

func (*EPN32SingleAllOfAttributes) SetRemotePlmnId ¶

func (o *EPN32SingleAllOfAttributes) SetRemotePlmnId(v PlmnId)

SetRemotePlmnId gets a reference to the given PlmnId and assigns it to the RemotePlmnId field.

func (*EPN32SingleAllOfAttributes) SetRemoteSeppAddress ¶

func (o *EPN32SingleAllOfAttributes) SetRemoteSeppAddress(v HostAddr)

SetRemoteSeppAddress gets a reference to the given HostAddr and assigns it to the RemoteSeppAddress field.

func (*EPN32SingleAllOfAttributes) SetRemoteSeppId ¶

func (o *EPN32SingleAllOfAttributes) SetRemoteSeppId(v int32)

SetRemoteSeppId gets a reference to the given int32 and assigns it to the RemoteSeppId field.

func (*EPN32SingleAllOfAttributes) SetWithIPX ¶

func (o *EPN32SingleAllOfAttributes) SetWithIPX(v bool)

SetWithIPX gets a reference to the given bool and assigns it to the WithIPX field.

func (EPN32SingleAllOfAttributes) ToMap ¶

func (o EPN32SingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type EPN32SingleAllOfAttributesAllOf ¶

type EPN32SingleAllOfAttributesAllOf struct {
	RemotePlmnId      *PlmnId   `json:"remotePlmnId,omitempty"`
	RemoteSeppAddress *HostAddr `json:"remoteSeppAddress,omitempty"`
	RemoteSeppId      *int32    `json:"remoteSeppId,omitempty"`
	N32cParas         *string   `json:"n32cParas,omitempty"`
	N32fPolicy        *string   `json:"n32fPolicy,omitempty"`
	WithIPX           *bool     `json:"withIPX,omitempty"`
}

EPN32SingleAllOfAttributesAllOf struct for EPN32SingleAllOfAttributesAllOf

func NewEPN32SingleAllOfAttributesAllOf ¶

func NewEPN32SingleAllOfAttributesAllOf() *EPN32SingleAllOfAttributesAllOf

NewEPN32SingleAllOfAttributesAllOf instantiates a new EPN32SingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPN32SingleAllOfAttributesAllOfWithDefaults ¶

func NewEPN32SingleAllOfAttributesAllOfWithDefaults() *EPN32SingleAllOfAttributesAllOf

NewEPN32SingleAllOfAttributesAllOfWithDefaults instantiates a new EPN32SingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPN32SingleAllOfAttributesAllOf) GetN32cParas ¶

func (o *EPN32SingleAllOfAttributesAllOf) GetN32cParas() string

GetN32cParas returns the N32cParas field value if set, zero value otherwise.

func (*EPN32SingleAllOfAttributesAllOf) GetN32cParasOk ¶

func (o *EPN32SingleAllOfAttributesAllOf) GetN32cParasOk() (*string, bool)

GetN32cParasOk returns a tuple with the N32cParas field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPN32SingleAllOfAttributesAllOf) GetN32fPolicy ¶

func (o *EPN32SingleAllOfAttributesAllOf) GetN32fPolicy() string

GetN32fPolicy returns the N32fPolicy field value if set, zero value otherwise.

func (*EPN32SingleAllOfAttributesAllOf) GetN32fPolicyOk ¶

func (o *EPN32SingleAllOfAttributesAllOf) GetN32fPolicyOk() (*string, bool)

GetN32fPolicyOk returns a tuple with the N32fPolicy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPN32SingleAllOfAttributesAllOf) GetRemotePlmnId ¶

func (o *EPN32SingleAllOfAttributesAllOf) GetRemotePlmnId() PlmnId

GetRemotePlmnId returns the RemotePlmnId field value if set, zero value otherwise.

func (*EPN32SingleAllOfAttributesAllOf) GetRemotePlmnIdOk ¶

func (o *EPN32SingleAllOfAttributesAllOf) GetRemotePlmnIdOk() (*PlmnId, bool)

GetRemotePlmnIdOk returns a tuple with the RemotePlmnId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPN32SingleAllOfAttributesAllOf) GetRemoteSeppAddress ¶

func (o *EPN32SingleAllOfAttributesAllOf) GetRemoteSeppAddress() HostAddr

GetRemoteSeppAddress returns the RemoteSeppAddress field value if set, zero value otherwise.

func (*EPN32SingleAllOfAttributesAllOf) GetRemoteSeppAddressOk ¶

func (o *EPN32SingleAllOfAttributesAllOf) GetRemoteSeppAddressOk() (*HostAddr, bool)

GetRemoteSeppAddressOk returns a tuple with the RemoteSeppAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPN32SingleAllOfAttributesAllOf) GetRemoteSeppId ¶

func (o *EPN32SingleAllOfAttributesAllOf) GetRemoteSeppId() int32

GetRemoteSeppId returns the RemoteSeppId field value if set, zero value otherwise.

func (*EPN32SingleAllOfAttributesAllOf) GetRemoteSeppIdOk ¶

func (o *EPN32SingleAllOfAttributesAllOf) GetRemoteSeppIdOk() (*int32, bool)

GetRemoteSeppIdOk returns a tuple with the RemoteSeppId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPN32SingleAllOfAttributesAllOf) GetWithIPX ¶

func (o *EPN32SingleAllOfAttributesAllOf) GetWithIPX() bool

GetWithIPX returns the WithIPX field value if set, zero value otherwise.

func (*EPN32SingleAllOfAttributesAllOf) GetWithIPXOk ¶

func (o *EPN32SingleAllOfAttributesAllOf) GetWithIPXOk() (*bool, bool)

GetWithIPXOk returns a tuple with the WithIPX field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPN32SingleAllOfAttributesAllOf) HasN32cParas ¶

func (o *EPN32SingleAllOfAttributesAllOf) HasN32cParas() bool

HasN32cParas returns a boolean if a field has been set.

func (*EPN32SingleAllOfAttributesAllOf) HasN32fPolicy ¶

func (o *EPN32SingleAllOfAttributesAllOf) HasN32fPolicy() bool

HasN32fPolicy returns a boolean if a field has been set.

func (*EPN32SingleAllOfAttributesAllOf) HasRemotePlmnId ¶

func (o *EPN32SingleAllOfAttributesAllOf) HasRemotePlmnId() bool

HasRemotePlmnId returns a boolean if a field has been set.

func (*EPN32SingleAllOfAttributesAllOf) HasRemoteSeppAddress ¶

func (o *EPN32SingleAllOfAttributesAllOf) HasRemoteSeppAddress() bool

HasRemoteSeppAddress returns a boolean if a field has been set.

func (*EPN32SingleAllOfAttributesAllOf) HasRemoteSeppId ¶

func (o *EPN32SingleAllOfAttributesAllOf) HasRemoteSeppId() bool

HasRemoteSeppId returns a boolean if a field has been set.

func (*EPN32SingleAllOfAttributesAllOf) HasWithIPX ¶

func (o *EPN32SingleAllOfAttributesAllOf) HasWithIPX() bool

HasWithIPX returns a boolean if a field has been set.

func (EPN32SingleAllOfAttributesAllOf) MarshalJSON ¶

func (o EPN32SingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)

func (*EPN32SingleAllOfAttributesAllOf) SetN32cParas ¶

func (o *EPN32SingleAllOfAttributesAllOf) SetN32cParas(v string)

SetN32cParas gets a reference to the given string and assigns it to the N32cParas field.

func (*EPN32SingleAllOfAttributesAllOf) SetN32fPolicy ¶

func (o *EPN32SingleAllOfAttributesAllOf) SetN32fPolicy(v string)

SetN32fPolicy gets a reference to the given string and assigns it to the N32fPolicy field.

func (*EPN32SingleAllOfAttributesAllOf) SetRemotePlmnId ¶

func (o *EPN32SingleAllOfAttributesAllOf) SetRemotePlmnId(v PlmnId)

SetRemotePlmnId gets a reference to the given PlmnId and assigns it to the RemotePlmnId field.

func (*EPN32SingleAllOfAttributesAllOf) SetRemoteSeppAddress ¶

func (o *EPN32SingleAllOfAttributesAllOf) SetRemoteSeppAddress(v HostAddr)

SetRemoteSeppAddress gets a reference to the given HostAddr and assigns it to the RemoteSeppAddress field.

func (*EPN32SingleAllOfAttributesAllOf) SetRemoteSeppId ¶

func (o *EPN32SingleAllOfAttributesAllOf) SetRemoteSeppId(v int32)

SetRemoteSeppId gets a reference to the given int32 and assigns it to the RemoteSeppId field.

func (*EPN32SingleAllOfAttributesAllOf) SetWithIPX ¶

func (o *EPN32SingleAllOfAttributesAllOf) SetWithIPX(v bool)

SetWithIPX gets a reference to the given bool and assigns it to the WithIPX field.

func (EPN32SingleAllOfAttributesAllOf) ToMap ¶

func (o EPN32SingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)

type EPN33Single ¶

type EPN33Single struct {
	Top
	Attributes *EPF1CSingleAllOfAttributes `json:"attributes,omitempty"`
}

EPN33Single struct for EPN33Single

func NewEPN33Single ¶

func NewEPN33Single(id NullableString) *EPN33Single

NewEPN33Single instantiates a new EPN33Single object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPN33SingleWithDefaults ¶

func NewEPN33SingleWithDefaults() *EPN33Single

NewEPN33SingleWithDefaults instantiates a new EPN33Single object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPN33Single) GetAttributes ¶

func (o *EPN33Single) GetAttributes() EPF1CSingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EPN33Single) GetAttributesOk ¶

func (o *EPN33Single) GetAttributesOk() (*EPF1CSingleAllOfAttributes, 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 (*EPN33Single) HasAttributes ¶

func (o *EPN33Single) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPN33Single) MarshalJSON ¶

func (o EPN33Single) MarshalJSON() ([]byte, error)

func (*EPN33Single) SetAttributes ¶

func (o *EPN33Single) SetAttributes(v EPF1CSingleAllOfAttributes)

SetAttributes gets a reference to the given EPF1CSingleAllOfAttributes and assigns it to the Attributes field.

func (EPN33Single) ToMap ¶

func (o EPN33Single) ToMap() (map[string]interface{}, error)

type EPN3Single ¶

type EPN3Single struct {
	Top
	Attributes *EPF1USingleAllOfAttributes `json:"attributes,omitempty"`
}

EPN3Single struct for EPN3Single

func NewEPN3Single ¶

func NewEPN3Single(id NullableString) *EPN3Single

NewEPN3Single instantiates a new EPN3Single object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPN3SingleWithDefaults ¶

func NewEPN3SingleWithDefaults() *EPN3Single

NewEPN3SingleWithDefaults instantiates a new EPN3Single object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPN3Single) GetAttributes ¶

func (o *EPN3Single) GetAttributes() EPF1USingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EPN3Single) GetAttributesOk ¶

func (o *EPN3Single) GetAttributesOk() (*EPF1USingleAllOfAttributes, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPN3Single) HasAttributes ¶

func (o *EPN3Single) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPN3Single) MarshalJSON ¶

func (o EPN3Single) MarshalJSON() ([]byte, error)

func (*EPN3Single) SetAttributes ¶

func (o *EPN3Single) SetAttributes(v EPF1USingleAllOfAttributes)

SetAttributes gets a reference to the given EPF1USingleAllOfAttributes and assigns it to the Attributes field.

func (EPN3Single) ToMap ¶

func (o EPN3Single) ToMap() (map[string]interface{}, error)

type EPN4Single ¶

type EPN4Single struct {
	Top
	Attributes *EPF1CSingleAllOfAttributes `json:"attributes,omitempty"`
}

EPN4Single struct for EPN4Single

func NewEPN4Single ¶

func NewEPN4Single(id NullableString) *EPN4Single

NewEPN4Single instantiates a new EPN4Single object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPN4SingleWithDefaults ¶

func NewEPN4SingleWithDefaults() *EPN4Single

NewEPN4SingleWithDefaults instantiates a new EPN4Single object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPN4Single) GetAttributes ¶

func (o *EPN4Single) GetAttributes() EPF1CSingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EPN4Single) GetAttributesOk ¶

func (o *EPN4Single) GetAttributesOk() (*EPF1CSingleAllOfAttributes, 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 (*EPN4Single) HasAttributes ¶

func (o *EPN4Single) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPN4Single) MarshalJSON ¶

func (o EPN4Single) MarshalJSON() ([]byte, error)

func (*EPN4Single) SetAttributes ¶

func (o *EPN4Single) SetAttributes(v EPF1CSingleAllOfAttributes)

SetAttributes gets a reference to the given EPF1CSingleAllOfAttributes and assigns it to the Attributes field.

func (EPN4Single) ToMap ¶

func (o EPN4Single) ToMap() (map[string]interface{}, error)

type EPN5Single ¶

type EPN5Single struct {
	Top
	Attributes *EPF1CSingleAllOfAttributes `json:"attributes,omitempty"`
}

EPN5Single struct for EPN5Single

func NewEPN5Single ¶

func NewEPN5Single(id NullableString) *EPN5Single

NewEPN5Single instantiates a new EPN5Single object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPN5SingleWithDefaults ¶

func NewEPN5SingleWithDefaults() *EPN5Single

NewEPN5SingleWithDefaults instantiates a new EPN5Single object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPN5Single) GetAttributes ¶

func (o *EPN5Single) GetAttributes() EPF1CSingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EPN5Single) GetAttributesOk ¶

func (o *EPN5Single) GetAttributesOk() (*EPF1CSingleAllOfAttributes, 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 (*EPN5Single) HasAttributes ¶

func (o *EPN5Single) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPN5Single) MarshalJSON ¶

func (o EPN5Single) MarshalJSON() ([]byte, error)

func (*EPN5Single) SetAttributes ¶

func (o *EPN5Single) SetAttributes(v EPF1CSingleAllOfAttributes)

SetAttributes gets a reference to the given EPF1CSingleAllOfAttributes and assigns it to the Attributes field.

func (EPN5Single) ToMap ¶

func (o EPN5Single) ToMap() (map[string]interface{}, error)

type EPN60Single ¶

type EPN60Single struct {
	Top
	Attributes *EPF1CSingleAllOfAttributes `json:"attributes,omitempty"`
}

EPN60Single struct for EPN60Single

func NewEPN60Single ¶

func NewEPN60Single(id NullableString) *EPN60Single

NewEPN60Single instantiates a new EPN60Single object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPN60SingleWithDefaults ¶

func NewEPN60SingleWithDefaults() *EPN60Single

NewEPN60SingleWithDefaults instantiates a new EPN60Single object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPN60Single) GetAttributes ¶

func (o *EPN60Single) GetAttributes() EPF1CSingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EPN60Single) GetAttributesOk ¶

func (o *EPN60Single) GetAttributesOk() (*EPF1CSingleAllOfAttributes, 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 (*EPN60Single) HasAttributes ¶

func (o *EPN60Single) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPN60Single) MarshalJSON ¶

func (o EPN60Single) MarshalJSON() ([]byte, error)

func (*EPN60Single) SetAttributes ¶

func (o *EPN60Single) SetAttributes(v EPF1CSingleAllOfAttributes)

SetAttributes gets a reference to the given EPF1CSingleAllOfAttributes and assigns it to the Attributes field.

func (EPN60Single) ToMap ¶

func (o EPN60Single) ToMap() (map[string]interface{}, error)

type EPN6Single ¶

type EPN6Single struct {
	Top
	Attributes *EPF1CSingleAllOfAttributes `json:"attributes,omitempty"`
}

EPN6Single struct for EPN6Single

func NewEPN6Single ¶

func NewEPN6Single(id NullableString) *EPN6Single

NewEPN6Single instantiates a new EPN6Single object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPN6SingleWithDefaults ¶

func NewEPN6SingleWithDefaults() *EPN6Single

NewEPN6SingleWithDefaults instantiates a new EPN6Single object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPN6Single) GetAttributes ¶

func (o *EPN6Single) GetAttributes() EPF1CSingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EPN6Single) GetAttributesOk ¶

func (o *EPN6Single) GetAttributesOk() (*EPF1CSingleAllOfAttributes, 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 (*EPN6Single) HasAttributes ¶

func (o *EPN6Single) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPN6Single) MarshalJSON ¶

func (o EPN6Single) MarshalJSON() ([]byte, error)

func (*EPN6Single) SetAttributes ¶

func (o *EPN6Single) SetAttributes(v EPF1CSingleAllOfAttributes)

SetAttributes gets a reference to the given EPF1CSingleAllOfAttributes and assigns it to the Attributes field.

func (EPN6Single) ToMap ¶

func (o EPN6Single) ToMap() (map[string]interface{}, error)

type EPN7Single ¶

type EPN7Single struct {
	Top
	Attributes *EPF1CSingleAllOfAttributes `json:"attributes,omitempty"`
}

EPN7Single struct for EPN7Single

func NewEPN7Single ¶

func NewEPN7Single(id NullableString) *EPN7Single

NewEPN7Single instantiates a new EPN7Single object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPN7SingleWithDefaults ¶

func NewEPN7SingleWithDefaults() *EPN7Single

NewEPN7SingleWithDefaults instantiates a new EPN7Single object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPN7Single) GetAttributes ¶

func (o *EPN7Single) GetAttributes() EPF1CSingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EPN7Single) GetAttributesOk ¶

func (o *EPN7Single) GetAttributesOk() (*EPF1CSingleAllOfAttributes, 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 (*EPN7Single) HasAttributes ¶

func (o *EPN7Single) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPN7Single) MarshalJSON ¶

func (o EPN7Single) MarshalJSON() ([]byte, error)

func (*EPN7Single) SetAttributes ¶

func (o *EPN7Single) SetAttributes(v EPF1CSingleAllOfAttributes)

SetAttributes gets a reference to the given EPF1CSingleAllOfAttributes and assigns it to the Attributes field.

func (EPN7Single) ToMap ¶

func (o EPN7Single) ToMap() (map[string]interface{}, error)

type EPN88Single ¶

type EPN88Single struct {
	Top
	Attributes *EPF1CSingleAllOfAttributes `json:"attributes,omitempty"`
}

EPN88Single struct for EPN88Single

func NewEPN88Single ¶

func NewEPN88Single(id NullableString) *EPN88Single

NewEPN88Single instantiates a new EPN88Single object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPN88SingleWithDefaults ¶

func NewEPN88SingleWithDefaults() *EPN88Single

NewEPN88SingleWithDefaults instantiates a new EPN88Single object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPN88Single) GetAttributes ¶

func (o *EPN88Single) GetAttributes() EPF1CSingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EPN88Single) GetAttributesOk ¶

func (o *EPN88Single) GetAttributesOk() (*EPF1CSingleAllOfAttributes, 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 (*EPN88Single) HasAttributes ¶

func (o *EPN88Single) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPN88Single) MarshalJSON ¶

func (o EPN88Single) MarshalJSON() ([]byte, error)

func (*EPN88Single) SetAttributes ¶

func (o *EPN88Single) SetAttributes(v EPF1CSingleAllOfAttributes)

SetAttributes gets a reference to the given EPF1CSingleAllOfAttributes and assigns it to the Attributes field.

func (EPN88Single) ToMap ¶

func (o EPN88Single) ToMap() (map[string]interface{}, error)

type EPN8Single ¶

type EPN8Single struct {
	Top
	Attributes *EPF1CSingleAllOfAttributes `json:"attributes,omitempty"`
}

EPN8Single struct for EPN8Single

func NewEPN8Single ¶

func NewEPN8Single(id NullableString) *EPN8Single

NewEPN8Single instantiates a new EPN8Single object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPN8SingleWithDefaults ¶

func NewEPN8SingleWithDefaults() *EPN8Single

NewEPN8SingleWithDefaults instantiates a new EPN8Single object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPN8Single) GetAttributes ¶

func (o *EPN8Single) GetAttributes() EPF1CSingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EPN8Single) GetAttributesOk ¶

func (o *EPN8Single) GetAttributesOk() (*EPF1CSingleAllOfAttributes, 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 (*EPN8Single) HasAttributes ¶

func (o *EPN8Single) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPN8Single) MarshalJSON ¶

func (o EPN8Single) MarshalJSON() ([]byte, error)

func (*EPN8Single) SetAttributes ¶

func (o *EPN8Single) SetAttributes(v EPF1CSingleAllOfAttributes)

SetAttributes gets a reference to the given EPF1CSingleAllOfAttributes and assigns it to the Attributes field.

func (EPN8Single) ToMap ¶

func (o EPN8Single) ToMap() (map[string]interface{}, error)

type EPN9Single ¶

type EPN9Single struct {
	Top
	Attributes *EPF1CSingleAllOfAttributes `json:"attributes,omitempty"`
}

EPN9Single struct for EPN9Single

func NewEPN9Single ¶

func NewEPN9Single(id NullableString) *EPN9Single

NewEPN9Single instantiates a new EPN9Single object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPN9SingleWithDefaults ¶

func NewEPN9SingleWithDefaults() *EPN9Single

NewEPN9SingleWithDefaults instantiates a new EPN9Single object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPN9Single) GetAttributes ¶

func (o *EPN9Single) GetAttributes() EPF1CSingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EPN9Single) GetAttributesOk ¶

func (o *EPN9Single) GetAttributesOk() (*EPF1CSingleAllOfAttributes, 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 (*EPN9Single) HasAttributes ¶

func (o *EPN9Single) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPN9Single) MarshalJSON ¶

func (o EPN9Single) MarshalJSON() ([]byte, error)

func (*EPN9Single) SetAttributes ¶

func (o *EPN9Single) SetAttributes(v EPF1CSingleAllOfAttributes)

SetAttributes gets a reference to the given EPF1CSingleAllOfAttributes and assigns it to the Attributes field.

func (EPN9Single) ToMap ¶

func (o EPN9Single) ToMap() (map[string]interface{}, error)

type EPNLGSingle ¶

type EPNLGSingle struct {
	Top
	Attributes *EPF1CSingleAllOfAttributes `json:"attributes,omitempty"`
}

EPNLGSingle struct for EPNLGSingle

func NewEPNLGSingle ¶

func NewEPNLGSingle(id NullableString) *EPNLGSingle

NewEPNLGSingle instantiates a new EPNLGSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPNLGSingleWithDefaults ¶

func NewEPNLGSingleWithDefaults() *EPNLGSingle

NewEPNLGSingleWithDefaults instantiates a new EPNLGSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPNLGSingle) GetAttributes ¶

func (o *EPNLGSingle) GetAttributes() EPF1CSingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EPNLGSingle) GetAttributesOk ¶

func (o *EPNLGSingle) GetAttributesOk() (*EPF1CSingleAllOfAttributes, 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 (*EPNLGSingle) HasAttributes ¶

func (o *EPNLGSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPNLGSingle) MarshalJSON ¶

func (o EPNLGSingle) MarshalJSON() ([]byte, error)

func (*EPNLGSingle) SetAttributes ¶

func (o *EPNLGSingle) SetAttributes(v EPF1CSingleAllOfAttributes)

SetAttributes gets a reference to the given EPF1CSingleAllOfAttributes and assigns it to the Attributes field.

func (EPNLGSingle) ToMap ¶

func (o EPNLGSingle) ToMap() (map[string]interface{}, error)

type EPNLSSingle ¶

type EPNLSSingle struct {
	Top
	Attributes *EPF1CSingleAllOfAttributes `json:"attributes,omitempty"`
}

EPNLSSingle struct for EPNLSSingle

func NewEPNLSSingle ¶

func NewEPNLSSingle(id NullableString) *EPNLSSingle

NewEPNLSSingle instantiates a new EPNLSSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPNLSSingleWithDefaults ¶

func NewEPNLSSingleWithDefaults() *EPNLSSingle

NewEPNLSSingleWithDefaults instantiates a new EPNLSSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPNLSSingle) GetAttributes ¶

func (o *EPNLSSingle) GetAttributes() EPF1CSingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EPNLSSingle) GetAttributesOk ¶

func (o *EPNLSSingle) GetAttributesOk() (*EPF1CSingleAllOfAttributes, 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 (*EPNLSSingle) HasAttributes ¶

func (o *EPNLSSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPNLSSingle) MarshalJSON ¶

func (o EPNLSSingle) MarshalJSON() ([]byte, error)

func (*EPNLSSingle) SetAttributes ¶

func (o *EPNLSSingle) SetAttributes(v EPF1CSingleAllOfAttributes)

SetAttributes gets a reference to the given EPF1CSingleAllOfAttributes and assigns it to the Attributes field.

func (EPNLSSingle) ToMap ¶

func (o EPNLSSingle) ToMap() (map[string]interface{}, error)

type EPNgCSingle ¶

type EPNgCSingle struct {
	Top
	Attributes *EPF1CSingleAllOfAttributes `json:"attributes,omitempty"`
}

EPNgCSingle struct for EPNgCSingle

func NewEPNgCSingle ¶

func NewEPNgCSingle(id NullableString) *EPNgCSingle

NewEPNgCSingle instantiates a new EPNgCSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPNgCSingleWithDefaults ¶

func NewEPNgCSingleWithDefaults() *EPNgCSingle

NewEPNgCSingleWithDefaults instantiates a new EPNgCSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPNgCSingle) GetAttributes ¶

func (o *EPNgCSingle) GetAttributes() EPF1CSingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EPNgCSingle) GetAttributesOk ¶

func (o *EPNgCSingle) GetAttributesOk() (*EPF1CSingleAllOfAttributes, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPNgCSingle) HasAttributes ¶

func (o *EPNgCSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPNgCSingle) MarshalJSON ¶

func (o EPNgCSingle) MarshalJSON() ([]byte, error)

func (*EPNgCSingle) SetAttributes ¶

func (o *EPNgCSingle) SetAttributes(v EPF1CSingleAllOfAttributes)

SetAttributes gets a reference to the given EPF1CSingleAllOfAttributes and assigns it to the Attributes field.

func (EPNgCSingle) ToMap ¶

func (o EPNgCSingle) ToMap() (map[string]interface{}, error)

type EPNgUSingle ¶

type EPNgUSingle struct {
	Top
	Attributes *EPF1USingleAllOfAttributes `json:"attributes,omitempty"`
}

EPNgUSingle struct for EPNgUSingle

func NewEPNgUSingle ¶

func NewEPNgUSingle(id NullableString) *EPNgUSingle

NewEPNgUSingle instantiates a new EPNgUSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPNgUSingleWithDefaults ¶

func NewEPNgUSingleWithDefaults() *EPNgUSingle

NewEPNgUSingleWithDefaults instantiates a new EPNgUSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPNgUSingle) GetAttributes ¶

func (o *EPNgUSingle) GetAttributes() EPF1USingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EPNgUSingle) GetAttributesOk ¶

func (o *EPNgUSingle) GetAttributesOk() (*EPF1USingleAllOfAttributes, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPNgUSingle) HasAttributes ¶

func (o *EPNgUSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPNgUSingle) MarshalJSON ¶

func (o EPNgUSingle) MarshalJSON() ([]byte, error)

func (*EPNgUSingle) SetAttributes ¶

func (o *EPNgUSingle) SetAttributes(v EPF1USingleAllOfAttributes)

SetAttributes gets a reference to the given EPF1USingleAllOfAttributes and assigns it to the Attributes field.

func (EPNgUSingle) ToMap ¶

func (o EPNgUSingle) ToMap() (map[string]interface{}, error)

type EPNpc4Single ¶

type EPNpc4Single struct {
	Top
	Attributes *EPF1CSingleAllOfAttributes `json:"attributes,omitempty"`
}

EPNpc4Single struct for EPNpc4Single

func NewEPNpc4Single ¶

func NewEPNpc4Single(id NullableString) *EPNpc4Single

NewEPNpc4Single instantiates a new EPNpc4Single object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPNpc4SingleWithDefaults ¶

func NewEPNpc4SingleWithDefaults() *EPNpc4Single

NewEPNpc4SingleWithDefaults instantiates a new EPNpc4Single object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPNpc4Single) GetAttributes ¶

func (o *EPNpc4Single) GetAttributes() EPF1CSingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EPNpc4Single) GetAttributesOk ¶

func (o *EPNpc4Single) GetAttributesOk() (*EPF1CSingleAllOfAttributes, 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 (*EPNpc4Single) HasAttributes ¶

func (o *EPNpc4Single) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPNpc4Single) MarshalJSON ¶

func (o EPNpc4Single) MarshalJSON() ([]byte, error)

func (*EPNpc4Single) SetAttributes ¶

func (o *EPNpc4Single) SetAttributes(v EPF1CSingleAllOfAttributes)

SetAttributes gets a reference to the given EPF1CSingleAllOfAttributes and assigns it to the Attributes field.

func (EPNpc4Single) ToMap ¶

func (o EPNpc4Single) ToMap() (map[string]interface{}, error)

type EPNpc6Single ¶

type EPNpc6Single struct {
	Top
	Attributes *EPF1CSingleAllOfAttributes `json:"attributes,omitempty"`
}

EPNpc6Single struct for EPNpc6Single

func NewEPNpc6Single ¶

func NewEPNpc6Single(id NullableString) *EPNpc6Single

NewEPNpc6Single instantiates a new EPNpc6Single object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPNpc6SingleWithDefaults ¶

func NewEPNpc6SingleWithDefaults() *EPNpc6Single

NewEPNpc6SingleWithDefaults instantiates a new EPNpc6Single object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPNpc6Single) GetAttributes ¶

func (o *EPNpc6Single) GetAttributes() EPF1CSingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EPNpc6Single) GetAttributesOk ¶

func (o *EPNpc6Single) GetAttributesOk() (*EPF1CSingleAllOfAttributes, 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 (*EPNpc6Single) HasAttributes ¶

func (o *EPNpc6Single) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPNpc6Single) MarshalJSON ¶

func (o EPNpc6Single) MarshalJSON() ([]byte, error)

func (*EPNpc6Single) SetAttributes ¶

func (o *EPNpc6Single) SetAttributes(v EPF1CSingleAllOfAttributes)

SetAttributes gets a reference to the given EPF1CSingleAllOfAttributes and assigns it to the Attributes field.

func (EPNpc6Single) ToMap ¶

func (o EPNpc6Single) ToMap() (map[string]interface{}, error)

type EPNpc7Single ¶

type EPNpc7Single struct {
	Top
	Attributes *EPF1CSingleAllOfAttributes `json:"attributes,omitempty"`
}

EPNpc7Single struct for EPNpc7Single

func NewEPNpc7Single ¶

func NewEPNpc7Single(id NullableString) *EPNpc7Single

NewEPNpc7Single instantiates a new EPNpc7Single object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPNpc7SingleWithDefaults ¶

func NewEPNpc7SingleWithDefaults() *EPNpc7Single

NewEPNpc7SingleWithDefaults instantiates a new EPNpc7Single object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPNpc7Single) GetAttributes ¶

func (o *EPNpc7Single) GetAttributes() EPF1CSingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EPNpc7Single) GetAttributesOk ¶

func (o *EPNpc7Single) GetAttributesOk() (*EPF1CSingleAllOfAttributes, 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 (*EPNpc7Single) HasAttributes ¶

func (o *EPNpc7Single) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPNpc7Single) MarshalJSON ¶

func (o EPNpc7Single) MarshalJSON() ([]byte, error)

func (*EPNpc7Single) SetAttributes ¶

func (o *EPNpc7Single) SetAttributes(v EPF1CSingleAllOfAttributes)

SetAttributes gets a reference to the given EPF1CSingleAllOfAttributes and assigns it to the Attributes field.

func (EPNpc7Single) ToMap ¶

func (o EPNpc7Single) ToMap() (map[string]interface{}, error)

type EPNpc8Single ¶

type EPNpc8Single struct {
	Top
	Attributes *EPF1CSingleAllOfAttributes `json:"attributes,omitempty"`
}

EPNpc8Single struct for EPNpc8Single

func NewEPNpc8Single ¶

func NewEPNpc8Single(id NullableString) *EPNpc8Single

NewEPNpc8Single instantiates a new EPNpc8Single object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPNpc8SingleWithDefaults ¶

func NewEPNpc8SingleWithDefaults() *EPNpc8Single

NewEPNpc8SingleWithDefaults instantiates a new EPNpc8Single object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPNpc8Single) GetAttributes ¶

func (o *EPNpc8Single) GetAttributes() EPF1CSingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EPNpc8Single) GetAttributesOk ¶

func (o *EPNpc8Single) GetAttributesOk() (*EPF1CSingleAllOfAttributes, 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 (*EPNpc8Single) HasAttributes ¶

func (o *EPNpc8Single) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPNpc8Single) MarshalJSON ¶

func (o EPNpc8Single) MarshalJSON() ([]byte, error)

func (*EPNpc8Single) SetAttributes ¶

func (o *EPNpc8Single) SetAttributes(v EPF1CSingleAllOfAttributes)

SetAttributes gets a reference to the given EPF1CSingleAllOfAttributes and assigns it to the Attributes field.

func (EPNpc8Single) ToMap ¶

func (o EPNpc8Single) ToMap() (map[string]interface{}, error)

type EPRPAttr ¶

type EPRPAttr struct {
	UserLabel                 *string                    `json:"userLabel,omitempty"`
	FarEndEntity              *string                    `json:"farEndEntity,omitempty"`
	SupportedPerfMetricGroups []SupportedPerfMetricGroup `json:"supportedPerfMetricGroups,omitempty"`
}

EPRPAttr struct for EPRPAttr

func NewEPRPAttr ¶

func NewEPRPAttr() *EPRPAttr

NewEPRPAttr instantiates a new EPRPAttr object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPRPAttrWithDefaults ¶

func NewEPRPAttrWithDefaults() *EPRPAttr

NewEPRPAttrWithDefaults instantiates a new EPRPAttr object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPRPAttr) GetFarEndEntity ¶

func (o *EPRPAttr) GetFarEndEntity() string

GetFarEndEntity returns the FarEndEntity field value if set, zero value otherwise.

func (*EPRPAttr) GetFarEndEntityOk ¶

func (o *EPRPAttr) GetFarEndEntityOk() (*string, bool)

GetFarEndEntityOk returns a tuple with the FarEndEntity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPRPAttr) GetSupportedPerfMetricGroups ¶

func (o *EPRPAttr) GetSupportedPerfMetricGroups() []SupportedPerfMetricGroup

GetSupportedPerfMetricGroups returns the SupportedPerfMetricGroups field value if set, zero value otherwise.

func (*EPRPAttr) GetSupportedPerfMetricGroupsOk ¶

func (o *EPRPAttr) GetSupportedPerfMetricGroupsOk() ([]SupportedPerfMetricGroup, bool)

GetSupportedPerfMetricGroupsOk returns a tuple with the SupportedPerfMetricGroups field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPRPAttr) GetUserLabel ¶

func (o *EPRPAttr) GetUserLabel() string

GetUserLabel returns the UserLabel field value if set, zero value otherwise.

func (*EPRPAttr) GetUserLabelOk ¶

func (o *EPRPAttr) 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 (*EPRPAttr) HasFarEndEntity ¶

func (o *EPRPAttr) HasFarEndEntity() bool

HasFarEndEntity returns a boolean if a field has been set.

func (*EPRPAttr) HasSupportedPerfMetricGroups ¶

func (o *EPRPAttr) HasSupportedPerfMetricGroups() bool

HasSupportedPerfMetricGroups returns a boolean if a field has been set.

func (*EPRPAttr) HasUserLabel ¶

func (o *EPRPAttr) HasUserLabel() bool

HasUserLabel returns a boolean if a field has been set.

func (EPRPAttr) MarshalJSON ¶

func (o EPRPAttr) MarshalJSON() ([]byte, error)

func (*EPRPAttr) SetFarEndEntity ¶

func (o *EPRPAttr) SetFarEndEntity(v string)

SetFarEndEntity gets a reference to the given string and assigns it to the FarEndEntity field.

func (*EPRPAttr) SetSupportedPerfMetricGroups ¶

func (o *EPRPAttr) SetSupportedPerfMetricGroups(v []SupportedPerfMetricGroup)

SetSupportedPerfMetricGroups gets a reference to the given []SupportedPerfMetricGroup and assigns it to the SupportedPerfMetricGroups field.

func (*EPRPAttr) SetUserLabel ¶

func (o *EPRPAttr) SetUserLabel(v string)

SetUserLabel gets a reference to the given string and assigns it to the UserLabel field.

func (EPRPAttr) ToMap ¶

func (o EPRPAttr) ToMap() (map[string]interface{}, error)

type EPRxSingle ¶

type EPRxSingle struct {
	Top
	Attributes *EPF1CSingleAllOfAttributes `json:"attributes,omitempty"`
}

EPRxSingle struct for EPRxSingle

func NewEPRxSingle ¶

func NewEPRxSingle(id NullableString) *EPRxSingle

NewEPRxSingle instantiates a new EPRxSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPRxSingleWithDefaults ¶

func NewEPRxSingleWithDefaults() *EPRxSingle

NewEPRxSingleWithDefaults instantiates a new EPRxSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPRxSingle) GetAttributes ¶

func (o *EPRxSingle) GetAttributes() EPF1CSingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EPRxSingle) GetAttributesOk ¶

func (o *EPRxSingle) GetAttributesOk() (*EPF1CSingleAllOfAttributes, 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 (*EPRxSingle) HasAttributes ¶

func (o *EPRxSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPRxSingle) MarshalJSON ¶

func (o EPRxSingle) MarshalJSON() ([]byte, error)

func (*EPRxSingle) SetAttributes ¶

func (o *EPRxSingle) SetAttributes(v EPF1CSingleAllOfAttributes)

SetAttributes gets a reference to the given EPF1CSingleAllOfAttributes and assigns it to the Attributes field.

func (EPRxSingle) ToMap ¶

func (o EPRxSingle) ToMap() (map[string]interface{}, error)

type EPS1USingle ¶

type EPS1USingle struct {
	Top
	Attributes *EPF1CSingleAllOfAttributes `json:"attributes,omitempty"`
}

EPS1USingle struct for EPS1USingle

func NewEPS1USingle ¶

func NewEPS1USingle(id NullableString) *EPS1USingle

NewEPS1USingle instantiates a new EPS1USingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPS1USingleWithDefaults ¶

func NewEPS1USingleWithDefaults() *EPS1USingle

NewEPS1USingleWithDefaults instantiates a new EPS1USingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPS1USingle) GetAttributes ¶

func (o *EPS1USingle) GetAttributes() EPF1CSingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EPS1USingle) GetAttributesOk ¶

func (o *EPS1USingle) GetAttributesOk() (*EPF1CSingleAllOfAttributes, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPS1USingle) HasAttributes ¶

func (o *EPS1USingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPS1USingle) MarshalJSON ¶

func (o EPS1USingle) MarshalJSON() ([]byte, error)

func (*EPS1USingle) SetAttributes ¶

func (o *EPS1USingle) SetAttributes(v EPF1CSingleAllOfAttributes)

SetAttributes gets a reference to the given EPF1CSingleAllOfAttributes and assigns it to the Attributes field.

func (EPS1USingle) ToMap ¶

func (o EPS1USingle) ToMap() (map[string]interface{}, error)

type EPS5CSingle ¶

type EPS5CSingle struct {
	Top
	Attributes *EPF1CSingleAllOfAttributes `json:"attributes,omitempty"`
}

EPS5CSingle struct for EPS5CSingle

func NewEPS5CSingle ¶

func NewEPS5CSingle(id NullableString) *EPS5CSingle

NewEPS5CSingle instantiates a new EPS5CSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPS5CSingleWithDefaults ¶

func NewEPS5CSingleWithDefaults() *EPS5CSingle

NewEPS5CSingleWithDefaults instantiates a new EPS5CSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPS5CSingle) GetAttributes ¶

func (o *EPS5CSingle) GetAttributes() EPF1CSingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EPS5CSingle) GetAttributesOk ¶

func (o *EPS5CSingle) GetAttributesOk() (*EPF1CSingleAllOfAttributes, 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 (*EPS5CSingle) HasAttributes ¶

func (o *EPS5CSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPS5CSingle) MarshalJSON ¶

func (o EPS5CSingle) MarshalJSON() ([]byte, error)

func (*EPS5CSingle) SetAttributes ¶

func (o *EPS5CSingle) SetAttributes(v EPF1CSingleAllOfAttributes)

SetAttributes gets a reference to the given EPF1CSingleAllOfAttributes and assigns it to the Attributes field.

func (EPS5CSingle) ToMap ¶

func (o EPS5CSingle) ToMap() (map[string]interface{}, error)

type EPS5USingle ¶

type EPS5USingle struct {
	Top
	Attributes *EPF1CSingleAllOfAttributes `json:"attributes,omitempty"`
}

EPS5USingle struct for EPS5USingle

func NewEPS5USingle ¶

func NewEPS5USingle(id NullableString) *EPS5USingle

NewEPS5USingle instantiates a new EPS5USingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPS5USingleWithDefaults ¶

func NewEPS5USingleWithDefaults() *EPS5USingle

NewEPS5USingleWithDefaults instantiates a new EPS5USingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPS5USingle) GetAttributes ¶

func (o *EPS5USingle) GetAttributes() EPF1CSingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EPS5USingle) GetAttributesOk ¶

func (o *EPS5USingle) GetAttributesOk() (*EPF1CSingleAllOfAttributes, 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 (*EPS5USingle) HasAttributes ¶

func (o *EPS5USingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPS5USingle) MarshalJSON ¶

func (o EPS5USingle) MarshalJSON() ([]byte, error)

func (*EPS5USingle) SetAttributes ¶

func (o *EPS5USingle) SetAttributes(v EPF1CSingleAllOfAttributes)

SetAttributes gets a reference to the given EPF1CSingleAllOfAttributes and assigns it to the Attributes field.

func (EPS5USingle) ToMap ¶

func (o EPS5USingle) ToMap() (map[string]interface{}, error)

type EPTransportSingle ¶

type EPTransportSingle struct {
	Top
	Attributes *EPTransportSingleAllOfAttributes `json:"attributes,omitempty"`
}

EPTransportSingle struct for EPTransportSingle

func NewEPTransportSingle ¶

func NewEPTransportSingle(id NullableString) *EPTransportSingle

NewEPTransportSingle instantiates a new EPTransportSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPTransportSingleWithDefaults ¶

func NewEPTransportSingleWithDefaults() *EPTransportSingle

NewEPTransportSingleWithDefaults instantiates a new EPTransportSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPTransportSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EPTransportSingle) GetAttributesOk ¶

func (o *EPTransportSingle) GetAttributesOk() (*EPTransportSingleAllOfAttributes, 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 (*EPTransportSingle) HasAttributes ¶

func (o *EPTransportSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPTransportSingle) MarshalJSON ¶

func (o EPTransportSingle) MarshalJSON() ([]byte, error)

func (*EPTransportSingle) SetAttributes ¶

SetAttributes gets a reference to the given EPTransportSingleAllOfAttributes and assigns it to the Attributes field.

func (EPTransportSingle) ToMap ¶

func (o EPTransportSingle) ToMap() (map[string]interface{}, error)

type EPTransportSingleAllOf ¶

type EPTransportSingleAllOf struct {
	Attributes *EPTransportSingleAllOfAttributes `json:"attributes,omitempty"`
}

EPTransportSingleAllOf struct for EPTransportSingleAllOf

func NewEPTransportSingleAllOf ¶

func NewEPTransportSingleAllOf() *EPTransportSingleAllOf

NewEPTransportSingleAllOf instantiates a new EPTransportSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPTransportSingleAllOfWithDefaults ¶

func NewEPTransportSingleAllOfWithDefaults() *EPTransportSingleAllOf

NewEPTransportSingleAllOfWithDefaults instantiates a new EPTransportSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPTransportSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EPTransportSingleAllOf) GetAttributesOk ¶

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 (*EPTransportSingleAllOf) HasAttributes ¶

func (o *EPTransportSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPTransportSingleAllOf) MarshalJSON ¶

func (o EPTransportSingleAllOf) MarshalJSON() ([]byte, error)

func (*EPTransportSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given EPTransportSingleAllOfAttributes and assigns it to the Attributes field.

func (EPTransportSingleAllOf) ToMap ¶

func (o EPTransportSingleAllOf) ToMap() (map[string]interface{}, error)

type EPTransportSingleAllOfAttributes ¶

type EPTransportSingleAllOfAttributes struct {
	IpAddress            *IpAddress            `json:"ipAddress,omitempty"`
	LogicalInterfaceInfo *LogicalInterfaceInfo `json:"logicalInterfaceInfo,omitempty"`
	NextHopInfo          *string               `json:"nextHopInfo,omitempty"`
	QosProfile           *string               `json:"qosProfile,omitempty"`
	EpApplicationRefs    []string              `json:"epApplicationRefs,omitempty"`
}

EPTransportSingleAllOfAttributes struct for EPTransportSingleAllOfAttributes

func NewEPTransportSingleAllOfAttributes ¶

func NewEPTransportSingleAllOfAttributes() *EPTransportSingleAllOfAttributes

NewEPTransportSingleAllOfAttributes instantiates a new EPTransportSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPTransportSingleAllOfAttributesWithDefaults ¶

func NewEPTransportSingleAllOfAttributesWithDefaults() *EPTransportSingleAllOfAttributes

NewEPTransportSingleAllOfAttributesWithDefaults instantiates a new EPTransportSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPTransportSingleAllOfAttributes) GetEpApplicationRefs ¶

func (o *EPTransportSingleAllOfAttributes) GetEpApplicationRefs() []string

GetEpApplicationRefs returns the EpApplicationRefs field value if set, zero value otherwise.

func (*EPTransportSingleAllOfAttributes) GetEpApplicationRefsOk ¶

func (o *EPTransportSingleAllOfAttributes) GetEpApplicationRefsOk() ([]string, bool)

GetEpApplicationRefsOk returns a tuple with the EpApplicationRefs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPTransportSingleAllOfAttributes) GetIpAddress ¶

func (o *EPTransportSingleAllOfAttributes) GetIpAddress() IpAddress

GetIpAddress returns the IpAddress field value if set, zero value otherwise.

func (*EPTransportSingleAllOfAttributes) GetIpAddressOk ¶

func (o *EPTransportSingleAllOfAttributes) GetIpAddressOk() (*IpAddress, bool)

GetIpAddressOk returns a tuple with the IpAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPTransportSingleAllOfAttributes) GetLogicalInterfaceInfo ¶

func (o *EPTransportSingleAllOfAttributes) GetLogicalInterfaceInfo() LogicalInterfaceInfo

GetLogicalInterfaceInfo returns the LogicalInterfaceInfo field value if set, zero value otherwise.

func (*EPTransportSingleAllOfAttributes) GetLogicalInterfaceInfoOk ¶

func (o *EPTransportSingleAllOfAttributes) GetLogicalInterfaceInfoOk() (*LogicalInterfaceInfo, bool)

GetLogicalInterfaceInfoOk returns a tuple with the LogicalInterfaceInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPTransportSingleAllOfAttributes) GetNextHopInfo ¶

func (o *EPTransportSingleAllOfAttributes) GetNextHopInfo() string

GetNextHopInfo returns the NextHopInfo field value if set, zero value otherwise.

func (*EPTransportSingleAllOfAttributes) GetNextHopInfoOk ¶

func (o *EPTransportSingleAllOfAttributes) GetNextHopInfoOk() (*string, bool)

GetNextHopInfoOk returns a tuple with the NextHopInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPTransportSingleAllOfAttributes) GetQosProfile ¶

func (o *EPTransportSingleAllOfAttributes) GetQosProfile() string

GetQosProfile returns the QosProfile field value if set, zero value otherwise.

func (*EPTransportSingleAllOfAttributes) GetQosProfileOk ¶

func (o *EPTransportSingleAllOfAttributes) GetQosProfileOk() (*string, bool)

GetQosProfileOk returns a tuple with the QosProfile field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPTransportSingleAllOfAttributes) HasEpApplicationRefs ¶

func (o *EPTransportSingleAllOfAttributes) HasEpApplicationRefs() bool

HasEpApplicationRefs returns a boolean if a field has been set.

func (*EPTransportSingleAllOfAttributes) HasIpAddress ¶

func (o *EPTransportSingleAllOfAttributes) HasIpAddress() bool

HasIpAddress returns a boolean if a field has been set.

func (*EPTransportSingleAllOfAttributes) HasLogicalInterfaceInfo ¶

func (o *EPTransportSingleAllOfAttributes) HasLogicalInterfaceInfo() bool

HasLogicalInterfaceInfo returns a boolean if a field has been set.

func (*EPTransportSingleAllOfAttributes) HasNextHopInfo ¶

func (o *EPTransportSingleAllOfAttributes) HasNextHopInfo() bool

HasNextHopInfo returns a boolean if a field has been set.

func (*EPTransportSingleAllOfAttributes) HasQosProfile ¶

func (o *EPTransportSingleAllOfAttributes) HasQosProfile() bool

HasQosProfile returns a boolean if a field has been set.

func (EPTransportSingleAllOfAttributes) MarshalJSON ¶

func (o EPTransportSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*EPTransportSingleAllOfAttributes) SetEpApplicationRefs ¶

func (o *EPTransportSingleAllOfAttributes) SetEpApplicationRefs(v []string)

SetEpApplicationRefs gets a reference to the given []string and assigns it to the EpApplicationRefs field.

func (*EPTransportSingleAllOfAttributes) SetIpAddress ¶

func (o *EPTransportSingleAllOfAttributes) SetIpAddress(v IpAddress)

SetIpAddress gets a reference to the given IpAddress and assigns it to the IpAddress field.

func (*EPTransportSingleAllOfAttributes) SetLogicalInterfaceInfo ¶

func (o *EPTransportSingleAllOfAttributes) SetLogicalInterfaceInfo(v LogicalInterfaceInfo)

SetLogicalInterfaceInfo gets a reference to the given LogicalInterfaceInfo and assigns it to the LogicalInterfaceInfo field.

func (*EPTransportSingleAllOfAttributes) SetNextHopInfo ¶

func (o *EPTransportSingleAllOfAttributes) SetNextHopInfo(v string)

SetNextHopInfo gets a reference to the given string and assigns it to the NextHopInfo field.

func (*EPTransportSingleAllOfAttributes) SetQosProfile ¶

func (o *EPTransportSingleAllOfAttributes) SetQosProfile(v string)

SetQosProfile gets a reference to the given string and assigns it to the QosProfile field.

func (EPTransportSingleAllOfAttributes) ToMap ¶

func (o EPTransportSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type EPX2CSingle ¶

type EPX2CSingle struct {
	Top
	Attributes *EPF1CSingleAllOfAttributes `json:"attributes,omitempty"`
}

EPX2CSingle struct for EPX2CSingle

func NewEPX2CSingle ¶

func NewEPX2CSingle(id NullableString) *EPX2CSingle

NewEPX2CSingle instantiates a new EPX2CSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPX2CSingleWithDefaults ¶

func NewEPX2CSingleWithDefaults() *EPX2CSingle

NewEPX2CSingleWithDefaults instantiates a new EPX2CSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPX2CSingle) GetAttributes ¶

func (o *EPX2CSingle) GetAttributes() EPF1CSingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EPX2CSingle) GetAttributesOk ¶

func (o *EPX2CSingle) GetAttributesOk() (*EPF1CSingleAllOfAttributes, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPX2CSingle) HasAttributes ¶

func (o *EPX2CSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPX2CSingle) MarshalJSON ¶

func (o EPX2CSingle) MarshalJSON() ([]byte, error)

func (*EPX2CSingle) SetAttributes ¶

func (o *EPX2CSingle) SetAttributes(v EPF1CSingleAllOfAttributes)

SetAttributes gets a reference to the given EPF1CSingleAllOfAttributes and assigns it to the Attributes field.

func (EPX2CSingle) ToMap ¶

func (o EPX2CSingle) ToMap() (map[string]interface{}, error)

type EPX2USingle ¶

type EPX2USingle struct {
	Top
	Attributes *EPF1CSingleAllOfAttributes `json:"attributes,omitempty"`
}

EPX2USingle struct for EPX2USingle

func NewEPX2USingle ¶

func NewEPX2USingle(id NullableString) *EPX2USingle

NewEPX2USingle instantiates a new EPX2USingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPX2USingleWithDefaults ¶

func NewEPX2USingleWithDefaults() *EPX2USingle

NewEPX2USingleWithDefaults instantiates a new EPX2USingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPX2USingle) GetAttributes ¶

func (o *EPX2USingle) GetAttributes() EPF1CSingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EPX2USingle) GetAttributesOk ¶

func (o *EPX2USingle) GetAttributesOk() (*EPF1CSingleAllOfAttributes, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPX2USingle) HasAttributes ¶

func (o *EPX2USingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPX2USingle) MarshalJSON ¶

func (o EPX2USingle) MarshalJSON() ([]byte, error)

func (*EPX2USingle) SetAttributes ¶

func (o *EPX2USingle) SetAttributes(v EPF1CSingleAllOfAttributes)

SetAttributes gets a reference to the given EPF1CSingleAllOfAttributes and assigns it to the Attributes field.

func (EPX2USingle) ToMap ¶

func (o EPX2USingle) ToMap() (map[string]interface{}, error)

type EPXnCSingle ¶

type EPXnCSingle struct {
	Top
	Attributes *EPF1CSingleAllOfAttributes `json:"attributes,omitempty"`
}

EPXnCSingle struct for EPXnCSingle

func NewEPXnCSingle ¶

func NewEPXnCSingle(id NullableString) *EPXnCSingle

NewEPXnCSingle instantiates a new EPXnCSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPXnCSingleWithDefaults ¶

func NewEPXnCSingleWithDefaults() *EPXnCSingle

NewEPXnCSingleWithDefaults instantiates a new EPXnCSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPXnCSingle) GetAttributes ¶

func (o *EPXnCSingle) GetAttributes() EPF1CSingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EPXnCSingle) GetAttributesOk ¶

func (o *EPXnCSingle) GetAttributesOk() (*EPF1CSingleAllOfAttributes, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPXnCSingle) HasAttributes ¶

func (o *EPXnCSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPXnCSingle) MarshalJSON ¶

func (o EPXnCSingle) MarshalJSON() ([]byte, error)

func (*EPXnCSingle) SetAttributes ¶

func (o *EPXnCSingle) SetAttributes(v EPF1CSingleAllOfAttributes)

SetAttributes gets a reference to the given EPF1CSingleAllOfAttributes and assigns it to the Attributes field.

func (EPXnCSingle) ToMap ¶

func (o EPXnCSingle) ToMap() (map[string]interface{}, error)

type EPXnUSingle ¶

type EPXnUSingle struct {
	Top
	Attributes *EPF1CSingleAllOfAttributes `json:"attributes,omitempty"`
}

EPXnUSingle struct for EPXnUSingle

func NewEPXnUSingle ¶

func NewEPXnUSingle(id NullableString) *EPXnUSingle

NewEPXnUSingle instantiates a new EPXnUSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPXnUSingleWithDefaults ¶

func NewEPXnUSingleWithDefaults() *EPXnUSingle

NewEPXnUSingleWithDefaults instantiates a new EPXnUSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPXnUSingle) GetAttributes ¶

func (o *EPXnUSingle) GetAttributes() EPF1CSingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EPXnUSingle) GetAttributesOk ¶

func (o *EPXnUSingle) GetAttributesOk() (*EPF1CSingleAllOfAttributes, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPXnUSingle) HasAttributes ¶

func (o *EPXnUSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPXnUSingle) MarshalJSON ¶

func (o EPXnUSingle) MarshalJSON() ([]byte, error)

func (*EPXnUSingle) SetAttributes ¶

func (o *EPXnUSingle) SetAttributes(v EPF1CSingleAllOfAttributes)

SetAttributes gets a reference to the given EPF1CSingleAllOfAttributes and assigns it to the Attributes field.

func (EPXnUSingle) ToMap ¶

func (o EPXnUSingle) ToMap() (map[string]interface{}, error)

type EUtranCellRelationSingle ¶

type EUtranCellRelationSingle struct {
	Top
	Attributes       *EUtranCellRelationSingleAllOfAttributes `json:"attributes,omitempty"`
	PerfMetricJob    []PerfMetricJobSingle                    `json:"PerfMetricJob,omitempty"`
	ThresholdMonitor []ThresholdMonitorSingle                 `json:"ThresholdMonitor,omitempty"`
	ManagedNFService []ManagedNFServiceSingle                 `json:"ManagedNFService,omitempty"`
	TraceJob         []TraceJobSingle                         `json:"TraceJob,omitempty"`
}

EUtranCellRelationSingle struct for EUtranCellRelationSingle

func NewEUtranCellRelationSingle ¶

func NewEUtranCellRelationSingle(id NullableString) *EUtranCellRelationSingle

NewEUtranCellRelationSingle instantiates a new EUtranCellRelationSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEUtranCellRelationSingleWithDefaults ¶

func NewEUtranCellRelationSingleWithDefaults() *EUtranCellRelationSingle

NewEUtranCellRelationSingleWithDefaults instantiates a new EUtranCellRelationSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EUtranCellRelationSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EUtranCellRelationSingle) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EUtranCellRelationSingle) GetManagedNFService ¶

func (o *EUtranCellRelationSingle) GetManagedNFService() []ManagedNFServiceSingle

GetManagedNFService returns the ManagedNFService field value if set, zero value otherwise.

func (*EUtranCellRelationSingle) GetManagedNFServiceOk ¶

func (o *EUtranCellRelationSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool)

GetManagedNFServiceOk returns a tuple with the ManagedNFService field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EUtranCellRelationSingle) GetPerfMetricJob ¶

func (o *EUtranCellRelationSingle) GetPerfMetricJob() []PerfMetricJobSingle

GetPerfMetricJob returns the PerfMetricJob field value if set, zero value otherwise.

func (*EUtranCellRelationSingle) GetPerfMetricJobOk ¶

func (o *EUtranCellRelationSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)

GetPerfMetricJobOk returns a tuple with the PerfMetricJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EUtranCellRelationSingle) GetThresholdMonitor ¶

func (o *EUtranCellRelationSingle) GetThresholdMonitor() []ThresholdMonitorSingle

GetThresholdMonitor returns the ThresholdMonitor field value if set, zero value otherwise.

func (*EUtranCellRelationSingle) GetThresholdMonitorOk ¶

func (o *EUtranCellRelationSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)

GetThresholdMonitorOk returns a tuple with the ThresholdMonitor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EUtranCellRelationSingle) GetTraceJob ¶

func (o *EUtranCellRelationSingle) GetTraceJob() []TraceJobSingle

GetTraceJob returns the TraceJob field value if set, zero value otherwise.

func (*EUtranCellRelationSingle) GetTraceJobOk ¶

func (o *EUtranCellRelationSingle) GetTraceJobOk() ([]TraceJobSingle, bool)

GetTraceJobOk returns a tuple with the TraceJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EUtranCellRelationSingle) HasAttributes ¶

func (o *EUtranCellRelationSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*EUtranCellRelationSingle) HasManagedNFService ¶

func (o *EUtranCellRelationSingle) HasManagedNFService() bool

HasManagedNFService returns a boolean if a field has been set.

func (*EUtranCellRelationSingle) HasPerfMetricJob ¶

func (o *EUtranCellRelationSingle) HasPerfMetricJob() bool

HasPerfMetricJob returns a boolean if a field has been set.

func (*EUtranCellRelationSingle) HasThresholdMonitor ¶

func (o *EUtranCellRelationSingle) HasThresholdMonitor() bool

HasThresholdMonitor returns a boolean if a field has been set.

func (*EUtranCellRelationSingle) HasTraceJob ¶

func (o *EUtranCellRelationSingle) HasTraceJob() bool

HasTraceJob returns a boolean if a field has been set.

func (EUtranCellRelationSingle) MarshalJSON ¶

func (o EUtranCellRelationSingle) MarshalJSON() ([]byte, error)

func (*EUtranCellRelationSingle) SetAttributes ¶

SetAttributes gets a reference to the given EUtranCellRelationSingleAllOfAttributes and assigns it to the Attributes field.

func (*EUtranCellRelationSingle) SetManagedNFService ¶

func (o *EUtranCellRelationSingle) SetManagedNFService(v []ManagedNFServiceSingle)

SetManagedNFService gets a reference to the given []ManagedNFServiceSingle and assigns it to the ManagedNFService field.

func (*EUtranCellRelationSingle) SetPerfMetricJob ¶

func (o *EUtranCellRelationSingle) SetPerfMetricJob(v []PerfMetricJobSingle)

SetPerfMetricJob gets a reference to the given []PerfMetricJobSingle and assigns it to the PerfMetricJob field.

func (*EUtranCellRelationSingle) SetThresholdMonitor ¶

func (o *EUtranCellRelationSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)

SetThresholdMonitor gets a reference to the given []ThresholdMonitorSingle and assigns it to the ThresholdMonitor field.

func (*EUtranCellRelationSingle) SetTraceJob ¶

func (o *EUtranCellRelationSingle) SetTraceJob(v []TraceJobSingle)

SetTraceJob gets a reference to the given []TraceJobSingle and assigns it to the TraceJob field.

func (EUtranCellRelationSingle) ToMap ¶

func (o EUtranCellRelationSingle) ToMap() (map[string]interface{}, error)

type EUtranCellRelationSingleAllOf ¶

type EUtranCellRelationSingleAllOf struct {
	Attributes *EUtranCellRelationSingleAllOfAttributes `json:"attributes,omitempty"`
}

EUtranCellRelationSingleAllOf struct for EUtranCellRelationSingleAllOf

func NewEUtranCellRelationSingleAllOf ¶

func NewEUtranCellRelationSingleAllOf() *EUtranCellRelationSingleAllOf

NewEUtranCellRelationSingleAllOf instantiates a new EUtranCellRelationSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEUtranCellRelationSingleAllOfWithDefaults ¶

func NewEUtranCellRelationSingleAllOfWithDefaults() *EUtranCellRelationSingleAllOf

NewEUtranCellRelationSingleAllOfWithDefaults instantiates a new EUtranCellRelationSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EUtranCellRelationSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EUtranCellRelationSingleAllOf) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EUtranCellRelationSingleAllOf) HasAttributes ¶

func (o *EUtranCellRelationSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EUtranCellRelationSingleAllOf) MarshalJSON ¶

func (o EUtranCellRelationSingleAllOf) MarshalJSON() ([]byte, error)

func (*EUtranCellRelationSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given EUtranCellRelationSingleAllOfAttributes and assigns it to the Attributes field.

func (EUtranCellRelationSingleAllOf) ToMap ¶

func (o EUtranCellRelationSingleAllOf) ToMap() (map[string]interface{}, error)

type EUtranCellRelationSingleAllOfAttributes ¶

type EUtranCellRelationSingleAllOfAttributes struct {
	ManagedFunctionAttr
	AdjacentEUtranCellRef *string `json:"adjacentEUtranCellRef,omitempty"`
}

EUtranCellRelationSingleAllOfAttributes struct for EUtranCellRelationSingleAllOfAttributes

func NewEUtranCellRelationSingleAllOfAttributes ¶

func NewEUtranCellRelationSingleAllOfAttributes() *EUtranCellRelationSingleAllOfAttributes

NewEUtranCellRelationSingleAllOfAttributes instantiates a new EUtranCellRelationSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEUtranCellRelationSingleAllOfAttributesWithDefaults ¶

func NewEUtranCellRelationSingleAllOfAttributesWithDefaults() *EUtranCellRelationSingleAllOfAttributes

NewEUtranCellRelationSingleAllOfAttributesWithDefaults instantiates a new EUtranCellRelationSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EUtranCellRelationSingleAllOfAttributes) GetAdjacentEUtranCellRef ¶

func (o *EUtranCellRelationSingleAllOfAttributes) GetAdjacentEUtranCellRef() string

GetAdjacentEUtranCellRef returns the AdjacentEUtranCellRef field value if set, zero value otherwise.

func (*EUtranCellRelationSingleAllOfAttributes) GetAdjacentEUtranCellRefOk ¶

func (o *EUtranCellRelationSingleAllOfAttributes) GetAdjacentEUtranCellRefOk() (*string, bool)

GetAdjacentEUtranCellRefOk returns a tuple with the AdjacentEUtranCellRef field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EUtranCellRelationSingleAllOfAttributes) HasAdjacentEUtranCellRef ¶

func (o *EUtranCellRelationSingleAllOfAttributes) HasAdjacentEUtranCellRef() bool

HasAdjacentEUtranCellRef returns a boolean if a field has been set.

func (EUtranCellRelationSingleAllOfAttributes) MarshalJSON ¶

func (o EUtranCellRelationSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*EUtranCellRelationSingleAllOfAttributes) SetAdjacentEUtranCellRef ¶

func (o *EUtranCellRelationSingleAllOfAttributes) SetAdjacentEUtranCellRef(v string)

SetAdjacentEUtranCellRef gets a reference to the given string and assigns it to the AdjacentEUtranCellRef field.

func (EUtranCellRelationSingleAllOfAttributes) ToMap ¶

func (o EUtranCellRelationSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type EUtranCellRelationSingleAllOfAttributesAllOf ¶

type EUtranCellRelationSingleAllOfAttributesAllOf struct {
	AdjacentEUtranCellRef *string `json:"adjacentEUtranCellRef,omitempty"`
}

EUtranCellRelationSingleAllOfAttributesAllOf struct for EUtranCellRelationSingleAllOfAttributesAllOf

func NewEUtranCellRelationSingleAllOfAttributesAllOf ¶

func NewEUtranCellRelationSingleAllOfAttributesAllOf() *EUtranCellRelationSingleAllOfAttributesAllOf

NewEUtranCellRelationSingleAllOfAttributesAllOf instantiates a new EUtranCellRelationSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEUtranCellRelationSingleAllOfAttributesAllOfWithDefaults ¶

func NewEUtranCellRelationSingleAllOfAttributesAllOfWithDefaults() *EUtranCellRelationSingleAllOfAttributesAllOf

NewEUtranCellRelationSingleAllOfAttributesAllOfWithDefaults instantiates a new EUtranCellRelationSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EUtranCellRelationSingleAllOfAttributesAllOf) GetAdjacentEUtranCellRef ¶

func (o *EUtranCellRelationSingleAllOfAttributesAllOf) GetAdjacentEUtranCellRef() string

GetAdjacentEUtranCellRef returns the AdjacentEUtranCellRef field value if set, zero value otherwise.

func (*EUtranCellRelationSingleAllOfAttributesAllOf) GetAdjacentEUtranCellRefOk ¶

func (o *EUtranCellRelationSingleAllOfAttributesAllOf) GetAdjacentEUtranCellRefOk() (*string, bool)

GetAdjacentEUtranCellRefOk returns a tuple with the AdjacentEUtranCellRef field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EUtranCellRelationSingleAllOfAttributesAllOf) HasAdjacentEUtranCellRef ¶

func (o *EUtranCellRelationSingleAllOfAttributesAllOf) HasAdjacentEUtranCellRef() bool

HasAdjacentEUtranCellRef returns a boolean if a field has been set.

func (EUtranCellRelationSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*EUtranCellRelationSingleAllOfAttributesAllOf) SetAdjacentEUtranCellRef ¶

func (o *EUtranCellRelationSingleAllOfAttributesAllOf) SetAdjacentEUtranCellRef(v string)

SetAdjacentEUtranCellRef gets a reference to the given string and assigns it to the AdjacentEUtranCellRef field.

func (EUtranCellRelationSingleAllOfAttributesAllOf) ToMap ¶

func (o EUtranCellRelationSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)

type EUtranFreqRelationSingle ¶

type EUtranFreqRelationSingle struct {
	Top
	Attributes *EUtranFreqRelationSingleAllOfAttributes `json:"attributes,omitempty"`
}

EUtranFreqRelationSingle struct for EUtranFreqRelationSingle

func NewEUtranFreqRelationSingle ¶

func NewEUtranFreqRelationSingle(id NullableString) *EUtranFreqRelationSingle

NewEUtranFreqRelationSingle instantiates a new EUtranFreqRelationSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEUtranFreqRelationSingleWithDefaults ¶

func NewEUtranFreqRelationSingleWithDefaults() *EUtranFreqRelationSingle

NewEUtranFreqRelationSingleWithDefaults instantiates a new EUtranFreqRelationSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EUtranFreqRelationSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EUtranFreqRelationSingle) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EUtranFreqRelationSingle) HasAttributes ¶

func (o *EUtranFreqRelationSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EUtranFreqRelationSingle) MarshalJSON ¶

func (o EUtranFreqRelationSingle) MarshalJSON() ([]byte, error)

func (*EUtranFreqRelationSingle) SetAttributes ¶

SetAttributes gets a reference to the given EUtranFreqRelationSingleAllOfAttributes and assigns it to the Attributes field.

func (EUtranFreqRelationSingle) ToMap ¶

func (o EUtranFreqRelationSingle) ToMap() (map[string]interface{}, error)

type EUtranFreqRelationSingleAllOf ¶

type EUtranFreqRelationSingleAllOf struct {
	Attributes *EUtranFreqRelationSingleAllOfAttributes `json:"attributes,omitempty"`
}

EUtranFreqRelationSingleAllOf struct for EUtranFreqRelationSingleAllOf

func NewEUtranFreqRelationSingleAllOf ¶

func NewEUtranFreqRelationSingleAllOf() *EUtranFreqRelationSingleAllOf

NewEUtranFreqRelationSingleAllOf instantiates a new EUtranFreqRelationSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEUtranFreqRelationSingleAllOfWithDefaults ¶

func NewEUtranFreqRelationSingleAllOfWithDefaults() *EUtranFreqRelationSingleAllOf

NewEUtranFreqRelationSingleAllOfWithDefaults instantiates a new EUtranFreqRelationSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EUtranFreqRelationSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EUtranFreqRelationSingleAllOf) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EUtranFreqRelationSingleAllOf) HasAttributes ¶

func (o *EUtranFreqRelationSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EUtranFreqRelationSingleAllOf) MarshalJSON ¶

func (o EUtranFreqRelationSingleAllOf) MarshalJSON() ([]byte, error)

func (*EUtranFreqRelationSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given EUtranFreqRelationSingleAllOfAttributes and assigns it to the Attributes field.

func (EUtranFreqRelationSingleAllOf) ToMap ¶

func (o EUtranFreqRelationSingleAllOf) ToMap() (map[string]interface{}, error)

type EUtranFreqRelationSingleAllOfAttributes ¶

type EUtranFreqRelationSingleAllOfAttributes struct {
	CellIndividualOffset       *CellIndividualOffset `json:"cellIndividualOffset,omitempty"`
	BlackListEntry             []int32               `json:"blackListEntry,omitempty"`
	BlackListEntryIdleMode     *int32                `json:"blackListEntryIdleMode,omitempty"`
	CellReselectionPriority    *int32                `json:"cellReselectionPriority,omitempty"`
	CellReselectionSubPriority *float32              `json:"cellReselectionSubPriority,omitempty"`
	PMax                       *int32                `json:"pMax,omitempty"`
	QOffsetFreq                *float32              `json:"qOffsetFreq,omitempty"`
	QQualMin                   *float32              `json:"qQualMin,omitempty"`
	QRxLevMin                  *int32                `json:"qRxLevMin,omitempty"`
	ThreshXHighP               *int32                `json:"threshXHighP,omitempty"`
	ThreshXHighQ               *int32                `json:"threshXHighQ,omitempty"`
	ThreshXLowP                *int32                `json:"threshXLowP,omitempty"`
	ThreshXLowQ                *int32                `json:"threshXLowQ,omitempty"`
	TReselectionEutran         *int32                `json:"tReselectionEutran,omitempty"`
	TReselectionNRSfHigh       *TReselectionNRSf     `json:"tReselectionNRSfHigh,omitempty"`
	TReselectionNRSfMedium     *TReselectionNRSf     `json:"tReselectionNRSfMedium,omitempty"`
	EUTranFrequencyRef         *string               `json:"eUTranFrequencyRef,omitempty"`
}

EUtranFreqRelationSingleAllOfAttributes struct for EUtranFreqRelationSingleAllOfAttributes

func NewEUtranFreqRelationSingleAllOfAttributes ¶

func NewEUtranFreqRelationSingleAllOfAttributes() *EUtranFreqRelationSingleAllOfAttributes

NewEUtranFreqRelationSingleAllOfAttributes instantiates a new EUtranFreqRelationSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEUtranFreqRelationSingleAllOfAttributesWithDefaults ¶

func NewEUtranFreqRelationSingleAllOfAttributesWithDefaults() *EUtranFreqRelationSingleAllOfAttributes

NewEUtranFreqRelationSingleAllOfAttributesWithDefaults instantiates a new EUtranFreqRelationSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EUtranFreqRelationSingleAllOfAttributes) GetBlackListEntry ¶

func (o *EUtranFreqRelationSingleAllOfAttributes) GetBlackListEntry() []int32

GetBlackListEntry returns the BlackListEntry field value if set, zero value otherwise.

func (*EUtranFreqRelationSingleAllOfAttributes) GetBlackListEntryIdleMode ¶

func (o *EUtranFreqRelationSingleAllOfAttributes) GetBlackListEntryIdleMode() int32

GetBlackListEntryIdleMode returns the BlackListEntryIdleMode field value if set, zero value otherwise.

func (*EUtranFreqRelationSingleAllOfAttributes) GetBlackListEntryIdleModeOk ¶

func (o *EUtranFreqRelationSingleAllOfAttributes) GetBlackListEntryIdleModeOk() (*int32, bool)

GetBlackListEntryIdleModeOk returns a tuple with the BlackListEntryIdleMode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EUtranFreqRelationSingleAllOfAttributes) GetBlackListEntryOk ¶

func (o *EUtranFreqRelationSingleAllOfAttributes) GetBlackListEntryOk() ([]int32, bool)

GetBlackListEntryOk returns a tuple with the BlackListEntry field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EUtranFreqRelationSingleAllOfAttributes) GetCellIndividualOffset ¶

GetCellIndividualOffset returns the CellIndividualOffset field value if set, zero value otherwise.

func (*EUtranFreqRelationSingleAllOfAttributes) GetCellIndividualOffsetOk ¶

func (o *EUtranFreqRelationSingleAllOfAttributes) GetCellIndividualOffsetOk() (*CellIndividualOffset, bool)

GetCellIndividualOffsetOk returns a tuple with the CellIndividualOffset field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EUtranFreqRelationSingleAllOfAttributes) GetCellReselectionPriority ¶

func (o *EUtranFreqRelationSingleAllOfAttributes) GetCellReselectionPriority() int32

GetCellReselectionPriority returns the CellReselectionPriority field value if set, zero value otherwise.

func (*EUtranFreqRelationSingleAllOfAttributes) GetCellReselectionPriorityOk ¶

func (o *EUtranFreqRelationSingleAllOfAttributes) GetCellReselectionPriorityOk() (*int32, bool)

GetCellReselectionPriorityOk returns a tuple with the CellReselectionPriority field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EUtranFreqRelationSingleAllOfAttributes) GetCellReselectionSubPriority ¶

func (o *EUtranFreqRelationSingleAllOfAttributes) GetCellReselectionSubPriority() float32

GetCellReselectionSubPriority returns the CellReselectionSubPriority field value if set, zero value otherwise.

func (*EUtranFreqRelationSingleAllOfAttributes) GetCellReselectionSubPriorityOk ¶

func (o *EUtranFreqRelationSingleAllOfAttributes) GetCellReselectionSubPriorityOk() (*float32, bool)

GetCellReselectionSubPriorityOk returns a tuple with the CellReselectionSubPriority field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EUtranFreqRelationSingleAllOfAttributes) GetEUTranFrequencyRef ¶

func (o *EUtranFreqRelationSingleAllOfAttributes) GetEUTranFrequencyRef() string

GetEUTranFrequencyRef returns the EUTranFrequencyRef field value if set, zero value otherwise.

func (*EUtranFreqRelationSingleAllOfAttributes) GetEUTranFrequencyRefOk ¶

func (o *EUtranFreqRelationSingleAllOfAttributes) GetEUTranFrequencyRefOk() (*string, bool)

GetEUTranFrequencyRefOk returns a tuple with the EUTranFrequencyRef field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EUtranFreqRelationSingleAllOfAttributes) GetPMax ¶

GetPMax returns the PMax field value if set, zero value otherwise.

func (*EUtranFreqRelationSingleAllOfAttributes) GetPMaxOk ¶

GetPMaxOk returns a tuple with the PMax field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EUtranFreqRelationSingleAllOfAttributes) GetQOffsetFreq ¶

GetQOffsetFreq returns the QOffsetFreq field value if set, zero value otherwise.

func (*EUtranFreqRelationSingleAllOfAttributes) GetQOffsetFreqOk ¶

func (o *EUtranFreqRelationSingleAllOfAttributes) GetQOffsetFreqOk() (*float32, bool)

GetQOffsetFreqOk returns a tuple with the QOffsetFreq field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EUtranFreqRelationSingleAllOfAttributes) GetQQualMin ¶

GetQQualMin returns the QQualMin field value if set, zero value otherwise.

func (*EUtranFreqRelationSingleAllOfAttributes) GetQQualMinOk ¶

func (o *EUtranFreqRelationSingleAllOfAttributes) GetQQualMinOk() (*float32, bool)

GetQQualMinOk returns a tuple with the QQualMin field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EUtranFreqRelationSingleAllOfAttributes) GetQRxLevMin ¶

GetQRxLevMin returns the QRxLevMin field value if set, zero value otherwise.

func (*EUtranFreqRelationSingleAllOfAttributes) GetQRxLevMinOk ¶

func (o *EUtranFreqRelationSingleAllOfAttributes) GetQRxLevMinOk() (*int32, bool)

GetQRxLevMinOk returns a tuple with the QRxLevMin field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EUtranFreqRelationSingleAllOfAttributes) GetTReselectionEutran ¶

func (o *EUtranFreqRelationSingleAllOfAttributes) GetTReselectionEutran() int32

GetTReselectionEutran returns the TReselectionEutran field value if set, zero value otherwise.

func (*EUtranFreqRelationSingleAllOfAttributes) GetTReselectionEutranOk ¶

func (o *EUtranFreqRelationSingleAllOfAttributes) GetTReselectionEutranOk() (*int32, bool)

GetTReselectionEutranOk returns a tuple with the TReselectionEutran field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EUtranFreqRelationSingleAllOfAttributes) GetTReselectionNRSfHigh ¶

func (o *EUtranFreqRelationSingleAllOfAttributes) GetTReselectionNRSfHigh() TReselectionNRSf

GetTReselectionNRSfHigh returns the TReselectionNRSfHigh field value if set, zero value otherwise.

func (*EUtranFreqRelationSingleAllOfAttributes) GetTReselectionNRSfHighOk ¶

func (o *EUtranFreqRelationSingleAllOfAttributes) GetTReselectionNRSfHighOk() (*TReselectionNRSf, bool)

GetTReselectionNRSfHighOk returns a tuple with the TReselectionNRSfHigh field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EUtranFreqRelationSingleAllOfAttributes) GetTReselectionNRSfMedium ¶

func (o *EUtranFreqRelationSingleAllOfAttributes) GetTReselectionNRSfMedium() TReselectionNRSf

GetTReselectionNRSfMedium returns the TReselectionNRSfMedium field value if set, zero value otherwise.

func (*EUtranFreqRelationSingleAllOfAttributes) GetTReselectionNRSfMediumOk ¶

func (o *EUtranFreqRelationSingleAllOfAttributes) GetTReselectionNRSfMediumOk() (*TReselectionNRSf, bool)

GetTReselectionNRSfMediumOk returns a tuple with the TReselectionNRSfMedium field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EUtranFreqRelationSingleAllOfAttributes) GetThreshXHighP ¶

func (o *EUtranFreqRelationSingleAllOfAttributes) GetThreshXHighP() int32

GetThreshXHighP returns the ThreshXHighP field value if set, zero value otherwise.

func (*EUtranFreqRelationSingleAllOfAttributes) GetThreshXHighPOk ¶

func (o *EUtranFreqRelationSingleAllOfAttributes) GetThreshXHighPOk() (*int32, bool)

GetThreshXHighPOk returns a tuple with the ThreshXHighP field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EUtranFreqRelationSingleAllOfAttributes) GetThreshXHighQ ¶

func (o *EUtranFreqRelationSingleAllOfAttributes) GetThreshXHighQ() int32

GetThreshXHighQ returns the ThreshXHighQ field value if set, zero value otherwise.

func (*EUtranFreqRelationSingleAllOfAttributes) GetThreshXHighQOk ¶

func (o *EUtranFreqRelationSingleAllOfAttributes) GetThreshXHighQOk() (*int32, bool)

GetThreshXHighQOk returns a tuple with the ThreshXHighQ field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EUtranFreqRelationSingleAllOfAttributes) GetThreshXLowP ¶

func (o *EUtranFreqRelationSingleAllOfAttributes) GetThreshXLowP() int32

GetThreshXLowP returns the ThreshXLowP field value if set, zero value otherwise.

func (*EUtranFreqRelationSingleAllOfAttributes) GetThreshXLowPOk ¶

func (o *EUtranFreqRelationSingleAllOfAttributes) GetThreshXLowPOk() (*int32, bool)

GetThreshXLowPOk returns a tuple with the ThreshXLowP field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EUtranFreqRelationSingleAllOfAttributes) GetThreshXLowQ ¶

func (o *EUtranFreqRelationSingleAllOfAttributes) GetThreshXLowQ() int32

GetThreshXLowQ returns the ThreshXLowQ field value if set, zero value otherwise.

func (*EUtranFreqRelationSingleAllOfAttributes) GetThreshXLowQOk ¶

func (o *EUtranFreqRelationSingleAllOfAttributes) GetThreshXLowQOk() (*int32, bool)

GetThreshXLowQOk returns a tuple with the ThreshXLowQ field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EUtranFreqRelationSingleAllOfAttributes) HasBlackListEntry ¶

func (o *EUtranFreqRelationSingleAllOfAttributes) HasBlackListEntry() bool

HasBlackListEntry returns a boolean if a field has been set.

func (*EUtranFreqRelationSingleAllOfAttributes) HasBlackListEntryIdleMode ¶

func (o *EUtranFreqRelationSingleAllOfAttributes) HasBlackListEntryIdleMode() bool

HasBlackListEntryIdleMode returns a boolean if a field has been set.

func (*EUtranFreqRelationSingleAllOfAttributes) HasCellIndividualOffset ¶

func (o *EUtranFreqRelationSingleAllOfAttributes) HasCellIndividualOffset() bool

HasCellIndividualOffset returns a boolean if a field has been set.

func (*EUtranFreqRelationSingleAllOfAttributes) HasCellReselectionPriority ¶

func (o *EUtranFreqRelationSingleAllOfAttributes) HasCellReselectionPriority() bool

HasCellReselectionPriority returns a boolean if a field has been set.

func (*EUtranFreqRelationSingleAllOfAttributes) HasCellReselectionSubPriority ¶

func (o *EUtranFreqRelationSingleAllOfAttributes) HasCellReselectionSubPriority() bool

HasCellReselectionSubPriority returns a boolean if a field has been set.

func (*EUtranFreqRelationSingleAllOfAttributes) HasEUTranFrequencyRef ¶

func (o *EUtranFreqRelationSingleAllOfAttributes) HasEUTranFrequencyRef() bool

HasEUTranFrequencyRef returns a boolean if a field has been set.

func (*EUtranFreqRelationSingleAllOfAttributes) HasPMax ¶

HasPMax returns a boolean if a field has been set.

func (*EUtranFreqRelationSingleAllOfAttributes) HasQOffsetFreq ¶

func (o *EUtranFreqRelationSingleAllOfAttributes) HasQOffsetFreq() bool

HasQOffsetFreq returns a boolean if a field has been set.

func (*EUtranFreqRelationSingleAllOfAttributes) HasQQualMin ¶

HasQQualMin returns a boolean if a field has been set.

func (*EUtranFreqRelationSingleAllOfAttributes) HasQRxLevMin ¶

HasQRxLevMin returns a boolean if a field has been set.

func (*EUtranFreqRelationSingleAllOfAttributes) HasTReselectionEutran ¶

func (o *EUtranFreqRelationSingleAllOfAttributes) HasTReselectionEutran() bool

HasTReselectionEutran returns a boolean if a field has been set.

func (*EUtranFreqRelationSingleAllOfAttributes) HasTReselectionNRSfHigh ¶

func (o *EUtranFreqRelationSingleAllOfAttributes) HasTReselectionNRSfHigh() bool

HasTReselectionNRSfHigh returns a boolean if a field has been set.

func (*EUtranFreqRelationSingleAllOfAttributes) HasTReselectionNRSfMedium ¶

func (o *EUtranFreqRelationSingleAllOfAttributes) HasTReselectionNRSfMedium() bool

HasTReselectionNRSfMedium returns a boolean if a field has been set.

func (*EUtranFreqRelationSingleAllOfAttributes) HasThreshXHighP ¶

func (o *EUtranFreqRelationSingleAllOfAttributes) HasThreshXHighP() bool

HasThreshXHighP returns a boolean if a field has been set.

func (*EUtranFreqRelationSingleAllOfAttributes) HasThreshXHighQ ¶

func (o *EUtranFreqRelationSingleAllOfAttributes) HasThreshXHighQ() bool

HasThreshXHighQ returns a boolean if a field has been set.

func (*EUtranFreqRelationSingleAllOfAttributes) HasThreshXLowP ¶

func (o *EUtranFreqRelationSingleAllOfAttributes) HasThreshXLowP() bool

HasThreshXLowP returns a boolean if a field has been set.

func (*EUtranFreqRelationSingleAllOfAttributes) HasThreshXLowQ ¶

func (o *EUtranFreqRelationSingleAllOfAttributes) HasThreshXLowQ() bool

HasThreshXLowQ returns a boolean if a field has been set.

func (EUtranFreqRelationSingleAllOfAttributes) MarshalJSON ¶

func (o EUtranFreqRelationSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*EUtranFreqRelationSingleAllOfAttributes) SetBlackListEntry ¶

func (o *EUtranFreqRelationSingleAllOfAttributes) SetBlackListEntry(v []int32)

SetBlackListEntry gets a reference to the given []int32 and assigns it to the BlackListEntry field.

func (*EUtranFreqRelationSingleAllOfAttributes) SetBlackListEntryIdleMode ¶

func (o *EUtranFreqRelationSingleAllOfAttributes) SetBlackListEntryIdleMode(v int32)

SetBlackListEntryIdleMode gets a reference to the given int32 and assigns it to the BlackListEntryIdleMode field.

func (*EUtranFreqRelationSingleAllOfAttributes) SetCellIndividualOffset ¶

func (o *EUtranFreqRelationSingleAllOfAttributes) SetCellIndividualOffset(v CellIndividualOffset)

SetCellIndividualOffset gets a reference to the given CellIndividualOffset and assigns it to the CellIndividualOffset field.

func (*EUtranFreqRelationSingleAllOfAttributes) SetCellReselectionPriority ¶

func (o *EUtranFreqRelationSingleAllOfAttributes) SetCellReselectionPriority(v int32)

SetCellReselectionPriority gets a reference to the given int32 and assigns it to the CellReselectionPriority field.

func (*EUtranFreqRelationSingleAllOfAttributes) SetCellReselectionSubPriority ¶

func (o *EUtranFreqRelationSingleAllOfAttributes) SetCellReselectionSubPriority(v float32)

SetCellReselectionSubPriority gets a reference to the given float32 and assigns it to the CellReselectionSubPriority field.

func (*EUtranFreqRelationSingleAllOfAttributes) SetEUTranFrequencyRef ¶

func (o *EUtranFreqRelationSingleAllOfAttributes) SetEUTranFrequencyRef(v string)

SetEUTranFrequencyRef gets a reference to the given string and assigns it to the EUTranFrequencyRef field.

func (*EUtranFreqRelationSingleAllOfAttributes) SetPMax ¶

SetPMax gets a reference to the given int32 and assigns it to the PMax field.

func (*EUtranFreqRelationSingleAllOfAttributes) SetQOffsetFreq ¶

func (o *EUtranFreqRelationSingleAllOfAttributes) SetQOffsetFreq(v float32)

SetQOffsetFreq gets a reference to the given float32 and assigns it to the QOffsetFreq field.

func (*EUtranFreqRelationSingleAllOfAttributes) SetQQualMin ¶

SetQQualMin gets a reference to the given float32 and assigns it to the QQualMin field.

func (*EUtranFreqRelationSingleAllOfAttributes) SetQRxLevMin ¶

SetQRxLevMin gets a reference to the given int32 and assigns it to the QRxLevMin field.

func (*EUtranFreqRelationSingleAllOfAttributes) SetTReselectionEutran ¶

func (o *EUtranFreqRelationSingleAllOfAttributes) SetTReselectionEutran(v int32)

SetTReselectionEutran gets a reference to the given int32 and assigns it to the TReselectionEutran field.

func (*EUtranFreqRelationSingleAllOfAttributes) SetTReselectionNRSfHigh ¶

func (o *EUtranFreqRelationSingleAllOfAttributes) SetTReselectionNRSfHigh(v TReselectionNRSf)

SetTReselectionNRSfHigh gets a reference to the given TReselectionNRSf and assigns it to the TReselectionNRSfHigh field.

func (*EUtranFreqRelationSingleAllOfAttributes) SetTReselectionNRSfMedium ¶

func (o *EUtranFreqRelationSingleAllOfAttributes) SetTReselectionNRSfMedium(v TReselectionNRSf)

SetTReselectionNRSfMedium gets a reference to the given TReselectionNRSf and assigns it to the TReselectionNRSfMedium field.

func (*EUtranFreqRelationSingleAllOfAttributes) SetThreshXHighP ¶

func (o *EUtranFreqRelationSingleAllOfAttributes) SetThreshXHighP(v int32)

SetThreshXHighP gets a reference to the given int32 and assigns it to the ThreshXHighP field.

func (*EUtranFreqRelationSingleAllOfAttributes) SetThreshXHighQ ¶

func (o *EUtranFreqRelationSingleAllOfAttributes) SetThreshXHighQ(v int32)

SetThreshXHighQ gets a reference to the given int32 and assigns it to the ThreshXHighQ field.

func (*EUtranFreqRelationSingleAllOfAttributes) SetThreshXLowP ¶

func (o *EUtranFreqRelationSingleAllOfAttributes) SetThreshXLowP(v int32)

SetThreshXLowP gets a reference to the given int32 and assigns it to the ThreshXLowP field.

func (*EUtranFreqRelationSingleAllOfAttributes) SetThreshXLowQ ¶

func (o *EUtranFreqRelationSingleAllOfAttributes) SetThreshXLowQ(v int32)

SetThreshXLowQ gets a reference to the given int32 and assigns it to the ThreshXLowQ field.

func (EUtranFreqRelationSingleAllOfAttributes) ToMap ¶

func (o EUtranFreqRelationSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type EUtranFrequencySingle ¶

type EUtranFrequencySingle struct {
	Top
	Attributes *EUtranFrequencySingleAllOfAttributes `json:"attributes,omitempty"`
}

EUtranFrequencySingle struct for EUtranFrequencySingle

func NewEUtranFrequencySingle ¶

func NewEUtranFrequencySingle(id NullableString) *EUtranFrequencySingle

NewEUtranFrequencySingle instantiates a new EUtranFrequencySingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEUtranFrequencySingleWithDefaults ¶

func NewEUtranFrequencySingleWithDefaults() *EUtranFrequencySingle

NewEUtranFrequencySingleWithDefaults instantiates a new EUtranFrequencySingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EUtranFrequencySingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EUtranFrequencySingle) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EUtranFrequencySingle) HasAttributes ¶

func (o *EUtranFrequencySingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EUtranFrequencySingle) MarshalJSON ¶

func (o EUtranFrequencySingle) MarshalJSON() ([]byte, error)

func (*EUtranFrequencySingle) SetAttributes ¶

SetAttributes gets a reference to the given EUtranFrequencySingleAllOfAttributes and assigns it to the Attributes field.

func (EUtranFrequencySingle) ToMap ¶

func (o EUtranFrequencySingle) ToMap() (map[string]interface{}, error)

type EUtranFrequencySingleAllOf ¶

type EUtranFrequencySingleAllOf struct {
	Attributes *EUtranFrequencySingleAllOfAttributes `json:"attributes,omitempty"`
}

EUtranFrequencySingleAllOf struct for EUtranFrequencySingleAllOf

func NewEUtranFrequencySingleAllOf ¶

func NewEUtranFrequencySingleAllOf() *EUtranFrequencySingleAllOf

NewEUtranFrequencySingleAllOf instantiates a new EUtranFrequencySingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEUtranFrequencySingleAllOfWithDefaults ¶

func NewEUtranFrequencySingleAllOfWithDefaults() *EUtranFrequencySingleAllOf

NewEUtranFrequencySingleAllOfWithDefaults instantiates a new EUtranFrequencySingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EUtranFrequencySingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EUtranFrequencySingleAllOf) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EUtranFrequencySingleAllOf) HasAttributes ¶

func (o *EUtranFrequencySingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EUtranFrequencySingleAllOf) MarshalJSON ¶

func (o EUtranFrequencySingleAllOf) MarshalJSON() ([]byte, error)

func (*EUtranFrequencySingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given EUtranFrequencySingleAllOfAttributes and assigns it to the Attributes field.

func (EUtranFrequencySingleAllOf) ToMap ¶

func (o EUtranFrequencySingleAllOf) ToMap() (map[string]interface{}, error)

type EUtranFrequencySingleAllOfAttributes ¶

type EUtranFrequencySingleAllOfAttributes struct {
	EarfcnDL               *int32 `json:"earfcnDL,omitempty"`
	MultiBandInfoListEutra *int32 `json:"multiBandInfoListEutra,omitempty"`
}

EUtranFrequencySingleAllOfAttributes struct for EUtranFrequencySingleAllOfAttributes

func NewEUtranFrequencySingleAllOfAttributes ¶

func NewEUtranFrequencySingleAllOfAttributes() *EUtranFrequencySingleAllOfAttributes

NewEUtranFrequencySingleAllOfAttributes instantiates a new EUtranFrequencySingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEUtranFrequencySingleAllOfAttributesWithDefaults ¶

func NewEUtranFrequencySingleAllOfAttributesWithDefaults() *EUtranFrequencySingleAllOfAttributes

NewEUtranFrequencySingleAllOfAttributesWithDefaults instantiates a new EUtranFrequencySingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EUtranFrequencySingleAllOfAttributes) GetEarfcnDL ¶

GetEarfcnDL returns the EarfcnDL field value if set, zero value otherwise.

func (*EUtranFrequencySingleAllOfAttributes) GetEarfcnDLOk ¶

func (o *EUtranFrequencySingleAllOfAttributes) GetEarfcnDLOk() (*int32, bool)

GetEarfcnDLOk returns a tuple with the EarfcnDL field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EUtranFrequencySingleAllOfAttributes) GetMultiBandInfoListEutra ¶

func (o *EUtranFrequencySingleAllOfAttributes) GetMultiBandInfoListEutra() int32

GetMultiBandInfoListEutra returns the MultiBandInfoListEutra field value if set, zero value otherwise.

func (*EUtranFrequencySingleAllOfAttributes) GetMultiBandInfoListEutraOk ¶

func (o *EUtranFrequencySingleAllOfAttributes) GetMultiBandInfoListEutraOk() (*int32, bool)

GetMultiBandInfoListEutraOk returns a tuple with the MultiBandInfoListEutra field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EUtranFrequencySingleAllOfAttributes) HasEarfcnDL ¶

func (o *EUtranFrequencySingleAllOfAttributes) HasEarfcnDL() bool

HasEarfcnDL returns a boolean if a field has been set.

func (*EUtranFrequencySingleAllOfAttributes) HasMultiBandInfoListEutra ¶

func (o *EUtranFrequencySingleAllOfAttributes) HasMultiBandInfoListEutra() bool

HasMultiBandInfoListEutra returns a boolean if a field has been set.

func (EUtranFrequencySingleAllOfAttributes) MarshalJSON ¶

func (o EUtranFrequencySingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*EUtranFrequencySingleAllOfAttributes) SetEarfcnDL ¶

func (o *EUtranFrequencySingleAllOfAttributes) SetEarfcnDL(v int32)

SetEarfcnDL gets a reference to the given int32 and assigns it to the EarfcnDL field.

func (*EUtranFrequencySingleAllOfAttributes) SetMultiBandInfoListEutra ¶

func (o *EUtranFrequencySingleAllOfAttributes) SetMultiBandInfoListEutra(v int32)

SetMultiBandInfoListEutra gets a reference to the given int32 and assigns it to the MultiBandInfoListEutra field.

func (EUtranFrequencySingleAllOfAttributes) ToMap ¶

func (o EUtranFrequencySingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type EcmConnectionInfoSingle ¶

type EcmConnectionInfoSingle struct {
	Top
	Attributes *EcmConnectionInfoSingleAllOfAttributes `json:"attributes,omitempty"`
}

EcmConnectionInfoSingle struct for EcmConnectionInfoSingle

func NewEcmConnectionInfoSingle ¶

func NewEcmConnectionInfoSingle(id NullableString) *EcmConnectionInfoSingle

NewEcmConnectionInfoSingle instantiates a new EcmConnectionInfoSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEcmConnectionInfoSingleWithDefaults ¶

func NewEcmConnectionInfoSingleWithDefaults() *EcmConnectionInfoSingle

NewEcmConnectionInfoSingleWithDefaults instantiates a new EcmConnectionInfoSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EcmConnectionInfoSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EcmConnectionInfoSingle) GetAttributesOk ¶

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 (*EcmConnectionInfoSingle) HasAttributes ¶

func (o *EcmConnectionInfoSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EcmConnectionInfoSingle) MarshalJSON ¶

func (o EcmConnectionInfoSingle) MarshalJSON() ([]byte, error)

func (*EcmConnectionInfoSingle) SetAttributes ¶

SetAttributes gets a reference to the given EcmConnectionInfoSingleAllOfAttributes and assigns it to the Attributes field.

func (EcmConnectionInfoSingle) ToMap ¶

func (o EcmConnectionInfoSingle) ToMap() (map[string]interface{}, error)

type EcmConnectionInfoSingleAllOf ¶

type EcmConnectionInfoSingleAllOf struct {
	Attributes *EcmConnectionInfoSingleAllOfAttributes `json:"attributes,omitempty"`
}

EcmConnectionInfoSingleAllOf struct for EcmConnectionInfoSingleAllOf

func NewEcmConnectionInfoSingleAllOf ¶

func NewEcmConnectionInfoSingleAllOf() *EcmConnectionInfoSingleAllOf

NewEcmConnectionInfoSingleAllOf instantiates a new EcmConnectionInfoSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEcmConnectionInfoSingleAllOfWithDefaults ¶

func NewEcmConnectionInfoSingleAllOfWithDefaults() *EcmConnectionInfoSingleAllOf

NewEcmConnectionInfoSingleAllOfWithDefaults instantiates a new EcmConnectionInfoSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EcmConnectionInfoSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EcmConnectionInfoSingleAllOf) GetAttributesOk ¶

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 (*EcmConnectionInfoSingleAllOf) HasAttributes ¶

func (o *EcmConnectionInfoSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EcmConnectionInfoSingleAllOf) MarshalJSON ¶

func (o EcmConnectionInfoSingleAllOf) MarshalJSON() ([]byte, error)

func (*EcmConnectionInfoSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given EcmConnectionInfoSingleAllOfAttributes and assigns it to the Attributes field.

func (EcmConnectionInfoSingleAllOf) ToMap ¶

func (o EcmConnectionInfoSingleAllOf) ToMap() (map[string]interface{}, error)

type EcmConnectionInfoSingleAllOfAttributes ¶

type EcmConnectionInfoSingleAllOfAttributes struct {
	EASServiceArea          *ServingLocation        `json:"eASServiceArea,omitempty"`
	EESServiceArea          *ServingLocation        `json:"eESServiceArea,omitempty"`
	EDNServiceArea          *ServingLocation        `json:"eDNServiceArea,omitempty"`
	EASIpAddress            *string                 `json:"eASIpAddress,omitempty"`
	EESIpAddress            *string                 `json:"eESIpAddress,omitempty"`
	ECSIpAddress            *string                 `json:"eCSIpAddress,omitempty"`
	EdnIdentifier           *string                 `json:"ednIdentifier,omitempty"`
	EcmConnectionType       *string                 `json:"ecmConnectionType,omitempty"`
	Var5GCNfConnEcmInfoList []Model5GCNfConnEcmInfo `json:"5GCNfConnEcmInfoList,omitempty"`
	UPFConnectionInfo       *UPFConnectionInfo      `json:"uPFConnectionInfo,omitempty"`
}

EcmConnectionInfoSingleAllOfAttributes struct for EcmConnectionInfoSingleAllOfAttributes

func NewEcmConnectionInfoSingleAllOfAttributes ¶

func NewEcmConnectionInfoSingleAllOfAttributes() *EcmConnectionInfoSingleAllOfAttributes

NewEcmConnectionInfoSingleAllOfAttributes instantiates a new EcmConnectionInfoSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEcmConnectionInfoSingleAllOfAttributesWithDefaults ¶

func NewEcmConnectionInfoSingleAllOfAttributesWithDefaults() *EcmConnectionInfoSingleAllOfAttributes

NewEcmConnectionInfoSingleAllOfAttributesWithDefaults instantiates a new EcmConnectionInfoSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EcmConnectionInfoSingleAllOfAttributes) GetEASIpAddress ¶

func (o *EcmConnectionInfoSingleAllOfAttributes) GetEASIpAddress() string

GetEASIpAddress returns the EASIpAddress field value if set, zero value otherwise.

func (*EcmConnectionInfoSingleAllOfAttributes) GetEASIpAddressOk ¶

func (o *EcmConnectionInfoSingleAllOfAttributes) GetEASIpAddressOk() (*string, bool)

GetEASIpAddressOk returns a tuple with the EASIpAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EcmConnectionInfoSingleAllOfAttributes) GetEASServiceArea ¶

GetEASServiceArea returns the EASServiceArea field value if set, zero value otherwise.

func (*EcmConnectionInfoSingleAllOfAttributes) GetEASServiceAreaOk ¶

func (o *EcmConnectionInfoSingleAllOfAttributes) GetEASServiceAreaOk() (*ServingLocation, bool)

GetEASServiceAreaOk returns a tuple with the EASServiceArea field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EcmConnectionInfoSingleAllOfAttributes) GetECSIpAddress ¶

func (o *EcmConnectionInfoSingleAllOfAttributes) GetECSIpAddress() string

GetECSIpAddress returns the ECSIpAddress field value if set, zero value otherwise.

func (*EcmConnectionInfoSingleAllOfAttributes) GetECSIpAddressOk ¶

func (o *EcmConnectionInfoSingleAllOfAttributes) GetECSIpAddressOk() (*string, bool)

GetECSIpAddressOk returns a tuple with the ECSIpAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EcmConnectionInfoSingleAllOfAttributes) GetEDNServiceArea ¶

GetEDNServiceArea returns the EDNServiceArea field value if set, zero value otherwise.

func (*EcmConnectionInfoSingleAllOfAttributes) GetEDNServiceAreaOk ¶

func (o *EcmConnectionInfoSingleAllOfAttributes) 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 (*EcmConnectionInfoSingleAllOfAttributes) GetEESIpAddress ¶

func (o *EcmConnectionInfoSingleAllOfAttributes) GetEESIpAddress() string

GetEESIpAddress returns the EESIpAddress field value if set, zero value otherwise.

func (*EcmConnectionInfoSingleAllOfAttributes) GetEESIpAddressOk ¶

func (o *EcmConnectionInfoSingleAllOfAttributes) GetEESIpAddressOk() (*string, bool)

GetEESIpAddressOk returns a tuple with the EESIpAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EcmConnectionInfoSingleAllOfAttributes) GetEESServiceArea ¶

GetEESServiceArea returns the EESServiceArea field value if set, zero value otherwise.

func (*EcmConnectionInfoSingleAllOfAttributes) GetEESServiceAreaOk ¶

func (o *EcmConnectionInfoSingleAllOfAttributes) GetEESServiceAreaOk() (*ServingLocation, bool)

GetEESServiceAreaOk returns a tuple with the EESServiceArea field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EcmConnectionInfoSingleAllOfAttributes) GetEcmConnectionType ¶

func (o *EcmConnectionInfoSingleAllOfAttributes) GetEcmConnectionType() string

GetEcmConnectionType returns the EcmConnectionType field value if set, zero value otherwise.

func (*EcmConnectionInfoSingleAllOfAttributes) GetEcmConnectionTypeOk ¶

func (o *EcmConnectionInfoSingleAllOfAttributes) GetEcmConnectionTypeOk() (*string, bool)

GetEcmConnectionTypeOk returns a tuple with the EcmConnectionType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EcmConnectionInfoSingleAllOfAttributes) GetEdnIdentifier ¶

func (o *EcmConnectionInfoSingleAllOfAttributes) GetEdnIdentifier() string

GetEdnIdentifier returns the EdnIdentifier field value if set, zero value otherwise.

func (*EcmConnectionInfoSingleAllOfAttributes) GetEdnIdentifierOk ¶

func (o *EcmConnectionInfoSingleAllOfAttributes) 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 (*EcmConnectionInfoSingleAllOfAttributes) GetUPFConnectionInfo ¶

GetUPFConnectionInfo returns the UPFConnectionInfo field value if set, zero value otherwise.

func (*EcmConnectionInfoSingleAllOfAttributes) GetUPFConnectionInfoOk ¶

func (o *EcmConnectionInfoSingleAllOfAttributes) GetUPFConnectionInfoOk() (*UPFConnectionInfo, bool)

GetUPFConnectionInfoOk returns a tuple with the UPFConnectionInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EcmConnectionInfoSingleAllOfAttributes) GetVar5GCNfConnEcmInfoList ¶

func (o *EcmConnectionInfoSingleAllOfAttributes) GetVar5GCNfConnEcmInfoList() []Model5GCNfConnEcmInfo

GetVar5GCNfConnEcmInfoList returns the Var5GCNfConnEcmInfoList field value if set, zero value otherwise.

func (*EcmConnectionInfoSingleAllOfAttributes) GetVar5GCNfConnEcmInfoListOk ¶

func (o *EcmConnectionInfoSingleAllOfAttributes) GetVar5GCNfConnEcmInfoListOk() ([]Model5GCNfConnEcmInfo, bool)

GetVar5GCNfConnEcmInfoListOk returns a tuple with the Var5GCNfConnEcmInfoList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EcmConnectionInfoSingleAllOfAttributes) HasEASIpAddress ¶

func (o *EcmConnectionInfoSingleAllOfAttributes) HasEASIpAddress() bool

HasEASIpAddress returns a boolean if a field has been set.

func (*EcmConnectionInfoSingleAllOfAttributes) HasEASServiceArea ¶

func (o *EcmConnectionInfoSingleAllOfAttributes) HasEASServiceArea() bool

HasEASServiceArea returns a boolean if a field has been set.

func (*EcmConnectionInfoSingleAllOfAttributes) HasECSIpAddress ¶

func (o *EcmConnectionInfoSingleAllOfAttributes) HasECSIpAddress() bool

HasECSIpAddress returns a boolean if a field has been set.

func (*EcmConnectionInfoSingleAllOfAttributes) HasEDNServiceArea ¶

func (o *EcmConnectionInfoSingleAllOfAttributes) HasEDNServiceArea() bool

HasEDNServiceArea returns a boolean if a field has been set.

func (*EcmConnectionInfoSingleAllOfAttributes) HasEESIpAddress ¶

func (o *EcmConnectionInfoSingleAllOfAttributes) HasEESIpAddress() bool

HasEESIpAddress returns a boolean if a field has been set.

func (*EcmConnectionInfoSingleAllOfAttributes) HasEESServiceArea ¶

func (o *EcmConnectionInfoSingleAllOfAttributes) HasEESServiceArea() bool

HasEESServiceArea returns a boolean if a field has been set.

func (*EcmConnectionInfoSingleAllOfAttributes) HasEcmConnectionType ¶

func (o *EcmConnectionInfoSingleAllOfAttributes) HasEcmConnectionType() bool

HasEcmConnectionType returns a boolean if a field has been set.

func (*EcmConnectionInfoSingleAllOfAttributes) HasEdnIdentifier ¶

func (o *EcmConnectionInfoSingleAllOfAttributes) HasEdnIdentifier() bool

HasEdnIdentifier returns a boolean if a field has been set.

func (*EcmConnectionInfoSingleAllOfAttributes) HasUPFConnectionInfo ¶

func (o *EcmConnectionInfoSingleAllOfAttributes) HasUPFConnectionInfo() bool

HasUPFConnectionInfo returns a boolean if a field has been set.

func (*EcmConnectionInfoSingleAllOfAttributes) HasVar5GCNfConnEcmInfoList ¶

func (o *EcmConnectionInfoSingleAllOfAttributes) HasVar5GCNfConnEcmInfoList() bool

HasVar5GCNfConnEcmInfoList returns a boolean if a field has been set.

func (EcmConnectionInfoSingleAllOfAttributes) MarshalJSON ¶

func (o EcmConnectionInfoSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*EcmConnectionInfoSingleAllOfAttributes) SetEASIpAddress ¶

func (o *EcmConnectionInfoSingleAllOfAttributes) SetEASIpAddress(v string)

SetEASIpAddress gets a reference to the given string and assigns it to the EASIpAddress field.

func (*EcmConnectionInfoSingleAllOfAttributes) SetEASServiceArea ¶

SetEASServiceArea gets a reference to the given ServingLocation and assigns it to the EASServiceArea field.

func (*EcmConnectionInfoSingleAllOfAttributes) SetECSIpAddress ¶

func (o *EcmConnectionInfoSingleAllOfAttributes) SetECSIpAddress(v string)

SetECSIpAddress gets a reference to the given string and assigns it to the ECSIpAddress field.

func (*EcmConnectionInfoSingleAllOfAttributes) SetEDNServiceArea ¶

SetEDNServiceArea gets a reference to the given ServingLocation and assigns it to the EDNServiceArea field.

func (*EcmConnectionInfoSingleAllOfAttributes) SetEESIpAddress ¶

func (o *EcmConnectionInfoSingleAllOfAttributes) SetEESIpAddress(v string)

SetEESIpAddress gets a reference to the given string and assigns it to the EESIpAddress field.

func (*EcmConnectionInfoSingleAllOfAttributes) SetEESServiceArea ¶

SetEESServiceArea gets a reference to the given ServingLocation and assigns it to the EESServiceArea field.

func (*EcmConnectionInfoSingleAllOfAttributes) SetEcmConnectionType ¶

func (o *EcmConnectionInfoSingleAllOfAttributes) SetEcmConnectionType(v string)

SetEcmConnectionType gets a reference to the given string and assigns it to the EcmConnectionType field.

func (*EcmConnectionInfoSingleAllOfAttributes) SetEdnIdentifier ¶

func (o *EcmConnectionInfoSingleAllOfAttributes) SetEdnIdentifier(v string)

SetEdnIdentifier gets a reference to the given string and assigns it to the EdnIdentifier field.

func (*EcmConnectionInfoSingleAllOfAttributes) SetUPFConnectionInfo ¶

func (o *EcmConnectionInfoSingleAllOfAttributes) SetUPFConnectionInfo(v UPFConnectionInfo)

SetUPFConnectionInfo gets a reference to the given UPFConnectionInfo and assigns it to the UPFConnectionInfo field.

func (*EcmConnectionInfoSingleAllOfAttributes) SetVar5GCNfConnEcmInfoList ¶

func (o *EcmConnectionInfoSingleAllOfAttributes) SetVar5GCNfConnEcmInfoList(v []Model5GCNfConnEcmInfo)

SetVar5GCNfConnEcmInfoList gets a reference to the given []Model5GCNfConnEcmInfo and assigns it to the Var5GCNfConnEcmInfoList field.

func (EcmConnectionInfoSingleAllOfAttributes) ToMap ¶

func (o EcmConnectionInfoSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type EcmConnectionInfoSingleAllOfAttributesAllOf ¶

type EcmConnectionInfoSingleAllOfAttributesAllOf struct {
	EASServiceArea          *ServingLocation        `json:"eASServiceArea,omitempty"`
	EESServiceArea          *ServingLocation        `json:"eESServiceArea,omitempty"`
	EDNServiceArea          *ServingLocation        `json:"eDNServiceArea,omitempty"`
	EASIpAddress            *string                 `json:"eASIpAddress,omitempty"`
	EESIpAddress            *string                 `json:"eESIpAddress,omitempty"`
	ECSIpAddress            *string                 `json:"eCSIpAddress,omitempty"`
	EdnIdentifier           *string                 `json:"ednIdentifier,omitempty"`
	EcmConnectionType       *string                 `json:"ecmConnectionType,omitempty"`
	Var5GCNfConnEcmInfoList []Model5GCNfConnEcmInfo `json:"5GCNfConnEcmInfoList,omitempty"`
	UPFConnectionInfo       *UPFConnectionInfo      `json:"uPFConnectionInfo,omitempty"`
}

EcmConnectionInfoSingleAllOfAttributesAllOf struct for EcmConnectionInfoSingleAllOfAttributesAllOf

func NewEcmConnectionInfoSingleAllOfAttributesAllOf ¶

func NewEcmConnectionInfoSingleAllOfAttributesAllOf() *EcmConnectionInfoSingleAllOfAttributesAllOf

NewEcmConnectionInfoSingleAllOfAttributesAllOf instantiates a new EcmConnectionInfoSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEcmConnectionInfoSingleAllOfAttributesAllOfWithDefaults ¶

func NewEcmConnectionInfoSingleAllOfAttributesAllOfWithDefaults() *EcmConnectionInfoSingleAllOfAttributesAllOf

NewEcmConnectionInfoSingleAllOfAttributesAllOfWithDefaults instantiates a new EcmConnectionInfoSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EcmConnectionInfoSingleAllOfAttributesAllOf) GetEASIpAddress ¶

GetEASIpAddress returns the EASIpAddress field value if set, zero value otherwise.

func (*EcmConnectionInfoSingleAllOfAttributesAllOf) GetEASIpAddressOk ¶

func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) GetEASIpAddressOk() (*string, bool)

GetEASIpAddressOk returns a tuple with the EASIpAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EcmConnectionInfoSingleAllOfAttributesAllOf) GetEASServiceArea ¶

GetEASServiceArea returns the EASServiceArea field value if set, zero value otherwise.

func (*EcmConnectionInfoSingleAllOfAttributesAllOf) GetEASServiceAreaOk ¶

GetEASServiceAreaOk returns a tuple with the EASServiceArea field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EcmConnectionInfoSingleAllOfAttributesAllOf) GetECSIpAddress ¶

GetECSIpAddress returns the ECSIpAddress field value if set, zero value otherwise.

func (*EcmConnectionInfoSingleAllOfAttributesAllOf) GetECSIpAddressOk ¶

func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) GetECSIpAddressOk() (*string, bool)

GetECSIpAddressOk returns a tuple with the ECSIpAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EcmConnectionInfoSingleAllOfAttributesAllOf) GetEDNServiceArea ¶

GetEDNServiceArea returns the EDNServiceArea field value if set, zero value otherwise.

func (*EcmConnectionInfoSingleAllOfAttributesAllOf) GetEDNServiceAreaOk ¶

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 (*EcmConnectionInfoSingleAllOfAttributesAllOf) GetEESIpAddress ¶

GetEESIpAddress returns the EESIpAddress field value if set, zero value otherwise.

func (*EcmConnectionInfoSingleAllOfAttributesAllOf) GetEESIpAddressOk ¶

func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) GetEESIpAddressOk() (*string, bool)

GetEESIpAddressOk returns a tuple with the EESIpAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EcmConnectionInfoSingleAllOfAttributesAllOf) GetEESServiceArea ¶

GetEESServiceArea returns the EESServiceArea field value if set, zero value otherwise.

func (*EcmConnectionInfoSingleAllOfAttributesAllOf) GetEESServiceAreaOk ¶

GetEESServiceAreaOk returns a tuple with the EESServiceArea field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EcmConnectionInfoSingleAllOfAttributesAllOf) GetEcmConnectionType ¶

func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) GetEcmConnectionType() string

GetEcmConnectionType returns the EcmConnectionType field value if set, zero value otherwise.

func (*EcmConnectionInfoSingleAllOfAttributesAllOf) GetEcmConnectionTypeOk ¶

func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) GetEcmConnectionTypeOk() (*string, bool)

GetEcmConnectionTypeOk returns a tuple with the EcmConnectionType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EcmConnectionInfoSingleAllOfAttributesAllOf) GetEdnIdentifier ¶

GetEdnIdentifier returns the EdnIdentifier field value if set, zero value otherwise.

func (*EcmConnectionInfoSingleAllOfAttributesAllOf) GetEdnIdentifierOk ¶

func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) 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 (*EcmConnectionInfoSingleAllOfAttributesAllOf) GetUPFConnectionInfo ¶

GetUPFConnectionInfo returns the UPFConnectionInfo field value if set, zero value otherwise.

func (*EcmConnectionInfoSingleAllOfAttributesAllOf) GetUPFConnectionInfoOk ¶

func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) GetUPFConnectionInfoOk() (*UPFConnectionInfo, bool)

GetUPFConnectionInfoOk returns a tuple with the UPFConnectionInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EcmConnectionInfoSingleAllOfAttributesAllOf) GetVar5GCNfConnEcmInfoList ¶

func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) GetVar5GCNfConnEcmInfoList() []Model5GCNfConnEcmInfo

GetVar5GCNfConnEcmInfoList returns the Var5GCNfConnEcmInfoList field value if set, zero value otherwise.

func (*EcmConnectionInfoSingleAllOfAttributesAllOf) GetVar5GCNfConnEcmInfoListOk ¶

func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) GetVar5GCNfConnEcmInfoListOk() ([]Model5GCNfConnEcmInfo, bool)

GetVar5GCNfConnEcmInfoListOk returns a tuple with the Var5GCNfConnEcmInfoList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EcmConnectionInfoSingleAllOfAttributesAllOf) HasEASIpAddress ¶

HasEASIpAddress returns a boolean if a field has been set.

func (*EcmConnectionInfoSingleAllOfAttributesAllOf) HasEASServiceArea ¶

func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) HasEASServiceArea() bool

HasEASServiceArea returns a boolean if a field has been set.

func (*EcmConnectionInfoSingleAllOfAttributesAllOf) HasECSIpAddress ¶

HasECSIpAddress returns a boolean if a field has been set.

func (*EcmConnectionInfoSingleAllOfAttributesAllOf) HasEDNServiceArea ¶

func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) HasEDNServiceArea() bool

HasEDNServiceArea returns a boolean if a field has been set.

func (*EcmConnectionInfoSingleAllOfAttributesAllOf) HasEESIpAddress ¶

HasEESIpAddress returns a boolean if a field has been set.

func (*EcmConnectionInfoSingleAllOfAttributesAllOf) HasEESServiceArea ¶

func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) HasEESServiceArea() bool

HasEESServiceArea returns a boolean if a field has been set.

func (*EcmConnectionInfoSingleAllOfAttributesAllOf) HasEcmConnectionType ¶

func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) HasEcmConnectionType() bool

HasEcmConnectionType returns a boolean if a field has been set.

func (*EcmConnectionInfoSingleAllOfAttributesAllOf) HasEdnIdentifier ¶

func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) HasEdnIdentifier() bool

HasEdnIdentifier returns a boolean if a field has been set.

func (*EcmConnectionInfoSingleAllOfAttributesAllOf) HasUPFConnectionInfo ¶

func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) HasUPFConnectionInfo() bool

HasUPFConnectionInfo returns a boolean if a field has been set.

func (*EcmConnectionInfoSingleAllOfAttributesAllOf) HasVar5GCNfConnEcmInfoList ¶

func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) HasVar5GCNfConnEcmInfoList() bool

HasVar5GCNfConnEcmInfoList returns a boolean if a field has been set.

func (EcmConnectionInfoSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*EcmConnectionInfoSingleAllOfAttributesAllOf) SetEASIpAddress ¶

SetEASIpAddress gets a reference to the given string and assigns it to the EASIpAddress field.

func (*EcmConnectionInfoSingleAllOfAttributesAllOf) SetEASServiceArea ¶

SetEASServiceArea gets a reference to the given ServingLocation and assigns it to the EASServiceArea field.

func (*EcmConnectionInfoSingleAllOfAttributesAllOf) SetECSIpAddress ¶

SetECSIpAddress gets a reference to the given string and assigns it to the ECSIpAddress field.

func (*EcmConnectionInfoSingleAllOfAttributesAllOf) SetEDNServiceArea ¶

SetEDNServiceArea gets a reference to the given ServingLocation and assigns it to the EDNServiceArea field.

func (*EcmConnectionInfoSingleAllOfAttributesAllOf) SetEESIpAddress ¶

SetEESIpAddress gets a reference to the given string and assigns it to the EESIpAddress field.

func (*EcmConnectionInfoSingleAllOfAttributesAllOf) SetEESServiceArea ¶

SetEESServiceArea gets a reference to the given ServingLocation and assigns it to the EESServiceArea field.

func (*EcmConnectionInfoSingleAllOfAttributesAllOf) SetEcmConnectionType ¶

func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) SetEcmConnectionType(v string)

SetEcmConnectionType gets a reference to the given string and assigns it to the EcmConnectionType field.

func (*EcmConnectionInfoSingleAllOfAttributesAllOf) SetEdnIdentifier ¶

func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) SetEdnIdentifier(v string)

SetEdnIdentifier gets a reference to the given string and assigns it to the EdnIdentifier field.

func (*EcmConnectionInfoSingleAllOfAttributesAllOf) SetUPFConnectionInfo ¶

SetUPFConnectionInfo gets a reference to the given UPFConnectionInfo and assigns it to the UPFConnectionInfo field.

func (*EcmConnectionInfoSingleAllOfAttributesAllOf) SetVar5GCNfConnEcmInfoList ¶

func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) SetVar5GCNfConnEcmInfoList(v []Model5GCNfConnEcmInfo)

SetVar5GCNfConnEcmInfoList gets a reference to the given []Model5GCNfConnEcmInfo and assigns it to the Var5GCNfConnEcmInfoList field.

func (EcmConnectionInfoSingleAllOfAttributesAllOf) ToMap ¶

func (o EcmConnectionInfoSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)

type EdgeIdenfiticationIdContext ¶

type EdgeIdenfiticationIdContext struct {
	ContextAttribute  *string  `json:"contextAttribute,omitempty"`
	ContextCondition  *string  `json:"contextCondition,omitempty"`
	ContextValueRange []string `json:"contextValueRange,omitempty"`
}

EdgeIdenfiticationIdContext This data type is the \"ObjectContext\" data type with specialisations for EdgeIdenfiticationIdContext

func NewEdgeIdenfiticationIdContext ¶

func NewEdgeIdenfiticationIdContext() *EdgeIdenfiticationIdContext

NewEdgeIdenfiticationIdContext instantiates a new EdgeIdenfiticationIdContext object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEdgeIdenfiticationIdContextWithDefaults ¶

func NewEdgeIdenfiticationIdContextWithDefaults() *EdgeIdenfiticationIdContext

NewEdgeIdenfiticationIdContextWithDefaults instantiates a new EdgeIdenfiticationIdContext object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EdgeIdenfiticationIdContext) GetContextAttribute ¶

func (o *EdgeIdenfiticationIdContext) GetContextAttribute() string

GetContextAttribute returns the ContextAttribute field value if set, zero value otherwise.

func (*EdgeIdenfiticationIdContext) GetContextAttributeOk ¶

func (o *EdgeIdenfiticationIdContext) GetContextAttributeOk() (*string, bool)

GetContextAttributeOk returns a tuple with the ContextAttribute field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EdgeIdenfiticationIdContext) GetContextCondition ¶

func (o *EdgeIdenfiticationIdContext) GetContextCondition() string

GetContextCondition returns the ContextCondition field value if set, zero value otherwise.

func (*EdgeIdenfiticationIdContext) GetContextConditionOk ¶

func (o *EdgeIdenfiticationIdContext) GetContextConditionOk() (*string, bool)

GetContextConditionOk returns a tuple with the ContextCondition field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EdgeIdenfiticationIdContext) GetContextValueRange ¶

func (o *EdgeIdenfiticationIdContext) GetContextValueRange() []string

GetContextValueRange returns the ContextValueRange field value if set, zero value otherwise.

func (*EdgeIdenfiticationIdContext) GetContextValueRangeOk ¶

func (o *EdgeIdenfiticationIdContext) GetContextValueRangeOk() ([]string, bool)

GetContextValueRangeOk returns a tuple with the ContextValueRange field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EdgeIdenfiticationIdContext) HasContextAttribute ¶

func (o *EdgeIdenfiticationIdContext) HasContextAttribute() bool

HasContextAttribute returns a boolean if a field has been set.

func (*EdgeIdenfiticationIdContext) HasContextCondition ¶

func (o *EdgeIdenfiticationIdContext) HasContextCondition() bool

HasContextCondition returns a boolean if a field has been set.

func (*EdgeIdenfiticationIdContext) HasContextValueRange ¶

func (o *EdgeIdenfiticationIdContext) HasContextValueRange() bool

HasContextValueRange returns a boolean if a field has been set.

func (EdgeIdenfiticationIdContext) MarshalJSON ¶

func (o EdgeIdenfiticationIdContext) MarshalJSON() ([]byte, error)

func (*EdgeIdenfiticationIdContext) SetContextAttribute ¶

func (o *EdgeIdenfiticationIdContext) SetContextAttribute(v string)

SetContextAttribute gets a reference to the given string and assigns it to the ContextAttribute field.

func (*EdgeIdenfiticationIdContext) SetContextCondition ¶

func (o *EdgeIdenfiticationIdContext) SetContextCondition(v string)

SetContextCondition gets a reference to the given string and assigns it to the ContextCondition field.

func (*EdgeIdenfiticationIdContext) SetContextValueRange ¶

func (o *EdgeIdenfiticationIdContext) SetContextValueRange(v []string)

SetContextValueRange gets a reference to the given []string and assigns it to the ContextValueRange field.

func (EdgeIdenfiticationIdContext) ToMap ¶

func (o EdgeIdenfiticationIdContext) ToMap() (map[string]interface{}, error)

type EdgeIdenfiticationLocContext ¶

type EdgeIdenfiticationLocContext struct {
	ContextAttribute  *string  `json:"contextAttribute,omitempty"`
	ContextCondition  *string  `json:"contextCondition,omitempty"`
	ContextValueRange []string `json:"contextValueRange,omitempty"`
}

EdgeIdenfiticationLocContext This data type is the \"ObjectContext\" data type with specialisations for EdgeIdenfiticationLocContext

func NewEdgeIdenfiticationLocContext ¶

func NewEdgeIdenfiticationLocContext() *EdgeIdenfiticationLocContext

NewEdgeIdenfiticationLocContext instantiates a new EdgeIdenfiticationLocContext object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEdgeIdenfiticationLocContextWithDefaults ¶

func NewEdgeIdenfiticationLocContextWithDefaults() *EdgeIdenfiticationLocContext

NewEdgeIdenfiticationLocContextWithDefaults instantiates a new EdgeIdenfiticationLocContext object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EdgeIdenfiticationLocContext) GetContextAttribute ¶

func (o *EdgeIdenfiticationLocContext) GetContextAttribute() string

GetContextAttribute returns the ContextAttribute field value if set, zero value otherwise.

func (*EdgeIdenfiticationLocContext) GetContextAttributeOk ¶

func (o *EdgeIdenfiticationLocContext) GetContextAttributeOk() (*string, bool)

GetContextAttributeOk returns a tuple with the ContextAttribute field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EdgeIdenfiticationLocContext) GetContextCondition ¶

func (o *EdgeIdenfiticationLocContext) GetContextCondition() string

GetContextCondition returns the ContextCondition field value if set, zero value otherwise.

func (*EdgeIdenfiticationLocContext) GetContextConditionOk ¶

func (o *EdgeIdenfiticationLocContext) GetContextConditionOk() (*string, bool)

GetContextConditionOk returns a tuple with the ContextCondition field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EdgeIdenfiticationLocContext) GetContextValueRange ¶

func (o *EdgeIdenfiticationLocContext) GetContextValueRange() []string

GetContextValueRange returns the ContextValueRange field value if set, zero value otherwise.

func (*EdgeIdenfiticationLocContext) GetContextValueRangeOk ¶

func (o *EdgeIdenfiticationLocContext) GetContextValueRangeOk() ([]string, bool)

GetContextValueRangeOk returns a tuple with the ContextValueRange field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EdgeIdenfiticationLocContext) HasContextAttribute ¶

func (o *EdgeIdenfiticationLocContext) HasContextAttribute() bool

HasContextAttribute returns a boolean if a field has been set.

func (*EdgeIdenfiticationLocContext) HasContextCondition ¶

func (o *EdgeIdenfiticationLocContext) HasContextCondition() bool

HasContextCondition returns a boolean if a field has been set.

func (*EdgeIdenfiticationLocContext) HasContextValueRange ¶

func (o *EdgeIdenfiticationLocContext) HasContextValueRange() bool

HasContextValueRange returns a boolean if a field has been set.

func (EdgeIdenfiticationLocContext) MarshalJSON ¶

func (o EdgeIdenfiticationLocContext) MarshalJSON() ([]byte, error)

func (*EdgeIdenfiticationLocContext) SetContextAttribute ¶

func (o *EdgeIdenfiticationLocContext) SetContextAttribute(v string)

SetContextAttribute gets a reference to the given string and assigns it to the ContextAttribute field.

func (*EdgeIdenfiticationLocContext) SetContextCondition ¶

func (o *EdgeIdenfiticationLocContext) SetContextCondition(v string)

SetContextCondition gets a reference to the given string and assigns it to the ContextCondition field.

func (*EdgeIdenfiticationLocContext) SetContextValueRange ¶

func (o *EdgeIdenfiticationLocContext) SetContextValueRange(v []string)

SetContextValueRange gets a reference to the given []string and assigns it to the ContextValueRange field.

func (EdgeIdenfiticationLocContext) ToMap ¶

func (o EdgeIdenfiticationLocContext) ToMap() (map[string]interface{}, error)

type EmbbEEPerfReq ¶

type EmbbEEPerfReq struct {
	KpiType *string  `json:"kpiType,omitempty"`
	Req     *float32 `json:"req,omitempty"`
}

EmbbEEPerfReq struct for EmbbEEPerfReq

func NewEmbbEEPerfReq ¶

func NewEmbbEEPerfReq() *EmbbEEPerfReq

NewEmbbEEPerfReq instantiates a new EmbbEEPerfReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEmbbEEPerfReqWithDefaults ¶

func NewEmbbEEPerfReqWithDefaults() *EmbbEEPerfReq

NewEmbbEEPerfReqWithDefaults instantiates a new EmbbEEPerfReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EmbbEEPerfReq) GetKpiType ¶

func (o *EmbbEEPerfReq) GetKpiType() string

GetKpiType returns the KpiType field value if set, zero value otherwise.

func (*EmbbEEPerfReq) GetKpiTypeOk ¶

func (o *EmbbEEPerfReq) GetKpiTypeOk() (*string, bool)

GetKpiTypeOk returns a tuple with the KpiType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EmbbEEPerfReq) GetReq ¶

func (o *EmbbEEPerfReq) GetReq() float32

GetReq returns the Req field value if set, zero value otherwise.

func (*EmbbEEPerfReq) GetReqOk ¶

func (o *EmbbEEPerfReq) GetReqOk() (*float32, bool)

GetReqOk returns a tuple with the Req field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EmbbEEPerfReq) HasKpiType ¶

func (o *EmbbEEPerfReq) HasKpiType() bool

HasKpiType returns a boolean if a field has been set.

func (*EmbbEEPerfReq) HasReq ¶

func (o *EmbbEEPerfReq) HasReq() bool

HasReq returns a boolean if a field has been set.

func (EmbbEEPerfReq) MarshalJSON ¶

func (o EmbbEEPerfReq) MarshalJSON() ([]byte, error)

func (*EmbbEEPerfReq) SetKpiType ¶

func (o *EmbbEEPerfReq) SetKpiType(v string)

SetKpiType gets a reference to the given string and assigns it to the KpiType field.

func (*EmbbEEPerfReq) SetReq ¶

func (o *EmbbEEPerfReq) SetReq(v float32)

SetReq gets a reference to the given float32 and assigns it to the Req field.

func (EmbbEEPerfReq) ToMap ¶

func (o EmbbEEPerfReq) ToMap() (map[string]interface{}, error)

type EnergyEfficiency ¶

type EnergyEfficiency struct {
	ServAttrCom *ServAttrCom `json:"servAttrCom,omitempty"`
	Performance *EEPerfReq   `json:"performance,omitempty"`
}

EnergyEfficiency struct for EnergyEfficiency

func NewEnergyEfficiency ¶

func NewEnergyEfficiency() *EnergyEfficiency

NewEnergyEfficiency instantiates a new EnergyEfficiency object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEnergyEfficiencyWithDefaults ¶

func NewEnergyEfficiencyWithDefaults() *EnergyEfficiency

NewEnergyEfficiencyWithDefaults instantiates a new EnergyEfficiency object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EnergyEfficiency) GetPerformance ¶

func (o *EnergyEfficiency) GetPerformance() EEPerfReq

GetPerformance returns the Performance field value if set, zero value otherwise.

func (*EnergyEfficiency) GetPerformanceOk ¶

func (o *EnergyEfficiency) GetPerformanceOk() (*EEPerfReq, bool)

GetPerformanceOk returns a tuple with the Performance field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnergyEfficiency) GetServAttrCom ¶

func (o *EnergyEfficiency) GetServAttrCom() ServAttrCom

GetServAttrCom returns the ServAttrCom field value if set, zero value otherwise.

func (*EnergyEfficiency) GetServAttrComOk ¶

func (o *EnergyEfficiency) GetServAttrComOk() (*ServAttrCom, bool)

GetServAttrComOk returns a tuple with the ServAttrCom field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnergyEfficiency) HasPerformance ¶

func (o *EnergyEfficiency) HasPerformance() bool

HasPerformance returns a boolean if a field has been set.

func (*EnergyEfficiency) HasServAttrCom ¶

func (o *EnergyEfficiency) HasServAttrCom() bool

HasServAttrCom returns a boolean if a field has been set.

func (EnergyEfficiency) MarshalJSON ¶

func (o EnergyEfficiency) MarshalJSON() ([]byte, error)

func (*EnergyEfficiency) SetPerformance ¶

func (o *EnergyEfficiency) SetPerformance(v EEPerfReq)

SetPerformance gets a reference to the given EEPerfReq and assigns it to the Performance field.

func (*EnergyEfficiency) SetServAttrCom ¶

func (o *EnergyEfficiency) SetServAttrCom(v ServAttrCom)

SetServAttrCom gets a reference to the given ServAttrCom and assigns it to the ServAttrCom field.

func (EnergyEfficiency) ToMap ¶

func (o EnergyEfficiency) ToMap() (map[string]interface{}, error)

type ErrorResponse ¶

type ErrorResponse struct {
	Error *ErrorResponseError `json:"error,omitempty"`
}

ErrorResponse Default schema for the response message body in case the request is not successful.

func NewErrorResponse ¶

func NewErrorResponse() *ErrorResponse

NewErrorResponse instantiates a new ErrorResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewErrorResponseWithDefaults ¶

func NewErrorResponseWithDefaults() *ErrorResponse

NewErrorResponseWithDefaults instantiates a new ErrorResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ErrorResponse) GetError ¶

func (o *ErrorResponse) GetError() ErrorResponseError

GetError returns the Error field value if set, zero value otherwise.

func (*ErrorResponse) GetErrorOk ¶

func (o *ErrorResponse) GetErrorOk() (*ErrorResponseError, bool)

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ErrorResponse) HasError ¶

func (o *ErrorResponse) HasError() bool

HasError returns a boolean if a field has been set.

func (ErrorResponse) MarshalJSON ¶

func (o ErrorResponse) MarshalJSON() ([]byte, error)

func (*ErrorResponse) SetError ¶

func (o *ErrorResponse) SetError(v ErrorResponseError)

SetError gets a reference to the given ErrorResponseError and assigns it to the Error field.

func (ErrorResponse) ToMap ¶

func (o ErrorResponse) ToMap() (map[string]interface{}, error)

type ErrorResponseError ¶

type ErrorResponseError struct {
	ErrorInfo *string `json:"errorInfo,omitempty"`
}

ErrorResponseError struct for ErrorResponseError

func NewErrorResponseError ¶

func NewErrorResponseError() *ErrorResponseError

NewErrorResponseError instantiates a new ErrorResponseError object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewErrorResponseErrorWithDefaults ¶

func NewErrorResponseErrorWithDefaults() *ErrorResponseError

NewErrorResponseErrorWithDefaults instantiates a new ErrorResponseError object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ErrorResponseError) GetErrorInfo ¶

func (o *ErrorResponseError) GetErrorInfo() string

GetErrorInfo returns the ErrorInfo field value if set, zero value otherwise.

func (*ErrorResponseError) GetErrorInfoOk ¶

func (o *ErrorResponseError) GetErrorInfoOk() (*string, bool)

GetErrorInfoOk returns a tuple with the ErrorInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ErrorResponseError) HasErrorInfo ¶

func (o *ErrorResponseError) HasErrorInfo() bool

HasErrorInfo returns a boolean if a field has been set.

func (ErrorResponseError) MarshalJSON ¶

func (o ErrorResponseError) MarshalJSON() ([]byte, error)

func (*ErrorResponseError) SetErrorInfo ¶

func (o *ErrorResponseError) SetErrorInfo(v string)

SetErrorInfo gets a reference to the given string and assigns it to the ErrorInfo field.

func (ErrorResponseError) ToMap ¶

func (o ErrorResponseError) ToMap() (map[string]interface{}, error)

type EsNotAllowedTimePeriod ¶

type EsNotAllowedTimePeriod struct {
	StartTimeandendTime *string `json:"startTimeandendTime,omitempty"`
	PeriodOfDay         *string `json:"periodOfDay,omitempty"`
	DaysOfWeekList      *string `json:"daysOfWeekList,omitempty"`
	Listoftimeperiods   *string `json:"listoftimeperiods,omitempty"`
}

EsNotAllowedTimePeriod struct for EsNotAllowedTimePeriod

func NewEsNotAllowedTimePeriod ¶

func NewEsNotAllowedTimePeriod() *EsNotAllowedTimePeriod

NewEsNotAllowedTimePeriod instantiates a new EsNotAllowedTimePeriod object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEsNotAllowedTimePeriodWithDefaults ¶

func NewEsNotAllowedTimePeriodWithDefaults() *EsNotAllowedTimePeriod

NewEsNotAllowedTimePeriodWithDefaults instantiates a new EsNotAllowedTimePeriod object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EsNotAllowedTimePeriod) GetDaysOfWeekList ¶

func (o *EsNotAllowedTimePeriod) GetDaysOfWeekList() string

GetDaysOfWeekList returns the DaysOfWeekList field value if set, zero value otherwise.

func (*EsNotAllowedTimePeriod) GetDaysOfWeekListOk ¶

func (o *EsNotAllowedTimePeriod) GetDaysOfWeekListOk() (*string, bool)

GetDaysOfWeekListOk returns a tuple with the DaysOfWeekList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EsNotAllowedTimePeriod) GetListoftimeperiods ¶

func (o *EsNotAllowedTimePeriod) GetListoftimeperiods() string

GetListoftimeperiods returns the Listoftimeperiods field value if set, zero value otherwise.

func (*EsNotAllowedTimePeriod) GetListoftimeperiodsOk ¶

func (o *EsNotAllowedTimePeriod) GetListoftimeperiodsOk() (*string, bool)

GetListoftimeperiodsOk returns a tuple with the Listoftimeperiods field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EsNotAllowedTimePeriod) GetPeriodOfDay ¶

func (o *EsNotAllowedTimePeriod) GetPeriodOfDay() string

GetPeriodOfDay returns the PeriodOfDay field value if set, zero value otherwise.

func (*EsNotAllowedTimePeriod) GetPeriodOfDayOk ¶

func (o *EsNotAllowedTimePeriod) GetPeriodOfDayOk() (*string, bool)

GetPeriodOfDayOk returns a tuple with the PeriodOfDay field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EsNotAllowedTimePeriod) GetStartTimeandendTime ¶

func (o *EsNotAllowedTimePeriod) GetStartTimeandendTime() string

GetStartTimeandendTime returns the StartTimeandendTime field value if set, zero value otherwise.

func (*EsNotAllowedTimePeriod) GetStartTimeandendTimeOk ¶

func (o *EsNotAllowedTimePeriod) GetStartTimeandendTimeOk() (*string, bool)

GetStartTimeandendTimeOk returns a tuple with the StartTimeandendTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EsNotAllowedTimePeriod) HasDaysOfWeekList ¶

func (o *EsNotAllowedTimePeriod) HasDaysOfWeekList() bool

HasDaysOfWeekList returns a boolean if a field has been set.

func (*EsNotAllowedTimePeriod) HasListoftimeperiods ¶

func (o *EsNotAllowedTimePeriod) HasListoftimeperiods() bool

HasListoftimeperiods returns a boolean if a field has been set.

func (*EsNotAllowedTimePeriod) HasPeriodOfDay ¶

func (o *EsNotAllowedTimePeriod) HasPeriodOfDay() bool

HasPeriodOfDay returns a boolean if a field has been set.

func (*EsNotAllowedTimePeriod) HasStartTimeandendTime ¶

func (o *EsNotAllowedTimePeriod) HasStartTimeandendTime() bool

HasStartTimeandendTime returns a boolean if a field has been set.

func (EsNotAllowedTimePeriod) MarshalJSON ¶

func (o EsNotAllowedTimePeriod) MarshalJSON() ([]byte, error)

func (*EsNotAllowedTimePeriod) SetDaysOfWeekList ¶

func (o *EsNotAllowedTimePeriod) SetDaysOfWeekList(v string)

SetDaysOfWeekList gets a reference to the given string and assigns it to the DaysOfWeekList field.

func (*EsNotAllowedTimePeriod) SetListoftimeperiods ¶

func (o *EsNotAllowedTimePeriod) SetListoftimeperiods(v string)

SetListoftimeperiods gets a reference to the given string and assigns it to the Listoftimeperiods field.

func (*EsNotAllowedTimePeriod) SetPeriodOfDay ¶

func (o *EsNotAllowedTimePeriod) SetPeriodOfDay(v string)

SetPeriodOfDay gets a reference to the given string and assigns it to the PeriodOfDay field.

func (*EsNotAllowedTimePeriod) SetStartTimeandendTime ¶

func (o *EsNotAllowedTimePeriod) SetStartTimeandendTime(v string)

SetStartTimeandendTime gets a reference to the given string and assigns it to the StartTimeandendTime field.

func (EsNotAllowedTimePeriod) ToMap ¶

func (o EsNotAllowedTimePeriod) ToMap() (map[string]interface{}, error)

type EthFlowDescription ¶

type EthFlowDescription struct {
	// String identifying a MAC address formatted in the hexadecimal notation according to clause 1.1 and clause 2.1 of RFC 7042.
	DestMacAddr *string `json:"destMacAddr,omitempty"`
	EthType     string  `json:"ethType"`
	// Defines a packet filter of an IP flow.
	FDesc *string        `json:"fDesc,omitempty"`
	FDir  *FlowDirection `json:"fDir,omitempty"`
	// String identifying a MAC address formatted in the hexadecimal notation according to clause 1.1 and clause 2.1 of RFC 7042.
	SourceMacAddr *string  `json:"sourceMacAddr,omitempty"`
	VlanTags      []string `json:"vlanTags,omitempty"`
	// String identifying a MAC address formatted in the hexadecimal notation according to clause 1.1 and clause 2.1 of RFC 7042.
	SrcMacAddrEnd *string `json:"srcMacAddrEnd,omitempty"`
	// String identifying a MAC address formatted in the hexadecimal notation according to clause 1.1 and clause 2.1 of RFC 7042.
	DestMacAddrEnd *string `json:"destMacAddrEnd,omitempty"`
}

EthFlowDescription Identifies an Ethernet flow.

func NewEthFlowDescription ¶

func NewEthFlowDescription(ethType string) *EthFlowDescription

NewEthFlowDescription instantiates a new EthFlowDescription object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEthFlowDescriptionWithDefaults ¶

func NewEthFlowDescriptionWithDefaults() *EthFlowDescription

NewEthFlowDescriptionWithDefaults instantiates a new EthFlowDescription object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EthFlowDescription) GetDestMacAddr ¶

func (o *EthFlowDescription) GetDestMacAddr() string

GetDestMacAddr returns the DestMacAddr field value if set, zero value otherwise.

func (*EthFlowDescription) GetDestMacAddrEnd ¶

func (o *EthFlowDescription) GetDestMacAddrEnd() string

GetDestMacAddrEnd returns the DestMacAddrEnd field value if set, zero value otherwise.

func (*EthFlowDescription) GetDestMacAddrEndOk ¶

func (o *EthFlowDescription) GetDestMacAddrEndOk() (*string, bool)

GetDestMacAddrEndOk returns a tuple with the DestMacAddrEnd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EthFlowDescription) GetDestMacAddrOk ¶

func (o *EthFlowDescription) GetDestMacAddrOk() (*string, bool)

GetDestMacAddrOk returns a tuple with the DestMacAddr field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EthFlowDescription) GetEthType ¶

func (o *EthFlowDescription) GetEthType() string

GetEthType returns the EthType field value

func (*EthFlowDescription) GetEthTypeOk ¶

func (o *EthFlowDescription) GetEthTypeOk() (*string, bool)

GetEthTypeOk returns a tuple with the EthType field value and a boolean to check if the value has been set.

func (*EthFlowDescription) GetFDesc ¶

func (o *EthFlowDescription) GetFDesc() string

GetFDesc returns the FDesc field value if set, zero value otherwise.

func (*EthFlowDescription) GetFDescOk ¶

func (o *EthFlowDescription) GetFDescOk() (*string, bool)

GetFDescOk returns a tuple with the FDesc field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EthFlowDescription) GetFDir ¶

func (o *EthFlowDescription) GetFDir() FlowDirection

GetFDir returns the FDir field value if set, zero value otherwise.

func (*EthFlowDescription) GetFDirOk ¶

func (o *EthFlowDescription) GetFDirOk() (*FlowDirection, bool)

GetFDirOk returns a tuple with the FDir field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EthFlowDescription) GetSourceMacAddr ¶

func (o *EthFlowDescription) GetSourceMacAddr() string

GetSourceMacAddr returns the SourceMacAddr field value if set, zero value otherwise.

func (*EthFlowDescription) GetSourceMacAddrOk ¶

func (o *EthFlowDescription) GetSourceMacAddrOk() (*string, bool)

GetSourceMacAddrOk returns a tuple with the SourceMacAddr field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EthFlowDescription) GetSrcMacAddrEnd ¶

func (o *EthFlowDescription) GetSrcMacAddrEnd() string

GetSrcMacAddrEnd returns the SrcMacAddrEnd field value if set, zero value otherwise.

func (*EthFlowDescription) GetSrcMacAddrEndOk ¶

func (o *EthFlowDescription) GetSrcMacAddrEndOk() (*string, bool)

GetSrcMacAddrEndOk returns a tuple with the SrcMacAddrEnd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EthFlowDescription) GetVlanTags ¶

func (o *EthFlowDescription) GetVlanTags() []string

GetVlanTags returns the VlanTags field value if set, zero value otherwise.

func (*EthFlowDescription) GetVlanTagsOk ¶

func (o *EthFlowDescription) GetVlanTagsOk() ([]string, bool)

GetVlanTagsOk returns a tuple with the VlanTags field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EthFlowDescription) HasDestMacAddr ¶

func (o *EthFlowDescription) HasDestMacAddr() bool

HasDestMacAddr returns a boolean if a field has been set.

func (*EthFlowDescription) HasDestMacAddrEnd ¶

func (o *EthFlowDescription) HasDestMacAddrEnd() bool

HasDestMacAddrEnd returns a boolean if a field has been set.

func (*EthFlowDescription) HasFDesc ¶

func (o *EthFlowDescription) HasFDesc() bool

HasFDesc returns a boolean if a field has been set.

func (*EthFlowDescription) HasFDir ¶

func (o *EthFlowDescription) HasFDir() bool

HasFDir returns a boolean if a field has been set.

func (*EthFlowDescription) HasSourceMacAddr ¶

func (o *EthFlowDescription) HasSourceMacAddr() bool

HasSourceMacAddr returns a boolean if a field has been set.

func (*EthFlowDescription) HasSrcMacAddrEnd ¶

func (o *EthFlowDescription) HasSrcMacAddrEnd() bool

HasSrcMacAddrEnd returns a boolean if a field has been set.

func (*EthFlowDescription) HasVlanTags ¶

func (o *EthFlowDescription) HasVlanTags() bool

HasVlanTags returns a boolean if a field has been set.

func (EthFlowDescription) MarshalJSON ¶

func (o EthFlowDescription) MarshalJSON() ([]byte, error)

func (*EthFlowDescription) SetDestMacAddr ¶

func (o *EthFlowDescription) SetDestMacAddr(v string)

SetDestMacAddr gets a reference to the given string and assigns it to the DestMacAddr field.

func (*EthFlowDescription) SetDestMacAddrEnd ¶

func (o *EthFlowDescription) SetDestMacAddrEnd(v string)

SetDestMacAddrEnd gets a reference to the given string and assigns it to the DestMacAddrEnd field.

func (*EthFlowDescription) SetEthType ¶

func (o *EthFlowDescription) SetEthType(v string)

SetEthType sets field value

func (*EthFlowDescription) SetFDesc ¶

func (o *EthFlowDescription) SetFDesc(v string)

SetFDesc gets a reference to the given string and assigns it to the FDesc field.

func (*EthFlowDescription) SetFDir ¶

func (o *EthFlowDescription) SetFDir(v FlowDirection)

SetFDir gets a reference to the given FlowDirection and assigns it to the FDir field.

func (*EthFlowDescription) SetSourceMacAddr ¶

func (o *EthFlowDescription) SetSourceMacAddr(v string)

SetSourceMacAddr gets a reference to the given string and assigns it to the SourceMacAddr field.

func (*EthFlowDescription) SetSrcMacAddrEnd ¶

func (o *EthFlowDescription) SetSrcMacAddrEnd(v string)

SetSrcMacAddrEnd gets a reference to the given string and assigns it to the SrcMacAddrEnd field.

func (*EthFlowDescription) SetVlanTags ¶

func (o *EthFlowDescription) SetVlanTags(v []string)

SetVlanTags gets a reference to the given []string and assigns it to the VlanTags field.

func (EthFlowDescription) ToMap ¶

func (o EthFlowDescription) ToMap() (map[string]interface{}, error)

type EventId ¶

type EventId struct {
	String *string
}

EventId Possible values are: - LOAD_LEVEL_INFORMATION: Represent the analytics of load level information of corresponding network slice. - NETWORK_PERFORMANCE: Represent the analytics of network performance information. - NF_LOAD: Indicates that the event subscribed is NF Load. - SERVICE_EXPERIENCE: Represent the analytics of service experience information of the specific applications. - UE_MOBILITY: Represent the analytics of UE mobility. - UE_COMMUNICATION: Represent the analytics of UE communication. - QOS_SUSTAINABILITY: Represent the analytics of QoS sustainability information in the certain area. - ABNORMAL_BEHAVIOUR: Indicates that the event subscribed is abnormal behaviour information. - USER_DATA_CONGESTION: Represent the analytics of the user data congestion in the certain area. - NSI_LOAD_LEVEL: Represent the analytics of Network Slice and the optionally associated Network Slice Instance. - SM_CONGESTION: Represent the analytics of Session Management congestion control experience information for specific DNN and/or S-NSSAI. - DISPERSION: Represents the analytics of dispersion. - RED_TRANS_EXP: Represents the analytics of Redundant Transmission Experience. - WLAN_PERFORMANCE: Represents the analytics of WLAN performance. - DN_PERFORMANCE: Represents the analytics of DN performance.

func (*EventId) MarshalJSON ¶

func (src *EventId) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*EventId) UnmarshalJSON ¶

func (dst *EventId) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

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 ¶

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 ExpectationContext ¶

type ExpectationContext struct {
	ContextAttribute  *string    `json:"contextAttribute,omitempty"`
	ContextCondition  *Condition `json:"contextCondition,omitempty"`
	ContextValueRange []float32  `json:"contextValueRange,omitempty"`
}

ExpectationContext This data type is the \"ExpectationContext\" data type without specialisations

func NewExpectationContext ¶

func NewExpectationContext() *ExpectationContext

NewExpectationContext instantiates a new ExpectationContext object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewExpectationContextWithDefaults ¶

func NewExpectationContextWithDefaults() *ExpectationContext

NewExpectationContextWithDefaults instantiates a new ExpectationContext object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ExpectationContext) GetContextAttribute ¶

func (o *ExpectationContext) GetContextAttribute() string

GetContextAttribute returns the ContextAttribute field value if set, zero value otherwise.

func (*ExpectationContext) GetContextAttributeOk ¶

func (o *ExpectationContext) GetContextAttributeOk() (*string, bool)

GetContextAttributeOk returns a tuple with the ContextAttribute field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExpectationContext) GetContextCondition ¶

func (o *ExpectationContext) GetContextCondition() Condition

GetContextCondition returns the ContextCondition field value if set, zero value otherwise.

func (*ExpectationContext) GetContextConditionOk ¶

func (o *ExpectationContext) GetContextConditionOk() (*Condition, bool)

GetContextConditionOk returns a tuple with the ContextCondition field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExpectationContext) GetContextValueRange ¶

func (o *ExpectationContext) GetContextValueRange() []float32

GetContextValueRange returns the ContextValueRange field value if set, zero value otherwise.

func (*ExpectationContext) GetContextValueRangeOk ¶

func (o *ExpectationContext) GetContextValueRangeOk() ([]float32, bool)

GetContextValueRangeOk returns a tuple with the ContextValueRange field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExpectationContext) HasContextAttribute ¶

func (o *ExpectationContext) HasContextAttribute() bool

HasContextAttribute returns a boolean if a field has been set.

func (*ExpectationContext) HasContextCondition ¶

func (o *ExpectationContext) HasContextCondition() bool

HasContextCondition returns a boolean if a field has been set.

func (*ExpectationContext) HasContextValueRange ¶

func (o *ExpectationContext) HasContextValueRange() bool

HasContextValueRange returns a boolean if a field has been set.

func (ExpectationContext) MarshalJSON ¶

func (o ExpectationContext) MarshalJSON() ([]byte, error)

func (*ExpectationContext) SetContextAttribute ¶

func (o *ExpectationContext) SetContextAttribute(v string)

SetContextAttribute gets a reference to the given string and assigns it to the ContextAttribute field.

func (*ExpectationContext) SetContextCondition ¶

func (o *ExpectationContext) SetContextCondition(v Condition)

SetContextCondition gets a reference to the given Condition and assigns it to the ContextCondition field.

func (*ExpectationContext) SetContextValueRange ¶

func (o *ExpectationContext) SetContextValueRange(v []float32)

SetContextValueRange gets a reference to the given []float32 and assigns it to the ContextValueRange field.

func (ExpectationContext) ToMap ¶

func (o ExpectationContext) ToMap() (map[string]interface{}, error)

type ExpectationObject ¶

type ExpectationObject struct {
	ObjectType     *string         `json:"objectType,omitempty"`
	ObjectInstance *string         `json:"objectInstance,omitempty"`
	ObjectContexts []ObjectContext `json:"objectContexts,omitempty"`
}

ExpectationObject This data type is the \"ExpectationObject\" data type without specialisations

func NewExpectationObject ¶

func NewExpectationObject() *ExpectationObject

NewExpectationObject instantiates a new ExpectationObject object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewExpectationObjectWithDefaults ¶

func NewExpectationObjectWithDefaults() *ExpectationObject

NewExpectationObjectWithDefaults instantiates a new ExpectationObject object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ExpectationObject) GetObjectContexts ¶

func (o *ExpectationObject) GetObjectContexts() []ObjectContext

GetObjectContexts returns the ObjectContexts field value if set, zero value otherwise.

func (*ExpectationObject) GetObjectContextsOk ¶

func (o *ExpectationObject) GetObjectContextsOk() ([]ObjectContext, bool)

GetObjectContextsOk returns a tuple with the ObjectContexts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExpectationObject) GetObjectInstance ¶

func (o *ExpectationObject) GetObjectInstance() string

GetObjectInstance returns the ObjectInstance field value if set, zero value otherwise.

func (*ExpectationObject) GetObjectInstanceOk ¶

func (o *ExpectationObject) 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 (*ExpectationObject) GetObjectType ¶

func (o *ExpectationObject) GetObjectType() string

GetObjectType returns the ObjectType field value if set, zero value otherwise.

func (*ExpectationObject) GetObjectTypeOk ¶

func (o *ExpectationObject) GetObjectTypeOk() (*string, bool)

GetObjectTypeOk returns a tuple with the ObjectType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExpectationObject) HasObjectContexts ¶

func (o *ExpectationObject) HasObjectContexts() bool

HasObjectContexts returns a boolean if a field has been set.

func (*ExpectationObject) HasObjectInstance ¶

func (o *ExpectationObject) HasObjectInstance() bool

HasObjectInstance returns a boolean if a field has been set.

func (*ExpectationObject) HasObjectType ¶

func (o *ExpectationObject) HasObjectType() bool

HasObjectType returns a boolean if a field has been set.

func (ExpectationObject) MarshalJSON ¶

func (o ExpectationObject) MarshalJSON() ([]byte, error)

func (*ExpectationObject) SetObjectContexts ¶

func (o *ExpectationObject) SetObjectContexts(v []ObjectContext)

SetObjectContexts gets a reference to the given []ObjectContext and assigns it to the ObjectContexts field.

func (*ExpectationObject) SetObjectInstance ¶

func (o *ExpectationObject) SetObjectInstance(v string)

SetObjectInstance gets a reference to the given string and assigns it to the ObjectInstance field.

func (*ExpectationObject) SetObjectType ¶

func (o *ExpectationObject) SetObjectType(v string)

SetObjectType gets a reference to the given string and assigns it to the ObjectType field.

func (ExpectationObject) ToMap ¶

func (o ExpectationObject) ToMap() (map[string]interface{}, error)

type ExpectationTarget ¶

type ExpectationTarget struct {
	TargetName       *string         `json:"targetName,omitempty"`
	TargetCondition  *Condition      `json:"targetCondition,omitempty"`
	TargetValueRange *float32        `json:"targetValueRange,omitempty"`
	TargetContexts   []TargetContext `json:"targetContexts,omitempty"`
}

ExpectationTarget This data type is the \"ExpectationTarget\" data type without specialisations

func NewExpectationTarget ¶

func NewExpectationTarget() *ExpectationTarget

NewExpectationTarget instantiates a new ExpectationTarget object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewExpectationTargetWithDefaults ¶

func NewExpectationTargetWithDefaults() *ExpectationTarget

NewExpectationTargetWithDefaults instantiates a new ExpectationTarget object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ExpectationTarget) GetTargetCondition ¶

func (o *ExpectationTarget) GetTargetCondition() Condition

GetTargetCondition returns the TargetCondition field value if set, zero value otherwise.

func (*ExpectationTarget) GetTargetConditionOk ¶

func (o *ExpectationTarget) GetTargetConditionOk() (*Condition, bool)

GetTargetConditionOk returns a tuple with the TargetCondition field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExpectationTarget) GetTargetContexts ¶

func (o *ExpectationTarget) GetTargetContexts() []TargetContext

GetTargetContexts returns the TargetContexts field value if set, zero value otherwise.

func (*ExpectationTarget) GetTargetContextsOk ¶

func (o *ExpectationTarget) GetTargetContextsOk() ([]TargetContext, bool)

GetTargetContextsOk returns a tuple with the TargetContexts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExpectationTarget) GetTargetName ¶

func (o *ExpectationTarget) GetTargetName() string

GetTargetName returns the TargetName field value if set, zero value otherwise.

func (*ExpectationTarget) GetTargetNameOk ¶

func (o *ExpectationTarget) GetTargetNameOk() (*string, bool)

GetTargetNameOk returns a tuple with the TargetName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExpectationTarget) GetTargetValueRange ¶

func (o *ExpectationTarget) GetTargetValueRange() float32

GetTargetValueRange returns the TargetValueRange field value if set, zero value otherwise.

func (*ExpectationTarget) GetTargetValueRangeOk ¶

func (o *ExpectationTarget) GetTargetValueRangeOk() (*float32, bool)

GetTargetValueRangeOk returns a tuple with the TargetValueRange field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExpectationTarget) HasTargetCondition ¶

func (o *ExpectationTarget) HasTargetCondition() bool

HasTargetCondition returns a boolean if a field has been set.

func (*ExpectationTarget) HasTargetContexts ¶

func (o *ExpectationTarget) HasTargetContexts() bool

HasTargetContexts returns a boolean if a field has been set.

func (*ExpectationTarget) HasTargetName ¶

func (o *ExpectationTarget) HasTargetName() bool

HasTargetName returns a boolean if a field has been set.

func (*ExpectationTarget) HasTargetValueRange ¶

func (o *ExpectationTarget) HasTargetValueRange() bool

HasTargetValueRange returns a boolean if a field has been set.

func (ExpectationTarget) MarshalJSON ¶

func (o ExpectationTarget) MarshalJSON() ([]byte, error)

func (*ExpectationTarget) SetTargetCondition ¶

func (o *ExpectationTarget) SetTargetCondition(v Condition)

SetTargetCondition gets a reference to the given Condition and assigns it to the TargetCondition field.

func (*ExpectationTarget) SetTargetContexts ¶

func (o *ExpectationTarget) SetTargetContexts(v []TargetContext)

SetTargetContexts gets a reference to the given []TargetContext and assigns it to the TargetContexts field.

func (*ExpectationTarget) SetTargetName ¶

func (o *ExpectationTarget) SetTargetName(v string)

SetTargetName gets a reference to the given string and assigns it to the TargetName field.

func (*ExpectationTarget) SetTargetValueRange ¶

func (o *ExpectationTarget) SetTargetValueRange(v float32)

SetTargetValueRange gets a reference to the given float32 and assigns it to the TargetValueRange field.

func (ExpectationTarget) ToMap ¶

func (o ExpectationTarget) ToMap() (map[string]interface{}, error)

type ExpectationVerb ¶

type ExpectationVerb string

ExpectationVerb the model 'ExpectationVerb'

const (
	DELIVER ExpectationVerb = "DELIVER"
	ENSURE  ExpectationVerb = "ENSURE"
)

List of ExpectationVerb

func NewExpectationVerbFromValue ¶

func NewExpectationVerbFromValue(v string) (*ExpectationVerb, error)

NewExpectationVerbFromValue returns a pointer to a valid ExpectationVerb for the value passed as argument, or an error if the value passed is not allowed by the enum

func (ExpectationVerb) IsValid ¶

func (v ExpectationVerb) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (ExpectationVerb) Ptr ¶

Ptr returns reference to ExpectationVerb value

func (*ExpectationVerb) UnmarshalJSON ¶

func (v *ExpectationVerb) UnmarshalJSON(src []byte) error

type Exposure ¶

type Exposure string

Exposure the model 'Exposure'

const (
	API Exposure = "API"
	KPI Exposure = "KPI"
)

List of Exposure

func NewExposureFromValue ¶

func NewExposureFromValue(v string) (*Exposure, error)

NewExposureFromValue returns a pointer to a valid Exposure for the value passed as argument, or an error if the value passed is not allowed by the enum

func (Exposure) IsValid ¶

func (v Exposure) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (Exposure) Ptr ¶

func (v Exposure) Ptr() *Exposure

Ptr returns reference to Exposure value

func (*Exposure) UnmarshalJSON ¶

func (v *Exposure) UnmarshalJSON(src []byte) error

type ExtSnssai ¶

type ExtSnssai struct {
	Snssai1
	// When present, it shall contain the range(s) of Slice Differentiator values supported for the Slice/Service Type value indicated in the sst attribute of the Snssai data type
	SdRanges []SdRange `json:"sdRanges,omitempty"`
	// When present, it shall be set to true, to indicate that all SD values are supported for the Slice/Service Type value indicated in the sst attribute of the Snssai data type.
	WildcardSd *bool `json:"wildcardSd,omitempty"`
}

ExtSnssai The sdRanges and wildcardSd attributes shall be exclusive from each other. If one of these attributes is present, the sd attribute shall also be present and it shall contain one Slice Differentiator value within the range of SD (if the sdRanges attribute is present) or with any value (if the wildcardSd attribute is present).

func NewExtSnssai ¶

func NewExtSnssai(sst int32) *ExtSnssai

NewExtSnssai instantiates a new ExtSnssai object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewExtSnssaiWithDefaults ¶

func NewExtSnssaiWithDefaults() *ExtSnssai

NewExtSnssaiWithDefaults instantiates a new ExtSnssai object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ExtSnssai) GetSdRanges ¶

func (o *ExtSnssai) GetSdRanges() []SdRange

GetSdRanges returns the SdRanges field value if set, zero value otherwise.

func (*ExtSnssai) GetSdRangesOk ¶

func (o *ExtSnssai) GetSdRangesOk() ([]SdRange, bool)

GetSdRangesOk returns a tuple with the SdRanges field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExtSnssai) GetWildcardSd ¶

func (o *ExtSnssai) GetWildcardSd() bool

GetWildcardSd returns the WildcardSd field value if set, zero value otherwise.

func (*ExtSnssai) GetWildcardSdOk ¶

func (o *ExtSnssai) GetWildcardSdOk() (*bool, bool)

GetWildcardSdOk returns a tuple with the WildcardSd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExtSnssai) HasSdRanges ¶

func (o *ExtSnssai) HasSdRanges() bool

HasSdRanges returns a boolean if a field has been set.

func (*ExtSnssai) HasWildcardSd ¶

func (o *ExtSnssai) HasWildcardSd() bool

HasWildcardSd returns a boolean if a field has been set.

func (ExtSnssai) MarshalJSON ¶

func (o ExtSnssai) MarshalJSON() ([]byte, error)

func (*ExtSnssai) SetSdRanges ¶

func (o *ExtSnssai) SetSdRanges(v []SdRange)

SetSdRanges gets a reference to the given []SdRange and assigns it to the SdRanges field.

func (*ExtSnssai) SetWildcardSd ¶

func (o *ExtSnssai) SetWildcardSd(v bool)

SetWildcardSd gets a reference to the given bool and assigns it to the WildcardSd field.

func (ExtSnssai) ToMap ¶

func (o ExtSnssai) ToMap() (map[string]interface{}, error)

type ExternalAmfFunctionSingle ¶

type ExternalAmfFunctionSingle struct {
	Top
	Attributes *ExternalAmfFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}

ExternalAmfFunctionSingle struct for ExternalAmfFunctionSingle

func NewExternalAmfFunctionSingle ¶

func NewExternalAmfFunctionSingle(id NullableString) *ExternalAmfFunctionSingle

NewExternalAmfFunctionSingle instantiates a new ExternalAmfFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewExternalAmfFunctionSingleWithDefaults ¶

func NewExternalAmfFunctionSingleWithDefaults() *ExternalAmfFunctionSingle

NewExternalAmfFunctionSingleWithDefaults instantiates a new ExternalAmfFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ExternalAmfFunctionSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*ExternalAmfFunctionSingle) GetAttributesOk ¶

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 (*ExternalAmfFunctionSingle) HasAttributes ¶

func (o *ExternalAmfFunctionSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (ExternalAmfFunctionSingle) MarshalJSON ¶

func (o ExternalAmfFunctionSingle) MarshalJSON() ([]byte, error)

func (*ExternalAmfFunctionSingle) SetAttributes ¶

SetAttributes gets a reference to the given ExternalAmfFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (ExternalAmfFunctionSingle) ToMap ¶

func (o ExternalAmfFunctionSingle) ToMap() (map[string]interface{}, error)

type ExternalAmfFunctionSingleAllOf ¶

type ExternalAmfFunctionSingleAllOf struct {
	Attributes *ExternalAmfFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}

ExternalAmfFunctionSingleAllOf struct for ExternalAmfFunctionSingleAllOf

func NewExternalAmfFunctionSingleAllOf ¶

func NewExternalAmfFunctionSingleAllOf() *ExternalAmfFunctionSingleAllOf

NewExternalAmfFunctionSingleAllOf instantiates a new ExternalAmfFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewExternalAmfFunctionSingleAllOfWithDefaults ¶

func NewExternalAmfFunctionSingleAllOfWithDefaults() *ExternalAmfFunctionSingleAllOf

NewExternalAmfFunctionSingleAllOfWithDefaults instantiates a new ExternalAmfFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ExternalAmfFunctionSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*ExternalAmfFunctionSingleAllOf) GetAttributesOk ¶

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 (*ExternalAmfFunctionSingleAllOf) HasAttributes ¶

func (o *ExternalAmfFunctionSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (ExternalAmfFunctionSingleAllOf) MarshalJSON ¶

func (o ExternalAmfFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*ExternalAmfFunctionSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given ExternalAmfFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (ExternalAmfFunctionSingleAllOf) ToMap ¶

func (o ExternalAmfFunctionSingleAllOf) ToMap() (map[string]interface{}, error)

type ExternalAmfFunctionSingleAllOfAttributes ¶

type ExternalAmfFunctionSingleAllOfAttributes struct {
	ManagedFunctionAttr
	PlmnIdList    []PlmnId       `json:"plmnIdList,omitempty"`
	AmfIdentifier *AmfIdentifier `json:"amfIdentifier,omitempty"`
}

ExternalAmfFunctionSingleAllOfAttributes struct for ExternalAmfFunctionSingleAllOfAttributes

func NewExternalAmfFunctionSingleAllOfAttributes ¶

func NewExternalAmfFunctionSingleAllOfAttributes() *ExternalAmfFunctionSingleAllOfAttributes

NewExternalAmfFunctionSingleAllOfAttributes instantiates a new ExternalAmfFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewExternalAmfFunctionSingleAllOfAttributesWithDefaults ¶

func NewExternalAmfFunctionSingleAllOfAttributesWithDefaults() *ExternalAmfFunctionSingleAllOfAttributes

NewExternalAmfFunctionSingleAllOfAttributesWithDefaults instantiates a new ExternalAmfFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ExternalAmfFunctionSingleAllOfAttributes) GetAmfIdentifier ¶

GetAmfIdentifier returns the AmfIdentifier field value if set, zero value otherwise.

func (*ExternalAmfFunctionSingleAllOfAttributes) GetAmfIdentifierOk ¶

func (o *ExternalAmfFunctionSingleAllOfAttributes) GetAmfIdentifierOk() (*AmfIdentifier, bool)

GetAmfIdentifierOk returns a tuple with the AmfIdentifier field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalAmfFunctionSingleAllOfAttributes) GetPlmnIdList ¶

func (o *ExternalAmfFunctionSingleAllOfAttributes) GetPlmnIdList() []PlmnId

GetPlmnIdList returns the PlmnIdList field value if set, zero value otherwise.

func (*ExternalAmfFunctionSingleAllOfAttributes) GetPlmnIdListOk ¶

func (o *ExternalAmfFunctionSingleAllOfAttributes) GetPlmnIdListOk() ([]PlmnId, bool)

GetPlmnIdListOk returns a tuple with the PlmnIdList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalAmfFunctionSingleAllOfAttributes) HasAmfIdentifier ¶

func (o *ExternalAmfFunctionSingleAllOfAttributes) HasAmfIdentifier() bool

HasAmfIdentifier returns a boolean if a field has been set.

func (*ExternalAmfFunctionSingleAllOfAttributes) HasPlmnIdList ¶

HasPlmnIdList returns a boolean if a field has been set.

func (ExternalAmfFunctionSingleAllOfAttributes) MarshalJSON ¶

func (*ExternalAmfFunctionSingleAllOfAttributes) SetAmfIdentifier ¶

SetAmfIdentifier gets a reference to the given AmfIdentifier and assigns it to the AmfIdentifier field.

func (*ExternalAmfFunctionSingleAllOfAttributes) SetPlmnIdList ¶

func (o *ExternalAmfFunctionSingleAllOfAttributes) SetPlmnIdList(v []PlmnId)

SetPlmnIdList gets a reference to the given []PlmnId and assigns it to the PlmnIdList field.

func (ExternalAmfFunctionSingleAllOfAttributes) ToMap ¶

func (o ExternalAmfFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type ExternalAmfFunctionSingleAllOfAttributesAllOf ¶

type ExternalAmfFunctionSingleAllOfAttributesAllOf struct {
	PlmnIdList    []PlmnId       `json:"plmnIdList,omitempty"`
	AmfIdentifier *AmfIdentifier `json:"amfIdentifier,omitempty"`
}

ExternalAmfFunctionSingleAllOfAttributesAllOf struct for ExternalAmfFunctionSingleAllOfAttributesAllOf

func NewExternalAmfFunctionSingleAllOfAttributesAllOf ¶

func NewExternalAmfFunctionSingleAllOfAttributesAllOf() *ExternalAmfFunctionSingleAllOfAttributesAllOf

NewExternalAmfFunctionSingleAllOfAttributesAllOf instantiates a new ExternalAmfFunctionSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewExternalAmfFunctionSingleAllOfAttributesAllOfWithDefaults ¶

func NewExternalAmfFunctionSingleAllOfAttributesAllOfWithDefaults() *ExternalAmfFunctionSingleAllOfAttributesAllOf

NewExternalAmfFunctionSingleAllOfAttributesAllOfWithDefaults instantiates a new ExternalAmfFunctionSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ExternalAmfFunctionSingleAllOfAttributesAllOf) GetAmfIdentifier ¶

GetAmfIdentifier returns the AmfIdentifier field value if set, zero value otherwise.

func (*ExternalAmfFunctionSingleAllOfAttributesAllOf) GetAmfIdentifierOk ¶

GetAmfIdentifierOk returns a tuple with the AmfIdentifier field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalAmfFunctionSingleAllOfAttributesAllOf) GetPlmnIdList ¶

GetPlmnIdList returns the PlmnIdList field value if set, zero value otherwise.

func (*ExternalAmfFunctionSingleAllOfAttributesAllOf) GetPlmnIdListOk ¶

func (o *ExternalAmfFunctionSingleAllOfAttributesAllOf) GetPlmnIdListOk() ([]PlmnId, bool)

GetPlmnIdListOk returns a tuple with the PlmnIdList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalAmfFunctionSingleAllOfAttributesAllOf) HasAmfIdentifier ¶

HasAmfIdentifier returns a boolean if a field has been set.

func (*ExternalAmfFunctionSingleAllOfAttributesAllOf) HasPlmnIdList ¶

HasPlmnIdList returns a boolean if a field has been set.

func (ExternalAmfFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*ExternalAmfFunctionSingleAllOfAttributesAllOf) SetAmfIdentifier ¶

SetAmfIdentifier gets a reference to the given AmfIdentifier and assigns it to the AmfIdentifier field.

func (*ExternalAmfFunctionSingleAllOfAttributesAllOf) SetPlmnIdList ¶

SetPlmnIdList gets a reference to the given []PlmnId and assigns it to the PlmnIdList field.

func (ExternalAmfFunctionSingleAllOfAttributesAllOf) ToMap ¶

func (o ExternalAmfFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)

type ExternalENBFunctionSingle ¶

type ExternalENBFunctionSingle struct {
	Top
	Attributes         *ExternalENBFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
	PerfMetricJob      []PerfMetricJobSingle                     `json:"PerfMetricJob,omitempty"`
	ThresholdMonitor   []ThresholdMonitorSingle                  `json:"ThresholdMonitor,omitempty"`
	ManagedNFService   []ManagedNFServiceSingle                  `json:"ManagedNFService,omitempty"`
	TraceJob           []TraceJobSingle                          `json:"TraceJob,omitempty"`
	ExternalEUTranCell []ExternalEUTranCellSingle                `json:"ExternalEUTranCell,omitempty"`
}

ExternalENBFunctionSingle struct for ExternalENBFunctionSingle

func NewExternalENBFunctionSingle ¶

func NewExternalENBFunctionSingle(id NullableString) *ExternalENBFunctionSingle

NewExternalENBFunctionSingle instantiates a new ExternalENBFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewExternalENBFunctionSingleWithDefaults ¶

func NewExternalENBFunctionSingleWithDefaults() *ExternalENBFunctionSingle

NewExternalENBFunctionSingleWithDefaults instantiates a new ExternalENBFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ExternalENBFunctionSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*ExternalENBFunctionSingle) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalENBFunctionSingle) GetExternalEUTranCell ¶

func (o *ExternalENBFunctionSingle) GetExternalEUTranCell() []ExternalEUTranCellSingle

GetExternalEUTranCell returns the ExternalEUTranCell field value if set, zero value otherwise.

func (*ExternalENBFunctionSingle) GetExternalEUTranCellOk ¶

func (o *ExternalENBFunctionSingle) GetExternalEUTranCellOk() ([]ExternalEUTranCellSingle, bool)

GetExternalEUTranCellOk returns a tuple with the ExternalEUTranCell field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalENBFunctionSingle) GetManagedNFService ¶

func (o *ExternalENBFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle

GetManagedNFService returns the ManagedNFService field value if set, zero value otherwise.

func (*ExternalENBFunctionSingle) GetManagedNFServiceOk ¶

func (o *ExternalENBFunctionSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool)

GetManagedNFServiceOk returns a tuple with the ManagedNFService field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalENBFunctionSingle) GetPerfMetricJob ¶

func (o *ExternalENBFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle

GetPerfMetricJob returns the PerfMetricJob field value if set, zero value otherwise.

func (*ExternalENBFunctionSingle) GetPerfMetricJobOk ¶

func (o *ExternalENBFunctionSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)

GetPerfMetricJobOk returns a tuple with the PerfMetricJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalENBFunctionSingle) GetThresholdMonitor ¶

func (o *ExternalENBFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle

GetThresholdMonitor returns the ThresholdMonitor field value if set, zero value otherwise.

func (*ExternalENBFunctionSingle) GetThresholdMonitorOk ¶

func (o *ExternalENBFunctionSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)

GetThresholdMonitorOk returns a tuple with the ThresholdMonitor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalENBFunctionSingle) GetTraceJob ¶

func (o *ExternalENBFunctionSingle) GetTraceJob() []TraceJobSingle

GetTraceJob returns the TraceJob field value if set, zero value otherwise.

func (*ExternalENBFunctionSingle) GetTraceJobOk ¶

func (o *ExternalENBFunctionSingle) GetTraceJobOk() ([]TraceJobSingle, bool)

GetTraceJobOk returns a tuple with the TraceJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalENBFunctionSingle) HasAttributes ¶

func (o *ExternalENBFunctionSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*ExternalENBFunctionSingle) HasExternalEUTranCell ¶

func (o *ExternalENBFunctionSingle) HasExternalEUTranCell() bool

HasExternalEUTranCell returns a boolean if a field has been set.

func (*ExternalENBFunctionSingle) HasManagedNFService ¶

func (o *ExternalENBFunctionSingle) HasManagedNFService() bool

HasManagedNFService returns a boolean if a field has been set.

func (*ExternalENBFunctionSingle) HasPerfMetricJob ¶

func (o *ExternalENBFunctionSingle) HasPerfMetricJob() bool

HasPerfMetricJob returns a boolean if a field has been set.

func (*ExternalENBFunctionSingle) HasThresholdMonitor ¶

func (o *ExternalENBFunctionSingle) HasThresholdMonitor() bool

HasThresholdMonitor returns a boolean if a field has been set.

func (*ExternalENBFunctionSingle) HasTraceJob ¶

func (o *ExternalENBFunctionSingle) HasTraceJob() bool

HasTraceJob returns a boolean if a field has been set.

func (ExternalENBFunctionSingle) MarshalJSON ¶

func (o ExternalENBFunctionSingle) MarshalJSON() ([]byte, error)

func (*ExternalENBFunctionSingle) SetAttributes ¶

SetAttributes gets a reference to the given ExternalENBFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (*ExternalENBFunctionSingle) SetExternalEUTranCell ¶

func (o *ExternalENBFunctionSingle) SetExternalEUTranCell(v []ExternalEUTranCellSingle)

SetExternalEUTranCell gets a reference to the given []ExternalEUTranCellSingle and assigns it to the ExternalEUTranCell field.

func (*ExternalENBFunctionSingle) SetManagedNFService ¶

func (o *ExternalENBFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle)

SetManagedNFService gets a reference to the given []ManagedNFServiceSingle and assigns it to the ManagedNFService field.

func (*ExternalENBFunctionSingle) SetPerfMetricJob ¶

func (o *ExternalENBFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle)

SetPerfMetricJob gets a reference to the given []PerfMetricJobSingle and assigns it to the PerfMetricJob field.

func (*ExternalENBFunctionSingle) SetThresholdMonitor ¶

func (o *ExternalENBFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)

SetThresholdMonitor gets a reference to the given []ThresholdMonitorSingle and assigns it to the ThresholdMonitor field.

func (*ExternalENBFunctionSingle) SetTraceJob ¶

func (o *ExternalENBFunctionSingle) SetTraceJob(v []TraceJobSingle)

SetTraceJob gets a reference to the given []TraceJobSingle and assigns it to the TraceJob field.

func (ExternalENBFunctionSingle) ToMap ¶

func (o ExternalENBFunctionSingle) ToMap() (map[string]interface{}, error)

type ExternalENBFunctionSingleAllOf ¶

type ExternalENBFunctionSingleAllOf struct {
	Attributes *ExternalENBFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}

ExternalENBFunctionSingleAllOf struct for ExternalENBFunctionSingleAllOf

func NewExternalENBFunctionSingleAllOf ¶

func NewExternalENBFunctionSingleAllOf() *ExternalENBFunctionSingleAllOf

NewExternalENBFunctionSingleAllOf instantiates a new ExternalENBFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewExternalENBFunctionSingleAllOfWithDefaults ¶

func NewExternalENBFunctionSingleAllOfWithDefaults() *ExternalENBFunctionSingleAllOf

NewExternalENBFunctionSingleAllOfWithDefaults instantiates a new ExternalENBFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ExternalENBFunctionSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*ExternalENBFunctionSingleAllOf) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalENBFunctionSingleAllOf) HasAttributes ¶

func (o *ExternalENBFunctionSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (ExternalENBFunctionSingleAllOf) MarshalJSON ¶

func (o ExternalENBFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*ExternalENBFunctionSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given ExternalENBFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (ExternalENBFunctionSingleAllOf) ToMap ¶

func (o ExternalENBFunctionSingleAllOf) ToMap() (map[string]interface{}, error)

type ExternalENBFunctionSingleAllOf1 ¶

type ExternalENBFunctionSingleAllOf1 struct {
	ExternalEUTranCell []ExternalEUTranCellSingle `json:"ExternalEUTranCell,omitempty"`
}

ExternalENBFunctionSingleAllOf1 struct for ExternalENBFunctionSingleAllOf1

func NewExternalENBFunctionSingleAllOf1 ¶

func NewExternalENBFunctionSingleAllOf1() *ExternalENBFunctionSingleAllOf1

NewExternalENBFunctionSingleAllOf1 instantiates a new ExternalENBFunctionSingleAllOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewExternalENBFunctionSingleAllOf1WithDefaults ¶

func NewExternalENBFunctionSingleAllOf1WithDefaults() *ExternalENBFunctionSingleAllOf1

NewExternalENBFunctionSingleAllOf1WithDefaults instantiates a new ExternalENBFunctionSingleAllOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ExternalENBFunctionSingleAllOf1) GetExternalEUTranCell ¶

func (o *ExternalENBFunctionSingleAllOf1) GetExternalEUTranCell() []ExternalEUTranCellSingle

GetExternalEUTranCell returns the ExternalEUTranCell field value if set, zero value otherwise.

func (*ExternalENBFunctionSingleAllOf1) GetExternalEUTranCellOk ¶

func (o *ExternalENBFunctionSingleAllOf1) GetExternalEUTranCellOk() ([]ExternalEUTranCellSingle, bool)

GetExternalEUTranCellOk returns a tuple with the ExternalEUTranCell field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalENBFunctionSingleAllOf1) HasExternalEUTranCell ¶

func (o *ExternalENBFunctionSingleAllOf1) HasExternalEUTranCell() bool

HasExternalEUTranCell returns a boolean if a field has been set.

func (ExternalENBFunctionSingleAllOf1) MarshalJSON ¶

func (o ExternalENBFunctionSingleAllOf1) MarshalJSON() ([]byte, error)

func (*ExternalENBFunctionSingleAllOf1) SetExternalEUTranCell ¶

func (o *ExternalENBFunctionSingleAllOf1) SetExternalEUTranCell(v []ExternalEUTranCellSingle)

SetExternalEUTranCell gets a reference to the given []ExternalEUTranCellSingle and assigns it to the ExternalEUTranCell field.

func (ExternalENBFunctionSingleAllOf1) ToMap ¶

func (o ExternalENBFunctionSingleAllOf1) ToMap() (map[string]interface{}, error)

type ExternalENBFunctionSingleAllOfAttributes ¶

type ExternalENBFunctionSingleAllOfAttributes struct {
	ManagedFunctionAttr
	ENBId *int32 `json:"eNBId,omitempty"`
}

ExternalENBFunctionSingleAllOfAttributes struct for ExternalENBFunctionSingleAllOfAttributes

func NewExternalENBFunctionSingleAllOfAttributes ¶

func NewExternalENBFunctionSingleAllOfAttributes() *ExternalENBFunctionSingleAllOfAttributes

NewExternalENBFunctionSingleAllOfAttributes instantiates a new ExternalENBFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewExternalENBFunctionSingleAllOfAttributesWithDefaults ¶

func NewExternalENBFunctionSingleAllOfAttributesWithDefaults() *ExternalENBFunctionSingleAllOfAttributes

NewExternalENBFunctionSingleAllOfAttributesWithDefaults instantiates a new ExternalENBFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ExternalENBFunctionSingleAllOfAttributes) GetENBId ¶

GetENBId returns the ENBId field value if set, zero value otherwise.

func (*ExternalENBFunctionSingleAllOfAttributes) GetENBIdOk ¶

GetENBIdOk returns a tuple with the ENBId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalENBFunctionSingleAllOfAttributes) HasENBId ¶

HasENBId returns a boolean if a field has been set.

func (ExternalENBFunctionSingleAllOfAttributes) MarshalJSON ¶

func (*ExternalENBFunctionSingleAllOfAttributes) SetENBId ¶

SetENBId gets a reference to the given int32 and assigns it to the ENBId field.

func (ExternalENBFunctionSingleAllOfAttributes) ToMap ¶

func (o ExternalENBFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type ExternalENBFunctionSingleAllOfAttributesAllOf ¶

type ExternalENBFunctionSingleAllOfAttributesAllOf struct {
	ENBId *int32 `json:"eNBId,omitempty"`
}

ExternalENBFunctionSingleAllOfAttributesAllOf struct for ExternalENBFunctionSingleAllOfAttributesAllOf

func NewExternalENBFunctionSingleAllOfAttributesAllOf ¶

func NewExternalENBFunctionSingleAllOfAttributesAllOf() *ExternalENBFunctionSingleAllOfAttributesAllOf

NewExternalENBFunctionSingleAllOfAttributesAllOf instantiates a new ExternalENBFunctionSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewExternalENBFunctionSingleAllOfAttributesAllOfWithDefaults ¶

func NewExternalENBFunctionSingleAllOfAttributesAllOfWithDefaults() *ExternalENBFunctionSingleAllOfAttributesAllOf

NewExternalENBFunctionSingleAllOfAttributesAllOfWithDefaults instantiates a new ExternalENBFunctionSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ExternalENBFunctionSingleAllOfAttributesAllOf) GetENBId ¶

GetENBId returns the ENBId field value if set, zero value otherwise.

func (*ExternalENBFunctionSingleAllOfAttributesAllOf) GetENBIdOk ¶

GetENBIdOk returns a tuple with the ENBId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalENBFunctionSingleAllOfAttributesAllOf) HasENBId ¶

HasENBId returns a boolean if a field has been set.

func (ExternalENBFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*ExternalENBFunctionSingleAllOfAttributesAllOf) SetENBId ¶

SetENBId gets a reference to the given int32 and assigns it to the ENBId field.

func (ExternalENBFunctionSingleAllOfAttributesAllOf) ToMap ¶

func (o ExternalENBFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)

type ExternalEUTranCellSingle ¶

type ExternalEUTranCellSingle struct {
	Top
	Attributes       *ExternalEUTranCellSingleAllOfAttributes `json:"attributes,omitempty"`
	PerfMetricJob    []PerfMetricJobSingle                    `json:"PerfMetricJob,omitempty"`
	ThresholdMonitor []ThresholdMonitorSingle                 `json:"ThresholdMonitor,omitempty"`
	ManagedNFService []ManagedNFServiceSingle                 `json:"ManagedNFService,omitempty"`
	TraceJob         []TraceJobSingle                         `json:"TraceJob,omitempty"`
}

ExternalEUTranCellSingle struct for ExternalEUTranCellSingle

func NewExternalEUTranCellSingle ¶

func NewExternalEUTranCellSingle(id NullableString) *ExternalEUTranCellSingle

NewExternalEUTranCellSingle instantiates a new ExternalEUTranCellSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewExternalEUTranCellSingleWithDefaults ¶

func NewExternalEUTranCellSingleWithDefaults() *ExternalEUTranCellSingle

NewExternalEUTranCellSingleWithDefaults instantiates a new ExternalEUTranCellSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ExternalEUTranCellSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*ExternalEUTranCellSingle) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalEUTranCellSingle) GetManagedNFService ¶

func (o *ExternalEUTranCellSingle) GetManagedNFService() []ManagedNFServiceSingle

GetManagedNFService returns the ManagedNFService field value if set, zero value otherwise.

func (*ExternalEUTranCellSingle) GetManagedNFServiceOk ¶

func (o *ExternalEUTranCellSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool)

GetManagedNFServiceOk returns a tuple with the ManagedNFService field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalEUTranCellSingle) GetPerfMetricJob ¶

func (o *ExternalEUTranCellSingle) GetPerfMetricJob() []PerfMetricJobSingle

GetPerfMetricJob returns the PerfMetricJob field value if set, zero value otherwise.

func (*ExternalEUTranCellSingle) GetPerfMetricJobOk ¶

func (o *ExternalEUTranCellSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)

GetPerfMetricJobOk returns a tuple with the PerfMetricJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalEUTranCellSingle) GetThresholdMonitor ¶

func (o *ExternalEUTranCellSingle) GetThresholdMonitor() []ThresholdMonitorSingle

GetThresholdMonitor returns the ThresholdMonitor field value if set, zero value otherwise.

func (*ExternalEUTranCellSingle) GetThresholdMonitorOk ¶

func (o *ExternalEUTranCellSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)

GetThresholdMonitorOk returns a tuple with the ThresholdMonitor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalEUTranCellSingle) GetTraceJob ¶

func (o *ExternalEUTranCellSingle) GetTraceJob() []TraceJobSingle

GetTraceJob returns the TraceJob field value if set, zero value otherwise.

func (*ExternalEUTranCellSingle) GetTraceJobOk ¶

func (o *ExternalEUTranCellSingle) GetTraceJobOk() ([]TraceJobSingle, bool)

GetTraceJobOk returns a tuple with the TraceJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalEUTranCellSingle) HasAttributes ¶

func (o *ExternalEUTranCellSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*ExternalEUTranCellSingle) HasManagedNFService ¶

func (o *ExternalEUTranCellSingle) HasManagedNFService() bool

HasManagedNFService returns a boolean if a field has been set.

func (*ExternalEUTranCellSingle) HasPerfMetricJob ¶

func (o *ExternalEUTranCellSingle) HasPerfMetricJob() bool

HasPerfMetricJob returns a boolean if a field has been set.

func (*ExternalEUTranCellSingle) HasThresholdMonitor ¶

func (o *ExternalEUTranCellSingle) HasThresholdMonitor() bool

HasThresholdMonitor returns a boolean if a field has been set.

func (*ExternalEUTranCellSingle) HasTraceJob ¶

func (o *ExternalEUTranCellSingle) HasTraceJob() bool

HasTraceJob returns a boolean if a field has been set.

func (ExternalEUTranCellSingle) MarshalJSON ¶

func (o ExternalEUTranCellSingle) MarshalJSON() ([]byte, error)

func (*ExternalEUTranCellSingle) SetAttributes ¶

SetAttributes gets a reference to the given ExternalEUTranCellSingleAllOfAttributes and assigns it to the Attributes field.

func (*ExternalEUTranCellSingle) SetManagedNFService ¶

func (o *ExternalEUTranCellSingle) SetManagedNFService(v []ManagedNFServiceSingle)

SetManagedNFService gets a reference to the given []ManagedNFServiceSingle and assigns it to the ManagedNFService field.

func (*ExternalEUTranCellSingle) SetPerfMetricJob ¶

func (o *ExternalEUTranCellSingle) SetPerfMetricJob(v []PerfMetricJobSingle)

SetPerfMetricJob gets a reference to the given []PerfMetricJobSingle and assigns it to the PerfMetricJob field.

func (*ExternalEUTranCellSingle) SetThresholdMonitor ¶

func (o *ExternalEUTranCellSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)

SetThresholdMonitor gets a reference to the given []ThresholdMonitorSingle and assigns it to the ThresholdMonitor field.

func (*ExternalEUTranCellSingle) SetTraceJob ¶

func (o *ExternalEUTranCellSingle) SetTraceJob(v []TraceJobSingle)

SetTraceJob gets a reference to the given []TraceJobSingle and assigns it to the TraceJob field.

func (ExternalEUTranCellSingle) ToMap ¶

func (o ExternalEUTranCellSingle) ToMap() (map[string]interface{}, error)

type ExternalEUTranCellSingleAllOf ¶

type ExternalEUTranCellSingleAllOf struct {
	Attributes *ExternalEUTranCellSingleAllOfAttributes `json:"attributes,omitempty"`
}

ExternalEUTranCellSingleAllOf struct for ExternalEUTranCellSingleAllOf

func NewExternalEUTranCellSingleAllOf ¶

func NewExternalEUTranCellSingleAllOf() *ExternalEUTranCellSingleAllOf

NewExternalEUTranCellSingleAllOf instantiates a new ExternalEUTranCellSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewExternalEUTranCellSingleAllOfWithDefaults ¶

func NewExternalEUTranCellSingleAllOfWithDefaults() *ExternalEUTranCellSingleAllOf

NewExternalEUTranCellSingleAllOfWithDefaults instantiates a new ExternalEUTranCellSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ExternalEUTranCellSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*ExternalEUTranCellSingleAllOf) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalEUTranCellSingleAllOf) HasAttributes ¶

func (o *ExternalEUTranCellSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (ExternalEUTranCellSingleAllOf) MarshalJSON ¶

func (o ExternalEUTranCellSingleAllOf) MarshalJSON() ([]byte, error)

func (*ExternalEUTranCellSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given ExternalEUTranCellSingleAllOfAttributes and assigns it to the Attributes field.

func (ExternalEUTranCellSingleAllOf) ToMap ¶

func (o ExternalEUTranCellSingleAllOf) ToMap() (map[string]interface{}, error)

type ExternalEUTranCellSingleAllOfAttributes ¶

type ExternalEUTranCellSingleAllOfAttributes struct {
	ManagedFunctionAttr
	EUtranFrequencyRef *string `json:"EUtranFrequencyRef,omitempty"`
}

ExternalEUTranCellSingleAllOfAttributes struct for ExternalEUTranCellSingleAllOfAttributes

func NewExternalEUTranCellSingleAllOfAttributes ¶

func NewExternalEUTranCellSingleAllOfAttributes() *ExternalEUTranCellSingleAllOfAttributes

NewExternalEUTranCellSingleAllOfAttributes instantiates a new ExternalEUTranCellSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewExternalEUTranCellSingleAllOfAttributesWithDefaults ¶

func NewExternalEUTranCellSingleAllOfAttributesWithDefaults() *ExternalEUTranCellSingleAllOfAttributes

NewExternalEUTranCellSingleAllOfAttributesWithDefaults instantiates a new ExternalEUTranCellSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ExternalEUTranCellSingleAllOfAttributes) GetEUtranFrequencyRef ¶

func (o *ExternalEUTranCellSingleAllOfAttributes) GetEUtranFrequencyRef() string

GetEUtranFrequencyRef returns the EUtranFrequencyRef field value if set, zero value otherwise.

func (*ExternalEUTranCellSingleAllOfAttributes) GetEUtranFrequencyRefOk ¶

func (o *ExternalEUTranCellSingleAllOfAttributes) GetEUtranFrequencyRefOk() (*string, bool)

GetEUtranFrequencyRefOk returns a tuple with the EUtranFrequencyRef field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalEUTranCellSingleAllOfAttributes) HasEUtranFrequencyRef ¶

func (o *ExternalEUTranCellSingleAllOfAttributes) HasEUtranFrequencyRef() bool

HasEUtranFrequencyRef returns a boolean if a field has been set.

func (ExternalEUTranCellSingleAllOfAttributes) MarshalJSON ¶

func (o ExternalEUTranCellSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*ExternalEUTranCellSingleAllOfAttributes) SetEUtranFrequencyRef ¶

func (o *ExternalEUTranCellSingleAllOfAttributes) SetEUtranFrequencyRef(v string)

SetEUtranFrequencyRef gets a reference to the given string and assigns it to the EUtranFrequencyRef field.

func (ExternalEUTranCellSingleAllOfAttributes) ToMap ¶

func (o ExternalEUTranCellSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type ExternalEUTranCellSingleAllOfAttributesAllOf ¶

type ExternalEUTranCellSingleAllOfAttributesAllOf struct {
	EUtranFrequencyRef *string `json:"EUtranFrequencyRef,omitempty"`
}

ExternalEUTranCellSingleAllOfAttributesAllOf struct for ExternalEUTranCellSingleAllOfAttributesAllOf

func NewExternalEUTranCellSingleAllOfAttributesAllOf ¶

func NewExternalEUTranCellSingleAllOfAttributesAllOf() *ExternalEUTranCellSingleAllOfAttributesAllOf

NewExternalEUTranCellSingleAllOfAttributesAllOf instantiates a new ExternalEUTranCellSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewExternalEUTranCellSingleAllOfAttributesAllOfWithDefaults ¶

func NewExternalEUTranCellSingleAllOfAttributesAllOfWithDefaults() *ExternalEUTranCellSingleAllOfAttributesAllOf

NewExternalEUTranCellSingleAllOfAttributesAllOfWithDefaults instantiates a new ExternalEUTranCellSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ExternalEUTranCellSingleAllOfAttributesAllOf) GetEUtranFrequencyRef ¶

func (o *ExternalEUTranCellSingleAllOfAttributesAllOf) GetEUtranFrequencyRef() string

GetEUtranFrequencyRef returns the EUtranFrequencyRef field value if set, zero value otherwise.

func (*ExternalEUTranCellSingleAllOfAttributesAllOf) GetEUtranFrequencyRefOk ¶

func (o *ExternalEUTranCellSingleAllOfAttributesAllOf) GetEUtranFrequencyRefOk() (*string, bool)

GetEUtranFrequencyRefOk returns a tuple with the EUtranFrequencyRef field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalEUTranCellSingleAllOfAttributesAllOf) HasEUtranFrequencyRef ¶

func (o *ExternalEUTranCellSingleAllOfAttributesAllOf) HasEUtranFrequencyRef() bool

HasEUtranFrequencyRef returns a boolean if a field has been set.

func (ExternalEUTranCellSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*ExternalEUTranCellSingleAllOfAttributesAllOf) SetEUtranFrequencyRef ¶

func (o *ExternalEUTranCellSingleAllOfAttributesAllOf) SetEUtranFrequencyRef(v string)

SetEUtranFrequencyRef gets a reference to the given string and assigns it to the EUtranFrequencyRef field.

func (ExternalEUTranCellSingleAllOfAttributesAllOf) ToMap ¶

func (o ExternalEUTranCellSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)

type ExternalGnbCuCpFunctionSingle ¶

type ExternalGnbCuCpFunctionSingle struct {
	Top
	Attributes       *ExternalGnbCuCpFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
	PerfMetricJob    []PerfMetricJobSingle                         `json:"PerfMetricJob,omitempty"`
	ThresholdMonitor []ThresholdMonitorSingle                      `json:"ThresholdMonitor,omitempty"`
	ManagedNFService []ManagedNFServiceSingle                      `json:"ManagedNFService,omitempty"`
	TraceJob         []TraceJobSingle                              `json:"TraceJob,omitempty"`
	ExternalNrCellCu []ExternalNrCellCuSingle                      `json:"ExternalNrCellCu,omitempty"`
	EPXnC            []EPXnCSingle                                 `json:"EP_XnC,omitempty"`
	EPE1             []EPE1Single                                  `json:"EP_E1,omitempty"`
	EPF1C            []EPF1CSingle                                 `json:"EP_F1C,omitempty"`
}

ExternalGnbCuCpFunctionSingle struct for ExternalGnbCuCpFunctionSingle

func NewExternalGnbCuCpFunctionSingle ¶

func NewExternalGnbCuCpFunctionSingle(id NullableString) *ExternalGnbCuCpFunctionSingle

NewExternalGnbCuCpFunctionSingle instantiates a new ExternalGnbCuCpFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewExternalGnbCuCpFunctionSingleWithDefaults ¶

func NewExternalGnbCuCpFunctionSingleWithDefaults() *ExternalGnbCuCpFunctionSingle

NewExternalGnbCuCpFunctionSingleWithDefaults instantiates a new ExternalGnbCuCpFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ExternalGnbCuCpFunctionSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*ExternalGnbCuCpFunctionSingle) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalGnbCuCpFunctionSingle) GetEPE1 ¶

GetEPE1 returns the EPE1 field value if set, zero value otherwise.

func (*ExternalGnbCuCpFunctionSingle) GetEPE1Ok ¶

func (o *ExternalGnbCuCpFunctionSingle) GetEPE1Ok() ([]EPE1Single, bool)

GetEPE1Ok returns a tuple with the EPE1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalGnbCuCpFunctionSingle) GetEPF1C ¶

GetEPF1C returns the EPF1C field value if set, zero value otherwise.

func (*ExternalGnbCuCpFunctionSingle) GetEPF1COk ¶

func (o *ExternalGnbCuCpFunctionSingle) GetEPF1COk() ([]EPF1CSingle, bool)

GetEPF1COk returns a tuple with the EPF1C field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalGnbCuCpFunctionSingle) GetEPXnC ¶

GetEPXnC returns the EPXnC field value if set, zero value otherwise.

func (*ExternalGnbCuCpFunctionSingle) GetEPXnCOk ¶

func (o *ExternalGnbCuCpFunctionSingle) GetEPXnCOk() ([]EPXnCSingle, bool)

GetEPXnCOk returns a tuple with the EPXnC field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalGnbCuCpFunctionSingle) GetExternalNrCellCu ¶

func (o *ExternalGnbCuCpFunctionSingle) GetExternalNrCellCu() []ExternalNrCellCuSingle

GetExternalNrCellCu returns the ExternalNrCellCu field value if set, zero value otherwise.

func (*ExternalGnbCuCpFunctionSingle) GetExternalNrCellCuOk ¶

func (o *ExternalGnbCuCpFunctionSingle) GetExternalNrCellCuOk() ([]ExternalNrCellCuSingle, bool)

GetExternalNrCellCuOk returns a tuple with the ExternalNrCellCu field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalGnbCuCpFunctionSingle) GetManagedNFService ¶

func (o *ExternalGnbCuCpFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle

GetManagedNFService returns the ManagedNFService field value if set, zero value otherwise.

func (*ExternalGnbCuCpFunctionSingle) GetManagedNFServiceOk ¶

func (o *ExternalGnbCuCpFunctionSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool)

GetManagedNFServiceOk returns a tuple with the ManagedNFService field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalGnbCuCpFunctionSingle) GetPerfMetricJob ¶

func (o *ExternalGnbCuCpFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle

GetPerfMetricJob returns the PerfMetricJob field value if set, zero value otherwise.

func (*ExternalGnbCuCpFunctionSingle) GetPerfMetricJobOk ¶

func (o *ExternalGnbCuCpFunctionSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)

GetPerfMetricJobOk returns a tuple with the PerfMetricJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalGnbCuCpFunctionSingle) GetThresholdMonitor ¶

func (o *ExternalGnbCuCpFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle

GetThresholdMonitor returns the ThresholdMonitor field value if set, zero value otherwise.

func (*ExternalGnbCuCpFunctionSingle) GetThresholdMonitorOk ¶

func (o *ExternalGnbCuCpFunctionSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)

GetThresholdMonitorOk returns a tuple with the ThresholdMonitor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalGnbCuCpFunctionSingle) GetTraceJob ¶

func (o *ExternalGnbCuCpFunctionSingle) GetTraceJob() []TraceJobSingle

GetTraceJob returns the TraceJob field value if set, zero value otherwise.

func (*ExternalGnbCuCpFunctionSingle) GetTraceJobOk ¶

func (o *ExternalGnbCuCpFunctionSingle) GetTraceJobOk() ([]TraceJobSingle, bool)

GetTraceJobOk returns a tuple with the TraceJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalGnbCuCpFunctionSingle) HasAttributes ¶

func (o *ExternalGnbCuCpFunctionSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*ExternalGnbCuCpFunctionSingle) HasEPE1 ¶

func (o *ExternalGnbCuCpFunctionSingle) HasEPE1() bool

HasEPE1 returns a boolean if a field has been set.

func (*ExternalGnbCuCpFunctionSingle) HasEPF1C ¶

func (o *ExternalGnbCuCpFunctionSingle) HasEPF1C() bool

HasEPF1C returns a boolean if a field has been set.

func (*ExternalGnbCuCpFunctionSingle) HasEPXnC ¶

func (o *ExternalGnbCuCpFunctionSingle) HasEPXnC() bool

HasEPXnC returns a boolean if a field has been set.

func (*ExternalGnbCuCpFunctionSingle) HasExternalNrCellCu ¶

func (o *ExternalGnbCuCpFunctionSingle) HasExternalNrCellCu() bool

HasExternalNrCellCu returns a boolean if a field has been set.

func (*ExternalGnbCuCpFunctionSingle) HasManagedNFService ¶

func (o *ExternalGnbCuCpFunctionSingle) HasManagedNFService() bool

HasManagedNFService returns a boolean if a field has been set.

func (*ExternalGnbCuCpFunctionSingle) HasPerfMetricJob ¶

func (o *ExternalGnbCuCpFunctionSingle) HasPerfMetricJob() bool

HasPerfMetricJob returns a boolean if a field has been set.

func (*ExternalGnbCuCpFunctionSingle) HasThresholdMonitor ¶

func (o *ExternalGnbCuCpFunctionSingle) HasThresholdMonitor() bool

HasThresholdMonitor returns a boolean if a field has been set.

func (*ExternalGnbCuCpFunctionSingle) HasTraceJob ¶

func (o *ExternalGnbCuCpFunctionSingle) HasTraceJob() bool

HasTraceJob returns a boolean if a field has been set.

func (ExternalGnbCuCpFunctionSingle) MarshalJSON ¶

func (o ExternalGnbCuCpFunctionSingle) MarshalJSON() ([]byte, error)

func (*ExternalGnbCuCpFunctionSingle) SetAttributes ¶

SetAttributes gets a reference to the given ExternalGnbCuCpFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (*ExternalGnbCuCpFunctionSingle) SetEPE1 ¶

func (o *ExternalGnbCuCpFunctionSingle) SetEPE1(v []EPE1Single)

SetEPE1 gets a reference to the given []EPE1Single and assigns it to the EPE1 field.

func (*ExternalGnbCuCpFunctionSingle) SetEPF1C ¶

func (o *ExternalGnbCuCpFunctionSingle) SetEPF1C(v []EPF1CSingle)

SetEPF1C gets a reference to the given []EPF1CSingle and assigns it to the EPF1C field.

func (*ExternalGnbCuCpFunctionSingle) SetEPXnC ¶

func (o *ExternalGnbCuCpFunctionSingle) SetEPXnC(v []EPXnCSingle)

SetEPXnC gets a reference to the given []EPXnCSingle and assigns it to the EPXnC field.

func (*ExternalGnbCuCpFunctionSingle) SetExternalNrCellCu ¶

func (o *ExternalGnbCuCpFunctionSingle) SetExternalNrCellCu(v []ExternalNrCellCuSingle)

SetExternalNrCellCu gets a reference to the given []ExternalNrCellCuSingle and assigns it to the ExternalNrCellCu field.

func (*ExternalGnbCuCpFunctionSingle) SetManagedNFService ¶

func (o *ExternalGnbCuCpFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle)

SetManagedNFService gets a reference to the given []ManagedNFServiceSingle and assigns it to the ManagedNFService field.

func (*ExternalGnbCuCpFunctionSingle) SetPerfMetricJob ¶

func (o *ExternalGnbCuCpFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle)

SetPerfMetricJob gets a reference to the given []PerfMetricJobSingle and assigns it to the PerfMetricJob field.

func (*ExternalGnbCuCpFunctionSingle) SetThresholdMonitor ¶

func (o *ExternalGnbCuCpFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)

SetThresholdMonitor gets a reference to the given []ThresholdMonitorSingle and assigns it to the ThresholdMonitor field.

func (*ExternalGnbCuCpFunctionSingle) SetTraceJob ¶

func (o *ExternalGnbCuCpFunctionSingle) SetTraceJob(v []TraceJobSingle)

SetTraceJob gets a reference to the given []TraceJobSingle and assigns it to the TraceJob field.

func (ExternalGnbCuCpFunctionSingle) ToMap ¶

func (o ExternalGnbCuCpFunctionSingle) ToMap() (map[string]interface{}, error)

type ExternalGnbCuCpFunctionSingleAllOf ¶

type ExternalGnbCuCpFunctionSingleAllOf struct {
	Attributes *ExternalGnbCuCpFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}

ExternalGnbCuCpFunctionSingleAllOf struct for ExternalGnbCuCpFunctionSingleAllOf

func NewExternalGnbCuCpFunctionSingleAllOf ¶

func NewExternalGnbCuCpFunctionSingleAllOf() *ExternalGnbCuCpFunctionSingleAllOf

NewExternalGnbCuCpFunctionSingleAllOf instantiates a new ExternalGnbCuCpFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewExternalGnbCuCpFunctionSingleAllOfWithDefaults ¶

func NewExternalGnbCuCpFunctionSingleAllOfWithDefaults() *ExternalGnbCuCpFunctionSingleAllOf

NewExternalGnbCuCpFunctionSingleAllOfWithDefaults instantiates a new ExternalGnbCuCpFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ExternalGnbCuCpFunctionSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*ExternalGnbCuCpFunctionSingleAllOf) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalGnbCuCpFunctionSingleAllOf) HasAttributes ¶

func (o *ExternalGnbCuCpFunctionSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (ExternalGnbCuCpFunctionSingleAllOf) MarshalJSON ¶

func (o ExternalGnbCuCpFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*ExternalGnbCuCpFunctionSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given ExternalGnbCuCpFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (ExternalGnbCuCpFunctionSingleAllOf) ToMap ¶

func (o ExternalGnbCuCpFunctionSingleAllOf) ToMap() (map[string]interface{}, error)

type ExternalGnbCuCpFunctionSingleAllOf1 ¶

type ExternalGnbCuCpFunctionSingleAllOf1 struct {
	ExternalNrCellCu []ExternalNrCellCuSingle `json:"ExternalNrCellCu,omitempty"`
	EPXnC            []EPXnCSingle            `json:"EP_XnC,omitempty"`
	EPE1             []EPE1Single             `json:"EP_E1,omitempty"`
	EPF1C            []EPF1CSingle            `json:"EP_F1C,omitempty"`
}

ExternalGnbCuCpFunctionSingleAllOf1 struct for ExternalGnbCuCpFunctionSingleAllOf1

func NewExternalGnbCuCpFunctionSingleAllOf1 ¶

func NewExternalGnbCuCpFunctionSingleAllOf1() *ExternalGnbCuCpFunctionSingleAllOf1

NewExternalGnbCuCpFunctionSingleAllOf1 instantiates a new ExternalGnbCuCpFunctionSingleAllOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewExternalGnbCuCpFunctionSingleAllOf1WithDefaults ¶

func NewExternalGnbCuCpFunctionSingleAllOf1WithDefaults() *ExternalGnbCuCpFunctionSingleAllOf1

NewExternalGnbCuCpFunctionSingleAllOf1WithDefaults instantiates a new ExternalGnbCuCpFunctionSingleAllOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ExternalGnbCuCpFunctionSingleAllOf1) GetEPE1 ¶

GetEPE1 returns the EPE1 field value if set, zero value otherwise.

func (*ExternalGnbCuCpFunctionSingleAllOf1) GetEPE1Ok ¶

GetEPE1Ok returns a tuple with the EPE1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalGnbCuCpFunctionSingleAllOf1) GetEPF1C ¶

GetEPF1C returns the EPF1C field value if set, zero value otherwise.

func (*ExternalGnbCuCpFunctionSingleAllOf1) GetEPF1COk ¶

GetEPF1COk returns a tuple with the EPF1C field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalGnbCuCpFunctionSingleAllOf1) GetEPXnC ¶

GetEPXnC returns the EPXnC field value if set, zero value otherwise.

func (*ExternalGnbCuCpFunctionSingleAllOf1) GetEPXnCOk ¶

GetEPXnCOk returns a tuple with the EPXnC field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalGnbCuCpFunctionSingleAllOf1) GetExternalNrCellCu ¶

GetExternalNrCellCu returns the ExternalNrCellCu field value if set, zero value otherwise.

func (*ExternalGnbCuCpFunctionSingleAllOf1) GetExternalNrCellCuOk ¶

func (o *ExternalGnbCuCpFunctionSingleAllOf1) GetExternalNrCellCuOk() ([]ExternalNrCellCuSingle, bool)

GetExternalNrCellCuOk returns a tuple with the ExternalNrCellCu field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalGnbCuCpFunctionSingleAllOf1) HasEPE1 ¶

HasEPE1 returns a boolean if a field has been set.

func (*ExternalGnbCuCpFunctionSingleAllOf1) HasEPF1C ¶

HasEPF1C returns a boolean if a field has been set.

func (*ExternalGnbCuCpFunctionSingleAllOf1) HasEPXnC ¶

HasEPXnC returns a boolean if a field has been set.

func (*ExternalGnbCuCpFunctionSingleAllOf1) HasExternalNrCellCu ¶

func (o *ExternalGnbCuCpFunctionSingleAllOf1) HasExternalNrCellCu() bool

HasExternalNrCellCu returns a boolean if a field has been set.

func (ExternalGnbCuCpFunctionSingleAllOf1) MarshalJSON ¶

func (o ExternalGnbCuCpFunctionSingleAllOf1) MarshalJSON() ([]byte, error)

func (*ExternalGnbCuCpFunctionSingleAllOf1) SetEPE1 ¶

SetEPE1 gets a reference to the given []EPE1Single and assigns it to the EPE1 field.

func (*ExternalGnbCuCpFunctionSingleAllOf1) SetEPF1C ¶

SetEPF1C gets a reference to the given []EPF1CSingle and assigns it to the EPF1C field.

func (*ExternalGnbCuCpFunctionSingleAllOf1) SetEPXnC ¶

SetEPXnC gets a reference to the given []EPXnCSingle and assigns it to the EPXnC field.

func (*ExternalGnbCuCpFunctionSingleAllOf1) SetExternalNrCellCu ¶

func (o *ExternalGnbCuCpFunctionSingleAllOf1) SetExternalNrCellCu(v []ExternalNrCellCuSingle)

SetExternalNrCellCu gets a reference to the given []ExternalNrCellCuSingle and assigns it to the ExternalNrCellCu field.

func (ExternalGnbCuCpFunctionSingleAllOf1) ToMap ¶

func (o ExternalGnbCuCpFunctionSingleAllOf1) ToMap() (map[string]interface{}, error)

type ExternalGnbCuCpFunctionSingleAllOfAttributes ¶

type ExternalGnbCuCpFunctionSingleAllOfAttributes struct {
	ManagedFunctionAttr
	GnbId       *string `json:"gnbId,omitempty"`
	GnbIdLength *int32  `json:"gnbIdLength,omitempty"`
	PlmnId      *PlmnId `json:"plmnId,omitempty"`
}

ExternalGnbCuCpFunctionSingleAllOfAttributes struct for ExternalGnbCuCpFunctionSingleAllOfAttributes

func NewExternalGnbCuCpFunctionSingleAllOfAttributes ¶

func NewExternalGnbCuCpFunctionSingleAllOfAttributes() *ExternalGnbCuCpFunctionSingleAllOfAttributes

NewExternalGnbCuCpFunctionSingleAllOfAttributes instantiates a new ExternalGnbCuCpFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewExternalGnbCuCpFunctionSingleAllOfAttributesWithDefaults ¶

func NewExternalGnbCuCpFunctionSingleAllOfAttributesWithDefaults() *ExternalGnbCuCpFunctionSingleAllOfAttributes

NewExternalGnbCuCpFunctionSingleAllOfAttributesWithDefaults instantiates a new ExternalGnbCuCpFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ExternalGnbCuCpFunctionSingleAllOfAttributes) GetGnbId ¶

GetGnbId returns the GnbId field value if set, zero value otherwise.

func (*ExternalGnbCuCpFunctionSingleAllOfAttributes) GetGnbIdLength ¶

GetGnbIdLength returns the GnbIdLength field value if set, zero value otherwise.

func (*ExternalGnbCuCpFunctionSingleAllOfAttributes) GetGnbIdLengthOk ¶

func (o *ExternalGnbCuCpFunctionSingleAllOfAttributes) GetGnbIdLengthOk() (*int32, bool)

GetGnbIdLengthOk returns a tuple with the GnbIdLength field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalGnbCuCpFunctionSingleAllOfAttributes) GetGnbIdOk ¶

GetGnbIdOk returns a tuple with the GnbId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalGnbCuCpFunctionSingleAllOfAttributes) GetPlmnId ¶

GetPlmnId returns the PlmnId field value if set, zero value otherwise.

func (*ExternalGnbCuCpFunctionSingleAllOfAttributes) GetPlmnIdOk ¶

GetPlmnIdOk returns a tuple with the PlmnId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalGnbCuCpFunctionSingleAllOfAttributes) HasGnbId ¶

HasGnbId returns a boolean if a field has been set.

func (*ExternalGnbCuCpFunctionSingleAllOfAttributes) HasGnbIdLength ¶

HasGnbIdLength returns a boolean if a field has been set.

func (*ExternalGnbCuCpFunctionSingleAllOfAttributes) HasPlmnId ¶

HasPlmnId returns a boolean if a field has been set.

func (ExternalGnbCuCpFunctionSingleAllOfAttributes) MarshalJSON ¶

func (*ExternalGnbCuCpFunctionSingleAllOfAttributes) SetGnbId ¶

SetGnbId gets a reference to the given string and assigns it to the GnbId field.

func (*ExternalGnbCuCpFunctionSingleAllOfAttributes) SetGnbIdLength ¶

SetGnbIdLength gets a reference to the given int32 and assigns it to the GnbIdLength field.

func (*ExternalGnbCuCpFunctionSingleAllOfAttributes) SetPlmnId ¶

SetPlmnId gets a reference to the given PlmnId and assigns it to the PlmnId field.

func (ExternalGnbCuCpFunctionSingleAllOfAttributes) ToMap ¶

func (o ExternalGnbCuCpFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf ¶

type ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf struct {
	GnbId       *string `json:"gnbId,omitempty"`
	GnbIdLength *int32  `json:"gnbIdLength,omitempty"`
	PlmnId      *PlmnId `json:"plmnId,omitempty"`
}

ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf struct for ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf

func NewExternalGnbCuCpFunctionSingleAllOfAttributesAllOf ¶

func NewExternalGnbCuCpFunctionSingleAllOfAttributesAllOf() *ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf

NewExternalGnbCuCpFunctionSingleAllOfAttributesAllOf instantiates a new ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewExternalGnbCuCpFunctionSingleAllOfAttributesAllOfWithDefaults ¶

func NewExternalGnbCuCpFunctionSingleAllOfAttributesAllOfWithDefaults() *ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf

NewExternalGnbCuCpFunctionSingleAllOfAttributesAllOfWithDefaults instantiates a new ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf) GetGnbId ¶

GetGnbId returns the GnbId field value if set, zero value otherwise.

func (*ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf) GetGnbIdLength ¶

GetGnbIdLength returns the GnbIdLength field value if set, zero value otherwise.

func (*ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf) GetGnbIdLengthOk ¶

GetGnbIdLengthOk returns a tuple with the GnbIdLength field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf) GetGnbIdOk ¶

GetGnbIdOk returns a tuple with the GnbId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf) GetPlmnId ¶

GetPlmnId returns the PlmnId field value if set, zero value otherwise.

func (*ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf) GetPlmnIdOk ¶

GetPlmnIdOk returns a tuple with the PlmnId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf) HasGnbId ¶

HasGnbId returns a boolean if a field has been set.

func (*ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf) HasGnbIdLength ¶

HasGnbIdLength returns a boolean if a field has been set.

func (*ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf) HasPlmnId ¶

HasPlmnId returns a boolean if a field has been set.

func (ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf) SetGnbId ¶

SetGnbId gets a reference to the given string and assigns it to the GnbId field.

func (*ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf) SetGnbIdLength ¶

SetGnbIdLength gets a reference to the given int32 and assigns it to the GnbIdLength field.

func (*ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf) SetPlmnId ¶

SetPlmnId gets a reference to the given PlmnId and assigns it to the PlmnId field.

func (ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf) ToMap ¶

func (o ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)

type ExternalGnbCuUpFunctionSingle ¶

type ExternalGnbCuUpFunctionSingle struct {
	Top
	Attributes       *ExternalGnbDuFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
	PerfMetricJob    []PerfMetricJobSingle                       `json:"PerfMetricJob,omitempty"`
	ThresholdMonitor []ThresholdMonitorSingle                    `json:"ThresholdMonitor,omitempty"`
	ManagedNFService []ManagedNFServiceSingle                    `json:"ManagedNFService,omitempty"`
	TraceJob         []TraceJobSingle                            `json:"TraceJob,omitempty"`
	EPE1             []EPE1Single                                `json:"EP_E1,omitempty"`
	EPF1U            []EPF1USingle                               `json:"EP_F1U,omitempty"`
	EPXnU            []EPXnUSingle                               `json:"EP_XnU,omitempty"`
}

ExternalGnbCuUpFunctionSingle struct for ExternalGnbCuUpFunctionSingle

func NewExternalGnbCuUpFunctionSingle ¶

func NewExternalGnbCuUpFunctionSingle(id NullableString) *ExternalGnbCuUpFunctionSingle

NewExternalGnbCuUpFunctionSingle instantiates a new ExternalGnbCuUpFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewExternalGnbCuUpFunctionSingleWithDefaults ¶

func NewExternalGnbCuUpFunctionSingleWithDefaults() *ExternalGnbCuUpFunctionSingle

NewExternalGnbCuUpFunctionSingleWithDefaults instantiates a new ExternalGnbCuUpFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ExternalGnbCuUpFunctionSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*ExternalGnbCuUpFunctionSingle) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalGnbCuUpFunctionSingle) GetEPE1 ¶

GetEPE1 returns the EPE1 field value if set, zero value otherwise.

func (*ExternalGnbCuUpFunctionSingle) GetEPE1Ok ¶

func (o *ExternalGnbCuUpFunctionSingle) GetEPE1Ok() ([]EPE1Single, bool)

GetEPE1Ok returns a tuple with the EPE1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalGnbCuUpFunctionSingle) GetEPF1U ¶

GetEPF1U returns the EPF1U field value if set, zero value otherwise.

func (*ExternalGnbCuUpFunctionSingle) GetEPF1UOk ¶

func (o *ExternalGnbCuUpFunctionSingle) GetEPF1UOk() ([]EPF1USingle, bool)

GetEPF1UOk returns a tuple with the EPF1U field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalGnbCuUpFunctionSingle) GetEPXnU ¶

GetEPXnU returns the EPXnU field value if set, zero value otherwise.

func (*ExternalGnbCuUpFunctionSingle) GetEPXnUOk ¶

func (o *ExternalGnbCuUpFunctionSingle) GetEPXnUOk() ([]EPXnUSingle, bool)

GetEPXnUOk returns a tuple with the EPXnU field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalGnbCuUpFunctionSingle) GetManagedNFService ¶

func (o *ExternalGnbCuUpFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle

GetManagedNFService returns the ManagedNFService field value if set, zero value otherwise.

func (*ExternalGnbCuUpFunctionSingle) GetManagedNFServiceOk ¶

func (o *ExternalGnbCuUpFunctionSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool)

GetManagedNFServiceOk returns a tuple with the ManagedNFService field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalGnbCuUpFunctionSingle) GetPerfMetricJob ¶

func (o *ExternalGnbCuUpFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle

GetPerfMetricJob returns the PerfMetricJob field value if set, zero value otherwise.

func (*ExternalGnbCuUpFunctionSingle) GetPerfMetricJobOk ¶

func (o *ExternalGnbCuUpFunctionSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)

GetPerfMetricJobOk returns a tuple with the PerfMetricJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalGnbCuUpFunctionSingle) GetThresholdMonitor ¶

func (o *ExternalGnbCuUpFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle

GetThresholdMonitor returns the ThresholdMonitor field value if set, zero value otherwise.

func (*ExternalGnbCuUpFunctionSingle) GetThresholdMonitorOk ¶

func (o *ExternalGnbCuUpFunctionSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)

GetThresholdMonitorOk returns a tuple with the ThresholdMonitor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalGnbCuUpFunctionSingle) GetTraceJob ¶

func (o *ExternalGnbCuUpFunctionSingle) GetTraceJob() []TraceJobSingle

GetTraceJob returns the TraceJob field value if set, zero value otherwise.

func (*ExternalGnbCuUpFunctionSingle) GetTraceJobOk ¶

func (o *ExternalGnbCuUpFunctionSingle) GetTraceJobOk() ([]TraceJobSingle, bool)

GetTraceJobOk returns a tuple with the TraceJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalGnbCuUpFunctionSingle) HasAttributes ¶

func (o *ExternalGnbCuUpFunctionSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*ExternalGnbCuUpFunctionSingle) HasEPE1 ¶

func (o *ExternalGnbCuUpFunctionSingle) HasEPE1() bool

HasEPE1 returns a boolean if a field has been set.

func (*ExternalGnbCuUpFunctionSingle) HasEPF1U ¶

func (o *ExternalGnbCuUpFunctionSingle) HasEPF1U() bool

HasEPF1U returns a boolean if a field has been set.

func (*ExternalGnbCuUpFunctionSingle) HasEPXnU ¶

func (o *ExternalGnbCuUpFunctionSingle) HasEPXnU() bool

HasEPXnU returns a boolean if a field has been set.

func (*ExternalGnbCuUpFunctionSingle) HasManagedNFService ¶

func (o *ExternalGnbCuUpFunctionSingle) HasManagedNFService() bool

HasManagedNFService returns a boolean if a field has been set.

func (*ExternalGnbCuUpFunctionSingle) HasPerfMetricJob ¶

func (o *ExternalGnbCuUpFunctionSingle) HasPerfMetricJob() bool

HasPerfMetricJob returns a boolean if a field has been set.

func (*ExternalGnbCuUpFunctionSingle) HasThresholdMonitor ¶

func (o *ExternalGnbCuUpFunctionSingle) HasThresholdMonitor() bool

HasThresholdMonitor returns a boolean if a field has been set.

func (*ExternalGnbCuUpFunctionSingle) HasTraceJob ¶

func (o *ExternalGnbCuUpFunctionSingle) HasTraceJob() bool

HasTraceJob returns a boolean if a field has been set.

func (ExternalGnbCuUpFunctionSingle) MarshalJSON ¶

func (o ExternalGnbCuUpFunctionSingle) MarshalJSON() ([]byte, error)

func (*ExternalGnbCuUpFunctionSingle) SetAttributes ¶

SetAttributes gets a reference to the given ExternalGnbDuFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (*ExternalGnbCuUpFunctionSingle) SetEPE1 ¶

func (o *ExternalGnbCuUpFunctionSingle) SetEPE1(v []EPE1Single)

SetEPE1 gets a reference to the given []EPE1Single and assigns it to the EPE1 field.

func (*ExternalGnbCuUpFunctionSingle) SetEPF1U ¶

func (o *ExternalGnbCuUpFunctionSingle) SetEPF1U(v []EPF1USingle)

SetEPF1U gets a reference to the given []EPF1USingle and assigns it to the EPF1U field.

func (*ExternalGnbCuUpFunctionSingle) SetEPXnU ¶

func (o *ExternalGnbCuUpFunctionSingle) SetEPXnU(v []EPXnUSingle)

SetEPXnU gets a reference to the given []EPXnUSingle and assigns it to the EPXnU field.

func (*ExternalGnbCuUpFunctionSingle) SetManagedNFService ¶

func (o *ExternalGnbCuUpFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle)

SetManagedNFService gets a reference to the given []ManagedNFServiceSingle and assigns it to the ManagedNFService field.

func (*ExternalGnbCuUpFunctionSingle) SetPerfMetricJob ¶

func (o *ExternalGnbCuUpFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle)

SetPerfMetricJob gets a reference to the given []PerfMetricJobSingle and assigns it to the PerfMetricJob field.

func (*ExternalGnbCuUpFunctionSingle) SetThresholdMonitor ¶

func (o *ExternalGnbCuUpFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)

SetThresholdMonitor gets a reference to the given []ThresholdMonitorSingle and assigns it to the ThresholdMonitor field.

func (*ExternalGnbCuUpFunctionSingle) SetTraceJob ¶

func (o *ExternalGnbCuUpFunctionSingle) SetTraceJob(v []TraceJobSingle)

SetTraceJob gets a reference to the given []TraceJobSingle and assigns it to the TraceJob field.

func (ExternalGnbCuUpFunctionSingle) ToMap ¶

func (o ExternalGnbCuUpFunctionSingle) ToMap() (map[string]interface{}, error)

type ExternalGnbCuUpFunctionSingleAllOf ¶

type ExternalGnbCuUpFunctionSingleAllOf struct {
	EPE1  []EPE1Single  `json:"EP_E1,omitempty"`
	EPF1U []EPF1USingle `json:"EP_F1U,omitempty"`
	EPXnU []EPXnUSingle `json:"EP_XnU,omitempty"`
}

ExternalGnbCuUpFunctionSingleAllOf struct for ExternalGnbCuUpFunctionSingleAllOf

func NewExternalGnbCuUpFunctionSingleAllOf ¶

func NewExternalGnbCuUpFunctionSingleAllOf() *ExternalGnbCuUpFunctionSingleAllOf

NewExternalGnbCuUpFunctionSingleAllOf instantiates a new ExternalGnbCuUpFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewExternalGnbCuUpFunctionSingleAllOfWithDefaults ¶

func NewExternalGnbCuUpFunctionSingleAllOfWithDefaults() *ExternalGnbCuUpFunctionSingleAllOf

NewExternalGnbCuUpFunctionSingleAllOfWithDefaults instantiates a new ExternalGnbCuUpFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ExternalGnbCuUpFunctionSingleAllOf) GetEPE1 ¶

GetEPE1 returns the EPE1 field value if set, zero value otherwise.

func (*ExternalGnbCuUpFunctionSingleAllOf) GetEPE1Ok ¶

GetEPE1Ok returns a tuple with the EPE1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalGnbCuUpFunctionSingleAllOf) GetEPF1U ¶

GetEPF1U returns the EPF1U field value if set, zero value otherwise.

func (*ExternalGnbCuUpFunctionSingleAllOf) GetEPF1UOk ¶

GetEPF1UOk returns a tuple with the EPF1U field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalGnbCuUpFunctionSingleAllOf) GetEPXnU ¶

GetEPXnU returns the EPXnU field value if set, zero value otherwise.

func (*ExternalGnbCuUpFunctionSingleAllOf) GetEPXnUOk ¶

GetEPXnUOk returns a tuple with the EPXnU field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalGnbCuUpFunctionSingleAllOf) HasEPE1 ¶

HasEPE1 returns a boolean if a field has been set.

func (*ExternalGnbCuUpFunctionSingleAllOf) HasEPF1U ¶

HasEPF1U returns a boolean if a field has been set.

func (*ExternalGnbCuUpFunctionSingleAllOf) HasEPXnU ¶

HasEPXnU returns a boolean if a field has been set.

func (ExternalGnbCuUpFunctionSingleAllOf) MarshalJSON ¶

func (o ExternalGnbCuUpFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*ExternalGnbCuUpFunctionSingleAllOf) SetEPE1 ¶

SetEPE1 gets a reference to the given []EPE1Single and assigns it to the EPE1 field.

func (*ExternalGnbCuUpFunctionSingleAllOf) SetEPF1U ¶

SetEPF1U gets a reference to the given []EPF1USingle and assigns it to the EPF1U field.

func (*ExternalGnbCuUpFunctionSingleAllOf) SetEPXnU ¶

SetEPXnU gets a reference to the given []EPXnUSingle and assigns it to the EPXnU field.

func (ExternalGnbCuUpFunctionSingleAllOf) ToMap ¶

func (o ExternalGnbCuUpFunctionSingleAllOf) ToMap() (map[string]interface{}, error)

type ExternalGnbDuFunctionSingle ¶

type ExternalGnbDuFunctionSingle struct {
	Top
	Attributes       *ExternalGnbDuFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
	PerfMetricJob    []PerfMetricJobSingle                       `json:"PerfMetricJob,omitempty"`
	ThresholdMonitor []ThresholdMonitorSingle                    `json:"ThresholdMonitor,omitempty"`
	ManagedNFService []ManagedNFServiceSingle                    `json:"ManagedNFService,omitempty"`
	TraceJob         []TraceJobSingle                            `json:"TraceJob,omitempty"`
	EPF1C            []EPF1CSingle                               `json:"EP_F1C,omitempty"`
	EPF1U            []EPF1USingle                               `json:"EP_F1U,omitempty"`
}

ExternalGnbDuFunctionSingle struct for ExternalGnbDuFunctionSingle

func NewExternalGnbDuFunctionSingle ¶

func NewExternalGnbDuFunctionSingle(id NullableString) *ExternalGnbDuFunctionSingle

NewExternalGnbDuFunctionSingle instantiates a new ExternalGnbDuFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewExternalGnbDuFunctionSingleWithDefaults ¶

func NewExternalGnbDuFunctionSingleWithDefaults() *ExternalGnbDuFunctionSingle

NewExternalGnbDuFunctionSingleWithDefaults instantiates a new ExternalGnbDuFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ExternalGnbDuFunctionSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*ExternalGnbDuFunctionSingle) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalGnbDuFunctionSingle) GetEPF1C ¶

func (o *ExternalGnbDuFunctionSingle) GetEPF1C() []EPF1CSingle

GetEPF1C returns the EPF1C field value if set, zero value otherwise.

func (*ExternalGnbDuFunctionSingle) GetEPF1COk ¶

func (o *ExternalGnbDuFunctionSingle) GetEPF1COk() ([]EPF1CSingle, bool)

GetEPF1COk returns a tuple with the EPF1C field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalGnbDuFunctionSingle) GetEPF1U ¶

func (o *ExternalGnbDuFunctionSingle) GetEPF1U() []EPF1USingle

GetEPF1U returns the EPF1U field value if set, zero value otherwise.

func (*ExternalGnbDuFunctionSingle) GetEPF1UOk ¶

func (o *ExternalGnbDuFunctionSingle) GetEPF1UOk() ([]EPF1USingle, bool)

GetEPF1UOk returns a tuple with the EPF1U field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalGnbDuFunctionSingle) GetManagedNFService ¶

func (o *ExternalGnbDuFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle

GetManagedNFService returns the ManagedNFService field value if set, zero value otherwise.

func (*ExternalGnbDuFunctionSingle) GetManagedNFServiceOk ¶

func (o *ExternalGnbDuFunctionSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool)

GetManagedNFServiceOk returns a tuple with the ManagedNFService field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalGnbDuFunctionSingle) GetPerfMetricJob ¶

func (o *ExternalGnbDuFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle

GetPerfMetricJob returns the PerfMetricJob field value if set, zero value otherwise.

func (*ExternalGnbDuFunctionSingle) GetPerfMetricJobOk ¶

func (o *ExternalGnbDuFunctionSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)

GetPerfMetricJobOk returns a tuple with the PerfMetricJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalGnbDuFunctionSingle) GetThresholdMonitor ¶

func (o *ExternalGnbDuFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle

GetThresholdMonitor returns the ThresholdMonitor field value if set, zero value otherwise.

func (*ExternalGnbDuFunctionSingle) GetThresholdMonitorOk ¶

func (o *ExternalGnbDuFunctionSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)

GetThresholdMonitorOk returns a tuple with the ThresholdMonitor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalGnbDuFunctionSingle) GetTraceJob ¶

func (o *ExternalGnbDuFunctionSingle) GetTraceJob() []TraceJobSingle

GetTraceJob returns the TraceJob field value if set, zero value otherwise.

func (*ExternalGnbDuFunctionSingle) GetTraceJobOk ¶

func (o *ExternalGnbDuFunctionSingle) GetTraceJobOk() ([]TraceJobSingle, bool)

GetTraceJobOk returns a tuple with the TraceJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalGnbDuFunctionSingle) HasAttributes ¶

func (o *ExternalGnbDuFunctionSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*ExternalGnbDuFunctionSingle) HasEPF1C ¶

func (o *ExternalGnbDuFunctionSingle) HasEPF1C() bool

HasEPF1C returns a boolean if a field has been set.

func (*ExternalGnbDuFunctionSingle) HasEPF1U ¶

func (o *ExternalGnbDuFunctionSingle) HasEPF1U() bool

HasEPF1U returns a boolean if a field has been set.

func (*ExternalGnbDuFunctionSingle) HasManagedNFService ¶

func (o *ExternalGnbDuFunctionSingle) HasManagedNFService() bool

HasManagedNFService returns a boolean if a field has been set.

func (*ExternalGnbDuFunctionSingle) HasPerfMetricJob ¶

func (o *ExternalGnbDuFunctionSingle) HasPerfMetricJob() bool

HasPerfMetricJob returns a boolean if a field has been set.

func (*ExternalGnbDuFunctionSingle) HasThresholdMonitor ¶

func (o *ExternalGnbDuFunctionSingle) HasThresholdMonitor() bool

HasThresholdMonitor returns a boolean if a field has been set.

func (*ExternalGnbDuFunctionSingle) HasTraceJob ¶

func (o *ExternalGnbDuFunctionSingle) HasTraceJob() bool

HasTraceJob returns a boolean if a field has been set.

func (ExternalGnbDuFunctionSingle) MarshalJSON ¶

func (o ExternalGnbDuFunctionSingle) MarshalJSON() ([]byte, error)

func (*ExternalGnbDuFunctionSingle) SetAttributes ¶

SetAttributes gets a reference to the given ExternalGnbDuFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (*ExternalGnbDuFunctionSingle) SetEPF1C ¶

func (o *ExternalGnbDuFunctionSingle) SetEPF1C(v []EPF1CSingle)

SetEPF1C gets a reference to the given []EPF1CSingle and assigns it to the EPF1C field.

func (*ExternalGnbDuFunctionSingle) SetEPF1U ¶

func (o *ExternalGnbDuFunctionSingle) SetEPF1U(v []EPF1USingle)

SetEPF1U gets a reference to the given []EPF1USingle and assigns it to the EPF1U field.

func (*ExternalGnbDuFunctionSingle) SetManagedNFService ¶

func (o *ExternalGnbDuFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle)

SetManagedNFService gets a reference to the given []ManagedNFServiceSingle and assigns it to the ManagedNFService field.

func (*ExternalGnbDuFunctionSingle) SetPerfMetricJob ¶

func (o *ExternalGnbDuFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle)

SetPerfMetricJob gets a reference to the given []PerfMetricJobSingle and assigns it to the PerfMetricJob field.

func (*ExternalGnbDuFunctionSingle) SetThresholdMonitor ¶

func (o *ExternalGnbDuFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)

SetThresholdMonitor gets a reference to the given []ThresholdMonitorSingle and assigns it to the ThresholdMonitor field.

func (*ExternalGnbDuFunctionSingle) SetTraceJob ¶

func (o *ExternalGnbDuFunctionSingle) SetTraceJob(v []TraceJobSingle)

SetTraceJob gets a reference to the given []TraceJobSingle and assigns it to the TraceJob field.

func (ExternalGnbDuFunctionSingle) ToMap ¶

func (o ExternalGnbDuFunctionSingle) ToMap() (map[string]interface{}, error)

type ExternalGnbDuFunctionSingleAllOf ¶

type ExternalGnbDuFunctionSingleAllOf struct {
	Attributes *ExternalGnbDuFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}

ExternalGnbDuFunctionSingleAllOf struct for ExternalGnbDuFunctionSingleAllOf

func NewExternalGnbDuFunctionSingleAllOf ¶

func NewExternalGnbDuFunctionSingleAllOf() *ExternalGnbDuFunctionSingleAllOf

NewExternalGnbDuFunctionSingleAllOf instantiates a new ExternalGnbDuFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewExternalGnbDuFunctionSingleAllOfWithDefaults ¶

func NewExternalGnbDuFunctionSingleAllOfWithDefaults() *ExternalGnbDuFunctionSingleAllOf

NewExternalGnbDuFunctionSingleAllOfWithDefaults instantiates a new ExternalGnbDuFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ExternalGnbDuFunctionSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*ExternalGnbDuFunctionSingleAllOf) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalGnbDuFunctionSingleAllOf) HasAttributes ¶

func (o *ExternalGnbDuFunctionSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (ExternalGnbDuFunctionSingleAllOf) MarshalJSON ¶

func (o ExternalGnbDuFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*ExternalGnbDuFunctionSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given ExternalGnbDuFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (ExternalGnbDuFunctionSingleAllOf) ToMap ¶

func (o ExternalGnbDuFunctionSingleAllOf) ToMap() (map[string]interface{}, error)

type ExternalGnbDuFunctionSingleAllOf1 ¶

type ExternalGnbDuFunctionSingleAllOf1 struct {
	EPF1C []EPF1CSingle `json:"EP_F1C,omitempty"`
	EPF1U []EPF1USingle `json:"EP_F1U,omitempty"`
}

ExternalGnbDuFunctionSingleAllOf1 struct for ExternalGnbDuFunctionSingleAllOf1

func NewExternalGnbDuFunctionSingleAllOf1 ¶

func NewExternalGnbDuFunctionSingleAllOf1() *ExternalGnbDuFunctionSingleAllOf1

NewExternalGnbDuFunctionSingleAllOf1 instantiates a new ExternalGnbDuFunctionSingleAllOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewExternalGnbDuFunctionSingleAllOf1WithDefaults ¶

func NewExternalGnbDuFunctionSingleAllOf1WithDefaults() *ExternalGnbDuFunctionSingleAllOf1

NewExternalGnbDuFunctionSingleAllOf1WithDefaults instantiates a new ExternalGnbDuFunctionSingleAllOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ExternalGnbDuFunctionSingleAllOf1) GetEPF1C ¶

GetEPF1C returns the EPF1C field value if set, zero value otherwise.

func (*ExternalGnbDuFunctionSingleAllOf1) GetEPF1COk ¶

func (o *ExternalGnbDuFunctionSingleAllOf1) GetEPF1COk() ([]EPF1CSingle, bool)

GetEPF1COk returns a tuple with the EPF1C field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalGnbDuFunctionSingleAllOf1) GetEPF1U ¶

GetEPF1U returns the EPF1U field value if set, zero value otherwise.

func (*ExternalGnbDuFunctionSingleAllOf1) GetEPF1UOk ¶

func (o *ExternalGnbDuFunctionSingleAllOf1) GetEPF1UOk() ([]EPF1USingle, bool)

GetEPF1UOk returns a tuple with the EPF1U field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalGnbDuFunctionSingleAllOf1) HasEPF1C ¶

HasEPF1C returns a boolean if a field has been set.

func (*ExternalGnbDuFunctionSingleAllOf1) HasEPF1U ¶

HasEPF1U returns a boolean if a field has been set.

func (ExternalGnbDuFunctionSingleAllOf1) MarshalJSON ¶

func (o ExternalGnbDuFunctionSingleAllOf1) MarshalJSON() ([]byte, error)

func (*ExternalGnbDuFunctionSingleAllOf1) SetEPF1C ¶

SetEPF1C gets a reference to the given []EPF1CSingle and assigns it to the EPF1C field.

func (*ExternalGnbDuFunctionSingleAllOf1) SetEPF1U ¶

SetEPF1U gets a reference to the given []EPF1USingle and assigns it to the EPF1U field.

func (ExternalGnbDuFunctionSingleAllOf1) ToMap ¶

func (o ExternalGnbDuFunctionSingleAllOf1) ToMap() (map[string]interface{}, error)

type ExternalGnbDuFunctionSingleAllOfAttributes ¶

type ExternalGnbDuFunctionSingleAllOfAttributes struct {
	ManagedFunctionAttr
	GnbId       *string `json:"gnbId,omitempty"`
	GnbIdLength *int32  `json:"gnbIdLength,omitempty"`
}

ExternalGnbDuFunctionSingleAllOfAttributes struct for ExternalGnbDuFunctionSingleAllOfAttributes

func NewExternalGnbDuFunctionSingleAllOfAttributes ¶

func NewExternalGnbDuFunctionSingleAllOfAttributes() *ExternalGnbDuFunctionSingleAllOfAttributes

NewExternalGnbDuFunctionSingleAllOfAttributes instantiates a new ExternalGnbDuFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewExternalGnbDuFunctionSingleAllOfAttributesWithDefaults ¶

func NewExternalGnbDuFunctionSingleAllOfAttributesWithDefaults() *ExternalGnbDuFunctionSingleAllOfAttributes

NewExternalGnbDuFunctionSingleAllOfAttributesWithDefaults instantiates a new ExternalGnbDuFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ExternalGnbDuFunctionSingleAllOfAttributes) GetGnbId ¶

GetGnbId returns the GnbId field value if set, zero value otherwise.

func (*ExternalGnbDuFunctionSingleAllOfAttributes) GetGnbIdLength ¶

GetGnbIdLength returns the GnbIdLength field value if set, zero value otherwise.

func (*ExternalGnbDuFunctionSingleAllOfAttributes) GetGnbIdLengthOk ¶

func (o *ExternalGnbDuFunctionSingleAllOfAttributes) GetGnbIdLengthOk() (*int32, bool)

GetGnbIdLengthOk returns a tuple with the GnbIdLength field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalGnbDuFunctionSingleAllOfAttributes) GetGnbIdOk ¶

GetGnbIdOk returns a tuple with the GnbId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalGnbDuFunctionSingleAllOfAttributes) HasGnbId ¶

HasGnbId returns a boolean if a field has been set.

func (*ExternalGnbDuFunctionSingleAllOfAttributes) HasGnbIdLength ¶

HasGnbIdLength returns a boolean if a field has been set.

func (ExternalGnbDuFunctionSingleAllOfAttributes) MarshalJSON ¶

func (*ExternalGnbDuFunctionSingleAllOfAttributes) SetGnbId ¶

SetGnbId gets a reference to the given string and assigns it to the GnbId field.

func (*ExternalGnbDuFunctionSingleAllOfAttributes) SetGnbIdLength ¶

SetGnbIdLength gets a reference to the given int32 and assigns it to the GnbIdLength field.

func (ExternalGnbDuFunctionSingleAllOfAttributes) ToMap ¶

func (o ExternalGnbDuFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type ExternalGnbDuFunctionSingleAllOfAttributesAllOf ¶

type ExternalGnbDuFunctionSingleAllOfAttributesAllOf struct {
	GnbId       *string `json:"gnbId,omitempty"`
	GnbIdLength *int32  `json:"gnbIdLength,omitempty"`
}

ExternalGnbDuFunctionSingleAllOfAttributesAllOf struct for ExternalGnbDuFunctionSingleAllOfAttributesAllOf

func NewExternalGnbDuFunctionSingleAllOfAttributesAllOf ¶

func NewExternalGnbDuFunctionSingleAllOfAttributesAllOf() *ExternalGnbDuFunctionSingleAllOfAttributesAllOf

NewExternalGnbDuFunctionSingleAllOfAttributesAllOf instantiates a new ExternalGnbDuFunctionSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewExternalGnbDuFunctionSingleAllOfAttributesAllOfWithDefaults ¶

func NewExternalGnbDuFunctionSingleAllOfAttributesAllOfWithDefaults() *ExternalGnbDuFunctionSingleAllOfAttributesAllOf

NewExternalGnbDuFunctionSingleAllOfAttributesAllOfWithDefaults instantiates a new ExternalGnbDuFunctionSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ExternalGnbDuFunctionSingleAllOfAttributesAllOf) GetGnbId ¶

GetGnbId returns the GnbId field value if set, zero value otherwise.

func (*ExternalGnbDuFunctionSingleAllOfAttributesAllOf) GetGnbIdLength ¶

GetGnbIdLength returns the GnbIdLength field value if set, zero value otherwise.

func (*ExternalGnbDuFunctionSingleAllOfAttributesAllOf) GetGnbIdLengthOk ¶

GetGnbIdLengthOk returns a tuple with the GnbIdLength field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalGnbDuFunctionSingleAllOfAttributesAllOf) GetGnbIdOk ¶

GetGnbIdOk returns a tuple with the GnbId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalGnbDuFunctionSingleAllOfAttributesAllOf) HasGnbId ¶

HasGnbId returns a boolean if a field has been set.

func (*ExternalGnbDuFunctionSingleAllOfAttributesAllOf) HasGnbIdLength ¶

HasGnbIdLength returns a boolean if a field has been set.

func (ExternalGnbDuFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*ExternalGnbDuFunctionSingleAllOfAttributesAllOf) SetGnbId ¶

SetGnbId gets a reference to the given string and assigns it to the GnbId field.

func (*ExternalGnbDuFunctionSingleAllOfAttributesAllOf) SetGnbIdLength ¶

SetGnbIdLength gets a reference to the given int32 and assigns it to the GnbIdLength field.

func (ExternalGnbDuFunctionSingleAllOfAttributesAllOf) ToMap ¶

func (o ExternalGnbDuFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)

type ExternalNrCellCuSingle ¶

type ExternalNrCellCuSingle struct {
	Top
	Attributes       *ExternalNrCellCuSingleAllOfAttributes `json:"attributes,omitempty"`
	PerfMetricJob    []PerfMetricJobSingle                  `json:"PerfMetricJob,omitempty"`
	ThresholdMonitor []ThresholdMonitorSingle               `json:"ThresholdMonitor,omitempty"`
	ManagedNFService []ManagedNFServiceSingle               `json:"ManagedNFService,omitempty"`
	TraceJob         []TraceJobSingle                       `json:"TraceJob,omitempty"`
}

ExternalNrCellCuSingle struct for ExternalNrCellCuSingle

func NewExternalNrCellCuSingle ¶

func NewExternalNrCellCuSingle(id NullableString) *ExternalNrCellCuSingle

NewExternalNrCellCuSingle instantiates a new ExternalNrCellCuSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewExternalNrCellCuSingleWithDefaults ¶

func NewExternalNrCellCuSingleWithDefaults() *ExternalNrCellCuSingle

NewExternalNrCellCuSingleWithDefaults instantiates a new ExternalNrCellCuSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ExternalNrCellCuSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*ExternalNrCellCuSingle) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalNrCellCuSingle) GetManagedNFService ¶

func (o *ExternalNrCellCuSingle) GetManagedNFService() []ManagedNFServiceSingle

GetManagedNFService returns the ManagedNFService field value if set, zero value otherwise.

func (*ExternalNrCellCuSingle) GetManagedNFServiceOk ¶

func (o *ExternalNrCellCuSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool)

GetManagedNFServiceOk returns a tuple with the ManagedNFService field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalNrCellCuSingle) GetPerfMetricJob ¶

func (o *ExternalNrCellCuSingle) GetPerfMetricJob() []PerfMetricJobSingle

GetPerfMetricJob returns the PerfMetricJob field value if set, zero value otherwise.

func (*ExternalNrCellCuSingle) GetPerfMetricJobOk ¶

func (o *ExternalNrCellCuSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)

GetPerfMetricJobOk returns a tuple with the PerfMetricJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalNrCellCuSingle) GetThresholdMonitor ¶

func (o *ExternalNrCellCuSingle) GetThresholdMonitor() []ThresholdMonitorSingle

GetThresholdMonitor returns the ThresholdMonitor field value if set, zero value otherwise.

func (*ExternalNrCellCuSingle) GetThresholdMonitorOk ¶

func (o *ExternalNrCellCuSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)

GetThresholdMonitorOk returns a tuple with the ThresholdMonitor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalNrCellCuSingle) GetTraceJob ¶

func (o *ExternalNrCellCuSingle) GetTraceJob() []TraceJobSingle

GetTraceJob returns the TraceJob field value if set, zero value otherwise.

func (*ExternalNrCellCuSingle) GetTraceJobOk ¶

func (o *ExternalNrCellCuSingle) GetTraceJobOk() ([]TraceJobSingle, bool)

GetTraceJobOk returns a tuple with the TraceJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalNrCellCuSingle) HasAttributes ¶

func (o *ExternalNrCellCuSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*ExternalNrCellCuSingle) HasManagedNFService ¶

func (o *ExternalNrCellCuSingle) HasManagedNFService() bool

HasManagedNFService returns a boolean if a field has been set.

func (*ExternalNrCellCuSingle) HasPerfMetricJob ¶

func (o *ExternalNrCellCuSingle) HasPerfMetricJob() bool

HasPerfMetricJob returns a boolean if a field has been set.

func (*ExternalNrCellCuSingle) HasThresholdMonitor ¶

func (o *ExternalNrCellCuSingle) HasThresholdMonitor() bool

HasThresholdMonitor returns a boolean if a field has been set.

func (*ExternalNrCellCuSingle) HasTraceJob ¶

func (o *ExternalNrCellCuSingle) HasTraceJob() bool

HasTraceJob returns a boolean if a field has been set.

func (ExternalNrCellCuSingle) MarshalJSON ¶

func (o ExternalNrCellCuSingle) MarshalJSON() ([]byte, error)

func (*ExternalNrCellCuSingle) SetAttributes ¶

SetAttributes gets a reference to the given ExternalNrCellCuSingleAllOfAttributes and assigns it to the Attributes field.

func (*ExternalNrCellCuSingle) SetManagedNFService ¶

func (o *ExternalNrCellCuSingle) SetManagedNFService(v []ManagedNFServiceSingle)

SetManagedNFService gets a reference to the given []ManagedNFServiceSingle and assigns it to the ManagedNFService field.

func (*ExternalNrCellCuSingle) SetPerfMetricJob ¶

func (o *ExternalNrCellCuSingle) SetPerfMetricJob(v []PerfMetricJobSingle)

SetPerfMetricJob gets a reference to the given []PerfMetricJobSingle and assigns it to the PerfMetricJob field.

func (*ExternalNrCellCuSingle) SetThresholdMonitor ¶

func (o *ExternalNrCellCuSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)

SetThresholdMonitor gets a reference to the given []ThresholdMonitorSingle and assigns it to the ThresholdMonitor field.

func (*ExternalNrCellCuSingle) SetTraceJob ¶

func (o *ExternalNrCellCuSingle) SetTraceJob(v []TraceJobSingle)

SetTraceJob gets a reference to the given []TraceJobSingle and assigns it to the TraceJob field.

func (ExternalNrCellCuSingle) ToMap ¶

func (o ExternalNrCellCuSingle) ToMap() (map[string]interface{}, error)

type ExternalNrCellCuSingleAllOf ¶

type ExternalNrCellCuSingleAllOf struct {
	Attributes *ExternalNrCellCuSingleAllOfAttributes `json:"attributes,omitempty"`
}

ExternalNrCellCuSingleAllOf struct for ExternalNrCellCuSingleAllOf

func NewExternalNrCellCuSingleAllOf ¶

func NewExternalNrCellCuSingleAllOf() *ExternalNrCellCuSingleAllOf

NewExternalNrCellCuSingleAllOf instantiates a new ExternalNrCellCuSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewExternalNrCellCuSingleAllOfWithDefaults ¶

func NewExternalNrCellCuSingleAllOfWithDefaults() *ExternalNrCellCuSingleAllOf

NewExternalNrCellCuSingleAllOfWithDefaults instantiates a new ExternalNrCellCuSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ExternalNrCellCuSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*ExternalNrCellCuSingleAllOf) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalNrCellCuSingleAllOf) HasAttributes ¶

func (o *ExternalNrCellCuSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (ExternalNrCellCuSingleAllOf) MarshalJSON ¶

func (o ExternalNrCellCuSingleAllOf) MarshalJSON() ([]byte, error)

func (*ExternalNrCellCuSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given ExternalNrCellCuSingleAllOfAttributes and assigns it to the Attributes field.

func (ExternalNrCellCuSingleAllOf) ToMap ¶

func (o ExternalNrCellCuSingleAllOf) ToMap() (map[string]interface{}, error)

type ExternalNrCellCuSingleAllOfAttributes ¶

type ExternalNrCellCuSingleAllOfAttributes struct {
	ManagedFunctionAttr
	CellLocalId    *int32   `json:"cellLocalId,omitempty"`
	NrPci          *int32   `json:"nrPci,omitempty"`
	PlmnIdList     []PlmnId `json:"plmnIdList,omitempty"`
	NRFrequencyRef *string  `json:"nRFrequencyRef,omitempty"`
}

ExternalNrCellCuSingleAllOfAttributes struct for ExternalNrCellCuSingleAllOfAttributes

func NewExternalNrCellCuSingleAllOfAttributes ¶

func NewExternalNrCellCuSingleAllOfAttributes() *ExternalNrCellCuSingleAllOfAttributes

NewExternalNrCellCuSingleAllOfAttributes instantiates a new ExternalNrCellCuSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewExternalNrCellCuSingleAllOfAttributesWithDefaults ¶

func NewExternalNrCellCuSingleAllOfAttributesWithDefaults() *ExternalNrCellCuSingleAllOfAttributes

NewExternalNrCellCuSingleAllOfAttributesWithDefaults instantiates a new ExternalNrCellCuSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ExternalNrCellCuSingleAllOfAttributes) GetCellLocalId ¶

func (o *ExternalNrCellCuSingleAllOfAttributes) GetCellLocalId() int32

GetCellLocalId returns the CellLocalId field value if set, zero value otherwise.

func (*ExternalNrCellCuSingleAllOfAttributes) GetCellLocalIdOk ¶

func (o *ExternalNrCellCuSingleAllOfAttributes) GetCellLocalIdOk() (*int32, bool)

GetCellLocalIdOk returns a tuple with the CellLocalId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalNrCellCuSingleAllOfAttributes) GetNRFrequencyRef ¶

func (o *ExternalNrCellCuSingleAllOfAttributes) GetNRFrequencyRef() string

GetNRFrequencyRef returns the NRFrequencyRef field value if set, zero value otherwise.

func (*ExternalNrCellCuSingleAllOfAttributes) GetNRFrequencyRefOk ¶

func (o *ExternalNrCellCuSingleAllOfAttributes) GetNRFrequencyRefOk() (*string, bool)

GetNRFrequencyRefOk returns a tuple with the NRFrequencyRef field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalNrCellCuSingleAllOfAttributes) GetNrPci ¶

GetNrPci returns the NrPci field value if set, zero value otherwise.

func (*ExternalNrCellCuSingleAllOfAttributes) GetNrPciOk ¶

func (o *ExternalNrCellCuSingleAllOfAttributes) GetNrPciOk() (*int32, bool)

GetNrPciOk returns a tuple with the NrPci field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalNrCellCuSingleAllOfAttributes) GetPlmnIdList ¶

func (o *ExternalNrCellCuSingleAllOfAttributes) GetPlmnIdList() []PlmnId

GetPlmnIdList returns the PlmnIdList field value if set, zero value otherwise.

func (*ExternalNrCellCuSingleAllOfAttributes) GetPlmnIdListOk ¶

func (o *ExternalNrCellCuSingleAllOfAttributes) GetPlmnIdListOk() ([]PlmnId, bool)

GetPlmnIdListOk returns a tuple with the PlmnIdList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalNrCellCuSingleAllOfAttributes) HasCellLocalId ¶

func (o *ExternalNrCellCuSingleAllOfAttributes) HasCellLocalId() bool

HasCellLocalId returns a boolean if a field has been set.

func (*ExternalNrCellCuSingleAllOfAttributes) HasNRFrequencyRef ¶

func (o *ExternalNrCellCuSingleAllOfAttributes) HasNRFrequencyRef() bool

HasNRFrequencyRef returns a boolean if a field has been set.

func (*ExternalNrCellCuSingleAllOfAttributes) HasNrPci ¶

HasNrPci returns a boolean if a field has been set.

func (*ExternalNrCellCuSingleAllOfAttributes) HasPlmnIdList ¶

func (o *ExternalNrCellCuSingleAllOfAttributes) HasPlmnIdList() bool

HasPlmnIdList returns a boolean if a field has been set.

func (ExternalNrCellCuSingleAllOfAttributes) MarshalJSON ¶

func (o ExternalNrCellCuSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*ExternalNrCellCuSingleAllOfAttributes) SetCellLocalId ¶

func (o *ExternalNrCellCuSingleAllOfAttributes) SetCellLocalId(v int32)

SetCellLocalId gets a reference to the given int32 and assigns it to the CellLocalId field.

func (*ExternalNrCellCuSingleAllOfAttributes) SetNRFrequencyRef ¶

func (o *ExternalNrCellCuSingleAllOfAttributes) SetNRFrequencyRef(v string)

SetNRFrequencyRef gets a reference to the given string and assigns it to the NRFrequencyRef field.

func (*ExternalNrCellCuSingleAllOfAttributes) SetNrPci ¶

SetNrPci gets a reference to the given int32 and assigns it to the NrPci field.

func (*ExternalNrCellCuSingleAllOfAttributes) SetPlmnIdList ¶

func (o *ExternalNrCellCuSingleAllOfAttributes) SetPlmnIdList(v []PlmnId)

SetPlmnIdList gets a reference to the given []PlmnId and assigns it to the PlmnIdList field.

func (ExternalNrCellCuSingleAllOfAttributes) ToMap ¶

func (o ExternalNrCellCuSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type ExternalNrCellCuSingleAllOfAttributesAllOf ¶

type ExternalNrCellCuSingleAllOfAttributesAllOf struct {
	CellLocalId    *int32   `json:"cellLocalId,omitempty"`
	NrPci          *int32   `json:"nrPci,omitempty"`
	PlmnIdList     []PlmnId `json:"plmnIdList,omitempty"`
	NRFrequencyRef *string  `json:"nRFrequencyRef,omitempty"`
}

ExternalNrCellCuSingleAllOfAttributesAllOf struct for ExternalNrCellCuSingleAllOfAttributesAllOf

func NewExternalNrCellCuSingleAllOfAttributesAllOf ¶

func NewExternalNrCellCuSingleAllOfAttributesAllOf() *ExternalNrCellCuSingleAllOfAttributesAllOf

NewExternalNrCellCuSingleAllOfAttributesAllOf instantiates a new ExternalNrCellCuSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewExternalNrCellCuSingleAllOfAttributesAllOfWithDefaults ¶

func NewExternalNrCellCuSingleAllOfAttributesAllOfWithDefaults() *ExternalNrCellCuSingleAllOfAttributesAllOf

NewExternalNrCellCuSingleAllOfAttributesAllOfWithDefaults instantiates a new ExternalNrCellCuSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ExternalNrCellCuSingleAllOfAttributesAllOf) GetCellLocalId ¶

GetCellLocalId returns the CellLocalId field value if set, zero value otherwise.

func (*ExternalNrCellCuSingleAllOfAttributesAllOf) GetCellLocalIdOk ¶

func (o *ExternalNrCellCuSingleAllOfAttributesAllOf) GetCellLocalIdOk() (*int32, bool)

GetCellLocalIdOk returns a tuple with the CellLocalId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalNrCellCuSingleAllOfAttributesAllOf) GetNRFrequencyRef ¶

func (o *ExternalNrCellCuSingleAllOfAttributesAllOf) GetNRFrequencyRef() string

GetNRFrequencyRef returns the NRFrequencyRef field value if set, zero value otherwise.

func (*ExternalNrCellCuSingleAllOfAttributesAllOf) GetNRFrequencyRefOk ¶

func (o *ExternalNrCellCuSingleAllOfAttributesAllOf) GetNRFrequencyRefOk() (*string, bool)

GetNRFrequencyRefOk returns a tuple with the NRFrequencyRef field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalNrCellCuSingleAllOfAttributesAllOf) GetNrPci ¶

GetNrPci returns the NrPci field value if set, zero value otherwise.

func (*ExternalNrCellCuSingleAllOfAttributesAllOf) GetNrPciOk ¶

GetNrPciOk returns a tuple with the NrPci field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalNrCellCuSingleAllOfAttributesAllOf) GetPlmnIdList ¶

GetPlmnIdList returns the PlmnIdList field value if set, zero value otherwise.

func (*ExternalNrCellCuSingleAllOfAttributesAllOf) GetPlmnIdListOk ¶

func (o *ExternalNrCellCuSingleAllOfAttributesAllOf) GetPlmnIdListOk() ([]PlmnId, bool)

GetPlmnIdListOk returns a tuple with the PlmnIdList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalNrCellCuSingleAllOfAttributesAllOf) HasCellLocalId ¶

HasCellLocalId returns a boolean if a field has been set.

func (*ExternalNrCellCuSingleAllOfAttributesAllOf) HasNRFrequencyRef ¶

func (o *ExternalNrCellCuSingleAllOfAttributesAllOf) HasNRFrequencyRef() bool

HasNRFrequencyRef returns a boolean if a field has been set.

func (*ExternalNrCellCuSingleAllOfAttributesAllOf) HasNrPci ¶

HasNrPci returns a boolean if a field has been set.

func (*ExternalNrCellCuSingleAllOfAttributesAllOf) HasPlmnIdList ¶

HasPlmnIdList returns a boolean if a field has been set.

func (ExternalNrCellCuSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*ExternalNrCellCuSingleAllOfAttributesAllOf) SetCellLocalId ¶

SetCellLocalId gets a reference to the given int32 and assigns it to the CellLocalId field.

func (*ExternalNrCellCuSingleAllOfAttributesAllOf) SetNRFrequencyRef ¶

func (o *ExternalNrCellCuSingleAllOfAttributesAllOf) SetNRFrequencyRef(v string)

SetNRFrequencyRef gets a reference to the given string and assigns it to the NRFrequencyRef field.

func (*ExternalNrCellCuSingleAllOfAttributesAllOf) SetNrPci ¶

SetNrPci gets a reference to the given int32 and assigns it to the NrPci field.

func (*ExternalNrCellCuSingleAllOfAttributesAllOf) SetPlmnIdList ¶

func (o *ExternalNrCellCuSingleAllOfAttributesAllOf) SetPlmnIdList(v []PlmnId)

SetPlmnIdList gets a reference to the given []PlmnId and assigns it to the PlmnIdList field.

func (ExternalNrCellCuSingleAllOfAttributesAllOf) ToMap ¶

func (o ExternalNrCellCuSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)

type ExternalNrfFunctionSingle ¶

type ExternalNrfFunctionSingle struct {
	Top
	Attributes *ExternalNrfFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}

ExternalNrfFunctionSingle struct for ExternalNrfFunctionSingle

func NewExternalNrfFunctionSingle ¶

func NewExternalNrfFunctionSingle(id NullableString) *ExternalNrfFunctionSingle

NewExternalNrfFunctionSingle instantiates a new ExternalNrfFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewExternalNrfFunctionSingleWithDefaults ¶

func NewExternalNrfFunctionSingleWithDefaults() *ExternalNrfFunctionSingle

NewExternalNrfFunctionSingleWithDefaults instantiates a new ExternalNrfFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ExternalNrfFunctionSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*ExternalNrfFunctionSingle) GetAttributesOk ¶

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 (*ExternalNrfFunctionSingle) HasAttributes ¶

func (o *ExternalNrfFunctionSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (ExternalNrfFunctionSingle) MarshalJSON ¶

func (o ExternalNrfFunctionSingle) MarshalJSON() ([]byte, error)

func (*ExternalNrfFunctionSingle) SetAttributes ¶

SetAttributes gets a reference to the given ExternalNrfFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (ExternalNrfFunctionSingle) ToMap ¶

func (o ExternalNrfFunctionSingle) ToMap() (map[string]interface{}, error)

type ExternalNrfFunctionSingleAllOf ¶

type ExternalNrfFunctionSingleAllOf struct {
	Attributes *ExternalNrfFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}

ExternalNrfFunctionSingleAllOf struct for ExternalNrfFunctionSingleAllOf

func NewExternalNrfFunctionSingleAllOf ¶

func NewExternalNrfFunctionSingleAllOf() *ExternalNrfFunctionSingleAllOf

NewExternalNrfFunctionSingleAllOf instantiates a new ExternalNrfFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewExternalNrfFunctionSingleAllOfWithDefaults ¶

func NewExternalNrfFunctionSingleAllOfWithDefaults() *ExternalNrfFunctionSingleAllOf

NewExternalNrfFunctionSingleAllOfWithDefaults instantiates a new ExternalNrfFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ExternalNrfFunctionSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*ExternalNrfFunctionSingleAllOf) GetAttributesOk ¶

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 (*ExternalNrfFunctionSingleAllOf) HasAttributes ¶

func (o *ExternalNrfFunctionSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (ExternalNrfFunctionSingleAllOf) MarshalJSON ¶

func (o ExternalNrfFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*ExternalNrfFunctionSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given ExternalNrfFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (ExternalNrfFunctionSingleAllOf) ToMap ¶

func (o ExternalNrfFunctionSingleAllOf) ToMap() (map[string]interface{}, error)

type ExternalNrfFunctionSingleAllOfAttributes ¶

type ExternalNrfFunctionSingleAllOfAttributes struct {
	ManagedFunctionAttr
	PlmnIdList []PlmnId `json:"plmnIdList,omitempty"`
}

ExternalNrfFunctionSingleAllOfAttributes struct for ExternalNrfFunctionSingleAllOfAttributes

func NewExternalNrfFunctionSingleAllOfAttributes ¶

func NewExternalNrfFunctionSingleAllOfAttributes() *ExternalNrfFunctionSingleAllOfAttributes

NewExternalNrfFunctionSingleAllOfAttributes instantiates a new ExternalNrfFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewExternalNrfFunctionSingleAllOfAttributesWithDefaults ¶

func NewExternalNrfFunctionSingleAllOfAttributesWithDefaults() *ExternalNrfFunctionSingleAllOfAttributes

NewExternalNrfFunctionSingleAllOfAttributesWithDefaults instantiates a new ExternalNrfFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ExternalNrfFunctionSingleAllOfAttributes) GetPlmnIdList ¶

func (o *ExternalNrfFunctionSingleAllOfAttributes) GetPlmnIdList() []PlmnId

GetPlmnIdList returns the PlmnIdList field value if set, zero value otherwise.

func (*ExternalNrfFunctionSingleAllOfAttributes) GetPlmnIdListOk ¶

func (o *ExternalNrfFunctionSingleAllOfAttributes) GetPlmnIdListOk() ([]PlmnId, bool)

GetPlmnIdListOk returns a tuple with the PlmnIdList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalNrfFunctionSingleAllOfAttributes) HasPlmnIdList ¶

HasPlmnIdList returns a boolean if a field has been set.

func (ExternalNrfFunctionSingleAllOfAttributes) MarshalJSON ¶

func (*ExternalNrfFunctionSingleAllOfAttributes) SetPlmnIdList ¶

func (o *ExternalNrfFunctionSingleAllOfAttributes) SetPlmnIdList(v []PlmnId)

SetPlmnIdList gets a reference to the given []PlmnId and assigns it to the PlmnIdList field.

func (ExternalNrfFunctionSingleAllOfAttributes) ToMap ¶

func (o ExternalNrfFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type ExternalNrfFunctionSingleAllOfAttributesAllOf ¶

type ExternalNrfFunctionSingleAllOfAttributesAllOf struct {
	PlmnIdList []PlmnId `json:"plmnIdList,omitempty"`
}

ExternalNrfFunctionSingleAllOfAttributesAllOf struct for ExternalNrfFunctionSingleAllOfAttributesAllOf

func NewExternalNrfFunctionSingleAllOfAttributesAllOf ¶

func NewExternalNrfFunctionSingleAllOfAttributesAllOf() *ExternalNrfFunctionSingleAllOfAttributesAllOf

NewExternalNrfFunctionSingleAllOfAttributesAllOf instantiates a new ExternalNrfFunctionSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewExternalNrfFunctionSingleAllOfAttributesAllOfWithDefaults ¶

func NewExternalNrfFunctionSingleAllOfAttributesAllOfWithDefaults() *ExternalNrfFunctionSingleAllOfAttributesAllOf

NewExternalNrfFunctionSingleAllOfAttributesAllOfWithDefaults instantiates a new ExternalNrfFunctionSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ExternalNrfFunctionSingleAllOfAttributesAllOf) GetPlmnIdList ¶

GetPlmnIdList returns the PlmnIdList field value if set, zero value otherwise.

func (*ExternalNrfFunctionSingleAllOfAttributesAllOf) GetPlmnIdListOk ¶

func (o *ExternalNrfFunctionSingleAllOfAttributesAllOf) GetPlmnIdListOk() ([]PlmnId, bool)

GetPlmnIdListOk returns a tuple with the PlmnIdList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalNrfFunctionSingleAllOfAttributesAllOf) HasPlmnIdList ¶

HasPlmnIdList returns a boolean if a field has been set.

func (ExternalNrfFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*ExternalNrfFunctionSingleAllOfAttributesAllOf) SetPlmnIdList ¶

SetPlmnIdList gets a reference to the given []PlmnId and assigns it to the PlmnIdList field.

func (ExternalNrfFunctionSingleAllOfAttributesAllOf) ToMap ¶

func (o ExternalNrfFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)

type ExternalNssfFunctionSingle ¶

type ExternalNssfFunctionSingle struct {
	Top
	Attributes *ExternalNrfFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}

ExternalNssfFunctionSingle struct for ExternalNssfFunctionSingle

func NewExternalNssfFunctionSingle ¶

func NewExternalNssfFunctionSingle(id NullableString) *ExternalNssfFunctionSingle

NewExternalNssfFunctionSingle instantiates a new ExternalNssfFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewExternalNssfFunctionSingleWithDefaults ¶

func NewExternalNssfFunctionSingleWithDefaults() *ExternalNssfFunctionSingle

NewExternalNssfFunctionSingleWithDefaults instantiates a new ExternalNssfFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ExternalNssfFunctionSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*ExternalNssfFunctionSingle) GetAttributesOk ¶

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 (*ExternalNssfFunctionSingle) HasAttributes ¶

func (o *ExternalNssfFunctionSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (ExternalNssfFunctionSingle) MarshalJSON ¶

func (o ExternalNssfFunctionSingle) MarshalJSON() ([]byte, error)

func (*ExternalNssfFunctionSingle) SetAttributes ¶

SetAttributes gets a reference to the given ExternalNrfFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (ExternalNssfFunctionSingle) ToMap ¶

func (o ExternalNssfFunctionSingle) ToMap() (map[string]interface{}, error)

type ExternalSeppFunctionSingle ¶

type ExternalSeppFunctionSingle struct {
	Top
	Attributes *ExternalSeppFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}

ExternalSeppFunctionSingle struct for ExternalSeppFunctionSingle

func NewExternalSeppFunctionSingle ¶

func NewExternalSeppFunctionSingle(id NullableString) *ExternalSeppFunctionSingle

NewExternalSeppFunctionSingle instantiates a new ExternalSeppFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewExternalSeppFunctionSingleWithDefaults ¶

func NewExternalSeppFunctionSingleWithDefaults() *ExternalSeppFunctionSingle

NewExternalSeppFunctionSingleWithDefaults instantiates a new ExternalSeppFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ExternalSeppFunctionSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*ExternalSeppFunctionSingle) GetAttributesOk ¶

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 (*ExternalSeppFunctionSingle) HasAttributes ¶

func (o *ExternalSeppFunctionSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (ExternalSeppFunctionSingle) MarshalJSON ¶

func (o ExternalSeppFunctionSingle) MarshalJSON() ([]byte, error)

func (*ExternalSeppFunctionSingle) SetAttributes ¶

SetAttributes gets a reference to the given ExternalSeppFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (ExternalSeppFunctionSingle) ToMap ¶

func (o ExternalSeppFunctionSingle) ToMap() (map[string]interface{}, error)

type ExternalSeppFunctionSingleAllOf ¶

type ExternalSeppFunctionSingleAllOf struct {
	Attributes *ExternalSeppFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}

ExternalSeppFunctionSingleAllOf struct for ExternalSeppFunctionSingleAllOf

func NewExternalSeppFunctionSingleAllOf ¶

func NewExternalSeppFunctionSingleAllOf() *ExternalSeppFunctionSingleAllOf

NewExternalSeppFunctionSingleAllOf instantiates a new ExternalSeppFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewExternalSeppFunctionSingleAllOfWithDefaults ¶

func NewExternalSeppFunctionSingleAllOfWithDefaults() *ExternalSeppFunctionSingleAllOf

NewExternalSeppFunctionSingleAllOfWithDefaults instantiates a new ExternalSeppFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ExternalSeppFunctionSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*ExternalSeppFunctionSingleAllOf) GetAttributesOk ¶

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 (*ExternalSeppFunctionSingleAllOf) HasAttributes ¶

func (o *ExternalSeppFunctionSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (ExternalSeppFunctionSingleAllOf) MarshalJSON ¶

func (o ExternalSeppFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*ExternalSeppFunctionSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given ExternalSeppFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (ExternalSeppFunctionSingleAllOf) ToMap ¶

func (o ExternalSeppFunctionSingleAllOf) ToMap() (map[string]interface{}, error)

type ExternalSeppFunctionSingleAllOfAttributes ¶

type ExternalSeppFunctionSingleAllOfAttributes struct {
	ManagedFunctionAttr
	PlmnId *PlmnId `json:"plmnId,omitempty"`
	SEPPId *int32  `json:"sEPPId,omitempty"`
	Fqdn   *string `json:"fqdn,omitempty"`
}

ExternalSeppFunctionSingleAllOfAttributes struct for ExternalSeppFunctionSingleAllOfAttributes

func NewExternalSeppFunctionSingleAllOfAttributes ¶

func NewExternalSeppFunctionSingleAllOfAttributes() *ExternalSeppFunctionSingleAllOfAttributes

NewExternalSeppFunctionSingleAllOfAttributes instantiates a new ExternalSeppFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewExternalSeppFunctionSingleAllOfAttributesWithDefaults ¶

func NewExternalSeppFunctionSingleAllOfAttributesWithDefaults() *ExternalSeppFunctionSingleAllOfAttributes

NewExternalSeppFunctionSingleAllOfAttributesWithDefaults instantiates a new ExternalSeppFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ExternalSeppFunctionSingleAllOfAttributes) GetFqdn ¶

GetFqdn returns the Fqdn field value if set, zero value otherwise.

func (*ExternalSeppFunctionSingleAllOfAttributes) GetFqdnOk ¶

GetFqdnOk returns a tuple with the Fqdn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalSeppFunctionSingleAllOfAttributes) GetPlmnId ¶

GetPlmnId returns the PlmnId field value if set, zero value otherwise.

func (*ExternalSeppFunctionSingleAllOfAttributes) GetPlmnIdOk ¶

GetPlmnIdOk returns a tuple with the PlmnId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalSeppFunctionSingleAllOfAttributes) GetSEPPId ¶

GetSEPPId returns the SEPPId field value if set, zero value otherwise.

func (*ExternalSeppFunctionSingleAllOfAttributes) GetSEPPIdOk ¶

GetSEPPIdOk returns a tuple with the SEPPId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalSeppFunctionSingleAllOfAttributes) HasFqdn ¶

HasFqdn returns a boolean if a field has been set.

func (*ExternalSeppFunctionSingleAllOfAttributes) HasPlmnId ¶

HasPlmnId returns a boolean if a field has been set.

func (*ExternalSeppFunctionSingleAllOfAttributes) HasSEPPId ¶

HasSEPPId returns a boolean if a field has been set.

func (ExternalSeppFunctionSingleAllOfAttributes) MarshalJSON ¶

func (*ExternalSeppFunctionSingleAllOfAttributes) SetFqdn ¶

SetFqdn gets a reference to the given string and assigns it to the Fqdn field.

func (*ExternalSeppFunctionSingleAllOfAttributes) SetPlmnId ¶

SetPlmnId gets a reference to the given PlmnId and assigns it to the PlmnId field.

func (*ExternalSeppFunctionSingleAllOfAttributes) SetSEPPId ¶

SetSEPPId gets a reference to the given int32 and assigns it to the SEPPId field.

func (ExternalSeppFunctionSingleAllOfAttributes) ToMap ¶

func (o ExternalSeppFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type ExternalSeppFunctionSingleAllOfAttributesAllOf ¶

type ExternalSeppFunctionSingleAllOfAttributesAllOf struct {
	PlmnId *PlmnId `json:"plmnId,omitempty"`
	SEPPId *int32  `json:"sEPPId,omitempty"`
	Fqdn   *string `json:"fqdn,omitempty"`
}

ExternalSeppFunctionSingleAllOfAttributesAllOf struct for ExternalSeppFunctionSingleAllOfAttributesAllOf

func NewExternalSeppFunctionSingleAllOfAttributesAllOf ¶

func NewExternalSeppFunctionSingleAllOfAttributesAllOf() *ExternalSeppFunctionSingleAllOfAttributesAllOf

NewExternalSeppFunctionSingleAllOfAttributesAllOf instantiates a new ExternalSeppFunctionSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewExternalSeppFunctionSingleAllOfAttributesAllOfWithDefaults ¶

func NewExternalSeppFunctionSingleAllOfAttributesAllOfWithDefaults() *ExternalSeppFunctionSingleAllOfAttributesAllOf

NewExternalSeppFunctionSingleAllOfAttributesAllOfWithDefaults instantiates a new ExternalSeppFunctionSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ExternalSeppFunctionSingleAllOfAttributesAllOf) GetFqdn ¶

GetFqdn returns the Fqdn field value if set, zero value otherwise.

func (*ExternalSeppFunctionSingleAllOfAttributesAllOf) GetFqdnOk ¶

GetFqdnOk returns a tuple with the Fqdn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalSeppFunctionSingleAllOfAttributesAllOf) GetPlmnId ¶

GetPlmnId returns the PlmnId field value if set, zero value otherwise.

func (*ExternalSeppFunctionSingleAllOfAttributesAllOf) GetPlmnIdOk ¶

GetPlmnIdOk returns a tuple with the PlmnId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalSeppFunctionSingleAllOfAttributesAllOf) GetSEPPId ¶

GetSEPPId returns the SEPPId field value if set, zero value otherwise.

func (*ExternalSeppFunctionSingleAllOfAttributesAllOf) GetSEPPIdOk ¶

GetSEPPIdOk returns a tuple with the SEPPId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalSeppFunctionSingleAllOfAttributesAllOf) HasFqdn ¶

HasFqdn returns a boolean if a field has been set.

func (*ExternalSeppFunctionSingleAllOfAttributesAllOf) HasPlmnId ¶

HasPlmnId returns a boolean if a field has been set.

func (*ExternalSeppFunctionSingleAllOfAttributesAllOf) HasSEPPId ¶

HasSEPPId returns a boolean if a field has been set.

func (ExternalSeppFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*ExternalSeppFunctionSingleAllOfAttributesAllOf) SetFqdn ¶

SetFqdn gets a reference to the given string and assigns it to the Fqdn field.

func (*ExternalSeppFunctionSingleAllOfAttributesAllOf) SetPlmnId ¶

SetPlmnId gets a reference to the given PlmnId and assigns it to the PlmnId field.

func (*ExternalSeppFunctionSingleAllOfAttributesAllOf) SetSEPPId ¶

SetSEPPId gets a reference to the given int32 and assigns it to the SEPPId field.

func (ExternalSeppFunctionSingleAllOfAttributesAllOf) ToMap ¶

func (o ExternalSeppFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)

type FeasibilityCheckAndReservationJobSingle ¶

type FeasibilityCheckAndReservationJobSingle struct {
	Top
	Attributes *FeasibilityCheckAndReservationJobSingleAllOfAttributes `json:"attributes,omitempty"`
}

FeasibilityCheckAndReservationJobSingle struct for FeasibilityCheckAndReservationJobSingle

func NewFeasibilityCheckAndReservationJobSingle ¶

func NewFeasibilityCheckAndReservationJobSingle(id NullableString) *FeasibilityCheckAndReservationJobSingle

NewFeasibilityCheckAndReservationJobSingle instantiates a new FeasibilityCheckAndReservationJobSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFeasibilityCheckAndReservationJobSingleWithDefaults ¶

func NewFeasibilityCheckAndReservationJobSingleWithDefaults() *FeasibilityCheckAndReservationJobSingle

NewFeasibilityCheckAndReservationJobSingleWithDefaults instantiates a new FeasibilityCheckAndReservationJobSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FeasibilityCheckAndReservationJobSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*FeasibilityCheckAndReservationJobSingle) GetAttributesOk ¶

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 (*FeasibilityCheckAndReservationJobSingle) HasAttributes ¶

func (o *FeasibilityCheckAndReservationJobSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (FeasibilityCheckAndReservationJobSingle) MarshalJSON ¶

func (o FeasibilityCheckAndReservationJobSingle) MarshalJSON() ([]byte, error)

func (*FeasibilityCheckAndReservationJobSingle) SetAttributes ¶

SetAttributes gets a reference to the given FeasibilityCheckAndReservationJobSingleAllOfAttributes and assigns it to the Attributes field.

func (FeasibilityCheckAndReservationJobSingle) ToMap ¶

func (o FeasibilityCheckAndReservationJobSingle) ToMap() (map[string]interface{}, error)

type FeasibilityCheckAndReservationJobSingleAllOf ¶

type FeasibilityCheckAndReservationJobSingleAllOf struct {
	Attributes *FeasibilityCheckAndReservationJobSingleAllOfAttributes `json:"attributes,omitempty"`
}

FeasibilityCheckAndReservationJobSingleAllOf struct for FeasibilityCheckAndReservationJobSingleAllOf

func NewFeasibilityCheckAndReservationJobSingleAllOf ¶

func NewFeasibilityCheckAndReservationJobSingleAllOf() *FeasibilityCheckAndReservationJobSingleAllOf

NewFeasibilityCheckAndReservationJobSingleAllOf instantiates a new FeasibilityCheckAndReservationJobSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFeasibilityCheckAndReservationJobSingleAllOfWithDefaults ¶

func NewFeasibilityCheckAndReservationJobSingleAllOfWithDefaults() *FeasibilityCheckAndReservationJobSingleAllOf

NewFeasibilityCheckAndReservationJobSingleAllOfWithDefaults instantiates a new FeasibilityCheckAndReservationJobSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FeasibilityCheckAndReservationJobSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*FeasibilityCheckAndReservationJobSingleAllOf) GetAttributesOk ¶

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 (*FeasibilityCheckAndReservationJobSingleAllOf) HasAttributes ¶

HasAttributes returns a boolean if a field has been set.

func (FeasibilityCheckAndReservationJobSingleAllOf) MarshalJSON ¶

func (*FeasibilityCheckAndReservationJobSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given FeasibilityCheckAndReservationJobSingleAllOfAttributes and assigns it to the Attributes field.

func (FeasibilityCheckAndReservationJobSingleAllOf) ToMap ¶

func (o FeasibilityCheckAndReservationJobSingleAllOf) ToMap() (map[string]interface{}, error)

type FeasibilityCheckAndReservationJobSingleAllOfAttributes ¶

type FeasibilityCheckAndReservationJobSingleAllOfAttributes struct {
	Profile NullableOneOfSliceProfileServiceProfile `json:"profile,omitempty"`
	// An attribute represents MnS consumer's requirements for resource reservation.
	ResourceReservation *bool `json:"resourceReservation,omitempty"`
	// An attribute represents MnS consumer's request for recommended network slice related requirements.
	RecommendationRequest *bool `json:"recommendationRequest,omitempty"`
	// An attribute which specifes MnS consuner's requirements for the validity period of the resource reservation.
	RequestedReservationExpiration *string            `json:"requestedReservationExpiration,omitempty"`
	ProcessMonitor                 *ProcessMonitor    `json:"processMonitor,omitempty"`
	FeasibilityResult              *FeasibilityResult `json:"feasibilityResult,omitempty"`
	// An attribute that specifies the additional reason information if the feasibility check result is infeasible.The detailed ENUM value is FFS.
	InFeasibleReason          *string                    `json:"inFeasibleReason,omitempty"`
	ResourceReservationStatus *ResourceReservationStatus `json:"resourceReservationStatus,omitempty"`
	// An attribute that specifies the additional reason information if the reservation is failed.
	ReservationFailureReason *string `json:"reservationFailureReason,omitempty"`
	// An attribute which specifes the actual validity period of the resource reservation..
	ReservationExpiration *string `json:"reservationExpiration,omitempty"`
	// An attribute that specifies the recommended network slicing related requirements (i.e. ServiceProfile and SliceProfile information) which can be supported by the MnS producer..
	RecommendedRequirements *string `json:"recommendedRequirements,omitempty"`
}

FeasibilityCheckAndReservationJobSingleAllOfAttributes struct for FeasibilityCheckAndReservationJobSingleAllOfAttributes

func NewFeasibilityCheckAndReservationJobSingleAllOfAttributes ¶

func NewFeasibilityCheckAndReservationJobSingleAllOfAttributes() *FeasibilityCheckAndReservationJobSingleAllOfAttributes

NewFeasibilityCheckAndReservationJobSingleAllOfAttributes instantiates a new FeasibilityCheckAndReservationJobSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFeasibilityCheckAndReservationJobSingleAllOfAttributesWithDefaults ¶

func NewFeasibilityCheckAndReservationJobSingleAllOfAttributesWithDefaults() *FeasibilityCheckAndReservationJobSingleAllOfAttributes

NewFeasibilityCheckAndReservationJobSingleAllOfAttributesWithDefaults instantiates a new FeasibilityCheckAndReservationJobSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FeasibilityCheckAndReservationJobSingleAllOfAttributes) GetFeasibilityResult ¶

GetFeasibilityResult returns the FeasibilityResult field value if set, zero value otherwise.

func (*FeasibilityCheckAndReservationJobSingleAllOfAttributes) GetFeasibilityResultOk ¶

GetFeasibilityResultOk returns a tuple with the FeasibilityResult field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FeasibilityCheckAndReservationJobSingleAllOfAttributes) GetInFeasibleReason ¶

GetInFeasibleReason returns the InFeasibleReason field value if set, zero value otherwise.

func (*FeasibilityCheckAndReservationJobSingleAllOfAttributes) GetInFeasibleReasonOk ¶

GetInFeasibleReasonOk returns a tuple with the InFeasibleReason field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FeasibilityCheckAndReservationJobSingleAllOfAttributes) GetProcessMonitor ¶

GetProcessMonitor returns the ProcessMonitor field value if set, zero value otherwise.

func (*FeasibilityCheckAndReservationJobSingleAllOfAttributes) GetProcessMonitorOk ¶

GetProcessMonitorOk returns a tuple with the ProcessMonitor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FeasibilityCheckAndReservationJobSingleAllOfAttributes) GetProfile ¶

func (o *FeasibilityCheckAndReservationJobSingleAllOfAttributes) GetProfile() OneOfSliceProfileServiceProfile

GetProfile returns the Profile field value if set, zero value otherwise (both if not set or set to explicit null).

func (*FeasibilityCheckAndReservationJobSingleAllOfAttributes) GetProfileOk ¶

func (o *FeasibilityCheckAndReservationJobSingleAllOfAttributes) GetProfileOk() (*OneOfSliceProfileServiceProfile, bool)

GetProfileOk returns a tuple with the Profile field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*FeasibilityCheckAndReservationJobSingleAllOfAttributes) GetRecommendationRequest ¶

func (o *FeasibilityCheckAndReservationJobSingleAllOfAttributes) GetRecommendationRequest() bool

GetRecommendationRequest returns the RecommendationRequest field value if set, zero value otherwise.

func (*FeasibilityCheckAndReservationJobSingleAllOfAttributes) GetRecommendationRequestOk ¶

func (o *FeasibilityCheckAndReservationJobSingleAllOfAttributes) GetRecommendationRequestOk() (*bool, bool)

GetRecommendationRequestOk returns a tuple with the RecommendationRequest field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FeasibilityCheckAndReservationJobSingleAllOfAttributes) GetRecommendedRequirements ¶

func (o *FeasibilityCheckAndReservationJobSingleAllOfAttributes) GetRecommendedRequirements() string

GetRecommendedRequirements returns the RecommendedRequirements field value if set, zero value otherwise.

func (*FeasibilityCheckAndReservationJobSingleAllOfAttributes) GetRecommendedRequirementsOk ¶

func (o *FeasibilityCheckAndReservationJobSingleAllOfAttributes) GetRecommendedRequirementsOk() (*string, bool)

GetRecommendedRequirementsOk returns a tuple with the RecommendedRequirements field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FeasibilityCheckAndReservationJobSingleAllOfAttributes) GetRequestedReservationExpiration ¶

func (o *FeasibilityCheckAndReservationJobSingleAllOfAttributes) GetRequestedReservationExpiration() string

GetRequestedReservationExpiration returns the RequestedReservationExpiration field value if set, zero value otherwise.

func (*FeasibilityCheckAndReservationJobSingleAllOfAttributes) GetRequestedReservationExpirationOk ¶

func (o *FeasibilityCheckAndReservationJobSingleAllOfAttributes) GetRequestedReservationExpirationOk() (*string, bool)

GetRequestedReservationExpirationOk returns a tuple with the RequestedReservationExpiration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FeasibilityCheckAndReservationJobSingleAllOfAttributes) GetReservationExpiration ¶

func (o *FeasibilityCheckAndReservationJobSingleAllOfAttributes) GetReservationExpiration() string

GetReservationExpiration returns the ReservationExpiration field value if set, zero value otherwise.

func (*FeasibilityCheckAndReservationJobSingleAllOfAttributes) GetReservationExpirationOk ¶

func (o *FeasibilityCheckAndReservationJobSingleAllOfAttributes) GetReservationExpirationOk() (*string, bool)

GetReservationExpirationOk returns a tuple with the ReservationExpiration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FeasibilityCheckAndReservationJobSingleAllOfAttributes) GetReservationFailureReason ¶

func (o *FeasibilityCheckAndReservationJobSingleAllOfAttributes) GetReservationFailureReason() string

GetReservationFailureReason returns the ReservationFailureReason field value if set, zero value otherwise.

func (*FeasibilityCheckAndReservationJobSingleAllOfAttributes) GetReservationFailureReasonOk ¶

func (o *FeasibilityCheckAndReservationJobSingleAllOfAttributes) GetReservationFailureReasonOk() (*string, bool)

GetReservationFailureReasonOk returns a tuple with the ReservationFailureReason field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FeasibilityCheckAndReservationJobSingleAllOfAttributes) GetResourceReservation ¶

GetResourceReservation returns the ResourceReservation field value if set, zero value otherwise.

func (*FeasibilityCheckAndReservationJobSingleAllOfAttributes) GetResourceReservationOk ¶

func (o *FeasibilityCheckAndReservationJobSingleAllOfAttributes) GetResourceReservationOk() (*bool, bool)

GetResourceReservationOk returns a tuple with the ResourceReservation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FeasibilityCheckAndReservationJobSingleAllOfAttributes) GetResourceReservationStatus ¶

GetResourceReservationStatus returns the ResourceReservationStatus field value if set, zero value otherwise.

func (*FeasibilityCheckAndReservationJobSingleAllOfAttributes) GetResourceReservationStatusOk ¶

GetResourceReservationStatusOk returns a tuple with the ResourceReservationStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FeasibilityCheckAndReservationJobSingleAllOfAttributes) HasFeasibilityResult ¶

HasFeasibilityResult returns a boolean if a field has been set.

func (*FeasibilityCheckAndReservationJobSingleAllOfAttributes) HasInFeasibleReason ¶

HasInFeasibleReason returns a boolean if a field has been set.

func (*FeasibilityCheckAndReservationJobSingleAllOfAttributes) HasProcessMonitor ¶

HasProcessMonitor returns a boolean if a field has been set.

func (*FeasibilityCheckAndReservationJobSingleAllOfAttributes) HasProfile ¶

HasProfile returns a boolean if a field has been set.

func (*FeasibilityCheckAndReservationJobSingleAllOfAttributes) HasRecommendationRequest ¶

func (o *FeasibilityCheckAndReservationJobSingleAllOfAttributes) HasRecommendationRequest() bool

HasRecommendationRequest returns a boolean if a field has been set.

func (*FeasibilityCheckAndReservationJobSingleAllOfAttributes) HasRecommendedRequirements ¶

func (o *FeasibilityCheckAndReservationJobSingleAllOfAttributes) HasRecommendedRequirements() bool

HasRecommendedRequirements returns a boolean if a field has been set.

func (*FeasibilityCheckAndReservationJobSingleAllOfAttributes) HasRequestedReservationExpiration ¶

func (o *FeasibilityCheckAndReservationJobSingleAllOfAttributes) HasRequestedReservationExpiration() bool

HasRequestedReservationExpiration returns a boolean if a field has been set.

func (*FeasibilityCheckAndReservationJobSingleAllOfAttributes) HasReservationExpiration ¶

func (o *FeasibilityCheckAndReservationJobSingleAllOfAttributes) HasReservationExpiration() bool

HasReservationExpiration returns a boolean if a field has been set.

func (*FeasibilityCheckAndReservationJobSingleAllOfAttributes) HasReservationFailureReason ¶

func (o *FeasibilityCheckAndReservationJobSingleAllOfAttributes) HasReservationFailureReason() bool

HasReservationFailureReason returns a boolean if a field has been set.

func (*FeasibilityCheckAndReservationJobSingleAllOfAttributes) HasResourceReservation ¶

HasResourceReservation returns a boolean if a field has been set.

func (*FeasibilityCheckAndReservationJobSingleAllOfAttributes) HasResourceReservationStatus ¶

func (o *FeasibilityCheckAndReservationJobSingleAllOfAttributes) HasResourceReservationStatus() bool

HasResourceReservationStatus returns a boolean if a field has been set.

func (FeasibilityCheckAndReservationJobSingleAllOfAttributes) MarshalJSON ¶

func (*FeasibilityCheckAndReservationJobSingleAllOfAttributes) SetFeasibilityResult ¶

SetFeasibilityResult gets a reference to the given FeasibilityResult and assigns it to the FeasibilityResult field.

func (*FeasibilityCheckAndReservationJobSingleAllOfAttributes) SetInFeasibleReason ¶

SetInFeasibleReason gets a reference to the given string and assigns it to the InFeasibleReason field.

func (*FeasibilityCheckAndReservationJobSingleAllOfAttributes) SetProcessMonitor ¶

SetProcessMonitor gets a reference to the given ProcessMonitor and assigns it to the ProcessMonitor field.

func (*FeasibilityCheckAndReservationJobSingleAllOfAttributes) SetProfile ¶

func (o *FeasibilityCheckAndReservationJobSingleAllOfAttributes) SetProfile(v OneOfSliceProfileServiceProfile)

SetProfile gets a reference to the given NullableOneOfSliceProfileServiceProfile and assigns it to the Profile field.

func (*FeasibilityCheckAndReservationJobSingleAllOfAttributes) SetProfileNil ¶

SetProfileNil sets the value for Profile to be an explicit nil

func (*FeasibilityCheckAndReservationJobSingleAllOfAttributes) SetRecommendationRequest ¶

func (o *FeasibilityCheckAndReservationJobSingleAllOfAttributes) SetRecommendationRequest(v bool)

SetRecommendationRequest gets a reference to the given bool and assigns it to the RecommendationRequest field.

func (*FeasibilityCheckAndReservationJobSingleAllOfAttributes) SetRecommendedRequirements ¶

func (o *FeasibilityCheckAndReservationJobSingleAllOfAttributes) SetRecommendedRequirements(v string)

SetRecommendedRequirements gets a reference to the given string and assigns it to the RecommendedRequirements field.

func (*FeasibilityCheckAndReservationJobSingleAllOfAttributes) SetRequestedReservationExpiration ¶

func (o *FeasibilityCheckAndReservationJobSingleAllOfAttributes) SetRequestedReservationExpiration(v string)

SetRequestedReservationExpiration gets a reference to the given string and assigns it to the RequestedReservationExpiration field.

func (*FeasibilityCheckAndReservationJobSingleAllOfAttributes) SetReservationExpiration ¶

func (o *FeasibilityCheckAndReservationJobSingleAllOfAttributes) SetReservationExpiration(v string)

SetReservationExpiration gets a reference to the given string and assigns it to the ReservationExpiration field.

func (*FeasibilityCheckAndReservationJobSingleAllOfAttributes) SetReservationFailureReason ¶

func (o *FeasibilityCheckAndReservationJobSingleAllOfAttributes) SetReservationFailureReason(v string)

SetReservationFailureReason gets a reference to the given string and assigns it to the ReservationFailureReason field.

func (*FeasibilityCheckAndReservationJobSingleAllOfAttributes) SetResourceReservation ¶

func (o *FeasibilityCheckAndReservationJobSingleAllOfAttributes) SetResourceReservation(v bool)

SetResourceReservation gets a reference to the given bool and assigns it to the ResourceReservation field.

func (*FeasibilityCheckAndReservationJobSingleAllOfAttributes) SetResourceReservationStatus ¶

SetResourceReservationStatus gets a reference to the given ResourceReservationStatus and assigns it to the ResourceReservationStatus field.

func (FeasibilityCheckAndReservationJobSingleAllOfAttributes) ToMap ¶

func (*FeasibilityCheckAndReservationJobSingleAllOfAttributes) UnsetProfile ¶

UnsetProfile ensures that no value is present for Profile, not even an explicit nil

type FeasibilityResult ¶

type FeasibilityResult string

FeasibilityResult An attribute which specifies the feasibility check result for the feasibility check and reservation job.

const (
	FEASIBLE   FeasibilityResult = "FEASIBLE"
	INFEASIBLE FeasibilityResult = "INFEASIBLE"
)

List of FeasibilityResult

func NewFeasibilityResultFromValue ¶

func NewFeasibilityResultFromValue(v string) (*FeasibilityResult, error)

NewFeasibilityResultFromValue returns a pointer to a valid FeasibilityResult for the value passed as argument, or an error if the value passed is not allowed by the enum

func (FeasibilityResult) IsValid ¶

func (v FeasibilityResult) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (FeasibilityResult) Ptr ¶

Ptr returns reference to FeasibilityResult value

func (*FeasibilityResult) UnmarshalJSON ¶

func (v *FeasibilityResult) UnmarshalJSON(src []byte) error

type FileDownloadJobProcessMonitor ¶

type FileDownloadJobProcessMonitor struct {
	JobId              *string                                       `json:"jobId,omitempty"`
	Status             *string                                       `json:"status,omitempty"`
	ProgressPercentage *int32                                        `json:"progressPercentage,omitempty"`
	ProgressStateInfo  *string                                       `json:"progressStateInfo,omitempty"`
	ResultStateInfo    *FileDownloadJobProcessMonitorResultStateInfo `json:"resultStateInfo,omitempty"`
	StartTime          *time.Time                                    `json:"startTime,omitempty"`
	EndTime            *time.Time                                    `json:"endTime,omitempty"`
	Timer              *int32                                        `json:"timer,omitempty"`
}

FileDownloadJobProcessMonitor This data type is the \"ProcessMonitor\" data type with specialisations for usage in the \"FileDownloadJob\".

func NewFileDownloadJobProcessMonitor ¶

func NewFileDownloadJobProcessMonitor() *FileDownloadJobProcessMonitor

NewFileDownloadJobProcessMonitor instantiates a new FileDownloadJobProcessMonitor object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFileDownloadJobProcessMonitorWithDefaults ¶

func NewFileDownloadJobProcessMonitorWithDefaults() *FileDownloadJobProcessMonitor

NewFileDownloadJobProcessMonitorWithDefaults instantiates a new FileDownloadJobProcessMonitor object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FileDownloadJobProcessMonitor) GetEndTime ¶

func (o *FileDownloadJobProcessMonitor) GetEndTime() time.Time

GetEndTime returns the EndTime field value if set, zero value otherwise.

func (*FileDownloadJobProcessMonitor) GetEndTimeOk ¶

func (o *FileDownloadJobProcessMonitor) GetEndTimeOk() (*time.Time, bool)

GetEndTimeOk returns a tuple with the EndTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FileDownloadJobProcessMonitor) GetJobId ¶

func (o *FileDownloadJobProcessMonitor) GetJobId() string

GetJobId returns the JobId field value if set, zero value otherwise.

func (*FileDownloadJobProcessMonitor) GetJobIdOk ¶

func (o *FileDownloadJobProcessMonitor) GetJobIdOk() (*string, bool)

GetJobIdOk returns a tuple with the JobId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FileDownloadJobProcessMonitor) GetProgressPercentage ¶

func (o *FileDownloadJobProcessMonitor) GetProgressPercentage() int32

GetProgressPercentage returns the ProgressPercentage field value if set, zero value otherwise.

func (*FileDownloadJobProcessMonitor) GetProgressPercentageOk ¶

func (o *FileDownloadJobProcessMonitor) GetProgressPercentageOk() (*int32, bool)

GetProgressPercentageOk returns a tuple with the ProgressPercentage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FileDownloadJobProcessMonitor) GetProgressStateInfo ¶

func (o *FileDownloadJobProcessMonitor) GetProgressStateInfo() string

GetProgressStateInfo returns the ProgressStateInfo field value if set, zero value otherwise.

func (*FileDownloadJobProcessMonitor) GetProgressStateInfoOk ¶

func (o *FileDownloadJobProcessMonitor) GetProgressStateInfoOk() (*string, bool)

GetProgressStateInfoOk returns a tuple with the ProgressStateInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FileDownloadJobProcessMonitor) GetResultStateInfo ¶

GetResultStateInfo returns the ResultStateInfo field value if set, zero value otherwise.

func (*FileDownloadJobProcessMonitor) GetResultStateInfoOk ¶

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 ¶

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 ¶

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 ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*FileDownloadJobSingle) GetAttributesOk ¶

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 ¶

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 ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*FileDownloadJobSingleAllOf) GetAttributesOk ¶

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 ¶

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 ¶

GetJobMonitor returns the JobMonitor field value if set, zero value otherwise.

func (*FileDownloadJobSingleAllOfAttributes) GetJobMonitorOk ¶

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 ¶

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 ¶

Ptr returns reference to FileNotificationTypes value

func (*FileNotificationTypes) UnmarshalJSON ¶

func (v *FileNotificationTypes) UnmarshalJSON(src []byte) error

type FileSingle ¶

type FileSingle struct {
	Top
	Attributes *FileSingleAllOfAttributes `json:"attributes,omitempty"`
}

FileSingle struct for FileSingle

func NewFileSingle ¶

func NewFileSingle(id NullableString) *FileSingle

NewFileSingle instantiates a new FileSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFileSingleWithDefaults ¶

func NewFileSingleWithDefaults() *FileSingle

NewFileSingleWithDefaults instantiates a new FileSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FileSingle) GetAttributes ¶

func (o *FileSingle) GetAttributes() FileSingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*FileSingle) GetAttributesOk ¶

func (o *FileSingle) GetAttributesOk() (*FileSingleAllOfAttributes, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FileSingle) HasAttributes ¶

func (o *FileSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (FileSingle) MarshalJSON ¶

func (o FileSingle) MarshalJSON() ([]byte, error)

func (*FileSingle) SetAttributes ¶

func (o *FileSingle) SetAttributes(v FileSingleAllOfAttributes)

SetAttributes gets a reference to the given FileSingleAllOfAttributes and assigns it to the Attributes field.

func (FileSingle) ToMap ¶

func (o FileSingle) ToMap() (map[string]interface{}, error)

type FileSingleAllOf ¶

type FileSingleAllOf struct {
	Attributes *FileSingleAllOfAttributes `json:"attributes,omitempty"`
}

FileSingleAllOf struct for FileSingleAllOf

func NewFileSingleAllOf ¶

func NewFileSingleAllOf() *FileSingleAllOf

NewFileSingleAllOf instantiates a new FileSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFileSingleAllOfWithDefaults ¶

func NewFileSingleAllOfWithDefaults() *FileSingleAllOf

NewFileSingleAllOfWithDefaults instantiates a new FileSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FileSingleAllOf) GetAttributes ¶

func (o *FileSingleAllOf) GetAttributes() FileSingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*FileSingleAllOf) GetAttributesOk ¶

func (o *FileSingleAllOf) GetAttributesOk() (*FileSingleAllOfAttributes, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FileSingleAllOf) HasAttributes ¶

func (o *FileSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (FileSingleAllOf) MarshalJSON ¶

func (o FileSingleAllOf) MarshalJSON() ([]byte, error)

func (*FileSingleAllOf) SetAttributes ¶

func (o *FileSingleAllOf) SetAttributes(v FileSingleAllOfAttributes)

SetAttributes gets a reference to the given FileSingleAllOfAttributes and assigns it to the Attributes field.

func (FileSingleAllOf) ToMap ¶

func (o FileSingleAllOf) ToMap() (map[string]interface{}, error)

type FileSingleAllOfAttributes ¶

type FileSingleAllOfAttributes struct {
	FileLocation       *string    `json:"fileLocation,omitempty"`
	FileCompression    *string    `json:"fileCompression,omitempty"`
	FileSize           *int32     `json:"fileSize,omitempty"`
	FileDataType       *string    `json:"fileDataType,omitempty"`
	FileFormat         *string    `json:"fileFormat,omitempty"`
	FileReadyTime      *time.Time `json:"fileReadyTime,omitempty"`
	FileExpirationTime *time.Time `json:"fileExpirationTime,omitempty"`
	FileContent        *string    `json:"fileContent,omitempty"`
	JobRef             *string    `json:"jobRef,omitempty"`
	JobId              *string    `json:"jobId,omitempty"`
}

FileSingleAllOfAttributes struct for FileSingleAllOfAttributes

func NewFileSingleAllOfAttributes ¶

func NewFileSingleAllOfAttributes() *FileSingleAllOfAttributes

NewFileSingleAllOfAttributes instantiates a new FileSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFileSingleAllOfAttributesWithDefaults ¶

func NewFileSingleAllOfAttributesWithDefaults() *FileSingleAllOfAttributes

NewFileSingleAllOfAttributesWithDefaults instantiates a new FileSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FileSingleAllOfAttributes) GetFileCompression ¶

func (o *FileSingleAllOfAttributes) GetFileCompression() string

GetFileCompression returns the FileCompression field value if set, zero value otherwise.

func (*FileSingleAllOfAttributes) GetFileCompressionOk ¶

func (o *FileSingleAllOfAttributes) GetFileCompressionOk() (*string, bool)

GetFileCompressionOk returns a tuple with the FileCompression field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FileSingleAllOfAttributes) GetFileContent ¶

func (o *FileSingleAllOfAttributes) GetFileContent() string

GetFileContent returns the FileContent field value if set, zero value otherwise.

func (*FileSingleAllOfAttributes) GetFileContentOk ¶

func (o *FileSingleAllOfAttributes) GetFileContentOk() (*string, bool)

GetFileContentOk returns a tuple with the FileContent field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FileSingleAllOfAttributes) GetFileDataType ¶

func (o *FileSingleAllOfAttributes) GetFileDataType() string

GetFileDataType returns the FileDataType field value if set, zero value otherwise.

func (*FileSingleAllOfAttributes) GetFileDataTypeOk ¶

func (o *FileSingleAllOfAttributes) GetFileDataTypeOk() (*string, bool)

GetFileDataTypeOk returns a tuple with the FileDataType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FileSingleAllOfAttributes) GetFileExpirationTime ¶

func (o *FileSingleAllOfAttributes) GetFileExpirationTime() time.Time

GetFileExpirationTime returns the FileExpirationTime field value if set, zero value otherwise.

func (*FileSingleAllOfAttributes) GetFileExpirationTimeOk ¶

func (o *FileSingleAllOfAttributes) GetFileExpirationTimeOk() (*time.Time, bool)

GetFileExpirationTimeOk returns a tuple with the FileExpirationTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FileSingleAllOfAttributes) GetFileFormat ¶

func (o *FileSingleAllOfAttributes) GetFileFormat() string

GetFileFormat returns the FileFormat field value if set, zero value otherwise.

func (*FileSingleAllOfAttributes) GetFileFormatOk ¶

func (o *FileSingleAllOfAttributes) GetFileFormatOk() (*string, bool)

GetFileFormatOk returns a tuple with the FileFormat field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FileSingleAllOfAttributes) GetFileLocation ¶

func (o *FileSingleAllOfAttributes) GetFileLocation() string

GetFileLocation returns the FileLocation field value if set, zero value otherwise.

func (*FileSingleAllOfAttributes) GetFileLocationOk ¶

func (o *FileSingleAllOfAttributes) GetFileLocationOk() (*string, bool)

GetFileLocationOk returns a tuple with the FileLocation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FileSingleAllOfAttributes) GetFileReadyTime ¶

func (o *FileSingleAllOfAttributes) GetFileReadyTime() time.Time

GetFileReadyTime returns the FileReadyTime field value if set, zero value otherwise.

func (*FileSingleAllOfAttributes) GetFileReadyTimeOk ¶

func (o *FileSingleAllOfAttributes) GetFileReadyTimeOk() (*time.Time, bool)

GetFileReadyTimeOk returns a tuple with the FileReadyTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FileSingleAllOfAttributes) GetFileSize ¶

func (o *FileSingleAllOfAttributes) GetFileSize() int32

GetFileSize returns the FileSize field value if set, zero value otherwise.

func (*FileSingleAllOfAttributes) GetFileSizeOk ¶

func (o *FileSingleAllOfAttributes) GetFileSizeOk() (*int32, bool)

GetFileSizeOk returns a tuple with the FileSize field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FileSingleAllOfAttributes) GetJobId ¶

func (o *FileSingleAllOfAttributes) GetJobId() string

GetJobId returns the JobId field value if set, zero value otherwise.

func (*FileSingleAllOfAttributes) GetJobIdOk ¶

func (o *FileSingleAllOfAttributes) GetJobIdOk() (*string, bool)

GetJobIdOk returns a tuple with the JobId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FileSingleAllOfAttributes) GetJobRef ¶

func (o *FileSingleAllOfAttributes) GetJobRef() string

GetJobRef returns the JobRef field value if set, zero value otherwise.

func (*FileSingleAllOfAttributes) GetJobRefOk ¶

func (o *FileSingleAllOfAttributes) GetJobRefOk() (*string, bool)

GetJobRefOk returns a tuple with the JobRef field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FileSingleAllOfAttributes) HasFileCompression ¶

func (o *FileSingleAllOfAttributes) HasFileCompression() bool

HasFileCompression returns a boolean if a field has been set.

func (*FileSingleAllOfAttributes) HasFileContent ¶

func (o *FileSingleAllOfAttributes) HasFileContent() bool

HasFileContent returns a boolean if a field has been set.

func (*FileSingleAllOfAttributes) HasFileDataType ¶

func (o *FileSingleAllOfAttributes) HasFileDataType() bool

HasFileDataType returns a boolean if a field has been set.

func (*FileSingleAllOfAttributes) HasFileExpirationTime ¶

func (o *FileSingleAllOfAttributes) HasFileExpirationTime() bool

HasFileExpirationTime returns a boolean if a field has been set.

func (*FileSingleAllOfAttributes) HasFileFormat ¶

func (o *FileSingleAllOfAttributes) HasFileFormat() bool

HasFileFormat returns a boolean if a field has been set.

func (*FileSingleAllOfAttributes) HasFileLocation ¶

func (o *FileSingleAllOfAttributes) HasFileLocation() bool

HasFileLocation returns a boolean if a field has been set.

func (*FileSingleAllOfAttributes) HasFileReadyTime ¶

func (o *FileSingleAllOfAttributes) HasFileReadyTime() bool

HasFileReadyTime returns a boolean if a field has been set.

func (*FileSingleAllOfAttributes) HasFileSize ¶

func (o *FileSingleAllOfAttributes) HasFileSize() bool

HasFileSize returns a boolean if a field has been set.

func (*FileSingleAllOfAttributes) HasJobId ¶

func (o *FileSingleAllOfAttributes) HasJobId() bool

HasJobId returns a boolean if a field has been set.

func (*FileSingleAllOfAttributes) HasJobRef ¶

func (o *FileSingleAllOfAttributes) HasJobRef() bool

HasJobRef returns a boolean if a field has been set.

func (FileSingleAllOfAttributes) MarshalJSON ¶

func (o FileSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*FileSingleAllOfAttributes) SetFileCompression ¶

func (o *FileSingleAllOfAttributes) SetFileCompression(v string)

SetFileCompression gets a reference to the given string and assigns it to the FileCompression field.

func (*FileSingleAllOfAttributes) SetFileContent ¶

func (o *FileSingleAllOfAttributes) SetFileContent(v string)

SetFileContent gets a reference to the given string and assigns it to the FileContent field.

func (*FileSingleAllOfAttributes) SetFileDataType ¶

func (o *FileSingleAllOfAttributes) SetFileDataType(v string)

SetFileDataType gets a reference to the given string and assigns it to the FileDataType field.

func (*FileSingleAllOfAttributes) SetFileExpirationTime ¶

func (o *FileSingleAllOfAttributes) SetFileExpirationTime(v time.Time)

SetFileExpirationTime gets a reference to the given time.Time and assigns it to the FileExpirationTime field.

func (*FileSingleAllOfAttributes) SetFileFormat ¶

func (o *FileSingleAllOfAttributes) SetFileFormat(v string)

SetFileFormat gets a reference to the given string and assigns it to the FileFormat field.

func (*FileSingleAllOfAttributes) SetFileLocation ¶

func (o *FileSingleAllOfAttributes) SetFileLocation(v string)

SetFileLocation gets a reference to the given string and assigns it to the FileLocation field.

func (*FileSingleAllOfAttributes) SetFileReadyTime ¶

func (o *FileSingleAllOfAttributes) SetFileReadyTime(v time.Time)

SetFileReadyTime gets a reference to the given time.Time and assigns it to the FileReadyTime field.

func (*FileSingleAllOfAttributes) SetFileSize ¶

func (o *FileSingleAllOfAttributes) SetFileSize(v int32)

SetFileSize gets a reference to the given int32 and assigns it to the FileSize field.

func (*FileSingleAllOfAttributes) SetJobId ¶

func (o *FileSingleAllOfAttributes) SetJobId(v string)

SetJobId gets a reference to the given string and assigns it to the JobId field.

func (*FileSingleAllOfAttributes) SetJobRef ¶

func (o *FileSingleAllOfAttributes) SetJobRef(v string)

SetJobRef gets a reference to the given string and assigns it to the JobRef field.

func (FileSingleAllOfAttributes) ToMap ¶

func (o FileSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type FilesSingle ¶

type FilesSingle struct {
	Top
	Attributes *FilesSingleAllOfAttributes `json:"attributes,omitempty"`
}

FilesSingle struct for FilesSingle

func NewFilesSingle ¶

func NewFilesSingle(id NullableString) *FilesSingle

NewFilesSingle instantiates a new FilesSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFilesSingleWithDefaults ¶

func NewFilesSingleWithDefaults() *FilesSingle

NewFilesSingleWithDefaults instantiates a new FilesSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FilesSingle) GetAttributes ¶

func (o *FilesSingle) GetAttributes() FilesSingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*FilesSingle) GetAttributesOk ¶

func (o *FilesSingle) GetAttributesOk() (*FilesSingleAllOfAttributes, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FilesSingle) HasAttributes ¶

func (o *FilesSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (FilesSingle) MarshalJSON ¶

func (o FilesSingle) MarshalJSON() ([]byte, error)

func (*FilesSingle) SetAttributes ¶

func (o *FilesSingle) SetAttributes(v FilesSingleAllOfAttributes)

SetAttributes gets a reference to the given FilesSingleAllOfAttributes and assigns it to the Attributes field.

func (FilesSingle) ToMap ¶

func (o FilesSingle) ToMap() (map[string]interface{}, error)

type FilesSingleAllOf ¶

type FilesSingleAllOf struct {
	Attributes *FilesSingleAllOfAttributes `json:"attributes,omitempty"`
}

FilesSingleAllOf struct for FilesSingleAllOf

func NewFilesSingleAllOf ¶

func NewFilesSingleAllOf() *FilesSingleAllOf

NewFilesSingleAllOf instantiates a new FilesSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFilesSingleAllOfWithDefaults ¶

func NewFilesSingleAllOfWithDefaults() *FilesSingleAllOf

NewFilesSingleAllOfWithDefaults instantiates a new FilesSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FilesSingleAllOf) GetAttributes ¶

func (o *FilesSingleAllOf) GetAttributes() FilesSingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*FilesSingleAllOf) GetAttributesOk ¶

func (o *FilesSingleAllOf) GetAttributesOk() (*FilesSingleAllOfAttributes, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FilesSingleAllOf) HasAttributes ¶

func (o *FilesSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (FilesSingleAllOf) MarshalJSON ¶

func (o FilesSingleAllOf) MarshalJSON() ([]byte, error)

func (*FilesSingleAllOf) SetAttributes ¶

func (o *FilesSingleAllOf) SetAttributes(v FilesSingleAllOfAttributes)

SetAttributes gets a reference to the given FilesSingleAllOfAttributes and assigns it to the Attributes field.

func (FilesSingleAllOf) ToMap ¶

func (o FilesSingleAllOf) ToMap() (map[string]interface{}, error)

type FilesSingleAllOfAttributes ¶

type FilesSingleAllOfAttributes struct {
	NumberOfFiles *int32       `json:"numberOfFiles,omitempty"`
	JobRef        *string      `json:"jobRef,omitempty"`
	JobId         *string      `json:"jobId,omitempty"`
	File          []FileSingle `json:"File,omitempty"`
}

FilesSingleAllOfAttributes struct for FilesSingleAllOfAttributes

func NewFilesSingleAllOfAttributes ¶

func NewFilesSingleAllOfAttributes() *FilesSingleAllOfAttributes

NewFilesSingleAllOfAttributes instantiates a new FilesSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFilesSingleAllOfAttributesWithDefaults ¶

func NewFilesSingleAllOfAttributesWithDefaults() *FilesSingleAllOfAttributes

NewFilesSingleAllOfAttributesWithDefaults instantiates a new FilesSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FilesSingleAllOfAttributes) GetFile ¶

func (o *FilesSingleAllOfAttributes) GetFile() []FileSingle

GetFile returns the File field value if set, zero value otherwise.

func (*FilesSingleAllOfAttributes) GetFileOk ¶

func (o *FilesSingleAllOfAttributes) GetFileOk() ([]FileSingle, bool)

GetFileOk returns a tuple with the File field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FilesSingleAllOfAttributes) GetJobId ¶

func (o *FilesSingleAllOfAttributes) GetJobId() string

GetJobId returns the JobId field value if set, zero value otherwise.

func (*FilesSingleAllOfAttributes) GetJobIdOk ¶

func (o *FilesSingleAllOfAttributes) GetJobIdOk() (*string, bool)

GetJobIdOk returns a tuple with the JobId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FilesSingleAllOfAttributes) GetJobRef ¶

func (o *FilesSingleAllOfAttributes) GetJobRef() string

GetJobRef returns the JobRef field value if set, zero value otherwise.

func (*FilesSingleAllOfAttributes) GetJobRefOk ¶

func (o *FilesSingleAllOfAttributes) GetJobRefOk() (*string, bool)

GetJobRefOk returns a tuple with the JobRef field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FilesSingleAllOfAttributes) GetNumberOfFiles ¶

func (o *FilesSingleAllOfAttributes) GetNumberOfFiles() int32

GetNumberOfFiles returns the NumberOfFiles field value if set, zero value otherwise.

func (*FilesSingleAllOfAttributes) GetNumberOfFilesOk ¶

func (o *FilesSingleAllOfAttributes) GetNumberOfFilesOk() (*int32, bool)

GetNumberOfFilesOk returns a tuple with the NumberOfFiles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FilesSingleAllOfAttributes) HasFile ¶

func (o *FilesSingleAllOfAttributes) HasFile() bool

HasFile returns a boolean if a field has been set.

func (*FilesSingleAllOfAttributes) HasJobId ¶

func (o *FilesSingleAllOfAttributes) HasJobId() bool

HasJobId returns a boolean if a field has been set.

func (*FilesSingleAllOfAttributes) HasJobRef ¶

func (o *FilesSingleAllOfAttributes) HasJobRef() bool

HasJobRef returns a boolean if a field has been set.

func (*FilesSingleAllOfAttributes) HasNumberOfFiles ¶

func (o *FilesSingleAllOfAttributes) HasNumberOfFiles() bool

HasNumberOfFiles returns a boolean if a field has been set.

func (FilesSingleAllOfAttributes) MarshalJSON ¶

func (o FilesSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*FilesSingleAllOfAttributes) SetFile ¶

func (o *FilesSingleAllOfAttributes) SetFile(v []FileSingle)

SetFile gets a reference to the given []FileSingle and assigns it to the File field.

func (*FilesSingleAllOfAttributes) SetJobId ¶

func (o *FilesSingleAllOfAttributes) SetJobId(v string)

SetJobId gets a reference to the given string and assigns it to the JobId field.

func (*FilesSingleAllOfAttributes) SetJobRef ¶

func (o *FilesSingleAllOfAttributes) SetJobRef(v string)

SetJobRef gets a reference to the given string and assigns it to the JobRef field.

func (*FilesSingleAllOfAttributes) SetNumberOfFiles ¶

func (o *FilesSingleAllOfAttributes) SetNumberOfFiles(v int32)

SetNumberOfFiles gets a reference to the given int32 and assigns it to the NumberOfFiles field.

func (FilesSingleAllOfAttributes) ToMap ¶

func (o FilesSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type FiveQICharacteristicsSingle ¶

type FiveQICharacteristicsSingle struct {
	Top
	FiveQIValue            *int32           `json:"fiveQIValue,omitempty"`
	ResourceType           *string          `json:"resourceType,omitempty"`
	PriorityLevel          *int32           `json:"priorityLevel,omitempty"`
	PacketDelayBudget      *int32           `json:"packetDelayBudget,omitempty"`
	PacketErrorRate        *PacketErrorRate `json:"packetErrorRate,omitempty"`
	AveragingWindow        *int32           `json:"averagingWindow,omitempty"`
	MaximumDataBurstVolume *int32           `json:"maximumDataBurstVolume,omitempty"`
}

FiveQICharacteristicsSingle struct for FiveQICharacteristicsSingle

func NewFiveQICharacteristicsSingle ¶

func NewFiveQICharacteristicsSingle(id NullableString) *FiveQICharacteristicsSingle

NewFiveQICharacteristicsSingle instantiates a new FiveQICharacteristicsSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFiveQICharacteristicsSingleWithDefaults ¶

func NewFiveQICharacteristicsSingleWithDefaults() *FiveQICharacteristicsSingle

NewFiveQICharacteristicsSingleWithDefaults instantiates a new FiveQICharacteristicsSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FiveQICharacteristicsSingle) GetAveragingWindow ¶

func (o *FiveQICharacteristicsSingle) GetAveragingWindow() int32

GetAveragingWindow returns the AveragingWindow field value if set, zero value otherwise.

func (*FiveQICharacteristicsSingle) GetAveragingWindowOk ¶

func (o *FiveQICharacteristicsSingle) GetAveragingWindowOk() (*int32, bool)

GetAveragingWindowOk returns a tuple with the AveragingWindow field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FiveQICharacteristicsSingle) GetFiveQIValue ¶

func (o *FiveQICharacteristicsSingle) GetFiveQIValue() int32

GetFiveQIValue returns the FiveQIValue field value if set, zero value otherwise.

func (*FiveQICharacteristicsSingle) GetFiveQIValueOk ¶

func (o *FiveQICharacteristicsSingle) GetFiveQIValueOk() (*int32, bool)

GetFiveQIValueOk returns a tuple with the FiveQIValue field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FiveQICharacteristicsSingle) GetMaximumDataBurstVolume ¶

func (o *FiveQICharacteristicsSingle) GetMaximumDataBurstVolume() int32

GetMaximumDataBurstVolume returns the MaximumDataBurstVolume field value if set, zero value otherwise.

func (*FiveQICharacteristicsSingle) GetMaximumDataBurstVolumeOk ¶

func (o *FiveQICharacteristicsSingle) GetMaximumDataBurstVolumeOk() (*int32, bool)

GetMaximumDataBurstVolumeOk returns a tuple with the MaximumDataBurstVolume field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FiveQICharacteristicsSingle) GetPacketDelayBudget ¶

func (o *FiveQICharacteristicsSingle) GetPacketDelayBudget() int32

GetPacketDelayBudget returns the PacketDelayBudget field value if set, zero value otherwise.

func (*FiveQICharacteristicsSingle) GetPacketDelayBudgetOk ¶

func (o *FiveQICharacteristicsSingle) GetPacketDelayBudgetOk() (*int32, bool)

GetPacketDelayBudgetOk returns a tuple with the PacketDelayBudget field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FiveQICharacteristicsSingle) GetPacketErrorRate ¶

func (o *FiveQICharacteristicsSingle) GetPacketErrorRate() PacketErrorRate

GetPacketErrorRate returns the PacketErrorRate field value if set, zero value otherwise.

func (*FiveQICharacteristicsSingle) GetPacketErrorRateOk ¶

func (o *FiveQICharacteristicsSingle) GetPacketErrorRateOk() (*PacketErrorRate, bool)

GetPacketErrorRateOk returns a tuple with the PacketErrorRate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FiveQICharacteristicsSingle) GetPriorityLevel ¶

func (o *FiveQICharacteristicsSingle) GetPriorityLevel() int32

GetPriorityLevel returns the PriorityLevel field value if set, zero value otherwise.

func (*FiveQICharacteristicsSingle) GetPriorityLevelOk ¶

func (o *FiveQICharacteristicsSingle) GetPriorityLevelOk() (*int32, bool)

GetPriorityLevelOk returns a tuple with the PriorityLevel field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FiveQICharacteristicsSingle) GetResourceType ¶

func (o *FiveQICharacteristicsSingle) GetResourceType() string

GetResourceType returns the ResourceType field value if set, zero value otherwise.

func (*FiveQICharacteristicsSingle) GetResourceTypeOk ¶

func (o *FiveQICharacteristicsSingle) GetResourceTypeOk() (*string, bool)

GetResourceTypeOk returns a tuple with the ResourceType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FiveQICharacteristicsSingle) HasAveragingWindow ¶

func (o *FiveQICharacteristicsSingle) HasAveragingWindow() bool

HasAveragingWindow returns a boolean if a field has been set.

func (*FiveQICharacteristicsSingle) HasFiveQIValue ¶

func (o *FiveQICharacteristicsSingle) HasFiveQIValue() bool

HasFiveQIValue returns a boolean if a field has been set.

func (*FiveQICharacteristicsSingle) HasMaximumDataBurstVolume ¶

func (o *FiveQICharacteristicsSingle) HasMaximumDataBurstVolume() bool

HasMaximumDataBurstVolume returns a boolean if a field has been set.

func (*FiveQICharacteristicsSingle) HasPacketDelayBudget ¶

func (o *FiveQICharacteristicsSingle) HasPacketDelayBudget() bool

HasPacketDelayBudget returns a boolean if a field has been set.

func (*FiveQICharacteristicsSingle) HasPacketErrorRate ¶

func (o *FiveQICharacteristicsSingle) HasPacketErrorRate() bool

HasPacketErrorRate returns a boolean if a field has been set.

func (*FiveQICharacteristicsSingle) HasPriorityLevel ¶

func (o *FiveQICharacteristicsSingle) HasPriorityLevel() bool

HasPriorityLevel returns a boolean if a field has been set.

func (*FiveQICharacteristicsSingle) HasResourceType ¶

func (o *FiveQICharacteristicsSingle) HasResourceType() bool

HasResourceType returns a boolean if a field has been set.

func (FiveQICharacteristicsSingle) MarshalJSON ¶

func (o FiveQICharacteristicsSingle) MarshalJSON() ([]byte, error)

func (*FiveQICharacteristicsSingle) SetAveragingWindow ¶

func (o *FiveQICharacteristicsSingle) SetAveragingWindow(v int32)

SetAveragingWindow gets a reference to the given int32 and assigns it to the AveragingWindow field.

func (*FiveQICharacteristicsSingle) SetFiveQIValue ¶

func (o *FiveQICharacteristicsSingle) SetFiveQIValue(v int32)

SetFiveQIValue gets a reference to the given int32 and assigns it to the FiveQIValue field.

func (*FiveQICharacteristicsSingle) SetMaximumDataBurstVolume ¶

func (o *FiveQICharacteristicsSingle) SetMaximumDataBurstVolume(v int32)

SetMaximumDataBurstVolume gets a reference to the given int32 and assigns it to the MaximumDataBurstVolume field.

func (*FiveQICharacteristicsSingle) SetPacketDelayBudget ¶

func (o *FiveQICharacteristicsSingle) SetPacketDelayBudget(v int32)

SetPacketDelayBudget gets a reference to the given int32 and assigns it to the PacketDelayBudget field.

func (*FiveQICharacteristicsSingle) SetPacketErrorRate ¶

func (o *FiveQICharacteristicsSingle) SetPacketErrorRate(v PacketErrorRate)

SetPacketErrorRate gets a reference to the given PacketErrorRate and assigns it to the PacketErrorRate field.

func (*FiveQICharacteristicsSingle) SetPriorityLevel ¶

func (o *FiveQICharacteristicsSingle) SetPriorityLevel(v int32)

SetPriorityLevel gets a reference to the given int32 and assigns it to the PriorityLevel field.

func (*FiveQICharacteristicsSingle) SetResourceType ¶

func (o *FiveQICharacteristicsSingle) SetResourceType(v string)

SetResourceType gets a reference to the given string and assigns it to the ResourceType field.

func (FiveQICharacteristicsSingle) ToMap ¶

func (o FiveQICharacteristicsSingle) ToMap() (map[string]interface{}, error)

type FiveQICharacteristicsSingleAllOf ¶

type FiveQICharacteristicsSingleAllOf struct {
	FiveQIValue            *int32           `json:"fiveQIValue,omitempty"`
	ResourceType           *string          `json:"resourceType,omitempty"`
	PriorityLevel          *int32           `json:"priorityLevel,omitempty"`
	PacketDelayBudget      *int32           `json:"packetDelayBudget,omitempty"`
	PacketErrorRate        *PacketErrorRate `json:"packetErrorRate,omitempty"`
	AveragingWindow        *int32           `json:"averagingWindow,omitempty"`
	MaximumDataBurstVolume *int32           `json:"maximumDataBurstVolume,omitempty"`
}

FiveQICharacteristicsSingleAllOf struct for FiveQICharacteristicsSingleAllOf

func NewFiveQICharacteristicsSingleAllOf ¶

func NewFiveQICharacteristicsSingleAllOf() *FiveQICharacteristicsSingleAllOf

NewFiveQICharacteristicsSingleAllOf instantiates a new FiveQICharacteristicsSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFiveQICharacteristicsSingleAllOfWithDefaults ¶

func NewFiveQICharacteristicsSingleAllOfWithDefaults() *FiveQICharacteristicsSingleAllOf

NewFiveQICharacteristicsSingleAllOfWithDefaults instantiates a new FiveQICharacteristicsSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FiveQICharacteristicsSingleAllOf) GetAveragingWindow ¶

func (o *FiveQICharacteristicsSingleAllOf) GetAveragingWindow() int32

GetAveragingWindow returns the AveragingWindow field value if set, zero value otherwise.

func (*FiveQICharacteristicsSingleAllOf) GetAveragingWindowOk ¶

func (o *FiveQICharacteristicsSingleAllOf) GetAveragingWindowOk() (*int32, bool)

GetAveragingWindowOk returns a tuple with the AveragingWindow field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FiveQICharacteristicsSingleAllOf) GetFiveQIValue ¶

func (o *FiveQICharacteristicsSingleAllOf) GetFiveQIValue() int32

GetFiveQIValue returns the FiveQIValue field value if set, zero value otherwise.

func (*FiveQICharacteristicsSingleAllOf) GetFiveQIValueOk ¶

func (o *FiveQICharacteristicsSingleAllOf) GetFiveQIValueOk() (*int32, bool)

GetFiveQIValueOk returns a tuple with the FiveQIValue field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FiveQICharacteristicsSingleAllOf) GetMaximumDataBurstVolume ¶

func (o *FiveQICharacteristicsSingleAllOf) GetMaximumDataBurstVolume() int32

GetMaximumDataBurstVolume returns the MaximumDataBurstVolume field value if set, zero value otherwise.

func (*FiveQICharacteristicsSingleAllOf) GetMaximumDataBurstVolumeOk ¶

func (o *FiveQICharacteristicsSingleAllOf) GetMaximumDataBurstVolumeOk() (*int32, bool)

GetMaximumDataBurstVolumeOk returns a tuple with the MaximumDataBurstVolume field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FiveQICharacteristicsSingleAllOf) GetPacketDelayBudget ¶

func (o *FiveQICharacteristicsSingleAllOf) GetPacketDelayBudget() int32

GetPacketDelayBudget returns the PacketDelayBudget field value if set, zero value otherwise.

func (*FiveQICharacteristicsSingleAllOf) GetPacketDelayBudgetOk ¶

func (o *FiveQICharacteristicsSingleAllOf) GetPacketDelayBudgetOk() (*int32, bool)

GetPacketDelayBudgetOk returns a tuple with the PacketDelayBudget field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FiveQICharacteristicsSingleAllOf) GetPacketErrorRate ¶

func (o *FiveQICharacteristicsSingleAllOf) GetPacketErrorRate() PacketErrorRate

GetPacketErrorRate returns the PacketErrorRate field value if set, zero value otherwise.

func (*FiveQICharacteristicsSingleAllOf) GetPacketErrorRateOk ¶

func (o *FiveQICharacteristicsSingleAllOf) GetPacketErrorRateOk() (*PacketErrorRate, bool)

GetPacketErrorRateOk returns a tuple with the PacketErrorRate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FiveQICharacteristicsSingleAllOf) GetPriorityLevel ¶

func (o *FiveQICharacteristicsSingleAllOf) GetPriorityLevel() int32

GetPriorityLevel returns the PriorityLevel field value if set, zero value otherwise.

func (*FiveQICharacteristicsSingleAllOf) GetPriorityLevelOk ¶

func (o *FiveQICharacteristicsSingleAllOf) GetPriorityLevelOk() (*int32, bool)

GetPriorityLevelOk returns a tuple with the PriorityLevel field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FiveQICharacteristicsSingleAllOf) GetResourceType ¶

func (o *FiveQICharacteristicsSingleAllOf) GetResourceType() string

GetResourceType returns the ResourceType field value if set, zero value otherwise.

func (*FiveQICharacteristicsSingleAllOf) GetResourceTypeOk ¶

func (o *FiveQICharacteristicsSingleAllOf) GetResourceTypeOk() (*string, bool)

GetResourceTypeOk returns a tuple with the ResourceType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FiveQICharacteristicsSingleAllOf) HasAveragingWindow ¶

func (o *FiveQICharacteristicsSingleAllOf) HasAveragingWindow() bool

HasAveragingWindow returns a boolean if a field has been set.

func (*FiveQICharacteristicsSingleAllOf) HasFiveQIValue ¶

func (o *FiveQICharacteristicsSingleAllOf) HasFiveQIValue() bool

HasFiveQIValue returns a boolean if a field has been set.

func (*FiveQICharacteristicsSingleAllOf) HasMaximumDataBurstVolume ¶

func (o *FiveQICharacteristicsSingleAllOf) HasMaximumDataBurstVolume() bool

HasMaximumDataBurstVolume returns a boolean if a field has been set.

func (*FiveQICharacteristicsSingleAllOf) HasPacketDelayBudget ¶

func (o *FiveQICharacteristicsSingleAllOf) HasPacketDelayBudget() bool

HasPacketDelayBudget returns a boolean if a field has been set.

func (*FiveQICharacteristicsSingleAllOf) HasPacketErrorRate ¶

func (o *FiveQICharacteristicsSingleAllOf) HasPacketErrorRate() bool

HasPacketErrorRate returns a boolean if a field has been set.

func (*FiveQICharacteristicsSingleAllOf) HasPriorityLevel ¶

func (o *FiveQICharacteristicsSingleAllOf) HasPriorityLevel() bool

HasPriorityLevel returns a boolean if a field has been set.

func (*FiveQICharacteristicsSingleAllOf) HasResourceType ¶

func (o *FiveQICharacteristicsSingleAllOf) HasResourceType() bool

HasResourceType returns a boolean if a field has been set.

func (FiveQICharacteristicsSingleAllOf) MarshalJSON ¶

func (o FiveQICharacteristicsSingleAllOf) MarshalJSON() ([]byte, error)

func (*FiveQICharacteristicsSingleAllOf) SetAveragingWindow ¶

func (o *FiveQICharacteristicsSingleAllOf) SetAveragingWindow(v int32)

SetAveragingWindow gets a reference to the given int32 and assigns it to the AveragingWindow field.

func (*FiveQICharacteristicsSingleAllOf) SetFiveQIValue ¶

func (o *FiveQICharacteristicsSingleAllOf) SetFiveQIValue(v int32)

SetFiveQIValue gets a reference to the given int32 and assigns it to the FiveQIValue field.

func (*FiveQICharacteristicsSingleAllOf) SetMaximumDataBurstVolume ¶

func (o *FiveQICharacteristicsSingleAllOf) SetMaximumDataBurstVolume(v int32)

SetMaximumDataBurstVolume gets a reference to the given int32 and assigns it to the MaximumDataBurstVolume field.

func (*FiveQICharacteristicsSingleAllOf) SetPacketDelayBudget ¶

func (o *FiveQICharacteristicsSingleAllOf) SetPacketDelayBudget(v int32)

SetPacketDelayBudget gets a reference to the given int32 and assigns it to the PacketDelayBudget field.

func (*FiveQICharacteristicsSingleAllOf) SetPacketErrorRate ¶

func (o *FiveQICharacteristicsSingleAllOf) SetPacketErrorRate(v PacketErrorRate)

SetPacketErrorRate gets a reference to the given PacketErrorRate and assigns it to the PacketErrorRate field.

func (*FiveQICharacteristicsSingleAllOf) SetPriorityLevel ¶

func (o *FiveQICharacteristicsSingleAllOf) SetPriorityLevel(v int32)

SetPriorityLevel gets a reference to the given int32 and assigns it to the PriorityLevel field.

func (*FiveQICharacteristicsSingleAllOf) SetResourceType ¶

func (o *FiveQICharacteristicsSingleAllOf) SetResourceType(v string)

SetResourceType gets a reference to the given string and assigns it to the ResourceType field.

func (FiveQICharacteristicsSingleAllOf) ToMap ¶

func (o FiveQICharacteristicsSingleAllOf) ToMap() (map[string]interface{}, error)

type FiveQiDscpMapping ¶

type FiveQiDscpMapping struct {
	FiveQIValues []int32 `json:"fiveQIValues,omitempty"`
	Dscp         *int32  `json:"dscp,omitempty"`
}

FiveQiDscpMapping struct for FiveQiDscpMapping

func NewFiveQiDscpMapping ¶

func NewFiveQiDscpMapping() *FiveQiDscpMapping

NewFiveQiDscpMapping instantiates a new FiveQiDscpMapping object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFiveQiDscpMappingWithDefaults ¶

func NewFiveQiDscpMappingWithDefaults() *FiveQiDscpMapping

NewFiveQiDscpMappingWithDefaults instantiates a new FiveQiDscpMapping object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FiveQiDscpMapping) GetDscp ¶

func (o *FiveQiDscpMapping) GetDscp() int32

GetDscp returns the Dscp field value if set, zero value otherwise.

func (*FiveQiDscpMapping) GetDscpOk ¶

func (o *FiveQiDscpMapping) GetDscpOk() (*int32, bool)

GetDscpOk returns a tuple with the Dscp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FiveQiDscpMapping) GetFiveQIValues ¶

func (o *FiveQiDscpMapping) GetFiveQIValues() []int32

GetFiveQIValues returns the FiveQIValues field value if set, zero value otherwise.

func (*FiveQiDscpMapping) GetFiveQIValuesOk ¶

func (o *FiveQiDscpMapping) GetFiveQIValuesOk() ([]int32, bool)

GetFiveQIValuesOk returns a tuple with the FiveQIValues field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FiveQiDscpMapping) HasDscp ¶

func (o *FiveQiDscpMapping) HasDscp() bool

HasDscp returns a boolean if a field has been set.

func (*FiveQiDscpMapping) HasFiveQIValues ¶

func (o *FiveQiDscpMapping) HasFiveQIValues() bool

HasFiveQIValues returns a boolean if a field has been set.

func (FiveQiDscpMapping) MarshalJSON ¶

func (o FiveQiDscpMapping) MarshalJSON() ([]byte, error)

func (*FiveQiDscpMapping) SetDscp ¶

func (o *FiveQiDscpMapping) SetDscp(v int32)

SetDscp gets a reference to the given int32 and assigns it to the Dscp field.

func (*FiveQiDscpMapping) SetFiveQIValues ¶

func (o *FiveQiDscpMapping) SetFiveQIValues(v []int32)

SetFiveQIValues gets a reference to the given []int32 and assigns it to the FiveQIValues field.

func (FiveQiDscpMapping) ToMap ¶

func (o FiveQiDscpMapping) ToMap() (map[string]interface{}, error)

type FiveQiDscpMappingSetSingle ¶

type FiveQiDscpMappingSetSingle struct {
	Top
	Attributes *FiveQiDscpMappingSetSingleAllOfAttributes `json:"attributes,omitempty"`
}

FiveQiDscpMappingSetSingle struct for FiveQiDscpMappingSetSingle

func NewFiveQiDscpMappingSetSingle ¶

func NewFiveQiDscpMappingSetSingle(id NullableString) *FiveQiDscpMappingSetSingle

NewFiveQiDscpMappingSetSingle instantiates a new FiveQiDscpMappingSetSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFiveQiDscpMappingSetSingleWithDefaults ¶

func NewFiveQiDscpMappingSetSingleWithDefaults() *FiveQiDscpMappingSetSingle

NewFiveQiDscpMappingSetSingleWithDefaults instantiates a new FiveQiDscpMappingSetSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FiveQiDscpMappingSetSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*FiveQiDscpMappingSetSingle) GetAttributesOk ¶

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 (*FiveQiDscpMappingSetSingle) HasAttributes ¶

func (o *FiveQiDscpMappingSetSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (FiveQiDscpMappingSetSingle) MarshalJSON ¶

func (o FiveQiDscpMappingSetSingle) MarshalJSON() ([]byte, error)

func (*FiveQiDscpMappingSetSingle) SetAttributes ¶

SetAttributes gets a reference to the given FiveQiDscpMappingSetSingleAllOfAttributes and assigns it to the Attributes field.

func (FiveQiDscpMappingSetSingle) ToMap ¶

func (o FiveQiDscpMappingSetSingle) ToMap() (map[string]interface{}, error)

type FiveQiDscpMappingSetSingleAllOf ¶

type FiveQiDscpMappingSetSingleAllOf struct {
	Attributes *FiveQiDscpMappingSetSingleAllOfAttributes `json:"attributes,omitempty"`
}

FiveQiDscpMappingSetSingleAllOf struct for FiveQiDscpMappingSetSingleAllOf

func NewFiveQiDscpMappingSetSingleAllOf ¶

func NewFiveQiDscpMappingSetSingleAllOf() *FiveQiDscpMappingSetSingleAllOf

NewFiveQiDscpMappingSetSingleAllOf instantiates a new FiveQiDscpMappingSetSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFiveQiDscpMappingSetSingleAllOfWithDefaults ¶

func NewFiveQiDscpMappingSetSingleAllOfWithDefaults() *FiveQiDscpMappingSetSingleAllOf

NewFiveQiDscpMappingSetSingleAllOfWithDefaults instantiates a new FiveQiDscpMappingSetSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FiveQiDscpMappingSetSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*FiveQiDscpMappingSetSingleAllOf) GetAttributesOk ¶

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 (*FiveQiDscpMappingSetSingleAllOf) HasAttributes ¶

func (o *FiveQiDscpMappingSetSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (FiveQiDscpMappingSetSingleAllOf) MarshalJSON ¶

func (o FiveQiDscpMappingSetSingleAllOf) MarshalJSON() ([]byte, error)

func (*FiveQiDscpMappingSetSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given FiveQiDscpMappingSetSingleAllOfAttributes and assigns it to the Attributes field.

func (FiveQiDscpMappingSetSingleAllOf) ToMap ¶

func (o FiveQiDscpMappingSetSingleAllOf) ToMap() (map[string]interface{}, error)

type FiveQiDscpMappingSetSingleAllOfAttributes ¶

type FiveQiDscpMappingSetSingleAllOfAttributes struct {
	FiveQiDscpMappingList []FiveQiDscpMapping `json:"FiveQiDscpMappingList,omitempty"`
}

FiveQiDscpMappingSetSingleAllOfAttributes struct for FiveQiDscpMappingSetSingleAllOfAttributes

func NewFiveQiDscpMappingSetSingleAllOfAttributes ¶

func NewFiveQiDscpMappingSetSingleAllOfAttributes() *FiveQiDscpMappingSetSingleAllOfAttributes

NewFiveQiDscpMappingSetSingleAllOfAttributes instantiates a new FiveQiDscpMappingSetSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFiveQiDscpMappingSetSingleAllOfAttributesWithDefaults ¶

func NewFiveQiDscpMappingSetSingleAllOfAttributesWithDefaults() *FiveQiDscpMappingSetSingleAllOfAttributes

NewFiveQiDscpMappingSetSingleAllOfAttributesWithDefaults instantiates a new FiveQiDscpMappingSetSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FiveQiDscpMappingSetSingleAllOfAttributes) GetFiveQiDscpMappingList ¶

func (o *FiveQiDscpMappingSetSingleAllOfAttributes) GetFiveQiDscpMappingList() []FiveQiDscpMapping

GetFiveQiDscpMappingList returns the FiveQiDscpMappingList field value if set, zero value otherwise.

func (*FiveQiDscpMappingSetSingleAllOfAttributes) GetFiveQiDscpMappingListOk ¶

func (o *FiveQiDscpMappingSetSingleAllOfAttributes) GetFiveQiDscpMappingListOk() ([]FiveQiDscpMapping, bool)

GetFiveQiDscpMappingListOk returns a tuple with the FiveQiDscpMappingList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FiveQiDscpMappingSetSingleAllOfAttributes) HasFiveQiDscpMappingList ¶

func (o *FiveQiDscpMappingSetSingleAllOfAttributes) HasFiveQiDscpMappingList() bool

HasFiveQiDscpMappingList returns a boolean if a field has been set.

func (FiveQiDscpMappingSetSingleAllOfAttributes) MarshalJSON ¶

func (*FiveQiDscpMappingSetSingleAllOfAttributes) SetFiveQiDscpMappingList ¶

func (o *FiveQiDscpMappingSetSingleAllOfAttributes) SetFiveQiDscpMappingList(v []FiveQiDscpMapping)

SetFiveQiDscpMappingList gets a reference to the given []FiveQiDscpMapping and assigns it to the FiveQiDscpMappingList field.

func (FiveQiDscpMappingSetSingleAllOfAttributes) ToMap ¶

func (o FiveQiDscpMappingSetSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type FiveQiDscpMappingSetSingleAllOfAttributesAllOf ¶

type FiveQiDscpMappingSetSingleAllOfAttributesAllOf struct {
	FiveQiDscpMappingList []FiveQiDscpMapping `json:"FiveQiDscpMappingList,omitempty"`
}

FiveQiDscpMappingSetSingleAllOfAttributesAllOf struct for FiveQiDscpMappingSetSingleAllOfAttributesAllOf

func NewFiveQiDscpMappingSetSingleAllOfAttributesAllOf ¶

func NewFiveQiDscpMappingSetSingleAllOfAttributesAllOf() *FiveQiDscpMappingSetSingleAllOfAttributesAllOf

NewFiveQiDscpMappingSetSingleAllOfAttributesAllOf instantiates a new FiveQiDscpMappingSetSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFiveQiDscpMappingSetSingleAllOfAttributesAllOfWithDefaults ¶

func NewFiveQiDscpMappingSetSingleAllOfAttributesAllOfWithDefaults() *FiveQiDscpMappingSetSingleAllOfAttributesAllOf

NewFiveQiDscpMappingSetSingleAllOfAttributesAllOfWithDefaults instantiates a new FiveQiDscpMappingSetSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FiveQiDscpMappingSetSingleAllOfAttributesAllOf) GetFiveQiDscpMappingList ¶

func (o *FiveQiDscpMappingSetSingleAllOfAttributesAllOf) GetFiveQiDscpMappingList() []FiveQiDscpMapping

GetFiveQiDscpMappingList returns the FiveQiDscpMappingList field value if set, zero value otherwise.

func (*FiveQiDscpMappingSetSingleAllOfAttributesAllOf) GetFiveQiDscpMappingListOk ¶

func (o *FiveQiDscpMappingSetSingleAllOfAttributesAllOf) GetFiveQiDscpMappingListOk() ([]FiveQiDscpMapping, bool)

GetFiveQiDscpMappingListOk returns a tuple with the FiveQiDscpMappingList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FiveQiDscpMappingSetSingleAllOfAttributesAllOf) HasFiveQiDscpMappingList ¶

func (o *FiveQiDscpMappingSetSingleAllOfAttributesAllOf) HasFiveQiDscpMappingList() bool

HasFiveQiDscpMappingList returns a boolean if a field has been set.

func (FiveQiDscpMappingSetSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*FiveQiDscpMappingSetSingleAllOfAttributesAllOf) SetFiveQiDscpMappingList ¶

func (o *FiveQiDscpMappingSetSingleAllOfAttributesAllOf) SetFiveQiDscpMappingList(v []FiveQiDscpMapping)

SetFiveQiDscpMappingList gets a reference to the given []FiveQiDscpMapping and assigns it to the FiveQiDscpMappingList field.

func (FiveQiDscpMappingSetSingleAllOfAttributesAllOf) ToMap ¶

func (o FiveQiDscpMappingSetSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)

type FlowDirection ¶

type FlowDirection struct {
	String *string
}

FlowDirection Possible values are: - DOWNLINK: The corresponding filter applies for traffic to the UE. - UPLINK: The corresponding filter applies for traffic from the UE. - BIDIRECTIONAL: The corresponding filter applies for traffic both to and from the UE. - UNSPECIFIED: The corresponding filter applies for traffic to the UE (downlink), but has no specific direction declared. The service data flow detection shall apply the filter for uplink traffic as if the filter was bidirectional. The PCF shall not use the value UNSPECIFIED in filters created by the network in NW-initiated procedures. The PCF shall only include the value UNSPECIFIED in filters in UE-initiated procedures if the same value is received from the SMF.

func (*FlowDirection) MarshalJSON ¶

func (src *FlowDirection) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*FlowDirection) UnmarshalJSON ¶

func (dst *FlowDirection) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type FlowDirectionRm ¶

type FlowDirectionRm struct {
	FlowDirection *FlowDirection
	NullValue     *NullValue
}

FlowDirectionRm This data type is defined in the same way as the \"FlowDirection\" data type, with the only difference that it allows null value.

func (*FlowDirectionRm) MarshalJSON ¶

func (src *FlowDirectionRm) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*FlowDirectionRm) UnmarshalJSON ¶

func (dst *FlowDirectionRm) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type FlowInformation ¶

type FlowInformation struct {
	// Defines a packet filter for an IP flow.
	FlowDescription    *string             `json:"flowDescription,omitempty"`
	EthFlowDescription *EthFlowDescription `json:"ethFlowDescription,omitempty"`
	// An identifier of packet filter.
	PackFiltId *string `json:"packFiltId,omitempty"`
	// The packet shall be sent to the UE.
	PacketFilterUsage *bool `json:"packetFilterUsage,omitempty"`
	// Contains the Ipv4 Type-of-Service and mask field or the Ipv6 Traffic-Class field and  mask field.
	TosTrafficClass NullableString `json:"tosTrafficClass,omitempty"`
	// the security parameter index of the IPSec packet.
	Spi NullableString `json:"spi,omitempty"`
	// the Ipv6 flow label header field.
	FlowLabel     NullableString   `json:"flowLabel,omitempty"`
	FlowDirection *FlowDirectionRm `json:"flowDirection,omitempty"`
}

FlowInformation Contains the flow information.

func NewFlowInformation ¶

func NewFlowInformation() *FlowInformation

NewFlowInformation instantiates a new FlowInformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFlowInformationWithDefaults ¶

func NewFlowInformationWithDefaults() *FlowInformation

NewFlowInformationWithDefaults instantiates a new FlowInformation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FlowInformation) GetEthFlowDescription ¶

func (o *FlowInformation) GetEthFlowDescription() EthFlowDescription

GetEthFlowDescription returns the EthFlowDescription field value if set, zero value otherwise.

func (*FlowInformation) GetEthFlowDescriptionOk ¶

func (o *FlowInformation) GetEthFlowDescriptionOk() (*EthFlowDescription, bool)

GetEthFlowDescriptionOk returns a tuple with the EthFlowDescription field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowInformation) GetFlowDescription ¶

func (o *FlowInformation) GetFlowDescription() string

GetFlowDescription returns the FlowDescription field value if set, zero value otherwise.

func (*FlowInformation) GetFlowDescriptionOk ¶

func (o *FlowInformation) GetFlowDescriptionOk() (*string, bool)

GetFlowDescriptionOk returns a tuple with the FlowDescription field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowInformation) GetFlowDirection ¶

func (o *FlowInformation) GetFlowDirection() FlowDirectionRm

GetFlowDirection returns the FlowDirection field value if set, zero value otherwise.

func (*FlowInformation) GetFlowDirectionOk ¶

func (o *FlowInformation) GetFlowDirectionOk() (*FlowDirectionRm, bool)

GetFlowDirectionOk returns a tuple with the FlowDirection field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowInformation) GetFlowLabel ¶

func (o *FlowInformation) GetFlowLabel() string

GetFlowLabel returns the FlowLabel field value if set, zero value otherwise (both if not set or set to explicit null).

func (*FlowInformation) GetFlowLabelOk ¶

func (o *FlowInformation) GetFlowLabelOk() (*string, bool)

GetFlowLabelOk returns a tuple with the FlowLabel field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*FlowInformation) GetPackFiltId ¶

func (o *FlowInformation) GetPackFiltId() string

GetPackFiltId returns the PackFiltId field value if set, zero value otherwise.

func (*FlowInformation) GetPackFiltIdOk ¶

func (o *FlowInformation) GetPackFiltIdOk() (*string, bool)

GetPackFiltIdOk returns a tuple with the PackFiltId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowInformation) GetPacketFilterUsage ¶

func (o *FlowInformation) GetPacketFilterUsage() bool

GetPacketFilterUsage returns the PacketFilterUsage field value if set, zero value otherwise.

func (*FlowInformation) GetPacketFilterUsageOk ¶

func (o *FlowInformation) GetPacketFilterUsageOk() (*bool, bool)

GetPacketFilterUsageOk returns a tuple with the PacketFilterUsage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowInformation) GetSpi ¶

func (o *FlowInformation) GetSpi() string

GetSpi returns the Spi field value if set, zero value otherwise (both if not set or set to explicit null).

func (*FlowInformation) GetSpiOk ¶

func (o *FlowInformation) GetSpiOk() (*string, bool)

GetSpiOk returns a tuple with the Spi field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*FlowInformation) GetTosTrafficClass ¶

func (o *FlowInformation) GetTosTrafficClass() string

GetTosTrafficClass returns the TosTrafficClass field value if set, zero value otherwise (both if not set or set to explicit null).

func (*FlowInformation) GetTosTrafficClassOk ¶

func (o *FlowInformation) GetTosTrafficClassOk() (*string, bool)

GetTosTrafficClassOk returns a tuple with the TosTrafficClass field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*FlowInformation) HasEthFlowDescription ¶

func (o *FlowInformation) HasEthFlowDescription() bool

HasEthFlowDescription returns a boolean if a field has been set.

func (*FlowInformation) HasFlowDescription ¶

func (o *FlowInformation) HasFlowDescription() bool

HasFlowDescription returns a boolean if a field has been set.

func (*FlowInformation) HasFlowDirection ¶

func (o *FlowInformation) HasFlowDirection() bool

HasFlowDirection returns a boolean if a field has been set.

func (*FlowInformation) HasFlowLabel ¶

func (o *FlowInformation) HasFlowLabel() bool

HasFlowLabel returns a boolean if a field has been set.

func (*FlowInformation) HasPackFiltId ¶

func (o *FlowInformation) HasPackFiltId() bool

HasPackFiltId returns a boolean if a field has been set.

func (*FlowInformation) HasPacketFilterUsage ¶

func (o *FlowInformation) HasPacketFilterUsage() bool

HasPacketFilterUsage returns a boolean if a field has been set.

func (*FlowInformation) HasSpi ¶

func (o *FlowInformation) HasSpi() bool

HasSpi returns a boolean if a field has been set.

func (*FlowInformation) HasTosTrafficClass ¶

func (o *FlowInformation) HasTosTrafficClass() bool

HasTosTrafficClass returns a boolean if a field has been set.

func (FlowInformation) MarshalJSON ¶

func (o FlowInformation) MarshalJSON() ([]byte, error)

func (*FlowInformation) SetEthFlowDescription ¶

func (o *FlowInformation) SetEthFlowDescription(v EthFlowDescription)

SetEthFlowDescription gets a reference to the given EthFlowDescription and assigns it to the EthFlowDescription field.

func (*FlowInformation) SetFlowDescription ¶

func (o *FlowInformation) SetFlowDescription(v string)

SetFlowDescription gets a reference to the given string and assigns it to the FlowDescription field.

func (*FlowInformation) SetFlowDirection ¶

func (o *FlowInformation) SetFlowDirection(v FlowDirectionRm)

SetFlowDirection gets a reference to the given FlowDirectionRm and assigns it to the FlowDirection field.

func (*FlowInformation) SetFlowLabel ¶

func (o *FlowInformation) SetFlowLabel(v string)

SetFlowLabel gets a reference to the given NullableString and assigns it to the FlowLabel field.

func (*FlowInformation) SetFlowLabelNil ¶

func (o *FlowInformation) SetFlowLabelNil()

SetFlowLabelNil sets the value for FlowLabel to be an explicit nil

func (*FlowInformation) SetPackFiltId ¶

func (o *FlowInformation) SetPackFiltId(v string)

SetPackFiltId gets a reference to the given string and assigns it to the PackFiltId field.

func (*FlowInformation) SetPacketFilterUsage ¶

func (o *FlowInformation) SetPacketFilterUsage(v bool)

SetPacketFilterUsage gets a reference to the given bool and assigns it to the PacketFilterUsage field.

func (*FlowInformation) SetSpi ¶

func (o *FlowInformation) SetSpi(v string)

SetSpi gets a reference to the given NullableString and assigns it to the Spi field.

func (*FlowInformation) SetSpiNil ¶

func (o *FlowInformation) SetSpiNil()

SetSpiNil sets the value for Spi to be an explicit nil

func (*FlowInformation) SetTosTrafficClass ¶

func (o *FlowInformation) SetTosTrafficClass(v string)

SetTosTrafficClass gets a reference to the given NullableString and assigns it to the TosTrafficClass field.

func (*FlowInformation) SetTosTrafficClassNil ¶

func (o *FlowInformation) SetTosTrafficClassNil()

SetTosTrafficClassNil sets the value for TosTrafficClass to be an explicit nil

func (FlowInformation) ToMap ¶

func (o FlowInformation) ToMap() (map[string]interface{}, error)

func (*FlowInformation) UnsetFlowLabel ¶

func (o *FlowInformation) UnsetFlowLabel()

UnsetFlowLabel ensures that no value is present for FlowLabel, not even an explicit nil

func (*FlowInformation) UnsetSpi ¶

func (o *FlowInformation) UnsetSpi()

UnsetSpi ensures that no value is present for Spi, not even an explicit nil

func (*FlowInformation) UnsetTosTrafficClass ¶

func (o *FlowInformation) UnsetTosTrafficClass()

UnsetTosTrafficClass ensures that no value is present for TosTrafficClass, not even an explicit nil

type FlowStatus ¶

type FlowStatus struct {
	String *string
}

FlowStatus Describes whether the IP flow(s) are enabled or disabled.

func (*FlowStatus) MarshalJSON ¶

func (src *FlowStatus) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*FlowStatus) UnmarshalJSON ¶

func (dst *FlowStatus) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

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) GetArfcn ¶

func (o *FreqInfo) GetArfcn() int32

GetArfcn returns the Arfcn field value if set, zero value otherwise.

func (*FreqInfo) GetArfcnOk ¶

func (o *FreqInfo) GetArfcnOk() (*int32, bool)

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 ¶

func (o *FreqInfo) GetFreqBands() []int32

GetFreqBands returns the FreqBands field value if set, zero value otherwise.

func (*FreqInfo) GetFreqBandsOk ¶

func (o *FreqInfo) GetFreqBandsOk() ([]int32, bool)

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) HasArfcn ¶

func (o *FreqInfo) HasArfcn() bool

HasArfcn returns a boolean if a field has been set.

func (*FreqInfo) HasFreqBands ¶

func (o *FreqInfo) HasFreqBands() bool

HasFreqBands returns a boolean if a field has been set.

func (FreqInfo) MarshalJSON ¶

func (o FreqInfo) MarshalJSON() ([]byte, error)

func (*FreqInfo) SetArfcn ¶

func (o *FreqInfo) SetArfcn(v int32)

SetArfcn gets a reference to the given int32 and assigns it to the Arfcn field.

func (*FreqInfo) SetFreqBands ¶

func (o *FreqInfo) SetFreqBands(v []int32)

SetFreqBands gets a reference to the given []int32 and assigns it to the FreqBands field.

func (FreqInfo) ToMap ¶

func (o FreqInfo) ToMap() (map[string]interface{}, error)

type FrequencyDomainPara ¶

type FrequencyDomainPara struct {
	RimRSSubcarrierSpacing             *int32  `json:"rimRSSubcarrierSpacing,omitempty"`
	RIMRSBandwidth                     *int32  `json:"rIMRSBandwidth,omitempty"`
	NrofGlobalRIMRSFrequencyCandidates *int32  `json:"nrofGlobalRIMRSFrequencyCandidates,omitempty"`
	RimRSCommonCarrierReferencePoint   *int32  `json:"rimRSCommonCarrierReferencePoint,omitempty"`
	RimRSStartingFrequencyOffsetIdList []int32 `json:"rimRSStartingFrequencyOffsetIdList,omitempty"`
}

FrequencyDomainPara struct for FrequencyDomainPara

func NewFrequencyDomainPara ¶

func NewFrequencyDomainPara() *FrequencyDomainPara

NewFrequencyDomainPara instantiates a new FrequencyDomainPara object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFrequencyDomainParaWithDefaults ¶

func NewFrequencyDomainParaWithDefaults() *FrequencyDomainPara

NewFrequencyDomainParaWithDefaults instantiates a new FrequencyDomainPara object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FrequencyDomainPara) GetNrofGlobalRIMRSFrequencyCandidates ¶

func (o *FrequencyDomainPara) GetNrofGlobalRIMRSFrequencyCandidates() int32

GetNrofGlobalRIMRSFrequencyCandidates returns the NrofGlobalRIMRSFrequencyCandidates field value if set, zero value otherwise.

func (*FrequencyDomainPara) GetNrofGlobalRIMRSFrequencyCandidatesOk ¶

func (o *FrequencyDomainPara) GetNrofGlobalRIMRSFrequencyCandidatesOk() (*int32, bool)

GetNrofGlobalRIMRSFrequencyCandidatesOk returns a tuple with the NrofGlobalRIMRSFrequencyCandidates field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FrequencyDomainPara) GetRIMRSBandwidth ¶

func (o *FrequencyDomainPara) GetRIMRSBandwidth() int32

GetRIMRSBandwidth returns the RIMRSBandwidth field value if set, zero value otherwise.

func (*FrequencyDomainPara) GetRIMRSBandwidthOk ¶

func (o *FrequencyDomainPara) GetRIMRSBandwidthOk() (*int32, bool)

GetRIMRSBandwidthOk returns a tuple with the RIMRSBandwidth field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FrequencyDomainPara) GetRimRSCommonCarrierReferencePoint ¶

func (o *FrequencyDomainPara) GetRimRSCommonCarrierReferencePoint() int32

GetRimRSCommonCarrierReferencePoint returns the RimRSCommonCarrierReferencePoint field value if set, zero value otherwise.

func (*FrequencyDomainPara) GetRimRSCommonCarrierReferencePointOk ¶

func (o *FrequencyDomainPara) GetRimRSCommonCarrierReferencePointOk() (*int32, bool)

GetRimRSCommonCarrierReferencePointOk returns a tuple with the RimRSCommonCarrierReferencePoint field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FrequencyDomainPara) GetRimRSStartingFrequencyOffsetIdList ¶

func (o *FrequencyDomainPara) GetRimRSStartingFrequencyOffsetIdList() []int32

GetRimRSStartingFrequencyOffsetIdList returns the RimRSStartingFrequencyOffsetIdList field value if set, zero value otherwise.

func (*FrequencyDomainPara) GetRimRSStartingFrequencyOffsetIdListOk ¶

func (o *FrequencyDomainPara) GetRimRSStartingFrequencyOffsetIdListOk() ([]int32, bool)

GetRimRSStartingFrequencyOffsetIdListOk returns a tuple with the RimRSStartingFrequencyOffsetIdList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FrequencyDomainPara) GetRimRSSubcarrierSpacing ¶

func (o *FrequencyDomainPara) GetRimRSSubcarrierSpacing() int32

GetRimRSSubcarrierSpacing returns the RimRSSubcarrierSpacing field value if set, zero value otherwise.

func (*FrequencyDomainPara) GetRimRSSubcarrierSpacingOk ¶

func (o *FrequencyDomainPara) GetRimRSSubcarrierSpacingOk() (*int32, bool)

GetRimRSSubcarrierSpacingOk returns a tuple with the RimRSSubcarrierSpacing field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FrequencyDomainPara) HasNrofGlobalRIMRSFrequencyCandidates ¶

func (o *FrequencyDomainPara) HasNrofGlobalRIMRSFrequencyCandidates() bool

HasNrofGlobalRIMRSFrequencyCandidates returns a boolean if a field has been set.

func (*FrequencyDomainPara) HasRIMRSBandwidth ¶

func (o *FrequencyDomainPara) HasRIMRSBandwidth() bool

HasRIMRSBandwidth returns a boolean if a field has been set.

func (*FrequencyDomainPara) HasRimRSCommonCarrierReferencePoint ¶

func (o *FrequencyDomainPara) HasRimRSCommonCarrierReferencePoint() bool

HasRimRSCommonCarrierReferencePoint returns a boolean if a field has been set.

func (*FrequencyDomainPara) HasRimRSStartingFrequencyOffsetIdList ¶

func (o *FrequencyDomainPara) HasRimRSStartingFrequencyOffsetIdList() bool

HasRimRSStartingFrequencyOffsetIdList returns a boolean if a field has been set.

func (*FrequencyDomainPara) HasRimRSSubcarrierSpacing ¶

func (o *FrequencyDomainPara) HasRimRSSubcarrierSpacing() bool

HasRimRSSubcarrierSpacing returns a boolean if a field has been set.

func (FrequencyDomainPara) MarshalJSON ¶

func (o FrequencyDomainPara) MarshalJSON() ([]byte, error)

func (*FrequencyDomainPara) SetNrofGlobalRIMRSFrequencyCandidates ¶

func (o *FrequencyDomainPara) SetNrofGlobalRIMRSFrequencyCandidates(v int32)

SetNrofGlobalRIMRSFrequencyCandidates gets a reference to the given int32 and assigns it to the NrofGlobalRIMRSFrequencyCandidates field.

func (*FrequencyDomainPara) SetRIMRSBandwidth ¶

func (o *FrequencyDomainPara) SetRIMRSBandwidth(v int32)

SetRIMRSBandwidth gets a reference to the given int32 and assigns it to the RIMRSBandwidth field.

func (*FrequencyDomainPara) SetRimRSCommonCarrierReferencePoint ¶

func (o *FrequencyDomainPara) SetRimRSCommonCarrierReferencePoint(v int32)

SetRimRSCommonCarrierReferencePoint gets a reference to the given int32 and assigns it to the RimRSCommonCarrierReferencePoint field.

func (*FrequencyDomainPara) SetRimRSStartingFrequencyOffsetIdList ¶

func (o *FrequencyDomainPara) SetRimRSStartingFrequencyOffsetIdList(v []int32)

SetRimRSStartingFrequencyOffsetIdList gets a reference to the given []int32 and assigns it to the RimRSStartingFrequencyOffsetIdList field.

func (*FrequencyDomainPara) SetRimRSSubcarrierSpacing ¶

func (o *FrequencyDomainPara) SetRimRSSubcarrierSpacing(v int32)

SetRimRSSubcarrierSpacing gets a reference to the given int32 and assigns it to the RimRSSubcarrierSpacing field.

func (FrequencyDomainPara) ToMap ¶

func (o FrequencyDomainPara) ToMap() (map[string]interface{}, error)

type FulfilStatus ¶

type FulfilStatus string

FulfilStatus the model 'FulfilStatus'

const (
	FULFILLED     FulfilStatus = "FULFILLED"
	NOT_FULFILLED FulfilStatus = "NOT_FULFILLED"
)

List of FulfilStatus

func NewFulfilStatusFromValue ¶

func NewFulfilStatusFromValue(v string) (*FulfilStatus, error)

NewFulfilStatusFromValue returns a pointer to a valid FulfilStatus for the value passed as argument, or an error if the value passed is not allowed by the enum

func (FulfilStatus) IsValid ¶

func (v FulfilStatus) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (FulfilStatus) Ptr ¶

func (v FulfilStatus) Ptr() *FulfilStatus

Ptr returns reference to FulfilStatus value

func (*FulfilStatus) UnmarshalJSON ¶

func (v *FulfilStatus) UnmarshalJSON(src []byte) error

type FulfilmentInfo ¶

type FulfilmentInfo struct {
	FulfilStatus       *FulfilStatus      `json:"fulfilStatus,omitempty"`
	NotFullfilledState *NotFulfilledState `json:"notFullfilledState,omitempty"`
	// -> An attribute which is used when FulfilmentInfo is implemented for IntentFulfilmentInfo
	NotFulfilledReasons *string `json:"notFulfilledReasons,omitempty"`
}

FulfilmentInfo struct for FulfilmentInfo

func NewFulfilmentInfo ¶

func NewFulfilmentInfo() *FulfilmentInfo

NewFulfilmentInfo instantiates a new FulfilmentInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFulfilmentInfoWithDefaults ¶

func NewFulfilmentInfoWithDefaults() *FulfilmentInfo

NewFulfilmentInfoWithDefaults instantiates a new FulfilmentInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FulfilmentInfo) GetFulfilStatus ¶

func (o *FulfilmentInfo) GetFulfilStatus() FulfilStatus

GetFulfilStatus returns the FulfilStatus field value if set, zero value otherwise.

func (*FulfilmentInfo) GetFulfilStatusOk ¶

func (o *FulfilmentInfo) GetFulfilStatusOk() (*FulfilStatus, bool)

GetFulfilStatusOk returns a tuple with the FulfilStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FulfilmentInfo) GetNotFulfilledReasons ¶

func (o *FulfilmentInfo) GetNotFulfilledReasons() string

GetNotFulfilledReasons returns the NotFulfilledReasons field value if set, zero value otherwise.

func (*FulfilmentInfo) GetNotFulfilledReasonsOk ¶

func (o *FulfilmentInfo) GetNotFulfilledReasonsOk() (*string, bool)

GetNotFulfilledReasonsOk returns a tuple with the NotFulfilledReasons field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FulfilmentInfo) GetNotFullfilledState ¶

func (o *FulfilmentInfo) GetNotFullfilledState() NotFulfilledState

GetNotFullfilledState returns the NotFullfilledState field value if set, zero value otherwise.

func (*FulfilmentInfo) GetNotFullfilledStateOk ¶

func (o *FulfilmentInfo) GetNotFullfilledStateOk() (*NotFulfilledState, bool)

GetNotFullfilledStateOk returns a tuple with the NotFullfilledState field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FulfilmentInfo) HasFulfilStatus ¶

func (o *FulfilmentInfo) HasFulfilStatus() bool

HasFulfilStatus returns a boolean if a field has been set.

func (*FulfilmentInfo) HasNotFulfilledReasons ¶

func (o *FulfilmentInfo) HasNotFulfilledReasons() bool

HasNotFulfilledReasons returns a boolean if a field has been set.

func (*FulfilmentInfo) HasNotFullfilledState ¶

func (o *FulfilmentInfo) HasNotFullfilledState() bool

HasNotFullfilledState returns a boolean if a field has been set.

func (FulfilmentInfo) MarshalJSON ¶

func (o FulfilmentInfo) MarshalJSON() ([]byte, error)

func (*FulfilmentInfo) SetFulfilStatus ¶

func (o *FulfilmentInfo) SetFulfilStatus(v FulfilStatus)

SetFulfilStatus gets a reference to the given FulfilStatus and assigns it to the FulfilStatus field.

func (*FulfilmentInfo) SetNotFulfilledReasons ¶

func (o *FulfilmentInfo) SetNotFulfilledReasons(v string)

SetNotFulfilledReasons gets a reference to the given string and assigns it to the NotFulfilledReasons field.

func (*FulfilmentInfo) SetNotFullfilledState ¶

func (o *FulfilmentInfo) SetNotFullfilledState(v NotFulfilledState)

SetNotFullfilledState gets a reference to the given NotFulfilledState and assigns it to the NotFullfilledState field.

func (FulfilmentInfo) ToMap ¶

func (o FulfilmentInfo) ToMap() (map[string]interface{}, error)

type GUAMInfo ¶

type GUAMInfo struct {
	PLMNId        *PlmnId `json:"pLMNId,omitempty"`
	AMFIdentifier *int32  `json:"aMFIdentifier,omitempty"`
}

GUAMInfo struct for GUAMInfo

func NewGUAMInfo ¶

func NewGUAMInfo() *GUAMInfo

NewGUAMInfo instantiates a new GUAMInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGUAMInfoWithDefaults ¶

func NewGUAMInfoWithDefaults() *GUAMInfo

NewGUAMInfoWithDefaults instantiates a new GUAMInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GUAMInfo) GetAMFIdentifier ¶

func (o *GUAMInfo) GetAMFIdentifier() int32

GetAMFIdentifier returns the AMFIdentifier field value if set, zero value otherwise.

func (*GUAMInfo) GetAMFIdentifierOk ¶

func (o *GUAMInfo) GetAMFIdentifierOk() (*int32, bool)

GetAMFIdentifierOk returns a tuple with the AMFIdentifier field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GUAMInfo) GetPLMNId ¶

func (o *GUAMInfo) GetPLMNId() PlmnId

GetPLMNId returns the PLMNId field value if set, zero value otherwise.

func (*GUAMInfo) GetPLMNIdOk ¶

func (o *GUAMInfo) GetPLMNIdOk() (*PlmnId, bool)

GetPLMNIdOk returns a tuple with the PLMNId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GUAMInfo) HasAMFIdentifier ¶

func (o *GUAMInfo) HasAMFIdentifier() bool

HasAMFIdentifier returns a boolean if a field has been set.

func (*GUAMInfo) HasPLMNId ¶

func (o *GUAMInfo) HasPLMNId() bool

HasPLMNId returns a boolean if a field has been set.

func (GUAMInfo) MarshalJSON ¶

func (o GUAMInfo) MarshalJSON() ([]byte, error)

func (*GUAMInfo) SetAMFIdentifier ¶

func (o *GUAMInfo) SetAMFIdentifier(v int32)

SetAMFIdentifier gets a reference to the given int32 and assigns it to the AMFIdentifier field.

func (*GUAMInfo) SetPLMNId ¶

func (o *GUAMInfo) SetPLMNId(v PlmnId)

SetPLMNId gets a reference to the given PlmnId and assigns it to the PLMNId field.

func (GUAMInfo) ToMap ¶

func (o GUAMInfo) ToMap() (map[string]interface{}, error)

type GenericOpenAPIError ¶

type GenericOpenAPIError struct {
	// contains filtered or unexported fields
}

GenericOpenAPIError Provides access to the body, error and model on returned errors.

func (GenericOpenAPIError) Body ¶

func (e GenericOpenAPIError) Body() []byte

Body returns the raw bytes of the response

func (GenericOpenAPIError) Error ¶

func (e GenericOpenAPIError) Error() string

Error returns non-empty string if there was an error.

func (GenericOpenAPIError) Model ¶

func (e GenericOpenAPIError) Model() interface{}

Model returns the unpacked model of the error

type GeoArea ¶

type GeoArea struct {
	ConvexGeoPolygon []GeoCoordinate `json:"convexGeoPolygon,omitempty"`
}

GeoArea struct for GeoArea

func NewGeoArea ¶

func NewGeoArea() *GeoArea

NewGeoArea instantiates a new GeoArea object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGeoAreaWithDefaults ¶

func NewGeoAreaWithDefaults() *GeoArea

NewGeoAreaWithDefaults instantiates a new GeoArea object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GeoArea) GetConvexGeoPolygon ¶

func (o *GeoArea) GetConvexGeoPolygon() []GeoCoordinate

GetConvexGeoPolygon returns the ConvexGeoPolygon field value if set, zero value otherwise.

func (*GeoArea) GetConvexGeoPolygonOk ¶

func (o *GeoArea) GetConvexGeoPolygonOk() ([]GeoCoordinate, bool)

GetConvexGeoPolygonOk returns a tuple with the ConvexGeoPolygon field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GeoArea) HasConvexGeoPolygon ¶

func (o *GeoArea) HasConvexGeoPolygon() bool

HasConvexGeoPolygon returns a boolean if a field has been set.

func (GeoArea) MarshalJSON ¶

func (o GeoArea) MarshalJSON() ([]byte, error)

func (*GeoArea) SetConvexGeoPolygon ¶

func (o *GeoArea) SetConvexGeoPolygon(v []GeoCoordinate)

SetConvexGeoPolygon gets a reference to the given []GeoCoordinate and assigns it to the ConvexGeoPolygon field.

func (GeoArea) ToMap ¶

func (o GeoArea) ToMap() (map[string]interface{}, error)

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 ¶

func (o *GeoLoc) GetCivicLocation() string

GetCivicLocation returns the CivicLocation field value if set, zero value otherwise.

func (*GeoLoc) GetCivicLocationOk ¶

func (o *GeoLoc) GetCivicLocationOk() (*string, bool)

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 ¶

func (o *GeoLoc) HasCivicLocation() bool

HasCivicLocation returns a boolean if a field has been set.

func (*GeoLoc) HasGeographicalCoordinates ¶

func (o *GeoLoc) HasGeographicalCoordinates() bool

HasGeographicalCoordinates returns a boolean if a field has been set.

func (GeoLoc) MarshalJSON ¶

func (o GeoLoc) MarshalJSON() ([]byte, error)

func (*GeoLoc) SetCivicLocation ¶

func (o *GeoLoc) SetCivicLocation(v string)

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.

func (GeoLoc) ToMap ¶

func (o GeoLoc) ToMap() (map[string]interface{}, error)

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 GnbCuCpFunctionSingle ¶

type GnbCuCpFunctionSingle struct {
	Top
	Attributes             *GnbCuCpFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
	PerfMetricJob          []PerfMetricJobSingle                 `json:"PerfMetricJob,omitempty"`
	ThresholdMonitor       []ThresholdMonitorSingle              `json:"ThresholdMonitor,omitempty"`
	ManagedNFService       []ManagedNFServiceSingle              `json:"ManagedNFService,omitempty"`
	TraceJob               []TraceJobSingle                      `json:"TraceJob,omitempty"`
	RRMPolicyRatio         []RRMPolicyRatioSingle                `json:"RRMPolicyRatio,omitempty"`
	NrCellCu               []NrCellCuSingle                      `json:"NrCellCu,omitempty"`
	EPXnC                  []EPXnCSingle                         `json:"EP_XnC,omitempty"`
	EPE1                   []EPE1Single                          `json:"EP_E1,omitempty"`
	EPF1C                  []EPF1CSingle                         `json:"EP_F1C,omitempty"`
	EPNgC                  []EPNgCSingle                         `json:"EP_NgC,omitempty"`
	EPX2C                  []EPX2CSingle                         `json:"EP_X2C,omitempty"`
	DANRManagementFunction *DANRManagementFunctionSingle         `json:"DANRManagementFunction,omitempty"`
	DESManagementFunction  *DESManagementFunctionSingle          `json:"DESManagementFunction,omitempty"`
	DMROFunction           *DMROFunctionSingle                   `json:"DMROFunction,omitempty"`
	DLBOFunction           *DLBOFunctionSingle                   `json:"DLBOFunction,omitempty"`
}

GnbCuCpFunctionSingle struct for GnbCuCpFunctionSingle

func NewGnbCuCpFunctionSingle ¶

func NewGnbCuCpFunctionSingle(id NullableString) *GnbCuCpFunctionSingle

NewGnbCuCpFunctionSingle instantiates a new GnbCuCpFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGnbCuCpFunctionSingleWithDefaults ¶

func NewGnbCuCpFunctionSingleWithDefaults() *GnbCuCpFunctionSingle

NewGnbCuCpFunctionSingleWithDefaults instantiates a new GnbCuCpFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GnbCuCpFunctionSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*GnbCuCpFunctionSingle) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbCuCpFunctionSingle) GetDANRManagementFunction ¶

func (o *GnbCuCpFunctionSingle) GetDANRManagementFunction() DANRManagementFunctionSingle

GetDANRManagementFunction returns the DANRManagementFunction field value if set, zero value otherwise.

func (*GnbCuCpFunctionSingle) GetDANRManagementFunctionOk ¶

func (o *GnbCuCpFunctionSingle) GetDANRManagementFunctionOk() (*DANRManagementFunctionSingle, bool)

GetDANRManagementFunctionOk returns a tuple with the DANRManagementFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbCuCpFunctionSingle) GetDESManagementFunction ¶

func (o *GnbCuCpFunctionSingle) GetDESManagementFunction() DESManagementFunctionSingle

GetDESManagementFunction returns the DESManagementFunction field value if set, zero value otherwise.

func (*GnbCuCpFunctionSingle) GetDESManagementFunctionOk ¶

func (o *GnbCuCpFunctionSingle) GetDESManagementFunctionOk() (*DESManagementFunctionSingle, bool)

GetDESManagementFunctionOk returns a tuple with the DESManagementFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbCuCpFunctionSingle) GetDLBOFunction ¶

func (o *GnbCuCpFunctionSingle) GetDLBOFunction() DLBOFunctionSingle

GetDLBOFunction returns the DLBOFunction field value if set, zero value otherwise.

func (*GnbCuCpFunctionSingle) GetDLBOFunctionOk ¶

func (o *GnbCuCpFunctionSingle) GetDLBOFunctionOk() (*DLBOFunctionSingle, bool)

GetDLBOFunctionOk returns a tuple with the DLBOFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbCuCpFunctionSingle) GetDMROFunction ¶

func (o *GnbCuCpFunctionSingle) GetDMROFunction() DMROFunctionSingle

GetDMROFunction returns the DMROFunction field value if set, zero value otherwise.

func (*GnbCuCpFunctionSingle) GetDMROFunctionOk ¶

func (o *GnbCuCpFunctionSingle) GetDMROFunctionOk() (*DMROFunctionSingle, bool)

GetDMROFunctionOk returns a tuple with the DMROFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbCuCpFunctionSingle) GetEPE1 ¶

func (o *GnbCuCpFunctionSingle) GetEPE1() []EPE1Single

GetEPE1 returns the EPE1 field value if set, zero value otherwise.

func (*GnbCuCpFunctionSingle) GetEPE1Ok ¶

func (o *GnbCuCpFunctionSingle) GetEPE1Ok() ([]EPE1Single, bool)

GetEPE1Ok returns a tuple with the EPE1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbCuCpFunctionSingle) GetEPF1C ¶

func (o *GnbCuCpFunctionSingle) GetEPF1C() []EPF1CSingle

GetEPF1C returns the EPF1C field value if set, zero value otherwise.

func (*GnbCuCpFunctionSingle) GetEPF1COk ¶

func (o *GnbCuCpFunctionSingle) GetEPF1COk() ([]EPF1CSingle, bool)

GetEPF1COk returns a tuple with the EPF1C field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbCuCpFunctionSingle) GetEPNgC ¶

func (o *GnbCuCpFunctionSingle) GetEPNgC() []EPNgCSingle

GetEPNgC returns the EPNgC field value if set, zero value otherwise.

func (*GnbCuCpFunctionSingle) GetEPNgCOk ¶

func (o *GnbCuCpFunctionSingle) GetEPNgCOk() ([]EPNgCSingle, bool)

GetEPNgCOk returns a tuple with the EPNgC field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbCuCpFunctionSingle) GetEPX2C ¶

func (o *GnbCuCpFunctionSingle) GetEPX2C() []EPX2CSingle

GetEPX2C returns the EPX2C field value if set, zero value otherwise.

func (*GnbCuCpFunctionSingle) GetEPX2COk ¶

func (o *GnbCuCpFunctionSingle) GetEPX2COk() ([]EPX2CSingle, bool)

GetEPX2COk returns a tuple with the EPX2C field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbCuCpFunctionSingle) GetEPXnC ¶

func (o *GnbCuCpFunctionSingle) GetEPXnC() []EPXnCSingle

GetEPXnC returns the EPXnC field value if set, zero value otherwise.

func (*GnbCuCpFunctionSingle) GetEPXnCOk ¶

func (o *GnbCuCpFunctionSingle) GetEPXnCOk() ([]EPXnCSingle, bool)

GetEPXnCOk returns a tuple with the EPXnC field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbCuCpFunctionSingle) GetManagedNFService ¶

func (o *GnbCuCpFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle

GetManagedNFService returns the ManagedNFService field value if set, zero value otherwise.

func (*GnbCuCpFunctionSingle) GetManagedNFServiceOk ¶

func (o *GnbCuCpFunctionSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool)

GetManagedNFServiceOk returns a tuple with the ManagedNFService field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbCuCpFunctionSingle) GetNrCellCu ¶

func (o *GnbCuCpFunctionSingle) GetNrCellCu() []NrCellCuSingle

GetNrCellCu returns the NrCellCu field value if set, zero value otherwise.

func (*GnbCuCpFunctionSingle) GetNrCellCuOk ¶

func (o *GnbCuCpFunctionSingle) GetNrCellCuOk() ([]NrCellCuSingle, bool)

GetNrCellCuOk returns a tuple with the NrCellCu field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbCuCpFunctionSingle) GetPerfMetricJob ¶

func (o *GnbCuCpFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle

GetPerfMetricJob returns the PerfMetricJob field value if set, zero value otherwise.

func (*GnbCuCpFunctionSingle) GetPerfMetricJobOk ¶

func (o *GnbCuCpFunctionSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)

GetPerfMetricJobOk returns a tuple with the PerfMetricJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbCuCpFunctionSingle) GetRRMPolicyRatio ¶

func (o *GnbCuCpFunctionSingle) GetRRMPolicyRatio() []RRMPolicyRatioSingle

GetRRMPolicyRatio returns the RRMPolicyRatio field value if set, zero value otherwise.

func (*GnbCuCpFunctionSingle) GetRRMPolicyRatioOk ¶

func (o *GnbCuCpFunctionSingle) GetRRMPolicyRatioOk() ([]RRMPolicyRatioSingle, bool)

GetRRMPolicyRatioOk returns a tuple with the RRMPolicyRatio field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbCuCpFunctionSingle) GetThresholdMonitor ¶

func (o *GnbCuCpFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle

GetThresholdMonitor returns the ThresholdMonitor field value if set, zero value otherwise.

func (*GnbCuCpFunctionSingle) GetThresholdMonitorOk ¶

func (o *GnbCuCpFunctionSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)

GetThresholdMonitorOk returns a tuple with the ThresholdMonitor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbCuCpFunctionSingle) GetTraceJob ¶

func (o *GnbCuCpFunctionSingle) GetTraceJob() []TraceJobSingle

GetTraceJob returns the TraceJob field value if set, zero value otherwise.

func (*GnbCuCpFunctionSingle) GetTraceJobOk ¶

func (o *GnbCuCpFunctionSingle) GetTraceJobOk() ([]TraceJobSingle, bool)

GetTraceJobOk returns a tuple with the TraceJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbCuCpFunctionSingle) HasAttributes ¶

func (o *GnbCuCpFunctionSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*GnbCuCpFunctionSingle) HasDANRManagementFunction ¶

func (o *GnbCuCpFunctionSingle) HasDANRManagementFunction() bool

HasDANRManagementFunction returns a boolean if a field has been set.

func (*GnbCuCpFunctionSingle) HasDESManagementFunction ¶

func (o *GnbCuCpFunctionSingle) HasDESManagementFunction() bool

HasDESManagementFunction returns a boolean if a field has been set.

func (*GnbCuCpFunctionSingle) HasDLBOFunction ¶

func (o *GnbCuCpFunctionSingle) HasDLBOFunction() bool

HasDLBOFunction returns a boolean if a field has been set.

func (*GnbCuCpFunctionSingle) HasDMROFunction ¶

func (o *GnbCuCpFunctionSingle) HasDMROFunction() bool

HasDMROFunction returns a boolean if a field has been set.

func (*GnbCuCpFunctionSingle) HasEPE1 ¶

func (o *GnbCuCpFunctionSingle) HasEPE1() bool

HasEPE1 returns a boolean if a field has been set.

func (*GnbCuCpFunctionSingle) HasEPF1C ¶

func (o *GnbCuCpFunctionSingle) HasEPF1C() bool

HasEPF1C returns a boolean if a field has been set.

func (*GnbCuCpFunctionSingle) HasEPNgC ¶

func (o *GnbCuCpFunctionSingle) HasEPNgC() bool

HasEPNgC returns a boolean if a field has been set.

func (*GnbCuCpFunctionSingle) HasEPX2C ¶

func (o *GnbCuCpFunctionSingle) HasEPX2C() bool

HasEPX2C returns a boolean if a field has been set.

func (*GnbCuCpFunctionSingle) HasEPXnC ¶

func (o *GnbCuCpFunctionSingle) HasEPXnC() bool

HasEPXnC returns a boolean if a field has been set.

func (*GnbCuCpFunctionSingle) HasManagedNFService ¶

func (o *GnbCuCpFunctionSingle) HasManagedNFService() bool

HasManagedNFService returns a boolean if a field has been set.

func (*GnbCuCpFunctionSingle) HasNrCellCu ¶

func (o *GnbCuCpFunctionSingle) HasNrCellCu() bool

HasNrCellCu returns a boolean if a field has been set.

func (*GnbCuCpFunctionSingle) HasPerfMetricJob ¶

func (o *GnbCuCpFunctionSingle) HasPerfMetricJob() bool

HasPerfMetricJob returns a boolean if a field has been set.

func (*GnbCuCpFunctionSingle) HasRRMPolicyRatio ¶

func (o *GnbCuCpFunctionSingle) HasRRMPolicyRatio() bool

HasRRMPolicyRatio returns a boolean if a field has been set.

func (*GnbCuCpFunctionSingle) HasThresholdMonitor ¶

func (o *GnbCuCpFunctionSingle) HasThresholdMonitor() bool

HasThresholdMonitor returns a boolean if a field has been set.

func (*GnbCuCpFunctionSingle) HasTraceJob ¶

func (o *GnbCuCpFunctionSingle) HasTraceJob() bool

HasTraceJob returns a boolean if a field has been set.

func (GnbCuCpFunctionSingle) MarshalJSON ¶

func (o GnbCuCpFunctionSingle) MarshalJSON() ([]byte, error)

func (*GnbCuCpFunctionSingle) SetAttributes ¶

SetAttributes gets a reference to the given GnbCuCpFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (*GnbCuCpFunctionSingle) SetDANRManagementFunction ¶

func (o *GnbCuCpFunctionSingle) SetDANRManagementFunction(v DANRManagementFunctionSingle)

SetDANRManagementFunction gets a reference to the given DANRManagementFunctionSingle and assigns it to the DANRManagementFunction field.

func (*GnbCuCpFunctionSingle) SetDESManagementFunction ¶

func (o *GnbCuCpFunctionSingle) SetDESManagementFunction(v DESManagementFunctionSingle)

SetDESManagementFunction gets a reference to the given DESManagementFunctionSingle and assigns it to the DESManagementFunction field.

func (*GnbCuCpFunctionSingle) SetDLBOFunction ¶

func (o *GnbCuCpFunctionSingle) SetDLBOFunction(v DLBOFunctionSingle)

SetDLBOFunction gets a reference to the given DLBOFunctionSingle and assigns it to the DLBOFunction field.

func (*GnbCuCpFunctionSingle) SetDMROFunction ¶

func (o *GnbCuCpFunctionSingle) SetDMROFunction(v DMROFunctionSingle)

SetDMROFunction gets a reference to the given DMROFunctionSingle and assigns it to the DMROFunction field.

func (*GnbCuCpFunctionSingle) SetEPE1 ¶

func (o *GnbCuCpFunctionSingle) SetEPE1(v []EPE1Single)

SetEPE1 gets a reference to the given []EPE1Single and assigns it to the EPE1 field.

func (*GnbCuCpFunctionSingle) SetEPF1C ¶

func (o *GnbCuCpFunctionSingle) SetEPF1C(v []EPF1CSingle)

SetEPF1C gets a reference to the given []EPF1CSingle and assigns it to the EPF1C field.

func (*GnbCuCpFunctionSingle) SetEPNgC ¶

func (o *GnbCuCpFunctionSingle) SetEPNgC(v []EPNgCSingle)

SetEPNgC gets a reference to the given []EPNgCSingle and assigns it to the EPNgC field.

func (*GnbCuCpFunctionSingle) SetEPX2C ¶

func (o *GnbCuCpFunctionSingle) SetEPX2C(v []EPX2CSingle)

SetEPX2C gets a reference to the given []EPX2CSingle and assigns it to the EPX2C field.

func (*GnbCuCpFunctionSingle) SetEPXnC ¶

func (o *GnbCuCpFunctionSingle) SetEPXnC(v []EPXnCSingle)

SetEPXnC gets a reference to the given []EPXnCSingle and assigns it to the EPXnC field.

func (*GnbCuCpFunctionSingle) SetManagedNFService ¶

func (o *GnbCuCpFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle)

SetManagedNFService gets a reference to the given []ManagedNFServiceSingle and assigns it to the ManagedNFService field.

func (*GnbCuCpFunctionSingle) SetNrCellCu ¶

func (o *GnbCuCpFunctionSingle) SetNrCellCu(v []NrCellCuSingle)

SetNrCellCu gets a reference to the given []NrCellCuSingle and assigns it to the NrCellCu field.

func (*GnbCuCpFunctionSingle) SetPerfMetricJob ¶

func (o *GnbCuCpFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle)

SetPerfMetricJob gets a reference to the given []PerfMetricJobSingle and assigns it to the PerfMetricJob field.

func (*GnbCuCpFunctionSingle) SetRRMPolicyRatio ¶

func (o *GnbCuCpFunctionSingle) SetRRMPolicyRatio(v []RRMPolicyRatioSingle)

SetRRMPolicyRatio gets a reference to the given []RRMPolicyRatioSingle and assigns it to the RRMPolicyRatio field.

func (*GnbCuCpFunctionSingle) SetThresholdMonitor ¶

func (o *GnbCuCpFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)

SetThresholdMonitor gets a reference to the given []ThresholdMonitorSingle and assigns it to the ThresholdMonitor field.

func (*GnbCuCpFunctionSingle) SetTraceJob ¶

func (o *GnbCuCpFunctionSingle) SetTraceJob(v []TraceJobSingle)

SetTraceJob gets a reference to the given []TraceJobSingle and assigns it to the TraceJob field.

func (GnbCuCpFunctionSingle) ToMap ¶

func (o GnbCuCpFunctionSingle) ToMap() (map[string]interface{}, error)

type GnbCuCpFunctionSingleAllOf ¶

type GnbCuCpFunctionSingleAllOf struct {
	Attributes *GnbCuCpFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}

GnbCuCpFunctionSingleAllOf struct for GnbCuCpFunctionSingleAllOf

func NewGnbCuCpFunctionSingleAllOf ¶

func NewGnbCuCpFunctionSingleAllOf() *GnbCuCpFunctionSingleAllOf

NewGnbCuCpFunctionSingleAllOf instantiates a new GnbCuCpFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGnbCuCpFunctionSingleAllOfWithDefaults ¶

func NewGnbCuCpFunctionSingleAllOfWithDefaults() *GnbCuCpFunctionSingleAllOf

NewGnbCuCpFunctionSingleAllOfWithDefaults instantiates a new GnbCuCpFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GnbCuCpFunctionSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*GnbCuCpFunctionSingleAllOf) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbCuCpFunctionSingleAllOf) HasAttributes ¶

func (o *GnbCuCpFunctionSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (GnbCuCpFunctionSingleAllOf) MarshalJSON ¶

func (o GnbCuCpFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*GnbCuCpFunctionSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given GnbCuCpFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (GnbCuCpFunctionSingleAllOf) ToMap ¶

func (o GnbCuCpFunctionSingleAllOf) ToMap() (map[string]interface{}, error)

type GnbCuCpFunctionSingleAllOf1 ¶

type GnbCuCpFunctionSingleAllOf1 struct {
	RRMPolicyRatio         []RRMPolicyRatioSingle        `json:"RRMPolicyRatio,omitempty"`
	NrCellCu               []NrCellCuSingle              `json:"NrCellCu,omitempty"`
	EPXnC                  []EPXnCSingle                 `json:"EP_XnC,omitempty"`
	EPE1                   []EPE1Single                  `json:"EP_E1,omitempty"`
	EPF1C                  []EPF1CSingle                 `json:"EP_F1C,omitempty"`
	EPNgC                  []EPNgCSingle                 `json:"EP_NgC,omitempty"`
	EPX2C                  []EPX2CSingle                 `json:"EP_X2C,omitempty"`
	DANRManagementFunction *DANRManagementFunctionSingle `json:"DANRManagementFunction,omitempty"`
	DESManagementFunction  *DESManagementFunctionSingle  `json:"DESManagementFunction,omitempty"`
	DMROFunction           *DMROFunctionSingle           `json:"DMROFunction,omitempty"`
	DLBOFunction           *DLBOFunctionSingle           `json:"DLBOFunction,omitempty"`
}

GnbCuCpFunctionSingleAllOf1 struct for GnbCuCpFunctionSingleAllOf1

func NewGnbCuCpFunctionSingleAllOf1 ¶

func NewGnbCuCpFunctionSingleAllOf1() *GnbCuCpFunctionSingleAllOf1

NewGnbCuCpFunctionSingleAllOf1 instantiates a new GnbCuCpFunctionSingleAllOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGnbCuCpFunctionSingleAllOf1WithDefaults ¶

func NewGnbCuCpFunctionSingleAllOf1WithDefaults() *GnbCuCpFunctionSingleAllOf1

NewGnbCuCpFunctionSingleAllOf1WithDefaults instantiates a new GnbCuCpFunctionSingleAllOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GnbCuCpFunctionSingleAllOf1) GetDANRManagementFunction ¶

func (o *GnbCuCpFunctionSingleAllOf1) GetDANRManagementFunction() DANRManagementFunctionSingle

GetDANRManagementFunction returns the DANRManagementFunction field value if set, zero value otherwise.

func (*GnbCuCpFunctionSingleAllOf1) GetDANRManagementFunctionOk ¶

func (o *GnbCuCpFunctionSingleAllOf1) GetDANRManagementFunctionOk() (*DANRManagementFunctionSingle, bool)

GetDANRManagementFunctionOk returns a tuple with the DANRManagementFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbCuCpFunctionSingleAllOf1) GetDESManagementFunction ¶

func (o *GnbCuCpFunctionSingleAllOf1) GetDESManagementFunction() DESManagementFunctionSingle

GetDESManagementFunction returns the DESManagementFunction field value if set, zero value otherwise.

func (*GnbCuCpFunctionSingleAllOf1) GetDESManagementFunctionOk ¶

func (o *GnbCuCpFunctionSingleAllOf1) GetDESManagementFunctionOk() (*DESManagementFunctionSingle, bool)

GetDESManagementFunctionOk returns a tuple with the DESManagementFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbCuCpFunctionSingleAllOf1) GetDLBOFunction ¶

func (o *GnbCuCpFunctionSingleAllOf1) GetDLBOFunction() DLBOFunctionSingle

GetDLBOFunction returns the DLBOFunction field value if set, zero value otherwise.

func (*GnbCuCpFunctionSingleAllOf1) GetDLBOFunctionOk ¶

func (o *GnbCuCpFunctionSingleAllOf1) GetDLBOFunctionOk() (*DLBOFunctionSingle, bool)

GetDLBOFunctionOk returns a tuple with the DLBOFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbCuCpFunctionSingleAllOf1) GetDMROFunction ¶

func (o *GnbCuCpFunctionSingleAllOf1) GetDMROFunction() DMROFunctionSingle

GetDMROFunction returns the DMROFunction field value if set, zero value otherwise.

func (*GnbCuCpFunctionSingleAllOf1) GetDMROFunctionOk ¶

func (o *GnbCuCpFunctionSingleAllOf1) GetDMROFunctionOk() (*DMROFunctionSingle, bool)

GetDMROFunctionOk returns a tuple with the DMROFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbCuCpFunctionSingleAllOf1) GetEPE1 ¶

func (o *GnbCuCpFunctionSingleAllOf1) GetEPE1() []EPE1Single

GetEPE1 returns the EPE1 field value if set, zero value otherwise.

func (*GnbCuCpFunctionSingleAllOf1) GetEPE1Ok ¶

func (o *GnbCuCpFunctionSingleAllOf1) GetEPE1Ok() ([]EPE1Single, bool)

GetEPE1Ok returns a tuple with the EPE1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbCuCpFunctionSingleAllOf1) GetEPF1C ¶

func (o *GnbCuCpFunctionSingleAllOf1) GetEPF1C() []EPF1CSingle

GetEPF1C returns the EPF1C field value if set, zero value otherwise.

func (*GnbCuCpFunctionSingleAllOf1) GetEPF1COk ¶

func (o *GnbCuCpFunctionSingleAllOf1) GetEPF1COk() ([]EPF1CSingle, bool)

GetEPF1COk returns a tuple with the EPF1C field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbCuCpFunctionSingleAllOf1) GetEPNgC ¶

func (o *GnbCuCpFunctionSingleAllOf1) GetEPNgC() []EPNgCSingle

GetEPNgC returns the EPNgC field value if set, zero value otherwise.

func (*GnbCuCpFunctionSingleAllOf1) GetEPNgCOk ¶

func (o *GnbCuCpFunctionSingleAllOf1) GetEPNgCOk() ([]EPNgCSingle, bool)

GetEPNgCOk returns a tuple with the EPNgC field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbCuCpFunctionSingleAllOf1) GetEPX2C ¶

func (o *GnbCuCpFunctionSingleAllOf1) GetEPX2C() []EPX2CSingle

GetEPX2C returns the EPX2C field value if set, zero value otherwise.

func (*GnbCuCpFunctionSingleAllOf1) GetEPX2COk ¶

func (o *GnbCuCpFunctionSingleAllOf1) GetEPX2COk() ([]EPX2CSingle, bool)

GetEPX2COk returns a tuple with the EPX2C field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbCuCpFunctionSingleAllOf1) GetEPXnC ¶

func (o *GnbCuCpFunctionSingleAllOf1) GetEPXnC() []EPXnCSingle

GetEPXnC returns the EPXnC field value if set, zero value otherwise.

func (*GnbCuCpFunctionSingleAllOf1) GetEPXnCOk ¶

func (o *GnbCuCpFunctionSingleAllOf1) GetEPXnCOk() ([]EPXnCSingle, bool)

GetEPXnCOk returns a tuple with the EPXnC field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbCuCpFunctionSingleAllOf1) GetNrCellCu ¶

func (o *GnbCuCpFunctionSingleAllOf1) GetNrCellCu() []NrCellCuSingle

GetNrCellCu returns the NrCellCu field value if set, zero value otherwise.

func (*GnbCuCpFunctionSingleAllOf1) GetNrCellCuOk ¶

func (o *GnbCuCpFunctionSingleAllOf1) GetNrCellCuOk() ([]NrCellCuSingle, bool)

GetNrCellCuOk returns a tuple with the NrCellCu field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbCuCpFunctionSingleAllOf1) GetRRMPolicyRatio ¶

func (o *GnbCuCpFunctionSingleAllOf1) GetRRMPolicyRatio() []RRMPolicyRatioSingle

GetRRMPolicyRatio returns the RRMPolicyRatio field value if set, zero value otherwise.

func (*GnbCuCpFunctionSingleAllOf1) GetRRMPolicyRatioOk ¶

func (o *GnbCuCpFunctionSingleAllOf1) GetRRMPolicyRatioOk() ([]RRMPolicyRatioSingle, bool)

GetRRMPolicyRatioOk returns a tuple with the RRMPolicyRatio field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbCuCpFunctionSingleAllOf1) HasDANRManagementFunction ¶

func (o *GnbCuCpFunctionSingleAllOf1) HasDANRManagementFunction() bool

HasDANRManagementFunction returns a boolean if a field has been set.

func (*GnbCuCpFunctionSingleAllOf1) HasDESManagementFunction ¶

func (o *GnbCuCpFunctionSingleAllOf1) HasDESManagementFunction() bool

HasDESManagementFunction returns a boolean if a field has been set.

func (*GnbCuCpFunctionSingleAllOf1) HasDLBOFunction ¶

func (o *GnbCuCpFunctionSingleAllOf1) HasDLBOFunction() bool

HasDLBOFunction returns a boolean if a field has been set.

func (*GnbCuCpFunctionSingleAllOf1) HasDMROFunction ¶

func (o *GnbCuCpFunctionSingleAllOf1) HasDMROFunction() bool

HasDMROFunction returns a boolean if a field has been set.

func (*GnbCuCpFunctionSingleAllOf1) HasEPE1 ¶

func (o *GnbCuCpFunctionSingleAllOf1) HasEPE1() bool

HasEPE1 returns a boolean if a field has been set.

func (*GnbCuCpFunctionSingleAllOf1) HasEPF1C ¶

func (o *GnbCuCpFunctionSingleAllOf1) HasEPF1C() bool

HasEPF1C returns a boolean if a field has been set.

func (*GnbCuCpFunctionSingleAllOf1) HasEPNgC ¶

func (o *GnbCuCpFunctionSingleAllOf1) HasEPNgC() bool

HasEPNgC returns a boolean if a field has been set.

func (*GnbCuCpFunctionSingleAllOf1) HasEPX2C ¶

func (o *GnbCuCpFunctionSingleAllOf1) HasEPX2C() bool

HasEPX2C returns a boolean if a field has been set.

func (*GnbCuCpFunctionSingleAllOf1) HasEPXnC ¶

func (o *GnbCuCpFunctionSingleAllOf1) HasEPXnC() bool

HasEPXnC returns a boolean if a field has been set.

func (*GnbCuCpFunctionSingleAllOf1) HasNrCellCu ¶

func (o *GnbCuCpFunctionSingleAllOf1) HasNrCellCu() bool

HasNrCellCu returns a boolean if a field has been set.

func (*GnbCuCpFunctionSingleAllOf1) HasRRMPolicyRatio ¶

func (o *GnbCuCpFunctionSingleAllOf1) HasRRMPolicyRatio() bool

HasRRMPolicyRatio returns a boolean if a field has been set.

func (GnbCuCpFunctionSingleAllOf1) MarshalJSON ¶

func (o GnbCuCpFunctionSingleAllOf1) MarshalJSON() ([]byte, error)

func (*GnbCuCpFunctionSingleAllOf1) SetDANRManagementFunction ¶

func (o *GnbCuCpFunctionSingleAllOf1) SetDANRManagementFunction(v DANRManagementFunctionSingle)

SetDANRManagementFunction gets a reference to the given DANRManagementFunctionSingle and assigns it to the DANRManagementFunction field.

func (*GnbCuCpFunctionSingleAllOf1) SetDESManagementFunction ¶

func (o *GnbCuCpFunctionSingleAllOf1) SetDESManagementFunction(v DESManagementFunctionSingle)

SetDESManagementFunction gets a reference to the given DESManagementFunctionSingle and assigns it to the DESManagementFunction field.

func (*GnbCuCpFunctionSingleAllOf1) SetDLBOFunction ¶

func (o *GnbCuCpFunctionSingleAllOf1) SetDLBOFunction(v DLBOFunctionSingle)

SetDLBOFunction gets a reference to the given DLBOFunctionSingle and assigns it to the DLBOFunction field.

func (*GnbCuCpFunctionSingleAllOf1) SetDMROFunction ¶

func (o *GnbCuCpFunctionSingleAllOf1) SetDMROFunction(v DMROFunctionSingle)

SetDMROFunction gets a reference to the given DMROFunctionSingle and assigns it to the DMROFunction field.

func (*GnbCuCpFunctionSingleAllOf1) SetEPE1 ¶

func (o *GnbCuCpFunctionSingleAllOf1) SetEPE1(v []EPE1Single)

SetEPE1 gets a reference to the given []EPE1Single and assigns it to the EPE1 field.

func (*GnbCuCpFunctionSingleAllOf1) SetEPF1C ¶

func (o *GnbCuCpFunctionSingleAllOf1) SetEPF1C(v []EPF1CSingle)

SetEPF1C gets a reference to the given []EPF1CSingle and assigns it to the EPF1C field.

func (*GnbCuCpFunctionSingleAllOf1) SetEPNgC ¶

func (o *GnbCuCpFunctionSingleAllOf1) SetEPNgC(v []EPNgCSingle)

SetEPNgC gets a reference to the given []EPNgCSingle and assigns it to the EPNgC field.

func (*GnbCuCpFunctionSingleAllOf1) SetEPX2C ¶

func (o *GnbCuCpFunctionSingleAllOf1) SetEPX2C(v []EPX2CSingle)

SetEPX2C gets a reference to the given []EPX2CSingle and assigns it to the EPX2C field.

func (*GnbCuCpFunctionSingleAllOf1) SetEPXnC ¶

func (o *GnbCuCpFunctionSingleAllOf1) SetEPXnC(v []EPXnCSingle)

SetEPXnC gets a reference to the given []EPXnCSingle and assigns it to the EPXnC field.

func (*GnbCuCpFunctionSingleAllOf1) SetNrCellCu ¶

func (o *GnbCuCpFunctionSingleAllOf1) SetNrCellCu(v []NrCellCuSingle)

SetNrCellCu gets a reference to the given []NrCellCuSingle and assigns it to the NrCellCu field.

func (*GnbCuCpFunctionSingleAllOf1) SetRRMPolicyRatio ¶

func (o *GnbCuCpFunctionSingleAllOf1) SetRRMPolicyRatio(v []RRMPolicyRatioSingle)

SetRRMPolicyRatio gets a reference to the given []RRMPolicyRatioSingle and assigns it to the RRMPolicyRatio field.

func (GnbCuCpFunctionSingleAllOf1) ToMap ¶

func (o GnbCuCpFunctionSingleAllOf1) ToMap() (map[string]interface{}, error)

type GnbCuCpFunctionSingleAllOfAttributes ¶

type GnbCuCpFunctionSingleAllOfAttributes struct {
	ManagedFunctionAttr
	GnbId                       *string                      `json:"gnbId,omitempty"`
	GnbIdLength                 *int32                       `json:"gnbIdLength,omitempty"`
	GnbCuName                   *string                      `json:"gnbCuName,omitempty"`
	PlmnId                      *PlmnId                      `json:"plmnId,omitempty"`
	X2BlockList                 []string                     `json:"x2BlockList,omitempty"`
	XnBlockList                 []string                     `json:"xnBlockList,omitempty"`
	X2AllowList                 []string                     `json:"x2AllowList,omitempty"`
	XnAllowList                 []string                     `json:"xnAllowList,omitempty"`
	X2HOBlockList               []string                     `json:"x2HOBlockList,omitempty"`
	XnHOBlackList               []string                     `json:"xnHOBlackList,omitempty"`
	MappingSetIDBackhaulAddress *MappingSetIDBackhaulAddress `json:"mappingSetIDBackhaulAddress,omitempty"`
	TceMappingInfoList          []TceMappingInfo             `json:"tceMappingInfoList,omitempty"`
	Configurable5QISetRef       *string                      `json:"configurable5QISetRef,omitempty"`
	Dynamic5QISetRef            *string                      `json:"dynamic5QISetRef,omitempty"`
	DCHOControl                 *bool                        `json:"dCHOControl,omitempty"`
	DDAPSHOControl              *bool                        `json:"dDAPSHOControl,omitempty"`
}

GnbCuCpFunctionSingleAllOfAttributes struct for GnbCuCpFunctionSingleAllOfAttributes

func NewGnbCuCpFunctionSingleAllOfAttributes ¶

func NewGnbCuCpFunctionSingleAllOfAttributes() *GnbCuCpFunctionSingleAllOfAttributes

NewGnbCuCpFunctionSingleAllOfAttributes instantiates a new GnbCuCpFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGnbCuCpFunctionSingleAllOfAttributesWithDefaults ¶

func NewGnbCuCpFunctionSingleAllOfAttributesWithDefaults() *GnbCuCpFunctionSingleAllOfAttributes

NewGnbCuCpFunctionSingleAllOfAttributesWithDefaults instantiates a new GnbCuCpFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GnbCuCpFunctionSingleAllOfAttributes) GetConfigurable5QISetRef ¶

func (o *GnbCuCpFunctionSingleAllOfAttributes) GetConfigurable5QISetRef() string

GetConfigurable5QISetRef returns the Configurable5QISetRef field value if set, zero value otherwise.

func (*GnbCuCpFunctionSingleAllOfAttributes) GetConfigurable5QISetRefOk ¶

func (o *GnbCuCpFunctionSingleAllOfAttributes) GetConfigurable5QISetRefOk() (*string, bool)

GetConfigurable5QISetRefOk returns a tuple with the Configurable5QISetRef field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbCuCpFunctionSingleAllOfAttributes) GetDCHOControl ¶

func (o *GnbCuCpFunctionSingleAllOfAttributes) GetDCHOControl() bool

GetDCHOControl returns the DCHOControl field value if set, zero value otherwise.

func (*GnbCuCpFunctionSingleAllOfAttributes) GetDCHOControlOk ¶

func (o *GnbCuCpFunctionSingleAllOfAttributes) GetDCHOControlOk() (*bool, bool)

GetDCHOControlOk returns a tuple with the DCHOControl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbCuCpFunctionSingleAllOfAttributes) GetDDAPSHOControl ¶

func (o *GnbCuCpFunctionSingleAllOfAttributes) GetDDAPSHOControl() bool

GetDDAPSHOControl returns the DDAPSHOControl field value if set, zero value otherwise.

func (*GnbCuCpFunctionSingleAllOfAttributes) GetDDAPSHOControlOk ¶

func (o *GnbCuCpFunctionSingleAllOfAttributes) GetDDAPSHOControlOk() (*bool, bool)

GetDDAPSHOControlOk returns a tuple with the DDAPSHOControl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbCuCpFunctionSingleAllOfAttributes) GetDynamic5QISetRef ¶

func (o *GnbCuCpFunctionSingleAllOfAttributes) GetDynamic5QISetRef() string

GetDynamic5QISetRef returns the Dynamic5QISetRef field value if set, zero value otherwise.

func (*GnbCuCpFunctionSingleAllOfAttributes) GetDynamic5QISetRefOk ¶

func (o *GnbCuCpFunctionSingleAllOfAttributes) GetDynamic5QISetRefOk() (*string, bool)

GetDynamic5QISetRefOk returns a tuple with the Dynamic5QISetRef field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbCuCpFunctionSingleAllOfAttributes) GetGnbCuName ¶

func (o *GnbCuCpFunctionSingleAllOfAttributes) GetGnbCuName() string

GetGnbCuName returns the GnbCuName field value if set, zero value otherwise.

func (*GnbCuCpFunctionSingleAllOfAttributes) GetGnbCuNameOk ¶

func (o *GnbCuCpFunctionSingleAllOfAttributes) GetGnbCuNameOk() (*string, bool)

GetGnbCuNameOk returns a tuple with the GnbCuName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbCuCpFunctionSingleAllOfAttributes) GetGnbId ¶

GetGnbId returns the GnbId field value if set, zero value otherwise.

func (*GnbCuCpFunctionSingleAllOfAttributes) GetGnbIdLength ¶

func (o *GnbCuCpFunctionSingleAllOfAttributes) GetGnbIdLength() int32

GetGnbIdLength returns the GnbIdLength field value if set, zero value otherwise.

func (*GnbCuCpFunctionSingleAllOfAttributes) GetGnbIdLengthOk ¶

func (o *GnbCuCpFunctionSingleAllOfAttributes) GetGnbIdLengthOk() (*int32, bool)

GetGnbIdLengthOk returns a tuple with the GnbIdLength field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbCuCpFunctionSingleAllOfAttributes) GetGnbIdOk ¶

func (o *GnbCuCpFunctionSingleAllOfAttributes) GetGnbIdOk() (*string, bool)

GetGnbIdOk returns a tuple with the GnbId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbCuCpFunctionSingleAllOfAttributes) GetMappingSetIDBackhaulAddress ¶

func (o *GnbCuCpFunctionSingleAllOfAttributes) GetMappingSetIDBackhaulAddress() MappingSetIDBackhaulAddress

GetMappingSetIDBackhaulAddress returns the MappingSetIDBackhaulAddress field value if set, zero value otherwise.

func (*GnbCuCpFunctionSingleAllOfAttributes) GetMappingSetIDBackhaulAddressOk ¶

func (o *GnbCuCpFunctionSingleAllOfAttributes) GetMappingSetIDBackhaulAddressOk() (*MappingSetIDBackhaulAddress, bool)

GetMappingSetIDBackhaulAddressOk returns a tuple with the MappingSetIDBackhaulAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbCuCpFunctionSingleAllOfAttributes) GetPlmnId ¶

GetPlmnId returns the PlmnId field value if set, zero value otherwise.

func (*GnbCuCpFunctionSingleAllOfAttributes) GetPlmnIdOk ¶

func (o *GnbCuCpFunctionSingleAllOfAttributes) GetPlmnIdOk() (*PlmnId, bool)

GetPlmnIdOk returns a tuple with the PlmnId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbCuCpFunctionSingleAllOfAttributes) GetTceMappingInfoList ¶

func (o *GnbCuCpFunctionSingleAllOfAttributes) GetTceMappingInfoList() []TceMappingInfo

GetTceMappingInfoList returns the TceMappingInfoList field value if set, zero value otherwise.

func (*GnbCuCpFunctionSingleAllOfAttributes) GetTceMappingInfoListOk ¶

func (o *GnbCuCpFunctionSingleAllOfAttributes) GetTceMappingInfoListOk() ([]TceMappingInfo, bool)

GetTceMappingInfoListOk returns a tuple with the TceMappingInfoList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbCuCpFunctionSingleAllOfAttributes) GetX2AllowList ¶

func (o *GnbCuCpFunctionSingleAllOfAttributes) GetX2AllowList() []string

GetX2AllowList returns the X2AllowList field value if set, zero value otherwise.

func (*GnbCuCpFunctionSingleAllOfAttributes) GetX2AllowListOk ¶

func (o *GnbCuCpFunctionSingleAllOfAttributes) GetX2AllowListOk() ([]string, bool)

GetX2AllowListOk returns a tuple with the X2AllowList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbCuCpFunctionSingleAllOfAttributes) GetX2BlockList ¶

func (o *GnbCuCpFunctionSingleAllOfAttributes) GetX2BlockList() []string

GetX2BlockList returns the X2BlockList field value if set, zero value otherwise.

func (*GnbCuCpFunctionSingleAllOfAttributes) GetX2BlockListOk ¶

func (o *GnbCuCpFunctionSingleAllOfAttributes) GetX2BlockListOk() ([]string, bool)

GetX2BlockListOk returns a tuple with the X2BlockList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbCuCpFunctionSingleAllOfAttributes) GetX2HOBlockList ¶

func (o *GnbCuCpFunctionSingleAllOfAttributes) GetX2HOBlockList() []string

GetX2HOBlockList returns the X2HOBlockList field value if set, zero value otherwise.

func (*GnbCuCpFunctionSingleAllOfAttributes) GetX2HOBlockListOk ¶

func (o *GnbCuCpFunctionSingleAllOfAttributes) GetX2HOBlockListOk() ([]string, bool)

GetX2HOBlockListOk returns a tuple with the X2HOBlockList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbCuCpFunctionSingleAllOfAttributes) GetXnAllowList ¶

func (o *GnbCuCpFunctionSingleAllOfAttributes) GetXnAllowList() []string

GetXnAllowList returns the XnAllowList field value if set, zero value otherwise.

func (*GnbCuCpFunctionSingleAllOfAttributes) GetXnAllowListOk ¶

func (o *GnbCuCpFunctionSingleAllOfAttributes) GetXnAllowListOk() ([]string, bool)

GetXnAllowListOk returns a tuple with the XnAllowList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbCuCpFunctionSingleAllOfAttributes) GetXnBlockList ¶

func (o *GnbCuCpFunctionSingleAllOfAttributes) GetXnBlockList() []string

GetXnBlockList returns the XnBlockList field value if set, zero value otherwise.

func (*GnbCuCpFunctionSingleAllOfAttributes) GetXnBlockListOk ¶

func (o *GnbCuCpFunctionSingleAllOfAttributes) GetXnBlockListOk() ([]string, bool)

GetXnBlockListOk returns a tuple with the XnBlockList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbCuCpFunctionSingleAllOfAttributes) GetXnHOBlackList ¶

func (o *GnbCuCpFunctionSingleAllOfAttributes) GetXnHOBlackList() []string

GetXnHOBlackList returns the XnHOBlackList field value if set, zero value otherwise.

func (*GnbCuCpFunctionSingleAllOfAttributes) GetXnHOBlackListOk ¶

func (o *GnbCuCpFunctionSingleAllOfAttributes) GetXnHOBlackListOk() ([]string, bool)

GetXnHOBlackListOk returns a tuple with the XnHOBlackList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbCuCpFunctionSingleAllOfAttributes) HasConfigurable5QISetRef ¶

func (o *GnbCuCpFunctionSingleAllOfAttributes) HasConfigurable5QISetRef() bool

HasConfigurable5QISetRef returns a boolean if a field has been set.

func (*GnbCuCpFunctionSingleAllOfAttributes) HasDCHOControl ¶

func (o *GnbCuCpFunctionSingleAllOfAttributes) HasDCHOControl() bool

HasDCHOControl returns a boolean if a field has been set.

func (*GnbCuCpFunctionSingleAllOfAttributes) HasDDAPSHOControl ¶

func (o *GnbCuCpFunctionSingleAllOfAttributes) HasDDAPSHOControl() bool

HasDDAPSHOControl returns a boolean if a field has been set.

func (*GnbCuCpFunctionSingleAllOfAttributes) HasDynamic5QISetRef ¶

func (o *GnbCuCpFunctionSingleAllOfAttributes) HasDynamic5QISetRef() bool

HasDynamic5QISetRef returns a boolean if a field has been set.

func (*GnbCuCpFunctionSingleAllOfAttributes) HasGnbCuName ¶

func (o *GnbCuCpFunctionSingleAllOfAttributes) HasGnbCuName() bool

HasGnbCuName returns a boolean if a field has been set.

func (*GnbCuCpFunctionSingleAllOfAttributes) HasGnbId ¶

HasGnbId returns a boolean if a field has been set.

func (*GnbCuCpFunctionSingleAllOfAttributes) HasGnbIdLength ¶

func (o *GnbCuCpFunctionSingleAllOfAttributes) HasGnbIdLength() bool

HasGnbIdLength returns a boolean if a field has been set.

func (*GnbCuCpFunctionSingleAllOfAttributes) HasMappingSetIDBackhaulAddress ¶

func (o *GnbCuCpFunctionSingleAllOfAttributes) HasMappingSetIDBackhaulAddress() bool

HasMappingSetIDBackhaulAddress returns a boolean if a field has been set.

func (*GnbCuCpFunctionSingleAllOfAttributes) HasPlmnId ¶

HasPlmnId returns a boolean if a field has been set.

func (*GnbCuCpFunctionSingleAllOfAttributes) HasTceMappingInfoList ¶

func (o *GnbCuCpFunctionSingleAllOfAttributes) HasTceMappingInfoList() bool

HasTceMappingInfoList returns a boolean if a field has been set.

func (*GnbCuCpFunctionSingleAllOfAttributes) HasX2AllowList ¶

func (o *GnbCuCpFunctionSingleAllOfAttributes) HasX2AllowList() bool

HasX2AllowList returns a boolean if a field has been set.

func (*GnbCuCpFunctionSingleAllOfAttributes) HasX2BlockList ¶

func (o *GnbCuCpFunctionSingleAllOfAttributes) HasX2BlockList() bool

HasX2BlockList returns a boolean if a field has been set.

func (*GnbCuCpFunctionSingleAllOfAttributes) HasX2HOBlockList ¶

func (o *GnbCuCpFunctionSingleAllOfAttributes) HasX2HOBlockList() bool

HasX2HOBlockList returns a boolean if a field has been set.

func (*GnbCuCpFunctionSingleAllOfAttributes) HasXnAllowList ¶

func (o *GnbCuCpFunctionSingleAllOfAttributes) HasXnAllowList() bool

HasXnAllowList returns a boolean if a field has been set.

func (*GnbCuCpFunctionSingleAllOfAttributes) HasXnBlockList ¶

func (o *GnbCuCpFunctionSingleAllOfAttributes) HasXnBlockList() bool

HasXnBlockList returns a boolean if a field has been set.

func (*GnbCuCpFunctionSingleAllOfAttributes) HasXnHOBlackList ¶

func (o *GnbCuCpFunctionSingleAllOfAttributes) HasXnHOBlackList() bool

HasXnHOBlackList returns a boolean if a field has been set.

func (GnbCuCpFunctionSingleAllOfAttributes) MarshalJSON ¶

func (o GnbCuCpFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*GnbCuCpFunctionSingleAllOfAttributes) SetConfigurable5QISetRef ¶

func (o *GnbCuCpFunctionSingleAllOfAttributes) SetConfigurable5QISetRef(v string)

SetConfigurable5QISetRef gets a reference to the given string and assigns it to the Configurable5QISetRef field.

func (*GnbCuCpFunctionSingleAllOfAttributes) SetDCHOControl ¶

func (o *GnbCuCpFunctionSingleAllOfAttributes) SetDCHOControl(v bool)

SetDCHOControl gets a reference to the given bool and assigns it to the DCHOControl field.

func (*GnbCuCpFunctionSingleAllOfAttributes) SetDDAPSHOControl ¶

func (o *GnbCuCpFunctionSingleAllOfAttributes) SetDDAPSHOControl(v bool)

SetDDAPSHOControl gets a reference to the given bool and assigns it to the DDAPSHOControl field.

func (*GnbCuCpFunctionSingleAllOfAttributes) SetDynamic5QISetRef ¶

func (o *GnbCuCpFunctionSingleAllOfAttributes) SetDynamic5QISetRef(v string)

SetDynamic5QISetRef gets a reference to the given string and assigns it to the Dynamic5QISetRef field.

func (*GnbCuCpFunctionSingleAllOfAttributes) SetGnbCuName ¶

func (o *GnbCuCpFunctionSingleAllOfAttributes) SetGnbCuName(v string)

SetGnbCuName gets a reference to the given string and assigns it to the GnbCuName field.

func (*GnbCuCpFunctionSingleAllOfAttributes) SetGnbId ¶

SetGnbId gets a reference to the given string and assigns it to the GnbId field.

func (*GnbCuCpFunctionSingleAllOfAttributes) SetGnbIdLength ¶

func (o *GnbCuCpFunctionSingleAllOfAttributes) SetGnbIdLength(v int32)

SetGnbIdLength gets a reference to the given int32 and assigns it to the GnbIdLength field.

func (*GnbCuCpFunctionSingleAllOfAttributes) SetMappingSetIDBackhaulAddress ¶

func (o *GnbCuCpFunctionSingleAllOfAttributes) SetMappingSetIDBackhaulAddress(v MappingSetIDBackhaulAddress)

SetMappingSetIDBackhaulAddress gets a reference to the given MappingSetIDBackhaulAddress and assigns it to the MappingSetIDBackhaulAddress field.

func (*GnbCuCpFunctionSingleAllOfAttributes) SetPlmnId ¶

SetPlmnId gets a reference to the given PlmnId and assigns it to the PlmnId field.

func (*GnbCuCpFunctionSingleAllOfAttributes) SetTceMappingInfoList ¶

func (o *GnbCuCpFunctionSingleAllOfAttributes) SetTceMappingInfoList(v []TceMappingInfo)

SetTceMappingInfoList gets a reference to the given []TceMappingInfo and assigns it to the TceMappingInfoList field.

func (*GnbCuCpFunctionSingleAllOfAttributes) SetX2AllowList ¶

func (o *GnbCuCpFunctionSingleAllOfAttributes) SetX2AllowList(v []string)

SetX2AllowList gets a reference to the given []string and assigns it to the X2AllowList field.

func (*GnbCuCpFunctionSingleAllOfAttributes) SetX2BlockList ¶

func (o *GnbCuCpFunctionSingleAllOfAttributes) SetX2BlockList(v []string)

SetX2BlockList gets a reference to the given []string and assigns it to the X2BlockList field.

func (*GnbCuCpFunctionSingleAllOfAttributes) SetX2HOBlockList ¶

func (o *GnbCuCpFunctionSingleAllOfAttributes) SetX2HOBlockList(v []string)

SetX2HOBlockList gets a reference to the given []string and assigns it to the X2HOBlockList field.

func (*GnbCuCpFunctionSingleAllOfAttributes) SetXnAllowList ¶

func (o *GnbCuCpFunctionSingleAllOfAttributes) SetXnAllowList(v []string)

SetXnAllowList gets a reference to the given []string and assigns it to the XnAllowList field.

func (*GnbCuCpFunctionSingleAllOfAttributes) SetXnBlockList ¶

func (o *GnbCuCpFunctionSingleAllOfAttributes) SetXnBlockList(v []string)

SetXnBlockList gets a reference to the given []string and assigns it to the XnBlockList field.

func (*GnbCuCpFunctionSingleAllOfAttributes) SetXnHOBlackList ¶

func (o *GnbCuCpFunctionSingleAllOfAttributes) SetXnHOBlackList(v []string)

SetXnHOBlackList gets a reference to the given []string and assigns it to the XnHOBlackList field.

func (GnbCuCpFunctionSingleAllOfAttributes) ToMap ¶

func (o GnbCuCpFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type GnbCuCpFunctionSingleAllOfAttributesAllOf ¶

type GnbCuCpFunctionSingleAllOfAttributesAllOf struct {
	GnbId                       *string                      `json:"gnbId,omitempty"`
	GnbIdLength                 *int32                       `json:"gnbIdLength,omitempty"`
	GnbCuName                   *string                      `json:"gnbCuName,omitempty"`
	PlmnId                      *PlmnId                      `json:"plmnId,omitempty"`
	X2BlockList                 []string                     `json:"x2BlockList,omitempty"`
	XnBlockList                 []string                     `json:"xnBlockList,omitempty"`
	X2AllowList                 []string                     `json:"x2AllowList,omitempty"`
	XnAllowList                 []string                     `json:"xnAllowList,omitempty"`
	X2HOBlockList               []string                     `json:"x2HOBlockList,omitempty"`
	XnHOBlackList               []string                     `json:"xnHOBlackList,omitempty"`
	MappingSetIDBackhaulAddress *MappingSetIDBackhaulAddress `json:"mappingSetIDBackhaulAddress,omitempty"`
	TceMappingInfoList          []TceMappingInfo             `json:"tceMappingInfoList,omitempty"`
	Configurable5QISetRef       *string                      `json:"configurable5QISetRef,omitempty"`
	Dynamic5QISetRef            *string                      `json:"dynamic5QISetRef,omitempty"`
	DCHOControl                 *bool                        `json:"dCHOControl,omitempty"`
	DDAPSHOControl              *bool                        `json:"dDAPSHOControl,omitempty"`
}

GnbCuCpFunctionSingleAllOfAttributesAllOf struct for GnbCuCpFunctionSingleAllOfAttributesAllOf

func NewGnbCuCpFunctionSingleAllOfAttributesAllOf ¶

func NewGnbCuCpFunctionSingleAllOfAttributesAllOf() *GnbCuCpFunctionSingleAllOfAttributesAllOf

NewGnbCuCpFunctionSingleAllOfAttributesAllOf instantiates a new GnbCuCpFunctionSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGnbCuCpFunctionSingleAllOfAttributesAllOfWithDefaults ¶

func NewGnbCuCpFunctionSingleAllOfAttributesAllOfWithDefaults() *GnbCuCpFunctionSingleAllOfAttributesAllOf

NewGnbCuCpFunctionSingleAllOfAttributesAllOfWithDefaults instantiates a new GnbCuCpFunctionSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) GetConfigurable5QISetRef ¶

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetConfigurable5QISetRef() string

GetConfigurable5QISetRef returns the Configurable5QISetRef field value if set, zero value otherwise.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) GetConfigurable5QISetRefOk ¶

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetConfigurable5QISetRefOk() (*string, bool)

GetConfigurable5QISetRefOk returns a tuple with the Configurable5QISetRef field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) GetDCHOControl ¶

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetDCHOControl() bool

GetDCHOControl returns the DCHOControl field value if set, zero value otherwise.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) GetDCHOControlOk ¶

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetDCHOControlOk() (*bool, bool)

GetDCHOControlOk returns a tuple with the DCHOControl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) GetDDAPSHOControl ¶

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetDDAPSHOControl() bool

GetDDAPSHOControl returns the DDAPSHOControl field value if set, zero value otherwise.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) GetDDAPSHOControlOk ¶

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetDDAPSHOControlOk() (*bool, bool)

GetDDAPSHOControlOk returns a tuple with the DDAPSHOControl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) GetDynamic5QISetRef ¶

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetDynamic5QISetRef() string

GetDynamic5QISetRef returns the Dynamic5QISetRef field value if set, zero value otherwise.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) GetDynamic5QISetRefOk ¶

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetDynamic5QISetRefOk() (*string, bool)

GetDynamic5QISetRefOk returns a tuple with the Dynamic5QISetRef field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) GetGnbCuName ¶

GetGnbCuName returns the GnbCuName field value if set, zero value otherwise.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) GetGnbCuNameOk ¶

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetGnbCuNameOk() (*string, bool)

GetGnbCuNameOk returns a tuple with the GnbCuName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) GetGnbId ¶

GetGnbId returns the GnbId field value if set, zero value otherwise.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) GetGnbIdLength ¶

GetGnbIdLength returns the GnbIdLength field value if set, zero value otherwise.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) GetGnbIdLengthOk ¶

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetGnbIdLengthOk() (*int32, bool)

GetGnbIdLengthOk returns a tuple with the GnbIdLength field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) GetGnbIdOk ¶

GetGnbIdOk returns a tuple with the GnbId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) GetMappingSetIDBackhaulAddress ¶

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetMappingSetIDBackhaulAddress() MappingSetIDBackhaulAddress

GetMappingSetIDBackhaulAddress returns the MappingSetIDBackhaulAddress field value if set, zero value otherwise.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) GetMappingSetIDBackhaulAddressOk ¶

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetMappingSetIDBackhaulAddressOk() (*MappingSetIDBackhaulAddress, bool)

GetMappingSetIDBackhaulAddressOk returns a tuple with the MappingSetIDBackhaulAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) GetPlmnId ¶

GetPlmnId returns the PlmnId field value if set, zero value otherwise.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) GetPlmnIdOk ¶

GetPlmnIdOk returns a tuple with the PlmnId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) GetTceMappingInfoList ¶

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetTceMappingInfoList() []TceMappingInfo

GetTceMappingInfoList returns the TceMappingInfoList field value if set, zero value otherwise.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) GetTceMappingInfoListOk ¶

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetTceMappingInfoListOk() ([]TceMappingInfo, bool)

GetTceMappingInfoListOk returns a tuple with the TceMappingInfoList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) GetX2AllowList ¶

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetX2AllowList() []string

GetX2AllowList returns the X2AllowList field value if set, zero value otherwise.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) GetX2AllowListOk ¶

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetX2AllowListOk() ([]string, bool)

GetX2AllowListOk returns a tuple with the X2AllowList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) GetX2BlockList ¶

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetX2BlockList() []string

GetX2BlockList returns the X2BlockList field value if set, zero value otherwise.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) GetX2BlockListOk ¶

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetX2BlockListOk() ([]string, bool)

GetX2BlockListOk returns a tuple with the X2BlockList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) GetX2HOBlockList ¶

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetX2HOBlockList() []string

GetX2HOBlockList returns the X2HOBlockList field value if set, zero value otherwise.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) GetX2HOBlockListOk ¶

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetX2HOBlockListOk() ([]string, bool)

GetX2HOBlockListOk returns a tuple with the X2HOBlockList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) GetXnAllowList ¶

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetXnAllowList() []string

GetXnAllowList returns the XnAllowList field value if set, zero value otherwise.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) GetXnAllowListOk ¶

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetXnAllowListOk() ([]string, bool)

GetXnAllowListOk returns a tuple with the XnAllowList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) GetXnBlockList ¶

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetXnBlockList() []string

GetXnBlockList returns the XnBlockList field value if set, zero value otherwise.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) GetXnBlockListOk ¶

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetXnBlockListOk() ([]string, bool)

GetXnBlockListOk returns a tuple with the XnBlockList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) GetXnHOBlackList ¶

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetXnHOBlackList() []string

GetXnHOBlackList returns the XnHOBlackList field value if set, zero value otherwise.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) GetXnHOBlackListOk ¶

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetXnHOBlackListOk() ([]string, bool)

GetXnHOBlackListOk returns a tuple with the XnHOBlackList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) HasConfigurable5QISetRef ¶

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) HasConfigurable5QISetRef() bool

HasConfigurable5QISetRef returns a boolean if a field has been set.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) HasDCHOControl ¶

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) HasDCHOControl() bool

HasDCHOControl returns a boolean if a field has been set.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) HasDDAPSHOControl ¶

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) HasDDAPSHOControl() bool

HasDDAPSHOControl returns a boolean if a field has been set.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) HasDynamic5QISetRef ¶

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) HasDynamic5QISetRef() bool

HasDynamic5QISetRef returns a boolean if a field has been set.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) HasGnbCuName ¶

HasGnbCuName returns a boolean if a field has been set.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) HasGnbId ¶

HasGnbId returns a boolean if a field has been set.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) HasGnbIdLength ¶

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) HasGnbIdLength() bool

HasGnbIdLength returns a boolean if a field has been set.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) HasMappingSetIDBackhaulAddress ¶

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) HasMappingSetIDBackhaulAddress() bool

HasMappingSetIDBackhaulAddress returns a boolean if a field has been set.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) HasPlmnId ¶

HasPlmnId returns a boolean if a field has been set.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) HasTceMappingInfoList ¶

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) HasTceMappingInfoList() bool

HasTceMappingInfoList returns a boolean if a field has been set.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) HasX2AllowList ¶

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) HasX2AllowList() bool

HasX2AllowList returns a boolean if a field has been set.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) HasX2BlockList ¶

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) HasX2BlockList() bool

HasX2BlockList returns a boolean if a field has been set.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) HasX2HOBlockList ¶

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) HasX2HOBlockList() bool

HasX2HOBlockList returns a boolean if a field has been set.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) HasXnAllowList ¶

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) HasXnAllowList() bool

HasXnAllowList returns a boolean if a field has been set.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) HasXnBlockList ¶

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) HasXnBlockList() bool

HasXnBlockList returns a boolean if a field has been set.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) HasXnHOBlackList ¶

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) HasXnHOBlackList() bool

HasXnHOBlackList returns a boolean if a field has been set.

func (GnbCuCpFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) SetConfigurable5QISetRef ¶

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) SetConfigurable5QISetRef(v string)

SetConfigurable5QISetRef gets a reference to the given string and assigns it to the Configurable5QISetRef field.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) SetDCHOControl ¶

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) SetDCHOControl(v bool)

SetDCHOControl gets a reference to the given bool and assigns it to the DCHOControl field.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) SetDDAPSHOControl ¶

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) SetDDAPSHOControl(v bool)

SetDDAPSHOControl gets a reference to the given bool and assigns it to the DDAPSHOControl field.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) SetDynamic5QISetRef ¶

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) SetDynamic5QISetRef(v string)

SetDynamic5QISetRef gets a reference to the given string and assigns it to the Dynamic5QISetRef field.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) SetGnbCuName ¶

SetGnbCuName gets a reference to the given string and assigns it to the GnbCuName field.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) SetGnbId ¶

SetGnbId gets a reference to the given string and assigns it to the GnbId field.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) SetGnbIdLength ¶

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) SetGnbIdLength(v int32)

SetGnbIdLength gets a reference to the given int32 and assigns it to the GnbIdLength field.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) SetMappingSetIDBackhaulAddress ¶

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) SetMappingSetIDBackhaulAddress(v MappingSetIDBackhaulAddress)

SetMappingSetIDBackhaulAddress gets a reference to the given MappingSetIDBackhaulAddress and assigns it to the MappingSetIDBackhaulAddress field.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) SetPlmnId ¶

SetPlmnId gets a reference to the given PlmnId and assigns it to the PlmnId field.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) SetTceMappingInfoList ¶

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) SetTceMappingInfoList(v []TceMappingInfo)

SetTceMappingInfoList gets a reference to the given []TceMappingInfo and assigns it to the TceMappingInfoList field.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) SetX2AllowList ¶

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) SetX2AllowList(v []string)

SetX2AllowList gets a reference to the given []string and assigns it to the X2AllowList field.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) SetX2BlockList ¶

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) SetX2BlockList(v []string)

SetX2BlockList gets a reference to the given []string and assigns it to the X2BlockList field.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) SetX2HOBlockList ¶

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) SetX2HOBlockList(v []string)

SetX2HOBlockList gets a reference to the given []string and assigns it to the X2HOBlockList field.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) SetXnAllowList ¶

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) SetXnAllowList(v []string)

SetXnAllowList gets a reference to the given []string and assigns it to the XnAllowList field.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) SetXnBlockList ¶

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) SetXnBlockList(v []string)

SetXnBlockList gets a reference to the given []string and assigns it to the XnBlockList field.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) SetXnHOBlackList ¶

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) SetXnHOBlackList(v []string)

SetXnHOBlackList gets a reference to the given []string and assigns it to the XnHOBlackList field.

func (GnbCuCpFunctionSingleAllOfAttributesAllOf) ToMap ¶

func (o GnbCuCpFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)

type GnbCuUpFunctionSingle ¶

type GnbCuUpFunctionSingle struct {
	Top
	Attributes       *GnbCuUpFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
	PerfMetricJob    []PerfMetricJobSingle                 `json:"PerfMetricJob,omitempty"`
	ThresholdMonitor []ThresholdMonitorSingle              `json:"ThresholdMonitor,omitempty"`
	ManagedNFService []ManagedNFServiceSingle              `json:"ManagedNFService,omitempty"`
	TraceJob         []TraceJobSingle                      `json:"TraceJob,omitempty"`
	RRMPolicyRatio   []RRMPolicyRatioSingle                `json:"RRMPolicyRatio,omitempty"`
	EPE1             *EPE1Single                           `json:"EP_E1,omitempty"`
	EPXnU            []EPXnUSingle                         `json:"EP_XnU,omitempty"`
	EPF1U            []EPF1USingle                         `json:"EP_F1U,omitempty"`
	EPNgU            []EPNgUSingle                         `json:"EP_NgU,omitempty"`
	EPX2U            []EPX2USingle                         `json:"EP_X2U,omitempty"`
	EPS1U            []EPS1USingle                         `json:"EP_S1U,omitempty"`
}

GnbCuUpFunctionSingle struct for GnbCuUpFunctionSingle

func NewGnbCuUpFunctionSingle ¶

func NewGnbCuUpFunctionSingle(id NullableString) *GnbCuUpFunctionSingle

NewGnbCuUpFunctionSingle instantiates a new GnbCuUpFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGnbCuUpFunctionSingleWithDefaults ¶

func NewGnbCuUpFunctionSingleWithDefaults() *GnbCuUpFunctionSingle

NewGnbCuUpFunctionSingleWithDefaults instantiates a new GnbCuUpFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GnbCuUpFunctionSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*GnbCuUpFunctionSingle) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbCuUpFunctionSingle) GetEPE1 ¶

func (o *GnbCuUpFunctionSingle) GetEPE1() EPE1Single

GetEPE1 returns the EPE1 field value if set, zero value otherwise.

func (*GnbCuUpFunctionSingle) GetEPE1Ok ¶

func (o *GnbCuUpFunctionSingle) GetEPE1Ok() (*EPE1Single, bool)

GetEPE1Ok returns a tuple with the EPE1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbCuUpFunctionSingle) GetEPF1U ¶

func (o *GnbCuUpFunctionSingle) GetEPF1U() []EPF1USingle

GetEPF1U returns the EPF1U field value if set, zero value otherwise.

func (*GnbCuUpFunctionSingle) GetEPF1UOk ¶

func (o *GnbCuUpFunctionSingle) GetEPF1UOk() ([]EPF1USingle, bool)

GetEPF1UOk returns a tuple with the EPF1U field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbCuUpFunctionSingle) GetEPNgU ¶

func (o *GnbCuUpFunctionSingle) GetEPNgU() []EPNgUSingle

GetEPNgU returns the EPNgU field value if set, zero value otherwise.

func (*GnbCuUpFunctionSingle) GetEPNgUOk ¶

func (o *GnbCuUpFunctionSingle) GetEPNgUOk() ([]EPNgUSingle, bool)

GetEPNgUOk returns a tuple with the EPNgU field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbCuUpFunctionSingle) GetEPS1U ¶

func (o *GnbCuUpFunctionSingle) GetEPS1U() []EPS1USingle

GetEPS1U returns the EPS1U field value if set, zero value otherwise.

func (*GnbCuUpFunctionSingle) GetEPS1UOk ¶

func (o *GnbCuUpFunctionSingle) GetEPS1UOk() ([]EPS1USingle, bool)

GetEPS1UOk returns a tuple with the EPS1U field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbCuUpFunctionSingle) GetEPX2U ¶

func (o *GnbCuUpFunctionSingle) GetEPX2U() []EPX2USingle

GetEPX2U returns the EPX2U field value if set, zero value otherwise.

func (*GnbCuUpFunctionSingle) GetEPX2UOk ¶

func (o *GnbCuUpFunctionSingle) GetEPX2UOk() ([]EPX2USingle, bool)

GetEPX2UOk returns a tuple with the EPX2U field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbCuUpFunctionSingle) GetEPXnU ¶

func (o *GnbCuUpFunctionSingle) GetEPXnU() []EPXnUSingle

GetEPXnU returns the EPXnU field value if set, zero value otherwise.

func (*GnbCuUpFunctionSingle) GetEPXnUOk ¶

func (o *GnbCuUpFunctionSingle) GetEPXnUOk() ([]EPXnUSingle, bool)

GetEPXnUOk returns a tuple with the EPXnU field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbCuUpFunctionSingle) GetManagedNFService ¶

func (o *GnbCuUpFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle

GetManagedNFService returns the ManagedNFService field value if set, zero value otherwise.

func (*GnbCuUpFunctionSingle) GetManagedNFServiceOk ¶

func (o *GnbCuUpFunctionSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool)

GetManagedNFServiceOk returns a tuple with the ManagedNFService field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbCuUpFunctionSingle) GetPerfMetricJob ¶

func (o *GnbCuUpFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle

GetPerfMetricJob returns the PerfMetricJob field value if set, zero value otherwise.

func (*GnbCuUpFunctionSingle) GetPerfMetricJobOk ¶

func (o *GnbCuUpFunctionSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)

GetPerfMetricJobOk returns a tuple with the PerfMetricJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbCuUpFunctionSingle) GetRRMPolicyRatio ¶

func (o *GnbCuUpFunctionSingle) GetRRMPolicyRatio() []RRMPolicyRatioSingle

GetRRMPolicyRatio returns the RRMPolicyRatio field value if set, zero value otherwise.

func (*GnbCuUpFunctionSingle) GetRRMPolicyRatioOk ¶

func (o *GnbCuUpFunctionSingle) GetRRMPolicyRatioOk() ([]RRMPolicyRatioSingle, bool)

GetRRMPolicyRatioOk returns a tuple with the RRMPolicyRatio field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbCuUpFunctionSingle) GetThresholdMonitor ¶

func (o *GnbCuUpFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle

GetThresholdMonitor returns the ThresholdMonitor field value if set, zero value otherwise.

func (*GnbCuUpFunctionSingle) GetThresholdMonitorOk ¶

func (o *GnbCuUpFunctionSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)

GetThresholdMonitorOk returns a tuple with the ThresholdMonitor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbCuUpFunctionSingle) GetTraceJob ¶

func (o *GnbCuUpFunctionSingle) GetTraceJob() []TraceJobSingle

GetTraceJob returns the TraceJob field value if set, zero value otherwise.

func (*GnbCuUpFunctionSingle) GetTraceJobOk ¶

func (o *GnbCuUpFunctionSingle) GetTraceJobOk() ([]TraceJobSingle, bool)

GetTraceJobOk returns a tuple with the TraceJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbCuUpFunctionSingle) HasAttributes ¶

func (o *GnbCuUpFunctionSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*GnbCuUpFunctionSingle) HasEPE1 ¶

func (o *GnbCuUpFunctionSingle) HasEPE1() bool

HasEPE1 returns a boolean if a field has been set.

func (*GnbCuUpFunctionSingle) HasEPF1U ¶

func (o *GnbCuUpFunctionSingle) HasEPF1U() bool

HasEPF1U returns a boolean if a field has been set.

func (*GnbCuUpFunctionSingle) HasEPNgU ¶

func (o *GnbCuUpFunctionSingle) HasEPNgU() bool

HasEPNgU returns a boolean if a field has been set.

func (*GnbCuUpFunctionSingle) HasEPS1U ¶

func (o *GnbCuUpFunctionSingle) HasEPS1U() bool

HasEPS1U returns a boolean if a field has been set.

func (*GnbCuUpFunctionSingle) HasEPX2U ¶

func (o *GnbCuUpFunctionSingle) HasEPX2U() bool

HasEPX2U returns a boolean if a field has been set.

func (*GnbCuUpFunctionSingle) HasEPXnU ¶

func (o *GnbCuUpFunctionSingle) HasEPXnU() bool

HasEPXnU returns a boolean if a field has been set.

func (*GnbCuUpFunctionSingle) HasManagedNFService ¶

func (o *GnbCuUpFunctionSingle) HasManagedNFService() bool

HasManagedNFService returns a boolean if a field has been set.

func (*GnbCuUpFunctionSingle) HasPerfMetricJob ¶

func (o *GnbCuUpFunctionSingle) HasPerfMetricJob() bool

HasPerfMetricJob returns a boolean if a field has been set.

func (*GnbCuUpFunctionSingle) HasRRMPolicyRatio ¶

func (o *GnbCuUpFunctionSingle) HasRRMPolicyRatio() bool

HasRRMPolicyRatio returns a boolean if a field has been set.

func (*GnbCuUpFunctionSingle) HasThresholdMonitor ¶

func (o *GnbCuUpFunctionSingle) HasThresholdMonitor() bool

HasThresholdMonitor returns a boolean if a field has been set.

func (*GnbCuUpFunctionSingle) HasTraceJob ¶

func (o *GnbCuUpFunctionSingle) HasTraceJob() bool

HasTraceJob returns a boolean if a field has been set.

func (GnbCuUpFunctionSingle) MarshalJSON ¶

func (o GnbCuUpFunctionSingle) MarshalJSON() ([]byte, error)

func (*GnbCuUpFunctionSingle) SetAttributes ¶

SetAttributes gets a reference to the given GnbCuUpFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (*GnbCuUpFunctionSingle) SetEPE1 ¶

func (o *GnbCuUpFunctionSingle) SetEPE1(v EPE1Single)

SetEPE1 gets a reference to the given EPE1Single and assigns it to the EPE1 field.

func (*GnbCuUpFunctionSingle) SetEPF1U ¶

func (o *GnbCuUpFunctionSingle) SetEPF1U(v []EPF1USingle)

SetEPF1U gets a reference to the given []EPF1USingle and assigns it to the EPF1U field.

func (*GnbCuUpFunctionSingle) SetEPNgU ¶

func (o *GnbCuUpFunctionSingle) SetEPNgU(v []EPNgUSingle)

SetEPNgU gets a reference to the given []EPNgUSingle and assigns it to the EPNgU field.

func (*GnbCuUpFunctionSingle) SetEPS1U ¶

func (o *GnbCuUpFunctionSingle) SetEPS1U(v []EPS1USingle)

SetEPS1U gets a reference to the given []EPS1USingle and assigns it to the EPS1U field.

func (*GnbCuUpFunctionSingle) SetEPX2U ¶

func (o *GnbCuUpFunctionSingle) SetEPX2U(v []EPX2USingle)

SetEPX2U gets a reference to the given []EPX2USingle and assigns it to the EPX2U field.

func (*GnbCuUpFunctionSingle) SetEPXnU ¶

func (o *GnbCuUpFunctionSingle) SetEPXnU(v []EPXnUSingle)

SetEPXnU gets a reference to the given []EPXnUSingle and assigns it to the EPXnU field.

func (*GnbCuUpFunctionSingle) SetManagedNFService ¶

func (o *GnbCuUpFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle)

SetManagedNFService gets a reference to the given []ManagedNFServiceSingle and assigns it to the ManagedNFService field.

func (*GnbCuUpFunctionSingle) SetPerfMetricJob ¶

func (o *GnbCuUpFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle)

SetPerfMetricJob gets a reference to the given []PerfMetricJobSingle and assigns it to the PerfMetricJob field.

func (*GnbCuUpFunctionSingle) SetRRMPolicyRatio ¶

func (o *GnbCuUpFunctionSingle) SetRRMPolicyRatio(v []RRMPolicyRatioSingle)

SetRRMPolicyRatio gets a reference to the given []RRMPolicyRatioSingle and assigns it to the RRMPolicyRatio field.

func (*GnbCuUpFunctionSingle) SetThresholdMonitor ¶

func (o *GnbCuUpFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)

SetThresholdMonitor gets a reference to the given []ThresholdMonitorSingle and assigns it to the ThresholdMonitor field.

func (*GnbCuUpFunctionSingle) SetTraceJob ¶

func (o *GnbCuUpFunctionSingle) SetTraceJob(v []TraceJobSingle)

SetTraceJob gets a reference to the given []TraceJobSingle and assigns it to the TraceJob field.

func (GnbCuUpFunctionSingle) ToMap ¶

func (o GnbCuUpFunctionSingle) ToMap() (map[string]interface{}, error)

type GnbCuUpFunctionSingleAllOf ¶

type GnbCuUpFunctionSingleAllOf struct {
	Attributes *GnbCuUpFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}

GnbCuUpFunctionSingleAllOf struct for GnbCuUpFunctionSingleAllOf

func NewGnbCuUpFunctionSingleAllOf ¶

func NewGnbCuUpFunctionSingleAllOf() *GnbCuUpFunctionSingleAllOf

NewGnbCuUpFunctionSingleAllOf instantiates a new GnbCuUpFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGnbCuUpFunctionSingleAllOfWithDefaults ¶

func NewGnbCuUpFunctionSingleAllOfWithDefaults() *GnbCuUpFunctionSingleAllOf

NewGnbCuUpFunctionSingleAllOfWithDefaults instantiates a new GnbCuUpFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GnbCuUpFunctionSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*GnbCuUpFunctionSingleAllOf) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbCuUpFunctionSingleAllOf) HasAttributes ¶

func (o *GnbCuUpFunctionSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (GnbCuUpFunctionSingleAllOf) MarshalJSON ¶

func (o GnbCuUpFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*GnbCuUpFunctionSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given GnbCuUpFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (GnbCuUpFunctionSingleAllOf) ToMap ¶

func (o GnbCuUpFunctionSingleAllOf) ToMap() (map[string]interface{}, error)

type GnbCuUpFunctionSingleAllOf1 ¶

type GnbCuUpFunctionSingleAllOf1 struct {
	RRMPolicyRatio []RRMPolicyRatioSingle `json:"RRMPolicyRatio,omitempty"`
	EPE1           *EPE1Single            `json:"EP_E1,omitempty"`
	EPXnU          []EPXnUSingle          `json:"EP_XnU,omitempty"`
	EPF1U          []EPF1USingle          `json:"EP_F1U,omitempty"`
	EPNgU          []EPNgUSingle          `json:"EP_NgU,omitempty"`
	EPX2U          []EPX2USingle          `json:"EP_X2U,omitempty"`
	EPS1U          []EPS1USingle          `json:"EP_S1U,omitempty"`
}

GnbCuUpFunctionSingleAllOf1 struct for GnbCuUpFunctionSingleAllOf1

func NewGnbCuUpFunctionSingleAllOf1 ¶

func NewGnbCuUpFunctionSingleAllOf1() *GnbCuUpFunctionSingleAllOf1

NewGnbCuUpFunctionSingleAllOf1 instantiates a new GnbCuUpFunctionSingleAllOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGnbCuUpFunctionSingleAllOf1WithDefaults ¶

func NewGnbCuUpFunctionSingleAllOf1WithDefaults() *GnbCuUpFunctionSingleAllOf1

NewGnbCuUpFunctionSingleAllOf1WithDefaults instantiates a new GnbCuUpFunctionSingleAllOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GnbCuUpFunctionSingleAllOf1) GetEPE1 ¶

GetEPE1 returns the EPE1 field value if set, zero value otherwise.

func (*GnbCuUpFunctionSingleAllOf1) GetEPE1Ok ¶

func (o *GnbCuUpFunctionSingleAllOf1) GetEPE1Ok() (*EPE1Single, bool)

GetEPE1Ok returns a tuple with the EPE1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbCuUpFunctionSingleAllOf1) GetEPF1U ¶

func (o *GnbCuUpFunctionSingleAllOf1) GetEPF1U() []EPF1USingle

GetEPF1U returns the EPF1U field value if set, zero value otherwise.

func (*GnbCuUpFunctionSingleAllOf1) GetEPF1UOk ¶

func (o *GnbCuUpFunctionSingleAllOf1) GetEPF1UOk() ([]EPF1USingle, bool)

GetEPF1UOk returns a tuple with the EPF1U field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbCuUpFunctionSingleAllOf1) GetEPNgU ¶

func (o *GnbCuUpFunctionSingleAllOf1) GetEPNgU() []EPNgUSingle

GetEPNgU returns the EPNgU field value if set, zero value otherwise.

func (*GnbCuUpFunctionSingleAllOf1) GetEPNgUOk ¶

func (o *GnbCuUpFunctionSingleAllOf1) GetEPNgUOk() ([]EPNgUSingle, bool)

GetEPNgUOk returns a tuple with the EPNgU field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbCuUpFunctionSingleAllOf1) GetEPS1U ¶

func (o *GnbCuUpFunctionSingleAllOf1) GetEPS1U() []EPS1USingle

GetEPS1U returns the EPS1U field value if set, zero value otherwise.

func (*GnbCuUpFunctionSingleAllOf1) GetEPS1UOk ¶

func (o *GnbCuUpFunctionSingleAllOf1) GetEPS1UOk() ([]EPS1USingle, bool)

GetEPS1UOk returns a tuple with the EPS1U field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbCuUpFunctionSingleAllOf1) GetEPX2U ¶

func (o *GnbCuUpFunctionSingleAllOf1) GetEPX2U() []EPX2USingle

GetEPX2U returns the EPX2U field value if set, zero value otherwise.

func (*GnbCuUpFunctionSingleAllOf1) GetEPX2UOk ¶

func (o *GnbCuUpFunctionSingleAllOf1) GetEPX2UOk() ([]EPX2USingle, bool)

GetEPX2UOk returns a tuple with the EPX2U field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbCuUpFunctionSingleAllOf1) GetEPXnU ¶

func (o *GnbCuUpFunctionSingleAllOf1) GetEPXnU() []EPXnUSingle

GetEPXnU returns the EPXnU field value if set, zero value otherwise.

func (*GnbCuUpFunctionSingleAllOf1) GetEPXnUOk ¶

func (o *GnbCuUpFunctionSingleAllOf1) GetEPXnUOk() ([]EPXnUSingle, bool)

GetEPXnUOk returns a tuple with the EPXnU field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbCuUpFunctionSingleAllOf1) GetRRMPolicyRatio ¶

func (o *GnbCuUpFunctionSingleAllOf1) GetRRMPolicyRatio() []RRMPolicyRatioSingle

GetRRMPolicyRatio returns the RRMPolicyRatio field value if set, zero value otherwise.

func (*GnbCuUpFunctionSingleAllOf1) GetRRMPolicyRatioOk ¶

func (o *GnbCuUpFunctionSingleAllOf1) GetRRMPolicyRatioOk() ([]RRMPolicyRatioSingle, bool)

GetRRMPolicyRatioOk returns a tuple with the RRMPolicyRatio field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbCuUpFunctionSingleAllOf1) HasEPE1 ¶

func (o *GnbCuUpFunctionSingleAllOf1) HasEPE1() bool

HasEPE1 returns a boolean if a field has been set.

func (*GnbCuUpFunctionSingleAllOf1) HasEPF1U ¶

func (o *GnbCuUpFunctionSingleAllOf1) HasEPF1U() bool

HasEPF1U returns a boolean if a field has been set.

func (*GnbCuUpFunctionSingleAllOf1) HasEPNgU ¶

func (o *GnbCuUpFunctionSingleAllOf1) HasEPNgU() bool

HasEPNgU returns a boolean if a field has been set.

func (*GnbCuUpFunctionSingleAllOf1) HasEPS1U ¶

func (o *GnbCuUpFunctionSingleAllOf1) HasEPS1U() bool

HasEPS1U returns a boolean if a field has been set.

func (*GnbCuUpFunctionSingleAllOf1) HasEPX2U ¶

func (o *GnbCuUpFunctionSingleAllOf1) HasEPX2U() bool

HasEPX2U returns a boolean if a field has been set.

func (*GnbCuUpFunctionSingleAllOf1) HasEPXnU ¶

func (o *GnbCuUpFunctionSingleAllOf1) HasEPXnU() bool

HasEPXnU returns a boolean if a field has been set.

func (*GnbCuUpFunctionSingleAllOf1) HasRRMPolicyRatio ¶

func (o *GnbCuUpFunctionSingleAllOf1) HasRRMPolicyRatio() bool

HasRRMPolicyRatio returns a boolean if a field has been set.

func (GnbCuUpFunctionSingleAllOf1) MarshalJSON ¶

func (o GnbCuUpFunctionSingleAllOf1) MarshalJSON() ([]byte, error)

func (*GnbCuUpFunctionSingleAllOf1) SetEPE1 ¶

SetEPE1 gets a reference to the given EPE1Single and assigns it to the EPE1 field.

func (*GnbCuUpFunctionSingleAllOf1) SetEPF1U ¶

func (o *GnbCuUpFunctionSingleAllOf1) SetEPF1U(v []EPF1USingle)

SetEPF1U gets a reference to the given []EPF1USingle and assigns it to the EPF1U field.

func (*GnbCuUpFunctionSingleAllOf1) SetEPNgU ¶

func (o *GnbCuUpFunctionSingleAllOf1) SetEPNgU(v []EPNgUSingle)

SetEPNgU gets a reference to the given []EPNgUSingle and assigns it to the EPNgU field.

func (*GnbCuUpFunctionSingleAllOf1) SetEPS1U ¶

func (o *GnbCuUpFunctionSingleAllOf1) SetEPS1U(v []EPS1USingle)

SetEPS1U gets a reference to the given []EPS1USingle and assigns it to the EPS1U field.

func (*GnbCuUpFunctionSingleAllOf1) SetEPX2U ¶

func (o *GnbCuUpFunctionSingleAllOf1) SetEPX2U(v []EPX2USingle)

SetEPX2U gets a reference to the given []EPX2USingle and assigns it to the EPX2U field.

func (*GnbCuUpFunctionSingleAllOf1) SetEPXnU ¶

func (o *GnbCuUpFunctionSingleAllOf1) SetEPXnU(v []EPXnUSingle)

SetEPXnU gets a reference to the given []EPXnUSingle and assigns it to the EPXnU field.

func (*GnbCuUpFunctionSingleAllOf1) SetRRMPolicyRatio ¶

func (o *GnbCuUpFunctionSingleAllOf1) SetRRMPolicyRatio(v []RRMPolicyRatioSingle)

SetRRMPolicyRatio gets a reference to the given []RRMPolicyRatioSingle and assigns it to the RRMPolicyRatio field.

func (GnbCuUpFunctionSingleAllOf1) ToMap ¶

func (o GnbCuUpFunctionSingleAllOf1) ToMap() (map[string]interface{}, error)

type GnbCuUpFunctionSingleAllOfAttributes ¶

type GnbCuUpFunctionSingleAllOfAttributes struct {
	ManagedFunctionAttr
	GnbId                 *string    `json:"gnbId,omitempty"`
	GnbIdLength           *int32     `json:"gnbIdLength,omitempty"`
	GnbCuUpId             *float32   `json:"gnbCuUpId,omitempty"`
	PlmnInfoList          []PlmnInfo `json:"plmnInfoList,omitempty"`
	Configurable5QISetRef *string    `json:"configurable5QISetRef,omitempty"`
	Dynamic5QISetRef      *string    `json:"dynamic5QISetRef,omitempty"`
}

GnbCuUpFunctionSingleAllOfAttributes struct for GnbCuUpFunctionSingleAllOfAttributes

func NewGnbCuUpFunctionSingleAllOfAttributes ¶

func NewGnbCuUpFunctionSingleAllOfAttributes() *GnbCuUpFunctionSingleAllOfAttributes

NewGnbCuUpFunctionSingleAllOfAttributes instantiates a new GnbCuUpFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGnbCuUpFunctionSingleAllOfAttributesWithDefaults ¶

func NewGnbCuUpFunctionSingleAllOfAttributesWithDefaults() *GnbCuUpFunctionSingleAllOfAttributes

NewGnbCuUpFunctionSingleAllOfAttributesWithDefaults instantiates a new GnbCuUpFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GnbCuUpFunctionSingleAllOfAttributes) GetConfigurable5QISetRef ¶

func (o *GnbCuUpFunctionSingleAllOfAttributes) GetConfigurable5QISetRef() string

GetConfigurable5QISetRef returns the Configurable5QISetRef field value if set, zero value otherwise.

func (*GnbCuUpFunctionSingleAllOfAttributes) GetConfigurable5QISetRefOk ¶

func (o *GnbCuUpFunctionSingleAllOfAttributes) GetConfigurable5QISetRefOk() (*string, bool)

GetConfigurable5QISetRefOk returns a tuple with the Configurable5QISetRef field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbCuUpFunctionSingleAllOfAttributes) GetDynamic5QISetRef ¶

func (o *GnbCuUpFunctionSingleAllOfAttributes) GetDynamic5QISetRef() string

GetDynamic5QISetRef returns the Dynamic5QISetRef field value if set, zero value otherwise.

func (*GnbCuUpFunctionSingleAllOfAttributes) GetDynamic5QISetRefOk ¶

func (o *GnbCuUpFunctionSingleAllOfAttributes) GetDynamic5QISetRefOk() (*string, bool)

GetDynamic5QISetRefOk returns a tuple with the Dynamic5QISetRef field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbCuUpFunctionSingleAllOfAttributes) GetGnbCuUpId ¶

GetGnbCuUpId returns the GnbCuUpId field value if set, zero value otherwise.

func (*GnbCuUpFunctionSingleAllOfAttributes) GetGnbCuUpIdOk ¶

func (o *GnbCuUpFunctionSingleAllOfAttributes) GetGnbCuUpIdOk() (*float32, bool)

GetGnbCuUpIdOk returns a tuple with the GnbCuUpId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbCuUpFunctionSingleAllOfAttributes) GetGnbId ¶

GetGnbId returns the GnbId field value if set, zero value otherwise.

func (*GnbCuUpFunctionSingleAllOfAttributes) GetGnbIdLength ¶

func (o *GnbCuUpFunctionSingleAllOfAttributes) GetGnbIdLength() int32

GetGnbIdLength returns the GnbIdLength field value if set, zero value otherwise.

func (*GnbCuUpFunctionSingleAllOfAttributes) GetGnbIdLengthOk ¶

func (o *GnbCuUpFunctionSingleAllOfAttributes) GetGnbIdLengthOk() (*int32, bool)

GetGnbIdLengthOk returns a tuple with the GnbIdLength field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbCuUpFunctionSingleAllOfAttributes) GetGnbIdOk ¶

func (o *GnbCuUpFunctionSingleAllOfAttributes) GetGnbIdOk() (*string, bool)

GetGnbIdOk returns a tuple with the GnbId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbCuUpFunctionSingleAllOfAttributes) GetPlmnInfoList ¶

func (o *GnbCuUpFunctionSingleAllOfAttributes) GetPlmnInfoList() []PlmnInfo

GetPlmnInfoList returns the PlmnInfoList field value if set, zero value otherwise.

func (*GnbCuUpFunctionSingleAllOfAttributes) GetPlmnInfoListOk ¶

func (o *GnbCuUpFunctionSingleAllOfAttributes) GetPlmnInfoListOk() ([]PlmnInfo, bool)

GetPlmnInfoListOk returns a tuple with the PlmnInfoList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbCuUpFunctionSingleAllOfAttributes) HasConfigurable5QISetRef ¶

func (o *GnbCuUpFunctionSingleAllOfAttributes) HasConfigurable5QISetRef() bool

HasConfigurable5QISetRef returns a boolean if a field has been set.

func (*GnbCuUpFunctionSingleAllOfAttributes) HasDynamic5QISetRef ¶

func (o *GnbCuUpFunctionSingleAllOfAttributes) HasDynamic5QISetRef() bool

HasDynamic5QISetRef returns a boolean if a field has been set.

func (*GnbCuUpFunctionSingleAllOfAttributes) HasGnbCuUpId ¶

func (o *GnbCuUpFunctionSingleAllOfAttributes) HasGnbCuUpId() bool

HasGnbCuUpId returns a boolean if a field has been set.

func (*GnbCuUpFunctionSingleAllOfAttributes) HasGnbId ¶

HasGnbId returns a boolean if a field has been set.

func (*GnbCuUpFunctionSingleAllOfAttributes) HasGnbIdLength ¶

func (o *GnbCuUpFunctionSingleAllOfAttributes) HasGnbIdLength() bool

HasGnbIdLength returns a boolean if a field has been set.

func (*GnbCuUpFunctionSingleAllOfAttributes) HasPlmnInfoList ¶

func (o *GnbCuUpFunctionSingleAllOfAttributes) HasPlmnInfoList() bool

HasPlmnInfoList returns a boolean if a field has been set.

func (GnbCuUpFunctionSingleAllOfAttributes) MarshalJSON ¶

func (o GnbCuUpFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*GnbCuUpFunctionSingleAllOfAttributes) SetConfigurable5QISetRef ¶

func (o *GnbCuUpFunctionSingleAllOfAttributes) SetConfigurable5QISetRef(v string)

SetConfigurable5QISetRef gets a reference to the given string and assigns it to the Configurable5QISetRef field.

func (*GnbCuUpFunctionSingleAllOfAttributes) SetDynamic5QISetRef ¶

func (o *GnbCuUpFunctionSingleAllOfAttributes) SetDynamic5QISetRef(v string)

SetDynamic5QISetRef gets a reference to the given string and assigns it to the Dynamic5QISetRef field.

func (*GnbCuUpFunctionSingleAllOfAttributes) SetGnbCuUpId ¶

func (o *GnbCuUpFunctionSingleAllOfAttributes) SetGnbCuUpId(v float32)

SetGnbCuUpId gets a reference to the given float32 and assigns it to the GnbCuUpId field.

func (*GnbCuUpFunctionSingleAllOfAttributes) SetGnbId ¶

SetGnbId gets a reference to the given string and assigns it to the GnbId field.

func (*GnbCuUpFunctionSingleAllOfAttributes) SetGnbIdLength ¶

func (o *GnbCuUpFunctionSingleAllOfAttributes) SetGnbIdLength(v int32)

SetGnbIdLength gets a reference to the given int32 and assigns it to the GnbIdLength field.

func (*GnbCuUpFunctionSingleAllOfAttributes) SetPlmnInfoList ¶

func (o *GnbCuUpFunctionSingleAllOfAttributes) SetPlmnInfoList(v []PlmnInfo)

SetPlmnInfoList gets a reference to the given []PlmnInfo and assigns it to the PlmnInfoList field.

func (GnbCuUpFunctionSingleAllOfAttributes) ToMap ¶

func (o GnbCuUpFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type GnbCuUpFunctionSingleAllOfAttributesAllOf ¶

type GnbCuUpFunctionSingleAllOfAttributesAllOf struct {
	GnbId                 *string    `json:"gnbId,omitempty"`
	GnbIdLength           *int32     `json:"gnbIdLength,omitempty"`
	GnbCuUpId             *float32   `json:"gnbCuUpId,omitempty"`
	PlmnInfoList          []PlmnInfo `json:"plmnInfoList,omitempty"`
	Configurable5QISetRef *string    `json:"configurable5QISetRef,omitempty"`
	Dynamic5QISetRef      *string    `json:"dynamic5QISetRef,omitempty"`
}

GnbCuUpFunctionSingleAllOfAttributesAllOf struct for GnbCuUpFunctionSingleAllOfAttributesAllOf

func NewGnbCuUpFunctionSingleAllOfAttributesAllOf ¶

func NewGnbCuUpFunctionSingleAllOfAttributesAllOf() *GnbCuUpFunctionSingleAllOfAttributesAllOf

NewGnbCuUpFunctionSingleAllOfAttributesAllOf instantiates a new GnbCuUpFunctionSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGnbCuUpFunctionSingleAllOfAttributesAllOfWithDefaults ¶

func NewGnbCuUpFunctionSingleAllOfAttributesAllOfWithDefaults() *GnbCuUpFunctionSingleAllOfAttributesAllOf

NewGnbCuUpFunctionSingleAllOfAttributesAllOfWithDefaults instantiates a new GnbCuUpFunctionSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GnbCuUpFunctionSingleAllOfAttributesAllOf) GetConfigurable5QISetRef ¶

func (o *GnbCuUpFunctionSingleAllOfAttributesAllOf) GetConfigurable5QISetRef() string

GetConfigurable5QISetRef returns the Configurable5QISetRef field value if set, zero value otherwise.

func (*GnbCuUpFunctionSingleAllOfAttributesAllOf) GetConfigurable5QISetRefOk ¶

func (o *GnbCuUpFunctionSingleAllOfAttributesAllOf) GetConfigurable5QISetRefOk() (*string, bool)

GetConfigurable5QISetRefOk returns a tuple with the Configurable5QISetRef field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbCuUpFunctionSingleAllOfAttributesAllOf) GetDynamic5QISetRef ¶

func (o *GnbCuUpFunctionSingleAllOfAttributesAllOf) GetDynamic5QISetRef() string

GetDynamic5QISetRef returns the Dynamic5QISetRef field value if set, zero value otherwise.

func (*GnbCuUpFunctionSingleAllOfAttributesAllOf) GetDynamic5QISetRefOk ¶

func (o *GnbCuUpFunctionSingleAllOfAttributesAllOf) GetDynamic5QISetRefOk() (*string, bool)

GetDynamic5QISetRefOk returns a tuple with the Dynamic5QISetRef field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbCuUpFunctionSingleAllOfAttributesAllOf) GetGnbCuUpId ¶

GetGnbCuUpId returns the GnbCuUpId field value if set, zero value otherwise.

func (*GnbCuUpFunctionSingleAllOfAttributesAllOf) GetGnbCuUpIdOk ¶

func (o *GnbCuUpFunctionSingleAllOfAttributesAllOf) GetGnbCuUpIdOk() (*float32, bool)

GetGnbCuUpIdOk returns a tuple with the GnbCuUpId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbCuUpFunctionSingleAllOfAttributesAllOf) GetGnbId ¶

GetGnbId returns the GnbId field value if set, zero value otherwise.

func (*GnbCuUpFunctionSingleAllOfAttributesAllOf) GetGnbIdLength ¶

GetGnbIdLength returns the GnbIdLength field value if set, zero value otherwise.

func (*GnbCuUpFunctionSingleAllOfAttributesAllOf) GetGnbIdLengthOk ¶

func (o *GnbCuUpFunctionSingleAllOfAttributesAllOf) GetGnbIdLengthOk() (*int32, bool)

GetGnbIdLengthOk returns a tuple with the GnbIdLength field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbCuUpFunctionSingleAllOfAttributesAllOf) GetGnbIdOk ¶

GetGnbIdOk returns a tuple with the GnbId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbCuUpFunctionSingleAllOfAttributesAllOf) GetPlmnInfoList ¶

func (o *GnbCuUpFunctionSingleAllOfAttributesAllOf) GetPlmnInfoList() []PlmnInfo

GetPlmnInfoList returns the PlmnInfoList field value if set, zero value otherwise.

func (*GnbCuUpFunctionSingleAllOfAttributesAllOf) GetPlmnInfoListOk ¶

func (o *GnbCuUpFunctionSingleAllOfAttributesAllOf) GetPlmnInfoListOk() ([]PlmnInfo, bool)

GetPlmnInfoListOk returns a tuple with the PlmnInfoList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbCuUpFunctionSingleAllOfAttributesAllOf) HasConfigurable5QISetRef ¶

func (o *GnbCuUpFunctionSingleAllOfAttributesAllOf) HasConfigurable5QISetRef() bool

HasConfigurable5QISetRef returns a boolean if a field has been set.

func (*GnbCuUpFunctionSingleAllOfAttributesAllOf) HasDynamic5QISetRef ¶

func (o *GnbCuUpFunctionSingleAllOfAttributesAllOf) HasDynamic5QISetRef() bool

HasDynamic5QISetRef returns a boolean if a field has been set.

func (*GnbCuUpFunctionSingleAllOfAttributesAllOf) HasGnbCuUpId ¶

HasGnbCuUpId returns a boolean if a field has been set.

func (*GnbCuUpFunctionSingleAllOfAttributesAllOf) HasGnbId ¶

HasGnbId returns a boolean if a field has been set.

func (*GnbCuUpFunctionSingleAllOfAttributesAllOf) HasGnbIdLength ¶

func (o *GnbCuUpFunctionSingleAllOfAttributesAllOf) HasGnbIdLength() bool

HasGnbIdLength returns a boolean if a field has been set.

func (*GnbCuUpFunctionSingleAllOfAttributesAllOf) HasPlmnInfoList ¶

func (o *GnbCuUpFunctionSingleAllOfAttributesAllOf) HasPlmnInfoList() bool

HasPlmnInfoList returns a boolean if a field has been set.

func (GnbCuUpFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*GnbCuUpFunctionSingleAllOfAttributesAllOf) SetConfigurable5QISetRef ¶

func (o *GnbCuUpFunctionSingleAllOfAttributesAllOf) SetConfigurable5QISetRef(v string)

SetConfigurable5QISetRef gets a reference to the given string and assigns it to the Configurable5QISetRef field.

func (*GnbCuUpFunctionSingleAllOfAttributesAllOf) SetDynamic5QISetRef ¶

func (o *GnbCuUpFunctionSingleAllOfAttributesAllOf) SetDynamic5QISetRef(v string)

SetDynamic5QISetRef gets a reference to the given string and assigns it to the Dynamic5QISetRef field.

func (*GnbCuUpFunctionSingleAllOfAttributesAllOf) SetGnbCuUpId ¶

SetGnbCuUpId gets a reference to the given float32 and assigns it to the GnbCuUpId field.

func (*GnbCuUpFunctionSingleAllOfAttributesAllOf) SetGnbId ¶

SetGnbId gets a reference to the given string and assigns it to the GnbId field.

func (*GnbCuUpFunctionSingleAllOfAttributesAllOf) SetGnbIdLength ¶

func (o *GnbCuUpFunctionSingleAllOfAttributesAllOf) SetGnbIdLength(v int32)

SetGnbIdLength gets a reference to the given int32 and assigns it to the GnbIdLength field.

func (*GnbCuUpFunctionSingleAllOfAttributesAllOf) SetPlmnInfoList ¶

func (o *GnbCuUpFunctionSingleAllOfAttributesAllOf) SetPlmnInfoList(v []PlmnInfo)

SetPlmnInfoList gets a reference to the given []PlmnInfo and assigns it to the PlmnInfoList field.

func (GnbCuUpFunctionSingleAllOfAttributesAllOf) ToMap ¶

func (o GnbCuUpFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)

type GnbDuFunctionSingle ¶

type GnbDuFunctionSingle struct {
	Top
	Attributes                *GnbDuFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
	PerfMetricJob             []PerfMetricJobSingle               `json:"PerfMetricJob,omitempty"`
	ThresholdMonitor          []ThresholdMonitorSingle            `json:"ThresholdMonitor,omitempty"`
	ManagedNFService          []ManagedNFServiceSingle            `json:"ManagedNFService,omitempty"`
	TraceJob                  []TraceJobSingle                    `json:"TraceJob,omitempty"`
	RRMPolicyRatio            []RRMPolicyRatioSingle              `json:"RRMPolicyRatio,omitempty"`
	NrCellDu                  []NrCellDuSingle                    `json:"NrCellDu,omitempty"`
	BwpMultiple               []BwpSingle                         `json:"Bwp-Multiple,omitempty"`
	NrSectorCarrierMultiple   []NrSectorCarrierSingle             `json:"NrSectorCarrier-Multiple,omitempty"`
	EPF1C                     *EPF1CSingle                        `json:"EP_F1C,omitempty"`
	EPF1U                     []EPF1USingle                       `json:"EP_F1U,omitempty"`
	DRACHOptimizationFunction *DRACHOptimizationFunctionSingle    `json:"DRACHOptimizationFunction,omitempty"`
	OperatorDU                []OperatorDuSingle                  `json:"OperatorDU,omitempty"`
	BWPSet                    []BWPSetSingle                      `json:"BWPSet,omitempty"`
}

GnbDuFunctionSingle struct for GnbDuFunctionSingle

func NewGnbDuFunctionSingle ¶

func NewGnbDuFunctionSingle(id NullableString) *GnbDuFunctionSingle

NewGnbDuFunctionSingle instantiates a new GnbDuFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGnbDuFunctionSingleWithDefaults ¶

func NewGnbDuFunctionSingleWithDefaults() *GnbDuFunctionSingle

NewGnbDuFunctionSingleWithDefaults instantiates a new GnbDuFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GnbDuFunctionSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*GnbDuFunctionSingle) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbDuFunctionSingle) GetBWPSet ¶

func (o *GnbDuFunctionSingle) GetBWPSet() []BWPSetSingle

GetBWPSet returns the BWPSet field value if set, zero value otherwise.

func (*GnbDuFunctionSingle) GetBWPSetOk ¶

func (o *GnbDuFunctionSingle) GetBWPSetOk() ([]BWPSetSingle, bool)

GetBWPSetOk returns a tuple with the BWPSet field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbDuFunctionSingle) GetBwpMultiple ¶

func (o *GnbDuFunctionSingle) GetBwpMultiple() []BwpSingle

GetBwpMultiple returns the BwpMultiple field value if set, zero value otherwise.

func (*GnbDuFunctionSingle) GetBwpMultipleOk ¶

func (o *GnbDuFunctionSingle) GetBwpMultipleOk() ([]BwpSingle, bool)

GetBwpMultipleOk returns a tuple with the BwpMultiple field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbDuFunctionSingle) GetDRACHOptimizationFunction ¶

func (o *GnbDuFunctionSingle) GetDRACHOptimizationFunction() DRACHOptimizationFunctionSingle

GetDRACHOptimizationFunction returns the DRACHOptimizationFunction field value if set, zero value otherwise.

func (*GnbDuFunctionSingle) GetDRACHOptimizationFunctionOk ¶

func (o *GnbDuFunctionSingle) GetDRACHOptimizationFunctionOk() (*DRACHOptimizationFunctionSingle, bool)

GetDRACHOptimizationFunctionOk returns a tuple with the DRACHOptimizationFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbDuFunctionSingle) GetEPF1C ¶

func (o *GnbDuFunctionSingle) GetEPF1C() EPF1CSingle

GetEPF1C returns the EPF1C field value if set, zero value otherwise.

func (*GnbDuFunctionSingle) GetEPF1COk ¶

func (o *GnbDuFunctionSingle) GetEPF1COk() (*EPF1CSingle, bool)

GetEPF1COk returns a tuple with the EPF1C field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbDuFunctionSingle) GetEPF1U ¶

func (o *GnbDuFunctionSingle) GetEPF1U() []EPF1USingle

GetEPF1U returns the EPF1U field value if set, zero value otherwise.

func (*GnbDuFunctionSingle) GetEPF1UOk ¶

func (o *GnbDuFunctionSingle) GetEPF1UOk() ([]EPF1USingle, bool)

GetEPF1UOk returns a tuple with the EPF1U field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbDuFunctionSingle) GetManagedNFService ¶

func (o *GnbDuFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle

GetManagedNFService returns the ManagedNFService field value if set, zero value otherwise.

func (*GnbDuFunctionSingle) GetManagedNFServiceOk ¶

func (o *GnbDuFunctionSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool)

GetManagedNFServiceOk returns a tuple with the ManagedNFService field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbDuFunctionSingle) GetNrCellDu ¶

func (o *GnbDuFunctionSingle) GetNrCellDu() []NrCellDuSingle

GetNrCellDu returns the NrCellDu field value if set, zero value otherwise.

func (*GnbDuFunctionSingle) GetNrCellDuOk ¶

func (o *GnbDuFunctionSingle) GetNrCellDuOk() ([]NrCellDuSingle, bool)

GetNrCellDuOk returns a tuple with the NrCellDu field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbDuFunctionSingle) GetNrSectorCarrierMultiple ¶

func (o *GnbDuFunctionSingle) GetNrSectorCarrierMultiple() []NrSectorCarrierSingle

GetNrSectorCarrierMultiple returns the NrSectorCarrierMultiple field value if set, zero value otherwise.

func (*GnbDuFunctionSingle) GetNrSectorCarrierMultipleOk ¶

func (o *GnbDuFunctionSingle) GetNrSectorCarrierMultipleOk() ([]NrSectorCarrierSingle, bool)

GetNrSectorCarrierMultipleOk returns a tuple with the NrSectorCarrierMultiple field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbDuFunctionSingle) GetOperatorDU ¶

func (o *GnbDuFunctionSingle) GetOperatorDU() []OperatorDuSingle

GetOperatorDU returns the OperatorDU field value if set, zero value otherwise.

func (*GnbDuFunctionSingle) GetOperatorDUOk ¶

func (o *GnbDuFunctionSingle) GetOperatorDUOk() ([]OperatorDuSingle, bool)

GetOperatorDUOk returns a tuple with the OperatorDU field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbDuFunctionSingle) GetPerfMetricJob ¶

func (o *GnbDuFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle

GetPerfMetricJob returns the PerfMetricJob field value if set, zero value otherwise.

func (*GnbDuFunctionSingle) GetPerfMetricJobOk ¶

func (o *GnbDuFunctionSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)

GetPerfMetricJobOk returns a tuple with the PerfMetricJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbDuFunctionSingle) GetRRMPolicyRatio ¶

func (o *GnbDuFunctionSingle) GetRRMPolicyRatio() []RRMPolicyRatioSingle

GetRRMPolicyRatio returns the RRMPolicyRatio field value if set, zero value otherwise.

func (*GnbDuFunctionSingle) GetRRMPolicyRatioOk ¶

func (o *GnbDuFunctionSingle) GetRRMPolicyRatioOk() ([]RRMPolicyRatioSingle, bool)

GetRRMPolicyRatioOk returns a tuple with the RRMPolicyRatio field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbDuFunctionSingle) GetThresholdMonitor ¶

func (o *GnbDuFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle

GetThresholdMonitor returns the ThresholdMonitor field value if set, zero value otherwise.

func (*GnbDuFunctionSingle) GetThresholdMonitorOk ¶

func (o *GnbDuFunctionSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)

GetThresholdMonitorOk returns a tuple with the ThresholdMonitor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbDuFunctionSingle) GetTraceJob ¶

func (o *GnbDuFunctionSingle) GetTraceJob() []TraceJobSingle

GetTraceJob returns the TraceJob field value if set, zero value otherwise.

func (*GnbDuFunctionSingle) GetTraceJobOk ¶

func (o *GnbDuFunctionSingle) GetTraceJobOk() ([]TraceJobSingle, bool)

GetTraceJobOk returns a tuple with the TraceJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbDuFunctionSingle) HasAttributes ¶

func (o *GnbDuFunctionSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*GnbDuFunctionSingle) HasBWPSet ¶

func (o *GnbDuFunctionSingle) HasBWPSet() bool

HasBWPSet returns a boolean if a field has been set.

func (*GnbDuFunctionSingle) HasBwpMultiple ¶

func (o *GnbDuFunctionSingle) HasBwpMultiple() bool

HasBwpMultiple returns a boolean if a field has been set.

func (*GnbDuFunctionSingle) HasDRACHOptimizationFunction ¶

func (o *GnbDuFunctionSingle) HasDRACHOptimizationFunction() bool

HasDRACHOptimizationFunction returns a boolean if a field has been set.

func (*GnbDuFunctionSingle) HasEPF1C ¶

func (o *GnbDuFunctionSingle) HasEPF1C() bool

HasEPF1C returns a boolean if a field has been set.

func (*GnbDuFunctionSingle) HasEPF1U ¶

func (o *GnbDuFunctionSingle) HasEPF1U() bool

HasEPF1U returns a boolean if a field has been set.

func (*GnbDuFunctionSingle) HasManagedNFService ¶

func (o *GnbDuFunctionSingle) HasManagedNFService() bool

HasManagedNFService returns a boolean if a field has been set.

func (*GnbDuFunctionSingle) HasNrCellDu ¶

func (o *GnbDuFunctionSingle) HasNrCellDu() bool

HasNrCellDu returns a boolean if a field has been set.

func (*GnbDuFunctionSingle) HasNrSectorCarrierMultiple ¶

func (o *GnbDuFunctionSingle) HasNrSectorCarrierMultiple() bool

HasNrSectorCarrierMultiple returns a boolean if a field has been set.

func (*GnbDuFunctionSingle) HasOperatorDU ¶

func (o *GnbDuFunctionSingle) HasOperatorDU() bool

HasOperatorDU returns a boolean if a field has been set.

func (*GnbDuFunctionSingle) HasPerfMetricJob ¶

func (o *GnbDuFunctionSingle) HasPerfMetricJob() bool

HasPerfMetricJob returns a boolean if a field has been set.

func (*GnbDuFunctionSingle) HasRRMPolicyRatio ¶

func (o *GnbDuFunctionSingle) HasRRMPolicyRatio() bool

HasRRMPolicyRatio returns a boolean if a field has been set.

func (*GnbDuFunctionSingle) HasThresholdMonitor ¶

func (o *GnbDuFunctionSingle) HasThresholdMonitor() bool

HasThresholdMonitor returns a boolean if a field has been set.

func (*GnbDuFunctionSingle) HasTraceJob ¶

func (o *GnbDuFunctionSingle) HasTraceJob() bool

HasTraceJob returns a boolean if a field has been set.

func (GnbDuFunctionSingle) MarshalJSON ¶

func (o GnbDuFunctionSingle) MarshalJSON() ([]byte, error)

func (*GnbDuFunctionSingle) SetAttributes ¶

SetAttributes gets a reference to the given GnbDuFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (*GnbDuFunctionSingle) SetBWPSet ¶

func (o *GnbDuFunctionSingle) SetBWPSet(v []BWPSetSingle)

SetBWPSet gets a reference to the given []BWPSetSingle and assigns it to the BWPSet field.

func (*GnbDuFunctionSingle) SetBwpMultiple ¶

func (o *GnbDuFunctionSingle) SetBwpMultiple(v []BwpSingle)

SetBwpMultiple gets a reference to the given []BwpSingle and assigns it to the BwpMultiple field.

func (*GnbDuFunctionSingle) SetDRACHOptimizationFunction ¶

func (o *GnbDuFunctionSingle) SetDRACHOptimizationFunction(v DRACHOptimizationFunctionSingle)

SetDRACHOptimizationFunction gets a reference to the given DRACHOptimizationFunctionSingle and assigns it to the DRACHOptimizationFunction field.

func (*GnbDuFunctionSingle) SetEPF1C ¶

func (o *GnbDuFunctionSingle) SetEPF1C(v EPF1CSingle)

SetEPF1C gets a reference to the given EPF1CSingle and assigns it to the EPF1C field.

func (*GnbDuFunctionSingle) SetEPF1U ¶

func (o *GnbDuFunctionSingle) SetEPF1U(v []EPF1USingle)

SetEPF1U gets a reference to the given []EPF1USingle and assigns it to the EPF1U field.

func (*GnbDuFunctionSingle) SetManagedNFService ¶

func (o *GnbDuFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle)

SetManagedNFService gets a reference to the given []ManagedNFServiceSingle and assigns it to the ManagedNFService field.

func (*GnbDuFunctionSingle) SetNrCellDu ¶

func (o *GnbDuFunctionSingle) SetNrCellDu(v []NrCellDuSingle)

SetNrCellDu gets a reference to the given []NrCellDuSingle and assigns it to the NrCellDu field.

func (*GnbDuFunctionSingle) SetNrSectorCarrierMultiple ¶

func (o *GnbDuFunctionSingle) SetNrSectorCarrierMultiple(v []NrSectorCarrierSingle)

SetNrSectorCarrierMultiple gets a reference to the given []NrSectorCarrierSingle and assigns it to the NrSectorCarrierMultiple field.

func (*GnbDuFunctionSingle) SetOperatorDU ¶

func (o *GnbDuFunctionSingle) SetOperatorDU(v []OperatorDuSingle)

SetOperatorDU gets a reference to the given []OperatorDuSingle and assigns it to the OperatorDU field.

func (*GnbDuFunctionSingle) SetPerfMetricJob ¶

func (o *GnbDuFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle)

SetPerfMetricJob gets a reference to the given []PerfMetricJobSingle and assigns it to the PerfMetricJob field.

func (*GnbDuFunctionSingle) SetRRMPolicyRatio ¶

func (o *GnbDuFunctionSingle) SetRRMPolicyRatio(v []RRMPolicyRatioSingle)

SetRRMPolicyRatio gets a reference to the given []RRMPolicyRatioSingle and assigns it to the RRMPolicyRatio field.

func (*GnbDuFunctionSingle) SetThresholdMonitor ¶

func (o *GnbDuFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)

SetThresholdMonitor gets a reference to the given []ThresholdMonitorSingle and assigns it to the ThresholdMonitor field.

func (*GnbDuFunctionSingle) SetTraceJob ¶

func (o *GnbDuFunctionSingle) SetTraceJob(v []TraceJobSingle)

SetTraceJob gets a reference to the given []TraceJobSingle and assigns it to the TraceJob field.

func (GnbDuFunctionSingle) ToMap ¶

func (o GnbDuFunctionSingle) ToMap() (map[string]interface{}, error)

type GnbDuFunctionSingleAllOf ¶

type GnbDuFunctionSingleAllOf struct {
	Attributes *GnbDuFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}

GnbDuFunctionSingleAllOf struct for GnbDuFunctionSingleAllOf

func NewGnbDuFunctionSingleAllOf ¶

func NewGnbDuFunctionSingleAllOf() *GnbDuFunctionSingleAllOf

NewGnbDuFunctionSingleAllOf instantiates a new GnbDuFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGnbDuFunctionSingleAllOfWithDefaults ¶

func NewGnbDuFunctionSingleAllOfWithDefaults() *GnbDuFunctionSingleAllOf

NewGnbDuFunctionSingleAllOfWithDefaults instantiates a new GnbDuFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GnbDuFunctionSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*GnbDuFunctionSingleAllOf) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbDuFunctionSingleAllOf) HasAttributes ¶

func (o *GnbDuFunctionSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (GnbDuFunctionSingleAllOf) MarshalJSON ¶

func (o GnbDuFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*GnbDuFunctionSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given GnbDuFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (GnbDuFunctionSingleAllOf) ToMap ¶

func (o GnbDuFunctionSingleAllOf) ToMap() (map[string]interface{}, error)

type GnbDuFunctionSingleAllOf1 ¶

type GnbDuFunctionSingleAllOf1 struct {
	RRMPolicyRatio            []RRMPolicyRatioSingle           `json:"RRMPolicyRatio,omitempty"`
	NrCellDu                  []NrCellDuSingle                 `json:"NrCellDu,omitempty"`
	BwpMultiple               []BwpSingle                      `json:"Bwp-Multiple,omitempty"`
	NrSectorCarrierMultiple   []NrSectorCarrierSingle          `json:"NrSectorCarrier-Multiple,omitempty"`
	EPF1C                     *EPF1CSingle                     `json:"EP_F1C,omitempty"`
	EPF1U                     []EPF1USingle                    `json:"EP_F1U,omitempty"`
	DRACHOptimizationFunction *DRACHOptimizationFunctionSingle `json:"DRACHOptimizationFunction,omitempty"`
	OperatorDU                []OperatorDuSingle               `json:"OperatorDU,omitempty"`
	BWPSet                    []BWPSetSingle                   `json:"BWPSet,omitempty"`
}

GnbDuFunctionSingleAllOf1 struct for GnbDuFunctionSingleAllOf1

func NewGnbDuFunctionSingleAllOf1 ¶

func NewGnbDuFunctionSingleAllOf1() *GnbDuFunctionSingleAllOf1

NewGnbDuFunctionSingleAllOf1 instantiates a new GnbDuFunctionSingleAllOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGnbDuFunctionSingleAllOf1WithDefaults ¶

func NewGnbDuFunctionSingleAllOf1WithDefaults() *GnbDuFunctionSingleAllOf1

NewGnbDuFunctionSingleAllOf1WithDefaults instantiates a new GnbDuFunctionSingleAllOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GnbDuFunctionSingleAllOf1) GetBWPSet ¶

func (o *GnbDuFunctionSingleAllOf1) GetBWPSet() []BWPSetSingle

GetBWPSet returns the BWPSet field value if set, zero value otherwise.

func (*GnbDuFunctionSingleAllOf1) GetBWPSetOk ¶

func (o *GnbDuFunctionSingleAllOf1) GetBWPSetOk() ([]BWPSetSingle, bool)

GetBWPSetOk returns a tuple with the BWPSet field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbDuFunctionSingleAllOf1) GetBwpMultiple ¶

func (o *GnbDuFunctionSingleAllOf1) GetBwpMultiple() []BwpSingle

GetBwpMultiple returns the BwpMultiple field value if set, zero value otherwise.

func (*GnbDuFunctionSingleAllOf1) GetBwpMultipleOk ¶

func (o *GnbDuFunctionSingleAllOf1) GetBwpMultipleOk() ([]BwpSingle, bool)

GetBwpMultipleOk returns a tuple with the BwpMultiple field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbDuFunctionSingleAllOf1) GetDRACHOptimizationFunction ¶

func (o *GnbDuFunctionSingleAllOf1) GetDRACHOptimizationFunction() DRACHOptimizationFunctionSingle

GetDRACHOptimizationFunction returns the DRACHOptimizationFunction field value if set, zero value otherwise.

func (*GnbDuFunctionSingleAllOf1) GetDRACHOptimizationFunctionOk ¶

func (o *GnbDuFunctionSingleAllOf1) GetDRACHOptimizationFunctionOk() (*DRACHOptimizationFunctionSingle, bool)

GetDRACHOptimizationFunctionOk returns a tuple with the DRACHOptimizationFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbDuFunctionSingleAllOf1) GetEPF1C ¶

func (o *GnbDuFunctionSingleAllOf1) GetEPF1C() EPF1CSingle

GetEPF1C returns the EPF1C field value if set, zero value otherwise.

func (*GnbDuFunctionSingleAllOf1) GetEPF1COk ¶

func (o *GnbDuFunctionSingleAllOf1) GetEPF1COk() (*EPF1CSingle, bool)

GetEPF1COk returns a tuple with the EPF1C field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbDuFunctionSingleAllOf1) GetEPF1U ¶

func (o *GnbDuFunctionSingleAllOf1) GetEPF1U() []EPF1USingle

GetEPF1U returns the EPF1U field value if set, zero value otherwise.

func (*GnbDuFunctionSingleAllOf1) GetEPF1UOk ¶

func (o *GnbDuFunctionSingleAllOf1) GetEPF1UOk() ([]EPF1USingle, bool)

GetEPF1UOk returns a tuple with the EPF1U field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbDuFunctionSingleAllOf1) GetNrCellDu ¶

func (o *GnbDuFunctionSingleAllOf1) GetNrCellDu() []NrCellDuSingle

GetNrCellDu returns the NrCellDu field value if set, zero value otherwise.

func (*GnbDuFunctionSingleAllOf1) GetNrCellDuOk ¶

func (o *GnbDuFunctionSingleAllOf1) GetNrCellDuOk() ([]NrCellDuSingle, bool)

GetNrCellDuOk returns a tuple with the NrCellDu field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbDuFunctionSingleAllOf1) GetNrSectorCarrierMultiple ¶

func (o *GnbDuFunctionSingleAllOf1) GetNrSectorCarrierMultiple() []NrSectorCarrierSingle

GetNrSectorCarrierMultiple returns the NrSectorCarrierMultiple field value if set, zero value otherwise.

func (*GnbDuFunctionSingleAllOf1) GetNrSectorCarrierMultipleOk ¶

func (o *GnbDuFunctionSingleAllOf1) GetNrSectorCarrierMultipleOk() ([]NrSectorCarrierSingle, bool)

GetNrSectorCarrierMultipleOk returns a tuple with the NrSectorCarrierMultiple field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbDuFunctionSingleAllOf1) GetOperatorDU ¶

func (o *GnbDuFunctionSingleAllOf1) GetOperatorDU() []OperatorDuSingle

GetOperatorDU returns the OperatorDU field value if set, zero value otherwise.

func (*GnbDuFunctionSingleAllOf1) GetOperatorDUOk ¶

func (o *GnbDuFunctionSingleAllOf1) GetOperatorDUOk() ([]OperatorDuSingle, bool)

GetOperatorDUOk returns a tuple with the OperatorDU field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbDuFunctionSingleAllOf1) GetRRMPolicyRatio ¶

func (o *GnbDuFunctionSingleAllOf1) GetRRMPolicyRatio() []RRMPolicyRatioSingle

GetRRMPolicyRatio returns the RRMPolicyRatio field value if set, zero value otherwise.

func (*GnbDuFunctionSingleAllOf1) GetRRMPolicyRatioOk ¶

func (o *GnbDuFunctionSingleAllOf1) GetRRMPolicyRatioOk() ([]RRMPolicyRatioSingle, bool)

GetRRMPolicyRatioOk returns a tuple with the RRMPolicyRatio field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbDuFunctionSingleAllOf1) HasBWPSet ¶

func (o *GnbDuFunctionSingleAllOf1) HasBWPSet() bool

HasBWPSet returns a boolean if a field has been set.

func (*GnbDuFunctionSingleAllOf1) HasBwpMultiple ¶

func (o *GnbDuFunctionSingleAllOf1) HasBwpMultiple() bool

HasBwpMultiple returns a boolean if a field has been set.

func (*GnbDuFunctionSingleAllOf1) HasDRACHOptimizationFunction ¶

func (o *GnbDuFunctionSingleAllOf1) HasDRACHOptimizationFunction() bool

HasDRACHOptimizationFunction returns a boolean if a field has been set.

func (*GnbDuFunctionSingleAllOf1) HasEPF1C ¶

func (o *GnbDuFunctionSingleAllOf1) HasEPF1C() bool

HasEPF1C returns a boolean if a field has been set.

func (*GnbDuFunctionSingleAllOf1) HasEPF1U ¶

func (o *GnbDuFunctionSingleAllOf1) HasEPF1U() bool

HasEPF1U returns a boolean if a field has been set.

func (*GnbDuFunctionSingleAllOf1) HasNrCellDu ¶

func (o *GnbDuFunctionSingleAllOf1) HasNrCellDu() bool

HasNrCellDu returns a boolean if a field has been set.

func (*GnbDuFunctionSingleAllOf1) HasNrSectorCarrierMultiple ¶

func (o *GnbDuFunctionSingleAllOf1) HasNrSectorCarrierMultiple() bool

HasNrSectorCarrierMultiple returns a boolean if a field has been set.

func (*GnbDuFunctionSingleAllOf1) HasOperatorDU ¶

func (o *GnbDuFunctionSingleAllOf1) HasOperatorDU() bool

HasOperatorDU returns a boolean if a field has been set.

func (*GnbDuFunctionSingleAllOf1) HasRRMPolicyRatio ¶

func (o *GnbDuFunctionSingleAllOf1) HasRRMPolicyRatio() bool

HasRRMPolicyRatio returns a boolean if a field has been set.

func (GnbDuFunctionSingleAllOf1) MarshalJSON ¶

func (o GnbDuFunctionSingleAllOf1) MarshalJSON() ([]byte, error)

func (*GnbDuFunctionSingleAllOf1) SetBWPSet ¶

func (o *GnbDuFunctionSingleAllOf1) SetBWPSet(v []BWPSetSingle)

SetBWPSet gets a reference to the given []BWPSetSingle and assigns it to the BWPSet field.

func (*GnbDuFunctionSingleAllOf1) SetBwpMultiple ¶

func (o *GnbDuFunctionSingleAllOf1) SetBwpMultiple(v []BwpSingle)

SetBwpMultiple gets a reference to the given []BwpSingle and assigns it to the BwpMultiple field.

func (*GnbDuFunctionSingleAllOf1) SetDRACHOptimizationFunction ¶

func (o *GnbDuFunctionSingleAllOf1) SetDRACHOptimizationFunction(v DRACHOptimizationFunctionSingle)

SetDRACHOptimizationFunction gets a reference to the given DRACHOptimizationFunctionSingle and assigns it to the DRACHOptimizationFunction field.

func (*GnbDuFunctionSingleAllOf1) SetEPF1C ¶

func (o *GnbDuFunctionSingleAllOf1) SetEPF1C(v EPF1CSingle)

SetEPF1C gets a reference to the given EPF1CSingle and assigns it to the EPF1C field.

func (*GnbDuFunctionSingleAllOf1) SetEPF1U ¶

func (o *GnbDuFunctionSingleAllOf1) SetEPF1U(v []EPF1USingle)

SetEPF1U gets a reference to the given []EPF1USingle and assigns it to the EPF1U field.

func (*GnbDuFunctionSingleAllOf1) SetNrCellDu ¶

func (o *GnbDuFunctionSingleAllOf1) SetNrCellDu(v []NrCellDuSingle)

SetNrCellDu gets a reference to the given []NrCellDuSingle and assigns it to the NrCellDu field.

func (*GnbDuFunctionSingleAllOf1) SetNrSectorCarrierMultiple ¶

func (o *GnbDuFunctionSingleAllOf1) SetNrSectorCarrierMultiple(v []NrSectorCarrierSingle)

SetNrSectorCarrierMultiple gets a reference to the given []NrSectorCarrierSingle and assigns it to the NrSectorCarrierMultiple field.

func (*GnbDuFunctionSingleAllOf1) SetOperatorDU ¶

func (o *GnbDuFunctionSingleAllOf1) SetOperatorDU(v []OperatorDuSingle)

SetOperatorDU gets a reference to the given []OperatorDuSingle and assigns it to the OperatorDU field.

func (*GnbDuFunctionSingleAllOf1) SetRRMPolicyRatio ¶

func (o *GnbDuFunctionSingleAllOf1) SetRRMPolicyRatio(v []RRMPolicyRatioSingle)

SetRRMPolicyRatio gets a reference to the given []RRMPolicyRatioSingle and assigns it to the RRMPolicyRatio field.

func (GnbDuFunctionSingleAllOf1) ToMap ¶

func (o GnbDuFunctionSingleAllOf1) ToMap() (map[string]interface{}, error)

type GnbDuFunctionSingleAllOfAttributes ¶

type GnbDuFunctionSingleAllOfAttributes struct {
	ManagedFunctionAttr
	GnbDuId         *float32         `json:"gnbDuId,omitempty"`
	GnbDuName       *string          `json:"gnbDuName,omitempty"`
	GnbId           *string          `json:"gnbId,omitempty"`
	GnbIdLength     *int32           `json:"gnbIdLength,omitempty"`
	RimRSReportConf *RimRSReportConf `json:"rimRSReportConf,omitempty"`
}

GnbDuFunctionSingleAllOfAttributes struct for GnbDuFunctionSingleAllOfAttributes

func NewGnbDuFunctionSingleAllOfAttributes ¶

func NewGnbDuFunctionSingleAllOfAttributes() *GnbDuFunctionSingleAllOfAttributes

NewGnbDuFunctionSingleAllOfAttributes instantiates a new GnbDuFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGnbDuFunctionSingleAllOfAttributesWithDefaults ¶

func NewGnbDuFunctionSingleAllOfAttributesWithDefaults() *GnbDuFunctionSingleAllOfAttributes

NewGnbDuFunctionSingleAllOfAttributesWithDefaults instantiates a new GnbDuFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GnbDuFunctionSingleAllOfAttributes) GetGnbDuId ¶

GetGnbDuId returns the GnbDuId field value if set, zero value otherwise.

func (*GnbDuFunctionSingleAllOfAttributes) GetGnbDuIdOk ¶

func (o *GnbDuFunctionSingleAllOfAttributes) GetGnbDuIdOk() (*float32, bool)

GetGnbDuIdOk returns a tuple with the GnbDuId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbDuFunctionSingleAllOfAttributes) GetGnbDuName ¶

func (o *GnbDuFunctionSingleAllOfAttributes) GetGnbDuName() string

GetGnbDuName returns the GnbDuName field value if set, zero value otherwise.

func (*GnbDuFunctionSingleAllOfAttributes) GetGnbDuNameOk ¶

func (o *GnbDuFunctionSingleAllOfAttributes) GetGnbDuNameOk() (*string, bool)

GetGnbDuNameOk returns a tuple with the GnbDuName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbDuFunctionSingleAllOfAttributes) GetGnbId ¶

GetGnbId returns the GnbId field value if set, zero value otherwise.

func (*GnbDuFunctionSingleAllOfAttributes) GetGnbIdLength ¶

func (o *GnbDuFunctionSingleAllOfAttributes) GetGnbIdLength() int32

GetGnbIdLength returns the GnbIdLength field value if set, zero value otherwise.

func (*GnbDuFunctionSingleAllOfAttributes) GetGnbIdLengthOk ¶

func (o *GnbDuFunctionSingleAllOfAttributes) GetGnbIdLengthOk() (*int32, bool)

GetGnbIdLengthOk returns a tuple with the GnbIdLength field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbDuFunctionSingleAllOfAttributes) GetGnbIdOk ¶

func (o *GnbDuFunctionSingleAllOfAttributes) GetGnbIdOk() (*string, bool)

GetGnbIdOk returns a tuple with the GnbId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbDuFunctionSingleAllOfAttributes) GetRimRSReportConf ¶

func (o *GnbDuFunctionSingleAllOfAttributes) GetRimRSReportConf() RimRSReportConf

GetRimRSReportConf returns the RimRSReportConf field value if set, zero value otherwise.

func (*GnbDuFunctionSingleAllOfAttributes) GetRimRSReportConfOk ¶

func (o *GnbDuFunctionSingleAllOfAttributes) GetRimRSReportConfOk() (*RimRSReportConf, bool)

GetRimRSReportConfOk returns a tuple with the RimRSReportConf field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbDuFunctionSingleAllOfAttributes) HasGnbDuId ¶

func (o *GnbDuFunctionSingleAllOfAttributes) HasGnbDuId() bool

HasGnbDuId returns a boolean if a field has been set.

func (*GnbDuFunctionSingleAllOfAttributes) HasGnbDuName ¶

func (o *GnbDuFunctionSingleAllOfAttributes) HasGnbDuName() bool

HasGnbDuName returns a boolean if a field has been set.

func (*GnbDuFunctionSingleAllOfAttributes) HasGnbId ¶

HasGnbId returns a boolean if a field has been set.

func (*GnbDuFunctionSingleAllOfAttributes) HasGnbIdLength ¶

func (o *GnbDuFunctionSingleAllOfAttributes) HasGnbIdLength() bool

HasGnbIdLength returns a boolean if a field has been set.

func (*GnbDuFunctionSingleAllOfAttributes) HasRimRSReportConf ¶

func (o *GnbDuFunctionSingleAllOfAttributes) HasRimRSReportConf() bool

HasRimRSReportConf returns a boolean if a field has been set.

func (GnbDuFunctionSingleAllOfAttributes) MarshalJSON ¶

func (o GnbDuFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*GnbDuFunctionSingleAllOfAttributes) SetGnbDuId ¶

SetGnbDuId gets a reference to the given float32 and assigns it to the GnbDuId field.

func (*GnbDuFunctionSingleAllOfAttributes) SetGnbDuName ¶

func (o *GnbDuFunctionSingleAllOfAttributes) SetGnbDuName(v string)

SetGnbDuName gets a reference to the given string and assigns it to the GnbDuName field.

func (*GnbDuFunctionSingleAllOfAttributes) SetGnbId ¶

SetGnbId gets a reference to the given string and assigns it to the GnbId field.

func (*GnbDuFunctionSingleAllOfAttributes) SetGnbIdLength ¶

func (o *GnbDuFunctionSingleAllOfAttributes) SetGnbIdLength(v int32)

SetGnbIdLength gets a reference to the given int32 and assigns it to the GnbIdLength field.

func (*GnbDuFunctionSingleAllOfAttributes) SetRimRSReportConf ¶

func (o *GnbDuFunctionSingleAllOfAttributes) SetRimRSReportConf(v RimRSReportConf)

SetRimRSReportConf gets a reference to the given RimRSReportConf and assigns it to the RimRSReportConf field.

func (GnbDuFunctionSingleAllOfAttributes) ToMap ¶

func (o GnbDuFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type GnbDuFunctionSingleAllOfAttributesAllOf ¶

type GnbDuFunctionSingleAllOfAttributesAllOf struct {
	GnbDuId         *float32         `json:"gnbDuId,omitempty"`
	GnbDuName       *string          `json:"gnbDuName,omitempty"`
	GnbId           *string          `json:"gnbId,omitempty"`
	GnbIdLength     *int32           `json:"gnbIdLength,omitempty"`
	RimRSReportConf *RimRSReportConf `json:"rimRSReportConf,omitempty"`
}

GnbDuFunctionSingleAllOfAttributesAllOf struct for GnbDuFunctionSingleAllOfAttributesAllOf

func NewGnbDuFunctionSingleAllOfAttributesAllOf ¶

func NewGnbDuFunctionSingleAllOfAttributesAllOf() *GnbDuFunctionSingleAllOfAttributesAllOf

NewGnbDuFunctionSingleAllOfAttributesAllOf instantiates a new GnbDuFunctionSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGnbDuFunctionSingleAllOfAttributesAllOfWithDefaults ¶

func NewGnbDuFunctionSingleAllOfAttributesAllOfWithDefaults() *GnbDuFunctionSingleAllOfAttributesAllOf

NewGnbDuFunctionSingleAllOfAttributesAllOfWithDefaults instantiates a new GnbDuFunctionSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GnbDuFunctionSingleAllOfAttributesAllOf) GetGnbDuId ¶

GetGnbDuId returns the GnbDuId field value if set, zero value otherwise.

func (*GnbDuFunctionSingleAllOfAttributesAllOf) GetGnbDuIdOk ¶

GetGnbDuIdOk returns a tuple with the GnbDuId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbDuFunctionSingleAllOfAttributesAllOf) GetGnbDuName ¶

GetGnbDuName returns the GnbDuName field value if set, zero value otherwise.

func (*GnbDuFunctionSingleAllOfAttributesAllOf) GetGnbDuNameOk ¶

func (o *GnbDuFunctionSingleAllOfAttributesAllOf) GetGnbDuNameOk() (*string, bool)

GetGnbDuNameOk returns a tuple with the GnbDuName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbDuFunctionSingleAllOfAttributesAllOf) GetGnbId ¶

GetGnbId returns the GnbId field value if set, zero value otherwise.

func (*GnbDuFunctionSingleAllOfAttributesAllOf) GetGnbIdLength ¶

func (o *GnbDuFunctionSingleAllOfAttributesAllOf) GetGnbIdLength() int32

GetGnbIdLength returns the GnbIdLength field value if set, zero value otherwise.

func (*GnbDuFunctionSingleAllOfAttributesAllOf) GetGnbIdLengthOk ¶

func (o *GnbDuFunctionSingleAllOfAttributesAllOf) GetGnbIdLengthOk() (*int32, bool)

GetGnbIdLengthOk returns a tuple with the GnbIdLength field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbDuFunctionSingleAllOfAttributesAllOf) GetGnbIdOk ¶

GetGnbIdOk returns a tuple with the GnbId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbDuFunctionSingleAllOfAttributesAllOf) GetRimRSReportConf ¶

GetRimRSReportConf returns the RimRSReportConf field value if set, zero value otherwise.

func (*GnbDuFunctionSingleAllOfAttributesAllOf) GetRimRSReportConfOk ¶

func (o *GnbDuFunctionSingleAllOfAttributesAllOf) GetRimRSReportConfOk() (*RimRSReportConf, bool)

GetRimRSReportConfOk returns a tuple with the RimRSReportConf field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GnbDuFunctionSingleAllOfAttributesAllOf) HasGnbDuId ¶

HasGnbDuId returns a boolean if a field has been set.

func (*GnbDuFunctionSingleAllOfAttributesAllOf) HasGnbDuName ¶

HasGnbDuName returns a boolean if a field has been set.

func (*GnbDuFunctionSingleAllOfAttributesAllOf) HasGnbId ¶

HasGnbId returns a boolean if a field has been set.

func (*GnbDuFunctionSingleAllOfAttributesAllOf) HasGnbIdLength ¶

func (o *GnbDuFunctionSingleAllOfAttributesAllOf) HasGnbIdLength() bool

HasGnbIdLength returns a boolean if a field has been set.

func (*GnbDuFunctionSingleAllOfAttributesAllOf) HasRimRSReportConf ¶

func (o *GnbDuFunctionSingleAllOfAttributesAllOf) HasRimRSReportConf() bool

HasRimRSReportConf returns a boolean if a field has been set.

func (GnbDuFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (o GnbDuFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)

func (*GnbDuFunctionSingleAllOfAttributesAllOf) SetGnbDuId ¶

SetGnbDuId gets a reference to the given float32 and assigns it to the GnbDuId field.

func (*GnbDuFunctionSingleAllOfAttributesAllOf) SetGnbDuName ¶

SetGnbDuName gets a reference to the given string and assigns it to the GnbDuName field.

func (*GnbDuFunctionSingleAllOfAttributesAllOf) SetGnbId ¶

SetGnbId gets a reference to the given string and assigns it to the GnbId field.

func (*GnbDuFunctionSingleAllOfAttributesAllOf) SetGnbIdLength ¶

func (o *GnbDuFunctionSingleAllOfAttributesAllOf) SetGnbIdLength(v int32)

SetGnbIdLength gets a reference to the given int32 and assigns it to the GnbIdLength field.

func (*GnbDuFunctionSingleAllOfAttributesAllOf) SetRimRSReportConf ¶

SetRimRSReportConf gets a reference to the given RimRSReportConf and assigns it to the RimRSReportConf field.

func (GnbDuFunctionSingleAllOfAttributesAllOf) ToMap ¶

func (o GnbDuFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)

type GtpUPathDelayThresholdsType ¶

type GtpUPathDelayThresholdsType struct {
	N3AveragePacketDelayThreshold *int32 `json:"n3AveragePacketDelayThreshold,omitempty"`
	N3MinPacketDelayThreshold     *int32 `json:"n3MinPacketDelayThreshold,omitempty"`
	N3MaxPacketDelayThreshold     *int32 `json:"n3MaxPacketDelayThreshold,omitempty"`
	N9AveragePacketDelayThreshold *int32 `json:"n9AveragePacketDelayThreshold,omitempty"`
	N9MinPacketDelayThreshold     *int32 `json:"n9MinPacketDelayThreshold,omitempty"`
	N9MaxPacketDelayThreshold     *int32 `json:"n9MaxPacketDelayThreshold,omitempty"`
}

GtpUPathDelayThresholdsType struct for GtpUPathDelayThresholdsType

func NewGtpUPathDelayThresholdsType ¶

func NewGtpUPathDelayThresholdsType() *GtpUPathDelayThresholdsType

NewGtpUPathDelayThresholdsType instantiates a new GtpUPathDelayThresholdsType object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGtpUPathDelayThresholdsTypeWithDefaults ¶

func NewGtpUPathDelayThresholdsTypeWithDefaults() *GtpUPathDelayThresholdsType

NewGtpUPathDelayThresholdsTypeWithDefaults instantiates a new GtpUPathDelayThresholdsType object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GtpUPathDelayThresholdsType) GetN3AveragePacketDelayThreshold ¶

func (o *GtpUPathDelayThresholdsType) GetN3AveragePacketDelayThreshold() int32

GetN3AveragePacketDelayThreshold returns the N3AveragePacketDelayThreshold field value if set, zero value otherwise.

func (*GtpUPathDelayThresholdsType) GetN3AveragePacketDelayThresholdOk ¶

func (o *GtpUPathDelayThresholdsType) GetN3AveragePacketDelayThresholdOk() (*int32, bool)

GetN3AveragePacketDelayThresholdOk returns a tuple with the N3AveragePacketDelayThreshold field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GtpUPathDelayThresholdsType) GetN3MaxPacketDelayThreshold ¶

func (o *GtpUPathDelayThresholdsType) GetN3MaxPacketDelayThreshold() int32

GetN3MaxPacketDelayThreshold returns the N3MaxPacketDelayThreshold field value if set, zero value otherwise.

func (*GtpUPathDelayThresholdsType) GetN3MaxPacketDelayThresholdOk ¶

func (o *GtpUPathDelayThresholdsType) GetN3MaxPacketDelayThresholdOk() (*int32, bool)

GetN3MaxPacketDelayThresholdOk returns a tuple with the N3MaxPacketDelayThreshold field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GtpUPathDelayThresholdsType) GetN3MinPacketDelayThreshold ¶

func (o *GtpUPathDelayThresholdsType) GetN3MinPacketDelayThreshold() int32

GetN3MinPacketDelayThreshold returns the N3MinPacketDelayThreshold field value if set, zero value otherwise.

func (*GtpUPathDelayThresholdsType) GetN3MinPacketDelayThresholdOk ¶

func (o *GtpUPathDelayThresholdsType) GetN3MinPacketDelayThresholdOk() (*int32, bool)

GetN3MinPacketDelayThresholdOk returns a tuple with the N3MinPacketDelayThreshold field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GtpUPathDelayThresholdsType) GetN9AveragePacketDelayThreshold ¶

func (o *GtpUPathDelayThresholdsType) GetN9AveragePacketDelayThreshold() int32

GetN9AveragePacketDelayThreshold returns the N9AveragePacketDelayThreshold field value if set, zero value otherwise.

func (*GtpUPathDelayThresholdsType) GetN9AveragePacketDelayThresholdOk ¶

func (o *GtpUPathDelayThresholdsType) GetN9AveragePacketDelayThresholdOk() (*int32, bool)

GetN9AveragePacketDelayThresholdOk returns a tuple with the N9AveragePacketDelayThreshold field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GtpUPathDelayThresholdsType) GetN9MaxPacketDelayThreshold ¶

func (o *GtpUPathDelayThresholdsType) GetN9MaxPacketDelayThreshold() int32

GetN9MaxPacketDelayThreshold returns the N9MaxPacketDelayThreshold field value if set, zero value otherwise.

func (*GtpUPathDelayThresholdsType) GetN9MaxPacketDelayThresholdOk ¶

func (o *GtpUPathDelayThresholdsType) GetN9MaxPacketDelayThresholdOk() (*int32, bool)

GetN9MaxPacketDelayThresholdOk returns a tuple with the N9MaxPacketDelayThreshold field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GtpUPathDelayThresholdsType) GetN9MinPacketDelayThreshold ¶

func (o *GtpUPathDelayThresholdsType) GetN9MinPacketDelayThreshold() int32

GetN9MinPacketDelayThreshold returns the N9MinPacketDelayThreshold field value if set, zero value otherwise.

func (*GtpUPathDelayThresholdsType) GetN9MinPacketDelayThresholdOk ¶

func (o *GtpUPathDelayThresholdsType) GetN9MinPacketDelayThresholdOk() (*int32, bool)

GetN9MinPacketDelayThresholdOk returns a tuple with the N9MinPacketDelayThreshold field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GtpUPathDelayThresholdsType) HasN3AveragePacketDelayThreshold ¶

func (o *GtpUPathDelayThresholdsType) HasN3AveragePacketDelayThreshold() bool

HasN3AveragePacketDelayThreshold returns a boolean if a field has been set.

func (*GtpUPathDelayThresholdsType) HasN3MaxPacketDelayThreshold ¶

func (o *GtpUPathDelayThresholdsType) HasN3MaxPacketDelayThreshold() bool

HasN3MaxPacketDelayThreshold returns a boolean if a field has been set.

func (*GtpUPathDelayThresholdsType) HasN3MinPacketDelayThreshold ¶

func (o *GtpUPathDelayThresholdsType) HasN3MinPacketDelayThreshold() bool

HasN3MinPacketDelayThreshold returns a boolean if a field has been set.

func (*GtpUPathDelayThresholdsType) HasN9AveragePacketDelayThreshold ¶

func (o *GtpUPathDelayThresholdsType) HasN9AveragePacketDelayThreshold() bool

HasN9AveragePacketDelayThreshold returns a boolean if a field has been set.

func (*GtpUPathDelayThresholdsType) HasN9MaxPacketDelayThreshold ¶

func (o *GtpUPathDelayThresholdsType) HasN9MaxPacketDelayThreshold() bool

HasN9MaxPacketDelayThreshold returns a boolean if a field has been set.

func (*GtpUPathDelayThresholdsType) HasN9MinPacketDelayThreshold ¶

func (o *GtpUPathDelayThresholdsType) HasN9MinPacketDelayThreshold() bool

HasN9MinPacketDelayThreshold returns a boolean if a field has been set.

func (GtpUPathDelayThresholdsType) MarshalJSON ¶

func (o GtpUPathDelayThresholdsType) MarshalJSON() ([]byte, error)

func (*GtpUPathDelayThresholdsType) SetN3AveragePacketDelayThreshold ¶

func (o *GtpUPathDelayThresholdsType) SetN3AveragePacketDelayThreshold(v int32)

SetN3AveragePacketDelayThreshold gets a reference to the given int32 and assigns it to the N3AveragePacketDelayThreshold field.

func (*GtpUPathDelayThresholdsType) SetN3MaxPacketDelayThreshold ¶

func (o *GtpUPathDelayThresholdsType) SetN3MaxPacketDelayThreshold(v int32)

SetN3MaxPacketDelayThreshold gets a reference to the given int32 and assigns it to the N3MaxPacketDelayThreshold field.

func (*GtpUPathDelayThresholdsType) SetN3MinPacketDelayThreshold ¶

func (o *GtpUPathDelayThresholdsType) SetN3MinPacketDelayThreshold(v int32)

SetN3MinPacketDelayThreshold gets a reference to the given int32 and assigns it to the N3MinPacketDelayThreshold field.

func (*GtpUPathDelayThresholdsType) SetN9AveragePacketDelayThreshold ¶

func (o *GtpUPathDelayThresholdsType) SetN9AveragePacketDelayThreshold(v int32)

SetN9AveragePacketDelayThreshold gets a reference to the given int32 and assigns it to the N9AveragePacketDelayThreshold field.

func (*GtpUPathDelayThresholdsType) SetN9MaxPacketDelayThreshold ¶

func (o *GtpUPathDelayThresholdsType) SetN9MaxPacketDelayThreshold(v int32)

SetN9MaxPacketDelayThreshold gets a reference to the given int32 and assigns it to the N9MaxPacketDelayThreshold field.

func (*GtpUPathDelayThresholdsType) SetN9MinPacketDelayThreshold ¶

func (o *GtpUPathDelayThresholdsType) SetN9MinPacketDelayThreshold(v int32)

SetN9MinPacketDelayThreshold gets a reference to the given int32 and assigns it to the N9MinPacketDelayThreshold field.

func (GtpUPathDelayThresholdsType) ToMap ¶

func (o GtpUPathDelayThresholdsType) ToMap() (map[string]interface{}, error)

type GtpUPathQoSMonitoringControlSingle ¶

type GtpUPathQoSMonitoringControlSingle struct {
	Top
	Attributes *GtpUPathQoSMonitoringControlSingleAllOfAttributes `json:"attributes,omitempty"`
}

GtpUPathQoSMonitoringControlSingle struct for GtpUPathQoSMonitoringControlSingle

func NewGtpUPathQoSMonitoringControlSingle ¶

func NewGtpUPathQoSMonitoringControlSingle(id NullableString) *GtpUPathQoSMonitoringControlSingle

NewGtpUPathQoSMonitoringControlSingle instantiates a new GtpUPathQoSMonitoringControlSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGtpUPathQoSMonitoringControlSingleWithDefaults ¶

func NewGtpUPathQoSMonitoringControlSingleWithDefaults() *GtpUPathQoSMonitoringControlSingle

NewGtpUPathQoSMonitoringControlSingleWithDefaults instantiates a new GtpUPathQoSMonitoringControlSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GtpUPathQoSMonitoringControlSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*GtpUPathQoSMonitoringControlSingle) GetAttributesOk ¶

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 (*GtpUPathQoSMonitoringControlSingle) HasAttributes ¶

func (o *GtpUPathQoSMonitoringControlSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (GtpUPathQoSMonitoringControlSingle) MarshalJSON ¶

func (o GtpUPathQoSMonitoringControlSingle) MarshalJSON() ([]byte, error)

func (*GtpUPathQoSMonitoringControlSingle) SetAttributes ¶

SetAttributes gets a reference to the given GtpUPathQoSMonitoringControlSingleAllOfAttributes and assigns it to the Attributes field.

func (GtpUPathQoSMonitoringControlSingle) ToMap ¶

func (o GtpUPathQoSMonitoringControlSingle) ToMap() (map[string]interface{}, error)

type GtpUPathQoSMonitoringControlSingleAllOf ¶

type GtpUPathQoSMonitoringControlSingleAllOf struct {
	Attributes *GtpUPathQoSMonitoringControlSingleAllOfAttributes `json:"attributes,omitempty"`
}

GtpUPathQoSMonitoringControlSingleAllOf struct for GtpUPathQoSMonitoringControlSingleAllOf

func NewGtpUPathQoSMonitoringControlSingleAllOf ¶

func NewGtpUPathQoSMonitoringControlSingleAllOf() *GtpUPathQoSMonitoringControlSingleAllOf

NewGtpUPathQoSMonitoringControlSingleAllOf instantiates a new GtpUPathQoSMonitoringControlSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGtpUPathQoSMonitoringControlSingleAllOfWithDefaults ¶

func NewGtpUPathQoSMonitoringControlSingleAllOfWithDefaults() *GtpUPathQoSMonitoringControlSingleAllOf

NewGtpUPathQoSMonitoringControlSingleAllOfWithDefaults instantiates a new GtpUPathQoSMonitoringControlSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GtpUPathQoSMonitoringControlSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*GtpUPathQoSMonitoringControlSingleAllOf) GetAttributesOk ¶

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 (*GtpUPathQoSMonitoringControlSingleAllOf) HasAttributes ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (GtpUPathQoSMonitoringControlSingleAllOf) MarshalJSON ¶

func (o GtpUPathQoSMonitoringControlSingleAllOf) MarshalJSON() ([]byte, error)

func (*GtpUPathQoSMonitoringControlSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given GtpUPathQoSMonitoringControlSingleAllOfAttributes and assigns it to the Attributes field.

func (GtpUPathQoSMonitoringControlSingleAllOf) ToMap ¶

func (o GtpUPathQoSMonitoringControlSingleAllOf) ToMap() (map[string]interface{}, error)

type GtpUPathQoSMonitoringControlSingleAllOfAttributes ¶

type GtpUPathQoSMonitoringControlSingleAllOfAttributes struct {
	GtpUPathQoSMonitoringState                  *string                      `json:"gtpUPathQoSMonitoringState,omitempty"`
	GtpUPathMonitoredSNSSAIs                    []Snssai                     `json:"gtpUPathMonitoredSNSSAIs,omitempty"`
	MonitoredDSCPs                              []int32                      `json:"monitoredDSCPs,omitempty"`
	IsEventTriggeredGtpUPathMonitoringSupported *bool                        `json:"isEventTriggeredGtpUPathMonitoringSupported,omitempty"`
	IsPeriodicGtpUMonitoringSupported           *bool                        `json:"isPeriodicGtpUMonitoringSupported,omitempty"`
	IsImmediateGtpUMonitoringSupported          *bool                        `json:"isImmediateGtpUMonitoringSupported,omitempty"`
	GtpUPathDelayThresholds                     *GtpUPathDelayThresholdsType `json:"gtpUPathDelayThresholds,omitempty"`
	GtpUPathMinimumWaitTime                     *int32                       `json:"gtpUPathMinimumWaitTime,omitempty"`
	GtpUPathMeasurementPeriod                   *int32                       `json:"gtpUPathMeasurementPeriod,omitempty"`
}

GtpUPathQoSMonitoringControlSingleAllOfAttributes struct for GtpUPathQoSMonitoringControlSingleAllOfAttributes

func NewGtpUPathQoSMonitoringControlSingleAllOfAttributes ¶

func NewGtpUPathQoSMonitoringControlSingleAllOfAttributes() *GtpUPathQoSMonitoringControlSingleAllOfAttributes

NewGtpUPathQoSMonitoringControlSingleAllOfAttributes instantiates a new GtpUPathQoSMonitoringControlSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGtpUPathQoSMonitoringControlSingleAllOfAttributesWithDefaults ¶

func NewGtpUPathQoSMonitoringControlSingleAllOfAttributesWithDefaults() *GtpUPathQoSMonitoringControlSingleAllOfAttributes

NewGtpUPathQoSMonitoringControlSingleAllOfAttributesWithDefaults instantiates a new GtpUPathQoSMonitoringControlSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetGtpUPathDelayThresholds ¶

GetGtpUPathDelayThresholds returns the GtpUPathDelayThresholds field value if set, zero value otherwise.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetGtpUPathDelayThresholdsOk ¶

GetGtpUPathDelayThresholdsOk returns a tuple with the GtpUPathDelayThresholds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetGtpUPathMeasurementPeriod ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetGtpUPathMeasurementPeriod() int32

GetGtpUPathMeasurementPeriod returns the GtpUPathMeasurementPeriod field value if set, zero value otherwise.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetGtpUPathMeasurementPeriodOk ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetGtpUPathMeasurementPeriodOk() (*int32, bool)

GetGtpUPathMeasurementPeriodOk returns a tuple with the GtpUPathMeasurementPeriod field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetGtpUPathMinimumWaitTime ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetGtpUPathMinimumWaitTime() int32

GetGtpUPathMinimumWaitTime returns the GtpUPathMinimumWaitTime field value if set, zero value otherwise.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetGtpUPathMinimumWaitTimeOk ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetGtpUPathMinimumWaitTimeOk() (*int32, bool)

GetGtpUPathMinimumWaitTimeOk returns a tuple with the GtpUPathMinimumWaitTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetGtpUPathMonitoredSNSSAIs ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetGtpUPathMonitoredSNSSAIs() []Snssai

GetGtpUPathMonitoredSNSSAIs returns the GtpUPathMonitoredSNSSAIs field value if set, zero value otherwise.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetGtpUPathMonitoredSNSSAIsOk ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetGtpUPathMonitoredSNSSAIsOk() ([]Snssai, bool)

GetGtpUPathMonitoredSNSSAIsOk returns a tuple with the GtpUPathMonitoredSNSSAIs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetGtpUPathQoSMonitoringState ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetGtpUPathQoSMonitoringState() string

GetGtpUPathQoSMonitoringState returns the GtpUPathQoSMonitoringState field value if set, zero value otherwise.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetGtpUPathQoSMonitoringStateOk ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetGtpUPathQoSMonitoringStateOk() (*string, bool)

GetGtpUPathQoSMonitoringStateOk returns a tuple with the GtpUPathQoSMonitoringState field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetIsEventTriggeredGtpUPathMonitoringSupported ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetIsEventTriggeredGtpUPathMonitoringSupported() bool

GetIsEventTriggeredGtpUPathMonitoringSupported returns the IsEventTriggeredGtpUPathMonitoringSupported field value if set, zero value otherwise.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetIsEventTriggeredGtpUPathMonitoringSupportedOk ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetIsEventTriggeredGtpUPathMonitoringSupportedOk() (*bool, bool)

GetIsEventTriggeredGtpUPathMonitoringSupportedOk returns a tuple with the IsEventTriggeredGtpUPathMonitoringSupported field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetIsImmediateGtpUMonitoringSupported ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetIsImmediateGtpUMonitoringSupported() bool

GetIsImmediateGtpUMonitoringSupported returns the IsImmediateGtpUMonitoringSupported field value if set, zero value otherwise.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetIsImmediateGtpUMonitoringSupportedOk ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetIsImmediateGtpUMonitoringSupportedOk() (*bool, bool)

GetIsImmediateGtpUMonitoringSupportedOk returns a tuple with the IsImmediateGtpUMonitoringSupported field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetIsPeriodicGtpUMonitoringSupported ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetIsPeriodicGtpUMonitoringSupported() bool

GetIsPeriodicGtpUMonitoringSupported returns the IsPeriodicGtpUMonitoringSupported field value if set, zero value otherwise.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetIsPeriodicGtpUMonitoringSupportedOk ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetIsPeriodicGtpUMonitoringSupportedOk() (*bool, bool)

GetIsPeriodicGtpUMonitoringSupportedOk returns a tuple with the IsPeriodicGtpUMonitoringSupported field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetMonitoredDSCPs ¶

GetMonitoredDSCPs returns the MonitoredDSCPs field value if set, zero value otherwise.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetMonitoredDSCPsOk ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetMonitoredDSCPsOk() ([]int32, bool)

GetMonitoredDSCPsOk returns a tuple with the MonitoredDSCPs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributes) HasGtpUPathDelayThresholds ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) HasGtpUPathDelayThresholds() bool

HasGtpUPathDelayThresholds returns a boolean if a field has been set.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributes) HasGtpUPathMeasurementPeriod ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) HasGtpUPathMeasurementPeriod() bool

HasGtpUPathMeasurementPeriod returns a boolean if a field has been set.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributes) HasGtpUPathMinimumWaitTime ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) HasGtpUPathMinimumWaitTime() bool

HasGtpUPathMinimumWaitTime returns a boolean if a field has been set.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributes) HasGtpUPathMonitoredSNSSAIs ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) HasGtpUPathMonitoredSNSSAIs() bool

HasGtpUPathMonitoredSNSSAIs returns a boolean if a field has been set.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributes) HasGtpUPathQoSMonitoringState ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) HasGtpUPathQoSMonitoringState() bool

HasGtpUPathQoSMonitoringState returns a boolean if a field has been set.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributes) HasIsEventTriggeredGtpUPathMonitoringSupported ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) HasIsEventTriggeredGtpUPathMonitoringSupported() bool

HasIsEventTriggeredGtpUPathMonitoringSupported returns a boolean if a field has been set.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributes) HasIsImmediateGtpUMonitoringSupported ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) HasIsImmediateGtpUMonitoringSupported() bool

HasIsImmediateGtpUMonitoringSupported returns a boolean if a field has been set.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributes) HasIsPeriodicGtpUMonitoringSupported ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) HasIsPeriodicGtpUMonitoringSupported() bool

HasIsPeriodicGtpUMonitoringSupported returns a boolean if a field has been set.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributes) HasMonitoredDSCPs ¶

HasMonitoredDSCPs returns a boolean if a field has been set.

func (GtpUPathQoSMonitoringControlSingleAllOfAttributes) MarshalJSON ¶

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributes) SetGtpUPathDelayThresholds ¶

SetGtpUPathDelayThresholds gets a reference to the given GtpUPathDelayThresholdsType and assigns it to the GtpUPathDelayThresholds field.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributes) SetGtpUPathMeasurementPeriod ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) SetGtpUPathMeasurementPeriod(v int32)

SetGtpUPathMeasurementPeriod gets a reference to the given int32 and assigns it to the GtpUPathMeasurementPeriod field.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributes) SetGtpUPathMinimumWaitTime ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) SetGtpUPathMinimumWaitTime(v int32)

SetGtpUPathMinimumWaitTime gets a reference to the given int32 and assigns it to the GtpUPathMinimumWaitTime field.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributes) SetGtpUPathMonitoredSNSSAIs ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) SetGtpUPathMonitoredSNSSAIs(v []Snssai)

SetGtpUPathMonitoredSNSSAIs gets a reference to the given []Snssai and assigns it to the GtpUPathMonitoredSNSSAIs field.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributes) SetGtpUPathQoSMonitoringState ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) SetGtpUPathQoSMonitoringState(v string)

SetGtpUPathQoSMonitoringState gets a reference to the given string and assigns it to the GtpUPathQoSMonitoringState field.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributes) SetIsEventTriggeredGtpUPathMonitoringSupported ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) SetIsEventTriggeredGtpUPathMonitoringSupported(v bool)

SetIsEventTriggeredGtpUPathMonitoringSupported gets a reference to the given bool and assigns it to the IsEventTriggeredGtpUPathMonitoringSupported field.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributes) SetIsImmediateGtpUMonitoringSupported ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) SetIsImmediateGtpUMonitoringSupported(v bool)

SetIsImmediateGtpUMonitoringSupported gets a reference to the given bool and assigns it to the IsImmediateGtpUMonitoringSupported field.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributes) SetIsPeriodicGtpUMonitoringSupported ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) SetIsPeriodicGtpUMonitoringSupported(v bool)

SetIsPeriodicGtpUMonitoringSupported gets a reference to the given bool and assigns it to the IsPeriodicGtpUMonitoringSupported field.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributes) SetMonitoredDSCPs ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) SetMonitoredDSCPs(v []int32)

SetMonitoredDSCPs gets a reference to the given []int32 and assigns it to the MonitoredDSCPs field.

func (GtpUPathQoSMonitoringControlSingleAllOfAttributes) ToMap ¶

func (o GtpUPathQoSMonitoringControlSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf ¶

type GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf struct {
	GtpUPathQoSMonitoringState                  *string                      `json:"gtpUPathQoSMonitoringState,omitempty"`
	GtpUPathMonitoredSNSSAIs                    []Snssai                     `json:"gtpUPathMonitoredSNSSAIs,omitempty"`
	MonitoredDSCPs                              []int32                      `json:"monitoredDSCPs,omitempty"`
	IsEventTriggeredGtpUPathMonitoringSupported *bool                        `json:"isEventTriggeredGtpUPathMonitoringSupported,omitempty"`
	IsPeriodicGtpUMonitoringSupported           *bool                        `json:"isPeriodicGtpUMonitoringSupported,omitempty"`
	IsImmediateGtpUMonitoringSupported          *bool                        `json:"isImmediateGtpUMonitoringSupported,omitempty"`
	GtpUPathDelayThresholds                     *GtpUPathDelayThresholdsType `json:"gtpUPathDelayThresholds,omitempty"`
	GtpUPathMinimumWaitTime                     *int32                       `json:"gtpUPathMinimumWaitTime,omitempty"`
	GtpUPathMeasurementPeriod                   *int32                       `json:"gtpUPathMeasurementPeriod,omitempty"`
}

GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf struct for GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf

func NewGtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf ¶

func NewGtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf() *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf

NewGtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf instantiates a new GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGtpUPathQoSMonitoringControlSingleAllOfAttributesAllOfWithDefaults ¶

func NewGtpUPathQoSMonitoringControlSingleAllOfAttributesAllOfWithDefaults() *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf

NewGtpUPathQoSMonitoringControlSingleAllOfAttributesAllOfWithDefaults instantiates a new GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetGtpUPathDelayThresholds ¶

GetGtpUPathDelayThresholds returns the GtpUPathDelayThresholds field value if set, zero value otherwise.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetGtpUPathDelayThresholdsOk ¶

GetGtpUPathDelayThresholdsOk returns a tuple with the GtpUPathDelayThresholds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetGtpUPathMeasurementPeriod ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetGtpUPathMeasurementPeriod() int32

GetGtpUPathMeasurementPeriod returns the GtpUPathMeasurementPeriod field value if set, zero value otherwise.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetGtpUPathMeasurementPeriodOk ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetGtpUPathMeasurementPeriodOk() (*int32, bool)

GetGtpUPathMeasurementPeriodOk returns a tuple with the GtpUPathMeasurementPeriod field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetGtpUPathMinimumWaitTime ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetGtpUPathMinimumWaitTime() int32

GetGtpUPathMinimumWaitTime returns the GtpUPathMinimumWaitTime field value if set, zero value otherwise.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetGtpUPathMinimumWaitTimeOk ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetGtpUPathMinimumWaitTimeOk() (*int32, bool)

GetGtpUPathMinimumWaitTimeOk returns a tuple with the GtpUPathMinimumWaitTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetGtpUPathMonitoredSNSSAIs ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetGtpUPathMonitoredSNSSAIs() []Snssai

GetGtpUPathMonitoredSNSSAIs returns the GtpUPathMonitoredSNSSAIs field value if set, zero value otherwise.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetGtpUPathMonitoredSNSSAIsOk ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetGtpUPathMonitoredSNSSAIsOk() ([]Snssai, bool)

GetGtpUPathMonitoredSNSSAIsOk returns a tuple with the GtpUPathMonitoredSNSSAIs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetGtpUPathQoSMonitoringState ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetGtpUPathQoSMonitoringState() string

GetGtpUPathQoSMonitoringState returns the GtpUPathQoSMonitoringState field value if set, zero value otherwise.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetGtpUPathQoSMonitoringStateOk ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetGtpUPathQoSMonitoringStateOk() (*string, bool)

GetGtpUPathQoSMonitoringStateOk returns a tuple with the GtpUPathQoSMonitoringState field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetIsEventTriggeredGtpUPathMonitoringSupported ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetIsEventTriggeredGtpUPathMonitoringSupported() bool

GetIsEventTriggeredGtpUPathMonitoringSupported returns the IsEventTriggeredGtpUPathMonitoringSupported field value if set, zero value otherwise.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetIsEventTriggeredGtpUPathMonitoringSupportedOk ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetIsEventTriggeredGtpUPathMonitoringSupportedOk() (*bool, bool)

GetIsEventTriggeredGtpUPathMonitoringSupportedOk returns a tuple with the IsEventTriggeredGtpUPathMonitoringSupported field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetIsImmediateGtpUMonitoringSupported ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetIsImmediateGtpUMonitoringSupported() bool

GetIsImmediateGtpUMonitoringSupported returns the IsImmediateGtpUMonitoringSupported field value if set, zero value otherwise.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetIsImmediateGtpUMonitoringSupportedOk ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetIsImmediateGtpUMonitoringSupportedOk() (*bool, bool)

GetIsImmediateGtpUMonitoringSupportedOk returns a tuple with the IsImmediateGtpUMonitoringSupported field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetIsPeriodicGtpUMonitoringSupported ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetIsPeriodicGtpUMonitoringSupported() bool

GetIsPeriodicGtpUMonitoringSupported returns the IsPeriodicGtpUMonitoringSupported field value if set, zero value otherwise.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetIsPeriodicGtpUMonitoringSupportedOk ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetIsPeriodicGtpUMonitoringSupportedOk() (*bool, bool)

GetIsPeriodicGtpUMonitoringSupportedOk returns a tuple with the IsPeriodicGtpUMonitoringSupported field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetMonitoredDSCPs ¶

GetMonitoredDSCPs returns the MonitoredDSCPs field value if set, zero value otherwise.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetMonitoredDSCPsOk ¶

GetMonitoredDSCPsOk returns a tuple with the MonitoredDSCPs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) HasGtpUPathDelayThresholds ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) HasGtpUPathDelayThresholds() bool

HasGtpUPathDelayThresholds returns a boolean if a field has been set.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) HasGtpUPathMeasurementPeriod ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) HasGtpUPathMeasurementPeriod() bool

HasGtpUPathMeasurementPeriod returns a boolean if a field has been set.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) HasGtpUPathMinimumWaitTime ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) HasGtpUPathMinimumWaitTime() bool

HasGtpUPathMinimumWaitTime returns a boolean if a field has been set.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) HasGtpUPathMonitoredSNSSAIs ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) HasGtpUPathMonitoredSNSSAIs() bool

HasGtpUPathMonitoredSNSSAIs returns a boolean if a field has been set.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) HasGtpUPathQoSMonitoringState ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) HasGtpUPathQoSMonitoringState() bool

HasGtpUPathQoSMonitoringState returns a boolean if a field has been set.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) HasIsEventTriggeredGtpUPathMonitoringSupported ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) HasIsEventTriggeredGtpUPathMonitoringSupported() bool

HasIsEventTriggeredGtpUPathMonitoringSupported returns a boolean if a field has been set.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) HasIsImmediateGtpUMonitoringSupported ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) HasIsImmediateGtpUMonitoringSupported() bool

HasIsImmediateGtpUMonitoringSupported returns a boolean if a field has been set.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) HasIsPeriodicGtpUMonitoringSupported ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) HasIsPeriodicGtpUMonitoringSupported() bool

HasIsPeriodicGtpUMonitoringSupported returns a boolean if a field has been set.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) HasMonitoredDSCPs ¶

HasMonitoredDSCPs returns a boolean if a field has been set.

func (GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) SetGtpUPathDelayThresholds ¶

SetGtpUPathDelayThresholds gets a reference to the given GtpUPathDelayThresholdsType and assigns it to the GtpUPathDelayThresholds field.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) SetGtpUPathMeasurementPeriod ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) SetGtpUPathMeasurementPeriod(v int32)

SetGtpUPathMeasurementPeriod gets a reference to the given int32 and assigns it to the GtpUPathMeasurementPeriod field.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) SetGtpUPathMinimumWaitTime ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) SetGtpUPathMinimumWaitTime(v int32)

SetGtpUPathMinimumWaitTime gets a reference to the given int32 and assigns it to the GtpUPathMinimumWaitTime field.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) SetGtpUPathMonitoredSNSSAIs ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) SetGtpUPathMonitoredSNSSAIs(v []Snssai)

SetGtpUPathMonitoredSNSSAIs gets a reference to the given []Snssai and assigns it to the GtpUPathMonitoredSNSSAIs field.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) SetGtpUPathQoSMonitoringState ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) SetGtpUPathQoSMonitoringState(v string)

SetGtpUPathQoSMonitoringState gets a reference to the given string and assigns it to the GtpUPathQoSMonitoringState field.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) SetIsEventTriggeredGtpUPathMonitoringSupported ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) SetIsEventTriggeredGtpUPathMonitoringSupported(v bool)

SetIsEventTriggeredGtpUPathMonitoringSupported gets a reference to the given bool and assigns it to the IsEventTriggeredGtpUPathMonitoringSupported field.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) SetIsImmediateGtpUMonitoringSupported ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) SetIsImmediateGtpUMonitoringSupported(v bool)

SetIsImmediateGtpUMonitoringSupported gets a reference to the given bool and assigns it to the IsImmediateGtpUMonitoringSupported field.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) SetIsPeriodicGtpUMonitoringSupported ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) SetIsPeriodicGtpUMonitoringSupported(v bool)

SetIsPeriodicGtpUMonitoringSupported gets a reference to the given bool and assigns it to the IsPeriodicGtpUMonitoringSupported field.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) SetMonitoredDSCPs ¶

SetMonitoredDSCPs gets a reference to the given []int32 and assigns it to the MonitoredDSCPs field.

func (GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) ToMap ¶

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 ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*HeartbeatControlSingle) GetAttributesOk ¶

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 ¶

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 ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*HeartbeatControlSingleAllOf) GetAttributesOk ¶

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 ¶

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 ¶

Ptr returns reference to HeartbeatNotificationTypes value

func (*HeartbeatNotificationTypes) UnmarshalJSON ¶

func (v *HeartbeatNotificationTypes) UnmarshalJSON(src []byte) error

type HostAddr ¶

type HostAddr struct {
	Ipv6Addr *Ipv6Addr
	String   *string
}

HostAddr - struct for HostAddr

func Ipv6AddrAsHostAddr ¶

func Ipv6AddrAsHostAddr(v *Ipv6Addr) HostAddr

Ipv6AddrAsHostAddr is a convenience function that returns Ipv6Addr wrapped in HostAddr

func StringAsHostAddr ¶

func StringAsHostAddr(v *string) HostAddr

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 ¶

func (src HostAddr) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*HostAddr) UnmarshalJSON ¶

func (dst *HostAddr) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type IdentityRange ¶

type IdentityRange struct {
	Start   *string `json:"start,omitempty"`
	End     *string `json:"end,omitempty"`
	Pattern *string `json:"pattern,omitempty"`
}

IdentityRange struct for IdentityRange

func NewIdentityRange ¶

func NewIdentityRange() *IdentityRange

NewIdentityRange instantiates a new IdentityRange object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewIdentityRangeWithDefaults ¶

func NewIdentityRangeWithDefaults() *IdentityRange

NewIdentityRangeWithDefaults instantiates a new IdentityRange object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*IdentityRange) GetEnd ¶

func (o *IdentityRange) GetEnd() string

GetEnd returns the End field value if set, zero value otherwise.

func (*IdentityRange) GetEndOk ¶

func (o *IdentityRange) GetEndOk() (*string, bool)

GetEndOk returns a tuple with the End field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityRange) GetPattern ¶

func (o *IdentityRange) GetPattern() string

GetPattern returns the Pattern field value if set, zero value otherwise.

func (*IdentityRange) GetPatternOk ¶

func (o *IdentityRange) GetPatternOk() (*string, bool)

GetPatternOk returns a tuple with the Pattern field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityRange) GetStart ¶

func (o *IdentityRange) GetStart() string

GetStart returns the Start field value if set, zero value otherwise.

func (*IdentityRange) GetStartOk ¶

func (o *IdentityRange) GetStartOk() (*string, bool)

GetStartOk returns a tuple with the Start field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityRange) HasEnd ¶

func (o *IdentityRange) HasEnd() bool

HasEnd returns a boolean if a field has been set.

func (*IdentityRange) HasPattern ¶

func (o *IdentityRange) HasPattern() bool

HasPattern returns a boolean if a field has been set.

func (*IdentityRange) HasStart ¶

func (o *IdentityRange) HasStart() bool

HasStart returns a boolean if a field has been set.

func (IdentityRange) MarshalJSON ¶

func (o IdentityRange) MarshalJSON() ([]byte, error)

func (*IdentityRange) SetEnd ¶

func (o *IdentityRange) SetEnd(v string)

SetEnd gets a reference to the given string and assigns it to the End field.

func (*IdentityRange) SetPattern ¶

func (o *IdentityRange) SetPattern(v string)

SetPattern gets a reference to the given string and assigns it to the Pattern field.

func (*IdentityRange) SetStart ¶

func (o *IdentityRange) SetStart(v string)

SetStart gets a reference to the given string and assigns it to the Start field.

func (IdentityRange) ToMap ¶

func (o IdentityRange) ToMap() (map[string]interface{}, error)

type Insert ¶

type Insert string

Insert the model 'Insert'

const (
	BEFORE Insert = "before"
	AFTER  Insert = "after"
)

List of Insert

func NewInsertFromValue ¶

func NewInsertFromValue(v string) (*Insert, error)

NewInsertFromValue returns a pointer to a valid Insert for the value passed as argument, or an error if the value passed is not allowed by the enum

func (Insert) IsValid ¶

func (v Insert) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (Insert) Ptr ¶

func (v Insert) Ptr() *Insert

Ptr returns reference to Insert value

func (*Insert) UnmarshalJSON ¶

func (v *Insert) UnmarshalJSON(src []byte) error

type IntentContext ¶

type IntentContext struct {
	ContextAttribute  *string    `json:"contextAttribute,omitempty"`
	ContextCondition  *Condition `json:"contextCondition,omitempty"`
	ContextValueRange []float32  `json:"contextValueRange,omitempty"`
}

IntentContext This data type is the \"IntentContext\" data type without specialisations

func NewIntentContext ¶

func NewIntentContext() *IntentContext

NewIntentContext instantiates a new IntentContext object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewIntentContextWithDefaults ¶

func NewIntentContextWithDefaults() *IntentContext

NewIntentContextWithDefaults instantiates a new IntentContext object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*IntentContext) GetContextAttribute ¶

func (o *IntentContext) GetContextAttribute() string

GetContextAttribute returns the ContextAttribute field value if set, zero value otherwise.

func (*IntentContext) GetContextAttributeOk ¶

func (o *IntentContext) GetContextAttributeOk() (*string, bool)

GetContextAttributeOk returns a tuple with the ContextAttribute field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IntentContext) GetContextCondition ¶

func (o *IntentContext) GetContextCondition() Condition

GetContextCondition returns the ContextCondition field value if set, zero value otherwise.

func (*IntentContext) GetContextConditionOk ¶

func (o *IntentContext) GetContextConditionOk() (*Condition, bool)

GetContextConditionOk returns a tuple with the ContextCondition field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IntentContext) GetContextValueRange ¶

func (o *IntentContext) GetContextValueRange() []float32

GetContextValueRange returns the ContextValueRange field value if set, zero value otherwise.

func (*IntentContext) GetContextValueRangeOk ¶

func (o *IntentContext) GetContextValueRangeOk() ([]float32, bool)

GetContextValueRangeOk returns a tuple with the ContextValueRange field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IntentContext) HasContextAttribute ¶

func (o *IntentContext) HasContextAttribute() bool

HasContextAttribute returns a boolean if a field has been set.

func (*IntentContext) HasContextCondition ¶

func (o *IntentContext) HasContextCondition() bool

HasContextCondition returns a boolean if a field has been set.

func (*IntentContext) HasContextValueRange ¶

func (o *IntentContext) HasContextValueRange() bool

HasContextValueRange returns a boolean if a field has been set.

func (IntentContext) MarshalJSON ¶

func (o IntentContext) MarshalJSON() ([]byte, error)

func (*IntentContext) SetContextAttribute ¶

func (o *IntentContext) SetContextAttribute(v string)

SetContextAttribute gets a reference to the given string and assigns it to the ContextAttribute field.

func (*IntentContext) SetContextCondition ¶

func (o *IntentContext) SetContextCondition(v Condition)

SetContextCondition gets a reference to the given Condition and assigns it to the ContextCondition field.

func (*IntentContext) SetContextValueRange ¶

func (o *IntentContext) SetContextValueRange(v []float32)

SetContextValueRange gets a reference to the given []float32 and assigns it to the ContextValueRange field.

func (IntentContext) ToMap ¶

func (o IntentContext) ToMap() (map[string]interface{}, error)

type IntentExpectation ¶

type IntentExpectation struct {
	ExpectationId             *string              `json:"expectationId,omitempty"`
	ExpectationVerb           *ExpectationVerb     `json:"expectationVerb,omitempty"`
	ExpectationObjects        []ExpectationObject  `json:"expectationObjects,omitempty"`
	ExpectationTargets        []ExpectationTarget  `json:"expectationTargets,omitempty"`
	ExpectationContexts       []ExpectationContext `json:"expectationContexts,omitempty"`
	ExpectationfulfilmentInfo *FulfilmentInfo      `json:"expectationfulfilmentInfo,omitempty"`
}

IntentExpectation This data type is the \"IntentExpectation\" data type without specialisations

func NewIntentExpectation ¶

func NewIntentExpectation() *IntentExpectation

NewIntentExpectation instantiates a new IntentExpectation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewIntentExpectationWithDefaults ¶

func NewIntentExpectationWithDefaults() *IntentExpectation

NewIntentExpectationWithDefaults instantiates a new IntentExpectation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*IntentExpectation) GetExpectationContexts ¶

func (o *IntentExpectation) GetExpectationContexts() []ExpectationContext

GetExpectationContexts returns the ExpectationContexts field value if set, zero value otherwise.

func (*IntentExpectation) GetExpectationContextsOk ¶

func (o *IntentExpectation) GetExpectationContextsOk() ([]ExpectationContext, bool)

GetExpectationContextsOk returns a tuple with the ExpectationContexts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IntentExpectation) GetExpectationId ¶

func (o *IntentExpectation) GetExpectationId() string

GetExpectationId returns the ExpectationId field value if set, zero value otherwise.

func (*IntentExpectation) GetExpectationIdOk ¶

func (o *IntentExpectation) GetExpectationIdOk() (*string, bool)

GetExpectationIdOk returns a tuple with the ExpectationId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IntentExpectation) GetExpectationObjects ¶

func (o *IntentExpectation) GetExpectationObjects() []ExpectationObject

GetExpectationObjects returns the ExpectationObjects field value if set, zero value otherwise.

func (*IntentExpectation) GetExpectationObjectsOk ¶

func (o *IntentExpectation) GetExpectationObjectsOk() ([]ExpectationObject, bool)

GetExpectationObjectsOk returns a tuple with the ExpectationObjects field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IntentExpectation) GetExpectationTargets ¶

func (o *IntentExpectation) GetExpectationTargets() []ExpectationTarget

GetExpectationTargets returns the ExpectationTargets field value if set, zero value otherwise.

func (*IntentExpectation) GetExpectationTargetsOk ¶

func (o *IntentExpectation) GetExpectationTargetsOk() ([]ExpectationTarget, bool)

GetExpectationTargetsOk returns a tuple with the ExpectationTargets field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IntentExpectation) GetExpectationVerb ¶

func (o *IntentExpectation) GetExpectationVerb() ExpectationVerb

GetExpectationVerb returns the ExpectationVerb field value if set, zero value otherwise.

func (*IntentExpectation) GetExpectationVerbOk ¶

func (o *IntentExpectation) GetExpectationVerbOk() (*ExpectationVerb, bool)

GetExpectationVerbOk returns a tuple with the ExpectationVerb field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IntentExpectation) GetExpectationfulfilmentInfo ¶

func (o *IntentExpectation) GetExpectationfulfilmentInfo() FulfilmentInfo

GetExpectationfulfilmentInfo returns the ExpectationfulfilmentInfo field value if set, zero value otherwise.

func (*IntentExpectation) GetExpectationfulfilmentInfoOk ¶

func (o *IntentExpectation) GetExpectationfulfilmentInfoOk() (*FulfilmentInfo, bool)

GetExpectationfulfilmentInfoOk returns a tuple with the ExpectationfulfilmentInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IntentExpectation) HasExpectationContexts ¶

func (o *IntentExpectation) HasExpectationContexts() bool

HasExpectationContexts returns a boolean if a field has been set.

func (*IntentExpectation) HasExpectationId ¶

func (o *IntentExpectation) HasExpectationId() bool

HasExpectationId returns a boolean if a field has been set.

func (*IntentExpectation) HasExpectationObjects ¶

func (o *IntentExpectation) HasExpectationObjects() bool

HasExpectationObjects returns a boolean if a field has been set.

func (*IntentExpectation) HasExpectationTargets ¶

func (o *IntentExpectation) HasExpectationTargets() bool

HasExpectationTargets returns a boolean if a field has been set.

func (*IntentExpectation) HasExpectationVerb ¶

func (o *IntentExpectation) HasExpectationVerb() bool

HasExpectationVerb returns a boolean if a field has been set.

func (*IntentExpectation) HasExpectationfulfilmentInfo ¶

func (o *IntentExpectation) HasExpectationfulfilmentInfo() bool

HasExpectationfulfilmentInfo returns a boolean if a field has been set.

func (IntentExpectation) MarshalJSON ¶

func (o IntentExpectation) MarshalJSON() ([]byte, error)

func (*IntentExpectation) SetExpectationContexts ¶

func (o *IntentExpectation) SetExpectationContexts(v []ExpectationContext)

SetExpectationContexts gets a reference to the given []ExpectationContext and assigns it to the ExpectationContexts field.

func (*IntentExpectation) SetExpectationId ¶

func (o *IntentExpectation) SetExpectationId(v string)

SetExpectationId gets a reference to the given string and assigns it to the ExpectationId field.

func (*IntentExpectation) SetExpectationObjects ¶

func (o *IntentExpectation) SetExpectationObjects(v []ExpectationObject)

SetExpectationObjects gets a reference to the given []ExpectationObject and assigns it to the ExpectationObjects field.

func (*IntentExpectation) SetExpectationTargets ¶

func (o *IntentExpectation) SetExpectationTargets(v []ExpectationTarget)

SetExpectationTargets gets a reference to the given []ExpectationTarget and assigns it to the ExpectationTargets field.

func (*IntentExpectation) SetExpectationVerb ¶

func (o *IntentExpectation) SetExpectationVerb(v ExpectationVerb)

SetExpectationVerb gets a reference to the given ExpectationVerb and assigns it to the ExpectationVerb field.

func (*IntentExpectation) SetExpectationfulfilmentInfo ¶

func (o *IntentExpectation) SetExpectationfulfilmentInfo(v FulfilmentInfo)

SetExpectationfulfilmentInfo gets a reference to the given FulfilmentInfo and assigns it to the ExpectationfulfilmentInfo field.

func (IntentExpectation) ToMap ¶

func (o IntentExpectation) ToMap() (map[string]interface{}, error)

type IntentSingle ¶

type IntentSingle struct {
	Top
	UserLabel            *string                                    `json:"userLabel,omitempty"`
	IntentExpectations   []IntentSingleAllOfIntentExpectationsInner `json:"intentExpectations,omitempty"`
	IntentContexts       []IntentContext                            `json:"intentContexts,omitempty"`
	IntentFulfilmentInfo *FulfilmentInfo                            `json:"intentFulfilmentInfo,omitempty"`
}

IntentSingle struct for IntentSingle

func NewIntentSingle ¶

func NewIntentSingle(id NullableString) *IntentSingle

NewIntentSingle instantiates a new IntentSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewIntentSingleWithDefaults ¶

func NewIntentSingleWithDefaults() *IntentSingle

NewIntentSingleWithDefaults instantiates a new IntentSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*IntentSingle) GetIntentContexts ¶

func (o *IntentSingle) GetIntentContexts() []IntentContext

GetIntentContexts returns the IntentContexts field value if set, zero value otherwise.

func (*IntentSingle) GetIntentContextsOk ¶

func (o *IntentSingle) GetIntentContextsOk() ([]IntentContext, bool)

GetIntentContextsOk returns a tuple with the IntentContexts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IntentSingle) GetIntentExpectations ¶

func (o *IntentSingle) GetIntentExpectations() []IntentSingleAllOfIntentExpectationsInner

GetIntentExpectations returns the IntentExpectations field value if set, zero value otherwise.

func (*IntentSingle) GetIntentExpectationsOk ¶

func (o *IntentSingle) GetIntentExpectationsOk() ([]IntentSingleAllOfIntentExpectationsInner, bool)

GetIntentExpectationsOk returns a tuple with the IntentExpectations field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IntentSingle) GetIntentFulfilmentInfo ¶

func (o *IntentSingle) GetIntentFulfilmentInfo() FulfilmentInfo

GetIntentFulfilmentInfo returns the IntentFulfilmentInfo field value if set, zero value otherwise.

func (*IntentSingle) GetIntentFulfilmentInfoOk ¶

func (o *IntentSingle) GetIntentFulfilmentInfoOk() (*FulfilmentInfo, bool)

GetIntentFulfilmentInfoOk returns a tuple with the IntentFulfilmentInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IntentSingle) GetUserLabel ¶

func (o *IntentSingle) GetUserLabel() string

GetUserLabel returns the UserLabel field value if set, zero value otherwise.

func (*IntentSingle) GetUserLabelOk ¶

func (o *IntentSingle) 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 (*IntentSingle) HasIntentContexts ¶

func (o *IntentSingle) HasIntentContexts() bool

HasIntentContexts returns a boolean if a field has been set.

func (*IntentSingle) HasIntentExpectations ¶

func (o *IntentSingle) HasIntentExpectations() bool

HasIntentExpectations returns a boolean if a field has been set.

func (*IntentSingle) HasIntentFulfilmentInfo ¶

func (o *IntentSingle) HasIntentFulfilmentInfo() bool

HasIntentFulfilmentInfo returns a boolean if a field has been set.

func (*IntentSingle) HasUserLabel ¶

func (o *IntentSingle) HasUserLabel() bool

HasUserLabel returns a boolean if a field has been set.

func (IntentSingle) MarshalJSON ¶

func (o IntentSingle) MarshalJSON() ([]byte, error)

func (*IntentSingle) SetIntentContexts ¶

func (o *IntentSingle) SetIntentContexts(v []IntentContext)

SetIntentContexts gets a reference to the given []IntentContext and assigns it to the IntentContexts field.

func (*IntentSingle) SetIntentExpectations ¶

func (o *IntentSingle) SetIntentExpectations(v []IntentSingleAllOfIntentExpectationsInner)

SetIntentExpectations gets a reference to the given []IntentSingleAllOfIntentExpectationsInner and assigns it to the IntentExpectations field.

func (*IntentSingle) SetIntentFulfilmentInfo ¶

func (o *IntentSingle) SetIntentFulfilmentInfo(v FulfilmentInfo)

SetIntentFulfilmentInfo gets a reference to the given FulfilmentInfo and assigns it to the IntentFulfilmentInfo field.

func (*IntentSingle) SetUserLabel ¶

func (o *IntentSingle) SetUserLabel(v string)

SetUserLabel gets a reference to the given string and assigns it to the UserLabel field.

func (IntentSingle) ToMap ¶

func (o IntentSingle) ToMap() (map[string]interface{}, error)

type IntentSingleAllOf ¶

type IntentSingleAllOf struct {
	UserLabel            *string                                    `json:"userLabel,omitempty"`
	IntentExpectations   []IntentSingleAllOfIntentExpectationsInner `json:"intentExpectations,omitempty"`
	IntentContexts       []IntentContext                            `json:"intentContexts,omitempty"`
	IntentFulfilmentInfo *FulfilmentInfo                            `json:"intentFulfilmentInfo,omitempty"`
}

IntentSingleAllOf struct for IntentSingleAllOf

func NewIntentSingleAllOf ¶

func NewIntentSingleAllOf() *IntentSingleAllOf

NewIntentSingleAllOf instantiates a new IntentSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewIntentSingleAllOfWithDefaults ¶

func NewIntentSingleAllOfWithDefaults() *IntentSingleAllOf

NewIntentSingleAllOfWithDefaults instantiates a new IntentSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*IntentSingleAllOf) GetIntentContexts ¶

func (o *IntentSingleAllOf) GetIntentContexts() []IntentContext

GetIntentContexts returns the IntentContexts field value if set, zero value otherwise.

func (*IntentSingleAllOf) GetIntentContextsOk ¶

func (o *IntentSingleAllOf) GetIntentContextsOk() ([]IntentContext, bool)

GetIntentContextsOk returns a tuple with the IntentContexts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IntentSingleAllOf) GetIntentExpectations ¶

func (o *IntentSingleAllOf) GetIntentExpectations() []IntentSingleAllOfIntentExpectationsInner

GetIntentExpectations returns the IntentExpectations field value if set, zero value otherwise.

func (*IntentSingleAllOf) GetIntentExpectationsOk ¶

func (o *IntentSingleAllOf) GetIntentExpectationsOk() ([]IntentSingleAllOfIntentExpectationsInner, bool)

GetIntentExpectationsOk returns a tuple with the IntentExpectations field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IntentSingleAllOf) GetIntentFulfilmentInfo ¶

func (o *IntentSingleAllOf) GetIntentFulfilmentInfo() FulfilmentInfo

GetIntentFulfilmentInfo returns the IntentFulfilmentInfo field value if set, zero value otherwise.

func (*IntentSingleAllOf) GetIntentFulfilmentInfoOk ¶

func (o *IntentSingleAllOf) GetIntentFulfilmentInfoOk() (*FulfilmentInfo, bool)

GetIntentFulfilmentInfoOk returns a tuple with the IntentFulfilmentInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IntentSingleAllOf) GetUserLabel ¶

func (o *IntentSingleAllOf) GetUserLabel() string

GetUserLabel returns the UserLabel field value if set, zero value otherwise.

func (*IntentSingleAllOf) GetUserLabelOk ¶

func (o *IntentSingleAllOf) 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 (*IntentSingleAllOf) HasIntentContexts ¶

func (o *IntentSingleAllOf) HasIntentContexts() bool

HasIntentContexts returns a boolean if a field has been set.

func (*IntentSingleAllOf) HasIntentExpectations ¶

func (o *IntentSingleAllOf) HasIntentExpectations() bool

HasIntentExpectations returns a boolean if a field has been set.

func (*IntentSingleAllOf) HasIntentFulfilmentInfo ¶

func (o *IntentSingleAllOf) HasIntentFulfilmentInfo() bool

HasIntentFulfilmentInfo returns a boolean if a field has been set.

func (*IntentSingleAllOf) HasUserLabel ¶

func (o *IntentSingleAllOf) HasUserLabel() bool

HasUserLabel returns a boolean if a field has been set.

func (IntentSingleAllOf) MarshalJSON ¶

func (o IntentSingleAllOf) MarshalJSON() ([]byte, error)

func (*IntentSingleAllOf) SetIntentContexts ¶

func (o *IntentSingleAllOf) SetIntentContexts(v []IntentContext)

SetIntentContexts gets a reference to the given []IntentContext and assigns it to the IntentContexts field.

func (*IntentSingleAllOf) SetIntentExpectations ¶

func (o *IntentSingleAllOf) SetIntentExpectations(v []IntentSingleAllOfIntentExpectationsInner)

SetIntentExpectations gets a reference to the given []IntentSingleAllOfIntentExpectationsInner and assigns it to the IntentExpectations field.

func (*IntentSingleAllOf) SetIntentFulfilmentInfo ¶

func (o *IntentSingleAllOf) SetIntentFulfilmentInfo(v FulfilmentInfo)

SetIntentFulfilmentInfo gets a reference to the given FulfilmentInfo and assigns it to the IntentFulfilmentInfo field.

func (*IntentSingleAllOf) SetUserLabel ¶

func (o *IntentSingleAllOf) SetUserLabel(v string)

SetUserLabel gets a reference to the given string and assigns it to the UserLabel field.

func (IntentSingleAllOf) ToMap ¶

func (o IntentSingleAllOf) ToMap() (map[string]interface{}, error)

type IntentSingleAllOfIntentExpectationsInner ¶

type IntentSingleAllOfIntentExpectationsInner struct {
	IntentExpectation         *IntentExpectation
	RadioNetworkExpectation   *RadioNetworkExpectation
	ServiceSupportExpectation *ServiceSupportExpectation
}

IntentSingleAllOfIntentExpectationsInner - struct for IntentSingleAllOfIntentExpectationsInner

func IntentExpectationAsIntentSingleAllOfIntentExpectationsInner ¶

func IntentExpectationAsIntentSingleAllOfIntentExpectationsInner(v *IntentExpectation) IntentSingleAllOfIntentExpectationsInner

IntentExpectationAsIntentSingleAllOfIntentExpectationsInner is a convenience function that returns IntentExpectation wrapped in IntentSingleAllOfIntentExpectationsInner

func RadioNetworkExpectationAsIntentSingleAllOfIntentExpectationsInner ¶

func RadioNetworkExpectationAsIntentSingleAllOfIntentExpectationsInner(v *RadioNetworkExpectation) IntentSingleAllOfIntentExpectationsInner

RadioNetworkExpectationAsIntentSingleAllOfIntentExpectationsInner is a convenience function that returns RadioNetworkExpectation wrapped in IntentSingleAllOfIntentExpectationsInner

func ServiceSupportExpectationAsIntentSingleAllOfIntentExpectationsInner ¶

func ServiceSupportExpectationAsIntentSingleAllOfIntentExpectationsInner(v *ServiceSupportExpectation) IntentSingleAllOfIntentExpectationsInner

ServiceSupportExpectationAsIntentSingleAllOfIntentExpectationsInner is a convenience function that returns ServiceSupportExpectation wrapped in IntentSingleAllOfIntentExpectationsInner

func (*IntentSingleAllOfIntentExpectationsInner) GetActualInstance ¶

func (obj *IntentSingleAllOfIntentExpectationsInner) GetActualInstance() interface{}

Get the actual instance

func (IntentSingleAllOfIntentExpectationsInner) MarshalJSON ¶

func (src IntentSingleAllOfIntentExpectationsInner) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*IntentSingleAllOfIntentExpectationsInner) UnmarshalJSON ¶

func (dst *IntentSingleAllOfIntentExpectationsInner) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type InterRatEsActivationCandidateCellParameters ¶

type InterRatEsActivationCandidateCellParameters struct {
	LoadThreshold *int32 `json:"loadThreshold,omitempty"`
	TimeDuration  *int32 `json:"timeDuration,omitempty"`
}

InterRatEsActivationCandidateCellParameters struct for InterRatEsActivationCandidateCellParameters

func NewInterRatEsActivationCandidateCellParameters ¶

func NewInterRatEsActivationCandidateCellParameters() *InterRatEsActivationCandidateCellParameters

NewInterRatEsActivationCandidateCellParameters instantiates a new InterRatEsActivationCandidateCellParameters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewInterRatEsActivationCandidateCellParametersWithDefaults ¶

func NewInterRatEsActivationCandidateCellParametersWithDefaults() *InterRatEsActivationCandidateCellParameters

NewInterRatEsActivationCandidateCellParametersWithDefaults instantiates a new InterRatEsActivationCandidateCellParameters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*InterRatEsActivationCandidateCellParameters) GetLoadThreshold ¶

func (o *InterRatEsActivationCandidateCellParameters) GetLoadThreshold() int32

GetLoadThreshold returns the LoadThreshold field value if set, zero value otherwise.

func (*InterRatEsActivationCandidateCellParameters) GetLoadThresholdOk ¶

func (o *InterRatEsActivationCandidateCellParameters) GetLoadThresholdOk() (*int32, bool)

GetLoadThresholdOk returns a tuple with the LoadThreshold field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InterRatEsActivationCandidateCellParameters) GetTimeDuration ¶

GetTimeDuration returns the TimeDuration field value if set, zero value otherwise.

func (*InterRatEsActivationCandidateCellParameters) GetTimeDurationOk ¶

func (o *InterRatEsActivationCandidateCellParameters) GetTimeDurationOk() (*int32, bool)

GetTimeDurationOk returns a tuple with the TimeDuration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InterRatEsActivationCandidateCellParameters) HasLoadThreshold ¶

func (o *InterRatEsActivationCandidateCellParameters) HasLoadThreshold() bool

HasLoadThreshold returns a boolean if a field has been set.

func (*InterRatEsActivationCandidateCellParameters) HasTimeDuration ¶

HasTimeDuration returns a boolean if a field has been set.

func (InterRatEsActivationCandidateCellParameters) MarshalJSON ¶

func (*InterRatEsActivationCandidateCellParameters) SetLoadThreshold ¶

func (o *InterRatEsActivationCandidateCellParameters) SetLoadThreshold(v int32)

SetLoadThreshold gets a reference to the given int32 and assigns it to the LoadThreshold field.

func (*InterRatEsActivationCandidateCellParameters) SetTimeDuration ¶

func (o *InterRatEsActivationCandidateCellParameters) SetTimeDuration(v int32)

SetTimeDuration gets a reference to the given int32 and assigns it to the TimeDuration field.

func (InterRatEsActivationCandidateCellParameters) ToMap ¶

func (o InterRatEsActivationCandidateCellParameters) ToMap() (map[string]interface{}, error)

type InterRatEsActivationOriginalCellParameters ¶

type InterRatEsActivationOriginalCellParameters struct {
	LoadThreshold *int32 `json:"loadThreshold,omitempty"`
	TimeDuration  *int32 `json:"timeDuration,omitempty"`
}

InterRatEsActivationOriginalCellParameters struct for InterRatEsActivationOriginalCellParameters

func NewInterRatEsActivationOriginalCellParameters ¶

func NewInterRatEsActivationOriginalCellParameters() *InterRatEsActivationOriginalCellParameters

NewInterRatEsActivationOriginalCellParameters instantiates a new InterRatEsActivationOriginalCellParameters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewInterRatEsActivationOriginalCellParametersWithDefaults ¶

func NewInterRatEsActivationOriginalCellParametersWithDefaults() *InterRatEsActivationOriginalCellParameters

NewInterRatEsActivationOriginalCellParametersWithDefaults instantiates a new InterRatEsActivationOriginalCellParameters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*InterRatEsActivationOriginalCellParameters) GetLoadThreshold ¶

func (o *InterRatEsActivationOriginalCellParameters) GetLoadThreshold() int32

GetLoadThreshold returns the LoadThreshold field value if set, zero value otherwise.

func (*InterRatEsActivationOriginalCellParameters) GetLoadThresholdOk ¶

func (o *InterRatEsActivationOriginalCellParameters) GetLoadThresholdOk() (*int32, bool)

GetLoadThresholdOk returns a tuple with the LoadThreshold field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InterRatEsActivationOriginalCellParameters) GetTimeDuration ¶

GetTimeDuration returns the TimeDuration field value if set, zero value otherwise.

func (*InterRatEsActivationOriginalCellParameters) GetTimeDurationOk ¶

func (o *InterRatEsActivationOriginalCellParameters) GetTimeDurationOk() (*int32, bool)

GetTimeDurationOk returns a tuple with the TimeDuration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InterRatEsActivationOriginalCellParameters) HasLoadThreshold ¶

func (o *InterRatEsActivationOriginalCellParameters) HasLoadThreshold() bool

HasLoadThreshold returns a boolean if a field has been set.

func (*InterRatEsActivationOriginalCellParameters) HasTimeDuration ¶

func (o *InterRatEsActivationOriginalCellParameters) HasTimeDuration() bool

HasTimeDuration returns a boolean if a field has been set.

func (InterRatEsActivationOriginalCellParameters) MarshalJSON ¶

func (*InterRatEsActivationOriginalCellParameters) SetLoadThreshold ¶

func (o *InterRatEsActivationOriginalCellParameters) SetLoadThreshold(v int32)

SetLoadThreshold gets a reference to the given int32 and assigns it to the LoadThreshold field.

func (*InterRatEsActivationOriginalCellParameters) SetTimeDuration ¶

func (o *InterRatEsActivationOriginalCellParameters) SetTimeDuration(v int32)

SetTimeDuration gets a reference to the given int32 and assigns it to the TimeDuration field.

func (InterRatEsActivationOriginalCellParameters) ToMap ¶

func (o InterRatEsActivationOriginalCellParameters) ToMap() (map[string]interface{}, error)

type InterRatEsDeactivationCandidateCellParameters ¶

type InterRatEsDeactivationCandidateCellParameters struct {
	LoadThreshold *int32 `json:"loadThreshold,omitempty"`
	TimeDuration  *int32 `json:"timeDuration,omitempty"`
}

InterRatEsDeactivationCandidateCellParameters struct for InterRatEsDeactivationCandidateCellParameters

func NewInterRatEsDeactivationCandidateCellParameters ¶

func NewInterRatEsDeactivationCandidateCellParameters() *InterRatEsDeactivationCandidateCellParameters

NewInterRatEsDeactivationCandidateCellParameters instantiates a new InterRatEsDeactivationCandidateCellParameters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewInterRatEsDeactivationCandidateCellParametersWithDefaults ¶

func NewInterRatEsDeactivationCandidateCellParametersWithDefaults() *InterRatEsDeactivationCandidateCellParameters

NewInterRatEsDeactivationCandidateCellParametersWithDefaults instantiates a new InterRatEsDeactivationCandidateCellParameters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*InterRatEsDeactivationCandidateCellParameters) GetLoadThreshold ¶

GetLoadThreshold returns the LoadThreshold field value if set, zero value otherwise.

func (*InterRatEsDeactivationCandidateCellParameters) GetLoadThresholdOk ¶

func (o *InterRatEsDeactivationCandidateCellParameters) GetLoadThresholdOk() (*int32, bool)

GetLoadThresholdOk returns a tuple with the LoadThreshold field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InterRatEsDeactivationCandidateCellParameters) GetTimeDuration ¶

GetTimeDuration returns the TimeDuration field value if set, zero value otherwise.

func (*InterRatEsDeactivationCandidateCellParameters) GetTimeDurationOk ¶

func (o *InterRatEsDeactivationCandidateCellParameters) GetTimeDurationOk() (*int32, bool)

GetTimeDurationOk returns a tuple with the TimeDuration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InterRatEsDeactivationCandidateCellParameters) HasLoadThreshold ¶

HasLoadThreshold returns a boolean if a field has been set.

func (*InterRatEsDeactivationCandidateCellParameters) HasTimeDuration ¶

HasTimeDuration returns a boolean if a field has been set.

func (InterRatEsDeactivationCandidateCellParameters) MarshalJSON ¶

func (*InterRatEsDeactivationCandidateCellParameters) SetLoadThreshold ¶

SetLoadThreshold gets a reference to the given int32 and assigns it to the LoadThreshold field.

func (*InterRatEsDeactivationCandidateCellParameters) SetTimeDuration ¶

SetTimeDuration gets a reference to the given int32 and assigns it to the TimeDuration field.

func (InterRatEsDeactivationCandidateCellParameters) ToMap ¶

func (o InterRatEsDeactivationCandidateCellParameters) ToMap() (map[string]interface{}, error)

type InterfaceUpfInfoItem ¶

type InterfaceUpfInfoItem struct {
	InterfaceType         *string   `json:"interfaceType,omitempty"`
	Ipv4EndpointAddresses *string   `json:"ipv4EndpointAddresses,omitempty"`
	Ipv6EndpointAddresses *Ipv6Addr `json:"ipv6EndpointAddresses,omitempty"`
	Fqdn                  *string   `json:"fqdn,omitempty"`
	NetworkInstance       *string   `json:"networkInstance,omitempty"`
}

InterfaceUpfInfoItem struct for InterfaceUpfInfoItem

func NewInterfaceUpfInfoItem ¶

func NewInterfaceUpfInfoItem() *InterfaceUpfInfoItem

NewInterfaceUpfInfoItem instantiates a new InterfaceUpfInfoItem object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewInterfaceUpfInfoItemWithDefaults ¶

func NewInterfaceUpfInfoItemWithDefaults() *InterfaceUpfInfoItem

NewInterfaceUpfInfoItemWithDefaults instantiates a new InterfaceUpfInfoItem object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*InterfaceUpfInfoItem) GetFqdn ¶

func (o *InterfaceUpfInfoItem) GetFqdn() string

GetFqdn returns the Fqdn field value if set, zero value otherwise.

func (*InterfaceUpfInfoItem) GetFqdnOk ¶

func (o *InterfaceUpfInfoItem) GetFqdnOk() (*string, bool)

GetFqdnOk returns a tuple with the Fqdn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InterfaceUpfInfoItem) GetInterfaceType ¶

func (o *InterfaceUpfInfoItem) GetInterfaceType() string

GetInterfaceType returns the InterfaceType field value if set, zero value otherwise.

func (*InterfaceUpfInfoItem) GetInterfaceTypeOk ¶

func (o *InterfaceUpfInfoItem) GetInterfaceTypeOk() (*string, bool)

GetInterfaceTypeOk returns a tuple with the InterfaceType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InterfaceUpfInfoItem) GetIpv4EndpointAddresses ¶

func (o *InterfaceUpfInfoItem) GetIpv4EndpointAddresses() string

GetIpv4EndpointAddresses returns the Ipv4EndpointAddresses field value if set, zero value otherwise.

func (*InterfaceUpfInfoItem) GetIpv4EndpointAddressesOk ¶

func (o *InterfaceUpfInfoItem) GetIpv4EndpointAddressesOk() (*string, bool)

GetIpv4EndpointAddressesOk returns a tuple with the Ipv4EndpointAddresses field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InterfaceUpfInfoItem) GetIpv6EndpointAddresses ¶

func (o *InterfaceUpfInfoItem) GetIpv6EndpointAddresses() Ipv6Addr

GetIpv6EndpointAddresses returns the Ipv6EndpointAddresses field value if set, zero value otherwise.

func (*InterfaceUpfInfoItem) GetIpv6EndpointAddressesOk ¶

func (o *InterfaceUpfInfoItem) GetIpv6EndpointAddressesOk() (*Ipv6Addr, bool)

GetIpv6EndpointAddressesOk returns a tuple with the Ipv6EndpointAddresses field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InterfaceUpfInfoItem) GetNetworkInstance ¶

func (o *InterfaceUpfInfoItem) GetNetworkInstance() string

GetNetworkInstance returns the NetworkInstance field value if set, zero value otherwise.

func (*InterfaceUpfInfoItem) GetNetworkInstanceOk ¶

func (o *InterfaceUpfInfoItem) GetNetworkInstanceOk() (*string, bool)

GetNetworkInstanceOk returns a tuple with the NetworkInstance field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InterfaceUpfInfoItem) HasFqdn ¶

func (o *InterfaceUpfInfoItem) HasFqdn() bool

HasFqdn returns a boolean if a field has been set.

func (*InterfaceUpfInfoItem) HasInterfaceType ¶

func (o *InterfaceUpfInfoItem) HasInterfaceType() bool

HasInterfaceType returns a boolean if a field has been set.

func (*InterfaceUpfInfoItem) HasIpv4EndpointAddresses ¶

func (o *InterfaceUpfInfoItem) HasIpv4EndpointAddresses() bool

HasIpv4EndpointAddresses returns a boolean if a field has been set.

func (*InterfaceUpfInfoItem) HasIpv6EndpointAddresses ¶

func (o *InterfaceUpfInfoItem) HasIpv6EndpointAddresses() bool

HasIpv6EndpointAddresses returns a boolean if a field has been set.

func (*InterfaceUpfInfoItem) HasNetworkInstance ¶

func (o *InterfaceUpfInfoItem) HasNetworkInstance() bool

HasNetworkInstance returns a boolean if a field has been set.

func (InterfaceUpfInfoItem) MarshalJSON ¶

func (o InterfaceUpfInfoItem) MarshalJSON() ([]byte, error)

func (*InterfaceUpfInfoItem) SetFqdn ¶

func (o *InterfaceUpfInfoItem) SetFqdn(v string)

SetFqdn gets a reference to the given string and assigns it to the Fqdn field.

func (*InterfaceUpfInfoItem) SetInterfaceType ¶

func (o *InterfaceUpfInfoItem) SetInterfaceType(v string)

SetInterfaceType gets a reference to the given string and assigns it to the InterfaceType field.

func (*InterfaceUpfInfoItem) SetIpv4EndpointAddresses ¶

func (o *InterfaceUpfInfoItem) SetIpv4EndpointAddresses(v string)

SetIpv4EndpointAddresses gets a reference to the given string and assigns it to the Ipv4EndpointAddresses field.

func (*InterfaceUpfInfoItem) SetIpv6EndpointAddresses ¶

func (o *InterfaceUpfInfoItem) SetIpv6EndpointAddresses(v Ipv6Addr)

SetIpv6EndpointAddresses gets a reference to the given Ipv6Addr and assigns it to the Ipv6EndpointAddresses field.

func (*InterfaceUpfInfoItem) SetNetworkInstance ¶

func (o *InterfaceUpfInfoItem) SetNetworkInstance(v string)

SetNetworkInstance gets a reference to the given string and assigns it to the NetworkInstance field.

func (InterfaceUpfInfoItem) ToMap ¶

func (o InterfaceUpfInfoItem) ToMap() (map[string]interface{}, error)

type InternalGroupIdRange ¶

type InternalGroupIdRange struct {
	Start   *string `json:"start,omitempty"`
	End     *string `json:"end,omitempty"`
	Pattern *string `json:"pattern,omitempty"`
}

InternalGroupIdRange struct for InternalGroupIdRange

func NewInternalGroupIdRange ¶

func NewInternalGroupIdRange() *InternalGroupIdRange

NewInternalGroupIdRange instantiates a new InternalGroupIdRange object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewInternalGroupIdRangeWithDefaults ¶

func NewInternalGroupIdRangeWithDefaults() *InternalGroupIdRange

NewInternalGroupIdRangeWithDefaults instantiates a new InternalGroupIdRange object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*InternalGroupIdRange) GetEnd ¶

func (o *InternalGroupIdRange) GetEnd() string

GetEnd returns the End field value if set, zero value otherwise.

func (*InternalGroupIdRange) GetEndOk ¶

func (o *InternalGroupIdRange) GetEndOk() (*string, bool)

GetEndOk returns a tuple with the End field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InternalGroupIdRange) GetPattern ¶

func (o *InternalGroupIdRange) GetPattern() string

GetPattern returns the Pattern field value if set, zero value otherwise.

func (*InternalGroupIdRange) GetPatternOk ¶

func (o *InternalGroupIdRange) GetPatternOk() (*string, bool)

GetPatternOk returns a tuple with the Pattern field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InternalGroupIdRange) GetStart ¶

func (o *InternalGroupIdRange) GetStart() string

GetStart returns the Start field value if set, zero value otherwise.

func (*InternalGroupIdRange) GetStartOk ¶

func (o *InternalGroupIdRange) GetStartOk() (*string, bool)

GetStartOk returns a tuple with the Start field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InternalGroupIdRange) HasEnd ¶

func (o *InternalGroupIdRange) HasEnd() bool

HasEnd returns a boolean if a field has been set.

func (*InternalGroupIdRange) HasPattern ¶

func (o *InternalGroupIdRange) HasPattern() bool

HasPattern returns a boolean if a field has been set.

func (*InternalGroupIdRange) HasStart ¶

func (o *InternalGroupIdRange) HasStart() bool

HasStart returns a boolean if a field has been set.

func (InternalGroupIdRange) MarshalJSON ¶

func (o InternalGroupIdRange) MarshalJSON() ([]byte, error)

func (*InternalGroupIdRange) SetEnd ¶

func (o *InternalGroupIdRange) SetEnd(v string)

SetEnd gets a reference to the given string and assigns it to the End field.

func (*InternalGroupIdRange) SetPattern ¶

func (o *InternalGroupIdRange) SetPattern(v string)

SetPattern gets a reference to the given string and assigns it to the Pattern field.

func (*InternalGroupIdRange) SetStart ¶

func (o *InternalGroupIdRange) SetStart(v string)

SetStart gets a reference to the given string and assigns it to the Start field.

func (InternalGroupIdRange) ToMap ¶

func (o InternalGroupIdRange) ToMap() (map[string]interface{}, error)

type IntraRatEsActivationCandidateCellsLoadParameters ¶

type IntraRatEsActivationCandidateCellsLoadParameters struct {
	LoadThreshold *int32 `json:"loadThreshold,omitempty"`
	TimeDuration  *int32 `json:"timeDuration,omitempty"`
}

IntraRatEsActivationCandidateCellsLoadParameters struct for IntraRatEsActivationCandidateCellsLoadParameters

func NewIntraRatEsActivationCandidateCellsLoadParameters ¶

func NewIntraRatEsActivationCandidateCellsLoadParameters() *IntraRatEsActivationCandidateCellsLoadParameters

NewIntraRatEsActivationCandidateCellsLoadParameters instantiates a new IntraRatEsActivationCandidateCellsLoadParameters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewIntraRatEsActivationCandidateCellsLoadParametersWithDefaults ¶

func NewIntraRatEsActivationCandidateCellsLoadParametersWithDefaults() *IntraRatEsActivationCandidateCellsLoadParameters

NewIntraRatEsActivationCandidateCellsLoadParametersWithDefaults instantiates a new IntraRatEsActivationCandidateCellsLoadParameters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*IntraRatEsActivationCandidateCellsLoadParameters) GetLoadThreshold ¶

GetLoadThreshold returns the LoadThreshold field value if set, zero value otherwise.

func (*IntraRatEsActivationCandidateCellsLoadParameters) GetLoadThresholdOk ¶

func (o *IntraRatEsActivationCandidateCellsLoadParameters) GetLoadThresholdOk() (*int32, bool)

GetLoadThresholdOk returns a tuple with the LoadThreshold field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IntraRatEsActivationCandidateCellsLoadParameters) GetTimeDuration ¶

GetTimeDuration returns the TimeDuration field value if set, zero value otherwise.

func (*IntraRatEsActivationCandidateCellsLoadParameters) GetTimeDurationOk ¶

func (o *IntraRatEsActivationCandidateCellsLoadParameters) GetTimeDurationOk() (*int32, bool)

GetTimeDurationOk returns a tuple with the TimeDuration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IntraRatEsActivationCandidateCellsLoadParameters) HasLoadThreshold ¶

HasLoadThreshold returns a boolean if a field has been set.

func (*IntraRatEsActivationCandidateCellsLoadParameters) HasTimeDuration ¶

HasTimeDuration returns a boolean if a field has been set.

func (IntraRatEsActivationCandidateCellsLoadParameters) MarshalJSON ¶

func (*IntraRatEsActivationCandidateCellsLoadParameters) SetLoadThreshold ¶

SetLoadThreshold gets a reference to the given int32 and assigns it to the LoadThreshold field.

func (*IntraRatEsActivationCandidateCellsLoadParameters) SetTimeDuration ¶

SetTimeDuration gets a reference to the given int32 and assigns it to the TimeDuration field.

func (IntraRatEsActivationCandidateCellsLoadParameters) ToMap ¶

func (o IntraRatEsActivationCandidateCellsLoadParameters) ToMap() (map[string]interface{}, error)

type IntraRatEsActivationOriginalCellLoadParameters ¶

type IntraRatEsActivationOriginalCellLoadParameters struct {
	LoadThreshold *int32 `json:"loadThreshold,omitempty"`
	TimeDuration  *int32 `json:"timeDuration,omitempty"`
}

IntraRatEsActivationOriginalCellLoadParameters struct for IntraRatEsActivationOriginalCellLoadParameters

func NewIntraRatEsActivationOriginalCellLoadParameters ¶

func NewIntraRatEsActivationOriginalCellLoadParameters() *IntraRatEsActivationOriginalCellLoadParameters

NewIntraRatEsActivationOriginalCellLoadParameters instantiates a new IntraRatEsActivationOriginalCellLoadParameters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewIntraRatEsActivationOriginalCellLoadParametersWithDefaults ¶

func NewIntraRatEsActivationOriginalCellLoadParametersWithDefaults() *IntraRatEsActivationOriginalCellLoadParameters

NewIntraRatEsActivationOriginalCellLoadParametersWithDefaults instantiates a new IntraRatEsActivationOriginalCellLoadParameters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*IntraRatEsActivationOriginalCellLoadParameters) GetLoadThreshold ¶

GetLoadThreshold returns the LoadThreshold field value if set, zero value otherwise.

func (*IntraRatEsActivationOriginalCellLoadParameters) GetLoadThresholdOk ¶

func (o *IntraRatEsActivationOriginalCellLoadParameters) GetLoadThresholdOk() (*int32, bool)

GetLoadThresholdOk returns a tuple with the LoadThreshold field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IntraRatEsActivationOriginalCellLoadParameters) GetTimeDuration ¶

GetTimeDuration returns the TimeDuration field value if set, zero value otherwise.

func (*IntraRatEsActivationOriginalCellLoadParameters) GetTimeDurationOk ¶

func (o *IntraRatEsActivationOriginalCellLoadParameters) GetTimeDurationOk() (*int32, bool)

GetTimeDurationOk returns a tuple with the TimeDuration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IntraRatEsActivationOriginalCellLoadParameters) HasLoadThreshold ¶

HasLoadThreshold returns a boolean if a field has been set.

func (*IntraRatEsActivationOriginalCellLoadParameters) HasTimeDuration ¶

HasTimeDuration returns a boolean if a field has been set.

func (IntraRatEsActivationOriginalCellLoadParameters) MarshalJSON ¶

func (*IntraRatEsActivationOriginalCellLoadParameters) SetLoadThreshold ¶

SetLoadThreshold gets a reference to the given int32 and assigns it to the LoadThreshold field.

func (*IntraRatEsActivationOriginalCellLoadParameters) SetTimeDuration ¶

SetTimeDuration gets a reference to the given int32 and assigns it to the TimeDuration field.

func (IntraRatEsActivationOriginalCellLoadParameters) ToMap ¶

func (o IntraRatEsActivationOriginalCellLoadParameters) ToMap() (map[string]interface{}, error)

type IntraRatEsDeactivationCandidateCellsLoadParameters ¶

type IntraRatEsDeactivationCandidateCellsLoadParameters struct {
	LoadThreshold *int32 `json:"loadThreshold,omitempty"`
	TimeDuration  *int32 `json:"timeDuration,omitempty"`
}

IntraRatEsDeactivationCandidateCellsLoadParameters struct for IntraRatEsDeactivationCandidateCellsLoadParameters

func NewIntraRatEsDeactivationCandidateCellsLoadParameters ¶

func NewIntraRatEsDeactivationCandidateCellsLoadParameters() *IntraRatEsDeactivationCandidateCellsLoadParameters

NewIntraRatEsDeactivationCandidateCellsLoadParameters instantiates a new IntraRatEsDeactivationCandidateCellsLoadParameters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewIntraRatEsDeactivationCandidateCellsLoadParametersWithDefaults ¶

func NewIntraRatEsDeactivationCandidateCellsLoadParametersWithDefaults() *IntraRatEsDeactivationCandidateCellsLoadParameters

NewIntraRatEsDeactivationCandidateCellsLoadParametersWithDefaults instantiates a new IntraRatEsDeactivationCandidateCellsLoadParameters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*IntraRatEsDeactivationCandidateCellsLoadParameters) GetLoadThreshold ¶

GetLoadThreshold returns the LoadThreshold field value if set, zero value otherwise.

func (*IntraRatEsDeactivationCandidateCellsLoadParameters) GetLoadThresholdOk ¶

GetLoadThresholdOk returns a tuple with the LoadThreshold field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IntraRatEsDeactivationCandidateCellsLoadParameters) GetTimeDuration ¶

GetTimeDuration returns the TimeDuration field value if set, zero value otherwise.

func (*IntraRatEsDeactivationCandidateCellsLoadParameters) GetTimeDurationOk ¶

GetTimeDurationOk returns a tuple with the TimeDuration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IntraRatEsDeactivationCandidateCellsLoadParameters) HasLoadThreshold ¶

HasLoadThreshold returns a boolean if a field has been set.

func (*IntraRatEsDeactivationCandidateCellsLoadParameters) HasTimeDuration ¶

HasTimeDuration returns a boolean if a field has been set.

func (IntraRatEsDeactivationCandidateCellsLoadParameters) MarshalJSON ¶

func (*IntraRatEsDeactivationCandidateCellsLoadParameters) SetLoadThreshold ¶

SetLoadThreshold gets a reference to the given int32 and assigns it to the LoadThreshold field.

func (*IntraRatEsDeactivationCandidateCellsLoadParameters) SetTimeDuration ¶

SetTimeDuration gets a reference to the given int32 and assigns it to the TimeDuration field.

func (IntraRatEsDeactivationCandidateCellsLoadParameters) ToMap ¶

type IpAddr ¶

type IpAddr struct {
	Ipv6Addr *Ipv6Addr
	String   *string
}

IpAddr - struct for IpAddr

func Ipv6AddrAsIpAddr ¶

func Ipv6AddrAsIpAddr(v *Ipv6Addr) IpAddr

Ipv6AddrAsIpAddr is a convenience function that returns Ipv6Addr wrapped in IpAddr

func StringAsIpAddr ¶

func StringAsIpAddr(v *string) IpAddr

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 ¶

func (src IpAddr) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*IpAddr) UnmarshalJSON ¶

func (dst *IpAddr) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type IpAddr1 ¶

type IpAddr1 struct {
	Ipv4Addr   *string `json:"ipv4Addr,omitempty"`
	Ipv6Addr   *string `json:"ipv6Addr,omitempty"`
	Ipv6Prefix *string `json:"ipv6Prefix,omitempty"`
}

IpAddr1 struct for IpAddr1

func NewIpAddr1 ¶

func NewIpAddr1() *IpAddr1

NewIpAddr1 instantiates a new IpAddr1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewIpAddr1WithDefaults ¶

func NewIpAddr1WithDefaults() *IpAddr1

NewIpAddr1WithDefaults instantiates a new IpAddr1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*IpAddr1) GetIpv4Addr ¶

func (o *IpAddr1) GetIpv4Addr() string

GetIpv4Addr returns the Ipv4Addr field value if set, zero value otherwise.

func (*IpAddr1) GetIpv4AddrOk ¶

func (o *IpAddr1) GetIpv4AddrOk() (*string, bool)

GetIpv4AddrOk returns a tuple with the Ipv4Addr field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IpAddr1) GetIpv6Addr ¶

func (o *IpAddr1) GetIpv6Addr() string

GetIpv6Addr returns the Ipv6Addr field value if set, zero value otherwise.

func (*IpAddr1) GetIpv6AddrOk ¶

func (o *IpAddr1) GetIpv6AddrOk() (*string, bool)

GetIpv6AddrOk returns a tuple with the Ipv6Addr field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IpAddr1) GetIpv6Prefix ¶

func (o *IpAddr1) GetIpv6Prefix() string

GetIpv6Prefix returns the Ipv6Prefix field value if set, zero value otherwise.

func (*IpAddr1) GetIpv6PrefixOk ¶

func (o *IpAddr1) GetIpv6PrefixOk() (*string, bool)

GetIpv6PrefixOk returns a tuple with the Ipv6Prefix field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IpAddr1) HasIpv4Addr ¶

func (o *IpAddr1) HasIpv4Addr() bool

HasIpv4Addr returns a boolean if a field has been set.

func (*IpAddr1) HasIpv6Addr ¶

func (o *IpAddr1) HasIpv6Addr() bool

HasIpv6Addr returns a boolean if a field has been set.

func (*IpAddr1) HasIpv6Prefix ¶

func (o *IpAddr1) HasIpv6Prefix() bool

HasIpv6Prefix returns a boolean if a field has been set.

func (IpAddr1) MarshalJSON ¶

func (o IpAddr1) MarshalJSON() ([]byte, error)

func (*IpAddr1) SetIpv4Addr ¶

func (o *IpAddr1) SetIpv4Addr(v string)

SetIpv4Addr gets a reference to the given string and assigns it to the Ipv4Addr field.

func (*IpAddr1) SetIpv6Addr ¶

func (o *IpAddr1) SetIpv6Addr(v string)

SetIpv6Addr gets a reference to the given string and assigns it to the Ipv6Addr field.

func (*IpAddr1) SetIpv6Prefix ¶

func (o *IpAddr1) SetIpv6Prefix(v string)

SetIpv6Prefix gets a reference to the given string and assigns it to the Ipv6Prefix field.

func (IpAddr1) ToMap ¶

func (o IpAddr1) ToMap() (map[string]interface{}, error)

type IpAddress ¶

type IpAddress struct {
	Ipv6Addr *Ipv6Addr
	String   *string
}

IpAddress - struct for IpAddress

func Ipv6AddrAsIpAddress ¶

func Ipv6AddrAsIpAddress(v *Ipv6Addr) IpAddress

Ipv6AddrAsIpAddress is a convenience function that returns Ipv6Addr wrapped in IpAddress

func StringAsIpAddress ¶

func StringAsIpAddress(v *string) IpAddress

stringAsIpAddress is a convenience function that returns string wrapped in IpAddress

func (*IpAddress) GetActualInstance ¶

func (obj *IpAddress) GetActualInstance() interface{}

Get the actual instance

func (IpAddress) MarshalJSON ¶

func (src IpAddress) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*IpAddress) UnmarshalJSON ¶

func (dst *IpAddress) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type IpEndPoint ¶

type IpEndPoint struct {
	Ipv4Address *string            `json:"ipv4Address,omitempty"`
	Ipv6Address *Ipv6Addr          `json:"ipv6Address,omitempty"`
	Ipv6Prefix  *Ipv6Prefix        `json:"ipv6Prefix,omitempty"`
	Transport   *TransportProtocol `json:"transport,omitempty"`
	Port        *int32             `json:"port,omitempty"`
}

IpEndPoint struct for IpEndPoint

func NewIpEndPoint ¶

func NewIpEndPoint() *IpEndPoint

NewIpEndPoint instantiates a new IpEndPoint object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewIpEndPointWithDefaults ¶

func NewIpEndPointWithDefaults() *IpEndPoint

NewIpEndPointWithDefaults instantiates a new IpEndPoint object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*IpEndPoint) GetIpv4Address ¶

func (o *IpEndPoint) GetIpv4Address() string

GetIpv4Address returns the Ipv4Address field value if set, zero value otherwise.

func (*IpEndPoint) GetIpv4AddressOk ¶

func (o *IpEndPoint) GetIpv4AddressOk() (*string, bool)

GetIpv4AddressOk returns a tuple with the Ipv4Address field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IpEndPoint) GetIpv6Address ¶

func (o *IpEndPoint) GetIpv6Address() Ipv6Addr

GetIpv6Address returns the Ipv6Address field value if set, zero value otherwise.

func (*IpEndPoint) GetIpv6AddressOk ¶

func (o *IpEndPoint) GetIpv6AddressOk() (*Ipv6Addr, bool)

GetIpv6AddressOk returns a tuple with the Ipv6Address field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IpEndPoint) GetIpv6Prefix ¶

func (o *IpEndPoint) GetIpv6Prefix() Ipv6Prefix

GetIpv6Prefix returns the Ipv6Prefix field value if set, zero value otherwise.

func (*IpEndPoint) GetIpv6PrefixOk ¶

func (o *IpEndPoint) GetIpv6PrefixOk() (*Ipv6Prefix, bool)

GetIpv6PrefixOk returns a tuple with the Ipv6Prefix field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IpEndPoint) GetPort ¶

func (o *IpEndPoint) GetPort() int32

GetPort returns the Port field value if set, zero value otherwise.

func (*IpEndPoint) GetPortOk ¶

func (o *IpEndPoint) GetPortOk() (*int32, bool)

GetPortOk returns a tuple with the Port field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IpEndPoint) GetTransport ¶

func (o *IpEndPoint) GetTransport() TransportProtocol

GetTransport returns the Transport field value if set, zero value otherwise.

func (*IpEndPoint) GetTransportOk ¶

func (o *IpEndPoint) GetTransportOk() (*TransportProtocol, bool)

GetTransportOk returns a tuple with the Transport field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IpEndPoint) HasIpv4Address ¶

func (o *IpEndPoint) HasIpv4Address() bool

HasIpv4Address returns a boolean if a field has been set.

func (*IpEndPoint) HasIpv6Address ¶

func (o *IpEndPoint) HasIpv6Address() bool

HasIpv6Address returns a boolean if a field has been set.

func (*IpEndPoint) HasIpv6Prefix ¶

func (o *IpEndPoint) HasIpv6Prefix() bool

HasIpv6Prefix returns a boolean if a field has been set.

func (*IpEndPoint) HasPort ¶

func (o *IpEndPoint) HasPort() bool

HasPort returns a boolean if a field has been set.

func (*IpEndPoint) HasTransport ¶

func (o *IpEndPoint) HasTransport() bool

HasTransport returns a boolean if a field has been set.

func (IpEndPoint) MarshalJSON ¶

func (o IpEndPoint) MarshalJSON() ([]byte, error)

func (*IpEndPoint) SetIpv4Address ¶

func (o *IpEndPoint) SetIpv4Address(v string)

SetIpv4Address gets a reference to the given string and assigns it to the Ipv4Address field.

func (*IpEndPoint) SetIpv6Address ¶

func (o *IpEndPoint) SetIpv6Address(v Ipv6Addr)

SetIpv6Address gets a reference to the given Ipv6Addr and assigns it to the Ipv6Address field.

func (*IpEndPoint) SetIpv6Prefix ¶

func (o *IpEndPoint) SetIpv6Prefix(v Ipv6Prefix)

SetIpv6Prefix gets a reference to the given Ipv6Prefix and assigns it to the Ipv6Prefix field.

func (*IpEndPoint) SetPort ¶

func (o *IpEndPoint) SetPort(v int32)

SetPort gets a reference to the given int32 and assigns it to the Port field.

func (*IpEndPoint) SetTransport ¶

func (o *IpEndPoint) SetTransport(v TransportProtocol)

SetTransport gets a reference to the given TransportProtocol and assigns it to the Transport field.

func (IpEndPoint) ToMap ¶

func (o IpEndPoint) ToMap() (map[string]interface{}, error)

type IpInterface ¶

type IpInterface struct {
	Ipv4EndpointAddresses *string   `json:"ipv4EndpointAddresses,omitempty"`
	Ipv6EndpointAddresses *Ipv6Addr `json:"ipv6EndpointAddresses,omitempty"`
	Fqdn                  *string   `json:"fqdn,omitempty"`
}

IpInterface struct for IpInterface

func NewIpInterface ¶

func NewIpInterface() *IpInterface

NewIpInterface instantiates a new IpInterface object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewIpInterfaceWithDefaults ¶

func NewIpInterfaceWithDefaults() *IpInterface

NewIpInterfaceWithDefaults instantiates a new IpInterface object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*IpInterface) GetFqdn ¶

func (o *IpInterface) GetFqdn() string

GetFqdn returns the Fqdn field value if set, zero value otherwise.

func (*IpInterface) GetFqdnOk ¶

func (o *IpInterface) GetFqdnOk() (*string, bool)

GetFqdnOk returns a tuple with the Fqdn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IpInterface) GetIpv4EndpointAddresses ¶

func (o *IpInterface) GetIpv4EndpointAddresses() string

GetIpv4EndpointAddresses returns the Ipv4EndpointAddresses field value if set, zero value otherwise.

func (*IpInterface) GetIpv4EndpointAddressesOk ¶

func (o *IpInterface) GetIpv4EndpointAddressesOk() (*string, bool)

GetIpv4EndpointAddressesOk returns a tuple with the Ipv4EndpointAddresses field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IpInterface) GetIpv6EndpointAddresses ¶

func (o *IpInterface) GetIpv6EndpointAddresses() Ipv6Addr

GetIpv6EndpointAddresses returns the Ipv6EndpointAddresses field value if set, zero value otherwise.

func (*IpInterface) GetIpv6EndpointAddressesOk ¶

func (o *IpInterface) GetIpv6EndpointAddressesOk() (*Ipv6Addr, bool)

GetIpv6EndpointAddressesOk returns a tuple with the Ipv6EndpointAddresses field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IpInterface) HasFqdn ¶

func (o *IpInterface) HasFqdn() bool

HasFqdn returns a boolean if a field has been set.

func (*IpInterface) HasIpv4EndpointAddresses ¶

func (o *IpInterface) HasIpv4EndpointAddresses() bool

HasIpv4EndpointAddresses returns a boolean if a field has been set.

func (*IpInterface) HasIpv6EndpointAddresses ¶

func (o *IpInterface) HasIpv6EndpointAddresses() bool

HasIpv6EndpointAddresses returns a boolean if a field has been set.

func (IpInterface) MarshalJSON ¶

func (o IpInterface) MarshalJSON() ([]byte, error)

func (*IpInterface) SetFqdn ¶

func (o *IpInterface) SetFqdn(v string)

SetFqdn gets a reference to the given string and assigns it to the Fqdn field.

func (*IpInterface) SetIpv4EndpointAddresses ¶

func (o *IpInterface) SetIpv4EndpointAddresses(v string)

SetIpv4EndpointAddresses gets a reference to the given string and assigns it to the Ipv4EndpointAddresses field.

func (*IpInterface) SetIpv6EndpointAddresses ¶

func (o *IpInterface) SetIpv6EndpointAddresses(v Ipv6Addr)

SetIpv6EndpointAddresses gets a reference to the given Ipv6Addr and assigns it to the Ipv6EndpointAddresses field.

func (IpInterface) ToMap ¶

func (o IpInterface) ToMap() (map[string]interface{}, error)

type IpReachability ¶

type IpReachability struct {
	String *string
}

IpReachability Indicates the type(s) of IP addresses reachable via an SCP

func (*IpReachability) MarshalJSON ¶

func (src *IpReachability) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*IpReachability) UnmarshalJSON ¶

func (dst *IpReachability) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type Ipv4AddressRange ¶

type Ipv4AddressRange struct {
	Start *string `json:"start,omitempty"`
	End   *string `json:"end,omitempty"`
}

Ipv4AddressRange Range of IPv4 addresses

func NewIpv4AddressRange ¶

func NewIpv4AddressRange() *Ipv4AddressRange

NewIpv4AddressRange instantiates a new Ipv4AddressRange object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewIpv4AddressRangeWithDefaults ¶

func NewIpv4AddressRangeWithDefaults() *Ipv4AddressRange

NewIpv4AddressRangeWithDefaults instantiates a new Ipv4AddressRange object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Ipv4AddressRange) GetEnd ¶

func (o *Ipv4AddressRange) GetEnd() string

GetEnd returns the End field value if set, zero value otherwise.

func (*Ipv4AddressRange) GetEndOk ¶

func (o *Ipv4AddressRange) GetEndOk() (*string, bool)

GetEndOk returns a tuple with the End field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Ipv4AddressRange) GetStart ¶

func (o *Ipv4AddressRange) GetStart() string

GetStart returns the Start field value if set, zero value otherwise.

func (*Ipv4AddressRange) GetStartOk ¶

func (o *Ipv4AddressRange) GetStartOk() (*string, bool)

GetStartOk returns a tuple with the Start field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Ipv4AddressRange) HasEnd ¶

func (o *Ipv4AddressRange) HasEnd() bool

HasEnd returns a boolean if a field has been set.

func (*Ipv4AddressRange) HasStart ¶

func (o *Ipv4AddressRange) HasStart() bool

HasStart returns a boolean if a field has been set.

func (Ipv4AddressRange) MarshalJSON ¶

func (o Ipv4AddressRange) MarshalJSON() ([]byte, error)

func (*Ipv4AddressRange) SetEnd ¶

func (o *Ipv4AddressRange) SetEnd(v string)

SetEnd gets a reference to the given string and assigns it to the End field.

func (*Ipv4AddressRange) SetStart ¶

func (o *Ipv4AddressRange) SetStart(v string)

SetStart gets a reference to the given string and assigns it to the Start field.

func (Ipv4AddressRange) ToMap ¶

func (o Ipv4AddressRange) ToMap() (map[string]interface{}, error)

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 ¶

func (o Ipv6Addr) MarshalJSON() ([]byte, error)

func (Ipv6Addr) ToMap ¶

func (o Ipv6Addr) ToMap() (map[string]interface{}, error)

type Ipv6Addr1 ¶

type Ipv6Addr1 struct {
}

Ipv6Addr1 String identifying an IPv6 address formatted according to clause 4 of RFC5952. The mixed IPv4 IPv6 notation according to clause 5 of RFC5952 shall not be used.

func NewIpv6Addr1 ¶

func NewIpv6Addr1() *Ipv6Addr1

NewIpv6Addr1 instantiates a new Ipv6Addr1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewIpv6Addr1WithDefaults ¶

func NewIpv6Addr1WithDefaults() *Ipv6Addr1

NewIpv6Addr1WithDefaults instantiates a new Ipv6Addr1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (Ipv6Addr1) MarshalJSON ¶

func (o Ipv6Addr1) MarshalJSON() ([]byte, error)

func (Ipv6Addr1) ToMap ¶

func (o Ipv6Addr1) ToMap() (map[string]interface{}, error)

type Ipv6Prefix ¶

type Ipv6Prefix struct {
}

Ipv6Prefix struct for Ipv6Prefix

func NewIpv6Prefix ¶

func NewIpv6Prefix() *Ipv6Prefix

NewIpv6Prefix instantiates a new Ipv6Prefix object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewIpv6PrefixWithDefaults ¶

func NewIpv6PrefixWithDefaults() *Ipv6Prefix

NewIpv6PrefixWithDefaults instantiates a new Ipv6Prefix object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (Ipv6Prefix) MarshalJSON ¶

func (o Ipv6Prefix) MarshalJSON() ([]byte, error)

func (Ipv6Prefix) ToMap ¶

func (o Ipv6Prefix) ToMap() (map[string]interface{}, error)

type Ipv6Prefix1 ¶

type Ipv6Prefix1 struct {
}

Ipv6Prefix1 String identifying an IPv6 address prefix formatted according to clause 4 of RFC 5952. IPv6Prefix data type may contain an individual /128 IPv6 address.

func NewIpv6Prefix1 ¶

func NewIpv6Prefix1() *Ipv6Prefix1

NewIpv6Prefix1 instantiates a new Ipv6Prefix1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewIpv6Prefix1WithDefaults ¶

func NewIpv6Prefix1WithDefaults() *Ipv6Prefix1

NewIpv6Prefix1WithDefaults instantiates a new Ipv6Prefix1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (Ipv6Prefix1) MarshalJSON ¶

func (o Ipv6Prefix1) MarshalJSON() ([]byte, error)

func (Ipv6Prefix1) ToMap ¶

func (o Ipv6Prefix1) ToMap() (map[string]interface{}, error)

type Ipv6PrefixRange ¶

type Ipv6PrefixRange struct {
	Start *Ipv6Prefix1 `json:"start,omitempty"`
	End   *Ipv6Prefix1 `json:"end,omitempty"`
}

Ipv6PrefixRange Range of IPv6 prefixes

func NewIpv6PrefixRange ¶

func NewIpv6PrefixRange() *Ipv6PrefixRange

NewIpv6PrefixRange instantiates a new Ipv6PrefixRange object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewIpv6PrefixRangeWithDefaults ¶

func NewIpv6PrefixRangeWithDefaults() *Ipv6PrefixRange

NewIpv6PrefixRangeWithDefaults instantiates a new Ipv6PrefixRange object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Ipv6PrefixRange) GetEnd ¶

func (o *Ipv6PrefixRange) GetEnd() Ipv6Prefix1

GetEnd returns the End field value if set, zero value otherwise.

func (*Ipv6PrefixRange) GetEndOk ¶

func (o *Ipv6PrefixRange) GetEndOk() (*Ipv6Prefix1, bool)

GetEndOk returns a tuple with the End field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Ipv6PrefixRange) GetStart ¶

func (o *Ipv6PrefixRange) GetStart() Ipv6Prefix1

GetStart returns the Start field value if set, zero value otherwise.

func (*Ipv6PrefixRange) GetStartOk ¶

func (o *Ipv6PrefixRange) GetStartOk() (*Ipv6Prefix1, bool)

GetStartOk returns a tuple with the Start field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Ipv6PrefixRange) HasEnd ¶

func (o *Ipv6PrefixRange) HasEnd() bool

HasEnd returns a boolean if a field has been set.

func (*Ipv6PrefixRange) HasStart ¶

func (o *Ipv6PrefixRange) HasStart() bool

HasStart returns a boolean if a field has been set.

func (Ipv6PrefixRange) MarshalJSON ¶

func (o Ipv6PrefixRange) MarshalJSON() ([]byte, error)

func (*Ipv6PrefixRange) SetEnd ¶

func (o *Ipv6PrefixRange) SetEnd(v Ipv6Prefix1)

SetEnd gets a reference to the given Ipv6Prefix1 and assigns it to the End field.

func (*Ipv6PrefixRange) SetStart ¶

func (o *Ipv6PrefixRange) SetStart(v Ipv6Prefix1)

SetStart gets a reference to the given Ipv6Prefix1 and assigns it to the Start field.

func (Ipv6PrefixRange) ToMap ¶

func (o Ipv6PrefixRange) ToMap() (map[string]interface{}, error)

type IsESCoveredBy ¶

type IsESCoveredBy string

IsESCoveredBy the model 'IsESCoveredBy'

const (
	FALSE   IsESCoveredBy = "false"
	PARTIAL IsESCoveredBy = "PARTIAL"
	FULL    IsESCoveredBy = "FULL"
)

List of IsESCoveredBy

func NewIsESCoveredByFromValue ¶

func NewIsESCoveredByFromValue(v string) (*IsESCoveredBy, error)

NewIsESCoveredByFromValue returns a pointer to a valid IsESCoveredBy for the value passed as argument, or an error if the value passed is not allowed by the enum

func (IsESCoveredBy) IsValid ¶

func (v IsESCoveredBy) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (IsESCoveredBy) Ptr ¶

func (v IsESCoveredBy) Ptr() *IsESCoveredBy

Ptr returns reference to IsESCoveredBy value

func (*IsESCoveredBy) UnmarshalJSON ¶

func (v *IsESCoveredBy) UnmarshalJSON(src []byte) error

type IsInitialBwp ¶

type IsInitialBwp string

IsInitialBwp the model 'IsInitialBwp'

const (
	INITIAL IsInitialBwp = "INITIAL"
	OTHER   IsInitialBwp = "OTHER"
	SUL     IsInitialBwp = "SUL"
)

List of IsInitialBwp

func NewIsInitialBwpFromValue ¶

func NewIsInitialBwpFromValue(v string) (*IsInitialBwp, error)

NewIsInitialBwpFromValue returns a pointer to a valid IsInitialBwp for the value passed as argument, or an error if the value passed is not allowed by the enum

func (IsInitialBwp) IsValid ¶

func (v IsInitialBwp) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (IsInitialBwp) Ptr ¶

func (v IsInitialBwp) Ptr() *IsInitialBwp

Ptr returns reference to IsInitialBwp value

func (*IsInitialBwp) UnmarshalJSON ¶

func (v *IsInitialBwp) UnmarshalJSON(src []byte) error

type JobTypeType ¶

type JobTypeType string

JobTypeType Specifies whether the TraceJob represents only MDT, Logged MBSFN MDT, Trace or a combined Trace and MDT job. Applicable for Trace, MDT, RCEF and RLF reporting. See 3GPP TS 32.422 clause 5.9a for additional details.

const (
	IMMEDIATE_MDT_ONLY      JobTypeType = "IMMEDIATE_MDT_ONLY"
	LOGGED_MDT_ONLY         JobTypeType = "LOGGED_MDT_ONLY"
	TRACE_ONLY              JobTypeType = "TRACE_ONLY"
	IMMEDIATE_MDT_AND_TRACE JobTypeType = "IMMEDIATE_MDT AND TRACE"
	RLF_REPORT_ONLY         JobTypeType = "RLF_REPORT_ONLY"
	RCEF_REPORT_ONLY        JobTypeType = "RCEF_REPORT_ONLY"
	LOGGED_MBSFN_MDT        JobTypeType = "LOGGED_MBSFN_MDT"
)

List of jobType-Type

func NewJobTypeTypeFromValue ¶

func NewJobTypeTypeFromValue(v string) (*JobTypeType, error)

NewJobTypeTypeFromValue returns a pointer to a valid JobTypeType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (JobTypeType) IsValid ¶

func (v JobTypeType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (JobTypeType) Ptr ¶

func (v JobTypeType) Ptr() *JobTypeType

Ptr returns reference to jobType-Type value

func (*JobTypeType) UnmarshalJSON ¶

func (v *JobTypeType) UnmarshalJSON(src []byte) error

type KPIMonitoring ¶

type KPIMonitoring struct {
	ServAttrCom *ServAttrCom `json:"servAttrCom,omitempty"`
	KPIList     []string     `json:"kPIList,omitempty"`
}

KPIMonitoring struct for KPIMonitoring

func NewKPIMonitoring ¶

func NewKPIMonitoring() *KPIMonitoring

NewKPIMonitoring instantiates a new KPIMonitoring object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewKPIMonitoringWithDefaults ¶

func NewKPIMonitoringWithDefaults() *KPIMonitoring

NewKPIMonitoringWithDefaults instantiates a new KPIMonitoring object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*KPIMonitoring) GetKPIList ¶

func (o *KPIMonitoring) GetKPIList() []string

GetKPIList returns the KPIList field value if set, zero value otherwise.

func (*KPIMonitoring) GetKPIListOk ¶

func (o *KPIMonitoring) GetKPIListOk() ([]string, bool)

GetKPIListOk returns a tuple with the KPIList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KPIMonitoring) GetServAttrCom ¶

func (o *KPIMonitoring) GetServAttrCom() ServAttrCom

GetServAttrCom returns the ServAttrCom field value if set, zero value otherwise.

func (*KPIMonitoring) GetServAttrComOk ¶

func (o *KPIMonitoring) GetServAttrComOk() (*ServAttrCom, bool)

GetServAttrComOk returns a tuple with the ServAttrCom field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KPIMonitoring) HasKPIList ¶

func (o *KPIMonitoring) HasKPIList() bool

HasKPIList returns a boolean if a field has been set.

func (*KPIMonitoring) HasServAttrCom ¶

func (o *KPIMonitoring) HasServAttrCom() bool

HasServAttrCom returns a boolean if a field has been set.

func (KPIMonitoring) MarshalJSON ¶

func (o KPIMonitoring) MarshalJSON() ([]byte, error)

func (*KPIMonitoring) SetKPIList ¶

func (o *KPIMonitoring) SetKPIList(v []string)

SetKPIList gets a reference to the given []string and assigns it to the KPIList field.

func (*KPIMonitoring) SetServAttrCom ¶

func (o *KPIMonitoring) SetServAttrCom(v ServAttrCom)

SetServAttrCom gets a reference to the given ServAttrCom and assigns it to the ServAttrCom field.

func (KPIMonitoring) ToMap ¶

func (o KPIMonitoring) ToMap() (map[string]interface{}, 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 LmfFunctionSingle ¶

type LmfFunctionSingle struct {
	Top
	Attributes       *LmfFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
	PerfMetricJob    []PerfMetricJobSingle             `json:"PerfMetricJob,omitempty"`
	ThresholdMonitor []ThresholdMonitorSingle          `json:"ThresholdMonitor,omitempty"`
	ManagedNFService []ManagedNFServiceSingle          `json:"ManagedNFService,omitempty"`
	TraceJob         []TraceJobSingle                  `json:"TraceJob,omitempty"`
	EP_NLS           []EPNLSSingle                     `json:"EP_NLS,omitempty"`
}

LmfFunctionSingle struct for LmfFunctionSingle

func NewLmfFunctionSingle ¶

func NewLmfFunctionSingle(id NullableString) *LmfFunctionSingle

NewLmfFunctionSingle instantiates a new LmfFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLmfFunctionSingleWithDefaults ¶

func NewLmfFunctionSingleWithDefaults() *LmfFunctionSingle

NewLmfFunctionSingleWithDefaults instantiates a new LmfFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*LmfFunctionSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*LmfFunctionSingle) GetAttributesOk ¶

func (o *LmfFunctionSingle) GetAttributesOk() (*LmfFunctionSingleAllOfAttributes, 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 (*LmfFunctionSingle) GetEP_NLS ¶

func (o *LmfFunctionSingle) GetEP_NLS() []EPNLSSingle

GetEP_NLS returns the EP_NLS field value if set, zero value otherwise.

func (*LmfFunctionSingle) GetEP_NLSOk ¶

func (o *LmfFunctionSingle) GetEP_NLSOk() ([]EPNLSSingle, bool)

GetEP_NLSOk returns a tuple with the EP_NLS field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LmfFunctionSingle) GetManagedNFService ¶

func (o *LmfFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle

GetManagedNFService returns the ManagedNFService field value if set, zero value otherwise.

func (*LmfFunctionSingle) GetManagedNFServiceOk ¶

func (o *LmfFunctionSingle) 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 (*LmfFunctionSingle) GetPerfMetricJob ¶

func (o *LmfFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle

GetPerfMetricJob returns the PerfMetricJob field value if set, zero value otherwise.

func (*LmfFunctionSingle) GetPerfMetricJobOk ¶

func (o *LmfFunctionSingle) 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 (*LmfFunctionSingle) GetThresholdMonitor ¶

func (o *LmfFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle

GetThresholdMonitor returns the ThresholdMonitor field value if set, zero value otherwise.

func (*LmfFunctionSingle) GetThresholdMonitorOk ¶

func (o *LmfFunctionSingle) 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 (*LmfFunctionSingle) GetTraceJob ¶

func (o *LmfFunctionSingle) GetTraceJob() []TraceJobSingle

GetTraceJob returns the TraceJob field value if set, zero value otherwise.

func (*LmfFunctionSingle) GetTraceJobOk ¶

func (o *LmfFunctionSingle) 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 (*LmfFunctionSingle) HasAttributes ¶

func (o *LmfFunctionSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*LmfFunctionSingle) HasEP_NLS ¶

func (o *LmfFunctionSingle) HasEP_NLS() bool

HasEP_NLS returns a boolean if a field has been set.

func (*LmfFunctionSingle) HasManagedNFService ¶

func (o *LmfFunctionSingle) HasManagedNFService() bool

HasManagedNFService returns a boolean if a field has been set.

func (*LmfFunctionSingle) HasPerfMetricJob ¶

func (o *LmfFunctionSingle) HasPerfMetricJob() bool

HasPerfMetricJob returns a boolean if a field has been set.

func (*LmfFunctionSingle) HasThresholdMonitor ¶

func (o *LmfFunctionSingle) HasThresholdMonitor() bool

HasThresholdMonitor returns a boolean if a field has been set.

func (*LmfFunctionSingle) HasTraceJob ¶

func (o *LmfFunctionSingle) HasTraceJob() bool

HasTraceJob returns a boolean if a field has been set.

func (LmfFunctionSingle) MarshalJSON ¶

func (o LmfFunctionSingle) MarshalJSON() ([]byte, error)

func (*LmfFunctionSingle) SetAttributes ¶

SetAttributes gets a reference to the given LmfFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (*LmfFunctionSingle) SetEP_NLS ¶

func (o *LmfFunctionSingle) SetEP_NLS(v []EPNLSSingle)

SetEP_NLS gets a reference to the given []EPNLSSingle and assigns it to the EP_NLS field.

func (*LmfFunctionSingle) SetManagedNFService ¶

func (o *LmfFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle)

SetManagedNFService gets a reference to the given []ManagedNFServiceSingle and assigns it to the ManagedNFService field.

func (*LmfFunctionSingle) SetPerfMetricJob ¶

func (o *LmfFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle)

SetPerfMetricJob gets a reference to the given []PerfMetricJobSingle and assigns it to the PerfMetricJob field.

func (*LmfFunctionSingle) SetThresholdMonitor ¶

func (o *LmfFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)

SetThresholdMonitor gets a reference to the given []ThresholdMonitorSingle and assigns it to the ThresholdMonitor field.

func (*LmfFunctionSingle) SetTraceJob ¶

func (o *LmfFunctionSingle) SetTraceJob(v []TraceJobSingle)

SetTraceJob gets a reference to the given []TraceJobSingle and assigns it to the TraceJob field.

func (LmfFunctionSingle) ToMap ¶

func (o LmfFunctionSingle) ToMap() (map[string]interface{}, error)

type LmfFunctionSingleAllOf ¶

type LmfFunctionSingleAllOf struct {
	Attributes *LmfFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}

LmfFunctionSingleAllOf struct for LmfFunctionSingleAllOf

func NewLmfFunctionSingleAllOf ¶

func NewLmfFunctionSingleAllOf() *LmfFunctionSingleAllOf

NewLmfFunctionSingleAllOf instantiates a new LmfFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLmfFunctionSingleAllOfWithDefaults ¶

func NewLmfFunctionSingleAllOfWithDefaults() *LmfFunctionSingleAllOf

NewLmfFunctionSingleAllOfWithDefaults instantiates a new LmfFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*LmfFunctionSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*LmfFunctionSingleAllOf) GetAttributesOk ¶

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 (*LmfFunctionSingleAllOf) HasAttributes ¶

func (o *LmfFunctionSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (LmfFunctionSingleAllOf) MarshalJSON ¶

func (o LmfFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*LmfFunctionSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given LmfFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (LmfFunctionSingleAllOf) ToMap ¶

func (o LmfFunctionSingleAllOf) ToMap() (map[string]interface{}, error)

type LmfFunctionSingleAllOf1 ¶

type LmfFunctionSingleAllOf1 struct {
	EP_NLS []EPNLSSingle `json:"EP_NLS,omitempty"`
}

LmfFunctionSingleAllOf1 struct for LmfFunctionSingleAllOf1

func NewLmfFunctionSingleAllOf1 ¶

func NewLmfFunctionSingleAllOf1() *LmfFunctionSingleAllOf1

NewLmfFunctionSingleAllOf1 instantiates a new LmfFunctionSingleAllOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLmfFunctionSingleAllOf1WithDefaults ¶

func NewLmfFunctionSingleAllOf1WithDefaults() *LmfFunctionSingleAllOf1

NewLmfFunctionSingleAllOf1WithDefaults instantiates a new LmfFunctionSingleAllOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*LmfFunctionSingleAllOf1) GetEP_NLS ¶

func (o *LmfFunctionSingleAllOf1) GetEP_NLS() []EPNLSSingle

GetEP_NLS returns the EP_NLS field value if set, zero value otherwise.

func (*LmfFunctionSingleAllOf1) GetEP_NLSOk ¶

func (o *LmfFunctionSingleAllOf1) GetEP_NLSOk() ([]EPNLSSingle, bool)

GetEP_NLSOk returns a tuple with the EP_NLS field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LmfFunctionSingleAllOf1) HasEP_NLS ¶

func (o *LmfFunctionSingleAllOf1) HasEP_NLS() bool

HasEP_NLS returns a boolean if a field has been set.

func (LmfFunctionSingleAllOf1) MarshalJSON ¶

func (o LmfFunctionSingleAllOf1) MarshalJSON() ([]byte, error)

func (*LmfFunctionSingleAllOf1) SetEP_NLS ¶

func (o *LmfFunctionSingleAllOf1) SetEP_NLS(v []EPNLSSingle)

SetEP_NLS gets a reference to the given []EPNLSSingle and assigns it to the EP_NLS field.

func (LmfFunctionSingleAllOf1) ToMap ¶

func (o LmfFunctionSingleAllOf1) ToMap() (map[string]interface{}, error)

type LmfFunctionSingleAllOfAttributes ¶

type LmfFunctionSingleAllOfAttributes struct {
	ManagedFunctionAttr
	PlmnIdList       []PlmnId          `json:"plmnIdList,omitempty"`
	ManagedNFProfile *ManagedNFProfile `json:"managedNFProfile,omitempty"`
	CommModelList    []CommModel       `json:"commModelList,omitempty"`
}

LmfFunctionSingleAllOfAttributes struct for LmfFunctionSingleAllOfAttributes

func NewLmfFunctionSingleAllOfAttributes ¶

func NewLmfFunctionSingleAllOfAttributes() *LmfFunctionSingleAllOfAttributes

NewLmfFunctionSingleAllOfAttributes instantiates a new LmfFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLmfFunctionSingleAllOfAttributesWithDefaults ¶

func NewLmfFunctionSingleAllOfAttributesWithDefaults() *LmfFunctionSingleAllOfAttributes

NewLmfFunctionSingleAllOfAttributesWithDefaults instantiates a new LmfFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*LmfFunctionSingleAllOfAttributes) GetCommModelList ¶

func (o *LmfFunctionSingleAllOfAttributes) GetCommModelList() []CommModel

GetCommModelList returns the CommModelList field value if set, zero value otherwise.

func (*LmfFunctionSingleAllOfAttributes) GetCommModelListOk ¶

func (o *LmfFunctionSingleAllOfAttributes) GetCommModelListOk() ([]CommModel, bool)

GetCommModelListOk returns a tuple with the CommModelList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LmfFunctionSingleAllOfAttributes) GetManagedNFProfile ¶

func (o *LmfFunctionSingleAllOfAttributes) GetManagedNFProfile() ManagedNFProfile

GetManagedNFProfile returns the ManagedNFProfile field value if set, zero value otherwise.

func (*LmfFunctionSingleAllOfAttributes) GetManagedNFProfileOk ¶

func (o *LmfFunctionSingleAllOfAttributes) GetManagedNFProfileOk() (*ManagedNFProfile, bool)

GetManagedNFProfileOk returns a tuple with the ManagedNFProfile field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LmfFunctionSingleAllOfAttributes) GetPlmnIdList ¶

func (o *LmfFunctionSingleAllOfAttributes) GetPlmnIdList() []PlmnId

GetPlmnIdList returns the PlmnIdList field value if set, zero value otherwise.

func (*LmfFunctionSingleAllOfAttributes) GetPlmnIdListOk ¶

func (o *LmfFunctionSingleAllOfAttributes) GetPlmnIdListOk() ([]PlmnId, bool)

GetPlmnIdListOk returns a tuple with the PlmnIdList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LmfFunctionSingleAllOfAttributes) HasCommModelList ¶

func (o *LmfFunctionSingleAllOfAttributes) HasCommModelList() bool

HasCommModelList returns a boolean if a field has been set.

func (*LmfFunctionSingleAllOfAttributes) HasManagedNFProfile ¶

func (o *LmfFunctionSingleAllOfAttributes) HasManagedNFProfile() bool

HasManagedNFProfile returns a boolean if a field has been set.

func (*LmfFunctionSingleAllOfAttributes) HasPlmnIdList ¶

func (o *LmfFunctionSingleAllOfAttributes) HasPlmnIdList() bool

HasPlmnIdList returns a boolean if a field has been set.

func (LmfFunctionSingleAllOfAttributes) MarshalJSON ¶

func (o LmfFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*LmfFunctionSingleAllOfAttributes) SetCommModelList ¶

func (o *LmfFunctionSingleAllOfAttributes) SetCommModelList(v []CommModel)

SetCommModelList gets a reference to the given []CommModel and assigns it to the CommModelList field.

func (*LmfFunctionSingleAllOfAttributes) SetManagedNFProfile ¶

func (o *LmfFunctionSingleAllOfAttributes) SetManagedNFProfile(v ManagedNFProfile)

SetManagedNFProfile gets a reference to the given ManagedNFProfile and assigns it to the ManagedNFProfile field.

func (*LmfFunctionSingleAllOfAttributes) SetPlmnIdList ¶

func (o *LmfFunctionSingleAllOfAttributes) SetPlmnIdList(v []PlmnId)

SetPlmnIdList gets a reference to the given []PlmnId and assigns it to the PlmnIdList field.

func (LmfFunctionSingleAllOfAttributes) ToMap ¶

func (o LmfFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type LmfFunctionSingleAllOfAttributesAllOf ¶

type LmfFunctionSingleAllOfAttributesAllOf struct {
	PlmnIdList       []PlmnId          `json:"plmnIdList,omitempty"`
	ManagedNFProfile *ManagedNFProfile `json:"managedNFProfile,omitempty"`
	CommModelList    []CommModel       `json:"commModelList,omitempty"`
}

LmfFunctionSingleAllOfAttributesAllOf struct for LmfFunctionSingleAllOfAttributesAllOf

func NewLmfFunctionSingleAllOfAttributesAllOf ¶

func NewLmfFunctionSingleAllOfAttributesAllOf() *LmfFunctionSingleAllOfAttributesAllOf

NewLmfFunctionSingleAllOfAttributesAllOf instantiates a new LmfFunctionSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLmfFunctionSingleAllOfAttributesAllOfWithDefaults ¶

func NewLmfFunctionSingleAllOfAttributesAllOfWithDefaults() *LmfFunctionSingleAllOfAttributesAllOf

NewLmfFunctionSingleAllOfAttributesAllOfWithDefaults instantiates a new LmfFunctionSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*LmfFunctionSingleAllOfAttributesAllOf) GetCommModelList ¶

func (o *LmfFunctionSingleAllOfAttributesAllOf) GetCommModelList() []CommModel

GetCommModelList returns the CommModelList field value if set, zero value otherwise.

func (*LmfFunctionSingleAllOfAttributesAllOf) GetCommModelListOk ¶

func (o *LmfFunctionSingleAllOfAttributesAllOf) GetCommModelListOk() ([]CommModel, bool)

GetCommModelListOk returns a tuple with the CommModelList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LmfFunctionSingleAllOfAttributesAllOf) GetManagedNFProfile ¶

GetManagedNFProfile returns the ManagedNFProfile field value if set, zero value otherwise.

func (*LmfFunctionSingleAllOfAttributesAllOf) GetManagedNFProfileOk ¶

func (o *LmfFunctionSingleAllOfAttributesAllOf) GetManagedNFProfileOk() (*ManagedNFProfile, bool)

GetManagedNFProfileOk returns a tuple with the ManagedNFProfile field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LmfFunctionSingleAllOfAttributesAllOf) GetPlmnIdList ¶

func (o *LmfFunctionSingleAllOfAttributesAllOf) GetPlmnIdList() []PlmnId

GetPlmnIdList returns the PlmnIdList field value if set, zero value otherwise.

func (*LmfFunctionSingleAllOfAttributesAllOf) GetPlmnIdListOk ¶

func (o *LmfFunctionSingleAllOfAttributesAllOf) GetPlmnIdListOk() ([]PlmnId, bool)

GetPlmnIdListOk returns a tuple with the PlmnIdList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LmfFunctionSingleAllOfAttributesAllOf) HasCommModelList ¶

func (o *LmfFunctionSingleAllOfAttributesAllOf) HasCommModelList() bool

HasCommModelList returns a boolean if a field has been set.

func (*LmfFunctionSingleAllOfAttributesAllOf) HasManagedNFProfile ¶

func (o *LmfFunctionSingleAllOfAttributesAllOf) HasManagedNFProfile() bool

HasManagedNFProfile returns a boolean if a field has been set.

func (*LmfFunctionSingleAllOfAttributesAllOf) HasPlmnIdList ¶

func (o *LmfFunctionSingleAllOfAttributesAllOf) HasPlmnIdList() bool

HasPlmnIdList returns a boolean if a field has been set.

func (LmfFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (o LmfFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)

func (*LmfFunctionSingleAllOfAttributesAllOf) SetCommModelList ¶

func (o *LmfFunctionSingleAllOfAttributesAllOf) SetCommModelList(v []CommModel)

SetCommModelList gets a reference to the given []CommModel and assigns it to the CommModelList field.

func (*LmfFunctionSingleAllOfAttributesAllOf) SetManagedNFProfile ¶

func (o *LmfFunctionSingleAllOfAttributesAllOf) SetManagedNFProfile(v ManagedNFProfile)

SetManagedNFProfile gets a reference to the given ManagedNFProfile and assigns it to the ManagedNFProfile field.

func (*LmfFunctionSingleAllOfAttributesAllOf) SetPlmnIdList ¶

func (o *LmfFunctionSingleAllOfAttributesAllOf) SetPlmnIdList(v []PlmnId)

SetPlmnIdList gets a reference to the given []PlmnId and assigns it to the PlmnIdList field.

func (LmfFunctionSingleAllOfAttributesAllOf) ToMap ¶

func (o LmfFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)

type LocalAddress ¶

type LocalAddress struct {
	AddressWithVlan *AddressWithVlan `json:"addressWithVlan,omitempty"`
	Port            *int32           `json:"port,omitempty"`
}

LocalAddress struct for LocalAddress

func NewLocalAddress ¶

func NewLocalAddress() *LocalAddress

NewLocalAddress instantiates a new LocalAddress object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLocalAddressWithDefaults ¶

func NewLocalAddressWithDefaults() *LocalAddress

NewLocalAddressWithDefaults instantiates a new LocalAddress object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*LocalAddress) GetAddressWithVlan ¶

func (o *LocalAddress) GetAddressWithVlan() AddressWithVlan

GetAddressWithVlan returns the AddressWithVlan field value if set, zero value otherwise.

func (*LocalAddress) GetAddressWithVlanOk ¶

func (o *LocalAddress) GetAddressWithVlanOk() (*AddressWithVlan, bool)

GetAddressWithVlanOk returns a tuple with the AddressWithVlan field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LocalAddress) GetPort ¶

func (o *LocalAddress) GetPort() int32

GetPort returns the Port field value if set, zero value otherwise.

func (*LocalAddress) GetPortOk ¶

func (o *LocalAddress) GetPortOk() (*int32, bool)

GetPortOk returns a tuple with the Port field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LocalAddress) HasAddressWithVlan ¶

func (o *LocalAddress) HasAddressWithVlan() bool

HasAddressWithVlan returns a boolean if a field has been set.

func (*LocalAddress) HasPort ¶

func (o *LocalAddress) HasPort() bool

HasPort returns a boolean if a field has been set.

func (LocalAddress) MarshalJSON ¶

func (o LocalAddress) MarshalJSON() ([]byte, error)

func (*LocalAddress) SetAddressWithVlan ¶

func (o *LocalAddress) SetAddressWithVlan(v AddressWithVlan)

SetAddressWithVlan gets a reference to the given AddressWithVlan and assigns it to the AddressWithVlan field.

func (*LocalAddress) SetPort ¶

func (o *LocalAddress) SetPort(v int32)

SetPort gets a reference to the given int32 and assigns it to the Port field.

func (LocalAddress) ToMap ¶

func (o LocalAddress) ToMap() (map[string]interface{}, error)

type LoggingDurationType ¶

type LoggingDurationType string

LoggingDurationType See details in 3GPP TS 32.422 clause 5.10.9.

func NewLoggingDurationTypeFromValue ¶

func NewLoggingDurationTypeFromValue(v string) (*LoggingDurationType, error)

NewLoggingDurationTypeFromValue returns a pointer to a valid LoggingDurationType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (LoggingDurationType) IsValid ¶

func (v LoggingDurationType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (LoggingDurationType) Ptr ¶

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 LogicalInterfaceInfo ¶

type LogicalInterfaceInfo struct {
	LogicalInterfaceType *string `json:"logicalInterfaceType,omitempty"`
	LogicalInterfaceId   *string `json:"logicalInterfaceId,omitempty"`
}

LogicalInterfaceInfo struct for LogicalInterfaceInfo

func NewLogicalInterfaceInfo ¶

func NewLogicalInterfaceInfo() *LogicalInterfaceInfo

NewLogicalInterfaceInfo instantiates a new LogicalInterfaceInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLogicalInterfaceInfoWithDefaults ¶

func NewLogicalInterfaceInfoWithDefaults() *LogicalInterfaceInfo

NewLogicalInterfaceInfoWithDefaults instantiates a new LogicalInterfaceInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*LogicalInterfaceInfo) GetLogicalInterfaceId ¶

func (o *LogicalInterfaceInfo) GetLogicalInterfaceId() string

GetLogicalInterfaceId returns the LogicalInterfaceId field value if set, zero value otherwise.

func (*LogicalInterfaceInfo) GetLogicalInterfaceIdOk ¶

func (o *LogicalInterfaceInfo) GetLogicalInterfaceIdOk() (*string, bool)

GetLogicalInterfaceIdOk returns a tuple with the LogicalInterfaceId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LogicalInterfaceInfo) GetLogicalInterfaceType ¶

func (o *LogicalInterfaceInfo) GetLogicalInterfaceType() string

GetLogicalInterfaceType returns the LogicalInterfaceType field value if set, zero value otherwise.

func (*LogicalInterfaceInfo) GetLogicalInterfaceTypeOk ¶

func (o *LogicalInterfaceInfo) GetLogicalInterfaceTypeOk() (*string, bool)

GetLogicalInterfaceTypeOk returns a tuple with the LogicalInterfaceType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LogicalInterfaceInfo) HasLogicalInterfaceId ¶

func (o *LogicalInterfaceInfo) HasLogicalInterfaceId() bool

HasLogicalInterfaceId returns a boolean if a field has been set.

func (*LogicalInterfaceInfo) HasLogicalInterfaceType ¶

func (o *LogicalInterfaceInfo) HasLogicalInterfaceType() bool

HasLogicalInterfaceType returns a boolean if a field has been set.

func (LogicalInterfaceInfo) MarshalJSON ¶

func (o LogicalInterfaceInfo) MarshalJSON() ([]byte, error)

func (*LogicalInterfaceInfo) SetLogicalInterfaceId ¶

func (o *LogicalInterfaceInfo) SetLogicalInterfaceId(v string)

SetLogicalInterfaceId gets a reference to the given string and assigns it to the LogicalInterfaceId field.

func (*LogicalInterfaceInfo) SetLogicalInterfaceType ¶

func (o *LogicalInterfaceInfo) SetLogicalInterfaceType(v string)

SetLogicalInterfaceType gets a reference to the given string and assigns it to the LogicalInterfaceType field.

func (LogicalInterfaceInfo) ToMap ¶

func (o LogicalInterfaceInfo) ToMap() (map[string]interface{}, error)

type LowDLRANUEThptContext ¶

type LowDLRANUEThptContext struct {
	ContextAttribute  *string  `json:"contextAttribute,omitempty"`
	ContextCondition  *string  `json:"contextCondition,omitempty"`
	ContextValueRange *float32 `json:"contextValueRange,omitempty"`
}

LowDLRANUEThptContext This data type is the \"TargetContext\" data type with specialisations for LowDLRANUEThptContext

func NewLowDLRANUEThptContext ¶

func NewLowDLRANUEThptContext() *LowDLRANUEThptContext

NewLowDLRANUEThptContext instantiates a new LowDLRANUEThptContext object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLowDLRANUEThptContextWithDefaults ¶

func NewLowDLRANUEThptContextWithDefaults() *LowDLRANUEThptContext

NewLowDLRANUEThptContextWithDefaults instantiates a new LowDLRANUEThptContext object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*LowDLRANUEThptContext) GetContextAttribute ¶

func (o *LowDLRANUEThptContext) GetContextAttribute() string

GetContextAttribute returns the ContextAttribute field value if set, zero value otherwise.

func (*LowDLRANUEThptContext) GetContextAttributeOk ¶

func (o *LowDLRANUEThptContext) GetContextAttributeOk() (*string, bool)

GetContextAttributeOk returns a tuple with the ContextAttribute field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LowDLRANUEThptContext) GetContextCondition ¶

func (o *LowDLRANUEThptContext) GetContextCondition() string

GetContextCondition returns the ContextCondition field value if set, zero value otherwise.

func (*LowDLRANUEThptContext) GetContextConditionOk ¶

func (o *LowDLRANUEThptContext) GetContextConditionOk() (*string, bool)

GetContextConditionOk returns a tuple with the ContextCondition field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LowDLRANUEThptContext) GetContextValueRange ¶

func (o *LowDLRANUEThptContext) GetContextValueRange() float32

GetContextValueRange returns the ContextValueRange field value if set, zero value otherwise.

func (*LowDLRANUEThptContext) GetContextValueRangeOk ¶

func (o *LowDLRANUEThptContext) GetContextValueRangeOk() (*float32, bool)

GetContextValueRangeOk returns a tuple with the ContextValueRange field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LowDLRANUEThptContext) HasContextAttribute ¶

func (o *LowDLRANUEThptContext) HasContextAttribute() bool

HasContextAttribute returns a boolean if a field has been set.

func (*LowDLRANUEThptContext) HasContextCondition ¶

func (o *LowDLRANUEThptContext) HasContextCondition() bool

HasContextCondition returns a boolean if a field has been set.

func (*LowDLRANUEThptContext) HasContextValueRange ¶

func (o *LowDLRANUEThptContext) HasContextValueRange() bool

HasContextValueRange returns a boolean if a field has been set.

func (LowDLRANUEThptContext) MarshalJSON ¶

func (o LowDLRANUEThptContext) MarshalJSON() ([]byte, error)

func (*LowDLRANUEThptContext) SetContextAttribute ¶

func (o *LowDLRANUEThptContext) SetContextAttribute(v string)

SetContextAttribute gets a reference to the given string and assigns it to the ContextAttribute field.

func (*LowDLRANUEThptContext) SetContextCondition ¶

func (o *LowDLRANUEThptContext) SetContextCondition(v string)

SetContextCondition gets a reference to the given string and assigns it to the ContextCondition field.

func (*LowDLRANUEThptContext) SetContextValueRange ¶

func (o *LowDLRANUEThptContext) SetContextValueRange(v float32)

SetContextValueRange gets a reference to the given float32 and assigns it to the ContextValueRange field.

func (LowDLRANUEThptContext) ToMap ¶

func (o LowDLRANUEThptContext) ToMap() (map[string]interface{}, error)

type LowDLRANUEThptRatioTarget ¶

type LowDLRANUEThptRatioTarget struct {
	TargetName           *string                `json:"targetName,omitempty"`
	TargetCondition      *string                `json:"targetCondition,omitempty"`
	TargetValueRange     *int32                 `json:"targetValueRange,omitempty"`
	TargetContexts       *LowDLRANUEThptContext `json:"targetContexts,omitempty"`
	TargetFulfilmentInfo *FulfilmentInfo        `json:"targetFulfilmentInfo,omitempty"`
}

LowDLRANUEThptRatioTarget This data type is the \"ExpectationTarget\" data type with specialisations for LowDLRANUEThptRatioTarget

func NewLowDLRANUEThptRatioTarget ¶

func NewLowDLRANUEThptRatioTarget() *LowDLRANUEThptRatioTarget

NewLowDLRANUEThptRatioTarget instantiates a new LowDLRANUEThptRatioTarget object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLowDLRANUEThptRatioTargetWithDefaults ¶

func NewLowDLRANUEThptRatioTargetWithDefaults() *LowDLRANUEThptRatioTarget

NewLowDLRANUEThptRatioTargetWithDefaults instantiates a new LowDLRANUEThptRatioTarget object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*LowDLRANUEThptRatioTarget) GetTargetCondition ¶

func (o *LowDLRANUEThptRatioTarget) GetTargetCondition() string

GetTargetCondition returns the TargetCondition field value if set, zero value otherwise.

func (*LowDLRANUEThptRatioTarget) GetTargetConditionOk ¶

func (o *LowDLRANUEThptRatioTarget) GetTargetConditionOk() (*string, bool)

GetTargetConditionOk returns a tuple with the TargetCondition field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LowDLRANUEThptRatioTarget) GetTargetContexts ¶

func (o *LowDLRANUEThptRatioTarget) GetTargetContexts() LowDLRANUEThptContext

GetTargetContexts returns the TargetContexts field value if set, zero value otherwise.

func (*LowDLRANUEThptRatioTarget) GetTargetContextsOk ¶

func (o *LowDLRANUEThptRatioTarget) GetTargetContextsOk() (*LowDLRANUEThptContext, bool)

GetTargetContextsOk returns a tuple with the TargetContexts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LowDLRANUEThptRatioTarget) GetTargetFulfilmentInfo ¶

func (o *LowDLRANUEThptRatioTarget) GetTargetFulfilmentInfo() FulfilmentInfo

GetTargetFulfilmentInfo returns the TargetFulfilmentInfo field value if set, zero value otherwise.

func (*LowDLRANUEThptRatioTarget) GetTargetFulfilmentInfoOk ¶

func (o *LowDLRANUEThptRatioTarget) GetTargetFulfilmentInfoOk() (*FulfilmentInfo, bool)

GetTargetFulfilmentInfoOk returns a tuple with the TargetFulfilmentInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LowDLRANUEThptRatioTarget) GetTargetName ¶

func (o *LowDLRANUEThptRatioTarget) GetTargetName() string

GetTargetName returns the TargetName field value if set, zero value otherwise.

func (*LowDLRANUEThptRatioTarget) GetTargetNameOk ¶

func (o *LowDLRANUEThptRatioTarget) GetTargetNameOk() (*string, bool)

GetTargetNameOk returns a tuple with the TargetName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LowDLRANUEThptRatioTarget) GetTargetValueRange ¶

func (o *LowDLRANUEThptRatioTarget) GetTargetValueRange() int32

GetTargetValueRange returns the TargetValueRange field value if set, zero value otherwise.

func (*LowDLRANUEThptRatioTarget) GetTargetValueRangeOk ¶

func (o *LowDLRANUEThptRatioTarget) GetTargetValueRangeOk() (*int32, bool)

GetTargetValueRangeOk returns a tuple with the TargetValueRange field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LowDLRANUEThptRatioTarget) HasTargetCondition ¶

func (o *LowDLRANUEThptRatioTarget) HasTargetCondition() bool

HasTargetCondition returns a boolean if a field has been set.

func (*LowDLRANUEThptRatioTarget) HasTargetContexts ¶

func (o *LowDLRANUEThptRatioTarget) HasTargetContexts() bool

HasTargetContexts returns a boolean if a field has been set.

func (*LowDLRANUEThptRatioTarget) HasTargetFulfilmentInfo ¶

func (o *LowDLRANUEThptRatioTarget) HasTargetFulfilmentInfo() bool

HasTargetFulfilmentInfo returns a boolean if a field has been set.

func (*LowDLRANUEThptRatioTarget) HasTargetName ¶

func (o *LowDLRANUEThptRatioTarget) HasTargetName() bool

HasTargetName returns a boolean if a field has been set.

func (*LowDLRANUEThptRatioTarget) HasTargetValueRange ¶

func (o *LowDLRANUEThptRatioTarget) HasTargetValueRange() bool

HasTargetValueRange returns a boolean if a field has been set.

func (LowDLRANUEThptRatioTarget) MarshalJSON ¶

func (o LowDLRANUEThptRatioTarget) MarshalJSON() ([]byte, error)

func (*LowDLRANUEThptRatioTarget) SetTargetCondition ¶

func (o *LowDLRANUEThptRatioTarget) SetTargetCondition(v string)

SetTargetCondition gets a reference to the given string and assigns it to the TargetCondition field.

func (*LowDLRANUEThptRatioTarget) SetTargetContexts ¶

func (o *LowDLRANUEThptRatioTarget) SetTargetContexts(v LowDLRANUEThptContext)

SetTargetContexts gets a reference to the given LowDLRANUEThptContext and assigns it to the TargetContexts field.

func (*LowDLRANUEThptRatioTarget) SetTargetFulfilmentInfo ¶

func (o *LowDLRANUEThptRatioTarget) SetTargetFulfilmentInfo(v FulfilmentInfo)

SetTargetFulfilmentInfo gets a reference to the given FulfilmentInfo and assigns it to the TargetFulfilmentInfo field.

func (*LowDLRANUEThptRatioTarget) SetTargetName ¶

func (o *LowDLRANUEThptRatioTarget) SetTargetName(v string)

SetTargetName gets a reference to the given string and assigns it to the TargetName field.

func (*LowDLRANUEThptRatioTarget) SetTargetValueRange ¶

func (o *LowDLRANUEThptRatioTarget) SetTargetValueRange(v int32)

SetTargetValueRange gets a reference to the given int32 and assigns it to the TargetValueRange field.

func (LowDLRANUEThptRatioTarget) ToMap ¶

func (o LowDLRANUEThptRatioTarget) ToMap() (map[string]interface{}, error)

type LowSINRContext ¶

type LowSINRContext struct {
	ContextAttribute  *string `json:"contextAttribute,omitempty"`
	ContextCondition  *string `json:"contextCondition,omitempty"`
	ContextValueRange *int32  `json:"contextValueRange,omitempty"`
}

LowSINRContext This data type is the \"TargetContext\" data type with specialisations for LowSINRContext

func NewLowSINRContext ¶

func NewLowSINRContext() *LowSINRContext

NewLowSINRContext instantiates a new LowSINRContext object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLowSINRContextWithDefaults ¶

func NewLowSINRContextWithDefaults() *LowSINRContext

NewLowSINRContextWithDefaults instantiates a new LowSINRContext object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*LowSINRContext) GetContextAttribute ¶

func (o *LowSINRContext) GetContextAttribute() string

GetContextAttribute returns the ContextAttribute field value if set, zero value otherwise.

func (*LowSINRContext) GetContextAttributeOk ¶

func (o *LowSINRContext) GetContextAttributeOk() (*string, bool)

GetContextAttributeOk returns a tuple with the ContextAttribute field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LowSINRContext) GetContextCondition ¶

func (o *LowSINRContext) GetContextCondition() string

GetContextCondition returns the ContextCondition field value if set, zero value otherwise.

func (*LowSINRContext) GetContextConditionOk ¶

func (o *LowSINRContext) GetContextConditionOk() (*string, bool)

GetContextConditionOk returns a tuple with the ContextCondition field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LowSINRContext) GetContextValueRange ¶

func (o *LowSINRContext) GetContextValueRange() int32

GetContextValueRange returns the ContextValueRange field value if set, zero value otherwise.

func (*LowSINRContext) GetContextValueRangeOk ¶

func (o *LowSINRContext) GetContextValueRangeOk() (*int32, bool)

GetContextValueRangeOk returns a tuple with the ContextValueRange field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LowSINRContext) HasContextAttribute ¶

func (o *LowSINRContext) HasContextAttribute() bool

HasContextAttribute returns a boolean if a field has been set.

func (*LowSINRContext) HasContextCondition ¶

func (o *LowSINRContext) HasContextCondition() bool

HasContextCondition returns a boolean if a field has been set.

func (*LowSINRContext) HasContextValueRange ¶

func (o *LowSINRContext) HasContextValueRange() bool

HasContextValueRange returns a boolean if a field has been set.

func (LowSINRContext) MarshalJSON ¶

func (o LowSINRContext) MarshalJSON() ([]byte, error)

func (*LowSINRContext) SetContextAttribute ¶

func (o *LowSINRContext) SetContextAttribute(v string)

SetContextAttribute gets a reference to the given string and assigns it to the ContextAttribute field.

func (*LowSINRContext) SetContextCondition ¶

func (o *LowSINRContext) SetContextCondition(v string)

SetContextCondition gets a reference to the given string and assigns it to the ContextCondition field.

func (*LowSINRContext) SetContextValueRange ¶

func (o *LowSINRContext) SetContextValueRange(v int32)

SetContextValueRange gets a reference to the given int32 and assigns it to the ContextValueRange field.

func (LowSINRContext) ToMap ¶

func (o LowSINRContext) ToMap() (map[string]interface{}, error)

type LowSINRRatioTarget ¶

type LowSINRRatioTarget struct {
	TargetName           *string         `json:"targetName,omitempty"`
	TargetCondition      *string         `json:"targetCondition,omitempty"`
	TargetValueRange     *int32          `json:"targetValueRange,omitempty"`
	TargetContexts       *LowSINRContext `json:"targetContexts,omitempty"`
	TargetFulfilmentInfo *FulfilmentInfo `json:"targetFulfilmentInfo,omitempty"`
}

LowSINRRatioTarget This data type is the \"ExpectationTarget\" data type with specialisations for LowSINRatioTarget

func NewLowSINRRatioTarget ¶

func NewLowSINRRatioTarget() *LowSINRRatioTarget

NewLowSINRRatioTarget instantiates a new LowSINRRatioTarget object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLowSINRRatioTargetWithDefaults ¶

func NewLowSINRRatioTargetWithDefaults() *LowSINRRatioTarget

NewLowSINRRatioTargetWithDefaults instantiates a new LowSINRRatioTarget object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*LowSINRRatioTarget) GetTargetCondition ¶

func (o *LowSINRRatioTarget) GetTargetCondition() string

GetTargetCondition returns the TargetCondition field value if set, zero value otherwise.

func (*LowSINRRatioTarget) GetTargetConditionOk ¶

func (o *LowSINRRatioTarget) GetTargetConditionOk() (*string, bool)

GetTargetConditionOk returns a tuple with the TargetCondition field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LowSINRRatioTarget) GetTargetContexts ¶

func (o *LowSINRRatioTarget) GetTargetContexts() LowSINRContext

GetTargetContexts returns the TargetContexts field value if set, zero value otherwise.

func (*LowSINRRatioTarget) GetTargetContextsOk ¶

func (o *LowSINRRatioTarget) GetTargetContextsOk() (*LowSINRContext, bool)

GetTargetContextsOk returns a tuple with the TargetContexts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LowSINRRatioTarget) GetTargetFulfilmentInfo ¶

func (o *LowSINRRatioTarget) GetTargetFulfilmentInfo() FulfilmentInfo

GetTargetFulfilmentInfo returns the TargetFulfilmentInfo field value if set, zero value otherwise.

func (*LowSINRRatioTarget) GetTargetFulfilmentInfoOk ¶

func (o *LowSINRRatioTarget) GetTargetFulfilmentInfoOk() (*FulfilmentInfo, bool)

GetTargetFulfilmentInfoOk returns a tuple with the TargetFulfilmentInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LowSINRRatioTarget) GetTargetName ¶

func (o *LowSINRRatioTarget) GetTargetName() string

GetTargetName returns the TargetName field value if set, zero value otherwise.

func (*LowSINRRatioTarget) GetTargetNameOk ¶

func (o *LowSINRRatioTarget) GetTargetNameOk() (*string, bool)

GetTargetNameOk returns a tuple with the TargetName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LowSINRRatioTarget) GetTargetValueRange ¶

func (o *LowSINRRatioTarget) GetTargetValueRange() int32

GetTargetValueRange returns the TargetValueRange field value if set, zero value otherwise.

func (*LowSINRRatioTarget) GetTargetValueRangeOk ¶

func (o *LowSINRRatioTarget) GetTargetValueRangeOk() (*int32, bool)

GetTargetValueRangeOk returns a tuple with the TargetValueRange field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LowSINRRatioTarget) HasTargetCondition ¶

func (o *LowSINRRatioTarget) HasTargetCondition() bool

HasTargetCondition returns a boolean if a field has been set.

func (*LowSINRRatioTarget) HasTargetContexts ¶

func (o *LowSINRRatioTarget) HasTargetContexts() bool

HasTargetContexts returns a boolean if a field has been set.

func (*LowSINRRatioTarget) HasTargetFulfilmentInfo ¶

func (o *LowSINRRatioTarget) HasTargetFulfilmentInfo() bool

HasTargetFulfilmentInfo returns a boolean if a field has been set.

func (*LowSINRRatioTarget) HasTargetName ¶

func (o *LowSINRRatioTarget) HasTargetName() bool

HasTargetName returns a boolean if a field has been set.

func (*LowSINRRatioTarget) HasTargetValueRange ¶

func (o *LowSINRRatioTarget) HasTargetValueRange() bool

HasTargetValueRange returns a boolean if a field has been set.

func (LowSINRRatioTarget) MarshalJSON ¶

func (o LowSINRRatioTarget) MarshalJSON() ([]byte, error)

func (*LowSINRRatioTarget) SetTargetCondition ¶

func (o *LowSINRRatioTarget) SetTargetCondition(v string)

SetTargetCondition gets a reference to the given string and assigns it to the TargetCondition field.

func (*LowSINRRatioTarget) SetTargetContexts ¶

func (o *LowSINRRatioTarget) SetTargetContexts(v LowSINRContext)

SetTargetContexts gets a reference to the given LowSINRContext and assigns it to the TargetContexts field.

func (*LowSINRRatioTarget) SetTargetFulfilmentInfo ¶

func (o *LowSINRRatioTarget) SetTargetFulfilmentInfo(v FulfilmentInfo)

SetTargetFulfilmentInfo gets a reference to the given FulfilmentInfo and assigns it to the TargetFulfilmentInfo field.

func (*LowSINRRatioTarget) SetTargetName ¶

func (o *LowSINRRatioTarget) SetTargetName(v string)

SetTargetName gets a reference to the given string and assigns it to the TargetName field.

func (*LowSINRRatioTarget) SetTargetValueRange ¶

func (o *LowSINRRatioTarget) SetTargetValueRange(v int32)

SetTargetValueRange gets a reference to the given int32 and assigns it to the TargetValueRange field.

func (LowSINRRatioTarget) ToMap ¶

func (o LowSINRRatioTarget) ToMap() (map[string]interface{}, error)

type LowULRANUEThptContext ¶

type LowULRANUEThptContext struct {
	ContextAttribute  *string  `json:"contextAttribute,omitempty"`
	ContextCondition  *string  `json:"contextCondition,omitempty"`
	ContextValueRange *float32 `json:"contextValueRange,omitempty"`
}

LowULRANUEThptContext This data type is the \"TargetContext\" data type with specialisations for LowULRANUEThptContext

func NewLowULRANUEThptContext ¶

func NewLowULRANUEThptContext() *LowULRANUEThptContext

NewLowULRANUEThptContext instantiates a new LowULRANUEThptContext object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLowULRANUEThptContextWithDefaults ¶

func NewLowULRANUEThptContextWithDefaults() *LowULRANUEThptContext

NewLowULRANUEThptContextWithDefaults instantiates a new LowULRANUEThptContext object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*LowULRANUEThptContext) GetContextAttribute ¶

func (o *LowULRANUEThptContext) GetContextAttribute() string

GetContextAttribute returns the ContextAttribute field value if set, zero value otherwise.

func (*LowULRANUEThptContext) GetContextAttributeOk ¶

func (o *LowULRANUEThptContext) GetContextAttributeOk() (*string, bool)

GetContextAttributeOk returns a tuple with the ContextAttribute field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LowULRANUEThptContext) GetContextCondition ¶

func (o *LowULRANUEThptContext) GetContextCondition() string

GetContextCondition returns the ContextCondition field value if set, zero value otherwise.

func (*LowULRANUEThptContext) GetContextConditionOk ¶

func (o *LowULRANUEThptContext) GetContextConditionOk() (*string, bool)

GetContextConditionOk returns a tuple with the ContextCondition field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LowULRANUEThptContext) GetContextValueRange ¶

func (o *LowULRANUEThptContext) GetContextValueRange() float32

GetContextValueRange returns the ContextValueRange field value if set, zero value otherwise.

func (*LowULRANUEThptContext) GetContextValueRangeOk ¶

func (o *LowULRANUEThptContext) GetContextValueRangeOk() (*float32, bool)

GetContextValueRangeOk returns a tuple with the ContextValueRange field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LowULRANUEThptContext) HasContextAttribute ¶

func (o *LowULRANUEThptContext) HasContextAttribute() bool

HasContextAttribute returns a boolean if a field has been set.

func (*LowULRANUEThptContext) HasContextCondition ¶

func (o *LowULRANUEThptContext) HasContextCondition() bool

HasContextCondition returns a boolean if a field has been set.

func (*LowULRANUEThptContext) HasContextValueRange ¶

func (o *LowULRANUEThptContext) HasContextValueRange() bool

HasContextValueRange returns a boolean if a field has been set.

func (LowULRANUEThptContext) MarshalJSON ¶

func (o LowULRANUEThptContext) MarshalJSON() ([]byte, error)

func (*LowULRANUEThptContext) SetContextAttribute ¶

func (o *LowULRANUEThptContext) SetContextAttribute(v string)

SetContextAttribute gets a reference to the given string and assigns it to the ContextAttribute field.

func (*LowULRANUEThptContext) SetContextCondition ¶

func (o *LowULRANUEThptContext) SetContextCondition(v string)

SetContextCondition gets a reference to the given string and assigns it to the ContextCondition field.

func (*LowULRANUEThptContext) SetContextValueRange ¶

func (o *LowULRANUEThptContext) SetContextValueRange(v float32)

SetContextValueRange gets a reference to the given float32 and assigns it to the ContextValueRange field.

func (LowULRANUEThptContext) ToMap ¶

func (o LowULRANUEThptContext) ToMap() (map[string]interface{}, error)

type LowULRANUEThptRatioTarget ¶

type LowULRANUEThptRatioTarget struct {
	TargetName           *string                `json:"targetName,omitempty"`
	TargetCondition      *string                `json:"targetCondition,omitempty"`
	TargetValueRange     *int32                 `json:"targetValueRange,omitempty"`
	TargetContexts       *LowULRANUEThptContext `json:"targetContexts,omitempty"`
	TargetFulfilmentInfo *FulfilmentInfo        `json:"targetFulfilmentInfo,omitempty"`
}

LowULRANUEThptRatioTarget This data type is the \"ExpectationTarget\" data type with specialisations for LowULRANUEThptRatioTarget

func NewLowULRANUEThptRatioTarget ¶

func NewLowULRANUEThptRatioTarget() *LowULRANUEThptRatioTarget

NewLowULRANUEThptRatioTarget instantiates a new LowULRANUEThptRatioTarget object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLowULRANUEThptRatioTargetWithDefaults ¶

func NewLowULRANUEThptRatioTargetWithDefaults() *LowULRANUEThptRatioTarget

NewLowULRANUEThptRatioTargetWithDefaults instantiates a new LowULRANUEThptRatioTarget object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*LowULRANUEThptRatioTarget) GetTargetCondition ¶

func (o *LowULRANUEThptRatioTarget) GetTargetCondition() string

GetTargetCondition returns the TargetCondition field value if set, zero value otherwise.

func (*LowULRANUEThptRatioTarget) GetTargetConditionOk ¶

func (o *LowULRANUEThptRatioTarget) GetTargetConditionOk() (*string, bool)

GetTargetConditionOk returns a tuple with the TargetCondition field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LowULRANUEThptRatioTarget) GetTargetContexts ¶

func (o *LowULRANUEThptRatioTarget) GetTargetContexts() LowULRANUEThptContext

GetTargetContexts returns the TargetContexts field value if set, zero value otherwise.

func (*LowULRANUEThptRatioTarget) GetTargetContextsOk ¶

func (o *LowULRANUEThptRatioTarget) GetTargetContextsOk() (*LowULRANUEThptContext, bool)

GetTargetContextsOk returns a tuple with the TargetContexts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LowULRANUEThptRatioTarget) GetTargetFulfilmentInfo ¶

func (o *LowULRANUEThptRatioTarget) GetTargetFulfilmentInfo() FulfilmentInfo

GetTargetFulfilmentInfo returns the TargetFulfilmentInfo field value if set, zero value otherwise.

func (*LowULRANUEThptRatioTarget) GetTargetFulfilmentInfoOk ¶

func (o *LowULRANUEThptRatioTarget) GetTargetFulfilmentInfoOk() (*FulfilmentInfo, bool)

GetTargetFulfilmentInfoOk returns a tuple with the TargetFulfilmentInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LowULRANUEThptRatioTarget) GetTargetName ¶

func (o *LowULRANUEThptRatioTarget) GetTargetName() string

GetTargetName returns the TargetName field value if set, zero value otherwise.

func (*LowULRANUEThptRatioTarget) GetTargetNameOk ¶

func (o *LowULRANUEThptRatioTarget) GetTargetNameOk() (*string, bool)

GetTargetNameOk returns a tuple with the TargetName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LowULRANUEThptRatioTarget) GetTargetValueRange ¶

func (o *LowULRANUEThptRatioTarget) GetTargetValueRange() int32

GetTargetValueRange returns the TargetValueRange field value if set, zero value otherwise.

func (*LowULRANUEThptRatioTarget) GetTargetValueRangeOk ¶

func (o *LowULRANUEThptRatioTarget) GetTargetValueRangeOk() (*int32, bool)

GetTargetValueRangeOk returns a tuple with the TargetValueRange field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LowULRANUEThptRatioTarget) HasTargetCondition ¶

func (o *LowULRANUEThptRatioTarget) HasTargetCondition() bool

HasTargetCondition returns a boolean if a field has been set.

func (*LowULRANUEThptRatioTarget) HasTargetContexts ¶

func (o *LowULRANUEThptRatioTarget) HasTargetContexts() bool

HasTargetContexts returns a boolean if a field has been set.

func (*LowULRANUEThptRatioTarget) HasTargetFulfilmentInfo ¶

func (o *LowULRANUEThptRatioTarget) HasTargetFulfilmentInfo() bool

HasTargetFulfilmentInfo returns a boolean if a field has been set.

func (*LowULRANUEThptRatioTarget) HasTargetName ¶

func (o *LowULRANUEThptRatioTarget) HasTargetName() bool

HasTargetName returns a boolean if a field has been set.

func (*LowULRANUEThptRatioTarget) HasTargetValueRange ¶

func (o *LowULRANUEThptRatioTarget) HasTargetValueRange() bool

HasTargetValueRange returns a boolean if a field has been set.

func (LowULRANUEThptRatioTarget) MarshalJSON ¶

func (o LowULRANUEThptRatioTarget) MarshalJSON() ([]byte, error)

func (*LowULRANUEThptRatioTarget) SetTargetCondition ¶

func (o *LowULRANUEThptRatioTarget) SetTargetCondition(v string)

SetTargetCondition gets a reference to the given string and assigns it to the TargetCondition field.

func (*LowULRANUEThptRatioTarget) SetTargetContexts ¶

func (o *LowULRANUEThptRatioTarget) SetTargetContexts(v LowULRANUEThptContext)

SetTargetContexts gets a reference to the given LowULRANUEThptContext and assigns it to the TargetContexts field.

func (*LowULRANUEThptRatioTarget) SetTargetFulfilmentInfo ¶

func (o *LowULRANUEThptRatioTarget) SetTargetFulfilmentInfo(v FulfilmentInfo)

SetTargetFulfilmentInfo gets a reference to the given FulfilmentInfo and assigns it to the TargetFulfilmentInfo field.

func (*LowULRANUEThptRatioTarget) SetTargetName ¶

func (o *LowULRANUEThptRatioTarget) SetTargetName(v string)

SetTargetName gets a reference to the given string and assigns it to the TargetName field.

func (*LowULRANUEThptRatioTarget) SetTargetValueRange ¶

func (o *LowULRANUEThptRatioTarget) SetTargetValueRange(v int32)

SetTargetValueRange gets a reference to the given int32 and assigns it to the TargetValueRange field.

func (LowULRANUEThptRatioTarget) ToMap ¶

func (o LowULRANUEThptRatioTarget) ToMap() (map[string]interface{}, error)

type MDAFunctionSingle ¶

type MDAFunctionSingle struct {
	Top
	Attributes       *MDAFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
	PerfMetricJob    []PerfMetricJobSingle             `json:"PerfMetricJob,omitempty"`
	ThresholdMonitor []ThresholdMonitorSingle          `json:"ThresholdMonitor,omitempty"`
	ManagedNFService []ManagedNFServiceSingle          `json:"ManagedNFService,omitempty"`
	TraceJob         []TraceJobSingle                  `json:"TraceJob,omitempty"`
	MDARequest       []MDARequestSingle                `json:"MDARequest,omitempty"`
}

MDAFunctionSingle struct for MDAFunctionSingle

func NewMDAFunctionSingle ¶

func NewMDAFunctionSingle(id NullableString) *MDAFunctionSingle

NewMDAFunctionSingle instantiates a new MDAFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewMDAFunctionSingleWithDefaults ¶

func NewMDAFunctionSingleWithDefaults() *MDAFunctionSingle

NewMDAFunctionSingleWithDefaults instantiates a new MDAFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*MDAFunctionSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*MDAFunctionSingle) GetAttributesOk ¶

func (o *MDAFunctionSingle) GetAttributesOk() (*MDAFunctionSingleAllOfAttributes, 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 (*MDAFunctionSingle) GetMDARequest ¶

func (o *MDAFunctionSingle) GetMDARequest() []MDARequestSingle

GetMDARequest returns the MDARequest field value if set, zero value otherwise.

func (*MDAFunctionSingle) GetMDARequestOk ¶

func (o *MDAFunctionSingle) GetMDARequestOk() ([]MDARequestSingle, bool)

GetMDARequestOk returns a tuple with the MDARequest field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MDAFunctionSingle) GetManagedNFService ¶

func (o *MDAFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle

GetManagedNFService returns the ManagedNFService field value if set, zero value otherwise.

func (*MDAFunctionSingle) GetManagedNFServiceOk ¶

func (o *MDAFunctionSingle) 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 (*MDAFunctionSingle) GetPerfMetricJob ¶

func (o *MDAFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle

GetPerfMetricJob returns the PerfMetricJob field value if set, zero value otherwise.

func (*MDAFunctionSingle) GetPerfMetricJobOk ¶

func (o *MDAFunctionSingle) 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 (*MDAFunctionSingle) GetThresholdMonitor ¶

func (o *MDAFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle

GetThresholdMonitor returns the ThresholdMonitor field value if set, zero value otherwise.

func (*MDAFunctionSingle) GetThresholdMonitorOk ¶

func (o *MDAFunctionSingle) 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 (*MDAFunctionSingle) GetTraceJob ¶

func (o *MDAFunctionSingle) GetTraceJob() []TraceJobSingle

GetTraceJob returns the TraceJob field value if set, zero value otherwise.

func (*MDAFunctionSingle) GetTraceJobOk ¶

func (o *MDAFunctionSingle) 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 (*MDAFunctionSingle) HasAttributes ¶

func (o *MDAFunctionSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*MDAFunctionSingle) HasMDARequest ¶

func (o *MDAFunctionSingle) HasMDARequest() bool

HasMDARequest returns a boolean if a field has been set.

func (*MDAFunctionSingle) HasManagedNFService ¶

func (o *MDAFunctionSingle) HasManagedNFService() bool

HasManagedNFService returns a boolean if a field has been set.

func (*MDAFunctionSingle) HasPerfMetricJob ¶

func (o *MDAFunctionSingle) HasPerfMetricJob() bool

HasPerfMetricJob returns a boolean if a field has been set.

func (*MDAFunctionSingle) HasThresholdMonitor ¶

func (o *MDAFunctionSingle) HasThresholdMonitor() bool

HasThresholdMonitor returns a boolean if a field has been set.

func (*MDAFunctionSingle) HasTraceJob ¶

func (o *MDAFunctionSingle) HasTraceJob() bool

HasTraceJob returns a boolean if a field has been set.

func (MDAFunctionSingle) MarshalJSON ¶

func (o MDAFunctionSingle) MarshalJSON() ([]byte, error)

func (*MDAFunctionSingle) SetAttributes ¶

SetAttributes gets a reference to the given MDAFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (*MDAFunctionSingle) SetMDARequest ¶

func (o *MDAFunctionSingle) SetMDARequest(v []MDARequestSingle)

SetMDARequest gets a reference to the given []MDARequestSingle and assigns it to the MDARequest field.

func (*MDAFunctionSingle) SetManagedNFService ¶

func (o *MDAFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle)

SetManagedNFService gets a reference to the given []ManagedNFServiceSingle and assigns it to the ManagedNFService field.

func (*MDAFunctionSingle) SetPerfMetricJob ¶

func (o *MDAFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle)

SetPerfMetricJob gets a reference to the given []PerfMetricJobSingle and assigns it to the PerfMetricJob field.

func (*MDAFunctionSingle) SetThresholdMonitor ¶

func (o *MDAFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)

SetThresholdMonitor gets a reference to the given []ThresholdMonitorSingle and assigns it to the ThresholdMonitor field.

func (*MDAFunctionSingle) SetTraceJob ¶

func (o *MDAFunctionSingle) SetTraceJob(v []TraceJobSingle)

SetTraceJob gets a reference to the given []TraceJobSingle and assigns it to the TraceJob field.

func (MDAFunctionSingle) ToMap ¶

func (o MDAFunctionSingle) ToMap() (map[string]interface{}, error)

type MDAFunctionSingleAllOf ¶

type MDAFunctionSingleAllOf struct {
	Attributes *MDAFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}

MDAFunctionSingleAllOf struct for MDAFunctionSingleAllOf

func NewMDAFunctionSingleAllOf ¶

func NewMDAFunctionSingleAllOf() *MDAFunctionSingleAllOf

NewMDAFunctionSingleAllOf instantiates a new MDAFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewMDAFunctionSingleAllOfWithDefaults ¶

func NewMDAFunctionSingleAllOfWithDefaults() *MDAFunctionSingleAllOf

NewMDAFunctionSingleAllOfWithDefaults instantiates a new MDAFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*MDAFunctionSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*MDAFunctionSingleAllOf) GetAttributesOk ¶

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 (*MDAFunctionSingleAllOf) HasAttributes ¶

func (o *MDAFunctionSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (MDAFunctionSingleAllOf) MarshalJSON ¶

func (o MDAFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*MDAFunctionSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given MDAFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (MDAFunctionSingleAllOf) ToMap ¶

func (o MDAFunctionSingleAllOf) ToMap() (map[string]interface{}, error)

type MDAFunctionSingleAllOf1 ¶

type MDAFunctionSingleAllOf1 struct {
	MDARequest []MDARequestSingle `json:"MDARequest,omitempty"`
}

MDAFunctionSingleAllOf1 struct for MDAFunctionSingleAllOf1

func NewMDAFunctionSingleAllOf1 ¶

func NewMDAFunctionSingleAllOf1() *MDAFunctionSingleAllOf1

NewMDAFunctionSingleAllOf1 instantiates a new MDAFunctionSingleAllOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewMDAFunctionSingleAllOf1WithDefaults ¶

func NewMDAFunctionSingleAllOf1WithDefaults() *MDAFunctionSingleAllOf1

NewMDAFunctionSingleAllOf1WithDefaults instantiates a new MDAFunctionSingleAllOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*MDAFunctionSingleAllOf1) GetMDARequest ¶

func (o *MDAFunctionSingleAllOf1) GetMDARequest() []MDARequestSingle

GetMDARequest returns the MDARequest field value if set, zero value otherwise.

func (*MDAFunctionSingleAllOf1) GetMDARequestOk ¶

func (o *MDAFunctionSingleAllOf1) GetMDARequestOk() ([]MDARequestSingle, bool)

GetMDARequestOk returns a tuple with the MDARequest field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MDAFunctionSingleAllOf1) HasMDARequest ¶

func (o *MDAFunctionSingleAllOf1) HasMDARequest() bool

HasMDARequest returns a boolean if a field has been set.

func (MDAFunctionSingleAllOf1) MarshalJSON ¶

func (o MDAFunctionSingleAllOf1) MarshalJSON() ([]byte, error)

func (*MDAFunctionSingleAllOf1) SetMDARequest ¶

func (o *MDAFunctionSingleAllOf1) SetMDARequest(v []MDARequestSingle)

SetMDARequest gets a reference to the given []MDARequestSingle and assigns it to the MDARequest field.

func (MDAFunctionSingleAllOf1) ToMap ¶

func (o MDAFunctionSingleAllOf1) ToMap() (map[string]interface{}, error)

type MDAFunctionSingleAllOfAttributes ¶

type MDAFunctionSingleAllOfAttributes struct {
	ManagedFunctionAttr
	SupportedMDACapabilities []string `json:"supportedMDACapabilities,omitempty"`
}

MDAFunctionSingleAllOfAttributes struct for MDAFunctionSingleAllOfAttributes

func NewMDAFunctionSingleAllOfAttributes ¶

func NewMDAFunctionSingleAllOfAttributes() *MDAFunctionSingleAllOfAttributes

NewMDAFunctionSingleAllOfAttributes instantiates a new MDAFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewMDAFunctionSingleAllOfAttributesWithDefaults ¶

func NewMDAFunctionSingleAllOfAttributesWithDefaults() *MDAFunctionSingleAllOfAttributes

NewMDAFunctionSingleAllOfAttributesWithDefaults instantiates a new MDAFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*MDAFunctionSingleAllOfAttributes) GetSupportedMDACapabilities ¶

func (o *MDAFunctionSingleAllOfAttributes) GetSupportedMDACapabilities() []string

GetSupportedMDACapabilities returns the SupportedMDACapabilities field value if set, zero value otherwise.

func (*MDAFunctionSingleAllOfAttributes) GetSupportedMDACapabilitiesOk ¶

func (o *MDAFunctionSingleAllOfAttributes) GetSupportedMDACapabilitiesOk() ([]string, bool)

GetSupportedMDACapabilitiesOk returns a tuple with the SupportedMDACapabilities field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MDAFunctionSingleAllOfAttributes) HasSupportedMDACapabilities ¶

func (o *MDAFunctionSingleAllOfAttributes) HasSupportedMDACapabilities() bool

HasSupportedMDACapabilities returns a boolean if a field has been set.

func (MDAFunctionSingleAllOfAttributes) MarshalJSON ¶

func (o MDAFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*MDAFunctionSingleAllOfAttributes) SetSupportedMDACapabilities ¶

func (o *MDAFunctionSingleAllOfAttributes) SetSupportedMDACapabilities(v []string)

SetSupportedMDACapabilities gets a reference to the given []string and assigns it to the SupportedMDACapabilities field.

func (MDAFunctionSingleAllOfAttributes) ToMap ¶

func (o MDAFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type MDAFunctionSingleAllOfAttributesAllOf ¶

type MDAFunctionSingleAllOfAttributesAllOf struct {
	SupportedMDACapabilities []string `json:"supportedMDACapabilities,omitempty"`
}

MDAFunctionSingleAllOfAttributesAllOf struct for MDAFunctionSingleAllOfAttributesAllOf

func NewMDAFunctionSingleAllOfAttributesAllOf ¶

func NewMDAFunctionSingleAllOfAttributesAllOf() *MDAFunctionSingleAllOfAttributesAllOf

NewMDAFunctionSingleAllOfAttributesAllOf instantiates a new MDAFunctionSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewMDAFunctionSingleAllOfAttributesAllOfWithDefaults ¶

func NewMDAFunctionSingleAllOfAttributesAllOfWithDefaults() *MDAFunctionSingleAllOfAttributesAllOf

NewMDAFunctionSingleAllOfAttributesAllOfWithDefaults instantiates a new MDAFunctionSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*MDAFunctionSingleAllOfAttributesAllOf) GetSupportedMDACapabilities ¶

func (o *MDAFunctionSingleAllOfAttributesAllOf) GetSupportedMDACapabilities() []string

GetSupportedMDACapabilities returns the SupportedMDACapabilities field value if set, zero value otherwise.

func (*MDAFunctionSingleAllOfAttributesAllOf) GetSupportedMDACapabilitiesOk ¶

func (o *MDAFunctionSingleAllOfAttributesAllOf) GetSupportedMDACapabilitiesOk() ([]string, bool)

GetSupportedMDACapabilitiesOk returns a tuple with the SupportedMDACapabilities field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MDAFunctionSingleAllOfAttributesAllOf) HasSupportedMDACapabilities ¶

func (o *MDAFunctionSingleAllOfAttributesAllOf) HasSupportedMDACapabilities() bool

HasSupportedMDACapabilities returns a boolean if a field has been set.

func (MDAFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (o MDAFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)

func (*MDAFunctionSingleAllOfAttributesAllOf) SetSupportedMDACapabilities ¶

func (o *MDAFunctionSingleAllOfAttributesAllOf) SetSupportedMDACapabilities(v []string)

SetSupportedMDACapabilities gets a reference to the given []string and assigns it to the SupportedMDACapabilities field.

func (MDAFunctionSingleAllOfAttributesAllOf) ToMap ¶

func (o MDAFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)

type MDAOutputEntry ¶

type MDAOutputEntry struct {
	MDAOutputIEName  *string     `json:"mDAOutputIEName,omitempty"`
	MdaOutputIEValue interface{} `json:"mdaOutputIEValue,omitempty"`
	AnalyticsWindow  *TimeWindow `json:"analyticsWindow,omitempty"`
	ConfidenceDegree *float32    `json:"confidenceDegree,omitempty"`
}

MDAOutputEntry struct for MDAOutputEntry

func NewMDAOutputEntry ¶

func NewMDAOutputEntry() *MDAOutputEntry

NewMDAOutputEntry instantiates a new MDAOutputEntry object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewMDAOutputEntryWithDefaults ¶

func NewMDAOutputEntryWithDefaults() *MDAOutputEntry

NewMDAOutputEntryWithDefaults instantiates a new MDAOutputEntry object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*MDAOutputEntry) GetAnalyticsWindow ¶

func (o *MDAOutputEntry) GetAnalyticsWindow() TimeWindow

GetAnalyticsWindow returns the AnalyticsWindow field value if set, zero value otherwise.

func (*MDAOutputEntry) GetAnalyticsWindowOk ¶

func (o *MDAOutputEntry) GetAnalyticsWindowOk() (*TimeWindow, bool)

GetAnalyticsWindowOk returns a tuple with the AnalyticsWindow field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MDAOutputEntry) GetConfidenceDegree ¶

func (o *MDAOutputEntry) GetConfidenceDegree() float32

GetConfidenceDegree returns the ConfidenceDegree field value if set, zero value otherwise.

func (*MDAOutputEntry) GetConfidenceDegreeOk ¶

func (o *MDAOutputEntry) GetConfidenceDegreeOk() (*float32, bool)

GetConfidenceDegreeOk returns a tuple with the ConfidenceDegree field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MDAOutputEntry) GetMDAOutputIEName ¶

func (o *MDAOutputEntry) GetMDAOutputIEName() string

GetMDAOutputIEName returns the MDAOutputIEName field value if set, zero value otherwise.

func (*MDAOutputEntry) GetMDAOutputIENameOk ¶

func (o *MDAOutputEntry) GetMDAOutputIENameOk() (*string, bool)

GetMDAOutputIENameOk returns a tuple with the MDAOutputIEName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MDAOutputEntry) GetMdaOutputIEValue ¶

func (o *MDAOutputEntry) GetMdaOutputIEValue() interface{}

GetMdaOutputIEValue returns the MdaOutputIEValue field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MDAOutputEntry) GetMdaOutputIEValueOk ¶

func (o *MDAOutputEntry) GetMdaOutputIEValueOk() (*interface{}, bool)

GetMdaOutputIEValueOk returns a tuple with the MdaOutputIEValue field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MDAOutputEntry) HasAnalyticsWindow ¶

func (o *MDAOutputEntry) HasAnalyticsWindow() bool

HasAnalyticsWindow returns a boolean if a field has been set.

func (*MDAOutputEntry) HasConfidenceDegree ¶

func (o *MDAOutputEntry) HasConfidenceDegree() bool

HasConfidenceDegree returns a boolean if a field has been set.

func (*MDAOutputEntry) HasMDAOutputIEName ¶

func (o *MDAOutputEntry) HasMDAOutputIEName() bool

HasMDAOutputIEName returns a boolean if a field has been set.

func (*MDAOutputEntry) HasMdaOutputIEValue ¶

func (o *MDAOutputEntry) HasMdaOutputIEValue() bool

HasMdaOutputIEValue returns a boolean if a field has been set.

func (MDAOutputEntry) MarshalJSON ¶

func (o MDAOutputEntry) MarshalJSON() ([]byte, error)

func (*MDAOutputEntry) SetAnalyticsWindow ¶

func (o *MDAOutputEntry) SetAnalyticsWindow(v TimeWindow)

SetAnalyticsWindow gets a reference to the given TimeWindow and assigns it to the AnalyticsWindow field.

func (*MDAOutputEntry) SetConfidenceDegree ¶

func (o *MDAOutputEntry) SetConfidenceDegree(v float32)

SetConfidenceDegree gets a reference to the given float32 and assigns it to the ConfidenceDegree field.

func (*MDAOutputEntry) SetMDAOutputIEName ¶

func (o *MDAOutputEntry) SetMDAOutputIEName(v string)

SetMDAOutputIEName gets a reference to the given string and assigns it to the MDAOutputIEName field.

func (*MDAOutputEntry) SetMdaOutputIEValue ¶

func (o *MDAOutputEntry) SetMdaOutputIEValue(v interface{})

SetMdaOutputIEValue gets a reference to the given interface{} and assigns it to the MdaOutputIEValue field.

func (MDAOutputEntry) ToMap ¶

func (o MDAOutputEntry) ToMap() (map[string]interface{}, error)

type MDAOutputIEFilter ¶

type MDAOutputIEFilter struct {
	MDAOutputIEName *string            `json:"mDAOutputIEName,omitempty"`
	FilterValue     *string            `json:"filterValue,omitempty"`
	Threshold       *ThresholdInfo1    `json:"threshold,omitempty"`
	AnalyticsPeriod *AnalyticsSchedule `json:"analyticsPeriod,omitempty"`
	TimeOut         *time.Time         `json:"timeOut,omitempty"`
}

MDAOutputIEFilter struct for MDAOutputIEFilter

func NewMDAOutputIEFilter ¶

func NewMDAOutputIEFilter() *MDAOutputIEFilter

NewMDAOutputIEFilter instantiates a new MDAOutputIEFilter object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewMDAOutputIEFilterWithDefaults ¶

func NewMDAOutputIEFilterWithDefaults() *MDAOutputIEFilter

NewMDAOutputIEFilterWithDefaults instantiates a new MDAOutputIEFilter object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*MDAOutputIEFilter) GetAnalyticsPeriod ¶

func (o *MDAOutputIEFilter) GetAnalyticsPeriod() AnalyticsSchedule

GetAnalyticsPeriod returns the AnalyticsPeriod field value if set, zero value otherwise.

func (*MDAOutputIEFilter) GetAnalyticsPeriodOk ¶

func (o *MDAOutputIEFilter) GetAnalyticsPeriodOk() (*AnalyticsSchedule, bool)

GetAnalyticsPeriodOk returns a tuple with the AnalyticsPeriod field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MDAOutputIEFilter) GetFilterValue ¶

func (o *MDAOutputIEFilter) GetFilterValue() string

GetFilterValue returns the FilterValue field value if set, zero value otherwise.

func (*MDAOutputIEFilter) GetFilterValueOk ¶

func (o *MDAOutputIEFilter) GetFilterValueOk() (*string, bool)

GetFilterValueOk returns a tuple with the FilterValue field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MDAOutputIEFilter) GetMDAOutputIEName ¶

func (o *MDAOutputIEFilter) GetMDAOutputIEName() string

GetMDAOutputIEName returns the MDAOutputIEName field value if set, zero value otherwise.

func (*MDAOutputIEFilter) GetMDAOutputIENameOk ¶

func (o *MDAOutputIEFilter) GetMDAOutputIENameOk() (*string, bool)

GetMDAOutputIENameOk returns a tuple with the MDAOutputIEName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MDAOutputIEFilter) GetThreshold ¶

func (o *MDAOutputIEFilter) GetThreshold() ThresholdInfo1

GetThreshold returns the Threshold field value if set, zero value otherwise.

func (*MDAOutputIEFilter) GetThresholdOk ¶

func (o *MDAOutputIEFilter) GetThresholdOk() (*ThresholdInfo1, bool)

GetThresholdOk returns a tuple with the Threshold field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MDAOutputIEFilter) GetTimeOut ¶

func (o *MDAOutputIEFilter) GetTimeOut() time.Time

GetTimeOut returns the TimeOut field value if set, zero value otherwise.

func (*MDAOutputIEFilter) GetTimeOutOk ¶

func (o *MDAOutputIEFilter) GetTimeOutOk() (*time.Time, bool)

GetTimeOutOk returns a tuple with the TimeOut field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MDAOutputIEFilter) HasAnalyticsPeriod ¶

func (o *MDAOutputIEFilter) HasAnalyticsPeriod() bool

HasAnalyticsPeriod returns a boolean if a field has been set.

func (*MDAOutputIEFilter) HasFilterValue ¶

func (o *MDAOutputIEFilter) HasFilterValue() bool

HasFilterValue returns a boolean if a field has been set.

func (*MDAOutputIEFilter) HasMDAOutputIEName ¶

func (o *MDAOutputIEFilter) HasMDAOutputIEName() bool

HasMDAOutputIEName returns a boolean if a field has been set.

func (*MDAOutputIEFilter) HasThreshold ¶

func (o *MDAOutputIEFilter) HasThreshold() bool

HasThreshold returns a boolean if a field has been set.

func (*MDAOutputIEFilter) HasTimeOut ¶

func (o *MDAOutputIEFilter) HasTimeOut() bool

HasTimeOut returns a boolean if a field has been set.

func (MDAOutputIEFilter) MarshalJSON ¶

func (o MDAOutputIEFilter) MarshalJSON() ([]byte, error)

func (*MDAOutputIEFilter) SetAnalyticsPeriod ¶

func (o *MDAOutputIEFilter) SetAnalyticsPeriod(v AnalyticsSchedule)

SetAnalyticsPeriod gets a reference to the given AnalyticsSchedule and assigns it to the AnalyticsPeriod field.

func (*MDAOutputIEFilter) SetFilterValue ¶

func (o *MDAOutputIEFilter) SetFilterValue(v string)

SetFilterValue gets a reference to the given string and assigns it to the FilterValue field.

func (*MDAOutputIEFilter) SetMDAOutputIEName ¶

func (o *MDAOutputIEFilter) SetMDAOutputIEName(v string)

SetMDAOutputIEName gets a reference to the given string and assigns it to the MDAOutputIEName field.

func (*MDAOutputIEFilter) SetThreshold ¶

func (o *MDAOutputIEFilter) SetThreshold(v ThresholdInfo1)

SetThreshold gets a reference to the given ThresholdInfo1 and assigns it to the Threshold field.

func (*MDAOutputIEFilter) SetTimeOut ¶

func (o *MDAOutputIEFilter) SetTimeOut(v time.Time)

SetTimeOut gets a reference to the given time.Time and assigns it to the TimeOut field.

func (MDAOutputIEFilter) ToMap ¶

func (o MDAOutputIEFilter) ToMap() (map[string]interface{}, error)

type MDAOutputPerMDAType ¶

type MDAOutputPerMDAType struct {
	MDAType            *string             `json:"mDAType,omitempty"`
	MDAOutputIEFilters []MDAOutputIEFilter `json:"mDAOutputIEFilters,omitempty"`
}

MDAOutputPerMDAType struct for MDAOutputPerMDAType

func NewMDAOutputPerMDAType ¶

func NewMDAOutputPerMDAType() *MDAOutputPerMDAType

NewMDAOutputPerMDAType instantiates a new MDAOutputPerMDAType object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewMDAOutputPerMDATypeWithDefaults ¶

func NewMDAOutputPerMDATypeWithDefaults() *MDAOutputPerMDAType

NewMDAOutputPerMDATypeWithDefaults instantiates a new MDAOutputPerMDAType object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*MDAOutputPerMDAType) GetMDAOutputIEFilters ¶

func (o *MDAOutputPerMDAType) GetMDAOutputIEFilters() []MDAOutputIEFilter

GetMDAOutputIEFilters returns the MDAOutputIEFilters field value if set, zero value otherwise.

func (*MDAOutputPerMDAType) GetMDAOutputIEFiltersOk ¶

func (o *MDAOutputPerMDAType) GetMDAOutputIEFiltersOk() ([]MDAOutputIEFilter, bool)

GetMDAOutputIEFiltersOk returns a tuple with the MDAOutputIEFilters field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MDAOutputPerMDAType) GetMDAType ¶

func (o *MDAOutputPerMDAType) GetMDAType() string

GetMDAType returns the MDAType field value if set, zero value otherwise.

func (*MDAOutputPerMDAType) GetMDATypeOk ¶

func (o *MDAOutputPerMDAType) GetMDATypeOk() (*string, bool)

GetMDATypeOk returns a tuple with the MDAType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MDAOutputPerMDAType) HasMDAOutputIEFilters ¶

func (o *MDAOutputPerMDAType) HasMDAOutputIEFilters() bool

HasMDAOutputIEFilters returns a boolean if a field has been set.

func (*MDAOutputPerMDAType) HasMDAType ¶

func (o *MDAOutputPerMDAType) HasMDAType() bool

HasMDAType returns a boolean if a field has been set.

func (MDAOutputPerMDAType) MarshalJSON ¶

func (o MDAOutputPerMDAType) MarshalJSON() ([]byte, error)

func (*MDAOutputPerMDAType) SetMDAOutputIEFilters ¶

func (o *MDAOutputPerMDAType) SetMDAOutputIEFilters(v []MDAOutputIEFilter)

SetMDAOutputIEFilters gets a reference to the given []MDAOutputIEFilter and assigns it to the MDAOutputIEFilters field.

func (*MDAOutputPerMDAType) SetMDAType ¶

func (o *MDAOutputPerMDAType) SetMDAType(v string)

SetMDAType gets a reference to the given string and assigns it to the MDAType field.

func (MDAOutputPerMDAType) ToMap ¶

func (o MDAOutputPerMDAType) ToMap() (map[string]interface{}, error)

type MDAOutputs1 ¶

type MDAOutputs1 struct {
	MDAType       *string          `json:"mDAType,omitempty"`
	MdaOutputList []MDAOutputEntry `json:"mdaOutputList,omitempty"`
	MDARequestRef *string          `json:"mDARequestRef,omitempty"`
}

MDAOutputs1 struct for MDAOutputs1

func NewMDAOutputs1 ¶

func NewMDAOutputs1() *MDAOutputs1

NewMDAOutputs1 instantiates a new MDAOutputs1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewMDAOutputs1WithDefaults ¶

func NewMDAOutputs1WithDefaults() *MDAOutputs1

NewMDAOutputs1WithDefaults instantiates a new MDAOutputs1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*MDAOutputs1) GetMDARequestRef ¶

func (o *MDAOutputs1) GetMDARequestRef() string

GetMDARequestRef returns the MDARequestRef field value if set, zero value otherwise.

func (*MDAOutputs1) GetMDARequestRefOk ¶

func (o *MDAOutputs1) GetMDARequestRefOk() (*string, bool)

GetMDARequestRefOk returns a tuple with the MDARequestRef field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MDAOutputs1) GetMDAType ¶

func (o *MDAOutputs1) GetMDAType() string

GetMDAType returns the MDAType field value if set, zero value otherwise.

func (*MDAOutputs1) GetMDATypeOk ¶

func (o *MDAOutputs1) GetMDATypeOk() (*string, bool)

GetMDATypeOk returns a tuple with the MDAType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MDAOutputs1) GetMdaOutputList ¶

func (o *MDAOutputs1) GetMdaOutputList() []MDAOutputEntry

GetMdaOutputList returns the MdaOutputList field value if set, zero value otherwise.

func (*MDAOutputs1) GetMdaOutputListOk ¶

func (o *MDAOutputs1) GetMdaOutputListOk() ([]MDAOutputEntry, bool)

GetMdaOutputListOk returns a tuple with the MdaOutputList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MDAOutputs1) HasMDARequestRef ¶

func (o *MDAOutputs1) HasMDARequestRef() bool

HasMDARequestRef returns a boolean if a field has been set.

func (*MDAOutputs1) HasMDAType ¶

func (o *MDAOutputs1) HasMDAType() bool

HasMDAType returns a boolean if a field has been set.

func (*MDAOutputs1) HasMdaOutputList ¶

func (o *MDAOutputs1) HasMdaOutputList() bool

HasMdaOutputList returns a boolean if a field has been set.

func (MDAOutputs1) MarshalJSON ¶

func (o MDAOutputs1) MarshalJSON() ([]byte, error)

func (*MDAOutputs1) SetMDARequestRef ¶

func (o *MDAOutputs1) SetMDARequestRef(v string)

SetMDARequestRef gets a reference to the given string and assigns it to the MDARequestRef field.

func (*MDAOutputs1) SetMDAType ¶

func (o *MDAOutputs1) SetMDAType(v string)

SetMDAType gets a reference to the given string and assigns it to the MDAType field.

func (*MDAOutputs1) SetMdaOutputList ¶

func (o *MDAOutputs1) SetMdaOutputList(v []MDAOutputEntry)

SetMdaOutputList gets a reference to the given []MDAOutputEntry and assigns it to the MdaOutputList field.

func (MDAOutputs1) ToMap ¶

func (o MDAOutputs1) ToMap() (map[string]interface{}, error)

type MDAReport ¶

type MDAReport struct {
	Top1
	Attributes *MDAReportAllOfAttributes `json:"attributes,omitempty"`
}

MDAReport struct for MDAReport

func NewMDAReport ¶

func NewMDAReport(id NullableString) *MDAReport

NewMDAReport instantiates a new MDAReport object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewMDAReportWithDefaults ¶

func NewMDAReportWithDefaults() *MDAReport

NewMDAReportWithDefaults instantiates a new MDAReport object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*MDAReport) GetAttributes ¶

func (o *MDAReport) GetAttributes() MDAReportAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*MDAReport) GetAttributesOk ¶

func (o *MDAReport) GetAttributesOk() (*MDAReportAllOfAttributes, 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 (*MDAReport) HasAttributes ¶

func (o *MDAReport) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (MDAReport) MarshalJSON ¶

func (o MDAReport) MarshalJSON() ([]byte, error)

func (*MDAReport) SetAttributes ¶

func (o *MDAReport) SetAttributes(v MDAReportAllOfAttributes)

SetAttributes gets a reference to the given MDAReportAllOfAttributes and assigns it to the Attributes field.

func (MDAReport) ToMap ¶

func (o MDAReport) ToMap() (map[string]interface{}, error)

type MDAReportAllOf ¶

type MDAReportAllOf struct {
	Attributes *MDAReportAllOfAttributes `json:"attributes,omitempty"`
}

MDAReportAllOf struct for MDAReportAllOf

func NewMDAReportAllOf ¶

func NewMDAReportAllOf() *MDAReportAllOf

NewMDAReportAllOf instantiates a new MDAReportAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewMDAReportAllOfWithDefaults ¶

func NewMDAReportAllOfWithDefaults() *MDAReportAllOf

NewMDAReportAllOfWithDefaults instantiates a new MDAReportAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*MDAReportAllOf) GetAttributes ¶

func (o *MDAReportAllOf) GetAttributes() MDAReportAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*MDAReportAllOf) GetAttributesOk ¶

func (o *MDAReportAllOf) GetAttributesOk() (*MDAReportAllOfAttributes, 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 (*MDAReportAllOf) HasAttributes ¶

func (o *MDAReportAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (MDAReportAllOf) MarshalJSON ¶

func (o MDAReportAllOf) MarshalJSON() ([]byte, error)

func (*MDAReportAllOf) SetAttributes ¶

func (o *MDAReportAllOf) SetAttributes(v MDAReportAllOfAttributes)

SetAttributes gets a reference to the given MDAReportAllOfAttributes and assigns it to the Attributes field.

func (MDAReportAllOf) ToMap ¶

func (o MDAReportAllOf) ToMap() (map[string]interface{}, error)

type MDAReportAllOfAttributes ¶

type MDAReportAllOfAttributes struct {
	MDAReportID *string      `json:"mDAReportID,omitempty"`
	MDAOutputs  *MDAOutputs1 `json:"mDAOutputs,omitempty"`
}

MDAReportAllOfAttributes struct for MDAReportAllOfAttributes

func NewMDAReportAllOfAttributes ¶

func NewMDAReportAllOfAttributes() *MDAReportAllOfAttributes

NewMDAReportAllOfAttributes instantiates a new MDAReportAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewMDAReportAllOfAttributesWithDefaults ¶

func NewMDAReportAllOfAttributesWithDefaults() *MDAReportAllOfAttributes

NewMDAReportAllOfAttributesWithDefaults instantiates a new MDAReportAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*MDAReportAllOfAttributes) GetMDAOutputs ¶

func (o *MDAReportAllOfAttributes) GetMDAOutputs() MDAOutputs1

GetMDAOutputs returns the MDAOutputs field value if set, zero value otherwise.

func (*MDAReportAllOfAttributes) GetMDAOutputsOk ¶

func (o *MDAReportAllOfAttributes) GetMDAOutputsOk() (*MDAOutputs1, bool)

GetMDAOutputsOk returns a tuple with the MDAOutputs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MDAReportAllOfAttributes) GetMDAReportID ¶

func (o *MDAReportAllOfAttributes) GetMDAReportID() string

GetMDAReportID returns the MDAReportID field value if set, zero value otherwise.

func (*MDAReportAllOfAttributes) GetMDAReportIDOk ¶

func (o *MDAReportAllOfAttributes) GetMDAReportIDOk() (*string, bool)

GetMDAReportIDOk returns a tuple with the MDAReportID field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MDAReportAllOfAttributes) HasMDAOutputs ¶

func (o *MDAReportAllOfAttributes) HasMDAOutputs() bool

HasMDAOutputs returns a boolean if a field has been set.

func (*MDAReportAllOfAttributes) HasMDAReportID ¶

func (o *MDAReportAllOfAttributes) HasMDAReportID() bool

HasMDAReportID returns a boolean if a field has been set.

func (MDAReportAllOfAttributes) MarshalJSON ¶

func (o MDAReportAllOfAttributes) MarshalJSON() ([]byte, error)

func (*MDAReportAllOfAttributes) SetMDAOutputs ¶

func (o *MDAReportAllOfAttributes) SetMDAOutputs(v MDAOutputs1)

SetMDAOutputs gets a reference to the given MDAOutputs1 and assigns it to the MDAOutputs field.

func (*MDAReportAllOfAttributes) SetMDAReportID ¶

func (o *MDAReportAllOfAttributes) SetMDAReportID(v string)

SetMDAReportID gets a reference to the given string and assigns it to the MDAReportID field.

func (MDAReportAllOfAttributes) ToMap ¶

func (o MDAReportAllOfAttributes) ToMap() (map[string]interface{}, error)

type MDAReportAllOfAttributesAllOf ¶

type MDAReportAllOfAttributesAllOf struct {
	MDAReportID *string      `json:"mDAReportID,omitempty"`
	MDAOutputs  *MDAOutputs1 `json:"mDAOutputs,omitempty"`
}

MDAReportAllOfAttributesAllOf struct for MDAReportAllOfAttributesAllOf

func NewMDAReportAllOfAttributesAllOf ¶

func NewMDAReportAllOfAttributesAllOf() *MDAReportAllOfAttributesAllOf

NewMDAReportAllOfAttributesAllOf instantiates a new MDAReportAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewMDAReportAllOfAttributesAllOfWithDefaults ¶

func NewMDAReportAllOfAttributesAllOfWithDefaults() *MDAReportAllOfAttributesAllOf

NewMDAReportAllOfAttributesAllOfWithDefaults instantiates a new MDAReportAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*MDAReportAllOfAttributesAllOf) GetMDAOutputs ¶

func (o *MDAReportAllOfAttributesAllOf) GetMDAOutputs() MDAOutputs1

GetMDAOutputs returns the MDAOutputs field value if set, zero value otherwise.

func (*MDAReportAllOfAttributesAllOf) GetMDAOutputsOk ¶

func (o *MDAReportAllOfAttributesAllOf) GetMDAOutputsOk() (*MDAOutputs1, bool)

GetMDAOutputsOk returns a tuple with the MDAOutputs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MDAReportAllOfAttributesAllOf) GetMDAReportID ¶

func (o *MDAReportAllOfAttributesAllOf) GetMDAReportID() string

GetMDAReportID returns the MDAReportID field value if set, zero value otherwise.

func (*MDAReportAllOfAttributesAllOf) GetMDAReportIDOk ¶

func (o *MDAReportAllOfAttributesAllOf) GetMDAReportIDOk() (*string, bool)

GetMDAReportIDOk returns a tuple with the MDAReportID field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MDAReportAllOfAttributesAllOf) HasMDAOutputs ¶

func (o *MDAReportAllOfAttributesAllOf) HasMDAOutputs() bool

HasMDAOutputs returns a boolean if a field has been set.

func (*MDAReportAllOfAttributesAllOf) HasMDAReportID ¶

func (o *MDAReportAllOfAttributesAllOf) HasMDAReportID() bool

HasMDAReportID returns a boolean if a field has been set.

func (MDAReportAllOfAttributesAllOf) MarshalJSON ¶

func (o MDAReportAllOfAttributesAllOf) MarshalJSON() ([]byte, error)

func (*MDAReportAllOfAttributesAllOf) SetMDAOutputs ¶

func (o *MDAReportAllOfAttributesAllOf) SetMDAOutputs(v MDAOutputs1)

SetMDAOutputs gets a reference to the given MDAOutputs1 and assigns it to the MDAOutputs field.

func (*MDAReportAllOfAttributesAllOf) SetMDAReportID ¶

func (o *MDAReportAllOfAttributesAllOf) SetMDAReportID(v string)

SetMDAReportID gets a reference to the given string and assigns it to the MDAReportID field.

func (MDAReportAllOfAttributesAllOf) ToMap ¶

func (o MDAReportAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)

type MDARequestSingle ¶

type MDARequestSingle struct {
	Top
	Attributes *MDARequestSingleAllOfAttributes `json:"attributes,omitempty"`
}

MDARequestSingle struct for MDARequestSingle

func NewMDARequestSingle ¶

func NewMDARequestSingle(id NullableString) *MDARequestSingle

NewMDARequestSingle instantiates a new MDARequestSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewMDARequestSingleWithDefaults ¶

func NewMDARequestSingleWithDefaults() *MDARequestSingle

NewMDARequestSingleWithDefaults instantiates a new MDARequestSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*MDARequestSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*MDARequestSingle) GetAttributesOk ¶

func (o *MDARequestSingle) GetAttributesOk() (*MDARequestSingleAllOfAttributes, 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 (*MDARequestSingle) HasAttributes ¶

func (o *MDARequestSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (MDARequestSingle) MarshalJSON ¶

func (o MDARequestSingle) MarshalJSON() ([]byte, error)

func (*MDARequestSingle) SetAttributes ¶

SetAttributes gets a reference to the given MDARequestSingleAllOfAttributes and assigns it to the Attributes field.

func (MDARequestSingle) ToMap ¶

func (o MDARequestSingle) ToMap() (map[string]interface{}, error)

type MDARequestSingleAllOf ¶

type MDARequestSingleAllOf struct {
	Attributes *MDARequestSingleAllOfAttributes `json:"attributes,omitempty"`
}

MDARequestSingleAllOf struct for MDARequestSingleAllOf

func NewMDARequestSingleAllOf ¶

func NewMDARequestSingleAllOf() *MDARequestSingleAllOf

NewMDARequestSingleAllOf instantiates a new MDARequestSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewMDARequestSingleAllOfWithDefaults ¶

func NewMDARequestSingleAllOfWithDefaults() *MDARequestSingleAllOf

NewMDARequestSingleAllOfWithDefaults instantiates a new MDARequestSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*MDARequestSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*MDARequestSingleAllOf) GetAttributesOk ¶

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 (*MDARequestSingleAllOf) HasAttributes ¶

func (o *MDARequestSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (MDARequestSingleAllOf) MarshalJSON ¶

func (o MDARequestSingleAllOf) MarshalJSON() ([]byte, error)

func (*MDARequestSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given MDARequestSingleAllOfAttributes and assigns it to the Attributes field.

func (MDARequestSingleAllOf) ToMap ¶

func (o MDARequestSingleAllOf) ToMap() (map[string]interface{}, error)

type MDARequestSingleAllOfAttributes ¶

type MDARequestSingleAllOfAttributes struct {
	RequestedMDAOutputs []MDAOutputPerMDAType `json:"requestedMDAOutputs,omitempty"`
	ReportingMethod     *ReportingMethod      `json:"reportingMethod,omitempty"`
	ReportingTarget     *string               `json:"reportingTarget,omitempty"`
	AnalyticsScope      *AnalyticsScopeType   `json:"analyticsScope,omitempty"`
	StartTime           *time.Time            `json:"startTime,omitempty"`
	StopTime            *time.Time            `json:"stopTime,omitempty"`
}

MDARequestSingleAllOfAttributes struct for MDARequestSingleAllOfAttributes

func NewMDARequestSingleAllOfAttributes ¶

func NewMDARequestSingleAllOfAttributes() *MDARequestSingleAllOfAttributes

NewMDARequestSingleAllOfAttributes instantiates a new MDARequestSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewMDARequestSingleAllOfAttributesWithDefaults ¶

func NewMDARequestSingleAllOfAttributesWithDefaults() *MDARequestSingleAllOfAttributes

NewMDARequestSingleAllOfAttributesWithDefaults instantiates a new MDARequestSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*MDARequestSingleAllOfAttributes) GetAnalyticsScope ¶

func (o *MDARequestSingleAllOfAttributes) GetAnalyticsScope() AnalyticsScopeType

GetAnalyticsScope returns the AnalyticsScope field value if set, zero value otherwise.

func (*MDARequestSingleAllOfAttributes) GetAnalyticsScopeOk ¶

func (o *MDARequestSingleAllOfAttributes) GetAnalyticsScopeOk() (*AnalyticsScopeType, bool)

GetAnalyticsScopeOk returns a tuple with the AnalyticsScope field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MDARequestSingleAllOfAttributes) GetReportingMethod ¶

func (o *MDARequestSingleAllOfAttributes) GetReportingMethod() ReportingMethod

GetReportingMethod returns the ReportingMethod field value if set, zero value otherwise.

func (*MDARequestSingleAllOfAttributes) GetReportingMethodOk ¶

func (o *MDARequestSingleAllOfAttributes) GetReportingMethodOk() (*ReportingMethod, bool)

GetReportingMethodOk returns a tuple with the ReportingMethod field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MDARequestSingleAllOfAttributes) GetReportingTarget ¶

func (o *MDARequestSingleAllOfAttributes) GetReportingTarget() string

GetReportingTarget returns the ReportingTarget field value if set, zero value otherwise.

func (*MDARequestSingleAllOfAttributes) GetReportingTargetOk ¶

func (o *MDARequestSingleAllOfAttributes) GetReportingTargetOk() (*string, bool)

GetReportingTargetOk returns a tuple with the ReportingTarget field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MDARequestSingleAllOfAttributes) GetRequestedMDAOutputs ¶

func (o *MDARequestSingleAllOfAttributes) GetRequestedMDAOutputs() []MDAOutputPerMDAType

GetRequestedMDAOutputs returns the RequestedMDAOutputs field value if set, zero value otherwise.

func (*MDARequestSingleAllOfAttributes) GetRequestedMDAOutputsOk ¶

func (o *MDARequestSingleAllOfAttributes) GetRequestedMDAOutputsOk() ([]MDAOutputPerMDAType, bool)

GetRequestedMDAOutputsOk returns a tuple with the RequestedMDAOutputs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MDARequestSingleAllOfAttributes) GetStartTime ¶

func (o *MDARequestSingleAllOfAttributes) GetStartTime() time.Time

GetStartTime returns the StartTime field value if set, zero value otherwise.

func (*MDARequestSingleAllOfAttributes) GetStartTimeOk ¶

func (o *MDARequestSingleAllOfAttributes) 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 (*MDARequestSingleAllOfAttributes) GetStopTime ¶

func (o *MDARequestSingleAllOfAttributes) GetStopTime() time.Time

GetStopTime returns the StopTime field value if set, zero value otherwise.

func (*MDARequestSingleAllOfAttributes) GetStopTimeOk ¶

func (o *MDARequestSingleAllOfAttributes) GetStopTimeOk() (*time.Time, bool)

GetStopTimeOk returns a tuple with the StopTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MDARequestSingleAllOfAttributes) HasAnalyticsScope ¶

func (o *MDARequestSingleAllOfAttributes) HasAnalyticsScope() bool

HasAnalyticsScope returns a boolean if a field has been set.

func (*MDARequestSingleAllOfAttributes) HasReportingMethod ¶

func (o *MDARequestSingleAllOfAttributes) HasReportingMethod() bool

HasReportingMethod returns a boolean if a field has been set.

func (*MDARequestSingleAllOfAttributes) HasReportingTarget ¶

func (o *MDARequestSingleAllOfAttributes) HasReportingTarget() bool

HasReportingTarget returns a boolean if a field has been set.

func (*MDARequestSingleAllOfAttributes) HasRequestedMDAOutputs ¶

func (o *MDARequestSingleAllOfAttributes) HasRequestedMDAOutputs() bool

HasRequestedMDAOutputs returns a boolean if a field has been set.

func (*MDARequestSingleAllOfAttributes) HasStartTime ¶

func (o *MDARequestSingleAllOfAttributes) HasStartTime() bool

HasStartTime returns a boolean if a field has been set.

func (*MDARequestSingleAllOfAttributes) HasStopTime ¶

func (o *MDARequestSingleAllOfAttributes) HasStopTime() bool

HasStopTime returns a boolean if a field has been set.

func (MDARequestSingleAllOfAttributes) MarshalJSON ¶

func (o MDARequestSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*MDARequestSingleAllOfAttributes) SetAnalyticsScope ¶

func (o *MDARequestSingleAllOfAttributes) SetAnalyticsScope(v AnalyticsScopeType)

SetAnalyticsScope gets a reference to the given AnalyticsScopeType and assigns it to the AnalyticsScope field.

func (*MDARequestSingleAllOfAttributes) SetReportingMethod ¶

func (o *MDARequestSingleAllOfAttributes) SetReportingMethod(v ReportingMethod)

SetReportingMethod gets a reference to the given ReportingMethod and assigns it to the ReportingMethod field.

func (*MDARequestSingleAllOfAttributes) SetReportingTarget ¶

func (o *MDARequestSingleAllOfAttributes) SetReportingTarget(v string)

SetReportingTarget gets a reference to the given string and assigns it to the ReportingTarget field.

func (*MDARequestSingleAllOfAttributes) SetRequestedMDAOutputs ¶

func (o *MDARequestSingleAllOfAttributes) SetRequestedMDAOutputs(v []MDAOutputPerMDAType)

SetRequestedMDAOutputs gets a reference to the given []MDAOutputPerMDAType and assigns it to the RequestedMDAOutputs field.

func (*MDARequestSingleAllOfAttributes) SetStartTime ¶

func (o *MDARequestSingleAllOfAttributes) SetStartTime(v time.Time)

SetStartTime gets a reference to the given time.Time and assigns it to the StartTime field.

func (*MDARequestSingleAllOfAttributes) SetStopTime ¶

func (o *MDARequestSingleAllOfAttributes) SetStopTime(v time.Time)

SetStopTime gets a reference to the given time.Time and assigns it to the StopTime field.

func (MDARequestSingleAllOfAttributes) ToMap ¶

func (o MDARequestSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type MDARequestSingleAllOfAttributesAllOf ¶

type MDARequestSingleAllOfAttributesAllOf struct {
	RequestedMDAOutputs []MDAOutputPerMDAType `json:"requestedMDAOutputs,omitempty"`
	ReportingMethod     *ReportingMethod      `json:"reportingMethod,omitempty"`
	ReportingTarget     *string               `json:"reportingTarget,omitempty"`
	AnalyticsScope      *AnalyticsScopeType   `json:"analyticsScope,omitempty"`
	StartTime           *time.Time            `json:"startTime,omitempty"`
	StopTime            *time.Time            `json:"stopTime,omitempty"`
}

MDARequestSingleAllOfAttributesAllOf struct for MDARequestSingleAllOfAttributesAllOf

func NewMDARequestSingleAllOfAttributesAllOf ¶

func NewMDARequestSingleAllOfAttributesAllOf() *MDARequestSingleAllOfAttributesAllOf

NewMDARequestSingleAllOfAttributesAllOf instantiates a new MDARequestSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewMDARequestSingleAllOfAttributesAllOfWithDefaults ¶

func NewMDARequestSingleAllOfAttributesAllOfWithDefaults() *MDARequestSingleAllOfAttributesAllOf

NewMDARequestSingleAllOfAttributesAllOfWithDefaults instantiates a new MDARequestSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*MDARequestSingleAllOfAttributesAllOf) GetAnalyticsScope ¶

GetAnalyticsScope returns the AnalyticsScope field value if set, zero value otherwise.

func (*MDARequestSingleAllOfAttributesAllOf) GetAnalyticsScopeOk ¶

func (o *MDARequestSingleAllOfAttributesAllOf) GetAnalyticsScopeOk() (*AnalyticsScopeType, bool)

GetAnalyticsScopeOk returns a tuple with the AnalyticsScope field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MDARequestSingleAllOfAttributesAllOf) GetReportingMethod ¶

func (o *MDARequestSingleAllOfAttributesAllOf) GetReportingMethod() ReportingMethod

GetReportingMethod returns the ReportingMethod field value if set, zero value otherwise.

func (*MDARequestSingleAllOfAttributesAllOf) GetReportingMethodOk ¶

func (o *MDARequestSingleAllOfAttributesAllOf) GetReportingMethodOk() (*ReportingMethod, bool)

GetReportingMethodOk returns a tuple with the ReportingMethod field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MDARequestSingleAllOfAttributesAllOf) GetReportingTarget ¶

func (o *MDARequestSingleAllOfAttributesAllOf) GetReportingTarget() string

GetReportingTarget returns the ReportingTarget field value if set, zero value otherwise.

func (*MDARequestSingleAllOfAttributesAllOf) GetReportingTargetOk ¶

func (o *MDARequestSingleAllOfAttributesAllOf) GetReportingTargetOk() (*string, bool)

GetReportingTargetOk returns a tuple with the ReportingTarget field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MDARequestSingleAllOfAttributesAllOf) GetRequestedMDAOutputs ¶

func (o *MDARequestSingleAllOfAttributesAllOf) GetRequestedMDAOutputs() []MDAOutputPerMDAType

GetRequestedMDAOutputs returns the RequestedMDAOutputs field value if set, zero value otherwise.

func (*MDARequestSingleAllOfAttributesAllOf) GetRequestedMDAOutputsOk ¶

func (o *MDARequestSingleAllOfAttributesAllOf) GetRequestedMDAOutputsOk() ([]MDAOutputPerMDAType, bool)

GetRequestedMDAOutputsOk returns a tuple with the RequestedMDAOutputs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MDARequestSingleAllOfAttributesAllOf) GetStartTime ¶

GetStartTime returns the StartTime field value if set, zero value otherwise.

func (*MDARequestSingleAllOfAttributesAllOf) GetStartTimeOk ¶

func (o *MDARequestSingleAllOfAttributesAllOf) 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 (*MDARequestSingleAllOfAttributesAllOf) GetStopTime ¶

GetStopTime returns the StopTime field value if set, zero value otherwise.

func (*MDARequestSingleAllOfAttributesAllOf) GetStopTimeOk ¶

func (o *MDARequestSingleAllOfAttributesAllOf) GetStopTimeOk() (*time.Time, bool)

GetStopTimeOk returns a tuple with the StopTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MDARequestSingleAllOfAttributesAllOf) HasAnalyticsScope ¶

func (o *MDARequestSingleAllOfAttributesAllOf) HasAnalyticsScope() bool

HasAnalyticsScope returns a boolean if a field has been set.

func (*MDARequestSingleAllOfAttributesAllOf) HasReportingMethod ¶

func (o *MDARequestSingleAllOfAttributesAllOf) HasReportingMethod() bool

HasReportingMethod returns a boolean if a field has been set.

func (*MDARequestSingleAllOfAttributesAllOf) HasReportingTarget ¶

func (o *MDARequestSingleAllOfAttributesAllOf) HasReportingTarget() bool

HasReportingTarget returns a boolean if a field has been set.

func (*MDARequestSingleAllOfAttributesAllOf) HasRequestedMDAOutputs ¶

func (o *MDARequestSingleAllOfAttributesAllOf) HasRequestedMDAOutputs() bool

HasRequestedMDAOutputs returns a boolean if a field has been set.

func (*MDARequestSingleAllOfAttributesAllOf) HasStartTime ¶

func (o *MDARequestSingleAllOfAttributesAllOf) HasStartTime() bool

HasStartTime returns a boolean if a field has been set.

func (*MDARequestSingleAllOfAttributesAllOf) HasStopTime ¶

func (o *MDARequestSingleAllOfAttributesAllOf) HasStopTime() bool

HasStopTime returns a boolean if a field has been set.

func (MDARequestSingleAllOfAttributesAllOf) MarshalJSON ¶

func (o MDARequestSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)

func (*MDARequestSingleAllOfAttributesAllOf) SetAnalyticsScope ¶

SetAnalyticsScope gets a reference to the given AnalyticsScopeType and assigns it to the AnalyticsScope field.

func (*MDARequestSingleAllOfAttributesAllOf) SetReportingMethod ¶

func (o *MDARequestSingleAllOfAttributesAllOf) SetReportingMethod(v ReportingMethod)

SetReportingMethod gets a reference to the given ReportingMethod and assigns it to the ReportingMethod field.

func (*MDARequestSingleAllOfAttributesAllOf) SetReportingTarget ¶

func (o *MDARequestSingleAllOfAttributesAllOf) SetReportingTarget(v string)

SetReportingTarget gets a reference to the given string and assigns it to the ReportingTarget field.

func (*MDARequestSingleAllOfAttributesAllOf) SetRequestedMDAOutputs ¶

func (o *MDARequestSingleAllOfAttributesAllOf) SetRequestedMDAOutputs(v []MDAOutputPerMDAType)

SetRequestedMDAOutputs gets a reference to the given []MDAOutputPerMDAType and assigns it to the RequestedMDAOutputs field.

func (*MDARequestSingleAllOfAttributesAllOf) SetStartTime ¶

func (o *MDARequestSingleAllOfAttributesAllOf) SetStartTime(v time.Time)

SetStartTime gets a reference to the given time.Time and assigns it to the StartTime field.

func (*MDARequestSingleAllOfAttributesAllOf) SetStopTime ¶

SetStopTime gets a reference to the given time.Time and assigns it to the StopTime field.

func (MDARequestSingleAllOfAttributesAllOf) ToMap ¶

func (o MDARequestSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)

type MIoTEEPerfReq ¶

type MIoTEEPerfReq struct {
	KpiType *string  `json:"kpiType,omitempty"`
	Req     *float32 `json:"req,omitempty"`
}

MIoTEEPerfReq struct for MIoTEEPerfReq

func NewMIoTEEPerfReq ¶

func NewMIoTEEPerfReq() *MIoTEEPerfReq

NewMIoTEEPerfReq instantiates a new MIoTEEPerfReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewMIoTEEPerfReqWithDefaults ¶

func NewMIoTEEPerfReqWithDefaults() *MIoTEEPerfReq

NewMIoTEEPerfReqWithDefaults instantiates a new MIoTEEPerfReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*MIoTEEPerfReq) GetKpiType ¶

func (o *MIoTEEPerfReq) GetKpiType() string

GetKpiType returns the KpiType field value if set, zero value otherwise.

func (*MIoTEEPerfReq) GetKpiTypeOk ¶

func (o *MIoTEEPerfReq) GetKpiTypeOk() (*string, bool)

GetKpiTypeOk returns a tuple with the KpiType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MIoTEEPerfReq) GetReq ¶

func (o *MIoTEEPerfReq) GetReq() float32

GetReq returns the Req field value if set, zero value otherwise.

func (*MIoTEEPerfReq) GetReqOk ¶

func (o *MIoTEEPerfReq) GetReqOk() (*float32, bool)

GetReqOk returns a tuple with the Req field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MIoTEEPerfReq) HasKpiType ¶

func (o *MIoTEEPerfReq) HasKpiType() bool

HasKpiType returns a boolean if a field has been set.

func (*MIoTEEPerfReq) HasReq ¶

func (o *MIoTEEPerfReq) HasReq() bool

HasReq returns a boolean if a field has been set.

func (MIoTEEPerfReq) MarshalJSON ¶

func (o MIoTEEPerfReq) MarshalJSON() ([]byte, error)

func (*MIoTEEPerfReq) SetKpiType ¶

func (o *MIoTEEPerfReq) SetKpiType(v string)

SetKpiType gets a reference to the given string and assigns it to the KpiType field.

func (*MIoTEEPerfReq) SetReq ¶

func (o *MIoTEEPerfReq) SetReq(v float32)

SetReq gets a reference to the given float32 and assigns it to the Req field.

func (MIoTEEPerfReq) ToMap ¶

func (o MIoTEEPerfReq) ToMap() (map[string]interface{}, error)

type MLContext ¶

type MLContext struct {
	InferenceEntityRef []string `json:"inferenceEntityRef,omitempty"`
	DataProviderRef    []string `json:"dataProviderRef,omitempty"`
}

MLContext struct for MLContext

func NewMLContext ¶

func NewMLContext() *MLContext

NewMLContext instantiates a new MLContext object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewMLContextWithDefaults ¶

func NewMLContextWithDefaults() *MLContext

NewMLContextWithDefaults instantiates a new MLContext object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*MLContext) GetDataProviderRef ¶

func (o *MLContext) GetDataProviderRef() []string

GetDataProviderRef returns the DataProviderRef field value if set, zero value otherwise.

func (*MLContext) GetDataProviderRefOk ¶

func (o *MLContext) GetDataProviderRefOk() ([]string, bool)

GetDataProviderRefOk returns a tuple with the DataProviderRef field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MLContext) GetInferenceEntityRef ¶

func (o *MLContext) GetInferenceEntityRef() []string

GetInferenceEntityRef returns the InferenceEntityRef field value if set, zero value otherwise.

func (*MLContext) GetInferenceEntityRefOk ¶

func (o *MLContext) GetInferenceEntityRefOk() ([]string, bool)

GetInferenceEntityRefOk returns a tuple with the InferenceEntityRef field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MLContext) HasDataProviderRef ¶

func (o *MLContext) HasDataProviderRef() bool

HasDataProviderRef returns a boolean if a field has been set.

func (*MLContext) HasInferenceEntityRef ¶

func (o *MLContext) HasInferenceEntityRef() bool

HasInferenceEntityRef returns a boolean if a field has been set.

func (MLContext) MarshalJSON ¶

func (o MLContext) MarshalJSON() ([]byte, error)

func (*MLContext) SetDataProviderRef ¶

func (o *MLContext) SetDataProviderRef(v []string)

SetDataProviderRef gets a reference to the given []string and assigns it to the DataProviderRef field.

func (*MLContext) SetInferenceEntityRef ¶

func (o *MLContext) SetInferenceEntityRef(v []string)

SetInferenceEntityRef gets a reference to the given []string and assigns it to the InferenceEntityRef field.

func (MLContext) ToMap ¶

func (o MLContext) ToMap() (map[string]interface{}, error)

type MLEntity ¶

type MLEntity struct {
	MLEntityId             *string    `json:"mLEntityId,omitempty"`
	InferenceType          *string    `json:"inferenceType,omitempty"`
	MLEntityVersion        *string    `json:"mLEntityVersion,omitempty"`
	ExpectedRunTimeContext *MLContext `json:"expectedRunTimeContext,omitempty"`
	TrainingContext        *MLContext `json:"trainingContext,omitempty"`
	RunTimeContext         *MLContext `json:"runTimeContext,omitempty"`
}

MLEntity struct for MLEntity

func NewMLEntity ¶

func NewMLEntity() *MLEntity

NewMLEntity instantiates a new MLEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewMLEntityWithDefaults ¶

func NewMLEntityWithDefaults() *MLEntity

NewMLEntityWithDefaults instantiates a new MLEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*MLEntity) GetExpectedRunTimeContext ¶

func (o *MLEntity) GetExpectedRunTimeContext() MLContext

GetExpectedRunTimeContext returns the ExpectedRunTimeContext field value if set, zero value otherwise.

func (*MLEntity) GetExpectedRunTimeContextOk ¶

func (o *MLEntity) GetExpectedRunTimeContextOk() (*MLContext, bool)

GetExpectedRunTimeContextOk returns a tuple with the ExpectedRunTimeContext field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MLEntity) GetInferenceType ¶

func (o *MLEntity) GetInferenceType() string

GetInferenceType returns the InferenceType field value if set, zero value otherwise.

func (*MLEntity) GetInferenceTypeOk ¶

func (o *MLEntity) GetInferenceTypeOk() (*string, bool)

GetInferenceTypeOk returns a tuple with the InferenceType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MLEntity) GetMLEntityId ¶

func (o *MLEntity) GetMLEntityId() string

GetMLEntityId returns the MLEntityId field value if set, zero value otherwise.

func (*MLEntity) GetMLEntityIdOk ¶

func (o *MLEntity) GetMLEntityIdOk() (*string, bool)

GetMLEntityIdOk returns a tuple with the MLEntityId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MLEntity) GetMLEntityVersion ¶

func (o *MLEntity) GetMLEntityVersion() string

GetMLEntityVersion returns the MLEntityVersion field value if set, zero value otherwise.

func (*MLEntity) GetMLEntityVersionOk ¶

func (o *MLEntity) GetMLEntityVersionOk() (*string, bool)

GetMLEntityVersionOk returns a tuple with the MLEntityVersion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MLEntity) GetRunTimeContext ¶

func (o *MLEntity) GetRunTimeContext() MLContext

GetRunTimeContext returns the RunTimeContext field value if set, zero value otherwise.

func (*MLEntity) GetRunTimeContextOk ¶

func (o *MLEntity) GetRunTimeContextOk() (*MLContext, bool)

GetRunTimeContextOk returns a tuple with the RunTimeContext field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MLEntity) GetTrainingContext ¶

func (o *MLEntity) GetTrainingContext() MLContext

GetTrainingContext returns the TrainingContext field value if set, zero value otherwise.

func (*MLEntity) GetTrainingContextOk ¶

func (o *MLEntity) GetTrainingContextOk() (*MLContext, bool)

GetTrainingContextOk returns a tuple with the TrainingContext field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MLEntity) HasExpectedRunTimeContext ¶

func (o *MLEntity) HasExpectedRunTimeContext() bool

HasExpectedRunTimeContext returns a boolean if a field has been set.

func (*MLEntity) HasInferenceType ¶

func (o *MLEntity) HasInferenceType() bool

HasInferenceType returns a boolean if a field has been set.

func (*MLEntity) HasMLEntityId ¶

func (o *MLEntity) HasMLEntityId() bool

HasMLEntityId returns a boolean if a field has been set.

func (*MLEntity) HasMLEntityVersion ¶

func (o *MLEntity) HasMLEntityVersion() bool

HasMLEntityVersion returns a boolean if a field has been set.

func (*MLEntity) HasRunTimeContext ¶

func (o *MLEntity) HasRunTimeContext() bool

HasRunTimeContext returns a boolean if a field has been set.

func (*MLEntity) HasTrainingContext ¶

func (o *MLEntity) HasTrainingContext() bool

HasTrainingContext returns a boolean if a field has been set.

func (MLEntity) MarshalJSON ¶

func (o MLEntity) MarshalJSON() ([]byte, error)

func (*MLEntity) SetExpectedRunTimeContext ¶

func (o *MLEntity) SetExpectedRunTimeContext(v MLContext)

SetExpectedRunTimeContext gets a reference to the given MLContext and assigns it to the ExpectedRunTimeContext field.

func (*MLEntity) SetInferenceType ¶

func (o *MLEntity) SetInferenceType(v string)

SetInferenceType gets a reference to the given string and assigns it to the InferenceType field.

func (*MLEntity) SetMLEntityId ¶

func (o *MLEntity) SetMLEntityId(v string)

SetMLEntityId gets a reference to the given string and assigns it to the MLEntityId field.

func (*MLEntity) SetMLEntityVersion ¶

func (o *MLEntity) SetMLEntityVersion(v string)

SetMLEntityVersion gets a reference to the given string and assigns it to the MLEntityVersion field.

func (*MLEntity) SetRunTimeContext ¶

func (o *MLEntity) SetRunTimeContext(v MLContext)

SetRunTimeContext gets a reference to the given MLContext and assigns it to the RunTimeContext field.

func (*MLEntity) SetTrainingContext ¶

func (o *MLEntity) SetTrainingContext(v MLContext)

SetTrainingContext gets a reference to the given MLContext and assigns it to the TrainingContext field.

func (MLEntity) ToMap ¶

func (o MLEntity) ToMap() (map[string]interface{}, error)

type MLTrainingFunctionSingle ¶

type MLTrainingFunctionSingle struct {
	Top
	Attributes        *MLTrainingFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
	PerfMetricJob     []PerfMetricJobSingle                    `json:"PerfMetricJob,omitempty"`
	ThresholdMonitor  []ThresholdMonitorSingle                 `json:"ThresholdMonitor,omitempty"`
	ManagedNFService  []ManagedNFServiceSingle                 `json:"ManagedNFService,omitempty"`
	TraceJob          []TraceJobSingle                         `json:"TraceJob,omitempty"`
	MLTrainingRequest []MLTrainingRequestSingle                `json:"MLTrainingRequest,omitempty"`
	MLTrainingProcess []MLTrainingProcessSingle                `json:"MLTrainingProcess,omitempty"`
	MLTrainingReport  []MLTrainingReportSingle                 `json:"MLTrainingReport,omitempty"`
}

MLTrainingFunctionSingle struct for MLTrainingFunctionSingle

func NewMLTrainingFunctionSingle ¶

func NewMLTrainingFunctionSingle(id NullableString) *MLTrainingFunctionSingle

NewMLTrainingFunctionSingle instantiates a new MLTrainingFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewMLTrainingFunctionSingleWithDefaults ¶

func NewMLTrainingFunctionSingleWithDefaults() *MLTrainingFunctionSingle

NewMLTrainingFunctionSingleWithDefaults instantiates a new MLTrainingFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*MLTrainingFunctionSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*MLTrainingFunctionSingle) GetAttributesOk ¶

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 (*MLTrainingFunctionSingle) GetMLTrainingProcess ¶

func (o *MLTrainingFunctionSingle) GetMLTrainingProcess() []MLTrainingProcessSingle

GetMLTrainingProcess returns the MLTrainingProcess field value if set, zero value otherwise.

func (*MLTrainingFunctionSingle) GetMLTrainingProcessOk ¶

func (o *MLTrainingFunctionSingle) GetMLTrainingProcessOk() ([]MLTrainingProcessSingle, bool)

GetMLTrainingProcessOk returns a tuple with the MLTrainingProcess field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MLTrainingFunctionSingle) GetMLTrainingReport ¶

func (o *MLTrainingFunctionSingle) GetMLTrainingReport() []MLTrainingReportSingle

GetMLTrainingReport returns the MLTrainingReport field value if set, zero value otherwise.

func (*MLTrainingFunctionSingle) GetMLTrainingReportOk ¶

func (o *MLTrainingFunctionSingle) GetMLTrainingReportOk() ([]MLTrainingReportSingle, bool)

GetMLTrainingReportOk returns a tuple with the MLTrainingReport field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MLTrainingFunctionSingle) GetMLTrainingRequest ¶

func (o *MLTrainingFunctionSingle) GetMLTrainingRequest() []MLTrainingRequestSingle

GetMLTrainingRequest returns the MLTrainingRequest field value if set, zero value otherwise.

func (*MLTrainingFunctionSingle) GetMLTrainingRequestOk ¶

func (o *MLTrainingFunctionSingle) GetMLTrainingRequestOk() ([]MLTrainingRequestSingle, bool)

GetMLTrainingRequestOk returns a tuple with the MLTrainingRequest field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MLTrainingFunctionSingle) GetManagedNFService ¶

func (o *MLTrainingFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle

GetManagedNFService returns the ManagedNFService field value if set, zero value otherwise.

func (*MLTrainingFunctionSingle) GetManagedNFServiceOk ¶

func (o *MLTrainingFunctionSingle) 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 (*MLTrainingFunctionSingle) GetPerfMetricJob ¶

func (o *MLTrainingFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle

GetPerfMetricJob returns the PerfMetricJob field value if set, zero value otherwise.

func (*MLTrainingFunctionSingle) GetPerfMetricJobOk ¶

func (o *MLTrainingFunctionSingle) 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 (*MLTrainingFunctionSingle) GetThresholdMonitor ¶

func (o *MLTrainingFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle

GetThresholdMonitor returns the ThresholdMonitor field value if set, zero value otherwise.

func (*MLTrainingFunctionSingle) GetThresholdMonitorOk ¶

func (o *MLTrainingFunctionSingle) 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 (*MLTrainingFunctionSingle) GetTraceJob ¶

func (o *MLTrainingFunctionSingle) GetTraceJob() []TraceJobSingle

GetTraceJob returns the TraceJob field value if set, zero value otherwise.

func (*MLTrainingFunctionSingle) GetTraceJobOk ¶

func (o *MLTrainingFunctionSingle) 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 (*MLTrainingFunctionSingle) HasAttributes ¶

func (o *MLTrainingFunctionSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*MLTrainingFunctionSingle) HasMLTrainingProcess ¶

func (o *MLTrainingFunctionSingle) HasMLTrainingProcess() bool

HasMLTrainingProcess returns a boolean if a field has been set.

func (*MLTrainingFunctionSingle) HasMLTrainingReport ¶

func (o *MLTrainingFunctionSingle) HasMLTrainingReport() bool

HasMLTrainingReport returns a boolean if a field has been set.

func (*MLTrainingFunctionSingle) HasMLTrainingRequest ¶

func (o *MLTrainingFunctionSingle) HasMLTrainingRequest() bool

HasMLTrainingRequest returns a boolean if a field has been set.

func (*MLTrainingFunctionSingle) HasManagedNFService ¶

func (o *MLTrainingFunctionSingle) HasManagedNFService() bool

HasManagedNFService returns a boolean if a field has been set.

func (*MLTrainingFunctionSingle) HasPerfMetricJob ¶

func (o *MLTrainingFunctionSingle) HasPerfMetricJob() bool

HasPerfMetricJob returns a boolean if a field has been set.

func (*MLTrainingFunctionSingle) HasThresholdMonitor ¶

func (o *MLTrainingFunctionSingle) HasThresholdMonitor() bool

HasThresholdMonitor returns a boolean if a field has been set.

func (*MLTrainingFunctionSingle) HasTraceJob ¶

func (o *MLTrainingFunctionSingle) HasTraceJob() bool

HasTraceJob returns a boolean if a field has been set.

func (MLTrainingFunctionSingle) MarshalJSON ¶

func (o MLTrainingFunctionSingle) MarshalJSON() ([]byte, error)

func (*MLTrainingFunctionSingle) SetAttributes ¶

SetAttributes gets a reference to the given MLTrainingFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (*MLTrainingFunctionSingle) SetMLTrainingProcess ¶

func (o *MLTrainingFunctionSingle) SetMLTrainingProcess(v []MLTrainingProcessSingle)

SetMLTrainingProcess gets a reference to the given []MLTrainingProcessSingle and assigns it to the MLTrainingProcess field.

func (*MLTrainingFunctionSingle) SetMLTrainingReport ¶

func (o *MLTrainingFunctionSingle) SetMLTrainingReport(v []MLTrainingReportSingle)

SetMLTrainingReport gets a reference to the given []MLTrainingReportSingle and assigns it to the MLTrainingReport field.

func (*MLTrainingFunctionSingle) SetMLTrainingRequest ¶

func (o *MLTrainingFunctionSingle) SetMLTrainingRequest(v []MLTrainingRequestSingle)

SetMLTrainingRequest gets a reference to the given []MLTrainingRequestSingle and assigns it to the MLTrainingRequest field.

func (*MLTrainingFunctionSingle) SetManagedNFService ¶

func (o *MLTrainingFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle)

SetManagedNFService gets a reference to the given []ManagedNFServiceSingle and assigns it to the ManagedNFService field.

func (*MLTrainingFunctionSingle) SetPerfMetricJob ¶

func (o *MLTrainingFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle)

SetPerfMetricJob gets a reference to the given []PerfMetricJobSingle and assigns it to the PerfMetricJob field.

func (*MLTrainingFunctionSingle) SetThresholdMonitor ¶

func (o *MLTrainingFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)

SetThresholdMonitor gets a reference to the given []ThresholdMonitorSingle and assigns it to the ThresholdMonitor field.

func (*MLTrainingFunctionSingle) SetTraceJob ¶

func (o *MLTrainingFunctionSingle) SetTraceJob(v []TraceJobSingle)

SetTraceJob gets a reference to the given []TraceJobSingle and assigns it to the TraceJob field.

func (MLTrainingFunctionSingle) ToMap ¶

func (o MLTrainingFunctionSingle) ToMap() (map[string]interface{}, error)

type MLTrainingFunctionSingleAllOf ¶

type MLTrainingFunctionSingleAllOf struct {
	Attributes *MLTrainingFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}

MLTrainingFunctionSingleAllOf struct for MLTrainingFunctionSingleAllOf

func NewMLTrainingFunctionSingleAllOf ¶

func NewMLTrainingFunctionSingleAllOf() *MLTrainingFunctionSingleAllOf

NewMLTrainingFunctionSingleAllOf instantiates a new MLTrainingFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewMLTrainingFunctionSingleAllOfWithDefaults ¶

func NewMLTrainingFunctionSingleAllOfWithDefaults() *MLTrainingFunctionSingleAllOf

NewMLTrainingFunctionSingleAllOfWithDefaults instantiates a new MLTrainingFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*MLTrainingFunctionSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*MLTrainingFunctionSingleAllOf) GetAttributesOk ¶

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 (*MLTrainingFunctionSingleAllOf) HasAttributes ¶

func (o *MLTrainingFunctionSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (MLTrainingFunctionSingleAllOf) MarshalJSON ¶

func (o MLTrainingFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*MLTrainingFunctionSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given MLTrainingFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (MLTrainingFunctionSingleAllOf) ToMap ¶

func (o MLTrainingFunctionSingleAllOf) ToMap() (map[string]interface{}, error)

type MLTrainingFunctionSingleAllOf1 ¶

type MLTrainingFunctionSingleAllOf1 struct {
	MLTrainingRequest []MLTrainingRequestSingle `json:"MLTrainingRequest,omitempty"`
	MLTrainingProcess []MLTrainingProcessSingle `json:"MLTrainingProcess,omitempty"`
	MLTrainingReport  []MLTrainingReportSingle  `json:"MLTrainingReport,omitempty"`
}

MLTrainingFunctionSingleAllOf1 struct for MLTrainingFunctionSingleAllOf1

func NewMLTrainingFunctionSingleAllOf1 ¶

func NewMLTrainingFunctionSingleAllOf1() *MLTrainingFunctionSingleAllOf1

NewMLTrainingFunctionSingleAllOf1 instantiates a new MLTrainingFunctionSingleAllOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewMLTrainingFunctionSingleAllOf1WithDefaults ¶

func NewMLTrainingFunctionSingleAllOf1WithDefaults() *MLTrainingFunctionSingleAllOf1

NewMLTrainingFunctionSingleAllOf1WithDefaults instantiates a new MLTrainingFunctionSingleAllOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*MLTrainingFunctionSingleAllOf1) GetMLTrainingProcess ¶

func (o *MLTrainingFunctionSingleAllOf1) GetMLTrainingProcess() []MLTrainingProcessSingle

GetMLTrainingProcess returns the MLTrainingProcess field value if set, zero value otherwise.

func (*MLTrainingFunctionSingleAllOf1) GetMLTrainingProcessOk ¶

func (o *MLTrainingFunctionSingleAllOf1) GetMLTrainingProcessOk() ([]MLTrainingProcessSingle, bool)

GetMLTrainingProcessOk returns a tuple with the MLTrainingProcess field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MLTrainingFunctionSingleAllOf1) GetMLTrainingReport ¶

func (o *MLTrainingFunctionSingleAllOf1) GetMLTrainingReport() []MLTrainingReportSingle

GetMLTrainingReport returns the MLTrainingReport field value if set, zero value otherwise.

func (*MLTrainingFunctionSingleAllOf1) GetMLTrainingReportOk ¶

func (o *MLTrainingFunctionSingleAllOf1) GetMLTrainingReportOk() ([]MLTrainingReportSingle, bool)

GetMLTrainingReportOk returns a tuple with the MLTrainingReport field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MLTrainingFunctionSingleAllOf1) GetMLTrainingRequest ¶

func (o *MLTrainingFunctionSingleAllOf1) GetMLTrainingRequest() []MLTrainingRequestSingle

GetMLTrainingRequest returns the MLTrainingRequest field value if set, zero value otherwise.

func (*MLTrainingFunctionSingleAllOf1) GetMLTrainingRequestOk ¶

func (o *MLTrainingFunctionSingleAllOf1) GetMLTrainingRequestOk() ([]MLTrainingRequestSingle, bool)

GetMLTrainingRequestOk returns a tuple with the MLTrainingRequest field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MLTrainingFunctionSingleAllOf1) HasMLTrainingProcess ¶

func (o *MLTrainingFunctionSingleAllOf1) HasMLTrainingProcess() bool

HasMLTrainingProcess returns a boolean if a field has been set.

func (*MLTrainingFunctionSingleAllOf1) HasMLTrainingReport ¶

func (o *MLTrainingFunctionSingleAllOf1) HasMLTrainingReport() bool

HasMLTrainingReport returns a boolean if a field has been set.

func (*MLTrainingFunctionSingleAllOf1) HasMLTrainingRequest ¶

func (o *MLTrainingFunctionSingleAllOf1) HasMLTrainingRequest() bool

HasMLTrainingRequest returns a boolean if a field has been set.

func (MLTrainingFunctionSingleAllOf1) MarshalJSON ¶

func (o MLTrainingFunctionSingleAllOf1) MarshalJSON() ([]byte, error)

func (*MLTrainingFunctionSingleAllOf1) SetMLTrainingProcess ¶

func (o *MLTrainingFunctionSingleAllOf1) SetMLTrainingProcess(v []MLTrainingProcessSingle)

SetMLTrainingProcess gets a reference to the given []MLTrainingProcessSingle and assigns it to the MLTrainingProcess field.

func (*MLTrainingFunctionSingleAllOf1) SetMLTrainingReport ¶

func (o *MLTrainingFunctionSingleAllOf1) SetMLTrainingReport(v []MLTrainingReportSingle)

SetMLTrainingReport gets a reference to the given []MLTrainingReportSingle and assigns it to the MLTrainingReport field.

func (*MLTrainingFunctionSingleAllOf1) SetMLTrainingRequest ¶

func (o *MLTrainingFunctionSingleAllOf1) SetMLTrainingRequest(v []MLTrainingRequestSingle)

SetMLTrainingRequest gets a reference to the given []MLTrainingRequestSingle and assigns it to the MLTrainingRequest field.

func (MLTrainingFunctionSingleAllOf1) ToMap ¶

func (o MLTrainingFunctionSingleAllOf1) ToMap() (map[string]interface{}, error)

type MLTrainingFunctionSingleAllOfAttributes ¶

type MLTrainingFunctionSingleAllOfAttributes struct {
	ManagedFunctionAttr
	MLEntityList []MLEntity `json:"mLEntityList,omitempty"`
}

MLTrainingFunctionSingleAllOfAttributes struct for MLTrainingFunctionSingleAllOfAttributes

func NewMLTrainingFunctionSingleAllOfAttributes ¶

func NewMLTrainingFunctionSingleAllOfAttributes() *MLTrainingFunctionSingleAllOfAttributes

NewMLTrainingFunctionSingleAllOfAttributes instantiates a new MLTrainingFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewMLTrainingFunctionSingleAllOfAttributesWithDefaults ¶

func NewMLTrainingFunctionSingleAllOfAttributesWithDefaults() *MLTrainingFunctionSingleAllOfAttributes

NewMLTrainingFunctionSingleAllOfAttributesWithDefaults instantiates a new MLTrainingFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*MLTrainingFunctionSingleAllOfAttributes) GetMLEntityList ¶

func (o *MLTrainingFunctionSingleAllOfAttributes) GetMLEntityList() []MLEntity

GetMLEntityList returns the MLEntityList field value if set, zero value otherwise.

func (*MLTrainingFunctionSingleAllOfAttributes) GetMLEntityListOk ¶

func (o *MLTrainingFunctionSingleAllOfAttributes) GetMLEntityListOk() ([]MLEntity, bool)

GetMLEntityListOk returns a tuple with the MLEntityList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MLTrainingFunctionSingleAllOfAttributes) HasMLEntityList ¶

func (o *MLTrainingFunctionSingleAllOfAttributes) HasMLEntityList() bool

HasMLEntityList returns a boolean if a field has been set.

func (MLTrainingFunctionSingleAllOfAttributes) MarshalJSON ¶

func (o MLTrainingFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*MLTrainingFunctionSingleAllOfAttributes) SetMLEntityList ¶

func (o *MLTrainingFunctionSingleAllOfAttributes) SetMLEntityList(v []MLEntity)

SetMLEntityList gets a reference to the given []MLEntity and assigns it to the MLEntityList field.

func (MLTrainingFunctionSingleAllOfAttributes) ToMap ¶

func (o MLTrainingFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type MLTrainingFunctionSingleAllOfAttributesAllOf ¶

type MLTrainingFunctionSingleAllOfAttributesAllOf struct {
	MLEntityList []MLEntity `json:"mLEntityList,omitempty"`
}

MLTrainingFunctionSingleAllOfAttributesAllOf struct for MLTrainingFunctionSingleAllOfAttributesAllOf

func NewMLTrainingFunctionSingleAllOfAttributesAllOf ¶

func NewMLTrainingFunctionSingleAllOfAttributesAllOf() *MLTrainingFunctionSingleAllOfAttributesAllOf

NewMLTrainingFunctionSingleAllOfAttributesAllOf instantiates a new MLTrainingFunctionSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewMLTrainingFunctionSingleAllOfAttributesAllOfWithDefaults ¶

func NewMLTrainingFunctionSingleAllOfAttributesAllOfWithDefaults() *MLTrainingFunctionSingleAllOfAttributesAllOf

NewMLTrainingFunctionSingleAllOfAttributesAllOfWithDefaults instantiates a new MLTrainingFunctionSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*MLTrainingFunctionSingleAllOfAttributesAllOf) GetMLEntityList ¶

GetMLEntityList returns the MLEntityList field value if set, zero value otherwise.

func (*MLTrainingFunctionSingleAllOfAttributesAllOf) GetMLEntityListOk ¶

func (o *MLTrainingFunctionSingleAllOfAttributesAllOf) GetMLEntityListOk() ([]MLEntity, bool)

GetMLEntityListOk returns a tuple with the MLEntityList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MLTrainingFunctionSingleAllOfAttributesAllOf) HasMLEntityList ¶

HasMLEntityList returns a boolean if a field has been set.

func (MLTrainingFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*MLTrainingFunctionSingleAllOfAttributesAllOf) SetMLEntityList ¶

SetMLEntityList gets a reference to the given []MLEntity and assigns it to the MLEntityList field.

func (MLTrainingFunctionSingleAllOfAttributesAllOf) ToMap ¶

func (o MLTrainingFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)

type MLTrainingProcessSingle ¶

type MLTrainingProcessSingle struct {
	Top
	Attributes *MLTrainingProcessSingleAllOfAttributes `json:"attributes,omitempty"`
}

MLTrainingProcessSingle struct for MLTrainingProcessSingle

func NewMLTrainingProcessSingle ¶

func NewMLTrainingProcessSingle(id NullableString) *MLTrainingProcessSingle

NewMLTrainingProcessSingle instantiates a new MLTrainingProcessSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewMLTrainingProcessSingleWithDefaults ¶

func NewMLTrainingProcessSingleWithDefaults() *MLTrainingProcessSingle

NewMLTrainingProcessSingleWithDefaults instantiates a new MLTrainingProcessSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*MLTrainingProcessSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*MLTrainingProcessSingle) GetAttributesOk ¶

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 (*MLTrainingProcessSingle) HasAttributes ¶

func (o *MLTrainingProcessSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (MLTrainingProcessSingle) MarshalJSON ¶

func (o MLTrainingProcessSingle) MarshalJSON() ([]byte, error)

func (*MLTrainingProcessSingle) SetAttributes ¶

SetAttributes gets a reference to the given MLTrainingProcessSingleAllOfAttributes and assigns it to the Attributes field.

func (MLTrainingProcessSingle) ToMap ¶

func (o MLTrainingProcessSingle) ToMap() (map[string]interface{}, error)

type MLTrainingProcessSingleAllOf ¶

type MLTrainingProcessSingleAllOf struct {
	Attributes *MLTrainingProcessSingleAllOfAttributes `json:"attributes,omitempty"`
}

MLTrainingProcessSingleAllOf struct for MLTrainingProcessSingleAllOf

func NewMLTrainingProcessSingleAllOf ¶

func NewMLTrainingProcessSingleAllOf() *MLTrainingProcessSingleAllOf

NewMLTrainingProcessSingleAllOf instantiates a new MLTrainingProcessSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewMLTrainingProcessSingleAllOfWithDefaults ¶

func NewMLTrainingProcessSingleAllOfWithDefaults() *MLTrainingProcessSingleAllOf

NewMLTrainingProcessSingleAllOfWithDefaults instantiates a new MLTrainingProcessSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*MLTrainingProcessSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*MLTrainingProcessSingleAllOf) GetAttributesOk ¶

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 (*MLTrainingProcessSingleAllOf) HasAttributes ¶

func (o *MLTrainingProcessSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (MLTrainingProcessSingleAllOf) MarshalJSON ¶

func (o MLTrainingProcessSingleAllOf) MarshalJSON() ([]byte, error)

func (*MLTrainingProcessSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given MLTrainingProcessSingleAllOfAttributes and assigns it to the Attributes field.

func (MLTrainingProcessSingleAllOf) ToMap ¶

func (o MLTrainingProcessSingleAllOf) ToMap() (map[string]interface{}, error)

type MLTrainingProcessSingleAllOfAttributes ¶

type MLTrainingProcessSingleAllOfAttributes struct {
	MLTrainingProcessId   *string                 `json:"mLTrainingProcessId,omitempty"`
	Priority              *int32                  `json:"priority,omitempty"`
	TerminationConditions *string                 `json:"terminationConditions,omitempty"`
	ProgressStatus        *TrainingProcessMonitor `json:"progressStatus,omitempty"`
	CancelProcess         *bool                   `json:"cancelProcess,omitempty"`
	SuspendProcess        *bool                   `json:"suspendProcess,omitempty"`
	TrainingRequestRef    []string                `json:"trainingRequestRef,omitempty"`
	TrainingReportRef     *string                 `json:"trainingReportRef,omitempty"`
}

MLTrainingProcessSingleAllOfAttributes struct for MLTrainingProcessSingleAllOfAttributes

func NewMLTrainingProcessSingleAllOfAttributes ¶

func NewMLTrainingProcessSingleAllOfAttributes() *MLTrainingProcessSingleAllOfAttributes

NewMLTrainingProcessSingleAllOfAttributes instantiates a new MLTrainingProcessSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewMLTrainingProcessSingleAllOfAttributesWithDefaults ¶

func NewMLTrainingProcessSingleAllOfAttributesWithDefaults() *MLTrainingProcessSingleAllOfAttributes

NewMLTrainingProcessSingleAllOfAttributesWithDefaults instantiates a new MLTrainingProcessSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*MLTrainingProcessSingleAllOfAttributes) GetCancelProcess ¶

func (o *MLTrainingProcessSingleAllOfAttributes) GetCancelProcess() bool

GetCancelProcess returns the CancelProcess field value if set, zero value otherwise.

func (*MLTrainingProcessSingleAllOfAttributes) GetCancelProcessOk ¶

func (o *MLTrainingProcessSingleAllOfAttributes) GetCancelProcessOk() (*bool, bool)

GetCancelProcessOk returns a tuple with the CancelProcess field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MLTrainingProcessSingleAllOfAttributes) GetMLTrainingProcessId ¶

func (o *MLTrainingProcessSingleAllOfAttributes) GetMLTrainingProcessId() string

GetMLTrainingProcessId returns the MLTrainingProcessId field value if set, zero value otherwise.

func (*MLTrainingProcessSingleAllOfAttributes) GetMLTrainingProcessIdOk ¶

func (o *MLTrainingProcessSingleAllOfAttributes) GetMLTrainingProcessIdOk() (*string, bool)

GetMLTrainingProcessIdOk returns a tuple with the MLTrainingProcessId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MLTrainingProcessSingleAllOfAttributes) GetPriority ¶

GetPriority returns the Priority field value if set, zero value otherwise.

func (*MLTrainingProcessSingleAllOfAttributes) GetPriorityOk ¶

func (o *MLTrainingProcessSingleAllOfAttributes) GetPriorityOk() (*int32, bool)

GetPriorityOk returns a tuple with the Priority field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MLTrainingProcessSingleAllOfAttributes) GetProgressStatus ¶

GetProgressStatus returns the ProgressStatus field value if set, zero value otherwise.

func (*MLTrainingProcessSingleAllOfAttributes) GetProgressStatusOk ¶

GetProgressStatusOk returns a tuple with the ProgressStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MLTrainingProcessSingleAllOfAttributes) GetSuspendProcess ¶

func (o *MLTrainingProcessSingleAllOfAttributes) GetSuspendProcess() bool

GetSuspendProcess returns the SuspendProcess field value if set, zero value otherwise.

func (*MLTrainingProcessSingleAllOfAttributes) GetSuspendProcessOk ¶

func (o *MLTrainingProcessSingleAllOfAttributes) GetSuspendProcessOk() (*bool, bool)

GetSuspendProcessOk returns a tuple with the SuspendProcess field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MLTrainingProcessSingleAllOfAttributes) GetTerminationConditions ¶

func (o *MLTrainingProcessSingleAllOfAttributes) GetTerminationConditions() string

GetTerminationConditions returns the TerminationConditions field value if set, zero value otherwise.

func (*MLTrainingProcessSingleAllOfAttributes) GetTerminationConditionsOk ¶

func (o *MLTrainingProcessSingleAllOfAttributes) GetTerminationConditionsOk() (*string, bool)

GetTerminationConditionsOk returns a tuple with the TerminationConditions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MLTrainingProcessSingleAllOfAttributes) GetTrainingReportRef ¶

func (o *MLTrainingProcessSingleAllOfAttributes) GetTrainingReportRef() string

GetTrainingReportRef returns the TrainingReportRef field value if set, zero value otherwise.

func (*MLTrainingProcessSingleAllOfAttributes) GetTrainingReportRefOk ¶

func (o *MLTrainingProcessSingleAllOfAttributes) GetTrainingReportRefOk() (*string, bool)

GetTrainingReportRefOk returns a tuple with the TrainingReportRef field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MLTrainingProcessSingleAllOfAttributes) GetTrainingRequestRef ¶

func (o *MLTrainingProcessSingleAllOfAttributes) GetTrainingRequestRef() []string

GetTrainingRequestRef returns the TrainingRequestRef field value if set, zero value otherwise.

func (*MLTrainingProcessSingleAllOfAttributes) GetTrainingRequestRefOk ¶

func (o *MLTrainingProcessSingleAllOfAttributes) GetTrainingRequestRefOk() ([]string, bool)

GetTrainingRequestRefOk returns a tuple with the TrainingRequestRef field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MLTrainingProcessSingleAllOfAttributes) HasCancelProcess ¶

func (o *MLTrainingProcessSingleAllOfAttributes) HasCancelProcess() bool

HasCancelProcess returns a boolean if a field has been set.

func (*MLTrainingProcessSingleAllOfAttributes) HasMLTrainingProcessId ¶

func (o *MLTrainingProcessSingleAllOfAttributes) HasMLTrainingProcessId() bool

HasMLTrainingProcessId returns a boolean if a field has been set.

func (*MLTrainingProcessSingleAllOfAttributes) HasPriority ¶

HasPriority returns a boolean if a field has been set.

func (*MLTrainingProcessSingleAllOfAttributes) HasProgressStatus ¶

func (o *MLTrainingProcessSingleAllOfAttributes) HasProgressStatus() bool

HasProgressStatus returns a boolean if a field has been set.

func (*MLTrainingProcessSingleAllOfAttributes) HasSuspendProcess ¶

func (o *MLTrainingProcessSingleAllOfAttributes) HasSuspendProcess() bool

HasSuspendProcess returns a boolean if a field has been set.

func (*MLTrainingProcessSingleAllOfAttributes) HasTerminationConditions ¶

func (o *MLTrainingProcessSingleAllOfAttributes) HasTerminationConditions() bool

HasTerminationConditions returns a boolean if a field has been set.

func (*MLTrainingProcessSingleAllOfAttributes) HasTrainingReportRef ¶

func (o *MLTrainingProcessSingleAllOfAttributes) HasTrainingReportRef() bool

HasTrainingReportRef returns a boolean if a field has been set.

func (*MLTrainingProcessSingleAllOfAttributes) HasTrainingRequestRef ¶

func (o *MLTrainingProcessSingleAllOfAttributes) HasTrainingRequestRef() bool

HasTrainingRequestRef returns a boolean if a field has been set.

func (MLTrainingProcessSingleAllOfAttributes) MarshalJSON ¶

func (o MLTrainingProcessSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*MLTrainingProcessSingleAllOfAttributes) SetCancelProcess ¶

func (o *MLTrainingProcessSingleAllOfAttributes) SetCancelProcess(v bool)

SetCancelProcess gets a reference to the given bool and assigns it to the CancelProcess field.

func (*MLTrainingProcessSingleAllOfAttributes) SetMLTrainingProcessId ¶

func (o *MLTrainingProcessSingleAllOfAttributes) SetMLTrainingProcessId(v string)

SetMLTrainingProcessId gets a reference to the given string and assigns it to the MLTrainingProcessId field.

func (*MLTrainingProcessSingleAllOfAttributes) SetPriority ¶

SetPriority gets a reference to the given int32 and assigns it to the Priority field.

func (*MLTrainingProcessSingleAllOfAttributes) SetProgressStatus ¶

SetProgressStatus gets a reference to the given TrainingProcessMonitor and assigns it to the ProgressStatus field.

func (*MLTrainingProcessSingleAllOfAttributes) SetSuspendProcess ¶

func (o *MLTrainingProcessSingleAllOfAttributes) SetSuspendProcess(v bool)

SetSuspendProcess gets a reference to the given bool and assigns it to the SuspendProcess field.

func (*MLTrainingProcessSingleAllOfAttributes) SetTerminationConditions ¶

func (o *MLTrainingProcessSingleAllOfAttributes) SetTerminationConditions(v string)

SetTerminationConditions gets a reference to the given string and assigns it to the TerminationConditions field.

func (*MLTrainingProcessSingleAllOfAttributes) SetTrainingReportRef ¶

func (o *MLTrainingProcessSingleAllOfAttributes) SetTrainingReportRef(v string)

SetTrainingReportRef gets a reference to the given string and assigns it to the TrainingReportRef field.

func (*MLTrainingProcessSingleAllOfAttributes) SetTrainingRequestRef ¶

func (o *MLTrainingProcessSingleAllOfAttributes) SetTrainingRequestRef(v []string)

SetTrainingRequestRef gets a reference to the given []string and assigns it to the TrainingRequestRef field.

func (MLTrainingProcessSingleAllOfAttributes) ToMap ¶

func (o MLTrainingProcessSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type MLTrainingProcessSingleAllOfAttributesAllOf ¶

type MLTrainingProcessSingleAllOfAttributesAllOf struct {
	MLTrainingProcessId   *string                 `json:"mLTrainingProcessId,omitempty"`
	Priority              *int32                  `json:"priority,omitempty"`
	TerminationConditions *string                 `json:"terminationConditions,omitempty"`
	ProgressStatus        *TrainingProcessMonitor `json:"progressStatus,omitempty"`
	CancelProcess         *bool                   `json:"cancelProcess,omitempty"`
	SuspendProcess        *bool                   `json:"suspendProcess,omitempty"`
	TrainingRequestRef    []string                `json:"trainingRequestRef,omitempty"`
	TrainingReportRef     *string                 `json:"trainingReportRef,omitempty"`
}

MLTrainingProcessSingleAllOfAttributesAllOf struct for MLTrainingProcessSingleAllOfAttributesAllOf

func NewMLTrainingProcessSingleAllOfAttributesAllOf ¶

func NewMLTrainingProcessSingleAllOfAttributesAllOf() *MLTrainingProcessSingleAllOfAttributesAllOf

NewMLTrainingProcessSingleAllOfAttributesAllOf instantiates a new MLTrainingProcessSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewMLTrainingProcessSingleAllOfAttributesAllOfWithDefaults ¶

func NewMLTrainingProcessSingleAllOfAttributesAllOfWithDefaults() *MLTrainingProcessSingleAllOfAttributesAllOf

NewMLTrainingProcessSingleAllOfAttributesAllOfWithDefaults instantiates a new MLTrainingProcessSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*MLTrainingProcessSingleAllOfAttributesAllOf) GetCancelProcess ¶

func (o *MLTrainingProcessSingleAllOfAttributesAllOf) GetCancelProcess() bool

GetCancelProcess returns the CancelProcess field value if set, zero value otherwise.

func (*MLTrainingProcessSingleAllOfAttributesAllOf) GetCancelProcessOk ¶

func (o *MLTrainingProcessSingleAllOfAttributesAllOf) GetCancelProcessOk() (*bool, bool)

GetCancelProcessOk returns a tuple with the CancelProcess field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MLTrainingProcessSingleAllOfAttributesAllOf) GetMLTrainingProcessId ¶

func (o *MLTrainingProcessSingleAllOfAttributesAllOf) GetMLTrainingProcessId() string

GetMLTrainingProcessId returns the MLTrainingProcessId field value if set, zero value otherwise.

func (*MLTrainingProcessSingleAllOfAttributesAllOf) GetMLTrainingProcessIdOk ¶

func (o *MLTrainingProcessSingleAllOfAttributesAllOf) GetMLTrainingProcessIdOk() (*string, bool)

GetMLTrainingProcessIdOk returns a tuple with the MLTrainingProcessId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MLTrainingProcessSingleAllOfAttributesAllOf) GetPriority ¶

GetPriority returns the Priority field value if set, zero value otherwise.

func (*MLTrainingProcessSingleAllOfAttributesAllOf) GetPriorityOk ¶

GetPriorityOk returns a tuple with the Priority field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MLTrainingProcessSingleAllOfAttributesAllOf) GetProgressStatus ¶

GetProgressStatus returns the ProgressStatus field value if set, zero value otherwise.

func (*MLTrainingProcessSingleAllOfAttributesAllOf) GetProgressStatusOk ¶

GetProgressStatusOk returns a tuple with the ProgressStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MLTrainingProcessSingleAllOfAttributesAllOf) GetSuspendProcess ¶

func (o *MLTrainingProcessSingleAllOfAttributesAllOf) GetSuspendProcess() bool

GetSuspendProcess returns the SuspendProcess field value if set, zero value otherwise.

func (*MLTrainingProcessSingleAllOfAttributesAllOf) GetSuspendProcessOk ¶

func (o *MLTrainingProcessSingleAllOfAttributesAllOf) GetSuspendProcessOk() (*bool, bool)

GetSuspendProcessOk returns a tuple with the SuspendProcess field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MLTrainingProcessSingleAllOfAttributesAllOf) GetTerminationConditions ¶

func (o *MLTrainingProcessSingleAllOfAttributesAllOf) GetTerminationConditions() string

GetTerminationConditions returns the TerminationConditions field value if set, zero value otherwise.

func (*MLTrainingProcessSingleAllOfAttributesAllOf) GetTerminationConditionsOk ¶

func (o *MLTrainingProcessSingleAllOfAttributesAllOf) GetTerminationConditionsOk() (*string, bool)

GetTerminationConditionsOk returns a tuple with the TerminationConditions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MLTrainingProcessSingleAllOfAttributesAllOf) GetTrainingReportRef ¶

func (o *MLTrainingProcessSingleAllOfAttributesAllOf) GetTrainingReportRef() string

GetTrainingReportRef returns the TrainingReportRef field value if set, zero value otherwise.

func (*MLTrainingProcessSingleAllOfAttributesAllOf) GetTrainingReportRefOk ¶

func (o *MLTrainingProcessSingleAllOfAttributesAllOf) GetTrainingReportRefOk() (*string, bool)

GetTrainingReportRefOk returns a tuple with the TrainingReportRef field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MLTrainingProcessSingleAllOfAttributesAllOf) GetTrainingRequestRef ¶

func (o *MLTrainingProcessSingleAllOfAttributesAllOf) GetTrainingRequestRef() []string

GetTrainingRequestRef returns the TrainingRequestRef field value if set, zero value otherwise.

func (*MLTrainingProcessSingleAllOfAttributesAllOf) GetTrainingRequestRefOk ¶

func (o *MLTrainingProcessSingleAllOfAttributesAllOf) GetTrainingRequestRefOk() ([]string, bool)

GetTrainingRequestRefOk returns a tuple with the TrainingRequestRef field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MLTrainingProcessSingleAllOfAttributesAllOf) HasCancelProcess ¶

func (o *MLTrainingProcessSingleAllOfAttributesAllOf) HasCancelProcess() bool

HasCancelProcess returns a boolean if a field has been set.

func (*MLTrainingProcessSingleAllOfAttributesAllOf) HasMLTrainingProcessId ¶

func (o *MLTrainingProcessSingleAllOfAttributesAllOf) HasMLTrainingProcessId() bool

HasMLTrainingProcessId returns a boolean if a field has been set.

func (*MLTrainingProcessSingleAllOfAttributesAllOf) HasPriority ¶

HasPriority returns a boolean if a field has been set.

func (*MLTrainingProcessSingleAllOfAttributesAllOf) HasProgressStatus ¶

func (o *MLTrainingProcessSingleAllOfAttributesAllOf) HasProgressStatus() bool

HasProgressStatus returns a boolean if a field has been set.

func (*MLTrainingProcessSingleAllOfAttributesAllOf) HasSuspendProcess ¶

func (o *MLTrainingProcessSingleAllOfAttributesAllOf) HasSuspendProcess() bool

HasSuspendProcess returns a boolean if a field has been set.

func (*MLTrainingProcessSingleAllOfAttributesAllOf) HasTerminationConditions ¶

func (o *MLTrainingProcessSingleAllOfAttributesAllOf) HasTerminationConditions() bool

HasTerminationConditions returns a boolean if a field has been set.

func (*MLTrainingProcessSingleAllOfAttributesAllOf) HasTrainingReportRef ¶

func (o *MLTrainingProcessSingleAllOfAttributesAllOf) HasTrainingReportRef() bool

HasTrainingReportRef returns a boolean if a field has been set.

func (*MLTrainingProcessSingleAllOfAttributesAllOf) HasTrainingRequestRef ¶

func (o *MLTrainingProcessSingleAllOfAttributesAllOf) HasTrainingRequestRef() bool

HasTrainingRequestRef returns a boolean if a field has been set.

func (MLTrainingProcessSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*MLTrainingProcessSingleAllOfAttributesAllOf) SetCancelProcess ¶

func (o *MLTrainingProcessSingleAllOfAttributesAllOf) SetCancelProcess(v bool)

SetCancelProcess gets a reference to the given bool and assigns it to the CancelProcess field.

func (*MLTrainingProcessSingleAllOfAttributesAllOf) SetMLTrainingProcessId ¶

func (o *MLTrainingProcessSingleAllOfAttributesAllOf) SetMLTrainingProcessId(v string)

SetMLTrainingProcessId gets a reference to the given string and assigns it to the MLTrainingProcessId field.

func (*MLTrainingProcessSingleAllOfAttributesAllOf) SetPriority ¶

SetPriority gets a reference to the given int32 and assigns it to the Priority field.

func (*MLTrainingProcessSingleAllOfAttributesAllOf) SetProgressStatus ¶

SetProgressStatus gets a reference to the given TrainingProcessMonitor and assigns it to the ProgressStatus field.

func (*MLTrainingProcessSingleAllOfAttributesAllOf) SetSuspendProcess ¶

func (o *MLTrainingProcessSingleAllOfAttributesAllOf) SetSuspendProcess(v bool)

SetSuspendProcess gets a reference to the given bool and assigns it to the SuspendProcess field.

func (*MLTrainingProcessSingleAllOfAttributesAllOf) SetTerminationConditions ¶

func (o *MLTrainingProcessSingleAllOfAttributesAllOf) SetTerminationConditions(v string)

SetTerminationConditions gets a reference to the given string and assigns it to the TerminationConditions field.

func (*MLTrainingProcessSingleAllOfAttributesAllOf) SetTrainingReportRef ¶

func (o *MLTrainingProcessSingleAllOfAttributesAllOf) SetTrainingReportRef(v string)

SetTrainingReportRef gets a reference to the given string and assigns it to the TrainingReportRef field.

func (*MLTrainingProcessSingleAllOfAttributesAllOf) SetTrainingRequestRef ¶

func (o *MLTrainingProcessSingleAllOfAttributesAllOf) SetTrainingRequestRef(v []string)

SetTrainingRequestRef gets a reference to the given []string and assigns it to the TrainingRequestRef field.

func (MLTrainingProcessSingleAllOfAttributesAllOf) ToMap ¶

func (o MLTrainingProcessSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)

type MLTrainingReportSingle ¶

type MLTrainingReportSingle struct {
	Top
	Attributes *MLTrainingReportSingleAllOfAttributes `json:"attributes,omitempty"`
}

MLTrainingReportSingle struct for MLTrainingReportSingle

func NewMLTrainingReportSingle ¶

func NewMLTrainingReportSingle(id NullableString) *MLTrainingReportSingle

NewMLTrainingReportSingle instantiates a new MLTrainingReportSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewMLTrainingReportSingleWithDefaults ¶

func NewMLTrainingReportSingleWithDefaults() *MLTrainingReportSingle

NewMLTrainingReportSingleWithDefaults instantiates a new MLTrainingReportSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*MLTrainingReportSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*MLTrainingReportSingle) GetAttributesOk ¶

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 (*MLTrainingReportSingle) HasAttributes ¶

func (o *MLTrainingReportSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (MLTrainingReportSingle) MarshalJSON ¶

func (o MLTrainingReportSingle) MarshalJSON() ([]byte, error)

func (*MLTrainingReportSingle) SetAttributes ¶

SetAttributes gets a reference to the given MLTrainingReportSingleAllOfAttributes and assigns it to the Attributes field.

func (MLTrainingReportSingle) ToMap ¶

func (o MLTrainingReportSingle) ToMap() (map[string]interface{}, error)

type MLTrainingReportSingleAllOf ¶

type MLTrainingReportSingleAllOf struct {
	Attributes *MLTrainingReportSingleAllOfAttributes `json:"attributes,omitempty"`
}

MLTrainingReportSingleAllOf struct for MLTrainingReportSingleAllOf

func NewMLTrainingReportSingleAllOf ¶

func NewMLTrainingReportSingleAllOf() *MLTrainingReportSingleAllOf

NewMLTrainingReportSingleAllOf instantiates a new MLTrainingReportSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewMLTrainingReportSingleAllOfWithDefaults ¶

func NewMLTrainingReportSingleAllOfWithDefaults() *MLTrainingReportSingleAllOf

NewMLTrainingReportSingleAllOfWithDefaults instantiates a new MLTrainingReportSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*MLTrainingReportSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*MLTrainingReportSingleAllOf) GetAttributesOk ¶

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 (*MLTrainingReportSingleAllOf) HasAttributes ¶

func (o *MLTrainingReportSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (MLTrainingReportSingleAllOf) MarshalJSON ¶

func (o MLTrainingReportSingleAllOf) MarshalJSON() ([]byte, error)

func (*MLTrainingReportSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given MLTrainingReportSingleAllOfAttributes and assigns it to the Attributes field.

func (MLTrainingReportSingleAllOf) ToMap ¶

func (o MLTrainingReportSingleAllOf) ToMap() (map[string]interface{}, error)

type MLTrainingReportSingleAllOfAttributes ¶

type MLTrainingReportSingleAllOfAttributes struct {
	MLEntityId                  *string            `json:"mLEntityId,omitempty"`
	AreConsumerTrainingDataUsed *bool              `json:"areConsumerTrainingDataUsed,omitempty"`
	UsedConsumerTrainingData    []string           `json:"usedConsumerTrainingData,omitempty"`
	ConfidenceIndication        *int32             `json:"confidenceIndication,omitempty"`
	ModelPerformanceTraining    []ModelPerformance `json:"modelPerformanceTraining,omitempty"`
	AreNewTrainingDataUsed      *bool              `json:"areNewTrainingDataUsed,omitempty"`
}

MLTrainingReportSingleAllOfAttributes struct for MLTrainingReportSingleAllOfAttributes

func NewMLTrainingReportSingleAllOfAttributes ¶

func NewMLTrainingReportSingleAllOfAttributes() *MLTrainingReportSingleAllOfAttributes

NewMLTrainingReportSingleAllOfAttributes instantiates a new MLTrainingReportSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewMLTrainingReportSingleAllOfAttributesWithDefaults ¶

func NewMLTrainingReportSingleAllOfAttributesWithDefaults() *MLTrainingReportSingleAllOfAttributes

NewMLTrainingReportSingleAllOfAttributesWithDefaults instantiates a new MLTrainingReportSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*MLTrainingReportSingleAllOfAttributes) GetAreConsumerTrainingDataUsed ¶

func (o *MLTrainingReportSingleAllOfAttributes) GetAreConsumerTrainingDataUsed() bool

GetAreConsumerTrainingDataUsed returns the AreConsumerTrainingDataUsed field value if set, zero value otherwise.

func (*MLTrainingReportSingleAllOfAttributes) GetAreConsumerTrainingDataUsedOk ¶

func (o *MLTrainingReportSingleAllOfAttributes) GetAreConsumerTrainingDataUsedOk() (*bool, bool)

GetAreConsumerTrainingDataUsedOk returns a tuple with the AreConsumerTrainingDataUsed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MLTrainingReportSingleAllOfAttributes) GetAreNewTrainingDataUsed ¶

func (o *MLTrainingReportSingleAllOfAttributes) GetAreNewTrainingDataUsed() bool

GetAreNewTrainingDataUsed returns the AreNewTrainingDataUsed field value if set, zero value otherwise.

func (*MLTrainingReportSingleAllOfAttributes) GetAreNewTrainingDataUsedOk ¶

func (o *MLTrainingReportSingleAllOfAttributes) GetAreNewTrainingDataUsedOk() (*bool, bool)

GetAreNewTrainingDataUsedOk returns a tuple with the AreNewTrainingDataUsed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MLTrainingReportSingleAllOfAttributes) GetConfidenceIndication ¶

func (o *MLTrainingReportSingleAllOfAttributes) GetConfidenceIndication() int32

GetConfidenceIndication returns the ConfidenceIndication field value if set, zero value otherwise.

func (*MLTrainingReportSingleAllOfAttributes) GetConfidenceIndicationOk ¶

func (o *MLTrainingReportSingleAllOfAttributes) GetConfidenceIndicationOk() (*int32, bool)

GetConfidenceIndicationOk returns a tuple with the ConfidenceIndication field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MLTrainingReportSingleAllOfAttributes) GetMLEntityId ¶

func (o *MLTrainingReportSingleAllOfAttributes) GetMLEntityId() string

GetMLEntityId returns the MLEntityId field value if set, zero value otherwise.

func (*MLTrainingReportSingleAllOfAttributes) GetMLEntityIdOk ¶

func (o *MLTrainingReportSingleAllOfAttributes) GetMLEntityIdOk() (*string, bool)

GetMLEntityIdOk returns a tuple with the MLEntityId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MLTrainingReportSingleAllOfAttributes) GetModelPerformanceTraining ¶

func (o *MLTrainingReportSingleAllOfAttributes) GetModelPerformanceTraining() []ModelPerformance

GetModelPerformanceTraining returns the ModelPerformanceTraining field value if set, zero value otherwise.

func (*MLTrainingReportSingleAllOfAttributes) GetModelPerformanceTrainingOk ¶

func (o *MLTrainingReportSingleAllOfAttributes) GetModelPerformanceTrainingOk() ([]ModelPerformance, bool)

GetModelPerformanceTrainingOk returns a tuple with the ModelPerformanceTraining field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MLTrainingReportSingleAllOfAttributes) GetUsedConsumerTrainingData ¶

func (o *MLTrainingReportSingleAllOfAttributes) GetUsedConsumerTrainingData() []string

GetUsedConsumerTrainingData returns the UsedConsumerTrainingData field value if set, zero value otherwise.

func (*MLTrainingReportSingleAllOfAttributes) GetUsedConsumerTrainingDataOk ¶

func (o *MLTrainingReportSingleAllOfAttributes) GetUsedConsumerTrainingDataOk() ([]string, bool)

GetUsedConsumerTrainingDataOk returns a tuple with the UsedConsumerTrainingData field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MLTrainingReportSingleAllOfAttributes) HasAreConsumerTrainingDataUsed ¶

func (o *MLTrainingReportSingleAllOfAttributes) HasAreConsumerTrainingDataUsed() bool

HasAreConsumerTrainingDataUsed returns a boolean if a field has been set.

func (*MLTrainingReportSingleAllOfAttributes) HasAreNewTrainingDataUsed ¶

func (o *MLTrainingReportSingleAllOfAttributes) HasAreNewTrainingDataUsed() bool

HasAreNewTrainingDataUsed returns a boolean if a field has been set.

func (*MLTrainingReportSingleAllOfAttributes) HasConfidenceIndication ¶

func (o *MLTrainingReportSingleAllOfAttributes) HasConfidenceIndication() bool

HasConfidenceIndication returns a boolean if a field has been set.

func (*MLTrainingReportSingleAllOfAttributes) HasMLEntityId ¶

func (o *MLTrainingReportSingleAllOfAttributes) HasMLEntityId() bool

HasMLEntityId returns a boolean if a field has been set.

func (*MLTrainingReportSingleAllOfAttributes) HasModelPerformanceTraining ¶

func (o *MLTrainingReportSingleAllOfAttributes) HasModelPerformanceTraining() bool

HasModelPerformanceTraining returns a boolean if a field has been set.

func (*MLTrainingReportSingleAllOfAttributes) HasUsedConsumerTrainingData ¶

func (o *MLTrainingReportSingleAllOfAttributes) HasUsedConsumerTrainingData() bool

HasUsedConsumerTrainingData returns a boolean if a field has been set.

func (MLTrainingReportSingleAllOfAttributes) MarshalJSON ¶

func (o MLTrainingReportSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*MLTrainingReportSingleAllOfAttributes) SetAreConsumerTrainingDataUsed ¶

func (o *MLTrainingReportSingleAllOfAttributes) SetAreConsumerTrainingDataUsed(v bool)

SetAreConsumerTrainingDataUsed gets a reference to the given bool and assigns it to the AreConsumerTrainingDataUsed field.

func (*MLTrainingReportSingleAllOfAttributes) SetAreNewTrainingDataUsed ¶

func (o *MLTrainingReportSingleAllOfAttributes) SetAreNewTrainingDataUsed(v bool)

SetAreNewTrainingDataUsed gets a reference to the given bool and assigns it to the AreNewTrainingDataUsed field.

func (*MLTrainingReportSingleAllOfAttributes) SetConfidenceIndication ¶

func (o *MLTrainingReportSingleAllOfAttributes) SetConfidenceIndication(v int32)

SetConfidenceIndication gets a reference to the given int32 and assigns it to the ConfidenceIndication field.

func (*MLTrainingReportSingleAllOfAttributes) SetMLEntityId ¶

func (o *MLTrainingReportSingleAllOfAttributes) SetMLEntityId(v string)

SetMLEntityId gets a reference to the given string and assigns it to the MLEntityId field.

func (*MLTrainingReportSingleAllOfAttributes) SetModelPerformanceTraining ¶

func (o *MLTrainingReportSingleAllOfAttributes) SetModelPerformanceTraining(v []ModelPerformance)

SetModelPerformanceTraining gets a reference to the given []ModelPerformance and assigns it to the ModelPerformanceTraining field.

func (*MLTrainingReportSingleAllOfAttributes) SetUsedConsumerTrainingData ¶

func (o *MLTrainingReportSingleAllOfAttributes) SetUsedConsumerTrainingData(v []string)

SetUsedConsumerTrainingData gets a reference to the given []string and assigns it to the UsedConsumerTrainingData field.

func (MLTrainingReportSingleAllOfAttributes) ToMap ¶

func (o MLTrainingReportSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type MLTrainingReportSingleAllOfAttributesAllOf ¶

type MLTrainingReportSingleAllOfAttributesAllOf struct {
	MLEntityId                  *string            `json:"mLEntityId,omitempty"`
	AreConsumerTrainingDataUsed *bool              `json:"areConsumerTrainingDataUsed,omitempty"`
	UsedConsumerTrainingData    []string           `json:"usedConsumerTrainingData,omitempty"`
	ConfidenceIndication        *int32             `json:"confidenceIndication,omitempty"`
	ModelPerformanceTraining    []ModelPerformance `json:"modelPerformanceTraining,omitempty"`
	AreNewTrainingDataUsed      *bool              `json:"areNewTrainingDataUsed,omitempty"`
}

MLTrainingReportSingleAllOfAttributesAllOf struct for MLTrainingReportSingleAllOfAttributesAllOf

func NewMLTrainingReportSingleAllOfAttributesAllOf ¶

func NewMLTrainingReportSingleAllOfAttributesAllOf() *MLTrainingReportSingleAllOfAttributesAllOf

NewMLTrainingReportSingleAllOfAttributesAllOf instantiates a new MLTrainingReportSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewMLTrainingReportSingleAllOfAttributesAllOfWithDefaults ¶

func NewMLTrainingReportSingleAllOfAttributesAllOfWithDefaults() *MLTrainingReportSingleAllOfAttributesAllOf

NewMLTrainingReportSingleAllOfAttributesAllOfWithDefaults instantiates a new MLTrainingReportSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*MLTrainingReportSingleAllOfAttributesAllOf) GetAreConsumerTrainingDataUsed ¶

func (o *MLTrainingReportSingleAllOfAttributesAllOf) GetAreConsumerTrainingDataUsed() bool

GetAreConsumerTrainingDataUsed returns the AreConsumerTrainingDataUsed field value if set, zero value otherwise.

func (*MLTrainingReportSingleAllOfAttributesAllOf) GetAreConsumerTrainingDataUsedOk ¶

func (o *MLTrainingReportSingleAllOfAttributesAllOf) GetAreConsumerTrainingDataUsedOk() (*bool, bool)

GetAreConsumerTrainingDataUsedOk returns a tuple with the AreConsumerTrainingDataUsed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MLTrainingReportSingleAllOfAttributesAllOf) GetAreNewTrainingDataUsed ¶

func (o *MLTrainingReportSingleAllOfAttributesAllOf) GetAreNewTrainingDataUsed() bool

GetAreNewTrainingDataUsed returns the AreNewTrainingDataUsed field value if set, zero value otherwise.

func (*MLTrainingReportSingleAllOfAttributesAllOf) GetAreNewTrainingDataUsedOk ¶

func (o *MLTrainingReportSingleAllOfAttributesAllOf) GetAreNewTrainingDataUsedOk() (*bool, bool)

GetAreNewTrainingDataUsedOk returns a tuple with the AreNewTrainingDataUsed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MLTrainingReportSingleAllOfAttributesAllOf) GetConfidenceIndication ¶

func (o *MLTrainingReportSingleAllOfAttributesAllOf) GetConfidenceIndication() int32

GetConfidenceIndication returns the ConfidenceIndication field value if set, zero value otherwise.

func (*MLTrainingReportSingleAllOfAttributesAllOf) GetConfidenceIndicationOk ¶

func (o *MLTrainingReportSingleAllOfAttributesAllOf) GetConfidenceIndicationOk() (*int32, bool)

GetConfidenceIndicationOk returns a tuple with the ConfidenceIndication field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MLTrainingReportSingleAllOfAttributesAllOf) GetMLEntityId ¶

GetMLEntityId returns the MLEntityId field value if set, zero value otherwise.

func (*MLTrainingReportSingleAllOfAttributesAllOf) GetMLEntityIdOk ¶

func (o *MLTrainingReportSingleAllOfAttributesAllOf) GetMLEntityIdOk() (*string, bool)

GetMLEntityIdOk returns a tuple with the MLEntityId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MLTrainingReportSingleAllOfAttributesAllOf) GetModelPerformanceTraining ¶

func (o *MLTrainingReportSingleAllOfAttributesAllOf) GetModelPerformanceTraining() []ModelPerformance

GetModelPerformanceTraining returns the ModelPerformanceTraining field value if set, zero value otherwise.

func (*MLTrainingReportSingleAllOfAttributesAllOf) GetModelPerformanceTrainingOk ¶

func (o *MLTrainingReportSingleAllOfAttributesAllOf) GetModelPerformanceTrainingOk() ([]ModelPerformance, bool)

GetModelPerformanceTrainingOk returns a tuple with the ModelPerformanceTraining field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MLTrainingReportSingleAllOfAttributesAllOf) GetUsedConsumerTrainingData ¶

func (o *MLTrainingReportSingleAllOfAttributesAllOf) GetUsedConsumerTrainingData() []string

GetUsedConsumerTrainingData returns the UsedConsumerTrainingData field value if set, zero value otherwise.

func (*MLTrainingReportSingleAllOfAttributesAllOf) GetUsedConsumerTrainingDataOk ¶

func (o *MLTrainingReportSingleAllOfAttributesAllOf) GetUsedConsumerTrainingDataOk() ([]string, bool)

GetUsedConsumerTrainingDataOk returns a tuple with the UsedConsumerTrainingData field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MLTrainingReportSingleAllOfAttributesAllOf) HasAreConsumerTrainingDataUsed ¶

func (o *MLTrainingReportSingleAllOfAttributesAllOf) HasAreConsumerTrainingDataUsed() bool

HasAreConsumerTrainingDataUsed returns a boolean if a field has been set.

func (*MLTrainingReportSingleAllOfAttributesAllOf) HasAreNewTrainingDataUsed ¶

func (o *MLTrainingReportSingleAllOfAttributesAllOf) HasAreNewTrainingDataUsed() bool

HasAreNewTrainingDataUsed returns a boolean if a field has been set.

func (*MLTrainingReportSingleAllOfAttributesAllOf) HasConfidenceIndication ¶

func (o *MLTrainingReportSingleAllOfAttributesAllOf) HasConfidenceIndication() bool

HasConfidenceIndication returns a boolean if a field has been set.

func (*MLTrainingReportSingleAllOfAttributesAllOf) HasMLEntityId ¶

HasMLEntityId returns a boolean if a field has been set.

func (*MLTrainingReportSingleAllOfAttributesAllOf) HasModelPerformanceTraining ¶

func (o *MLTrainingReportSingleAllOfAttributesAllOf) HasModelPerformanceTraining() bool

HasModelPerformanceTraining returns a boolean if a field has been set.

func (*MLTrainingReportSingleAllOfAttributesAllOf) HasUsedConsumerTrainingData ¶

func (o *MLTrainingReportSingleAllOfAttributesAllOf) HasUsedConsumerTrainingData() bool

HasUsedConsumerTrainingData returns a boolean if a field has been set.

func (MLTrainingReportSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*MLTrainingReportSingleAllOfAttributesAllOf) SetAreConsumerTrainingDataUsed ¶

func (o *MLTrainingReportSingleAllOfAttributesAllOf) SetAreConsumerTrainingDataUsed(v bool)

SetAreConsumerTrainingDataUsed gets a reference to the given bool and assigns it to the AreConsumerTrainingDataUsed field.

func (*MLTrainingReportSingleAllOfAttributesAllOf) SetAreNewTrainingDataUsed ¶

func (o *MLTrainingReportSingleAllOfAttributesAllOf) SetAreNewTrainingDataUsed(v bool)

SetAreNewTrainingDataUsed gets a reference to the given bool and assigns it to the AreNewTrainingDataUsed field.

func (*MLTrainingReportSingleAllOfAttributesAllOf) SetConfidenceIndication ¶

func (o *MLTrainingReportSingleAllOfAttributesAllOf) SetConfidenceIndication(v int32)

SetConfidenceIndication gets a reference to the given int32 and assigns it to the ConfidenceIndication field.

func (*MLTrainingReportSingleAllOfAttributesAllOf) SetMLEntityId ¶

SetMLEntityId gets a reference to the given string and assigns it to the MLEntityId field.

func (*MLTrainingReportSingleAllOfAttributesAllOf) SetModelPerformanceTraining ¶

func (o *MLTrainingReportSingleAllOfAttributesAllOf) SetModelPerformanceTraining(v []ModelPerformance)

SetModelPerformanceTraining gets a reference to the given []ModelPerformance and assigns it to the ModelPerformanceTraining field.

func (*MLTrainingReportSingleAllOfAttributesAllOf) SetUsedConsumerTrainingData ¶

func (o *MLTrainingReportSingleAllOfAttributesAllOf) SetUsedConsumerTrainingData(v []string)

SetUsedConsumerTrainingData gets a reference to the given []string and assigns it to the UsedConsumerTrainingData field.

func (MLTrainingReportSingleAllOfAttributesAllOf) ToMap ¶

func (o MLTrainingReportSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)

type MLTrainingRequestSingle ¶

type MLTrainingRequestSingle struct {
	Top
	Attributes *MLTrainingRequestSingleAllOfAttributes `json:"attributes,omitempty"`
}

MLTrainingRequestSingle struct for MLTrainingRequestSingle

func NewMLTrainingRequestSingle ¶

func NewMLTrainingRequestSingle(id NullableString) *MLTrainingRequestSingle

NewMLTrainingRequestSingle instantiates a new MLTrainingRequestSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewMLTrainingRequestSingleWithDefaults ¶

func NewMLTrainingRequestSingleWithDefaults() *MLTrainingRequestSingle

NewMLTrainingRequestSingleWithDefaults instantiates a new MLTrainingRequestSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*MLTrainingRequestSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*MLTrainingRequestSingle) GetAttributesOk ¶

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 (*MLTrainingRequestSingle) HasAttributes ¶

func (o *MLTrainingRequestSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (MLTrainingRequestSingle) MarshalJSON ¶

func (o MLTrainingRequestSingle) MarshalJSON() ([]byte, error)

func (*MLTrainingRequestSingle) SetAttributes ¶

SetAttributes gets a reference to the given MLTrainingRequestSingleAllOfAttributes and assigns it to the Attributes field.

func (MLTrainingRequestSingle) ToMap ¶

func (o MLTrainingRequestSingle) ToMap() (map[string]interface{}, error)

type MLTrainingRequestSingleAllOf ¶

type MLTrainingRequestSingleAllOf struct {
	Attributes *MLTrainingRequestSingleAllOfAttributes `json:"attributes,omitempty"`
}

MLTrainingRequestSingleAllOf struct for MLTrainingRequestSingleAllOf

func NewMLTrainingRequestSingleAllOf ¶

func NewMLTrainingRequestSingleAllOf() *MLTrainingRequestSingleAllOf

NewMLTrainingRequestSingleAllOf instantiates a new MLTrainingRequestSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewMLTrainingRequestSingleAllOfWithDefaults ¶

func NewMLTrainingRequestSingleAllOfWithDefaults() *MLTrainingRequestSingleAllOf

NewMLTrainingRequestSingleAllOfWithDefaults instantiates a new MLTrainingRequestSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*MLTrainingRequestSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*MLTrainingRequestSingleAllOf) GetAttributesOk ¶

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 (*MLTrainingRequestSingleAllOf) HasAttributes ¶

func (o *MLTrainingRequestSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (MLTrainingRequestSingleAllOf) MarshalJSON ¶

func (o MLTrainingRequestSingleAllOf) MarshalJSON() ([]byte, error)

func (*MLTrainingRequestSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given MLTrainingRequestSingleAllOfAttributes and assigns it to the Attributes field.

func (MLTrainingRequestSingleAllOf) ToMap ¶

func (o MLTrainingRequestSingleAllOf) ToMap() (map[string]interface{}, error)

type MLTrainingRequestSingleAllOfAttributes ¶

type MLTrainingRequestSingleAllOfAttributes struct {
	MLEntityId                *string            `json:"mLEntityId,omitempty"`
	CandidateTraingDataSource []string           `json:"candidateTraingDataSource,omitempty"`
	TraingDataQualityScore    *float32           `json:"traingDataQualityScore,omitempty"`
	TrainingRequestSource     *string            `json:"trainingRequestSource,omitempty"`
	RequestStatus             *RequestStatus     `json:"requestStatus,omitempty"`
	ExpectedRuntimeContext    *time.Time         `json:"expectedRuntimeContext,omitempty"`
	PerformanceRequirements   []ModelPerformance `json:"performanceRequirements,omitempty"`
	CancelRequest             *bool              `json:"cancelRequest,omitempty"`
	SuspendRequest            *bool              `json:"suspendRequest,omitempty"`
}

MLTrainingRequestSingleAllOfAttributes struct for MLTrainingRequestSingleAllOfAttributes

func NewMLTrainingRequestSingleAllOfAttributes ¶

func NewMLTrainingRequestSingleAllOfAttributes() *MLTrainingRequestSingleAllOfAttributes

NewMLTrainingRequestSingleAllOfAttributes instantiates a new MLTrainingRequestSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewMLTrainingRequestSingleAllOfAttributesWithDefaults ¶

func NewMLTrainingRequestSingleAllOfAttributesWithDefaults() *MLTrainingRequestSingleAllOfAttributes

NewMLTrainingRequestSingleAllOfAttributesWithDefaults instantiates a new MLTrainingRequestSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*MLTrainingRequestSingleAllOfAttributes) GetCancelRequest ¶

func (o *MLTrainingRequestSingleAllOfAttributes) GetCancelRequest() bool

GetCancelRequest returns the CancelRequest field value if set, zero value otherwise.

func (*MLTrainingRequestSingleAllOfAttributes) GetCancelRequestOk ¶

func (o *MLTrainingRequestSingleAllOfAttributes) GetCancelRequestOk() (*bool, bool)

GetCancelRequestOk returns a tuple with the CancelRequest field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MLTrainingRequestSingleAllOfAttributes) GetCandidateTraingDataSource ¶

func (o *MLTrainingRequestSingleAllOfAttributes) GetCandidateTraingDataSource() []string

GetCandidateTraingDataSource returns the CandidateTraingDataSource field value if set, zero value otherwise.

func (*MLTrainingRequestSingleAllOfAttributes) GetCandidateTraingDataSourceOk ¶

func (o *MLTrainingRequestSingleAllOfAttributes) GetCandidateTraingDataSourceOk() ([]string, bool)

GetCandidateTraingDataSourceOk returns a tuple with the CandidateTraingDataSource field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MLTrainingRequestSingleAllOfAttributes) GetExpectedRuntimeContext ¶

func (o *MLTrainingRequestSingleAllOfAttributes) GetExpectedRuntimeContext() time.Time

GetExpectedRuntimeContext returns the ExpectedRuntimeContext field value if set, zero value otherwise.

func (*MLTrainingRequestSingleAllOfAttributes) GetExpectedRuntimeContextOk ¶

func (o *MLTrainingRequestSingleAllOfAttributes) GetExpectedRuntimeContextOk() (*time.Time, bool)

GetExpectedRuntimeContextOk returns a tuple with the ExpectedRuntimeContext field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MLTrainingRequestSingleAllOfAttributes) GetMLEntityId ¶

GetMLEntityId returns the MLEntityId field value if set, zero value otherwise.

func (*MLTrainingRequestSingleAllOfAttributes) GetMLEntityIdOk ¶

func (o *MLTrainingRequestSingleAllOfAttributes) GetMLEntityIdOk() (*string, bool)

GetMLEntityIdOk returns a tuple with the MLEntityId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MLTrainingRequestSingleAllOfAttributes) GetPerformanceRequirements ¶

func (o *MLTrainingRequestSingleAllOfAttributes) GetPerformanceRequirements() []ModelPerformance

GetPerformanceRequirements returns the PerformanceRequirements field value if set, zero value otherwise.

func (*MLTrainingRequestSingleAllOfAttributes) GetPerformanceRequirementsOk ¶

func (o *MLTrainingRequestSingleAllOfAttributes) GetPerformanceRequirementsOk() ([]ModelPerformance, bool)

GetPerformanceRequirementsOk returns a tuple with the PerformanceRequirements field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MLTrainingRequestSingleAllOfAttributes) GetRequestStatus ¶

GetRequestStatus returns the RequestStatus field value if set, zero value otherwise.

func (*MLTrainingRequestSingleAllOfAttributes) GetRequestStatusOk ¶

func (o *MLTrainingRequestSingleAllOfAttributes) GetRequestStatusOk() (*RequestStatus, bool)

GetRequestStatusOk returns a tuple with the RequestStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MLTrainingRequestSingleAllOfAttributes) GetSuspendRequest ¶

func (o *MLTrainingRequestSingleAllOfAttributes) GetSuspendRequest() bool

GetSuspendRequest returns the SuspendRequest field value if set, zero value otherwise.

func (*MLTrainingRequestSingleAllOfAttributes) GetSuspendRequestOk ¶

func (o *MLTrainingRequestSingleAllOfAttributes) GetSuspendRequestOk() (*bool, bool)

GetSuspendRequestOk returns a tuple with the SuspendRequest field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MLTrainingRequestSingleAllOfAttributes) GetTraingDataQualityScore ¶

func (o *MLTrainingRequestSingleAllOfAttributes) GetTraingDataQualityScore() float32

GetTraingDataQualityScore returns the TraingDataQualityScore field value if set, zero value otherwise.

func (*MLTrainingRequestSingleAllOfAttributes) GetTraingDataQualityScoreOk ¶

func (o *MLTrainingRequestSingleAllOfAttributes) GetTraingDataQualityScoreOk() (*float32, bool)

GetTraingDataQualityScoreOk returns a tuple with the TraingDataQualityScore field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MLTrainingRequestSingleAllOfAttributes) GetTrainingRequestSource ¶

func (o *MLTrainingRequestSingleAllOfAttributes) GetTrainingRequestSource() string

GetTrainingRequestSource returns the TrainingRequestSource field value if set, zero value otherwise.

func (*MLTrainingRequestSingleAllOfAttributes) GetTrainingRequestSourceOk ¶

func (o *MLTrainingRequestSingleAllOfAttributes) GetTrainingRequestSourceOk() (*string, bool)

GetTrainingRequestSourceOk returns a tuple with the TrainingRequestSource field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MLTrainingRequestSingleAllOfAttributes) HasCancelRequest ¶

func (o *MLTrainingRequestSingleAllOfAttributes) HasCancelRequest() bool

HasCancelRequest returns a boolean if a field has been set.

func (*MLTrainingRequestSingleAllOfAttributes) HasCandidateTraingDataSource ¶

func (o *MLTrainingRequestSingleAllOfAttributes) HasCandidateTraingDataSource() bool

HasCandidateTraingDataSource returns a boolean if a field has been set.

func (*MLTrainingRequestSingleAllOfAttributes) HasExpectedRuntimeContext ¶

func (o *MLTrainingRequestSingleAllOfAttributes) HasExpectedRuntimeContext() bool

HasExpectedRuntimeContext returns a boolean if a field has been set.

func (*MLTrainingRequestSingleAllOfAttributes) HasMLEntityId ¶

func (o *MLTrainingRequestSingleAllOfAttributes) HasMLEntityId() bool

HasMLEntityId returns a boolean if a field has been set.

func (*MLTrainingRequestSingleAllOfAttributes) HasPerformanceRequirements ¶

func (o *MLTrainingRequestSingleAllOfAttributes) HasPerformanceRequirements() bool

HasPerformanceRequirements returns a boolean if a field has been set.

func (*MLTrainingRequestSingleAllOfAttributes) HasRequestStatus ¶

func (o *MLTrainingRequestSingleAllOfAttributes) HasRequestStatus() bool

HasRequestStatus returns a boolean if a field has been set.

func (*MLTrainingRequestSingleAllOfAttributes) HasSuspendRequest ¶

func (o *MLTrainingRequestSingleAllOfAttributes) HasSuspendRequest() bool

HasSuspendRequest returns a boolean if a field has been set.

func (*MLTrainingRequestSingleAllOfAttributes) HasTraingDataQualityScore ¶

func (o *MLTrainingRequestSingleAllOfAttributes) HasTraingDataQualityScore() bool

HasTraingDataQualityScore returns a boolean if a field has been set.

func (*MLTrainingRequestSingleAllOfAttributes) HasTrainingRequestSource ¶

func (o *MLTrainingRequestSingleAllOfAttributes) HasTrainingRequestSource() bool

HasTrainingRequestSource returns a boolean if a field has been set.

func (MLTrainingRequestSingleAllOfAttributes) MarshalJSON ¶

func (o MLTrainingRequestSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*MLTrainingRequestSingleAllOfAttributes) SetCancelRequest ¶

func (o *MLTrainingRequestSingleAllOfAttributes) SetCancelRequest(v bool)

SetCancelRequest gets a reference to the given bool and assigns it to the CancelRequest field.

func (*MLTrainingRequestSingleAllOfAttributes) SetCandidateTraingDataSource ¶

func (o *MLTrainingRequestSingleAllOfAttributes) SetCandidateTraingDataSource(v []string)

SetCandidateTraingDataSource gets a reference to the given []string and assigns it to the CandidateTraingDataSource field.

func (*MLTrainingRequestSingleAllOfAttributes) SetExpectedRuntimeContext ¶

func (o *MLTrainingRequestSingleAllOfAttributes) SetExpectedRuntimeContext(v time.Time)

SetExpectedRuntimeContext gets a reference to the given time.Time and assigns it to the ExpectedRuntimeContext field.

func (*MLTrainingRequestSingleAllOfAttributes) SetMLEntityId ¶

func (o *MLTrainingRequestSingleAllOfAttributes) SetMLEntityId(v string)

SetMLEntityId gets a reference to the given string and assigns it to the MLEntityId field.

func (*MLTrainingRequestSingleAllOfAttributes) SetPerformanceRequirements ¶

func (o *MLTrainingRequestSingleAllOfAttributes) SetPerformanceRequirements(v []ModelPerformance)

SetPerformanceRequirements gets a reference to the given []ModelPerformance and assigns it to the PerformanceRequirements field.

func (*MLTrainingRequestSingleAllOfAttributes) SetRequestStatus ¶

SetRequestStatus gets a reference to the given RequestStatus and assigns it to the RequestStatus field.

func (*MLTrainingRequestSingleAllOfAttributes) SetSuspendRequest ¶

func (o *MLTrainingRequestSingleAllOfAttributes) SetSuspendRequest(v bool)

SetSuspendRequest gets a reference to the given bool and assigns it to the SuspendRequest field.

func (*MLTrainingRequestSingleAllOfAttributes) SetTraingDataQualityScore ¶

func (o *MLTrainingRequestSingleAllOfAttributes) SetTraingDataQualityScore(v float32)

SetTraingDataQualityScore gets a reference to the given float32 and assigns it to the TraingDataQualityScore field.

func (*MLTrainingRequestSingleAllOfAttributes) SetTrainingRequestSource ¶

func (o *MLTrainingRequestSingleAllOfAttributes) SetTrainingRequestSource(v string)

SetTrainingRequestSource gets a reference to the given string and assigns it to the TrainingRequestSource field.

func (MLTrainingRequestSingleAllOfAttributes) ToMap ¶

func (o MLTrainingRequestSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type MLTrainingRequestSingleAllOfAttributesAllOf ¶

type MLTrainingRequestSingleAllOfAttributesAllOf struct {
	MLEntityId                *string            `json:"mLEntityId,omitempty"`
	CandidateTraingDataSource []string           `json:"candidateTraingDataSource,omitempty"`
	TraingDataQualityScore    *float32           `json:"traingDataQualityScore,omitempty"`
	TrainingRequestSource     *string            `json:"trainingRequestSource,omitempty"`
	RequestStatus             *RequestStatus     `json:"requestStatus,omitempty"`
	ExpectedRuntimeContext    *time.Time         `json:"expectedRuntimeContext,omitempty"`
	PerformanceRequirements   []ModelPerformance `json:"performanceRequirements,omitempty"`
	CancelRequest             *bool              `json:"cancelRequest,omitempty"`
	SuspendRequest            *bool              `json:"suspendRequest,omitempty"`
}

MLTrainingRequestSingleAllOfAttributesAllOf struct for MLTrainingRequestSingleAllOfAttributesAllOf

func NewMLTrainingRequestSingleAllOfAttributesAllOf ¶

func NewMLTrainingRequestSingleAllOfAttributesAllOf() *MLTrainingRequestSingleAllOfAttributesAllOf

NewMLTrainingRequestSingleAllOfAttributesAllOf instantiates a new MLTrainingRequestSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewMLTrainingRequestSingleAllOfAttributesAllOfWithDefaults ¶

func NewMLTrainingRequestSingleAllOfAttributesAllOfWithDefaults() *MLTrainingRequestSingleAllOfAttributesAllOf

NewMLTrainingRequestSingleAllOfAttributesAllOfWithDefaults instantiates a new MLTrainingRequestSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*MLTrainingRequestSingleAllOfAttributesAllOf) GetCancelRequest ¶

func (o *MLTrainingRequestSingleAllOfAttributesAllOf) GetCancelRequest() bool

GetCancelRequest returns the CancelRequest field value if set, zero value otherwise.

func (*MLTrainingRequestSingleAllOfAttributesAllOf) GetCancelRequestOk ¶

func (o *MLTrainingRequestSingleAllOfAttributesAllOf) GetCancelRequestOk() (*bool, bool)

GetCancelRequestOk returns a tuple with the CancelRequest field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MLTrainingRequestSingleAllOfAttributesAllOf) GetCandidateTraingDataSource ¶

func (o *MLTrainingRequestSingleAllOfAttributesAllOf) GetCandidateTraingDataSource() []string

GetCandidateTraingDataSource returns the CandidateTraingDataSource field value if set, zero value otherwise.

func (*MLTrainingRequestSingleAllOfAttributesAllOf) GetCandidateTraingDataSourceOk ¶

func (o *MLTrainingRequestSingleAllOfAttributesAllOf) GetCandidateTraingDataSourceOk() ([]string, bool)

GetCandidateTraingDataSourceOk returns a tuple with the CandidateTraingDataSource field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MLTrainingRequestSingleAllOfAttributesAllOf) GetExpectedRuntimeContext ¶

func (o *MLTrainingRequestSingleAllOfAttributesAllOf) GetExpectedRuntimeContext() time.Time

GetExpectedRuntimeContext returns the ExpectedRuntimeContext field value if set, zero value otherwise.

func (*MLTrainingRequestSingleAllOfAttributesAllOf) GetExpectedRuntimeContextOk ¶

func (o *MLTrainingRequestSingleAllOfAttributesAllOf) GetExpectedRuntimeContextOk() (*time.Time, bool)

GetExpectedRuntimeContextOk returns a tuple with the ExpectedRuntimeContext field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MLTrainingRequestSingleAllOfAttributesAllOf) GetMLEntityId ¶

GetMLEntityId returns the MLEntityId field value if set, zero value otherwise.

func (*MLTrainingRequestSingleAllOfAttributesAllOf) GetMLEntityIdOk ¶

func (o *MLTrainingRequestSingleAllOfAttributesAllOf) GetMLEntityIdOk() (*string, bool)

GetMLEntityIdOk returns a tuple with the MLEntityId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MLTrainingRequestSingleAllOfAttributesAllOf) GetPerformanceRequirements ¶

func (o *MLTrainingRequestSingleAllOfAttributesAllOf) GetPerformanceRequirements() []ModelPerformance

GetPerformanceRequirements returns the PerformanceRequirements field value if set, zero value otherwise.

func (*MLTrainingRequestSingleAllOfAttributesAllOf) GetPerformanceRequirementsOk ¶

func (o *MLTrainingRequestSingleAllOfAttributesAllOf) GetPerformanceRequirementsOk() ([]ModelPerformance, bool)

GetPerformanceRequirementsOk returns a tuple with the PerformanceRequirements field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MLTrainingRequestSingleAllOfAttributesAllOf) GetRequestStatus ¶

GetRequestStatus returns the RequestStatus field value if set, zero value otherwise.

func (*MLTrainingRequestSingleAllOfAttributesAllOf) GetRequestStatusOk ¶

GetRequestStatusOk returns a tuple with the RequestStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MLTrainingRequestSingleAllOfAttributesAllOf) GetSuspendRequest ¶

func (o *MLTrainingRequestSingleAllOfAttributesAllOf) GetSuspendRequest() bool

GetSuspendRequest returns the SuspendRequest field value if set, zero value otherwise.

func (*MLTrainingRequestSingleAllOfAttributesAllOf) GetSuspendRequestOk ¶

func (o *MLTrainingRequestSingleAllOfAttributesAllOf) GetSuspendRequestOk() (*bool, bool)

GetSuspendRequestOk returns a tuple with the SuspendRequest field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MLTrainingRequestSingleAllOfAttributesAllOf) GetTraingDataQualityScore ¶

func (o *MLTrainingRequestSingleAllOfAttributesAllOf) GetTraingDataQualityScore() float32

GetTraingDataQualityScore returns the TraingDataQualityScore field value if set, zero value otherwise.

func (*MLTrainingRequestSingleAllOfAttributesAllOf) GetTraingDataQualityScoreOk ¶

func (o *MLTrainingRequestSingleAllOfAttributesAllOf) GetTraingDataQualityScoreOk() (*float32, bool)

GetTraingDataQualityScoreOk returns a tuple with the TraingDataQualityScore field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MLTrainingRequestSingleAllOfAttributesAllOf) GetTrainingRequestSource ¶

func (o *MLTrainingRequestSingleAllOfAttributesAllOf) GetTrainingRequestSource() string

GetTrainingRequestSource returns the TrainingRequestSource field value if set, zero value otherwise.

func (*MLTrainingRequestSingleAllOfAttributesAllOf) GetTrainingRequestSourceOk ¶

func (o *MLTrainingRequestSingleAllOfAttributesAllOf) GetTrainingRequestSourceOk() (*string, bool)

GetTrainingRequestSourceOk returns a tuple with the TrainingRequestSource field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MLTrainingRequestSingleAllOfAttributesAllOf) HasCancelRequest ¶

func (o *MLTrainingRequestSingleAllOfAttributesAllOf) HasCancelRequest() bool

HasCancelRequest returns a boolean if a field has been set.

func (*MLTrainingRequestSingleAllOfAttributesAllOf) HasCandidateTraingDataSource ¶

func (o *MLTrainingRequestSingleAllOfAttributesAllOf) HasCandidateTraingDataSource() bool

HasCandidateTraingDataSource returns a boolean if a field has been set.

func (*MLTrainingRequestSingleAllOfAttributesAllOf) HasExpectedRuntimeContext ¶

func (o *MLTrainingRequestSingleAllOfAttributesAllOf) HasExpectedRuntimeContext() bool

HasExpectedRuntimeContext returns a boolean if a field has been set.

func (*MLTrainingRequestSingleAllOfAttributesAllOf) HasMLEntityId ¶

HasMLEntityId returns a boolean if a field has been set.

func (*MLTrainingRequestSingleAllOfAttributesAllOf) HasPerformanceRequirements ¶

func (o *MLTrainingRequestSingleAllOfAttributesAllOf) HasPerformanceRequirements() bool

HasPerformanceRequirements returns a boolean if a field has been set.

func (*MLTrainingRequestSingleAllOfAttributesAllOf) HasRequestStatus ¶

func (o *MLTrainingRequestSingleAllOfAttributesAllOf) HasRequestStatus() bool

HasRequestStatus returns a boolean if a field has been set.

func (*MLTrainingRequestSingleAllOfAttributesAllOf) HasSuspendRequest ¶

func (o *MLTrainingRequestSingleAllOfAttributesAllOf) HasSuspendRequest() bool

HasSuspendRequest returns a boolean if a field has been set.

func (*MLTrainingRequestSingleAllOfAttributesAllOf) HasTraingDataQualityScore ¶

func (o *MLTrainingRequestSingleAllOfAttributesAllOf) HasTraingDataQualityScore() bool

HasTraingDataQualityScore returns a boolean if a field has been set.

func (*MLTrainingRequestSingleAllOfAttributesAllOf) HasTrainingRequestSource ¶

func (o *MLTrainingRequestSingleAllOfAttributesAllOf) HasTrainingRequestSource() bool

HasTrainingRequestSource returns a boolean if a field has been set.

func (MLTrainingRequestSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*MLTrainingRequestSingleAllOfAttributesAllOf) SetCancelRequest ¶

func (o *MLTrainingRequestSingleAllOfAttributesAllOf) SetCancelRequest(v bool)

SetCancelRequest gets a reference to the given bool and assigns it to the CancelRequest field.

func (*MLTrainingRequestSingleAllOfAttributesAllOf) SetCandidateTraingDataSource ¶

func (o *MLTrainingRequestSingleAllOfAttributesAllOf) SetCandidateTraingDataSource(v []string)

SetCandidateTraingDataSource gets a reference to the given []string and assigns it to the CandidateTraingDataSource field.

func (*MLTrainingRequestSingleAllOfAttributesAllOf) SetExpectedRuntimeContext ¶

func (o *MLTrainingRequestSingleAllOfAttributesAllOf) SetExpectedRuntimeContext(v time.Time)

SetExpectedRuntimeContext gets a reference to the given time.Time and assigns it to the ExpectedRuntimeContext field.

func (*MLTrainingRequestSingleAllOfAttributesAllOf) SetMLEntityId ¶

SetMLEntityId gets a reference to the given string and assigns it to the MLEntityId field.

func (*MLTrainingRequestSingleAllOfAttributesAllOf) SetPerformanceRequirements ¶

func (o *MLTrainingRequestSingleAllOfAttributesAllOf) SetPerformanceRequirements(v []ModelPerformance)

SetPerformanceRequirements gets a reference to the given []ModelPerformance and assigns it to the PerformanceRequirements field.

func (*MLTrainingRequestSingleAllOfAttributesAllOf) SetRequestStatus ¶

SetRequestStatus gets a reference to the given RequestStatus and assigns it to the RequestStatus field.

func (*MLTrainingRequestSingleAllOfAttributesAllOf) SetSuspendRequest ¶

func (o *MLTrainingRequestSingleAllOfAttributesAllOf) SetSuspendRequest(v bool)

SetSuspendRequest gets a reference to the given bool and assigns it to the SuspendRequest field.

func (*MLTrainingRequestSingleAllOfAttributesAllOf) SetTraingDataQualityScore ¶

func (o *MLTrainingRequestSingleAllOfAttributesAllOf) SetTraingDataQualityScore(v float32)

SetTraingDataQualityScore gets a reference to the given float32 and assigns it to the TraingDataQualityScore field.

func (*MLTrainingRequestSingleAllOfAttributesAllOf) SetTrainingRequestSource ¶

func (o *MLTrainingRequestSingleAllOfAttributesAllOf) SetTrainingRequestSource(v string)

SetTrainingRequestSource gets a reference to the given string and assigns it to the TrainingRequestSource field.

func (MLTrainingRequestSingleAllOfAttributesAllOf) ToMap ¶

func (o MLTrainingRequestSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)

type ManagedElementAttr ¶

type ManagedElementAttr struct {
	DnPrefix                  *string                    `json:"dnPrefix,omitempty"`
	ManagedElementTypeList    []string                   `json:"managedElementTypeList,omitempty"`
	UserLabel                 *string                    `json:"userLabel,omitempty"`
	LocationName              *string                    `json:"locationName,omitempty"`
	ManagedBy                 []string                   `json:"managedBy,omitempty"`
	VendorName                *string                    `json:"vendorName,omitempty"`
	UserDefinedState          *string                    `json:"userDefinedState,omitempty"`
	SwVersion                 *string                    `json:"swVersion,omitempty"`
	PriorityLabel             *int32                     `json:"priorityLabel,omitempty"`
	SupportedPerfMetricGroups []SupportedPerfMetricGroup `json:"supportedPerfMetricGroups,omitempty"`
	SupportedTraceMetrics     []string                   `json:"supportedTraceMetrics,omitempty"`
}

ManagedElementAttr struct for ManagedElementAttr

func NewManagedElementAttr ¶

func NewManagedElementAttr() *ManagedElementAttr

NewManagedElementAttr instantiates a new ManagedElementAttr object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewManagedElementAttrWithDefaults ¶

func NewManagedElementAttrWithDefaults() *ManagedElementAttr

NewManagedElementAttrWithDefaults instantiates a new ManagedElementAttr object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ManagedElementAttr) GetDnPrefix ¶

func (o *ManagedElementAttr) GetDnPrefix() string

GetDnPrefix returns the DnPrefix field value if set, zero value otherwise.

func (*ManagedElementAttr) GetDnPrefixOk ¶

func (o *ManagedElementAttr) GetDnPrefixOk() (*string, bool)

GetDnPrefixOk returns a tuple with the DnPrefix field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementAttr) GetLocationName ¶

func (o *ManagedElementAttr) GetLocationName() string

GetLocationName returns the LocationName field value if set, zero value otherwise.

func (*ManagedElementAttr) GetLocationNameOk ¶

func (o *ManagedElementAttr) GetLocationNameOk() (*string, bool)

GetLocationNameOk returns a tuple with the LocationName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementAttr) GetManagedBy ¶

func (o *ManagedElementAttr) GetManagedBy() []string

GetManagedBy returns the ManagedBy field value if set, zero value otherwise.

func (*ManagedElementAttr) GetManagedByOk ¶

func (o *ManagedElementAttr) GetManagedByOk() ([]string, bool)

GetManagedByOk returns a tuple with the ManagedBy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementAttr) GetManagedElementTypeList ¶

func (o *ManagedElementAttr) GetManagedElementTypeList() []string

GetManagedElementTypeList returns the ManagedElementTypeList field value if set, zero value otherwise.

func (*ManagedElementAttr) GetManagedElementTypeListOk ¶

func (o *ManagedElementAttr) GetManagedElementTypeListOk() ([]string, bool)

GetManagedElementTypeListOk returns a tuple with the ManagedElementTypeList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementAttr) GetPriorityLabel ¶

func (o *ManagedElementAttr) GetPriorityLabel() int32

GetPriorityLabel returns the PriorityLabel field value if set, zero value otherwise.

func (*ManagedElementAttr) GetPriorityLabelOk ¶

func (o *ManagedElementAttr) GetPriorityLabelOk() (*int32, bool)

GetPriorityLabelOk returns a tuple with the PriorityLabel field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementAttr) GetSupportedPerfMetricGroups ¶

func (o *ManagedElementAttr) GetSupportedPerfMetricGroups() []SupportedPerfMetricGroup

GetSupportedPerfMetricGroups returns the SupportedPerfMetricGroups field value if set, zero value otherwise.

func (*ManagedElementAttr) GetSupportedPerfMetricGroupsOk ¶

func (o *ManagedElementAttr) GetSupportedPerfMetricGroupsOk() ([]SupportedPerfMetricGroup, bool)

GetSupportedPerfMetricGroupsOk returns a tuple with the SupportedPerfMetricGroups field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementAttr) GetSupportedTraceMetrics ¶

func (o *ManagedElementAttr) GetSupportedTraceMetrics() []string

GetSupportedTraceMetrics returns the SupportedTraceMetrics field value if set, zero value otherwise.

func (*ManagedElementAttr) GetSupportedTraceMetricsOk ¶

func (o *ManagedElementAttr) GetSupportedTraceMetricsOk() ([]string, bool)

GetSupportedTraceMetricsOk returns a tuple with the SupportedTraceMetrics field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementAttr) GetSwVersion ¶

func (o *ManagedElementAttr) GetSwVersion() string

GetSwVersion returns the SwVersion field value if set, zero value otherwise.

func (*ManagedElementAttr) GetSwVersionOk ¶

func (o *ManagedElementAttr) GetSwVersionOk() (*string, bool)

GetSwVersionOk returns a tuple with the SwVersion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementAttr) GetUserDefinedState ¶

func (o *ManagedElementAttr) GetUserDefinedState() string

GetUserDefinedState returns the UserDefinedState field value if set, zero value otherwise.

func (*ManagedElementAttr) GetUserDefinedStateOk ¶

func (o *ManagedElementAttr) GetUserDefinedStateOk() (*string, bool)

GetUserDefinedStateOk returns a tuple with the UserDefinedState field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementAttr) GetUserLabel ¶

func (o *ManagedElementAttr) GetUserLabel() string

GetUserLabel returns the UserLabel field value if set, zero value otherwise.

func (*ManagedElementAttr) GetUserLabelOk ¶

func (o *ManagedElementAttr) GetUserLabelOk() (*string, bool)

GetUserLabelOk returns a tuple with the UserLabel field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementAttr) GetVendorName ¶

func (o *ManagedElementAttr) GetVendorName() string

GetVendorName returns the VendorName field value if set, zero value otherwise.

func (*ManagedElementAttr) GetVendorNameOk ¶

func (o *ManagedElementAttr) GetVendorNameOk() (*string, bool)

GetVendorNameOk returns a tuple with the VendorName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementAttr) HasDnPrefix ¶

func (o *ManagedElementAttr) HasDnPrefix() bool

HasDnPrefix returns a boolean if a field has been set.

func (*ManagedElementAttr) HasLocationName ¶

func (o *ManagedElementAttr) HasLocationName() bool

HasLocationName returns a boolean if a field has been set.

func (*ManagedElementAttr) HasManagedBy ¶

func (o *ManagedElementAttr) HasManagedBy() bool

HasManagedBy returns a boolean if a field has been set.

func (*ManagedElementAttr) HasManagedElementTypeList ¶

func (o *ManagedElementAttr) HasManagedElementTypeList() bool

HasManagedElementTypeList returns a boolean if a field has been set.

func (*ManagedElementAttr) HasPriorityLabel ¶

func (o *ManagedElementAttr) HasPriorityLabel() bool

HasPriorityLabel returns a boolean if a field has been set.

func (*ManagedElementAttr) HasSupportedPerfMetricGroups ¶

func (o *ManagedElementAttr) HasSupportedPerfMetricGroups() bool

HasSupportedPerfMetricGroups returns a boolean if a field has been set.

func (*ManagedElementAttr) HasSupportedTraceMetrics ¶

func (o *ManagedElementAttr) HasSupportedTraceMetrics() bool

HasSupportedTraceMetrics returns a boolean if a field has been set.

func (*ManagedElementAttr) HasSwVersion ¶

func (o *ManagedElementAttr) HasSwVersion() bool

HasSwVersion returns a boolean if a field has been set.

func (*ManagedElementAttr) HasUserDefinedState ¶

func (o *ManagedElementAttr) HasUserDefinedState() bool

HasUserDefinedState returns a boolean if a field has been set.

func (*ManagedElementAttr) HasUserLabel ¶

func (o *ManagedElementAttr) HasUserLabel() bool

HasUserLabel returns a boolean if a field has been set.

func (*ManagedElementAttr) HasVendorName ¶

func (o *ManagedElementAttr) HasVendorName() bool

HasVendorName returns a boolean if a field has been set.

func (ManagedElementAttr) MarshalJSON ¶

func (o ManagedElementAttr) MarshalJSON() ([]byte, error)

func (*ManagedElementAttr) SetDnPrefix ¶

func (o *ManagedElementAttr) SetDnPrefix(v string)

SetDnPrefix gets a reference to the given string and assigns it to the DnPrefix field.

func (*ManagedElementAttr) SetLocationName ¶

func (o *ManagedElementAttr) SetLocationName(v string)

SetLocationName gets a reference to the given string and assigns it to the LocationName field.

func (*ManagedElementAttr) SetManagedBy ¶

func (o *ManagedElementAttr) SetManagedBy(v []string)

SetManagedBy gets a reference to the given []string and assigns it to the ManagedBy field.

func (*ManagedElementAttr) SetManagedElementTypeList ¶

func (o *ManagedElementAttr) SetManagedElementTypeList(v []string)

SetManagedElementTypeList gets a reference to the given []string and assigns it to the ManagedElementTypeList field.

func (*ManagedElementAttr) SetPriorityLabel ¶

func (o *ManagedElementAttr) SetPriorityLabel(v int32)

SetPriorityLabel gets a reference to the given int32 and assigns it to the PriorityLabel field.

func (*ManagedElementAttr) SetSupportedPerfMetricGroups ¶

func (o *ManagedElementAttr) SetSupportedPerfMetricGroups(v []SupportedPerfMetricGroup)

SetSupportedPerfMetricGroups gets a reference to the given []SupportedPerfMetricGroup and assigns it to the SupportedPerfMetricGroups field.

func (*ManagedElementAttr) SetSupportedTraceMetrics ¶

func (o *ManagedElementAttr) SetSupportedTraceMetrics(v []string)

SetSupportedTraceMetrics gets a reference to the given []string and assigns it to the SupportedTraceMetrics field.

func (*ManagedElementAttr) SetSwVersion ¶

func (o *ManagedElementAttr) SetSwVersion(v string)

SetSwVersion gets a reference to the given string and assigns it to the SwVersion field.

func (*ManagedElementAttr) SetUserDefinedState ¶

func (o *ManagedElementAttr) SetUserDefinedState(v string)

SetUserDefinedState gets a reference to the given string and assigns it to the UserDefinedState field.

func (*ManagedElementAttr) SetUserLabel ¶

func (o *ManagedElementAttr) SetUserLabel(v string)

SetUserLabel gets a reference to the given string and assigns it to the UserLabel field.

func (*ManagedElementAttr) SetVendorName ¶

func (o *ManagedElementAttr) SetVendorName(v string)

SetVendorName gets a reference to the given string and assigns it to the VendorName field.

func (ManagedElementAttr) ToMap ¶

func (o ManagedElementAttr) ToMap() (map[string]interface{}, error)

type ManagedElementNcO ¶

type ManagedElementNcO struct {
	MnsAgent               []MnsAgentSingle               `json:"MnsAgent,omitempty"`
	PerfMetricJob          []PerfMetricJobSingle          `json:"PerfMetricJob,omitempty"`
	ThresholdMonitor       []ThresholdMonitorSingle       `json:"ThresholdMonitor,omitempty"`
	TraceJob               []TraceJobSingle               `json:"TraceJob,omitempty"`
	NtfSubscriptionControl []NtfSubscriptionControlSingle `json:"NtfSubscriptionControl,omitempty"`
	AlarmList              *AlarmListSingle               `json:"AlarmList,omitempty"`
	FileDownloadJob        []FileDownloadJobSingle        `json:"FileDownloadJob,omitempty"`
	Files                  []FilesSingle                  `json:"Files,omitempty"`
}

ManagedElementNcO struct for ManagedElementNcO

func NewManagedElementNcO ¶

func NewManagedElementNcO() *ManagedElementNcO

NewManagedElementNcO instantiates a new ManagedElementNcO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewManagedElementNcOWithDefaults ¶

func NewManagedElementNcOWithDefaults() *ManagedElementNcO

NewManagedElementNcOWithDefaults instantiates a new ManagedElementNcO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ManagedElementNcO) GetAlarmList ¶

func (o *ManagedElementNcO) GetAlarmList() AlarmListSingle

GetAlarmList returns the AlarmList field value if set, zero value otherwise.

func (*ManagedElementNcO) GetAlarmListOk ¶

func (o *ManagedElementNcO) GetAlarmListOk() (*AlarmListSingle, bool)

GetAlarmListOk returns a tuple with the AlarmList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementNcO) GetFileDownloadJob ¶

func (o *ManagedElementNcO) GetFileDownloadJob() []FileDownloadJobSingle

GetFileDownloadJob returns the FileDownloadJob field value if set, zero value otherwise.

func (*ManagedElementNcO) GetFileDownloadJobOk ¶

func (o *ManagedElementNcO) GetFileDownloadJobOk() ([]FileDownloadJobSingle, bool)

GetFileDownloadJobOk returns a tuple with the FileDownloadJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementNcO) GetFiles ¶

func (o *ManagedElementNcO) GetFiles() []FilesSingle

GetFiles returns the Files field value if set, zero value otherwise.

func (*ManagedElementNcO) GetFilesOk ¶

func (o *ManagedElementNcO) GetFilesOk() ([]FilesSingle, bool)

GetFilesOk returns a tuple with the Files field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementNcO) GetMnsAgent ¶

func (o *ManagedElementNcO) GetMnsAgent() []MnsAgentSingle

GetMnsAgent returns the MnsAgent field value if set, zero value otherwise.

func (*ManagedElementNcO) GetMnsAgentOk ¶

func (o *ManagedElementNcO) GetMnsAgentOk() ([]MnsAgentSingle, bool)

GetMnsAgentOk returns a tuple with the MnsAgent field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementNcO) GetNtfSubscriptionControl ¶

func (o *ManagedElementNcO) GetNtfSubscriptionControl() []NtfSubscriptionControlSingle

GetNtfSubscriptionControl returns the NtfSubscriptionControl field value if set, zero value otherwise.

func (*ManagedElementNcO) GetNtfSubscriptionControlOk ¶

func (o *ManagedElementNcO) GetNtfSubscriptionControlOk() ([]NtfSubscriptionControlSingle, bool)

GetNtfSubscriptionControlOk returns a tuple with the NtfSubscriptionControl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementNcO) GetPerfMetricJob ¶

func (o *ManagedElementNcO) GetPerfMetricJob() []PerfMetricJobSingle

GetPerfMetricJob returns the PerfMetricJob field value if set, zero value otherwise.

func (*ManagedElementNcO) GetPerfMetricJobOk ¶

func (o *ManagedElementNcO) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)

GetPerfMetricJobOk returns a tuple with the PerfMetricJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementNcO) GetThresholdMonitor ¶

func (o *ManagedElementNcO) GetThresholdMonitor() []ThresholdMonitorSingle

GetThresholdMonitor returns the ThresholdMonitor field value if set, zero value otherwise.

func (*ManagedElementNcO) GetThresholdMonitorOk ¶

func (o *ManagedElementNcO) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)

GetThresholdMonitorOk returns a tuple with the ThresholdMonitor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementNcO) GetTraceJob ¶

func (o *ManagedElementNcO) GetTraceJob() []TraceJobSingle

GetTraceJob returns the TraceJob field value if set, zero value otherwise.

func (*ManagedElementNcO) GetTraceJobOk ¶

func (o *ManagedElementNcO) GetTraceJobOk() ([]TraceJobSingle, bool)

GetTraceJobOk returns a tuple with the TraceJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementNcO) HasAlarmList ¶

func (o *ManagedElementNcO) HasAlarmList() bool

HasAlarmList returns a boolean if a field has been set.

func (*ManagedElementNcO) HasFileDownloadJob ¶

func (o *ManagedElementNcO) HasFileDownloadJob() bool

HasFileDownloadJob returns a boolean if a field has been set.

func (*ManagedElementNcO) HasFiles ¶

func (o *ManagedElementNcO) HasFiles() bool

HasFiles returns a boolean if a field has been set.

func (*ManagedElementNcO) HasMnsAgent ¶

func (o *ManagedElementNcO) HasMnsAgent() bool

HasMnsAgent returns a boolean if a field has been set.

func (*ManagedElementNcO) HasNtfSubscriptionControl ¶

func (o *ManagedElementNcO) HasNtfSubscriptionControl() bool

HasNtfSubscriptionControl returns a boolean if a field has been set.

func (*ManagedElementNcO) HasPerfMetricJob ¶

func (o *ManagedElementNcO) HasPerfMetricJob() bool

HasPerfMetricJob returns a boolean if a field has been set.

func (*ManagedElementNcO) HasThresholdMonitor ¶

func (o *ManagedElementNcO) HasThresholdMonitor() bool

HasThresholdMonitor returns a boolean if a field has been set.

func (*ManagedElementNcO) HasTraceJob ¶

func (o *ManagedElementNcO) HasTraceJob() bool

HasTraceJob returns a boolean if a field has been set.

func (ManagedElementNcO) MarshalJSON ¶

func (o ManagedElementNcO) MarshalJSON() ([]byte, error)

func (*ManagedElementNcO) SetAlarmList ¶

func (o *ManagedElementNcO) SetAlarmList(v AlarmListSingle)

SetAlarmList gets a reference to the given AlarmListSingle and assigns it to the AlarmList field.

func (*ManagedElementNcO) SetFileDownloadJob ¶

func (o *ManagedElementNcO) SetFileDownloadJob(v []FileDownloadJobSingle)

SetFileDownloadJob gets a reference to the given []FileDownloadJobSingle and assigns it to the FileDownloadJob field.

func (*ManagedElementNcO) SetFiles ¶

func (o *ManagedElementNcO) SetFiles(v []FilesSingle)

SetFiles gets a reference to the given []FilesSingle and assigns it to the Files field.

func (*ManagedElementNcO) SetMnsAgent ¶

func (o *ManagedElementNcO) SetMnsAgent(v []MnsAgentSingle)

SetMnsAgent gets a reference to the given []MnsAgentSingle and assigns it to the MnsAgent field.

func (*ManagedElementNcO) SetNtfSubscriptionControl ¶

func (o *ManagedElementNcO) SetNtfSubscriptionControl(v []NtfSubscriptionControlSingle)

SetNtfSubscriptionControl gets a reference to the given []NtfSubscriptionControlSingle and assigns it to the NtfSubscriptionControl field.

func (*ManagedElementNcO) SetPerfMetricJob ¶

func (o *ManagedElementNcO) SetPerfMetricJob(v []PerfMetricJobSingle)

SetPerfMetricJob gets a reference to the given []PerfMetricJobSingle and assigns it to the PerfMetricJob field.

func (*ManagedElementNcO) SetThresholdMonitor ¶

func (o *ManagedElementNcO) SetThresholdMonitor(v []ThresholdMonitorSingle)

SetThresholdMonitor gets a reference to the given []ThresholdMonitorSingle and assigns it to the ThresholdMonitor field.

func (*ManagedElementNcO) SetTraceJob ¶

func (o *ManagedElementNcO) SetTraceJob(v []TraceJobSingle)

SetTraceJob gets a reference to the given []TraceJobSingle and assigns it to the TraceJob field.

func (ManagedElementNcO) ToMap ¶

func (o ManagedElementNcO) ToMap() (map[string]interface{}, error)

type ManagedElementSingle ¶

type ManagedElementSingle struct {
	Top
	Attributes                *ManagedElementAttr              `json:"attributes,omitempty"`
	MnsAgent                  []MnsAgentSingle                 `json:"MnsAgent,omitempty"`
	PerfMetricJob             []PerfMetricJobSingle            `json:"PerfMetricJob,omitempty"`
	ThresholdMonitor          []ThresholdMonitorSingle         `json:"ThresholdMonitor,omitempty"`
	TraceJob                  []TraceJobSingle                 `json:"TraceJob,omitempty"`
	NtfSubscriptionControl    []NtfSubscriptionControlSingle   `json:"NtfSubscriptionControl,omitempty"`
	AlarmList                 *AlarmListSingle                 `json:"AlarmList,omitempty"`
	FileDownloadJob           []FileDownloadJobSingle          `json:"FileDownloadJob,omitempty"`
	Files                     []FilesSingle                    `json:"Files,omitempty"`
	GnbDuFunction             []GnbDuFunctionSingle            `json:"GnbDuFunction,omitempty"`
	GnbCuUpFunction           []GnbCuUpFunctionSingle          `json:"GnbCuUpFunction,omitempty"`
	GnbCuCpFunction           []GnbCuCpFunctionSingle          `json:"GnbCuCpFunction,omitempty"`
	DESManagementFunction     *DESManagementFunctionSingle     `json:"DESManagementFunction,omitempty"`
	DRACHOptimizationFunction *DRACHOptimizationFunctionSingle `json:"DRACHOptimizationFunction,omitempty"`
	DMROFunction              *DMROFunctionSingle              `json:"DMROFunction,omitempty"`
	DLBOFunction              *DLBOFunctionSingle              `json:"DLBOFunction,omitempty"`
	DPCIConfigurationFunction *DPCIConfigurationFunctionSingle `json:"DPCIConfigurationFunction,omitempty"`
	CPCIConfigurationFunction *CPCIConfigurationFunctionSingle `json:"CPCIConfigurationFunction,omitempty"`
	CESManagementFunction     *CESManagementFunctionSingle     `json:"CESManagementFunction,omitempty"`
	Configurable5QISet        []Configurable5QISetSingle       `json:"Configurable5QISet,omitempty"`
	Dynamic5QISet             []Dynamic5QISetSingle            `json:"Dynamic5QISet,omitempty"`
}

ManagedElementSingle struct for ManagedElementSingle

func NewManagedElementSingle ¶

func NewManagedElementSingle(id NullableString) *ManagedElementSingle

NewManagedElementSingle instantiates a new ManagedElementSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewManagedElementSingleWithDefaults ¶

func NewManagedElementSingleWithDefaults() *ManagedElementSingle

NewManagedElementSingleWithDefaults instantiates a new ManagedElementSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ManagedElementSingle) GetAlarmList ¶

func (o *ManagedElementSingle) GetAlarmList() AlarmListSingle

GetAlarmList returns the AlarmList field value if set, zero value otherwise.

func (*ManagedElementSingle) GetAlarmListOk ¶

func (o *ManagedElementSingle) GetAlarmListOk() (*AlarmListSingle, bool)

GetAlarmListOk returns a tuple with the AlarmList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle) GetAttributes ¶

func (o *ManagedElementSingle) GetAttributes() ManagedElementAttr

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*ManagedElementSingle) GetAttributesOk ¶

func (o *ManagedElementSingle) GetAttributesOk() (*ManagedElementAttr, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle) GetCESManagementFunction ¶

func (o *ManagedElementSingle) GetCESManagementFunction() CESManagementFunctionSingle

GetCESManagementFunction returns the CESManagementFunction field value if set, zero value otherwise.

func (*ManagedElementSingle) GetCESManagementFunctionOk ¶

func (o *ManagedElementSingle) GetCESManagementFunctionOk() (*CESManagementFunctionSingle, bool)

GetCESManagementFunctionOk returns a tuple with the CESManagementFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle) GetCPCIConfigurationFunction ¶

func (o *ManagedElementSingle) GetCPCIConfigurationFunction() CPCIConfigurationFunctionSingle

GetCPCIConfigurationFunction returns the CPCIConfigurationFunction field value if set, zero value otherwise.

func (*ManagedElementSingle) GetCPCIConfigurationFunctionOk ¶

func (o *ManagedElementSingle) GetCPCIConfigurationFunctionOk() (*CPCIConfigurationFunctionSingle, bool)

GetCPCIConfigurationFunctionOk returns a tuple with the CPCIConfigurationFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle) GetConfigurable5QISet ¶

func (o *ManagedElementSingle) GetConfigurable5QISet() []Configurable5QISetSingle

GetConfigurable5QISet returns the Configurable5QISet field value if set, zero value otherwise.

func (*ManagedElementSingle) GetConfigurable5QISetOk ¶

func (o *ManagedElementSingle) GetConfigurable5QISetOk() ([]Configurable5QISetSingle, bool)

GetConfigurable5QISetOk returns a tuple with the Configurable5QISet field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle) GetDESManagementFunction ¶

func (o *ManagedElementSingle) GetDESManagementFunction() DESManagementFunctionSingle

GetDESManagementFunction returns the DESManagementFunction field value if set, zero value otherwise.

func (*ManagedElementSingle) GetDESManagementFunctionOk ¶

func (o *ManagedElementSingle) GetDESManagementFunctionOk() (*DESManagementFunctionSingle, bool)

GetDESManagementFunctionOk returns a tuple with the DESManagementFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle) GetDLBOFunction ¶

func (o *ManagedElementSingle) GetDLBOFunction() DLBOFunctionSingle

GetDLBOFunction returns the DLBOFunction field value if set, zero value otherwise.

func (*ManagedElementSingle) GetDLBOFunctionOk ¶

func (o *ManagedElementSingle) GetDLBOFunctionOk() (*DLBOFunctionSingle, bool)

GetDLBOFunctionOk returns a tuple with the DLBOFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle) GetDMROFunction ¶

func (o *ManagedElementSingle) GetDMROFunction() DMROFunctionSingle

GetDMROFunction returns the DMROFunction field value if set, zero value otherwise.

func (*ManagedElementSingle) GetDMROFunctionOk ¶

func (o *ManagedElementSingle) GetDMROFunctionOk() (*DMROFunctionSingle, bool)

GetDMROFunctionOk returns a tuple with the DMROFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle) GetDPCIConfigurationFunction ¶

func (o *ManagedElementSingle) GetDPCIConfigurationFunction() DPCIConfigurationFunctionSingle

GetDPCIConfigurationFunction returns the DPCIConfigurationFunction field value if set, zero value otherwise.

func (*ManagedElementSingle) GetDPCIConfigurationFunctionOk ¶

func (o *ManagedElementSingle) GetDPCIConfigurationFunctionOk() (*DPCIConfigurationFunctionSingle, bool)

GetDPCIConfigurationFunctionOk returns a tuple with the DPCIConfigurationFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle) GetDRACHOptimizationFunction ¶

func (o *ManagedElementSingle) GetDRACHOptimizationFunction() DRACHOptimizationFunctionSingle

GetDRACHOptimizationFunction returns the DRACHOptimizationFunction field value if set, zero value otherwise.

func (*ManagedElementSingle) GetDRACHOptimizationFunctionOk ¶

func (o *ManagedElementSingle) GetDRACHOptimizationFunctionOk() (*DRACHOptimizationFunctionSingle, bool)

GetDRACHOptimizationFunctionOk returns a tuple with the DRACHOptimizationFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle) GetDynamic5QISet ¶

func (o *ManagedElementSingle) GetDynamic5QISet() []Dynamic5QISetSingle

GetDynamic5QISet returns the Dynamic5QISet field value if set, zero value otherwise.

func (*ManagedElementSingle) GetDynamic5QISetOk ¶

func (o *ManagedElementSingle) GetDynamic5QISetOk() ([]Dynamic5QISetSingle, bool)

GetDynamic5QISetOk returns a tuple with the Dynamic5QISet field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle) GetFileDownloadJob ¶

func (o *ManagedElementSingle) GetFileDownloadJob() []FileDownloadJobSingle

GetFileDownloadJob returns the FileDownloadJob field value if set, zero value otherwise.

func (*ManagedElementSingle) GetFileDownloadJobOk ¶

func (o *ManagedElementSingle) GetFileDownloadJobOk() ([]FileDownloadJobSingle, bool)

GetFileDownloadJobOk returns a tuple with the FileDownloadJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle) GetFiles ¶

func (o *ManagedElementSingle) GetFiles() []FilesSingle

GetFiles returns the Files field value if set, zero value otherwise.

func (*ManagedElementSingle) GetFilesOk ¶

func (o *ManagedElementSingle) GetFilesOk() ([]FilesSingle, bool)

GetFilesOk returns a tuple with the Files field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle) GetGnbCuCpFunction ¶

func (o *ManagedElementSingle) GetGnbCuCpFunction() []GnbCuCpFunctionSingle

GetGnbCuCpFunction returns the GnbCuCpFunction field value if set, zero value otherwise.

func (*ManagedElementSingle) GetGnbCuCpFunctionOk ¶

func (o *ManagedElementSingle) GetGnbCuCpFunctionOk() ([]GnbCuCpFunctionSingle, bool)

GetGnbCuCpFunctionOk returns a tuple with the GnbCuCpFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle) GetGnbCuUpFunction ¶

func (o *ManagedElementSingle) GetGnbCuUpFunction() []GnbCuUpFunctionSingle

GetGnbCuUpFunction returns the GnbCuUpFunction field value if set, zero value otherwise.

func (*ManagedElementSingle) GetGnbCuUpFunctionOk ¶

func (o *ManagedElementSingle) GetGnbCuUpFunctionOk() ([]GnbCuUpFunctionSingle, bool)

GetGnbCuUpFunctionOk returns a tuple with the GnbCuUpFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle) GetGnbDuFunction ¶

func (o *ManagedElementSingle) GetGnbDuFunction() []GnbDuFunctionSingle

GetGnbDuFunction returns the GnbDuFunction field value if set, zero value otherwise.

func (*ManagedElementSingle) GetGnbDuFunctionOk ¶

func (o *ManagedElementSingle) GetGnbDuFunctionOk() ([]GnbDuFunctionSingle, bool)

GetGnbDuFunctionOk returns a tuple with the GnbDuFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle) GetMnsAgent ¶

func (o *ManagedElementSingle) GetMnsAgent() []MnsAgentSingle

GetMnsAgent returns the MnsAgent field value if set, zero value otherwise.

func (*ManagedElementSingle) GetMnsAgentOk ¶

func (o *ManagedElementSingle) GetMnsAgentOk() ([]MnsAgentSingle, bool)

GetMnsAgentOk returns a tuple with the MnsAgent field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle) GetNtfSubscriptionControl ¶

func (o *ManagedElementSingle) GetNtfSubscriptionControl() []NtfSubscriptionControlSingle

GetNtfSubscriptionControl returns the NtfSubscriptionControl field value if set, zero value otherwise.

func (*ManagedElementSingle) GetNtfSubscriptionControlOk ¶

func (o *ManagedElementSingle) GetNtfSubscriptionControlOk() ([]NtfSubscriptionControlSingle, bool)

GetNtfSubscriptionControlOk returns a tuple with the NtfSubscriptionControl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle) GetPerfMetricJob ¶

func (o *ManagedElementSingle) GetPerfMetricJob() []PerfMetricJobSingle

GetPerfMetricJob returns the PerfMetricJob field value if set, zero value otherwise.

func (*ManagedElementSingle) GetPerfMetricJobOk ¶

func (o *ManagedElementSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)

GetPerfMetricJobOk returns a tuple with the PerfMetricJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle) GetThresholdMonitor ¶

func (o *ManagedElementSingle) GetThresholdMonitor() []ThresholdMonitorSingle

GetThresholdMonitor returns the ThresholdMonitor field value if set, zero value otherwise.

func (*ManagedElementSingle) GetThresholdMonitorOk ¶

func (o *ManagedElementSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)

GetThresholdMonitorOk returns a tuple with the ThresholdMonitor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle) GetTraceJob ¶

func (o *ManagedElementSingle) GetTraceJob() []TraceJobSingle

GetTraceJob returns the TraceJob field value if set, zero value otherwise.

func (*ManagedElementSingle) GetTraceJobOk ¶

func (o *ManagedElementSingle) GetTraceJobOk() ([]TraceJobSingle, bool)

GetTraceJobOk returns a tuple with the TraceJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle) HasAlarmList ¶

func (o *ManagedElementSingle) HasAlarmList() bool

HasAlarmList returns a boolean if a field has been set.

func (*ManagedElementSingle) HasAttributes ¶

func (o *ManagedElementSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*ManagedElementSingle) HasCESManagementFunction ¶

func (o *ManagedElementSingle) HasCESManagementFunction() bool

HasCESManagementFunction returns a boolean if a field has been set.

func (*ManagedElementSingle) HasCPCIConfigurationFunction ¶

func (o *ManagedElementSingle) HasCPCIConfigurationFunction() bool

HasCPCIConfigurationFunction returns a boolean if a field has been set.

func (*ManagedElementSingle) HasConfigurable5QISet ¶

func (o *ManagedElementSingle) HasConfigurable5QISet() bool

HasConfigurable5QISet returns a boolean if a field has been set.

func (*ManagedElementSingle) HasDESManagementFunction ¶

func (o *ManagedElementSingle) HasDESManagementFunction() bool

HasDESManagementFunction returns a boolean if a field has been set.

func (*ManagedElementSingle) HasDLBOFunction ¶

func (o *ManagedElementSingle) HasDLBOFunction() bool

HasDLBOFunction returns a boolean if a field has been set.

func (*ManagedElementSingle) HasDMROFunction ¶

func (o *ManagedElementSingle) HasDMROFunction() bool

HasDMROFunction returns a boolean if a field has been set.

func (*ManagedElementSingle) HasDPCIConfigurationFunction ¶

func (o *ManagedElementSingle) HasDPCIConfigurationFunction() bool

HasDPCIConfigurationFunction returns a boolean if a field has been set.

func (*ManagedElementSingle) HasDRACHOptimizationFunction ¶

func (o *ManagedElementSingle) HasDRACHOptimizationFunction() bool

HasDRACHOptimizationFunction returns a boolean if a field has been set.

func (*ManagedElementSingle) HasDynamic5QISet ¶

func (o *ManagedElementSingle) HasDynamic5QISet() bool

HasDynamic5QISet returns a boolean if a field has been set.

func (*ManagedElementSingle) HasFileDownloadJob ¶

func (o *ManagedElementSingle) HasFileDownloadJob() bool

HasFileDownloadJob returns a boolean if a field has been set.

func (*ManagedElementSingle) HasFiles ¶

func (o *ManagedElementSingle) HasFiles() bool

HasFiles returns a boolean if a field has been set.

func (*ManagedElementSingle) HasGnbCuCpFunction ¶

func (o *ManagedElementSingle) HasGnbCuCpFunction() bool

HasGnbCuCpFunction returns a boolean if a field has been set.

func (*ManagedElementSingle) HasGnbCuUpFunction ¶

func (o *ManagedElementSingle) HasGnbCuUpFunction() bool

HasGnbCuUpFunction returns a boolean if a field has been set.

func (*ManagedElementSingle) HasGnbDuFunction ¶

func (o *ManagedElementSingle) HasGnbDuFunction() bool

HasGnbDuFunction returns a boolean if a field has been set.

func (*ManagedElementSingle) HasMnsAgent ¶

func (o *ManagedElementSingle) HasMnsAgent() bool

HasMnsAgent returns a boolean if a field has been set.

func (*ManagedElementSingle) HasNtfSubscriptionControl ¶

func (o *ManagedElementSingle) HasNtfSubscriptionControl() bool

HasNtfSubscriptionControl returns a boolean if a field has been set.

func (*ManagedElementSingle) HasPerfMetricJob ¶

func (o *ManagedElementSingle) HasPerfMetricJob() bool

HasPerfMetricJob returns a boolean if a field has been set.

func (*ManagedElementSingle) HasThresholdMonitor ¶

func (o *ManagedElementSingle) HasThresholdMonitor() bool

HasThresholdMonitor returns a boolean if a field has been set.

func (*ManagedElementSingle) HasTraceJob ¶

func (o *ManagedElementSingle) HasTraceJob() bool

HasTraceJob returns a boolean if a field has been set.

func (ManagedElementSingle) MarshalJSON ¶

func (o ManagedElementSingle) MarshalJSON() ([]byte, error)

func (*ManagedElementSingle) SetAlarmList ¶

func (o *ManagedElementSingle) SetAlarmList(v AlarmListSingle)

SetAlarmList gets a reference to the given AlarmListSingle and assigns it to the AlarmList field.

func (*ManagedElementSingle) SetAttributes ¶

func (o *ManagedElementSingle) SetAttributes(v ManagedElementAttr)

SetAttributes gets a reference to the given ManagedElementAttr and assigns it to the Attributes field.

func (*ManagedElementSingle) SetCESManagementFunction ¶

func (o *ManagedElementSingle) SetCESManagementFunction(v CESManagementFunctionSingle)

SetCESManagementFunction gets a reference to the given CESManagementFunctionSingle and assigns it to the CESManagementFunction field.

func (*ManagedElementSingle) SetCPCIConfigurationFunction ¶

func (o *ManagedElementSingle) SetCPCIConfigurationFunction(v CPCIConfigurationFunctionSingle)

SetCPCIConfigurationFunction gets a reference to the given CPCIConfigurationFunctionSingle and assigns it to the CPCIConfigurationFunction field.

func (*ManagedElementSingle) SetConfigurable5QISet ¶

func (o *ManagedElementSingle) SetConfigurable5QISet(v []Configurable5QISetSingle)

SetConfigurable5QISet gets a reference to the given []Configurable5QISetSingle and assigns it to the Configurable5QISet field.

func (*ManagedElementSingle) SetDESManagementFunction ¶

func (o *ManagedElementSingle) SetDESManagementFunction(v DESManagementFunctionSingle)

SetDESManagementFunction gets a reference to the given DESManagementFunctionSingle and assigns it to the DESManagementFunction field.

func (*ManagedElementSingle) SetDLBOFunction ¶

func (o *ManagedElementSingle) SetDLBOFunction(v DLBOFunctionSingle)

SetDLBOFunction gets a reference to the given DLBOFunctionSingle and assigns it to the DLBOFunction field.

func (*ManagedElementSingle) SetDMROFunction ¶

func (o *ManagedElementSingle) SetDMROFunction(v DMROFunctionSingle)

SetDMROFunction gets a reference to the given DMROFunctionSingle and assigns it to the DMROFunction field.

func (*ManagedElementSingle) SetDPCIConfigurationFunction ¶

func (o *ManagedElementSingle) SetDPCIConfigurationFunction(v DPCIConfigurationFunctionSingle)

SetDPCIConfigurationFunction gets a reference to the given DPCIConfigurationFunctionSingle and assigns it to the DPCIConfigurationFunction field.

func (*ManagedElementSingle) SetDRACHOptimizationFunction ¶

func (o *ManagedElementSingle) SetDRACHOptimizationFunction(v DRACHOptimizationFunctionSingle)

SetDRACHOptimizationFunction gets a reference to the given DRACHOptimizationFunctionSingle and assigns it to the DRACHOptimizationFunction field.

func (*ManagedElementSingle) SetDynamic5QISet ¶

func (o *ManagedElementSingle) SetDynamic5QISet(v []Dynamic5QISetSingle)

SetDynamic5QISet gets a reference to the given []Dynamic5QISetSingle and assigns it to the Dynamic5QISet field.

func (*ManagedElementSingle) SetFileDownloadJob ¶

func (o *ManagedElementSingle) SetFileDownloadJob(v []FileDownloadJobSingle)

SetFileDownloadJob gets a reference to the given []FileDownloadJobSingle and assigns it to the FileDownloadJob field.

func (*ManagedElementSingle) SetFiles ¶

func (o *ManagedElementSingle) SetFiles(v []FilesSingle)

SetFiles gets a reference to the given []FilesSingle and assigns it to the Files field.

func (*ManagedElementSingle) SetGnbCuCpFunction ¶

func (o *ManagedElementSingle) SetGnbCuCpFunction(v []GnbCuCpFunctionSingle)

SetGnbCuCpFunction gets a reference to the given []GnbCuCpFunctionSingle and assigns it to the GnbCuCpFunction field.

func (*ManagedElementSingle) SetGnbCuUpFunction ¶

func (o *ManagedElementSingle) SetGnbCuUpFunction(v []GnbCuUpFunctionSingle)

SetGnbCuUpFunction gets a reference to the given []GnbCuUpFunctionSingle and assigns it to the GnbCuUpFunction field.

func (*ManagedElementSingle) SetGnbDuFunction ¶

func (o *ManagedElementSingle) SetGnbDuFunction(v []GnbDuFunctionSingle)

SetGnbDuFunction gets a reference to the given []GnbDuFunctionSingle and assigns it to the GnbDuFunction field.

func (*ManagedElementSingle) SetMnsAgent ¶

func (o *ManagedElementSingle) SetMnsAgent(v []MnsAgentSingle)

SetMnsAgent gets a reference to the given []MnsAgentSingle and assigns it to the MnsAgent field.

func (*ManagedElementSingle) SetNtfSubscriptionControl ¶

func (o *ManagedElementSingle) SetNtfSubscriptionControl(v []NtfSubscriptionControlSingle)

SetNtfSubscriptionControl gets a reference to the given []NtfSubscriptionControlSingle and assigns it to the NtfSubscriptionControl field.

func (*ManagedElementSingle) SetPerfMetricJob ¶

func (o *ManagedElementSingle) SetPerfMetricJob(v []PerfMetricJobSingle)

SetPerfMetricJob gets a reference to the given []PerfMetricJobSingle and assigns it to the PerfMetricJob field.

func (*ManagedElementSingle) SetThresholdMonitor ¶

func (o *ManagedElementSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)

SetThresholdMonitor gets a reference to the given []ThresholdMonitorSingle and assigns it to the ThresholdMonitor field.

func (*ManagedElementSingle) SetTraceJob ¶

func (o *ManagedElementSingle) SetTraceJob(v []TraceJobSingle)

SetTraceJob gets a reference to the given []TraceJobSingle and assigns it to the TraceJob field.

func (ManagedElementSingle) ToMap ¶

func (o ManagedElementSingle) ToMap() (map[string]interface{}, error)

type ManagedElementSingle1 ¶

type ManagedElementSingle1 struct {
	Top
	Attributes             *ManagedElementSingle1AllOfAttributes `json:"attributes,omitempty"`
	MnsAgent               []MnsAgentSingle                      `json:"MnsAgent,omitempty"`
	PerfMetricJob          []PerfMetricJobSingle                 `json:"PerfMetricJob,omitempty"`
	ThresholdMonitor       []ThresholdMonitorSingle              `json:"ThresholdMonitor,omitempty"`
	TraceJob               []TraceJobSingle                      `json:"TraceJob,omitempty"`
	NtfSubscriptionControl []NtfSubscriptionControlSingle        `json:"NtfSubscriptionControl,omitempty"`
	AlarmList              *AlarmListSingle                      `json:"AlarmList,omitempty"`
	FileDownloadJob        []FileDownloadJobSingle               `json:"FileDownloadJob,omitempty"`
	Files                  []FilesSingle                         `json:"Files,omitempty"`
	AmfFunction            []AmfFunctionSingle                   `json:"AmfFunction,omitempty"`
	SmfFunction            []SmfFunctionSingle                   `json:"SmfFunction,omitempty"`
	UpfFunction            []UpfFunctionSingle                   `json:"UpfFunction,omitempty"`
	N3iwfFunction          []N3iwfFunctionSingle                 `json:"N3iwfFunction,omitempty"`
	PcfFunction            []PcfFunctionSingle                   `json:"PcfFunction,omitempty"`
	AusfFunction           []AusfFunctionSingle                  `json:"AusfFunction,omitempty"`
	UdmFunction            []UdmFunctionSingle                   `json:"UdmFunction,omitempty"`
	UdrFunction            []UdrFunctionSingle                   `json:"UdrFunction,omitempty"`
	UdsfFunction           []UdsfFunctionSingle                  `json:"UdsfFunction,omitempty"`
	NrfFunction            []NrfFunctionSingle                   `json:"NrfFunction,omitempty"`
	NssfFunction           []NssfFunctionSingle                  `json:"NssfFunction,omitempty"`
	SmsfFunction           []SmsfFunctionSingle                  `json:"SmsfFunction,omitempty"`
	LmfFunction            []LmfFunctionSingle                   `json:"LmfFunction,omitempty"`
	NgeirFunction          []NgeirFunctionSingle                 `json:"NgeirFunction,omitempty"`
	SeppFunction           []SeppFunctionSingle                  `json:"SeppFunction,omitempty"`
	NwdafFunction          []NwdafFunctionSingle                 `json:"NwdafFunction,omitempty"`
	ScpFunction            []ScpFunctionSingle                   `json:"ScpFunction,omitempty"`
	NefFunction            []NefFunctionSingle                   `json:"NefFunction,omitempty"`
	Configurable5QISet     []Configurable5QISetSingle            `json:"Configurable5QISet,omitempty"`
	Dynamic5QISet          []Dynamic5QISetSingle                 `json:"Dynamic5QISet,omitempty"`
	EcmConnectionInfo      []EcmConnectionInfoSingle             `json:"EcmConnectionInfo,omitempty"`
	EASDFFunction          []EASDFFunctionSingle                 `json:"EASDFFunction,omitempty"`
}

ManagedElementSingle1 struct for ManagedElementSingle1

func NewManagedElementSingle1 ¶

func NewManagedElementSingle1(id NullableString) *ManagedElementSingle1

NewManagedElementSingle1 instantiates a new ManagedElementSingle1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewManagedElementSingle1WithDefaults ¶

func NewManagedElementSingle1WithDefaults() *ManagedElementSingle1

NewManagedElementSingle1WithDefaults instantiates a new ManagedElementSingle1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ManagedElementSingle1) GetAlarmList ¶

func (o *ManagedElementSingle1) GetAlarmList() AlarmListSingle

GetAlarmList returns the AlarmList field value if set, zero value otherwise.

func (*ManagedElementSingle1) GetAlarmListOk ¶

func (o *ManagedElementSingle1) GetAlarmListOk() (*AlarmListSingle, bool)

GetAlarmListOk returns a tuple with the AlarmList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle1) GetAmfFunction ¶

func (o *ManagedElementSingle1) GetAmfFunction() []AmfFunctionSingle

GetAmfFunction returns the AmfFunction field value if set, zero value otherwise.

func (*ManagedElementSingle1) GetAmfFunctionOk ¶

func (o *ManagedElementSingle1) GetAmfFunctionOk() ([]AmfFunctionSingle, bool)

GetAmfFunctionOk returns a tuple with the AmfFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle1) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*ManagedElementSingle1) GetAttributesOk ¶

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 (*ManagedElementSingle1) GetAusfFunction ¶

func (o *ManagedElementSingle1) GetAusfFunction() []AusfFunctionSingle

GetAusfFunction returns the AusfFunction field value if set, zero value otherwise.

func (*ManagedElementSingle1) GetAusfFunctionOk ¶

func (o *ManagedElementSingle1) GetAusfFunctionOk() ([]AusfFunctionSingle, bool)

GetAusfFunctionOk returns a tuple with the AusfFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle1) GetConfigurable5QISet ¶

func (o *ManagedElementSingle1) GetConfigurable5QISet() []Configurable5QISetSingle

GetConfigurable5QISet returns the Configurable5QISet field value if set, zero value otherwise.

func (*ManagedElementSingle1) GetConfigurable5QISetOk ¶

func (o *ManagedElementSingle1) GetConfigurable5QISetOk() ([]Configurable5QISetSingle, bool)

GetConfigurable5QISetOk returns a tuple with the Configurable5QISet field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle1) GetDynamic5QISet ¶

func (o *ManagedElementSingle1) GetDynamic5QISet() []Dynamic5QISetSingle

GetDynamic5QISet returns the Dynamic5QISet field value if set, zero value otherwise.

func (*ManagedElementSingle1) GetDynamic5QISetOk ¶

func (o *ManagedElementSingle1) GetDynamic5QISetOk() ([]Dynamic5QISetSingle, bool)

GetDynamic5QISetOk returns a tuple with the Dynamic5QISet field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle1) GetEASDFFunction ¶

func (o *ManagedElementSingle1) GetEASDFFunction() []EASDFFunctionSingle

GetEASDFFunction returns the EASDFFunction field value if set, zero value otherwise.

func (*ManagedElementSingle1) GetEASDFFunctionOk ¶

func (o *ManagedElementSingle1) GetEASDFFunctionOk() ([]EASDFFunctionSingle, bool)

GetEASDFFunctionOk returns a tuple with the EASDFFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle1) GetEcmConnectionInfo ¶

func (o *ManagedElementSingle1) GetEcmConnectionInfo() []EcmConnectionInfoSingle

GetEcmConnectionInfo returns the EcmConnectionInfo field value if set, zero value otherwise.

func (*ManagedElementSingle1) GetEcmConnectionInfoOk ¶

func (o *ManagedElementSingle1) GetEcmConnectionInfoOk() ([]EcmConnectionInfoSingle, bool)

GetEcmConnectionInfoOk returns a tuple with the EcmConnectionInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle1) GetFileDownloadJob ¶

func (o *ManagedElementSingle1) GetFileDownloadJob() []FileDownloadJobSingle

GetFileDownloadJob returns the FileDownloadJob field value if set, zero value otherwise.

func (*ManagedElementSingle1) GetFileDownloadJobOk ¶

func (o *ManagedElementSingle1) GetFileDownloadJobOk() ([]FileDownloadJobSingle, bool)

GetFileDownloadJobOk returns a tuple with the FileDownloadJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle1) GetFiles ¶

func (o *ManagedElementSingle1) GetFiles() []FilesSingle

GetFiles returns the Files field value if set, zero value otherwise.

func (*ManagedElementSingle1) GetFilesOk ¶

func (o *ManagedElementSingle1) 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 (*ManagedElementSingle1) GetLmfFunction ¶

func (o *ManagedElementSingle1) GetLmfFunction() []LmfFunctionSingle

GetLmfFunction returns the LmfFunction field value if set, zero value otherwise.

func (*ManagedElementSingle1) GetLmfFunctionOk ¶

func (o *ManagedElementSingle1) GetLmfFunctionOk() ([]LmfFunctionSingle, bool)

GetLmfFunctionOk returns a tuple with the LmfFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle1) GetMnsAgent ¶

func (o *ManagedElementSingle1) GetMnsAgent() []MnsAgentSingle

GetMnsAgent returns the MnsAgent field value if set, zero value otherwise.

func (*ManagedElementSingle1) GetMnsAgentOk ¶

func (o *ManagedElementSingle1) 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 (*ManagedElementSingle1) GetN3iwfFunction ¶

func (o *ManagedElementSingle1) GetN3iwfFunction() []N3iwfFunctionSingle

GetN3iwfFunction returns the N3iwfFunction field value if set, zero value otherwise.

func (*ManagedElementSingle1) GetN3iwfFunctionOk ¶

func (o *ManagedElementSingle1) GetN3iwfFunctionOk() ([]N3iwfFunctionSingle, bool)

GetN3iwfFunctionOk returns a tuple with the N3iwfFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle1) GetNefFunction ¶

func (o *ManagedElementSingle1) GetNefFunction() []NefFunctionSingle

GetNefFunction returns the NefFunction field value if set, zero value otherwise.

func (*ManagedElementSingle1) GetNefFunctionOk ¶

func (o *ManagedElementSingle1) GetNefFunctionOk() ([]NefFunctionSingle, bool)

GetNefFunctionOk returns a tuple with the NefFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle1) GetNgeirFunction ¶

func (o *ManagedElementSingle1) GetNgeirFunction() []NgeirFunctionSingle

GetNgeirFunction returns the NgeirFunction field value if set, zero value otherwise.

func (*ManagedElementSingle1) GetNgeirFunctionOk ¶

func (o *ManagedElementSingle1) GetNgeirFunctionOk() ([]NgeirFunctionSingle, bool)

GetNgeirFunctionOk returns a tuple with the NgeirFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle1) GetNrfFunction ¶

func (o *ManagedElementSingle1) GetNrfFunction() []NrfFunctionSingle

GetNrfFunction returns the NrfFunction field value if set, zero value otherwise.

func (*ManagedElementSingle1) GetNrfFunctionOk ¶

func (o *ManagedElementSingle1) GetNrfFunctionOk() ([]NrfFunctionSingle, bool)

GetNrfFunctionOk returns a tuple with the NrfFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle1) GetNssfFunction ¶

func (o *ManagedElementSingle1) GetNssfFunction() []NssfFunctionSingle

GetNssfFunction returns the NssfFunction field value if set, zero value otherwise.

func (*ManagedElementSingle1) GetNssfFunctionOk ¶

func (o *ManagedElementSingle1) GetNssfFunctionOk() ([]NssfFunctionSingle, bool)

GetNssfFunctionOk returns a tuple with the NssfFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle1) GetNtfSubscriptionControl ¶

func (o *ManagedElementSingle1) GetNtfSubscriptionControl() []NtfSubscriptionControlSingle

GetNtfSubscriptionControl returns the NtfSubscriptionControl field value if set, zero value otherwise.

func (*ManagedElementSingle1) GetNtfSubscriptionControlOk ¶

func (o *ManagedElementSingle1) GetNtfSubscriptionControlOk() ([]NtfSubscriptionControlSingle, bool)

GetNtfSubscriptionControlOk returns a tuple with the NtfSubscriptionControl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle1) GetNwdafFunction ¶

func (o *ManagedElementSingle1) GetNwdafFunction() []NwdafFunctionSingle

GetNwdafFunction returns the NwdafFunction field value if set, zero value otherwise.

func (*ManagedElementSingle1) GetNwdafFunctionOk ¶

func (o *ManagedElementSingle1) GetNwdafFunctionOk() ([]NwdafFunctionSingle, bool)

GetNwdafFunctionOk returns a tuple with the NwdafFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle1) GetPcfFunction ¶

func (o *ManagedElementSingle1) GetPcfFunction() []PcfFunctionSingle

GetPcfFunction returns the PcfFunction field value if set, zero value otherwise.

func (*ManagedElementSingle1) GetPcfFunctionOk ¶

func (o *ManagedElementSingle1) GetPcfFunctionOk() ([]PcfFunctionSingle, bool)

GetPcfFunctionOk returns a tuple with the PcfFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle1) GetPerfMetricJob ¶

func (o *ManagedElementSingle1) GetPerfMetricJob() []PerfMetricJobSingle

GetPerfMetricJob returns the PerfMetricJob field value if set, zero value otherwise.

func (*ManagedElementSingle1) GetPerfMetricJobOk ¶

func (o *ManagedElementSingle1) 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 (*ManagedElementSingle1) GetScpFunction ¶

func (o *ManagedElementSingle1) GetScpFunction() []ScpFunctionSingle

GetScpFunction returns the ScpFunction field value if set, zero value otherwise.

func (*ManagedElementSingle1) GetScpFunctionOk ¶

func (o *ManagedElementSingle1) GetScpFunctionOk() ([]ScpFunctionSingle, bool)

GetScpFunctionOk returns a tuple with the ScpFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle1) GetSeppFunction ¶

func (o *ManagedElementSingle1) GetSeppFunction() []SeppFunctionSingle

GetSeppFunction returns the SeppFunction field value if set, zero value otherwise.

func (*ManagedElementSingle1) GetSeppFunctionOk ¶

func (o *ManagedElementSingle1) GetSeppFunctionOk() ([]SeppFunctionSingle, bool)

GetSeppFunctionOk returns a tuple with the SeppFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle1) GetSmfFunction ¶

func (o *ManagedElementSingle1) GetSmfFunction() []SmfFunctionSingle

GetSmfFunction returns the SmfFunction field value if set, zero value otherwise.

func (*ManagedElementSingle1) GetSmfFunctionOk ¶

func (o *ManagedElementSingle1) GetSmfFunctionOk() ([]SmfFunctionSingle, bool)

GetSmfFunctionOk returns a tuple with the SmfFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle1) GetSmsfFunction ¶

func (o *ManagedElementSingle1) GetSmsfFunction() []SmsfFunctionSingle

GetSmsfFunction returns the SmsfFunction field value if set, zero value otherwise.

func (*ManagedElementSingle1) GetSmsfFunctionOk ¶

func (o *ManagedElementSingle1) GetSmsfFunctionOk() ([]SmsfFunctionSingle, bool)

GetSmsfFunctionOk returns a tuple with the SmsfFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle1) GetThresholdMonitor ¶

func (o *ManagedElementSingle1) GetThresholdMonitor() []ThresholdMonitorSingle

GetThresholdMonitor returns the ThresholdMonitor field value if set, zero value otherwise.

func (*ManagedElementSingle1) GetThresholdMonitorOk ¶

func (o *ManagedElementSingle1) 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 (*ManagedElementSingle1) GetTraceJob ¶

func (o *ManagedElementSingle1) GetTraceJob() []TraceJobSingle

GetTraceJob returns the TraceJob field value if set, zero value otherwise.

func (*ManagedElementSingle1) GetTraceJobOk ¶

func (o *ManagedElementSingle1) 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 (*ManagedElementSingle1) GetUdmFunction ¶

func (o *ManagedElementSingle1) GetUdmFunction() []UdmFunctionSingle

GetUdmFunction returns the UdmFunction field value if set, zero value otherwise.

func (*ManagedElementSingle1) GetUdmFunctionOk ¶

func (o *ManagedElementSingle1) GetUdmFunctionOk() ([]UdmFunctionSingle, bool)

GetUdmFunctionOk returns a tuple with the UdmFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle1) GetUdrFunction ¶

func (o *ManagedElementSingle1) GetUdrFunction() []UdrFunctionSingle

GetUdrFunction returns the UdrFunction field value if set, zero value otherwise.

func (*ManagedElementSingle1) GetUdrFunctionOk ¶

func (o *ManagedElementSingle1) GetUdrFunctionOk() ([]UdrFunctionSingle, bool)

GetUdrFunctionOk returns a tuple with the UdrFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle1) GetUdsfFunction ¶

func (o *ManagedElementSingle1) GetUdsfFunction() []UdsfFunctionSingle

GetUdsfFunction returns the UdsfFunction field value if set, zero value otherwise.

func (*ManagedElementSingle1) GetUdsfFunctionOk ¶

func (o *ManagedElementSingle1) GetUdsfFunctionOk() ([]UdsfFunctionSingle, bool)

GetUdsfFunctionOk returns a tuple with the UdsfFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle1) GetUpfFunction ¶

func (o *ManagedElementSingle1) GetUpfFunction() []UpfFunctionSingle

GetUpfFunction returns the UpfFunction field value if set, zero value otherwise.

func (*ManagedElementSingle1) GetUpfFunctionOk ¶

func (o *ManagedElementSingle1) GetUpfFunctionOk() ([]UpfFunctionSingle, bool)

GetUpfFunctionOk returns a tuple with the UpfFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle1) HasAlarmList ¶

func (o *ManagedElementSingle1) HasAlarmList() bool

HasAlarmList returns a boolean if a field has been set.

func (*ManagedElementSingle1) HasAmfFunction ¶

func (o *ManagedElementSingle1) HasAmfFunction() bool

HasAmfFunction returns a boolean if a field has been set.

func (*ManagedElementSingle1) HasAttributes ¶

func (o *ManagedElementSingle1) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*ManagedElementSingle1) HasAusfFunction ¶

func (o *ManagedElementSingle1) HasAusfFunction() bool

HasAusfFunction returns a boolean if a field has been set.

func (*ManagedElementSingle1) HasConfigurable5QISet ¶

func (o *ManagedElementSingle1) HasConfigurable5QISet() bool

HasConfigurable5QISet returns a boolean if a field has been set.

func (*ManagedElementSingle1) HasDynamic5QISet ¶

func (o *ManagedElementSingle1) HasDynamic5QISet() bool

HasDynamic5QISet returns a boolean if a field has been set.

func (*ManagedElementSingle1) HasEASDFFunction ¶

func (o *ManagedElementSingle1) HasEASDFFunction() bool

HasEASDFFunction returns a boolean if a field has been set.

func (*ManagedElementSingle1) HasEcmConnectionInfo ¶

func (o *ManagedElementSingle1) HasEcmConnectionInfo() bool

HasEcmConnectionInfo returns a boolean if a field has been set.

func (*ManagedElementSingle1) HasFileDownloadJob ¶

func (o *ManagedElementSingle1) HasFileDownloadJob() bool

HasFileDownloadJob returns a boolean if a field has been set.

func (*ManagedElementSingle1) HasFiles ¶

func (o *ManagedElementSingle1) HasFiles() bool

HasFiles returns a boolean if a field has been set.

func (*ManagedElementSingle1) HasLmfFunction ¶

func (o *ManagedElementSingle1) HasLmfFunction() bool

HasLmfFunction returns a boolean if a field has been set.

func (*ManagedElementSingle1) HasMnsAgent ¶

func (o *ManagedElementSingle1) HasMnsAgent() bool

HasMnsAgent returns a boolean if a field has been set.

func (*ManagedElementSingle1) HasN3iwfFunction ¶

func (o *ManagedElementSingle1) HasN3iwfFunction() bool

HasN3iwfFunction returns a boolean if a field has been set.

func (*ManagedElementSingle1) HasNefFunction ¶

func (o *ManagedElementSingle1) HasNefFunction() bool

HasNefFunction returns a boolean if a field has been set.

func (*ManagedElementSingle1) HasNgeirFunction ¶

func (o *ManagedElementSingle1) HasNgeirFunction() bool

HasNgeirFunction returns a boolean if a field has been set.

func (*ManagedElementSingle1) HasNrfFunction ¶

func (o *ManagedElementSingle1) HasNrfFunction() bool

HasNrfFunction returns a boolean if a field has been set.

func (*ManagedElementSingle1) HasNssfFunction ¶

func (o *ManagedElementSingle1) HasNssfFunction() bool

HasNssfFunction returns a boolean if a field has been set.

func (*ManagedElementSingle1) HasNtfSubscriptionControl ¶

func (o *ManagedElementSingle1) HasNtfSubscriptionControl() bool

HasNtfSubscriptionControl returns a boolean if a field has been set.

func (*ManagedElementSingle1) HasNwdafFunction ¶

func (o *ManagedElementSingle1) HasNwdafFunction() bool

HasNwdafFunction returns a boolean if a field has been set.

func (*ManagedElementSingle1) HasPcfFunction ¶

func (o *ManagedElementSingle1) HasPcfFunction() bool

HasPcfFunction returns a boolean if a field has been set.

func (*ManagedElementSingle1) HasPerfMetricJob ¶

func (o *ManagedElementSingle1) HasPerfMetricJob() bool

HasPerfMetricJob returns a boolean if a field has been set.

func (*ManagedElementSingle1) HasScpFunction ¶

func (o *ManagedElementSingle1) HasScpFunction() bool

HasScpFunction returns a boolean if a field has been set.

func (*ManagedElementSingle1) HasSeppFunction ¶

func (o *ManagedElementSingle1) HasSeppFunction() bool

HasSeppFunction returns a boolean if a field has been set.

func (*ManagedElementSingle1) HasSmfFunction ¶

func (o *ManagedElementSingle1) HasSmfFunction() bool

HasSmfFunction returns a boolean if a field has been set.

func (*ManagedElementSingle1) HasSmsfFunction ¶

func (o *ManagedElementSingle1) HasSmsfFunction() bool

HasSmsfFunction returns a boolean if a field has been set.

func (*ManagedElementSingle1) HasThresholdMonitor ¶

func (o *ManagedElementSingle1) HasThresholdMonitor() bool

HasThresholdMonitor returns a boolean if a field has been set.

func (*ManagedElementSingle1) HasTraceJob ¶

func (o *ManagedElementSingle1) HasTraceJob() bool

HasTraceJob returns a boolean if a field has been set.

func (*ManagedElementSingle1) HasUdmFunction ¶

func (o *ManagedElementSingle1) HasUdmFunction() bool

HasUdmFunction returns a boolean if a field has been set.

func (*ManagedElementSingle1) HasUdrFunction ¶

func (o *ManagedElementSingle1) HasUdrFunction() bool

HasUdrFunction returns a boolean if a field has been set.

func (*ManagedElementSingle1) HasUdsfFunction ¶

func (o *ManagedElementSingle1) HasUdsfFunction() bool

HasUdsfFunction returns a boolean if a field has been set.

func (*ManagedElementSingle1) HasUpfFunction ¶

func (o *ManagedElementSingle1) HasUpfFunction() bool

HasUpfFunction returns a boolean if a field has been set.

func (ManagedElementSingle1) MarshalJSON ¶

func (o ManagedElementSingle1) MarshalJSON() ([]byte, error)

func (*ManagedElementSingle1) SetAlarmList ¶

func (o *ManagedElementSingle1) SetAlarmList(v AlarmListSingle)

SetAlarmList gets a reference to the given AlarmListSingle and assigns it to the AlarmList field.

func (*ManagedElementSingle1) SetAmfFunction ¶

func (o *ManagedElementSingle1) SetAmfFunction(v []AmfFunctionSingle)

SetAmfFunction gets a reference to the given []AmfFunctionSingle and assigns it to the AmfFunction field.

func (*ManagedElementSingle1) SetAttributes ¶

SetAttributes gets a reference to the given ManagedElementSingle1AllOfAttributes and assigns it to the Attributes field.

func (*ManagedElementSingle1) SetAusfFunction ¶

func (o *ManagedElementSingle1) SetAusfFunction(v []AusfFunctionSingle)

SetAusfFunction gets a reference to the given []AusfFunctionSingle and assigns it to the AusfFunction field.

func (*ManagedElementSingle1) SetConfigurable5QISet ¶

func (o *ManagedElementSingle1) SetConfigurable5QISet(v []Configurable5QISetSingle)

SetConfigurable5QISet gets a reference to the given []Configurable5QISetSingle and assigns it to the Configurable5QISet field.

func (*ManagedElementSingle1) SetDynamic5QISet ¶

func (o *ManagedElementSingle1) SetDynamic5QISet(v []Dynamic5QISetSingle)

SetDynamic5QISet gets a reference to the given []Dynamic5QISetSingle and assigns it to the Dynamic5QISet field.

func (*ManagedElementSingle1) SetEASDFFunction ¶

func (o *ManagedElementSingle1) SetEASDFFunction(v []EASDFFunctionSingle)

SetEASDFFunction gets a reference to the given []EASDFFunctionSingle and assigns it to the EASDFFunction field.

func (*ManagedElementSingle1) SetEcmConnectionInfo ¶

func (o *ManagedElementSingle1) SetEcmConnectionInfo(v []EcmConnectionInfoSingle)

SetEcmConnectionInfo gets a reference to the given []EcmConnectionInfoSingle and assigns it to the EcmConnectionInfo field.

func (*ManagedElementSingle1) SetFileDownloadJob ¶

func (o *ManagedElementSingle1) SetFileDownloadJob(v []FileDownloadJobSingle)

SetFileDownloadJob gets a reference to the given []FileDownloadJobSingle and assigns it to the FileDownloadJob field.

func (*ManagedElementSingle1) SetFiles ¶

func (o *ManagedElementSingle1) SetFiles(v []FilesSingle)

SetFiles gets a reference to the given []FilesSingle and assigns it to the Files field.

func (*ManagedElementSingle1) SetLmfFunction ¶

func (o *ManagedElementSingle1) SetLmfFunction(v []LmfFunctionSingle)

SetLmfFunction gets a reference to the given []LmfFunctionSingle and assigns it to the LmfFunction field.

func (*ManagedElementSingle1) SetMnsAgent ¶

func (o *ManagedElementSingle1) SetMnsAgent(v []MnsAgentSingle)

SetMnsAgent gets a reference to the given []MnsAgentSingle and assigns it to the MnsAgent field.

func (*ManagedElementSingle1) SetN3iwfFunction ¶

func (o *ManagedElementSingle1) SetN3iwfFunction(v []N3iwfFunctionSingle)

SetN3iwfFunction gets a reference to the given []N3iwfFunctionSingle and assigns it to the N3iwfFunction field.

func (*ManagedElementSingle1) SetNefFunction ¶

func (o *ManagedElementSingle1) SetNefFunction(v []NefFunctionSingle)

SetNefFunction gets a reference to the given []NefFunctionSingle and assigns it to the NefFunction field.

func (*ManagedElementSingle1) SetNgeirFunction ¶

func (o *ManagedElementSingle1) SetNgeirFunction(v []NgeirFunctionSingle)

SetNgeirFunction gets a reference to the given []NgeirFunctionSingle and assigns it to the NgeirFunction field.

func (*ManagedElementSingle1) SetNrfFunction ¶

func (o *ManagedElementSingle1) SetNrfFunction(v []NrfFunctionSingle)

SetNrfFunction gets a reference to the given []NrfFunctionSingle and assigns it to the NrfFunction field.

func (*ManagedElementSingle1) SetNssfFunction ¶

func (o *ManagedElementSingle1) SetNssfFunction(v []NssfFunctionSingle)

SetNssfFunction gets a reference to the given []NssfFunctionSingle and assigns it to the NssfFunction field.

func (*ManagedElementSingle1) SetNtfSubscriptionControl ¶

func (o *ManagedElementSingle1) SetNtfSubscriptionControl(v []NtfSubscriptionControlSingle)

SetNtfSubscriptionControl gets a reference to the given []NtfSubscriptionControlSingle and assigns it to the NtfSubscriptionControl field.

func (*ManagedElementSingle1) SetNwdafFunction ¶

func (o *ManagedElementSingle1) SetNwdafFunction(v []NwdafFunctionSingle)

SetNwdafFunction gets a reference to the given []NwdafFunctionSingle and assigns it to the NwdafFunction field.

func (*ManagedElementSingle1) SetPcfFunction ¶

func (o *ManagedElementSingle1) SetPcfFunction(v []PcfFunctionSingle)

SetPcfFunction gets a reference to the given []PcfFunctionSingle and assigns it to the PcfFunction field.

func (*ManagedElementSingle1) SetPerfMetricJob ¶

func (o *ManagedElementSingle1) SetPerfMetricJob(v []PerfMetricJobSingle)

SetPerfMetricJob gets a reference to the given []PerfMetricJobSingle and assigns it to the PerfMetricJob field.

func (*ManagedElementSingle1) SetScpFunction ¶

func (o *ManagedElementSingle1) SetScpFunction(v []ScpFunctionSingle)

SetScpFunction gets a reference to the given []ScpFunctionSingle and assigns it to the ScpFunction field.

func (*ManagedElementSingle1) SetSeppFunction ¶

func (o *ManagedElementSingle1) SetSeppFunction(v []SeppFunctionSingle)

SetSeppFunction gets a reference to the given []SeppFunctionSingle and assigns it to the SeppFunction field.

func (*ManagedElementSingle1) SetSmfFunction ¶

func (o *ManagedElementSingle1) SetSmfFunction(v []SmfFunctionSingle)

SetSmfFunction gets a reference to the given []SmfFunctionSingle and assigns it to the SmfFunction field.

func (*ManagedElementSingle1) SetSmsfFunction ¶

func (o *ManagedElementSingle1) SetSmsfFunction(v []SmsfFunctionSingle)

SetSmsfFunction gets a reference to the given []SmsfFunctionSingle and assigns it to the SmsfFunction field.

func (*ManagedElementSingle1) SetThresholdMonitor ¶

func (o *ManagedElementSingle1) SetThresholdMonitor(v []ThresholdMonitorSingle)

SetThresholdMonitor gets a reference to the given []ThresholdMonitorSingle and assigns it to the ThresholdMonitor field.

func (*ManagedElementSingle1) SetTraceJob ¶

func (o *ManagedElementSingle1) SetTraceJob(v []TraceJobSingle)

SetTraceJob gets a reference to the given []TraceJobSingle and assigns it to the TraceJob field.

func (*ManagedElementSingle1) SetUdmFunction ¶

func (o *ManagedElementSingle1) SetUdmFunction(v []UdmFunctionSingle)

SetUdmFunction gets a reference to the given []UdmFunctionSingle and assigns it to the UdmFunction field.

func (*ManagedElementSingle1) SetUdrFunction ¶

func (o *ManagedElementSingle1) SetUdrFunction(v []UdrFunctionSingle)

SetUdrFunction gets a reference to the given []UdrFunctionSingle and assigns it to the UdrFunction field.

func (*ManagedElementSingle1) SetUdsfFunction ¶

func (o *ManagedElementSingle1) SetUdsfFunction(v []UdsfFunctionSingle)

SetUdsfFunction gets a reference to the given []UdsfFunctionSingle and assigns it to the UdsfFunction field.

func (*ManagedElementSingle1) SetUpfFunction ¶

func (o *ManagedElementSingle1) SetUpfFunction(v []UpfFunctionSingle)

SetUpfFunction gets a reference to the given []UpfFunctionSingle and assigns it to the UpfFunction field.

func (ManagedElementSingle1) ToMap ¶

func (o ManagedElementSingle1) ToMap() (map[string]interface{}, error)

type ManagedElementSingle1AllOf ¶

type ManagedElementSingle1AllOf struct {
	Attributes *ManagedElementSingle1AllOfAttributes `json:"attributes,omitempty"`
}

ManagedElementSingle1AllOf struct for ManagedElementSingle1AllOf

func NewManagedElementSingle1AllOf ¶

func NewManagedElementSingle1AllOf() *ManagedElementSingle1AllOf

NewManagedElementSingle1AllOf instantiates a new ManagedElementSingle1AllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewManagedElementSingle1AllOfWithDefaults ¶

func NewManagedElementSingle1AllOfWithDefaults() *ManagedElementSingle1AllOf

NewManagedElementSingle1AllOfWithDefaults instantiates a new ManagedElementSingle1AllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ManagedElementSingle1AllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*ManagedElementSingle1AllOf) GetAttributesOk ¶

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 (*ManagedElementSingle1AllOf) HasAttributes ¶

func (o *ManagedElementSingle1AllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (ManagedElementSingle1AllOf) MarshalJSON ¶

func (o ManagedElementSingle1AllOf) MarshalJSON() ([]byte, error)

func (*ManagedElementSingle1AllOf) SetAttributes ¶

SetAttributes gets a reference to the given ManagedElementSingle1AllOfAttributes and assigns it to the Attributes field.

func (ManagedElementSingle1AllOf) ToMap ¶

func (o ManagedElementSingle1AllOf) ToMap() (map[string]interface{}, error)

type ManagedElementSingle1AllOf1 ¶

type ManagedElementSingle1AllOf1 struct {
	AmfFunction        []AmfFunctionSingle        `json:"AmfFunction,omitempty"`
	SmfFunction        []SmfFunctionSingle        `json:"SmfFunction,omitempty"`
	UpfFunction        []UpfFunctionSingle        `json:"UpfFunction,omitempty"`
	N3iwfFunction      []N3iwfFunctionSingle      `json:"N3iwfFunction,omitempty"`
	PcfFunction        []PcfFunctionSingle        `json:"PcfFunction,omitempty"`
	AusfFunction       []AusfFunctionSingle       `json:"AusfFunction,omitempty"`
	UdmFunction        []UdmFunctionSingle        `json:"UdmFunction,omitempty"`
	UdrFunction        []UdrFunctionSingle        `json:"UdrFunction,omitempty"`
	UdsfFunction       []UdsfFunctionSingle       `json:"UdsfFunction,omitempty"`
	NrfFunction        []NrfFunctionSingle        `json:"NrfFunction,omitempty"`
	NssfFunction       []NssfFunctionSingle       `json:"NssfFunction,omitempty"`
	SmsfFunction       []SmsfFunctionSingle       `json:"SmsfFunction,omitempty"`
	LmfFunction        []LmfFunctionSingle        `json:"LmfFunction,omitempty"`
	NgeirFunction      []NgeirFunctionSingle      `json:"NgeirFunction,omitempty"`
	SeppFunction       []SeppFunctionSingle       `json:"SeppFunction,omitempty"`
	NwdafFunction      []NwdafFunctionSingle      `json:"NwdafFunction,omitempty"`
	ScpFunction        []ScpFunctionSingle        `json:"ScpFunction,omitempty"`
	NefFunction        []NefFunctionSingle        `json:"NefFunction,omitempty"`
	Configurable5QISet []Configurable5QISetSingle `json:"Configurable5QISet,omitempty"`
	Dynamic5QISet      []Dynamic5QISetSingle      `json:"Dynamic5QISet,omitempty"`
	EcmConnectionInfo  []EcmConnectionInfoSingle  `json:"EcmConnectionInfo,omitempty"`
	EASDFFunction      []EASDFFunctionSingle      `json:"EASDFFunction,omitempty"`
}

ManagedElementSingle1AllOf1 struct for ManagedElementSingle1AllOf1

func NewManagedElementSingle1AllOf1 ¶

func NewManagedElementSingle1AllOf1() *ManagedElementSingle1AllOf1

NewManagedElementSingle1AllOf1 instantiates a new ManagedElementSingle1AllOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewManagedElementSingle1AllOf1WithDefaults ¶

func NewManagedElementSingle1AllOf1WithDefaults() *ManagedElementSingle1AllOf1

NewManagedElementSingle1AllOf1WithDefaults instantiates a new ManagedElementSingle1AllOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ManagedElementSingle1AllOf1) GetAmfFunction ¶

func (o *ManagedElementSingle1AllOf1) GetAmfFunction() []AmfFunctionSingle

GetAmfFunction returns the AmfFunction field value if set, zero value otherwise.

func (*ManagedElementSingle1AllOf1) GetAmfFunctionOk ¶

func (o *ManagedElementSingle1AllOf1) GetAmfFunctionOk() ([]AmfFunctionSingle, bool)

GetAmfFunctionOk returns a tuple with the AmfFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle1AllOf1) GetAusfFunction ¶

func (o *ManagedElementSingle1AllOf1) GetAusfFunction() []AusfFunctionSingle

GetAusfFunction returns the AusfFunction field value if set, zero value otherwise.

func (*ManagedElementSingle1AllOf1) GetAusfFunctionOk ¶

func (o *ManagedElementSingle1AllOf1) GetAusfFunctionOk() ([]AusfFunctionSingle, bool)

GetAusfFunctionOk returns a tuple with the AusfFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle1AllOf1) GetConfigurable5QISet ¶

func (o *ManagedElementSingle1AllOf1) GetConfigurable5QISet() []Configurable5QISetSingle

GetConfigurable5QISet returns the Configurable5QISet field value if set, zero value otherwise.

func (*ManagedElementSingle1AllOf1) GetConfigurable5QISetOk ¶

func (o *ManagedElementSingle1AllOf1) GetConfigurable5QISetOk() ([]Configurable5QISetSingle, bool)

GetConfigurable5QISetOk returns a tuple with the Configurable5QISet field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle1AllOf1) GetDynamic5QISet ¶

func (o *ManagedElementSingle1AllOf1) GetDynamic5QISet() []Dynamic5QISetSingle

GetDynamic5QISet returns the Dynamic5QISet field value if set, zero value otherwise.

func (*ManagedElementSingle1AllOf1) GetDynamic5QISetOk ¶

func (o *ManagedElementSingle1AllOf1) GetDynamic5QISetOk() ([]Dynamic5QISetSingle, bool)

GetDynamic5QISetOk returns a tuple with the Dynamic5QISet field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle1AllOf1) GetEASDFFunction ¶

func (o *ManagedElementSingle1AllOf1) GetEASDFFunction() []EASDFFunctionSingle

GetEASDFFunction returns the EASDFFunction field value if set, zero value otherwise.

func (*ManagedElementSingle1AllOf1) GetEASDFFunctionOk ¶

func (o *ManagedElementSingle1AllOf1) GetEASDFFunctionOk() ([]EASDFFunctionSingle, bool)

GetEASDFFunctionOk returns a tuple with the EASDFFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle1AllOf1) GetEcmConnectionInfo ¶

func (o *ManagedElementSingle1AllOf1) GetEcmConnectionInfo() []EcmConnectionInfoSingle

GetEcmConnectionInfo returns the EcmConnectionInfo field value if set, zero value otherwise.

func (*ManagedElementSingle1AllOf1) GetEcmConnectionInfoOk ¶

func (o *ManagedElementSingle1AllOf1) GetEcmConnectionInfoOk() ([]EcmConnectionInfoSingle, bool)

GetEcmConnectionInfoOk returns a tuple with the EcmConnectionInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle1AllOf1) GetLmfFunction ¶

func (o *ManagedElementSingle1AllOf1) GetLmfFunction() []LmfFunctionSingle

GetLmfFunction returns the LmfFunction field value if set, zero value otherwise.

func (*ManagedElementSingle1AllOf1) GetLmfFunctionOk ¶

func (o *ManagedElementSingle1AllOf1) GetLmfFunctionOk() ([]LmfFunctionSingle, bool)

GetLmfFunctionOk returns a tuple with the LmfFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle1AllOf1) GetN3iwfFunction ¶

func (o *ManagedElementSingle1AllOf1) GetN3iwfFunction() []N3iwfFunctionSingle

GetN3iwfFunction returns the N3iwfFunction field value if set, zero value otherwise.

func (*ManagedElementSingle1AllOf1) GetN3iwfFunctionOk ¶

func (o *ManagedElementSingle1AllOf1) GetN3iwfFunctionOk() ([]N3iwfFunctionSingle, bool)

GetN3iwfFunctionOk returns a tuple with the N3iwfFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle1AllOf1) GetNefFunction ¶

func (o *ManagedElementSingle1AllOf1) GetNefFunction() []NefFunctionSingle

GetNefFunction returns the NefFunction field value if set, zero value otherwise.

func (*ManagedElementSingle1AllOf1) GetNefFunctionOk ¶

func (o *ManagedElementSingle1AllOf1) GetNefFunctionOk() ([]NefFunctionSingle, bool)

GetNefFunctionOk returns a tuple with the NefFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle1AllOf1) GetNgeirFunction ¶

func (o *ManagedElementSingle1AllOf1) GetNgeirFunction() []NgeirFunctionSingle

GetNgeirFunction returns the NgeirFunction field value if set, zero value otherwise.

func (*ManagedElementSingle1AllOf1) GetNgeirFunctionOk ¶

func (o *ManagedElementSingle1AllOf1) GetNgeirFunctionOk() ([]NgeirFunctionSingle, bool)

GetNgeirFunctionOk returns a tuple with the NgeirFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle1AllOf1) GetNrfFunction ¶

func (o *ManagedElementSingle1AllOf1) GetNrfFunction() []NrfFunctionSingle

GetNrfFunction returns the NrfFunction field value if set, zero value otherwise.

func (*ManagedElementSingle1AllOf1) GetNrfFunctionOk ¶

func (o *ManagedElementSingle1AllOf1) GetNrfFunctionOk() ([]NrfFunctionSingle, bool)

GetNrfFunctionOk returns a tuple with the NrfFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle1AllOf1) GetNssfFunction ¶

func (o *ManagedElementSingle1AllOf1) GetNssfFunction() []NssfFunctionSingle

GetNssfFunction returns the NssfFunction field value if set, zero value otherwise.

func (*ManagedElementSingle1AllOf1) GetNssfFunctionOk ¶

func (o *ManagedElementSingle1AllOf1) GetNssfFunctionOk() ([]NssfFunctionSingle, bool)

GetNssfFunctionOk returns a tuple with the NssfFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle1AllOf1) GetNwdafFunction ¶

func (o *ManagedElementSingle1AllOf1) GetNwdafFunction() []NwdafFunctionSingle

GetNwdafFunction returns the NwdafFunction field value if set, zero value otherwise.

func (*ManagedElementSingle1AllOf1) GetNwdafFunctionOk ¶

func (o *ManagedElementSingle1AllOf1) GetNwdafFunctionOk() ([]NwdafFunctionSingle, bool)

GetNwdafFunctionOk returns a tuple with the NwdafFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle1AllOf1) GetPcfFunction ¶

func (o *ManagedElementSingle1AllOf1) GetPcfFunction() []PcfFunctionSingle

GetPcfFunction returns the PcfFunction field value if set, zero value otherwise.

func (*ManagedElementSingle1AllOf1) GetPcfFunctionOk ¶

func (o *ManagedElementSingle1AllOf1) GetPcfFunctionOk() ([]PcfFunctionSingle, bool)

GetPcfFunctionOk returns a tuple with the PcfFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle1AllOf1) GetScpFunction ¶

func (o *ManagedElementSingle1AllOf1) GetScpFunction() []ScpFunctionSingle

GetScpFunction returns the ScpFunction field value if set, zero value otherwise.

func (*ManagedElementSingle1AllOf1) GetScpFunctionOk ¶

func (o *ManagedElementSingle1AllOf1) GetScpFunctionOk() ([]ScpFunctionSingle, bool)

GetScpFunctionOk returns a tuple with the ScpFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle1AllOf1) GetSeppFunction ¶

func (o *ManagedElementSingle1AllOf1) GetSeppFunction() []SeppFunctionSingle

GetSeppFunction returns the SeppFunction field value if set, zero value otherwise.

func (*ManagedElementSingle1AllOf1) GetSeppFunctionOk ¶

func (o *ManagedElementSingle1AllOf1) GetSeppFunctionOk() ([]SeppFunctionSingle, bool)

GetSeppFunctionOk returns a tuple with the SeppFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle1AllOf1) GetSmfFunction ¶

func (o *ManagedElementSingle1AllOf1) GetSmfFunction() []SmfFunctionSingle

GetSmfFunction returns the SmfFunction field value if set, zero value otherwise.

func (*ManagedElementSingle1AllOf1) GetSmfFunctionOk ¶

func (o *ManagedElementSingle1AllOf1) GetSmfFunctionOk() ([]SmfFunctionSingle, bool)

GetSmfFunctionOk returns a tuple with the SmfFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle1AllOf1) GetSmsfFunction ¶

func (o *ManagedElementSingle1AllOf1) GetSmsfFunction() []SmsfFunctionSingle

GetSmsfFunction returns the SmsfFunction field value if set, zero value otherwise.

func (*ManagedElementSingle1AllOf1) GetSmsfFunctionOk ¶

func (o *ManagedElementSingle1AllOf1) GetSmsfFunctionOk() ([]SmsfFunctionSingle, bool)

GetSmsfFunctionOk returns a tuple with the SmsfFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle1AllOf1) GetUdmFunction ¶

func (o *ManagedElementSingle1AllOf1) GetUdmFunction() []UdmFunctionSingle

GetUdmFunction returns the UdmFunction field value if set, zero value otherwise.

func (*ManagedElementSingle1AllOf1) GetUdmFunctionOk ¶

func (o *ManagedElementSingle1AllOf1) GetUdmFunctionOk() ([]UdmFunctionSingle, bool)

GetUdmFunctionOk returns a tuple with the UdmFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle1AllOf1) GetUdrFunction ¶

func (o *ManagedElementSingle1AllOf1) GetUdrFunction() []UdrFunctionSingle

GetUdrFunction returns the UdrFunction field value if set, zero value otherwise.

func (*ManagedElementSingle1AllOf1) GetUdrFunctionOk ¶

func (o *ManagedElementSingle1AllOf1) GetUdrFunctionOk() ([]UdrFunctionSingle, bool)

GetUdrFunctionOk returns a tuple with the UdrFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle1AllOf1) GetUdsfFunction ¶

func (o *ManagedElementSingle1AllOf1) GetUdsfFunction() []UdsfFunctionSingle

GetUdsfFunction returns the UdsfFunction field value if set, zero value otherwise.

func (*ManagedElementSingle1AllOf1) GetUdsfFunctionOk ¶

func (o *ManagedElementSingle1AllOf1) GetUdsfFunctionOk() ([]UdsfFunctionSingle, bool)

GetUdsfFunctionOk returns a tuple with the UdsfFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle1AllOf1) GetUpfFunction ¶

func (o *ManagedElementSingle1AllOf1) GetUpfFunction() []UpfFunctionSingle

GetUpfFunction returns the UpfFunction field value if set, zero value otherwise.

func (*ManagedElementSingle1AllOf1) GetUpfFunctionOk ¶

func (o *ManagedElementSingle1AllOf1) GetUpfFunctionOk() ([]UpfFunctionSingle, bool)

GetUpfFunctionOk returns a tuple with the UpfFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle1AllOf1) HasAmfFunction ¶

func (o *ManagedElementSingle1AllOf1) HasAmfFunction() bool

HasAmfFunction returns a boolean if a field has been set.

func (*ManagedElementSingle1AllOf1) HasAusfFunction ¶

func (o *ManagedElementSingle1AllOf1) HasAusfFunction() bool

HasAusfFunction returns a boolean if a field has been set.

func (*ManagedElementSingle1AllOf1) HasConfigurable5QISet ¶

func (o *ManagedElementSingle1AllOf1) HasConfigurable5QISet() bool

HasConfigurable5QISet returns a boolean if a field has been set.

func (*ManagedElementSingle1AllOf1) HasDynamic5QISet ¶

func (o *ManagedElementSingle1AllOf1) HasDynamic5QISet() bool

HasDynamic5QISet returns a boolean if a field has been set.

func (*ManagedElementSingle1AllOf1) HasEASDFFunction ¶

func (o *ManagedElementSingle1AllOf1) HasEASDFFunction() bool

HasEASDFFunction returns a boolean if a field has been set.

func (*ManagedElementSingle1AllOf1) HasEcmConnectionInfo ¶

func (o *ManagedElementSingle1AllOf1) HasEcmConnectionInfo() bool

HasEcmConnectionInfo returns a boolean if a field has been set.

func (*ManagedElementSingle1AllOf1) HasLmfFunction ¶

func (o *ManagedElementSingle1AllOf1) HasLmfFunction() bool

HasLmfFunction returns a boolean if a field has been set.

func (*ManagedElementSingle1AllOf1) HasN3iwfFunction ¶

func (o *ManagedElementSingle1AllOf1) HasN3iwfFunction() bool

HasN3iwfFunction returns a boolean if a field has been set.

func (*ManagedElementSingle1AllOf1) HasNefFunction ¶

func (o *ManagedElementSingle1AllOf1) HasNefFunction() bool

HasNefFunction returns a boolean if a field has been set.

func (*ManagedElementSingle1AllOf1) HasNgeirFunction ¶

func (o *ManagedElementSingle1AllOf1) HasNgeirFunction() bool

HasNgeirFunction returns a boolean if a field has been set.

func (*ManagedElementSingle1AllOf1) HasNrfFunction ¶

func (o *ManagedElementSingle1AllOf1) HasNrfFunction() bool

HasNrfFunction returns a boolean if a field has been set.

func (*ManagedElementSingle1AllOf1) HasNssfFunction ¶

func (o *ManagedElementSingle1AllOf1) HasNssfFunction() bool

HasNssfFunction returns a boolean if a field has been set.

func (*ManagedElementSingle1AllOf1) HasNwdafFunction ¶

func (o *ManagedElementSingle1AllOf1) HasNwdafFunction() bool

HasNwdafFunction returns a boolean if a field has been set.

func (*ManagedElementSingle1AllOf1) HasPcfFunction ¶

func (o *ManagedElementSingle1AllOf1) HasPcfFunction() bool

HasPcfFunction returns a boolean if a field has been set.

func (*ManagedElementSingle1AllOf1) HasScpFunction ¶

func (o *ManagedElementSingle1AllOf1) HasScpFunction() bool

HasScpFunction returns a boolean if a field has been set.

func (*ManagedElementSingle1AllOf1) HasSeppFunction ¶

func (o *ManagedElementSingle1AllOf1) HasSeppFunction() bool

HasSeppFunction returns a boolean if a field has been set.

func (*ManagedElementSingle1AllOf1) HasSmfFunction ¶

func (o *ManagedElementSingle1AllOf1) HasSmfFunction() bool

HasSmfFunction returns a boolean if a field has been set.

func (*ManagedElementSingle1AllOf1) HasSmsfFunction ¶

func (o *ManagedElementSingle1AllOf1) HasSmsfFunction() bool

HasSmsfFunction returns a boolean if a field has been set.

func (*ManagedElementSingle1AllOf1) HasUdmFunction ¶

func (o *ManagedElementSingle1AllOf1) HasUdmFunction() bool

HasUdmFunction returns a boolean if a field has been set.

func (*ManagedElementSingle1AllOf1) HasUdrFunction ¶

func (o *ManagedElementSingle1AllOf1) HasUdrFunction() bool

HasUdrFunction returns a boolean if a field has been set.

func (*ManagedElementSingle1AllOf1) HasUdsfFunction ¶

func (o *ManagedElementSingle1AllOf1) HasUdsfFunction() bool

HasUdsfFunction returns a boolean if a field has been set.

func (*ManagedElementSingle1AllOf1) HasUpfFunction ¶

func (o *ManagedElementSingle1AllOf1) HasUpfFunction() bool

HasUpfFunction returns a boolean if a field has been set.

func (ManagedElementSingle1AllOf1) MarshalJSON ¶

func (o ManagedElementSingle1AllOf1) MarshalJSON() ([]byte, error)

func (*ManagedElementSingle1AllOf1) SetAmfFunction ¶

func (o *ManagedElementSingle1AllOf1) SetAmfFunction(v []AmfFunctionSingle)

SetAmfFunction gets a reference to the given []AmfFunctionSingle and assigns it to the AmfFunction field.

func (*ManagedElementSingle1AllOf1) SetAusfFunction ¶

func (o *ManagedElementSingle1AllOf1) SetAusfFunction(v []AusfFunctionSingle)

SetAusfFunction gets a reference to the given []AusfFunctionSingle and assigns it to the AusfFunction field.

func (*ManagedElementSingle1AllOf1) SetConfigurable5QISet ¶

func (o *ManagedElementSingle1AllOf1) SetConfigurable5QISet(v []Configurable5QISetSingle)

SetConfigurable5QISet gets a reference to the given []Configurable5QISetSingle and assigns it to the Configurable5QISet field.

func (*ManagedElementSingle1AllOf1) SetDynamic5QISet ¶

func (o *ManagedElementSingle1AllOf1) SetDynamic5QISet(v []Dynamic5QISetSingle)

SetDynamic5QISet gets a reference to the given []Dynamic5QISetSingle and assigns it to the Dynamic5QISet field.

func (*ManagedElementSingle1AllOf1) SetEASDFFunction ¶

func (o *ManagedElementSingle1AllOf1) SetEASDFFunction(v []EASDFFunctionSingle)

SetEASDFFunction gets a reference to the given []EASDFFunctionSingle and assigns it to the EASDFFunction field.

func (*ManagedElementSingle1AllOf1) SetEcmConnectionInfo ¶

func (o *ManagedElementSingle1AllOf1) SetEcmConnectionInfo(v []EcmConnectionInfoSingle)

SetEcmConnectionInfo gets a reference to the given []EcmConnectionInfoSingle and assigns it to the EcmConnectionInfo field.

func (*ManagedElementSingle1AllOf1) SetLmfFunction ¶

func (o *ManagedElementSingle1AllOf1) SetLmfFunction(v []LmfFunctionSingle)

SetLmfFunction gets a reference to the given []LmfFunctionSingle and assigns it to the LmfFunction field.

func (*ManagedElementSingle1AllOf1) SetN3iwfFunction ¶

func (o *ManagedElementSingle1AllOf1) SetN3iwfFunction(v []N3iwfFunctionSingle)

SetN3iwfFunction gets a reference to the given []N3iwfFunctionSingle and assigns it to the N3iwfFunction field.

func (*ManagedElementSingle1AllOf1) SetNefFunction ¶

func (o *ManagedElementSingle1AllOf1) SetNefFunction(v []NefFunctionSingle)

SetNefFunction gets a reference to the given []NefFunctionSingle and assigns it to the NefFunction field.

func (*ManagedElementSingle1AllOf1) SetNgeirFunction ¶

func (o *ManagedElementSingle1AllOf1) SetNgeirFunction(v []NgeirFunctionSingle)

SetNgeirFunction gets a reference to the given []NgeirFunctionSingle and assigns it to the NgeirFunction field.

func (*ManagedElementSingle1AllOf1) SetNrfFunction ¶

func (o *ManagedElementSingle1AllOf1) SetNrfFunction(v []NrfFunctionSingle)

SetNrfFunction gets a reference to the given []NrfFunctionSingle and assigns it to the NrfFunction field.

func (*ManagedElementSingle1AllOf1) SetNssfFunction ¶

func (o *ManagedElementSingle1AllOf1) SetNssfFunction(v []NssfFunctionSingle)

SetNssfFunction gets a reference to the given []NssfFunctionSingle and assigns it to the NssfFunction field.

func (*ManagedElementSingle1AllOf1) SetNwdafFunction ¶

func (o *ManagedElementSingle1AllOf1) SetNwdafFunction(v []NwdafFunctionSingle)

SetNwdafFunction gets a reference to the given []NwdafFunctionSingle and assigns it to the NwdafFunction field.

func (*ManagedElementSingle1AllOf1) SetPcfFunction ¶

func (o *ManagedElementSingle1AllOf1) SetPcfFunction(v []PcfFunctionSingle)

SetPcfFunction gets a reference to the given []PcfFunctionSingle and assigns it to the PcfFunction field.

func (*ManagedElementSingle1AllOf1) SetScpFunction ¶

func (o *ManagedElementSingle1AllOf1) SetScpFunction(v []ScpFunctionSingle)

SetScpFunction gets a reference to the given []ScpFunctionSingle and assigns it to the ScpFunction field.

func (*ManagedElementSingle1AllOf1) SetSeppFunction ¶

func (o *ManagedElementSingle1AllOf1) SetSeppFunction(v []SeppFunctionSingle)

SetSeppFunction gets a reference to the given []SeppFunctionSingle and assigns it to the SeppFunction field.

func (*ManagedElementSingle1AllOf1) SetSmfFunction ¶

func (o *ManagedElementSingle1AllOf1) SetSmfFunction(v []SmfFunctionSingle)

SetSmfFunction gets a reference to the given []SmfFunctionSingle and assigns it to the SmfFunction field.

func (*ManagedElementSingle1AllOf1) SetSmsfFunction ¶

func (o *ManagedElementSingle1AllOf1) SetSmsfFunction(v []SmsfFunctionSingle)

SetSmsfFunction gets a reference to the given []SmsfFunctionSingle and assigns it to the SmsfFunction field.

func (*ManagedElementSingle1AllOf1) SetUdmFunction ¶

func (o *ManagedElementSingle1AllOf1) SetUdmFunction(v []UdmFunctionSingle)

SetUdmFunction gets a reference to the given []UdmFunctionSingle and assigns it to the UdmFunction field.

func (*ManagedElementSingle1AllOf1) SetUdrFunction ¶

func (o *ManagedElementSingle1AllOf1) SetUdrFunction(v []UdrFunctionSingle)

SetUdrFunction gets a reference to the given []UdrFunctionSingle and assigns it to the UdrFunction field.

func (*ManagedElementSingle1AllOf1) SetUdsfFunction ¶

func (o *ManagedElementSingle1AllOf1) SetUdsfFunction(v []UdsfFunctionSingle)

SetUdsfFunction gets a reference to the given []UdsfFunctionSingle and assigns it to the UdsfFunction field.

func (*ManagedElementSingle1AllOf1) SetUpfFunction ¶

func (o *ManagedElementSingle1AllOf1) SetUpfFunction(v []UpfFunctionSingle)

SetUpfFunction gets a reference to the given []UpfFunctionSingle and assigns it to the UpfFunction field.

func (ManagedElementSingle1AllOf1) ToMap ¶

func (o ManagedElementSingle1AllOf1) ToMap() (map[string]interface{}, error)

type ManagedElementSingle1AllOfAttributes ¶

type ManagedElementSingle1AllOfAttributes struct {
	ManagedElementAttr
}

ManagedElementSingle1AllOfAttributes struct for ManagedElementSingle1AllOfAttributes

func NewManagedElementSingle1AllOfAttributes ¶

func NewManagedElementSingle1AllOfAttributes() *ManagedElementSingle1AllOfAttributes

NewManagedElementSingle1AllOfAttributes instantiates a new ManagedElementSingle1AllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewManagedElementSingle1AllOfAttributesWithDefaults ¶

func NewManagedElementSingle1AllOfAttributesWithDefaults() *ManagedElementSingle1AllOfAttributes

NewManagedElementSingle1AllOfAttributesWithDefaults instantiates a new ManagedElementSingle1AllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (ManagedElementSingle1AllOfAttributes) MarshalJSON ¶

func (o ManagedElementSingle1AllOfAttributes) MarshalJSON() ([]byte, error)

func (ManagedElementSingle1AllOfAttributes) ToMap ¶

func (o ManagedElementSingle1AllOfAttributes) ToMap() (map[string]interface{}, error)

type ManagedElementSingle2 ¶

type ManagedElementSingle2 struct {
	Top
	Attributes                 *ManagedElementSingle1AllOfAttributes `json:"attributes,omitempty"`
	MnsAgent                   []MnsAgentSingle                      `json:"MnsAgent,omitempty"`
	PerfMetricJob              []PerfMetricJobSingle                 `json:"PerfMetricJob,omitempty"`
	ThresholdMonitor           []ThresholdMonitorSingle              `json:"ThresholdMonitor,omitempty"`
	TraceJob                   []TraceJobSingle                      `json:"TraceJob,omitempty"`
	NtfSubscriptionControl     []NtfSubscriptionControlSingle        `json:"NtfSubscriptionControl,omitempty"`
	AlarmList                  *AlarmListSingle                      `json:"AlarmList,omitempty"`
	FileDownloadJob            []FileDownloadJobSingle               `json:"FileDownloadJob,omitempty"`
	Files                      []FilesSingle                         `json:"Files,omitempty"`
	AssuranceClosedControlLoop []AssuranceClosedControlLoopSingle    `json:"AssuranceClosedControlLoop,omitempty"`
}

ManagedElementSingle2 struct for ManagedElementSingle2

func NewManagedElementSingle2 ¶

func NewManagedElementSingle2(id NullableString) *ManagedElementSingle2

NewManagedElementSingle2 instantiates a new ManagedElementSingle2 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewManagedElementSingle2WithDefaults ¶

func NewManagedElementSingle2WithDefaults() *ManagedElementSingle2

NewManagedElementSingle2WithDefaults instantiates a new ManagedElementSingle2 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ManagedElementSingle2) GetAlarmList ¶

func (o *ManagedElementSingle2) GetAlarmList() AlarmListSingle

GetAlarmList returns the AlarmList field value if set, zero value otherwise.

func (*ManagedElementSingle2) GetAlarmListOk ¶

func (o *ManagedElementSingle2) GetAlarmListOk() (*AlarmListSingle, bool)

GetAlarmListOk returns a tuple with the AlarmList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle2) GetAssuranceClosedControlLoop ¶

func (o *ManagedElementSingle2) GetAssuranceClosedControlLoop() []AssuranceClosedControlLoopSingle

GetAssuranceClosedControlLoop returns the AssuranceClosedControlLoop field value if set, zero value otherwise.

func (*ManagedElementSingle2) GetAssuranceClosedControlLoopOk ¶

func (o *ManagedElementSingle2) GetAssuranceClosedControlLoopOk() ([]AssuranceClosedControlLoopSingle, bool)

GetAssuranceClosedControlLoopOk returns a tuple with the AssuranceClosedControlLoop field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle2) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*ManagedElementSingle2) GetAttributesOk ¶

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 (*ManagedElementSingle2) GetFileDownloadJob ¶

func (o *ManagedElementSingle2) GetFileDownloadJob() []FileDownloadJobSingle

GetFileDownloadJob returns the FileDownloadJob field value if set, zero value otherwise.

func (*ManagedElementSingle2) GetFileDownloadJobOk ¶

func (o *ManagedElementSingle2) GetFileDownloadJobOk() ([]FileDownloadJobSingle, bool)

GetFileDownloadJobOk returns a tuple with the FileDownloadJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle2) GetFiles ¶

func (o *ManagedElementSingle2) GetFiles() []FilesSingle

GetFiles returns the Files field value if set, zero value otherwise.

func (*ManagedElementSingle2) GetFilesOk ¶

func (o *ManagedElementSingle2) 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 (*ManagedElementSingle2) GetMnsAgent ¶

func (o *ManagedElementSingle2) GetMnsAgent() []MnsAgentSingle

GetMnsAgent returns the MnsAgent field value if set, zero value otherwise.

func (*ManagedElementSingle2) GetMnsAgentOk ¶

func (o *ManagedElementSingle2) 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 (*ManagedElementSingle2) GetNtfSubscriptionControl ¶

func (o *ManagedElementSingle2) GetNtfSubscriptionControl() []NtfSubscriptionControlSingle

GetNtfSubscriptionControl returns the NtfSubscriptionControl field value if set, zero value otherwise.

func (*ManagedElementSingle2) GetNtfSubscriptionControlOk ¶

func (o *ManagedElementSingle2) GetNtfSubscriptionControlOk() ([]NtfSubscriptionControlSingle, bool)

GetNtfSubscriptionControlOk returns a tuple with the NtfSubscriptionControl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle2) GetPerfMetricJob ¶

func (o *ManagedElementSingle2) GetPerfMetricJob() []PerfMetricJobSingle

GetPerfMetricJob returns the PerfMetricJob field value if set, zero value otherwise.

func (*ManagedElementSingle2) GetPerfMetricJobOk ¶

func (o *ManagedElementSingle2) 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 (*ManagedElementSingle2) GetThresholdMonitor ¶

func (o *ManagedElementSingle2) GetThresholdMonitor() []ThresholdMonitorSingle

GetThresholdMonitor returns the ThresholdMonitor field value if set, zero value otherwise.

func (*ManagedElementSingle2) GetThresholdMonitorOk ¶

func (o *ManagedElementSingle2) 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 (*ManagedElementSingle2) GetTraceJob ¶

func (o *ManagedElementSingle2) GetTraceJob() []TraceJobSingle

GetTraceJob returns the TraceJob field value if set, zero value otherwise.

func (*ManagedElementSingle2) GetTraceJobOk ¶

func (o *ManagedElementSingle2) 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 (*ManagedElementSingle2) HasAlarmList ¶

func (o *ManagedElementSingle2) HasAlarmList() bool

HasAlarmList returns a boolean if a field has been set.

func (*ManagedElementSingle2) HasAssuranceClosedControlLoop ¶

func (o *ManagedElementSingle2) HasAssuranceClosedControlLoop() bool

HasAssuranceClosedControlLoop returns a boolean if a field has been set.

func (*ManagedElementSingle2) HasAttributes ¶

func (o *ManagedElementSingle2) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*ManagedElementSingle2) HasFileDownloadJob ¶

func (o *ManagedElementSingle2) HasFileDownloadJob() bool

HasFileDownloadJob returns a boolean if a field has been set.

func (*ManagedElementSingle2) HasFiles ¶

func (o *ManagedElementSingle2) HasFiles() bool

HasFiles returns a boolean if a field has been set.

func (*ManagedElementSingle2) HasMnsAgent ¶

func (o *ManagedElementSingle2) HasMnsAgent() bool

HasMnsAgent returns a boolean if a field has been set.

func (*ManagedElementSingle2) HasNtfSubscriptionControl ¶

func (o *ManagedElementSingle2) HasNtfSubscriptionControl() bool

HasNtfSubscriptionControl returns a boolean if a field has been set.

func (*ManagedElementSingle2) HasPerfMetricJob ¶

func (o *ManagedElementSingle2) HasPerfMetricJob() bool

HasPerfMetricJob returns a boolean if a field has been set.

func (*ManagedElementSingle2) HasThresholdMonitor ¶

func (o *ManagedElementSingle2) HasThresholdMonitor() bool

HasThresholdMonitor returns a boolean if a field has been set.

func (*ManagedElementSingle2) HasTraceJob ¶

func (o *ManagedElementSingle2) HasTraceJob() bool

HasTraceJob returns a boolean if a field has been set.

func (ManagedElementSingle2) MarshalJSON ¶

func (o ManagedElementSingle2) MarshalJSON() ([]byte, error)

func (*ManagedElementSingle2) SetAlarmList ¶

func (o *ManagedElementSingle2) SetAlarmList(v AlarmListSingle)

SetAlarmList gets a reference to the given AlarmListSingle and assigns it to the AlarmList field.

func (*ManagedElementSingle2) SetAssuranceClosedControlLoop ¶

func (o *ManagedElementSingle2) SetAssuranceClosedControlLoop(v []AssuranceClosedControlLoopSingle)

SetAssuranceClosedControlLoop gets a reference to the given []AssuranceClosedControlLoopSingle and assigns it to the AssuranceClosedControlLoop field.

func (*ManagedElementSingle2) SetAttributes ¶

SetAttributes gets a reference to the given ManagedElementSingle1AllOfAttributes and assigns it to the Attributes field.

func (*ManagedElementSingle2) SetFileDownloadJob ¶

func (o *ManagedElementSingle2) SetFileDownloadJob(v []FileDownloadJobSingle)

SetFileDownloadJob gets a reference to the given []FileDownloadJobSingle and assigns it to the FileDownloadJob field.

func (*ManagedElementSingle2) SetFiles ¶

func (o *ManagedElementSingle2) SetFiles(v []FilesSingle)

SetFiles gets a reference to the given []FilesSingle and assigns it to the Files field.

func (*ManagedElementSingle2) SetMnsAgent ¶

func (o *ManagedElementSingle2) SetMnsAgent(v []MnsAgentSingle)

SetMnsAgent gets a reference to the given []MnsAgentSingle and assigns it to the MnsAgent field.

func (*ManagedElementSingle2) SetNtfSubscriptionControl ¶

func (o *ManagedElementSingle2) SetNtfSubscriptionControl(v []NtfSubscriptionControlSingle)

SetNtfSubscriptionControl gets a reference to the given []NtfSubscriptionControlSingle and assigns it to the NtfSubscriptionControl field.

func (*ManagedElementSingle2) SetPerfMetricJob ¶

func (o *ManagedElementSingle2) SetPerfMetricJob(v []PerfMetricJobSingle)

SetPerfMetricJob gets a reference to the given []PerfMetricJobSingle and assigns it to the PerfMetricJob field.

func (*ManagedElementSingle2) SetThresholdMonitor ¶

func (o *ManagedElementSingle2) SetThresholdMonitor(v []ThresholdMonitorSingle)

SetThresholdMonitor gets a reference to the given []ThresholdMonitorSingle and assigns it to the ThresholdMonitor field.

func (*ManagedElementSingle2) SetTraceJob ¶

func (o *ManagedElementSingle2) SetTraceJob(v []TraceJobSingle)

SetTraceJob gets a reference to the given []TraceJobSingle and assigns it to the TraceJob field.

func (ManagedElementSingle2) ToMap ¶

func (o ManagedElementSingle2) ToMap() (map[string]interface{}, error)

type ManagedElementSingle3 ¶

type ManagedElementSingle3 struct {
	Top
	Attributes             *ManagedElementAttr            `json:"attributes,omitempty"`
	MnsAgent               []MnsAgentSingle               `json:"MnsAgent,omitempty"`
	PerfMetricJob          []PerfMetricJobSingle          `json:"PerfMetricJob,omitempty"`
	ThresholdMonitor       []ThresholdMonitorSingle       `json:"ThresholdMonitor,omitempty"`
	TraceJob               []TraceJobSingle               `json:"TraceJob,omitempty"`
	NtfSubscriptionControl []NtfSubscriptionControlSingle `json:"NtfSubscriptionControl,omitempty"`
	AlarmList              *AlarmListSingle               `json:"AlarmList,omitempty"`
	FileDownloadJob        []FileDownloadJobSingle        `json:"FileDownloadJob,omitempty"`
	Files                  []FilesSingle                  `json:"Files,omitempty"`
	MDAFunction            []MDAFunctionSingle            `json:"MDAFunction,omitempty"`
}

ManagedElementSingle3 struct for ManagedElementSingle3

func NewManagedElementSingle3 ¶

func NewManagedElementSingle3(id NullableString) *ManagedElementSingle3

NewManagedElementSingle3 instantiates a new ManagedElementSingle3 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewManagedElementSingle3WithDefaults ¶

func NewManagedElementSingle3WithDefaults() *ManagedElementSingle3

NewManagedElementSingle3WithDefaults instantiates a new ManagedElementSingle3 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ManagedElementSingle3) GetAlarmList ¶

func (o *ManagedElementSingle3) GetAlarmList() AlarmListSingle

GetAlarmList returns the AlarmList field value if set, zero value otherwise.

func (*ManagedElementSingle3) GetAlarmListOk ¶

func (o *ManagedElementSingle3) GetAlarmListOk() (*AlarmListSingle, bool)

GetAlarmListOk returns a tuple with the AlarmList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle3) GetAttributes ¶

func (o *ManagedElementSingle3) GetAttributes() ManagedElementAttr

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*ManagedElementSingle3) GetAttributesOk ¶

func (o *ManagedElementSingle3) GetAttributesOk() (*ManagedElementAttr, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle3) GetFileDownloadJob ¶

func (o *ManagedElementSingle3) GetFileDownloadJob() []FileDownloadJobSingle

GetFileDownloadJob returns the FileDownloadJob field value if set, zero value otherwise.

func (*ManagedElementSingle3) GetFileDownloadJobOk ¶

func (o *ManagedElementSingle3) GetFileDownloadJobOk() ([]FileDownloadJobSingle, bool)

GetFileDownloadJobOk returns a tuple with the FileDownloadJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle3) GetFiles ¶

func (o *ManagedElementSingle3) GetFiles() []FilesSingle

GetFiles returns the Files field value if set, zero value otherwise.

func (*ManagedElementSingle3) GetFilesOk ¶

func (o *ManagedElementSingle3) 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 (*ManagedElementSingle3) GetMDAFunction ¶

func (o *ManagedElementSingle3) GetMDAFunction() []MDAFunctionSingle

GetMDAFunction returns the MDAFunction field value if set, zero value otherwise.

func (*ManagedElementSingle3) GetMDAFunctionOk ¶

func (o *ManagedElementSingle3) GetMDAFunctionOk() ([]MDAFunctionSingle, bool)

GetMDAFunctionOk returns a tuple with the MDAFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle3) GetMnsAgent ¶

func (o *ManagedElementSingle3) GetMnsAgent() []MnsAgentSingle

GetMnsAgent returns the MnsAgent field value if set, zero value otherwise.

func (*ManagedElementSingle3) GetMnsAgentOk ¶

func (o *ManagedElementSingle3) 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 (*ManagedElementSingle3) GetNtfSubscriptionControl ¶

func (o *ManagedElementSingle3) GetNtfSubscriptionControl() []NtfSubscriptionControlSingle

GetNtfSubscriptionControl returns the NtfSubscriptionControl field value if set, zero value otherwise.

func (*ManagedElementSingle3) GetNtfSubscriptionControlOk ¶

func (o *ManagedElementSingle3) GetNtfSubscriptionControlOk() ([]NtfSubscriptionControlSingle, bool)

GetNtfSubscriptionControlOk returns a tuple with the NtfSubscriptionControl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle3) GetPerfMetricJob ¶

func (o *ManagedElementSingle3) GetPerfMetricJob() []PerfMetricJobSingle

GetPerfMetricJob returns the PerfMetricJob field value if set, zero value otherwise.

func (*ManagedElementSingle3) GetPerfMetricJobOk ¶

func (o *ManagedElementSingle3) 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 (*ManagedElementSingle3) GetThresholdMonitor ¶

func (o *ManagedElementSingle3) GetThresholdMonitor() []ThresholdMonitorSingle

GetThresholdMonitor returns the ThresholdMonitor field value if set, zero value otherwise.

func (*ManagedElementSingle3) GetThresholdMonitorOk ¶

func (o *ManagedElementSingle3) 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 (*ManagedElementSingle3) GetTraceJob ¶

func (o *ManagedElementSingle3) GetTraceJob() []TraceJobSingle

GetTraceJob returns the TraceJob field value if set, zero value otherwise.

func (*ManagedElementSingle3) GetTraceJobOk ¶

func (o *ManagedElementSingle3) 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 (*ManagedElementSingle3) HasAlarmList ¶

func (o *ManagedElementSingle3) HasAlarmList() bool

HasAlarmList returns a boolean if a field has been set.

func (*ManagedElementSingle3) HasAttributes ¶

func (o *ManagedElementSingle3) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*ManagedElementSingle3) HasFileDownloadJob ¶

func (o *ManagedElementSingle3) HasFileDownloadJob() bool

HasFileDownloadJob returns a boolean if a field has been set.

func (*ManagedElementSingle3) HasFiles ¶

func (o *ManagedElementSingle3) HasFiles() bool

HasFiles returns a boolean if a field has been set.

func (*ManagedElementSingle3) HasMDAFunction ¶

func (o *ManagedElementSingle3) HasMDAFunction() bool

HasMDAFunction returns a boolean if a field has been set.

func (*ManagedElementSingle3) HasMnsAgent ¶

func (o *ManagedElementSingle3) HasMnsAgent() bool

HasMnsAgent returns a boolean if a field has been set.

func (*ManagedElementSingle3) HasNtfSubscriptionControl ¶

func (o *ManagedElementSingle3) HasNtfSubscriptionControl() bool

HasNtfSubscriptionControl returns a boolean if a field has been set.

func (*ManagedElementSingle3) HasPerfMetricJob ¶

func (o *ManagedElementSingle3) HasPerfMetricJob() bool

HasPerfMetricJob returns a boolean if a field has been set.

func (*ManagedElementSingle3) HasThresholdMonitor ¶

func (o *ManagedElementSingle3) HasThresholdMonitor() bool

HasThresholdMonitor returns a boolean if a field has been set.

func (*ManagedElementSingle3) HasTraceJob ¶

func (o *ManagedElementSingle3) HasTraceJob() bool

HasTraceJob returns a boolean if a field has been set.

func (ManagedElementSingle3) MarshalJSON ¶

func (o ManagedElementSingle3) MarshalJSON() ([]byte, error)

func (*ManagedElementSingle3) SetAlarmList ¶

func (o *ManagedElementSingle3) SetAlarmList(v AlarmListSingle)

SetAlarmList gets a reference to the given AlarmListSingle and assigns it to the AlarmList field.

func (*ManagedElementSingle3) SetAttributes ¶

func (o *ManagedElementSingle3) SetAttributes(v ManagedElementAttr)

SetAttributes gets a reference to the given ManagedElementAttr and assigns it to the Attributes field.

func (*ManagedElementSingle3) SetFileDownloadJob ¶

func (o *ManagedElementSingle3) SetFileDownloadJob(v []FileDownloadJobSingle)

SetFileDownloadJob gets a reference to the given []FileDownloadJobSingle and assigns it to the FileDownloadJob field.

func (*ManagedElementSingle3) SetFiles ¶

func (o *ManagedElementSingle3) SetFiles(v []FilesSingle)

SetFiles gets a reference to the given []FilesSingle and assigns it to the Files field.

func (*ManagedElementSingle3) SetMDAFunction ¶

func (o *ManagedElementSingle3) SetMDAFunction(v []MDAFunctionSingle)

SetMDAFunction gets a reference to the given []MDAFunctionSingle and assigns it to the MDAFunction field.

func (*ManagedElementSingle3) SetMnsAgent ¶

func (o *ManagedElementSingle3) SetMnsAgent(v []MnsAgentSingle)

SetMnsAgent gets a reference to the given []MnsAgentSingle and assigns it to the MnsAgent field.

func (*ManagedElementSingle3) SetNtfSubscriptionControl ¶

func (o *ManagedElementSingle3) SetNtfSubscriptionControl(v []NtfSubscriptionControlSingle)

SetNtfSubscriptionControl gets a reference to the given []NtfSubscriptionControlSingle and assigns it to the NtfSubscriptionControl field.

func (*ManagedElementSingle3) SetPerfMetricJob ¶

func (o *ManagedElementSingle3) SetPerfMetricJob(v []PerfMetricJobSingle)

SetPerfMetricJob gets a reference to the given []PerfMetricJobSingle and assigns it to the PerfMetricJob field.

func (*ManagedElementSingle3) SetThresholdMonitor ¶

func (o *ManagedElementSingle3) SetThresholdMonitor(v []ThresholdMonitorSingle)

SetThresholdMonitor gets a reference to the given []ThresholdMonitorSingle and assigns it to the ThresholdMonitor field.

func (*ManagedElementSingle3) SetTraceJob ¶

func (o *ManagedElementSingle3) SetTraceJob(v []TraceJobSingle)

SetTraceJob gets a reference to the given []TraceJobSingle and assigns it to the TraceJob field.

func (ManagedElementSingle3) ToMap ¶

func (o ManagedElementSingle3) ToMap() (map[string]interface{}, error)

type ManagedElementSingle3AllOf ¶

type ManagedElementSingle3AllOf struct {
	MDAFunction []MDAFunctionSingle `json:"MDAFunction,omitempty"`
}

ManagedElementSingle3AllOf struct for ManagedElementSingle3AllOf

func NewManagedElementSingle3AllOf ¶

func NewManagedElementSingle3AllOf() *ManagedElementSingle3AllOf

NewManagedElementSingle3AllOf instantiates a new ManagedElementSingle3AllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewManagedElementSingle3AllOfWithDefaults ¶

func NewManagedElementSingle3AllOfWithDefaults() *ManagedElementSingle3AllOf

NewManagedElementSingle3AllOfWithDefaults instantiates a new ManagedElementSingle3AllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ManagedElementSingle3AllOf) GetMDAFunction ¶

func (o *ManagedElementSingle3AllOf) GetMDAFunction() []MDAFunctionSingle

GetMDAFunction returns the MDAFunction field value if set, zero value otherwise.

func (*ManagedElementSingle3AllOf) GetMDAFunctionOk ¶

func (o *ManagedElementSingle3AllOf) GetMDAFunctionOk() ([]MDAFunctionSingle, bool)

GetMDAFunctionOk returns a tuple with the MDAFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle3AllOf) HasMDAFunction ¶

func (o *ManagedElementSingle3AllOf) HasMDAFunction() bool

HasMDAFunction returns a boolean if a field has been set.

func (ManagedElementSingle3AllOf) MarshalJSON ¶

func (o ManagedElementSingle3AllOf) MarshalJSON() ([]byte, error)

func (*ManagedElementSingle3AllOf) SetMDAFunction ¶

func (o *ManagedElementSingle3AllOf) SetMDAFunction(v []MDAFunctionSingle)

SetMDAFunction gets a reference to the given []MDAFunctionSingle and assigns it to the MDAFunction field.

func (ManagedElementSingle3AllOf) ToMap ¶

func (o ManagedElementSingle3AllOf) ToMap() (map[string]interface{}, error)

type ManagedElementSingle4 ¶

type ManagedElementSingle4 struct {
	Top
	Attributes             *ManagedElementAttr            `json:"attributes,omitempty"`
	MnsAgent               []MnsAgentSingle               `json:"MnsAgent,omitempty"`
	PerfMetricJob          []PerfMetricJobSingle          `json:"PerfMetricJob,omitempty"`
	ThresholdMonitor       []ThresholdMonitorSingle       `json:"ThresholdMonitor,omitempty"`
	TraceJob               []TraceJobSingle               `json:"TraceJob,omitempty"`
	NtfSubscriptionControl []NtfSubscriptionControlSingle `json:"NtfSubscriptionControl,omitempty"`
	AlarmList              *AlarmListSingle               `json:"AlarmList,omitempty"`
	FileDownloadJob        []FileDownloadJobSingle        `json:"FileDownloadJob,omitempty"`
	Files                  []FilesSingle                  `json:"Files,omitempty"`
	MLTrainingFunction     []MLTrainingFunctionSingle     `json:"MLTrainingFunction,omitempty"`
}

ManagedElementSingle4 struct for ManagedElementSingle4

func NewManagedElementSingle4 ¶

func NewManagedElementSingle4(id NullableString) *ManagedElementSingle4

NewManagedElementSingle4 instantiates a new ManagedElementSingle4 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewManagedElementSingle4WithDefaults ¶

func NewManagedElementSingle4WithDefaults() *ManagedElementSingle4

NewManagedElementSingle4WithDefaults instantiates a new ManagedElementSingle4 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ManagedElementSingle4) GetAlarmList ¶

func (o *ManagedElementSingle4) GetAlarmList() AlarmListSingle

GetAlarmList returns the AlarmList field value if set, zero value otherwise.

func (*ManagedElementSingle4) GetAlarmListOk ¶

func (o *ManagedElementSingle4) GetAlarmListOk() (*AlarmListSingle, bool)

GetAlarmListOk returns a tuple with the AlarmList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle4) GetAttributes ¶

func (o *ManagedElementSingle4) GetAttributes() ManagedElementAttr

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*ManagedElementSingle4) GetAttributesOk ¶

func (o *ManagedElementSingle4) GetAttributesOk() (*ManagedElementAttr, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle4) GetFileDownloadJob ¶

func (o *ManagedElementSingle4) GetFileDownloadJob() []FileDownloadJobSingle

GetFileDownloadJob returns the FileDownloadJob field value if set, zero value otherwise.

func (*ManagedElementSingle4) GetFileDownloadJobOk ¶

func (o *ManagedElementSingle4) GetFileDownloadJobOk() ([]FileDownloadJobSingle, bool)

GetFileDownloadJobOk returns a tuple with the FileDownloadJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle4) GetFiles ¶

func (o *ManagedElementSingle4) GetFiles() []FilesSingle

GetFiles returns the Files field value if set, zero value otherwise.

func (*ManagedElementSingle4) GetFilesOk ¶

func (o *ManagedElementSingle4) 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 (*ManagedElementSingle4) GetMLTrainingFunction ¶

func (o *ManagedElementSingle4) GetMLTrainingFunction() []MLTrainingFunctionSingle

GetMLTrainingFunction returns the MLTrainingFunction field value if set, zero value otherwise.

func (*ManagedElementSingle4) GetMLTrainingFunctionOk ¶

func (o *ManagedElementSingle4) GetMLTrainingFunctionOk() ([]MLTrainingFunctionSingle, bool)

GetMLTrainingFunctionOk returns a tuple with the MLTrainingFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle4) GetMnsAgent ¶

func (o *ManagedElementSingle4) GetMnsAgent() []MnsAgentSingle

GetMnsAgent returns the MnsAgent field value if set, zero value otherwise.

func (*ManagedElementSingle4) GetMnsAgentOk ¶

func (o *ManagedElementSingle4) 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 (*ManagedElementSingle4) GetNtfSubscriptionControl ¶

func (o *ManagedElementSingle4) GetNtfSubscriptionControl() []NtfSubscriptionControlSingle

GetNtfSubscriptionControl returns the NtfSubscriptionControl field value if set, zero value otherwise.

func (*ManagedElementSingle4) GetNtfSubscriptionControlOk ¶

func (o *ManagedElementSingle4) GetNtfSubscriptionControlOk() ([]NtfSubscriptionControlSingle, bool)

GetNtfSubscriptionControlOk returns a tuple with the NtfSubscriptionControl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle4) GetPerfMetricJob ¶

func (o *ManagedElementSingle4) GetPerfMetricJob() []PerfMetricJobSingle

GetPerfMetricJob returns the PerfMetricJob field value if set, zero value otherwise.

func (*ManagedElementSingle4) GetPerfMetricJobOk ¶

func (o *ManagedElementSingle4) 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 (*ManagedElementSingle4) GetThresholdMonitor ¶

func (o *ManagedElementSingle4) GetThresholdMonitor() []ThresholdMonitorSingle

GetThresholdMonitor returns the ThresholdMonitor field value if set, zero value otherwise.

func (*ManagedElementSingle4) GetThresholdMonitorOk ¶

func (o *ManagedElementSingle4) 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 (*ManagedElementSingle4) GetTraceJob ¶

func (o *ManagedElementSingle4) GetTraceJob() []TraceJobSingle

GetTraceJob returns the TraceJob field value if set, zero value otherwise.

func (*ManagedElementSingle4) GetTraceJobOk ¶

func (o *ManagedElementSingle4) 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 (*ManagedElementSingle4) HasAlarmList ¶

func (o *ManagedElementSingle4) HasAlarmList() bool

HasAlarmList returns a boolean if a field has been set.

func (*ManagedElementSingle4) HasAttributes ¶

func (o *ManagedElementSingle4) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*ManagedElementSingle4) HasFileDownloadJob ¶

func (o *ManagedElementSingle4) HasFileDownloadJob() bool

HasFileDownloadJob returns a boolean if a field has been set.

func (*ManagedElementSingle4) HasFiles ¶

func (o *ManagedElementSingle4) HasFiles() bool

HasFiles returns a boolean if a field has been set.

func (*ManagedElementSingle4) HasMLTrainingFunction ¶

func (o *ManagedElementSingle4) HasMLTrainingFunction() bool

HasMLTrainingFunction returns a boolean if a field has been set.

func (*ManagedElementSingle4) HasMnsAgent ¶

func (o *ManagedElementSingle4) HasMnsAgent() bool

HasMnsAgent returns a boolean if a field has been set.

func (*ManagedElementSingle4) HasNtfSubscriptionControl ¶

func (o *ManagedElementSingle4) HasNtfSubscriptionControl() bool

HasNtfSubscriptionControl returns a boolean if a field has been set.

func (*ManagedElementSingle4) HasPerfMetricJob ¶

func (o *ManagedElementSingle4) HasPerfMetricJob() bool

HasPerfMetricJob returns a boolean if a field has been set.

func (*ManagedElementSingle4) HasThresholdMonitor ¶

func (o *ManagedElementSingle4) HasThresholdMonitor() bool

HasThresholdMonitor returns a boolean if a field has been set.

func (*ManagedElementSingle4) HasTraceJob ¶

func (o *ManagedElementSingle4) HasTraceJob() bool

HasTraceJob returns a boolean if a field has been set.

func (ManagedElementSingle4) MarshalJSON ¶

func (o ManagedElementSingle4) MarshalJSON() ([]byte, error)

func (*ManagedElementSingle4) SetAlarmList ¶

func (o *ManagedElementSingle4) SetAlarmList(v AlarmListSingle)

SetAlarmList gets a reference to the given AlarmListSingle and assigns it to the AlarmList field.

func (*ManagedElementSingle4) SetAttributes ¶

func (o *ManagedElementSingle4) SetAttributes(v ManagedElementAttr)

SetAttributes gets a reference to the given ManagedElementAttr and assigns it to the Attributes field.

func (*ManagedElementSingle4) SetFileDownloadJob ¶

func (o *ManagedElementSingle4) SetFileDownloadJob(v []FileDownloadJobSingle)

SetFileDownloadJob gets a reference to the given []FileDownloadJobSingle and assigns it to the FileDownloadJob field.

func (*ManagedElementSingle4) SetFiles ¶

func (o *ManagedElementSingle4) SetFiles(v []FilesSingle)

SetFiles gets a reference to the given []FilesSingle and assigns it to the Files field.

func (*ManagedElementSingle4) SetMLTrainingFunction ¶

func (o *ManagedElementSingle4) SetMLTrainingFunction(v []MLTrainingFunctionSingle)

SetMLTrainingFunction gets a reference to the given []MLTrainingFunctionSingle and assigns it to the MLTrainingFunction field.

func (*ManagedElementSingle4) SetMnsAgent ¶

func (o *ManagedElementSingle4) SetMnsAgent(v []MnsAgentSingle)

SetMnsAgent gets a reference to the given []MnsAgentSingle and assigns it to the MnsAgent field.

func (*ManagedElementSingle4) SetNtfSubscriptionControl ¶

func (o *ManagedElementSingle4) SetNtfSubscriptionControl(v []NtfSubscriptionControlSingle)

SetNtfSubscriptionControl gets a reference to the given []NtfSubscriptionControlSingle and assigns it to the NtfSubscriptionControl field.

func (*ManagedElementSingle4) SetPerfMetricJob ¶

func (o *ManagedElementSingle4) SetPerfMetricJob(v []PerfMetricJobSingle)

SetPerfMetricJob gets a reference to the given []PerfMetricJobSingle and assigns it to the PerfMetricJob field.

func (*ManagedElementSingle4) SetThresholdMonitor ¶

func (o *ManagedElementSingle4) SetThresholdMonitor(v []ThresholdMonitorSingle)

SetThresholdMonitor gets a reference to the given []ThresholdMonitorSingle and assigns it to the ThresholdMonitor field.

func (*ManagedElementSingle4) SetTraceJob ¶

func (o *ManagedElementSingle4) SetTraceJob(v []TraceJobSingle)

SetTraceJob gets a reference to the given []TraceJobSingle and assigns it to the TraceJob field.

func (ManagedElementSingle4) ToMap ¶

func (o ManagedElementSingle4) ToMap() (map[string]interface{}, error)

type ManagedElementSingle4AllOf ¶

type ManagedElementSingle4AllOf struct {
	MLTrainingFunction []MLTrainingFunctionSingle `json:"MLTrainingFunction,omitempty"`
}

ManagedElementSingle4AllOf struct for ManagedElementSingle4AllOf

func NewManagedElementSingle4AllOf ¶

func NewManagedElementSingle4AllOf() *ManagedElementSingle4AllOf

NewManagedElementSingle4AllOf instantiates a new ManagedElementSingle4AllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewManagedElementSingle4AllOfWithDefaults ¶

func NewManagedElementSingle4AllOfWithDefaults() *ManagedElementSingle4AllOf

NewManagedElementSingle4AllOfWithDefaults instantiates a new ManagedElementSingle4AllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ManagedElementSingle4AllOf) GetMLTrainingFunction ¶

func (o *ManagedElementSingle4AllOf) GetMLTrainingFunction() []MLTrainingFunctionSingle

GetMLTrainingFunction returns the MLTrainingFunction field value if set, zero value otherwise.

func (*ManagedElementSingle4AllOf) GetMLTrainingFunctionOk ¶

func (o *ManagedElementSingle4AllOf) GetMLTrainingFunctionOk() ([]MLTrainingFunctionSingle, bool)

GetMLTrainingFunctionOk returns a tuple with the MLTrainingFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle4AllOf) HasMLTrainingFunction ¶

func (o *ManagedElementSingle4AllOf) HasMLTrainingFunction() bool

HasMLTrainingFunction returns a boolean if a field has been set.

func (ManagedElementSingle4AllOf) MarshalJSON ¶

func (o ManagedElementSingle4AllOf) MarshalJSON() ([]byte, error)

func (*ManagedElementSingle4AllOf) SetMLTrainingFunction ¶

func (o *ManagedElementSingle4AllOf) SetMLTrainingFunction(v []MLTrainingFunctionSingle)

SetMLTrainingFunction gets a reference to the given []MLTrainingFunctionSingle and assigns it to the MLTrainingFunction field.

func (ManagedElementSingle4AllOf) ToMap ¶

func (o ManagedElementSingle4AllOf) ToMap() (map[string]interface{}, error)

type ManagedElementSingleAllOf ¶

type ManagedElementSingleAllOf struct {
	Attributes *ManagedElementAttr `json:"attributes,omitempty"`
}

ManagedElementSingleAllOf struct for ManagedElementSingleAllOf

func NewManagedElementSingleAllOf ¶

func NewManagedElementSingleAllOf() *ManagedElementSingleAllOf

NewManagedElementSingleAllOf instantiates a new ManagedElementSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewManagedElementSingleAllOfWithDefaults ¶

func NewManagedElementSingleAllOfWithDefaults() *ManagedElementSingleAllOf

NewManagedElementSingleAllOfWithDefaults instantiates a new ManagedElementSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ManagedElementSingleAllOf) GetAttributes ¶

func (o *ManagedElementSingleAllOf) GetAttributes() ManagedElementAttr

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*ManagedElementSingleAllOf) GetAttributesOk ¶

func (o *ManagedElementSingleAllOf) GetAttributesOk() (*ManagedElementAttr, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingleAllOf) HasAttributes ¶

func (o *ManagedElementSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (ManagedElementSingleAllOf) MarshalJSON ¶

func (o ManagedElementSingleAllOf) MarshalJSON() ([]byte, error)

func (*ManagedElementSingleAllOf) SetAttributes ¶

func (o *ManagedElementSingleAllOf) SetAttributes(v ManagedElementAttr)

SetAttributes gets a reference to the given ManagedElementAttr and assigns it to the Attributes field.

func (ManagedElementSingleAllOf) ToMap ¶

func (o ManagedElementSingleAllOf) ToMap() (map[string]interface{}, error)

type ManagedElementSingleAllOf1 ¶

type ManagedElementSingleAllOf1 struct {
	GnbDuFunction             []GnbDuFunctionSingle            `json:"GnbDuFunction,omitempty"`
	GnbCuUpFunction           []GnbCuUpFunctionSingle          `json:"GnbCuUpFunction,omitempty"`
	GnbCuCpFunction           []GnbCuCpFunctionSingle          `json:"GnbCuCpFunction,omitempty"`
	DESManagementFunction     *DESManagementFunctionSingle     `json:"DESManagementFunction,omitempty"`
	DRACHOptimizationFunction *DRACHOptimizationFunctionSingle `json:"DRACHOptimizationFunction,omitempty"`
	DMROFunction              *DMROFunctionSingle              `json:"DMROFunction,omitempty"`
	DLBOFunction              *DLBOFunctionSingle              `json:"DLBOFunction,omitempty"`
	DPCIConfigurationFunction *DPCIConfigurationFunctionSingle `json:"DPCIConfigurationFunction,omitempty"`
	CPCIConfigurationFunction *CPCIConfigurationFunctionSingle `json:"CPCIConfigurationFunction,omitempty"`
	CESManagementFunction     *CESManagementFunctionSingle     `json:"CESManagementFunction,omitempty"`
	Configurable5QISet        []Configurable5QISetSingle       `json:"Configurable5QISet,omitempty"`
	Dynamic5QISet             []Dynamic5QISetSingle            `json:"Dynamic5QISet,omitempty"`
}

ManagedElementSingleAllOf1 struct for ManagedElementSingleAllOf1

func NewManagedElementSingleAllOf1 ¶

func NewManagedElementSingleAllOf1() *ManagedElementSingleAllOf1

NewManagedElementSingleAllOf1 instantiates a new ManagedElementSingleAllOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewManagedElementSingleAllOf1WithDefaults ¶

func NewManagedElementSingleAllOf1WithDefaults() *ManagedElementSingleAllOf1

NewManagedElementSingleAllOf1WithDefaults instantiates a new ManagedElementSingleAllOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ManagedElementSingleAllOf1) GetCESManagementFunction ¶

func (o *ManagedElementSingleAllOf1) GetCESManagementFunction() CESManagementFunctionSingle

GetCESManagementFunction returns the CESManagementFunction field value if set, zero value otherwise.

func (*ManagedElementSingleAllOf1) GetCESManagementFunctionOk ¶

func (o *ManagedElementSingleAllOf1) GetCESManagementFunctionOk() (*CESManagementFunctionSingle, bool)

GetCESManagementFunctionOk returns a tuple with the CESManagementFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingleAllOf1) GetCPCIConfigurationFunction ¶

func (o *ManagedElementSingleAllOf1) GetCPCIConfigurationFunction() CPCIConfigurationFunctionSingle

GetCPCIConfigurationFunction returns the CPCIConfigurationFunction field value if set, zero value otherwise.

func (*ManagedElementSingleAllOf1) GetCPCIConfigurationFunctionOk ¶

func (o *ManagedElementSingleAllOf1) GetCPCIConfigurationFunctionOk() (*CPCIConfigurationFunctionSingle, bool)

GetCPCIConfigurationFunctionOk returns a tuple with the CPCIConfigurationFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingleAllOf1) GetConfigurable5QISet ¶

func (o *ManagedElementSingleAllOf1) GetConfigurable5QISet() []Configurable5QISetSingle

GetConfigurable5QISet returns the Configurable5QISet field value if set, zero value otherwise.

func (*ManagedElementSingleAllOf1) GetConfigurable5QISetOk ¶

func (o *ManagedElementSingleAllOf1) GetConfigurable5QISetOk() ([]Configurable5QISetSingle, bool)

GetConfigurable5QISetOk returns a tuple with the Configurable5QISet field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingleAllOf1) GetDESManagementFunction ¶

func (o *ManagedElementSingleAllOf1) GetDESManagementFunction() DESManagementFunctionSingle

GetDESManagementFunction returns the DESManagementFunction field value if set, zero value otherwise.

func (*ManagedElementSingleAllOf1) GetDESManagementFunctionOk ¶

func (o *ManagedElementSingleAllOf1) GetDESManagementFunctionOk() (*DESManagementFunctionSingle, bool)

GetDESManagementFunctionOk returns a tuple with the DESManagementFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingleAllOf1) GetDLBOFunction ¶

func (o *ManagedElementSingleAllOf1) GetDLBOFunction() DLBOFunctionSingle

GetDLBOFunction returns the DLBOFunction field value if set, zero value otherwise.

func (*ManagedElementSingleAllOf1) GetDLBOFunctionOk ¶

func (o *ManagedElementSingleAllOf1) GetDLBOFunctionOk() (*DLBOFunctionSingle, bool)

GetDLBOFunctionOk returns a tuple with the DLBOFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingleAllOf1) GetDMROFunction ¶

func (o *ManagedElementSingleAllOf1) GetDMROFunction() DMROFunctionSingle

GetDMROFunction returns the DMROFunction field value if set, zero value otherwise.

func (*ManagedElementSingleAllOf1) GetDMROFunctionOk ¶

func (o *ManagedElementSingleAllOf1) GetDMROFunctionOk() (*DMROFunctionSingle, bool)

GetDMROFunctionOk returns a tuple with the DMROFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingleAllOf1) GetDPCIConfigurationFunction ¶

func (o *ManagedElementSingleAllOf1) GetDPCIConfigurationFunction() DPCIConfigurationFunctionSingle

GetDPCIConfigurationFunction returns the DPCIConfigurationFunction field value if set, zero value otherwise.

func (*ManagedElementSingleAllOf1) GetDPCIConfigurationFunctionOk ¶

func (o *ManagedElementSingleAllOf1) GetDPCIConfigurationFunctionOk() (*DPCIConfigurationFunctionSingle, bool)

GetDPCIConfigurationFunctionOk returns a tuple with the DPCIConfigurationFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingleAllOf1) GetDRACHOptimizationFunction ¶

func (o *ManagedElementSingleAllOf1) GetDRACHOptimizationFunction() DRACHOptimizationFunctionSingle

GetDRACHOptimizationFunction returns the DRACHOptimizationFunction field value if set, zero value otherwise.

func (*ManagedElementSingleAllOf1) GetDRACHOptimizationFunctionOk ¶

func (o *ManagedElementSingleAllOf1) GetDRACHOptimizationFunctionOk() (*DRACHOptimizationFunctionSingle, bool)

GetDRACHOptimizationFunctionOk returns a tuple with the DRACHOptimizationFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingleAllOf1) GetDynamic5QISet ¶

func (o *ManagedElementSingleAllOf1) GetDynamic5QISet() []Dynamic5QISetSingle

GetDynamic5QISet returns the Dynamic5QISet field value if set, zero value otherwise.

func (*ManagedElementSingleAllOf1) GetDynamic5QISetOk ¶

func (o *ManagedElementSingleAllOf1) GetDynamic5QISetOk() ([]Dynamic5QISetSingle, bool)

GetDynamic5QISetOk returns a tuple with the Dynamic5QISet field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingleAllOf1) GetGnbCuCpFunction ¶

func (o *ManagedElementSingleAllOf1) GetGnbCuCpFunction() []GnbCuCpFunctionSingle

GetGnbCuCpFunction returns the GnbCuCpFunction field value if set, zero value otherwise.

func (*ManagedElementSingleAllOf1) GetGnbCuCpFunctionOk ¶

func (o *ManagedElementSingleAllOf1) GetGnbCuCpFunctionOk() ([]GnbCuCpFunctionSingle, bool)

GetGnbCuCpFunctionOk returns a tuple with the GnbCuCpFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingleAllOf1) GetGnbCuUpFunction ¶

func (o *ManagedElementSingleAllOf1) GetGnbCuUpFunction() []GnbCuUpFunctionSingle

GetGnbCuUpFunction returns the GnbCuUpFunction field value if set, zero value otherwise.

func (*ManagedElementSingleAllOf1) GetGnbCuUpFunctionOk ¶

func (o *ManagedElementSingleAllOf1) GetGnbCuUpFunctionOk() ([]GnbCuUpFunctionSingle, bool)

GetGnbCuUpFunctionOk returns a tuple with the GnbCuUpFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingleAllOf1) GetGnbDuFunction ¶

func (o *ManagedElementSingleAllOf1) GetGnbDuFunction() []GnbDuFunctionSingle

GetGnbDuFunction returns the GnbDuFunction field value if set, zero value otherwise.

func (*ManagedElementSingleAllOf1) GetGnbDuFunctionOk ¶

func (o *ManagedElementSingleAllOf1) GetGnbDuFunctionOk() ([]GnbDuFunctionSingle, bool)

GetGnbDuFunctionOk returns a tuple with the GnbDuFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingleAllOf1) HasCESManagementFunction ¶

func (o *ManagedElementSingleAllOf1) HasCESManagementFunction() bool

HasCESManagementFunction returns a boolean if a field has been set.

func (*ManagedElementSingleAllOf1) HasCPCIConfigurationFunction ¶

func (o *ManagedElementSingleAllOf1) HasCPCIConfigurationFunction() bool

HasCPCIConfigurationFunction returns a boolean if a field has been set.

func (*ManagedElementSingleAllOf1) HasConfigurable5QISet ¶

func (o *ManagedElementSingleAllOf1) HasConfigurable5QISet() bool

HasConfigurable5QISet returns a boolean if a field has been set.

func (*ManagedElementSingleAllOf1) HasDESManagementFunction ¶

func (o *ManagedElementSingleAllOf1) HasDESManagementFunction() bool

HasDESManagementFunction returns a boolean if a field has been set.

func (*ManagedElementSingleAllOf1) HasDLBOFunction ¶

func (o *ManagedElementSingleAllOf1) HasDLBOFunction() bool

HasDLBOFunction returns a boolean if a field has been set.

func (*ManagedElementSingleAllOf1) HasDMROFunction ¶

func (o *ManagedElementSingleAllOf1) HasDMROFunction() bool

HasDMROFunction returns a boolean if a field has been set.

func (*ManagedElementSingleAllOf1) HasDPCIConfigurationFunction ¶

func (o *ManagedElementSingleAllOf1) HasDPCIConfigurationFunction() bool

HasDPCIConfigurationFunction returns a boolean if a field has been set.

func (*ManagedElementSingleAllOf1) HasDRACHOptimizationFunction ¶

func (o *ManagedElementSingleAllOf1) HasDRACHOptimizationFunction() bool

HasDRACHOptimizationFunction returns a boolean if a field has been set.

func (*ManagedElementSingleAllOf1) HasDynamic5QISet ¶

func (o *ManagedElementSingleAllOf1) HasDynamic5QISet() bool

HasDynamic5QISet returns a boolean if a field has been set.

func (*ManagedElementSingleAllOf1) HasGnbCuCpFunction ¶

func (o *ManagedElementSingleAllOf1) HasGnbCuCpFunction() bool

HasGnbCuCpFunction returns a boolean if a field has been set.

func (*ManagedElementSingleAllOf1) HasGnbCuUpFunction ¶

func (o *ManagedElementSingleAllOf1) HasGnbCuUpFunction() bool

HasGnbCuUpFunction returns a boolean if a field has been set.

func (*ManagedElementSingleAllOf1) HasGnbDuFunction ¶

func (o *ManagedElementSingleAllOf1) HasGnbDuFunction() bool

HasGnbDuFunction returns a boolean if a field has been set.

func (ManagedElementSingleAllOf1) MarshalJSON ¶

func (o ManagedElementSingleAllOf1) MarshalJSON() ([]byte, error)

func (*ManagedElementSingleAllOf1) SetCESManagementFunction ¶

func (o *ManagedElementSingleAllOf1) SetCESManagementFunction(v CESManagementFunctionSingle)

SetCESManagementFunction gets a reference to the given CESManagementFunctionSingle and assigns it to the CESManagementFunction field.

func (*ManagedElementSingleAllOf1) SetCPCIConfigurationFunction ¶

func (o *ManagedElementSingleAllOf1) SetCPCIConfigurationFunction(v CPCIConfigurationFunctionSingle)

SetCPCIConfigurationFunction gets a reference to the given CPCIConfigurationFunctionSingle and assigns it to the CPCIConfigurationFunction field.

func (*ManagedElementSingleAllOf1) SetConfigurable5QISet ¶

func (o *ManagedElementSingleAllOf1) SetConfigurable5QISet(v []Configurable5QISetSingle)

SetConfigurable5QISet gets a reference to the given []Configurable5QISetSingle and assigns it to the Configurable5QISet field.

func (*ManagedElementSingleAllOf1) SetDESManagementFunction ¶

func (o *ManagedElementSingleAllOf1) SetDESManagementFunction(v DESManagementFunctionSingle)

SetDESManagementFunction gets a reference to the given DESManagementFunctionSingle and assigns it to the DESManagementFunction field.

func (*ManagedElementSingleAllOf1) SetDLBOFunction ¶

func (o *ManagedElementSingleAllOf1) SetDLBOFunction(v DLBOFunctionSingle)

SetDLBOFunction gets a reference to the given DLBOFunctionSingle and assigns it to the DLBOFunction field.

func (*ManagedElementSingleAllOf1) SetDMROFunction ¶

func (o *ManagedElementSingleAllOf1) SetDMROFunction(v DMROFunctionSingle)

SetDMROFunction gets a reference to the given DMROFunctionSingle and assigns it to the DMROFunction field.

func (*ManagedElementSingleAllOf1) SetDPCIConfigurationFunction ¶

func (o *ManagedElementSingleAllOf1) SetDPCIConfigurationFunction(v DPCIConfigurationFunctionSingle)

SetDPCIConfigurationFunction gets a reference to the given DPCIConfigurationFunctionSingle and assigns it to the DPCIConfigurationFunction field.

func (*ManagedElementSingleAllOf1) SetDRACHOptimizationFunction ¶

func (o *ManagedElementSingleAllOf1) SetDRACHOptimizationFunction(v DRACHOptimizationFunctionSingle)

SetDRACHOptimizationFunction gets a reference to the given DRACHOptimizationFunctionSingle and assigns it to the DRACHOptimizationFunction field.

func (*ManagedElementSingleAllOf1) SetDynamic5QISet ¶

func (o *ManagedElementSingleAllOf1) SetDynamic5QISet(v []Dynamic5QISetSingle)

SetDynamic5QISet gets a reference to the given []Dynamic5QISetSingle and assigns it to the Dynamic5QISet field.

func (*ManagedElementSingleAllOf1) SetGnbCuCpFunction ¶

func (o *ManagedElementSingleAllOf1) SetGnbCuCpFunction(v []GnbCuCpFunctionSingle)

SetGnbCuCpFunction gets a reference to the given []GnbCuCpFunctionSingle and assigns it to the GnbCuCpFunction field.

func (*ManagedElementSingleAllOf1) SetGnbCuUpFunction ¶

func (o *ManagedElementSingleAllOf1) SetGnbCuUpFunction(v []GnbCuUpFunctionSingle)

SetGnbCuUpFunction gets a reference to the given []GnbCuUpFunctionSingle and assigns it to the GnbCuUpFunction field.

func (*ManagedElementSingleAllOf1) SetGnbDuFunction ¶

func (o *ManagedElementSingleAllOf1) SetGnbDuFunction(v []GnbDuFunctionSingle)

SetGnbDuFunction gets a reference to the given []GnbDuFunctionSingle and assigns it to the GnbDuFunction field.

func (ManagedElementSingleAllOf1) ToMap ¶

func (o ManagedElementSingleAllOf1) ToMap() (map[string]interface{}, error)

type ManagedFunctionAttr ¶

type ManagedFunctionAttr struct {
	UserLabel                 *string                    `json:"userLabel,omitempty"`
	VnfParametersList         []VnfParameter             `json:"vnfParametersList,omitempty"`
	PeeParametersList         []PeeParameter             `json:"peeParametersList,omitempty"`
	PriorityLabel             *int32                     `json:"priorityLabel,omitempty"`
	SupportedPerfMetricGroups []SupportedPerfMetricGroup `json:"supportedPerfMetricGroups,omitempty"`
	SupportedTraceMetrics     []string                   `json:"supportedTraceMetrics,omitempty"`
}

ManagedFunctionAttr struct for ManagedFunctionAttr

func NewManagedFunctionAttr ¶

func NewManagedFunctionAttr() *ManagedFunctionAttr

NewManagedFunctionAttr instantiates a new ManagedFunctionAttr object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewManagedFunctionAttrWithDefaults ¶

func NewManagedFunctionAttrWithDefaults() *ManagedFunctionAttr

NewManagedFunctionAttrWithDefaults instantiates a new ManagedFunctionAttr object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ManagedFunctionAttr) GetPeeParametersList ¶

func (o *ManagedFunctionAttr) GetPeeParametersList() []PeeParameter

GetPeeParametersList returns the PeeParametersList field value if set, zero value otherwise.

func (*ManagedFunctionAttr) GetPeeParametersListOk ¶

func (o *ManagedFunctionAttr) GetPeeParametersListOk() ([]PeeParameter, bool)

GetPeeParametersListOk returns a tuple with the PeeParametersList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedFunctionAttr) GetPriorityLabel ¶

func (o *ManagedFunctionAttr) GetPriorityLabel() int32

GetPriorityLabel returns the PriorityLabel field value if set, zero value otherwise.

func (*ManagedFunctionAttr) GetPriorityLabelOk ¶

func (o *ManagedFunctionAttr) GetPriorityLabelOk() (*int32, bool)

GetPriorityLabelOk returns a tuple with the PriorityLabel field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedFunctionAttr) GetSupportedPerfMetricGroups ¶

func (o *ManagedFunctionAttr) GetSupportedPerfMetricGroups() []SupportedPerfMetricGroup

GetSupportedPerfMetricGroups returns the SupportedPerfMetricGroups field value if set, zero value otherwise.

func (*ManagedFunctionAttr) GetSupportedPerfMetricGroupsOk ¶

func (o *ManagedFunctionAttr) GetSupportedPerfMetricGroupsOk() ([]SupportedPerfMetricGroup, bool)

GetSupportedPerfMetricGroupsOk returns a tuple with the SupportedPerfMetricGroups field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedFunctionAttr) GetSupportedTraceMetrics ¶

func (o *ManagedFunctionAttr) GetSupportedTraceMetrics() []string

GetSupportedTraceMetrics returns the SupportedTraceMetrics field value if set, zero value otherwise.

func (*ManagedFunctionAttr) GetSupportedTraceMetricsOk ¶

func (o *ManagedFunctionAttr) GetSupportedTraceMetricsOk() ([]string, bool)

GetSupportedTraceMetricsOk returns a tuple with the SupportedTraceMetrics field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedFunctionAttr) GetUserLabel ¶

func (o *ManagedFunctionAttr) GetUserLabel() string

GetUserLabel returns the UserLabel field value if set, zero value otherwise.

func (*ManagedFunctionAttr) GetUserLabelOk ¶

func (o *ManagedFunctionAttr) GetUserLabelOk() (*string, bool)

GetUserLabelOk returns a tuple with the UserLabel field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedFunctionAttr) GetVnfParametersList ¶

func (o *ManagedFunctionAttr) GetVnfParametersList() []VnfParameter

GetVnfParametersList returns the VnfParametersList field value if set, zero value otherwise.

func (*ManagedFunctionAttr) GetVnfParametersListOk ¶

func (o *ManagedFunctionAttr) GetVnfParametersListOk() ([]VnfParameter, bool)

GetVnfParametersListOk returns a tuple with the VnfParametersList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedFunctionAttr) HasPeeParametersList ¶

func (o *ManagedFunctionAttr) HasPeeParametersList() bool

HasPeeParametersList returns a boolean if a field has been set.

func (*ManagedFunctionAttr) HasPriorityLabel ¶

func (o *ManagedFunctionAttr) HasPriorityLabel() bool

HasPriorityLabel returns a boolean if a field has been set.

func (*ManagedFunctionAttr) HasSupportedPerfMetricGroups ¶

func (o *ManagedFunctionAttr) HasSupportedPerfMetricGroups() bool

HasSupportedPerfMetricGroups returns a boolean if a field has been set.

func (*ManagedFunctionAttr) HasSupportedTraceMetrics ¶

func (o *ManagedFunctionAttr) HasSupportedTraceMetrics() bool

HasSupportedTraceMetrics returns a boolean if a field has been set.

func (*ManagedFunctionAttr) HasUserLabel ¶

func (o *ManagedFunctionAttr) HasUserLabel() bool

HasUserLabel returns a boolean if a field has been set.

func (*ManagedFunctionAttr) HasVnfParametersList ¶

func (o *ManagedFunctionAttr) HasVnfParametersList() bool

HasVnfParametersList returns a boolean if a field has been set.

func (ManagedFunctionAttr) MarshalJSON ¶

func (o ManagedFunctionAttr) MarshalJSON() ([]byte, error)

func (*ManagedFunctionAttr) SetPeeParametersList ¶

func (o *ManagedFunctionAttr) SetPeeParametersList(v []PeeParameter)

SetPeeParametersList gets a reference to the given []PeeParameter and assigns it to the PeeParametersList field.

func (*ManagedFunctionAttr) SetPriorityLabel ¶

func (o *ManagedFunctionAttr) SetPriorityLabel(v int32)

SetPriorityLabel gets a reference to the given int32 and assigns it to the PriorityLabel field.

func (*ManagedFunctionAttr) SetSupportedPerfMetricGroups ¶

func (o *ManagedFunctionAttr) SetSupportedPerfMetricGroups(v []SupportedPerfMetricGroup)

SetSupportedPerfMetricGroups gets a reference to the given []SupportedPerfMetricGroup and assigns it to the SupportedPerfMetricGroups field.

func (*ManagedFunctionAttr) SetSupportedTraceMetrics ¶

func (o *ManagedFunctionAttr) SetSupportedTraceMetrics(v []string)

SetSupportedTraceMetrics gets a reference to the given []string and assigns it to the SupportedTraceMetrics field.

func (*ManagedFunctionAttr) SetUserLabel ¶

func (o *ManagedFunctionAttr) SetUserLabel(v string)

SetUserLabel gets a reference to the given string and assigns it to the UserLabel field.

func (*ManagedFunctionAttr) SetVnfParametersList ¶

func (o *ManagedFunctionAttr) SetVnfParametersList(v []VnfParameter)

SetVnfParametersList gets a reference to the given []VnfParameter and assigns it to the VnfParametersList field.

func (ManagedFunctionAttr) ToMap ¶

func (o ManagedFunctionAttr) ToMap() (map[string]interface{}, error)

type ManagedFunctionNcO ¶

type ManagedFunctionNcO struct {
	PerfMetricJob    []PerfMetricJobSingle    `json:"PerfMetricJob,omitempty"`
	ThresholdMonitor []ThresholdMonitorSingle `json:"ThresholdMonitor,omitempty"`
	ManagedNFService []ManagedNFServiceSingle `json:"ManagedNFService,omitempty"`
	TraceJob         []TraceJobSingle         `json:"TraceJob,omitempty"`
}

ManagedFunctionNcO struct for ManagedFunctionNcO

func NewManagedFunctionNcO ¶

func NewManagedFunctionNcO() *ManagedFunctionNcO

NewManagedFunctionNcO instantiates a new ManagedFunctionNcO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewManagedFunctionNcOWithDefaults ¶

func NewManagedFunctionNcOWithDefaults() *ManagedFunctionNcO

NewManagedFunctionNcOWithDefaults instantiates a new ManagedFunctionNcO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ManagedFunctionNcO) GetManagedNFService ¶

func (o *ManagedFunctionNcO) GetManagedNFService() []ManagedNFServiceSingle

GetManagedNFService returns the ManagedNFService field value if set, zero value otherwise.

func (*ManagedFunctionNcO) GetManagedNFServiceOk ¶

func (o *ManagedFunctionNcO) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool)

GetManagedNFServiceOk returns a tuple with the ManagedNFService field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedFunctionNcO) GetPerfMetricJob ¶

func (o *ManagedFunctionNcO) GetPerfMetricJob() []PerfMetricJobSingle

GetPerfMetricJob returns the PerfMetricJob field value if set, zero value otherwise.

func (*ManagedFunctionNcO) GetPerfMetricJobOk ¶

func (o *ManagedFunctionNcO) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)

GetPerfMetricJobOk returns a tuple with the PerfMetricJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedFunctionNcO) GetThresholdMonitor ¶

func (o *ManagedFunctionNcO) GetThresholdMonitor() []ThresholdMonitorSingle

GetThresholdMonitor returns the ThresholdMonitor field value if set, zero value otherwise.

func (*ManagedFunctionNcO) GetThresholdMonitorOk ¶

func (o *ManagedFunctionNcO) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)

GetThresholdMonitorOk returns a tuple with the ThresholdMonitor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedFunctionNcO) GetTraceJob ¶

func (o *ManagedFunctionNcO) GetTraceJob() []TraceJobSingle

GetTraceJob returns the TraceJob field value if set, zero value otherwise.

func (*ManagedFunctionNcO) GetTraceJobOk ¶

func (o *ManagedFunctionNcO) GetTraceJobOk() ([]TraceJobSingle, bool)

GetTraceJobOk returns a tuple with the TraceJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedFunctionNcO) HasManagedNFService ¶

func (o *ManagedFunctionNcO) HasManagedNFService() bool

HasManagedNFService returns a boolean if a field has been set.

func (*ManagedFunctionNcO) HasPerfMetricJob ¶

func (o *ManagedFunctionNcO) HasPerfMetricJob() bool

HasPerfMetricJob returns a boolean if a field has been set.

func (*ManagedFunctionNcO) HasThresholdMonitor ¶

func (o *ManagedFunctionNcO) HasThresholdMonitor() bool

HasThresholdMonitor returns a boolean if a field has been set.

func (*ManagedFunctionNcO) HasTraceJob ¶

func (o *ManagedFunctionNcO) HasTraceJob() bool

HasTraceJob returns a boolean if a field has been set.

func (ManagedFunctionNcO) MarshalJSON ¶

func (o ManagedFunctionNcO) MarshalJSON() ([]byte, error)

func (*ManagedFunctionNcO) SetManagedNFService ¶

func (o *ManagedFunctionNcO) SetManagedNFService(v []ManagedNFServiceSingle)

SetManagedNFService gets a reference to the given []ManagedNFServiceSingle and assigns it to the ManagedNFService field.

func (*ManagedFunctionNcO) SetPerfMetricJob ¶

func (o *ManagedFunctionNcO) SetPerfMetricJob(v []PerfMetricJobSingle)

SetPerfMetricJob gets a reference to the given []PerfMetricJobSingle and assigns it to the PerfMetricJob field.

func (*ManagedFunctionNcO) SetThresholdMonitor ¶

func (o *ManagedFunctionNcO) SetThresholdMonitor(v []ThresholdMonitorSingle)

SetThresholdMonitor gets a reference to the given []ThresholdMonitorSingle and assigns it to the ThresholdMonitor field.

func (*ManagedFunctionNcO) SetTraceJob ¶

func (o *ManagedFunctionNcO) SetTraceJob(v []TraceJobSingle)

SetTraceJob gets a reference to the given []TraceJobSingle and assigns it to the TraceJob field.

func (ManagedFunctionNcO) ToMap ¶

func (o ManagedFunctionNcO) ToMap() (map[string]interface{}, error)

type ManagedNFProfile ¶

type ManagedNFProfile struct {
	NfInstanceID          *string     `json:"nfInstanceID,omitempty"`
	NfType                *NFType     `json:"nfType,omitempty"`
	HeartbeatTimer        *int32      `json:"heartbeatTimer,omitempty"`
	AuthzInfo             *string     `json:"authzInfo,omitempty"`
	HostAddr              *HostAddr   `json:"hostAddr,omitempty"`
	AllowedPLMNs          []PlmnId    `json:"allowedPLMNs,omitempty"`
	AllowedSNPNs          []SnpnInfo  `json:"allowedSNPNs,omitempty"`
	AllowedNfTypes        []NFType    `json:"allowedNfTypes,omitempty"`
	AllowedNfDomains      []string    `json:"allowedNfDomains,omitempty"`
	AllowedNSSAIs         []Snssai    `json:"allowedNSSAIs,omitempty"`
	Locality              *string     `json:"locality,omitempty"`
	Capacity              *int32      `json:"capacity,omitempty"`
	NfSetIdList           []string    `json:"nfSetIdList,omitempty"`
	ServingScope          []string    `json:"servingScope,omitempty"`
	LcHSupportInd         *bool       `json:"lcHSupportInd,omitempty"`
	OlcHSupportInd        *bool       `json:"olcHSupportInd,omitempty"`
	NfSetRecoveryTimeList []time.Time `json:"nfSetRecoveryTimeList,omitempty"`
	ScpDomains            []string    `json:"scpDomains,omitempty"`
	VendorId              *string     `json:"vendorId,omitempty"`
}

ManagedNFProfile struct for ManagedNFProfile

func NewManagedNFProfile ¶

func NewManagedNFProfile() *ManagedNFProfile

NewManagedNFProfile instantiates a new ManagedNFProfile object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewManagedNFProfileWithDefaults ¶

func NewManagedNFProfileWithDefaults() *ManagedNFProfile

NewManagedNFProfileWithDefaults instantiates a new ManagedNFProfile object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ManagedNFProfile) GetAllowedNSSAIs ¶

func (o *ManagedNFProfile) GetAllowedNSSAIs() []Snssai

GetAllowedNSSAIs returns the AllowedNSSAIs field value if set, zero value otherwise.

func (*ManagedNFProfile) GetAllowedNSSAIsOk ¶

func (o *ManagedNFProfile) GetAllowedNSSAIsOk() ([]Snssai, bool)

GetAllowedNSSAIsOk returns a tuple with the AllowedNSSAIs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedNFProfile) GetAllowedNfDomains ¶

func (o *ManagedNFProfile) GetAllowedNfDomains() []string

GetAllowedNfDomains returns the AllowedNfDomains field value if set, zero value otherwise.

func (*ManagedNFProfile) GetAllowedNfDomainsOk ¶

func (o *ManagedNFProfile) GetAllowedNfDomainsOk() ([]string, bool)

GetAllowedNfDomainsOk returns a tuple with the AllowedNfDomains field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedNFProfile) GetAllowedNfTypes ¶

func (o *ManagedNFProfile) GetAllowedNfTypes() []NFType

GetAllowedNfTypes returns the AllowedNfTypes field value if set, zero value otherwise.

func (*ManagedNFProfile) GetAllowedNfTypesOk ¶

func (o *ManagedNFProfile) GetAllowedNfTypesOk() ([]NFType, bool)

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 (*ManagedNFProfile) GetAllowedPLMNs ¶

func (o *ManagedNFProfile) GetAllowedPLMNs() []PlmnId

GetAllowedPLMNs returns the AllowedPLMNs field value if set, zero value otherwise.

func (*ManagedNFProfile) GetAllowedPLMNsOk ¶

func (o *ManagedNFProfile) GetAllowedPLMNsOk() ([]PlmnId, bool)

GetAllowedPLMNsOk returns a tuple with the AllowedPLMNs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedNFProfile) GetAllowedSNPNs ¶

func (o *ManagedNFProfile) GetAllowedSNPNs() []SnpnInfo

GetAllowedSNPNs returns the AllowedSNPNs field value if set, zero value otherwise.

func (*ManagedNFProfile) GetAllowedSNPNsOk ¶

func (o *ManagedNFProfile) GetAllowedSNPNsOk() ([]SnpnInfo, bool)

GetAllowedSNPNsOk returns a tuple with the AllowedSNPNs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedNFProfile) GetAuthzInfo ¶

func (o *ManagedNFProfile) GetAuthzInfo() string

GetAuthzInfo returns the AuthzInfo field value if set, zero value otherwise.

func (*ManagedNFProfile) GetAuthzInfoOk ¶

func (o *ManagedNFProfile) GetAuthzInfoOk() (*string, bool)

GetAuthzInfoOk returns a tuple with the AuthzInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedNFProfile) GetCapacity ¶

func (o *ManagedNFProfile) GetCapacity() int32

GetCapacity returns the Capacity field value if set, zero value otherwise.

func (*ManagedNFProfile) GetCapacityOk ¶

func (o *ManagedNFProfile) GetCapacityOk() (*int32, bool)

GetCapacityOk returns a tuple with the Capacity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedNFProfile) GetHeartbeatTimer ¶

func (o *ManagedNFProfile) GetHeartbeatTimer() int32

GetHeartbeatTimer returns the HeartbeatTimer field value if set, zero value otherwise.

func (*ManagedNFProfile) GetHeartbeatTimerOk ¶

func (o *ManagedNFProfile) GetHeartbeatTimerOk() (*int32, bool)

GetHeartbeatTimerOk returns a tuple with the HeartbeatTimer field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedNFProfile) GetHostAddr ¶

func (o *ManagedNFProfile) GetHostAddr() HostAddr

GetHostAddr returns the HostAddr field value if set, zero value otherwise.

func (*ManagedNFProfile) GetHostAddrOk ¶

func (o *ManagedNFProfile) GetHostAddrOk() (*HostAddr, bool)

GetHostAddrOk returns a tuple with the HostAddr field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedNFProfile) GetLcHSupportInd ¶

func (o *ManagedNFProfile) GetLcHSupportInd() bool

GetLcHSupportInd returns the LcHSupportInd field value if set, zero value otherwise.

func (*ManagedNFProfile) GetLcHSupportIndOk ¶

func (o *ManagedNFProfile) GetLcHSupportIndOk() (*bool, bool)

GetLcHSupportIndOk returns a tuple with the LcHSupportInd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedNFProfile) GetLocality ¶

func (o *ManagedNFProfile) GetLocality() string

GetLocality returns the Locality field value if set, zero value otherwise.

func (*ManagedNFProfile) GetLocalityOk ¶

func (o *ManagedNFProfile) GetLocalityOk() (*string, bool)

GetLocalityOk returns a tuple with the Locality field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedNFProfile) GetNfInstanceID ¶

func (o *ManagedNFProfile) GetNfInstanceID() string

GetNfInstanceID returns the NfInstanceID field value if set, zero value otherwise.

func (*ManagedNFProfile) GetNfInstanceIDOk ¶

func (o *ManagedNFProfile) GetNfInstanceIDOk() (*string, bool)

GetNfInstanceIDOk returns a tuple with the NfInstanceID field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedNFProfile) GetNfSetIdList ¶

func (o *ManagedNFProfile) GetNfSetIdList() []string

GetNfSetIdList returns the NfSetIdList field value if set, zero value otherwise.

func (*ManagedNFProfile) GetNfSetIdListOk ¶

func (o *ManagedNFProfile) GetNfSetIdListOk() ([]string, bool)

GetNfSetIdListOk returns a tuple with the NfSetIdList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedNFProfile) GetNfSetRecoveryTimeList ¶

func (o *ManagedNFProfile) GetNfSetRecoveryTimeList() []time.Time

GetNfSetRecoveryTimeList returns the NfSetRecoveryTimeList field value if set, zero value otherwise.

func (*ManagedNFProfile) GetNfSetRecoveryTimeListOk ¶

func (o *ManagedNFProfile) GetNfSetRecoveryTimeListOk() ([]time.Time, bool)

GetNfSetRecoveryTimeListOk returns a tuple with the NfSetRecoveryTimeList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedNFProfile) GetNfType ¶

func (o *ManagedNFProfile) GetNfType() NFType

GetNfType returns the NfType field value if set, zero value otherwise.

func (*ManagedNFProfile) GetNfTypeOk ¶

func (o *ManagedNFProfile) GetNfTypeOk() (*NFType, bool)

GetNfTypeOk returns a tuple with the NfType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedNFProfile) GetOlcHSupportInd ¶

func (o *ManagedNFProfile) GetOlcHSupportInd() bool

GetOlcHSupportInd returns the OlcHSupportInd field value if set, zero value otherwise.

func (*ManagedNFProfile) GetOlcHSupportIndOk ¶

func (o *ManagedNFProfile) GetOlcHSupportIndOk() (*bool, bool)

GetOlcHSupportIndOk returns a tuple with the OlcHSupportInd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedNFProfile) GetScpDomains ¶

func (o *ManagedNFProfile) GetScpDomains() []string

GetScpDomains returns the ScpDomains field value if set, zero value otherwise.

func (*ManagedNFProfile) GetScpDomainsOk ¶

func (o *ManagedNFProfile) GetScpDomainsOk() ([]string, bool)

GetScpDomainsOk returns a tuple with the ScpDomains field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedNFProfile) GetServingScope ¶

func (o *ManagedNFProfile) GetServingScope() []string

GetServingScope returns the ServingScope field value if set, zero value otherwise.

func (*ManagedNFProfile) GetServingScopeOk ¶

func (o *ManagedNFProfile) GetServingScopeOk() ([]string, bool)

GetServingScopeOk returns a tuple with the ServingScope field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedNFProfile) GetVendorId ¶

func (o *ManagedNFProfile) GetVendorId() string

GetVendorId returns the VendorId field value if set, zero value otherwise.

func (*ManagedNFProfile) GetVendorIdOk ¶

func (o *ManagedNFProfile) GetVendorIdOk() (*string, bool)

GetVendorIdOk returns a tuple with the VendorId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedNFProfile) HasAllowedNSSAIs ¶

func (o *ManagedNFProfile) HasAllowedNSSAIs() bool

HasAllowedNSSAIs returns a boolean if a field has been set.

func (*ManagedNFProfile) HasAllowedNfDomains ¶

func (o *ManagedNFProfile) HasAllowedNfDomains() bool

HasAllowedNfDomains returns a boolean if a field has been set.

func (*ManagedNFProfile) HasAllowedNfTypes ¶

func (o *ManagedNFProfile) HasAllowedNfTypes() bool

HasAllowedNfTypes returns a boolean if a field has been set.

func (*ManagedNFProfile) HasAllowedPLMNs ¶

func (o *ManagedNFProfile) HasAllowedPLMNs() bool

HasAllowedPLMNs returns a boolean if a field has been set.

func (*ManagedNFProfile) HasAllowedSNPNs ¶

func (o *ManagedNFProfile) HasAllowedSNPNs() bool

HasAllowedSNPNs returns a boolean if a field has been set.

func (*ManagedNFProfile) HasAuthzInfo ¶

func (o *ManagedNFProfile) HasAuthzInfo() bool

HasAuthzInfo returns a boolean if a field has been set.

func (*ManagedNFProfile) HasCapacity ¶

func (o *ManagedNFProfile) HasCapacity() bool

HasCapacity returns a boolean if a field has been set.

func (*ManagedNFProfile) HasHeartbeatTimer ¶

func (o *ManagedNFProfile) HasHeartbeatTimer() bool

HasHeartbeatTimer returns a boolean if a field has been set.

func (*ManagedNFProfile) HasHostAddr ¶

func (o *ManagedNFProfile) HasHostAddr() bool

HasHostAddr returns a boolean if a field has been set.

func (*ManagedNFProfile) HasLcHSupportInd ¶

func (o *ManagedNFProfile) HasLcHSupportInd() bool

HasLcHSupportInd returns a boolean if a field has been set.

func (*ManagedNFProfile) HasLocality ¶

func (o *ManagedNFProfile) HasLocality() bool

HasLocality returns a boolean if a field has been set.

func (*ManagedNFProfile) HasNfInstanceID ¶

func (o *ManagedNFProfile) HasNfInstanceID() bool

HasNfInstanceID returns a boolean if a field has been set.

func (*ManagedNFProfile) HasNfSetIdList ¶

func (o *ManagedNFProfile) HasNfSetIdList() bool

HasNfSetIdList returns a boolean if a field has been set.

func (*ManagedNFProfile) HasNfSetRecoveryTimeList ¶

func (o *ManagedNFProfile) HasNfSetRecoveryTimeList() bool

HasNfSetRecoveryTimeList returns a boolean if a field has been set.

func (*ManagedNFProfile) HasNfType ¶

func (o *ManagedNFProfile) HasNfType() bool

HasNfType returns a boolean if a field has been set.

func (*ManagedNFProfile) HasOlcHSupportInd ¶

func (o *ManagedNFProfile) HasOlcHSupportInd() bool

HasOlcHSupportInd returns a boolean if a field has been set.

func (*ManagedNFProfile) HasScpDomains ¶

func (o *ManagedNFProfile) HasScpDomains() bool

HasScpDomains returns a boolean if a field has been set.

func (*ManagedNFProfile) HasServingScope ¶

func (o *ManagedNFProfile) HasServingScope() bool

HasServingScope returns a boolean if a field has been set.

func (*ManagedNFProfile) HasVendorId ¶

func (o *ManagedNFProfile) HasVendorId() bool

HasVendorId returns a boolean if a field has been set.

func (ManagedNFProfile) MarshalJSON ¶

func (o ManagedNFProfile) MarshalJSON() ([]byte, error)

func (*ManagedNFProfile) SetAllowedNSSAIs ¶

func (o *ManagedNFProfile) SetAllowedNSSAIs(v []Snssai)

SetAllowedNSSAIs gets a reference to the given []Snssai and assigns it to the AllowedNSSAIs field.

func (*ManagedNFProfile) SetAllowedNfDomains ¶

func (o *ManagedNFProfile) SetAllowedNfDomains(v []string)

SetAllowedNfDomains gets a reference to the given []string and assigns it to the AllowedNfDomains field.

func (*ManagedNFProfile) SetAllowedNfTypes ¶

func (o *ManagedNFProfile) SetAllowedNfTypes(v []NFType)

SetAllowedNfTypes gets a reference to the given []NFType and assigns it to the AllowedNfTypes field.

func (*ManagedNFProfile) SetAllowedPLMNs ¶

func (o *ManagedNFProfile) SetAllowedPLMNs(v []PlmnId)

SetAllowedPLMNs gets a reference to the given []PlmnId and assigns it to the AllowedPLMNs field.

func (*ManagedNFProfile) SetAllowedSNPNs ¶

func (o *ManagedNFProfile) SetAllowedSNPNs(v []SnpnInfo)

SetAllowedSNPNs gets a reference to the given []SnpnInfo and assigns it to the AllowedSNPNs field.

func (*ManagedNFProfile) SetAuthzInfo ¶

func (o *ManagedNFProfile) SetAuthzInfo(v string)

SetAuthzInfo gets a reference to the given string and assigns it to the AuthzInfo field.

func (*ManagedNFProfile) SetCapacity ¶

func (o *ManagedNFProfile) SetCapacity(v int32)

SetCapacity gets a reference to the given int32 and assigns it to the Capacity field.

func (*ManagedNFProfile) SetHeartbeatTimer ¶

func (o *ManagedNFProfile) SetHeartbeatTimer(v int32)

SetHeartbeatTimer gets a reference to the given int32 and assigns it to the HeartbeatTimer field.

func (*ManagedNFProfile) SetHostAddr ¶

func (o *ManagedNFProfile) SetHostAddr(v HostAddr)

SetHostAddr gets a reference to the given HostAddr and assigns it to the HostAddr field.

func (*ManagedNFProfile) SetLcHSupportInd ¶

func (o *ManagedNFProfile) SetLcHSupportInd(v bool)

SetLcHSupportInd gets a reference to the given bool and assigns it to the LcHSupportInd field.

func (*ManagedNFProfile) SetLocality ¶

func (o *ManagedNFProfile) SetLocality(v string)

SetLocality gets a reference to the given string and assigns it to the Locality field.

func (*ManagedNFProfile) SetNfInstanceID ¶

func (o *ManagedNFProfile) SetNfInstanceID(v string)

SetNfInstanceID gets a reference to the given string and assigns it to the NfInstanceID field.

func (*ManagedNFProfile) SetNfSetIdList ¶

func (o *ManagedNFProfile) SetNfSetIdList(v []string)

SetNfSetIdList gets a reference to the given []string and assigns it to the NfSetIdList field.

func (*ManagedNFProfile) SetNfSetRecoveryTimeList ¶

func (o *ManagedNFProfile) SetNfSetRecoveryTimeList(v []time.Time)

SetNfSetRecoveryTimeList gets a reference to the given []time.Time and assigns it to the NfSetRecoveryTimeList field.

func (*ManagedNFProfile) SetNfType ¶

func (o *ManagedNFProfile) SetNfType(v NFType)

SetNfType gets a reference to the given NFType and assigns it to the NfType field.

func (*ManagedNFProfile) SetOlcHSupportInd ¶

func (o *ManagedNFProfile) SetOlcHSupportInd(v bool)

SetOlcHSupportInd gets a reference to the given bool and assigns it to the OlcHSupportInd field.

func (*ManagedNFProfile) SetScpDomains ¶

func (o *ManagedNFProfile) SetScpDomains(v []string)

SetScpDomains gets a reference to the given []string and assigns it to the ScpDomains field.

func (*ManagedNFProfile) SetServingScope ¶

func (o *ManagedNFProfile) SetServingScope(v []string)

SetServingScope gets a reference to the given []string and assigns it to the ServingScope field.

func (*ManagedNFProfile) SetVendorId ¶

func (o *ManagedNFProfile) SetVendorId(v string)

SetVendorId gets a reference to the given string and assigns it to the VendorId field.

func (ManagedNFProfile) ToMap ¶

func (o ManagedNFProfile) 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 ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*ManagedNFServiceSingle) GetAttributesOk ¶

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 ¶

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 ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*ManagedNFServiceSingleAllOf) GetAttributesOk ¶

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 ¶

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          []Operation1         `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 ¶

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 ¶

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 ¶

GetOperations returns the Operations field value if set, zero value otherwise.

func (*ManagedNFServiceSingleAllOfAttributes) GetOperationsOk ¶

func (o *ManagedNFServiceSingleAllOfAttributes) GetOperationsOk() ([]Operation1, 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 ¶

GetSAP returns the SAP field value if set, zero value otherwise.

func (*ManagedNFServiceSingleAllOfAttributes) GetSAPOk ¶

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 ¶

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 ¶

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 ¶

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 ¶

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 []Operation1)

SetOperations gets a reference to the given []Operation1 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 ¶

SetSAP gets a reference to the given SAP and assigns it to the SAP field.

func (*ManagedNFServiceSingleAllOfAttributes) SetUsageState ¶

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 ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*ManagementDataCollectionSingle) GetAttributesOk ¶

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 ¶

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 ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*ManagementDataCollectionSingleAllOf) GetAttributesOk ¶

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 ¶

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 *TimeWindow1    `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() TimeWindow1

GetCollectionTimeWindow returns the CollectionTimeWindow field value if set, zero value otherwise.

func (*ManagementDataCollectionSingleAllOfAttributes) GetCollectionTimeWindowOk ¶

func (o *ManagementDataCollectionSingleAllOfAttributes) GetCollectionTimeWindowOk() (*TimeWindow1, 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 ¶

GetDataScope returns the DataScope field value if set, zero value otherwise.

func (*ManagementDataCollectionSingleAllOfAttributes) GetDataScopeOk ¶

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 ¶

GetManagementData returns the ManagementData field value if set, zero value otherwise.

func (*ManagementDataCollectionSingleAllOfAttributes) GetManagementDataOk ¶

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 ¶

GetReportingCtrl returns the ReportingCtrl field value if set, zero value otherwise.

func (*ManagementDataCollectionSingleAllOfAttributes) GetReportingCtrlOk ¶

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 ¶

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 ¶

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 ¶

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 (*ManagementDataCollectionSingleAllOfAttributes) SetCollectionTimeWindow ¶

func (o *ManagementDataCollectionSingleAllOfAttributes) SetCollectionTimeWindow(v TimeWindow1)

SetCollectionTimeWindow gets a reference to the given TimeWindow1 and assigns it to the CollectionTimeWindow field.

func (*ManagementDataCollectionSingleAllOfAttributes) SetDataScope ¶

SetDataScope gets a reference to the given string and assigns it to the DataScope field.

func (*ManagementDataCollectionSingleAllOfAttributes) SetManagementData ¶

SetManagementData gets a reference to the given ManagementData and assigns it to the ManagementData field.

func (*ManagementDataCollectionSingleAllOfAttributes) SetReportingCtrl ¶

SetReportingCtrl gets a reference to the given ReportingCtrl and assigns it to the ReportingCtrl field.

func (*ManagementDataCollectionSingleAllOfAttributes) SetTargetNodeFilter ¶

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 ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*ManagementNodeSingle) GetAttributesOk ¶

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 ¶

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 ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*ManagementNodeSingleAllOf) GetAttributesOk ¶

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 ¶

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 MappedNullable interface {
	ToMap() (map[string]interface{}, error)
}

type MappingSetIDBackhaulAddress ¶

type MappingSetIDBackhaulAddress struct {
	SetID           *int32           `json:"setID,omitempty"`
	BackhaulAddress *BackhaulAddress `json:"backhaulAddress,omitempty"`
}

MappingSetIDBackhaulAddress struct for MappingSetIDBackhaulAddress

func NewMappingSetIDBackhaulAddress ¶

func NewMappingSetIDBackhaulAddress() *MappingSetIDBackhaulAddress

NewMappingSetIDBackhaulAddress instantiates a new MappingSetIDBackhaulAddress object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewMappingSetIDBackhaulAddressWithDefaults ¶

func NewMappingSetIDBackhaulAddressWithDefaults() *MappingSetIDBackhaulAddress

NewMappingSetIDBackhaulAddressWithDefaults instantiates a new MappingSetIDBackhaulAddress object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*MappingSetIDBackhaulAddress) GetBackhaulAddress ¶

func (o *MappingSetIDBackhaulAddress) GetBackhaulAddress() BackhaulAddress

GetBackhaulAddress returns the BackhaulAddress field value if set, zero value otherwise.

func (*MappingSetIDBackhaulAddress) GetBackhaulAddressOk ¶

func (o *MappingSetIDBackhaulAddress) GetBackhaulAddressOk() (*BackhaulAddress, bool)

GetBackhaulAddressOk returns a tuple with the BackhaulAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MappingSetIDBackhaulAddress) GetSetID ¶

func (o *MappingSetIDBackhaulAddress) GetSetID() int32

GetSetID returns the SetID field value if set, zero value otherwise.

func (*MappingSetIDBackhaulAddress) GetSetIDOk ¶

func (o *MappingSetIDBackhaulAddress) GetSetIDOk() (*int32, bool)

GetSetIDOk returns a tuple with the SetID field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MappingSetIDBackhaulAddress) HasBackhaulAddress ¶

func (o *MappingSetIDBackhaulAddress) HasBackhaulAddress() bool

HasBackhaulAddress returns a boolean if a field has been set.

func (*MappingSetIDBackhaulAddress) HasSetID ¶

func (o *MappingSetIDBackhaulAddress) HasSetID() bool

HasSetID returns a boolean if a field has been set.

func (MappingSetIDBackhaulAddress) MarshalJSON ¶

func (o MappingSetIDBackhaulAddress) MarshalJSON() ([]byte, error)

func (*MappingSetIDBackhaulAddress) SetBackhaulAddress ¶

func (o *MappingSetIDBackhaulAddress) SetBackhaulAddress(v BackhaulAddress)

SetBackhaulAddress gets a reference to the given BackhaulAddress and assigns it to the BackhaulAddress field.

func (*MappingSetIDBackhaulAddress) SetSetID ¶

func (o *MappingSetIDBackhaulAddress) SetSetID(v int32)

SetSetID gets a reference to the given int32 and assigns it to the SetID field.

func (MappingSetIDBackhaulAddress) ToMap ¶

func (o MappingSetIDBackhaulAddress) ToMap() (map[string]interface{}, error)

type MaxNumberofPDUSessions ¶

type MaxNumberofPDUSessions struct {
	ServAttrCom     *ServAttrCom `json:"servAttrCom,omitempty"`
	NOofPDUSessions *int32       `json:"nOofPDUSessions,omitempty"`
}

MaxNumberofPDUSessions struct for MaxNumberofPDUSessions

func NewMaxNumberofPDUSessions ¶

func NewMaxNumberofPDUSessions() *MaxNumberofPDUSessions

NewMaxNumberofPDUSessions instantiates a new MaxNumberofPDUSessions object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewMaxNumberofPDUSessionsWithDefaults ¶

func NewMaxNumberofPDUSessionsWithDefaults() *MaxNumberofPDUSessions

NewMaxNumberofPDUSessionsWithDefaults instantiates a new MaxNumberofPDUSessions object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*MaxNumberofPDUSessions) GetNOofPDUSessions ¶

func (o *MaxNumberofPDUSessions) GetNOofPDUSessions() int32

GetNOofPDUSessions returns the NOofPDUSessions field value if set, zero value otherwise.

func (*MaxNumberofPDUSessions) GetNOofPDUSessionsOk ¶

func (o *MaxNumberofPDUSessions) GetNOofPDUSessionsOk() (*int32, bool)

GetNOofPDUSessionsOk returns a tuple with the NOofPDUSessions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MaxNumberofPDUSessions) GetServAttrCom ¶

func (o *MaxNumberofPDUSessions) GetServAttrCom() ServAttrCom

GetServAttrCom returns the ServAttrCom field value if set, zero value otherwise.

func (*MaxNumberofPDUSessions) GetServAttrComOk ¶

func (o *MaxNumberofPDUSessions) GetServAttrComOk() (*ServAttrCom, bool)

GetServAttrComOk returns a tuple with the ServAttrCom field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MaxNumberofPDUSessions) HasNOofPDUSessions ¶

func (o *MaxNumberofPDUSessions) HasNOofPDUSessions() bool

HasNOofPDUSessions returns a boolean if a field has been set.

func (*MaxNumberofPDUSessions) HasServAttrCom ¶

func (o *MaxNumberofPDUSessions) HasServAttrCom() bool

HasServAttrCom returns a boolean if a field has been set.

func (MaxNumberofPDUSessions) MarshalJSON ¶

func (o MaxNumberofPDUSessions) MarshalJSON() ([]byte, error)

func (*MaxNumberofPDUSessions) SetNOofPDUSessions ¶

func (o *MaxNumberofPDUSessions) SetNOofPDUSessions(v int32)

SetNOofPDUSessions gets a reference to the given int32 and assigns it to the NOofPDUSessions field.

func (*MaxNumberofPDUSessions) SetServAttrCom ¶

func (o *MaxNumberofPDUSessions) SetServAttrCom(v ServAttrCom)

SetServAttrCom gets a reference to the given ServAttrCom and assigns it to the ServAttrCom field.

func (MaxNumberofPDUSessions) ToMap ¶

func (o MaxNumberofPDUSessions) ToMap() (map[string]interface{}, error)

type MaxNumberofUEsTarget ¶

type MaxNumberofUEsTarget struct {
	TargetAttribute  *string `json:"targetAttribute,omitempty"`
	TargetCondition  *string `json:"targetCondition,omitempty"`
	TargetValueRange *int32  `json:"targetValueRange,omitempty"`
}

MaxNumberofUEsTarget This data type is the \"ExpectationTarget\" data type with specialisations for MaxNumberofUEsTarget

func NewMaxNumberofUEsTarget ¶

func NewMaxNumberofUEsTarget() *MaxNumberofUEsTarget

NewMaxNumberofUEsTarget instantiates a new MaxNumberofUEsTarget object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewMaxNumberofUEsTargetWithDefaults ¶

func NewMaxNumberofUEsTargetWithDefaults() *MaxNumberofUEsTarget

NewMaxNumberofUEsTargetWithDefaults instantiates a new MaxNumberofUEsTarget object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*MaxNumberofUEsTarget) GetTargetAttribute ¶

func (o *MaxNumberofUEsTarget) GetTargetAttribute() string

GetTargetAttribute returns the TargetAttribute field value if set, zero value otherwise.

func (*MaxNumberofUEsTarget) GetTargetAttributeOk ¶

func (o *MaxNumberofUEsTarget) GetTargetAttributeOk() (*string, bool)

GetTargetAttributeOk returns a tuple with the TargetAttribute field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MaxNumberofUEsTarget) GetTargetCondition ¶

func (o *MaxNumberofUEsTarget) GetTargetCondition() string

GetTargetCondition returns the TargetCondition field value if set, zero value otherwise.

func (*MaxNumberofUEsTarget) GetTargetConditionOk ¶

func (o *MaxNumberofUEsTarget) GetTargetConditionOk() (*string, bool)

GetTargetConditionOk returns a tuple with the TargetCondition field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MaxNumberofUEsTarget) GetTargetValueRange ¶

func (o *MaxNumberofUEsTarget) GetTargetValueRange() int32

GetTargetValueRange returns the TargetValueRange field value if set, zero value otherwise.

func (*MaxNumberofUEsTarget) GetTargetValueRangeOk ¶

func (o *MaxNumberofUEsTarget) GetTargetValueRangeOk() (*int32, bool)

GetTargetValueRangeOk returns a tuple with the TargetValueRange field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MaxNumberofUEsTarget) HasTargetAttribute ¶

func (o *MaxNumberofUEsTarget) HasTargetAttribute() bool

HasTargetAttribute returns a boolean if a field has been set.

func (*MaxNumberofUEsTarget) HasTargetCondition ¶

func (o *MaxNumberofUEsTarget) HasTargetCondition() bool

HasTargetCondition returns a boolean if a field has been set.

func (*MaxNumberofUEsTarget) HasTargetValueRange ¶

func (o *MaxNumberofUEsTarget) HasTargetValueRange() bool

HasTargetValueRange returns a boolean if a field has been set.

func (MaxNumberofUEsTarget) MarshalJSON ¶

func (o MaxNumberofUEsTarget) MarshalJSON() ([]byte, error)

func (*MaxNumberofUEsTarget) SetTargetAttribute ¶

func (o *MaxNumberofUEsTarget) SetTargetAttribute(v string)

SetTargetAttribute gets a reference to the given string and assigns it to the TargetAttribute field.

func (*MaxNumberofUEsTarget) SetTargetCondition ¶

func (o *MaxNumberofUEsTarget) SetTargetCondition(v string)

SetTargetCondition gets a reference to the given string and assigns it to the TargetCondition field.

func (*MaxNumberofUEsTarget) SetTargetValueRange ¶

func (o *MaxNumberofUEsTarget) SetTargetValueRange(v int32)

SetTargetValueRange gets a reference to the given int32 and assigns it to the TargetValueRange field.

func (MaxNumberofUEsTarget) ToMap ¶

func (o MaxNumberofUEsTarget) ToMap() (map[string]interface{}, error)

type MaxPktSize ¶

type MaxPktSize struct {
	ServAttrCom *ServAttrCom `json:"servAttrCom,omitempty"`
	Maxsize     *int32       `json:"maxsize,omitempty"`
}

MaxPktSize struct for MaxPktSize

func NewMaxPktSize ¶

func NewMaxPktSize() *MaxPktSize

NewMaxPktSize instantiates a new MaxPktSize object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewMaxPktSizeWithDefaults ¶

func NewMaxPktSizeWithDefaults() *MaxPktSize

NewMaxPktSizeWithDefaults instantiates a new MaxPktSize object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*MaxPktSize) GetMaxsize ¶

func (o *MaxPktSize) GetMaxsize() int32

GetMaxsize returns the Maxsize field value if set, zero value otherwise.

func (*MaxPktSize) GetMaxsizeOk ¶

func (o *MaxPktSize) GetMaxsizeOk() (*int32, bool)

GetMaxsizeOk returns a tuple with the Maxsize field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MaxPktSize) GetServAttrCom ¶

func (o *MaxPktSize) GetServAttrCom() ServAttrCom

GetServAttrCom returns the ServAttrCom field value if set, zero value otherwise.

func (*MaxPktSize) GetServAttrComOk ¶

func (o *MaxPktSize) GetServAttrComOk() (*ServAttrCom, bool)

GetServAttrComOk returns a tuple with the ServAttrCom field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MaxPktSize) HasMaxsize ¶

func (o *MaxPktSize) HasMaxsize() bool

HasMaxsize returns a boolean if a field has been set.

func (*MaxPktSize) HasServAttrCom ¶

func (o *MaxPktSize) HasServAttrCom() bool

HasServAttrCom returns a boolean if a field has been set.

func (MaxPktSize) MarshalJSON ¶

func (o MaxPktSize) MarshalJSON() ([]byte, error)

func (*MaxPktSize) SetMaxsize ¶

func (o *MaxPktSize) SetMaxsize(v int32)

SetMaxsize gets a reference to the given int32 and assigns it to the Maxsize field.

func (*MaxPktSize) SetServAttrCom ¶

func (o *MaxPktSize) SetServAttrCom(v ServAttrCom)

SetServAttrCom gets a reference to the given ServAttrCom and assigns it to the ServAttrCom field.

func (MaxPktSize) ToMap ¶

func (o MaxPktSize) ToMap() (map[string]interface{}, error)

type MbsfnArea ¶

type MbsfnArea struct {
	MbsfnAreaId *int32 `json:"mbsfnAreaId,omitempty"`
	Earfcn      *int32 `json:"earfcn,omitempty"`
}

MbsfnArea struct for MbsfnArea

func NewMbsfnArea ¶

func NewMbsfnArea() *MbsfnArea

NewMbsfnArea instantiates a new MbsfnArea object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewMbsfnAreaWithDefaults ¶

func NewMbsfnAreaWithDefaults() *MbsfnArea

NewMbsfnAreaWithDefaults instantiates a new MbsfnArea object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*MbsfnArea) GetEarfcn ¶

func (o *MbsfnArea) GetEarfcn() int32

GetEarfcn returns the Earfcn field value if set, zero value otherwise.

func (*MbsfnArea) GetEarfcnOk ¶

func (o *MbsfnArea) GetEarfcnOk() (*int32, bool)

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 ¶

func (o *MbsfnArea) GetMbsfnAreaId() int32

GetMbsfnAreaId returns the MbsfnAreaId field value if set, zero value otherwise.

func (*MbsfnArea) GetMbsfnAreaIdOk ¶

func (o *MbsfnArea) GetMbsfnAreaIdOk() (*int32, bool)

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) HasEarfcn ¶

func (o *MbsfnArea) HasEarfcn() bool

HasEarfcn returns a boolean if a field has been set.

func (*MbsfnArea) HasMbsfnAreaId ¶

func (o *MbsfnArea) HasMbsfnAreaId() bool

HasMbsfnAreaId returns a boolean if a field has been set.

func (MbsfnArea) MarshalJSON ¶

func (o MbsfnArea) MarshalJSON() ([]byte, error)

func (*MbsfnArea) SetEarfcn ¶

func (o *MbsfnArea) SetEarfcn(v int32)

SetEarfcn gets a reference to the given int32 and assigns it to the Earfcn field.

func (*MbsfnArea) SetMbsfnAreaId ¶

func (o *MbsfnArea) SetMbsfnAreaId(v int32)

SetMbsfnAreaId gets a reference to the given int32 and assigns it to the MbsfnAreaId field.

func (MbsfnArea) ToMap ¶

func (o MbsfnArea) ToMap() (map[string]interface{}, error)

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 ¶

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 ¶

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 ¶

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 ¶

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 ¶

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 ¶

Ptr returns reference to measurementQuantity-Type value

func (*MeasurementQuantityType) UnmarshalJSON ¶

func (v *MeasurementQuantityType) UnmarshalJSON(src []byte) error

type MnS ¶

type MnS struct {
	MnSOneOf  *MnSOneOf
	MnSOneOf1 *MnSOneOf1
}

MnS - struct for MnS

func MnSOneOf1AsMnS ¶

func MnSOneOf1AsMnS(v *MnSOneOf1) MnS

MnSOneOf1AsMnS is a convenience function that returns MnSOneOf1 wrapped in MnS

func MnSOneOfAsMnS ¶

func MnSOneOfAsMnS(v *MnSOneOf) MnS

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 ¶

func (src MnS) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*MnS) UnmarshalJSON ¶

func (dst *MnS) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type MnS1 ¶

type MnS1 struct {
	MnSOneOf *MnSOneOf
}

MnS1 - struct for MnS1

func MnSOneOfAsMnS1 ¶

func MnSOneOfAsMnS1(v *MnSOneOf) MnS1

MnSOneOfAsMnS1 is a convenience function that returns MnSOneOf wrapped in MnS1

func (*MnS1) GetActualInstance ¶

func (obj *MnS1) GetActualInstance() interface{}

Get the actual instance

func (MnS1) MarshalJSON ¶

func (src MnS1) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*MnS1) UnmarshalJSON ¶

func (dst *MnS1) UnmarshalJSON(data []byte) error

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 ¶

func (o *MnSOneOf) HasSubNetwork() bool

HasSubNetwork returns a boolean if a field has been set.

func (MnSOneOf) MarshalJSON ¶

func (o MnSOneOf) MarshalJSON() ([]byte, error)

func (*MnSOneOf) SetSubNetwork ¶

func (o *MnSOneOf) SetSubNetwork(v []SubNetworkSingle)

SetSubNetwork gets a reference to the given []SubNetworkSingle and assigns it to the SubNetwork field.

func (MnSOneOf) ToMap ¶

func (o MnSOneOf) ToMap() (map[string]interface{}, error)

type MnSOneOf1 ¶

type MnSOneOf1 struct {
	ManagedElement []ManagedElementSingle `json:"ManagedElement,omitempty"`
}

MnSOneOf1 struct for MnSOneOf1

func NewMnSOneOf1 ¶

func NewMnSOneOf1() *MnSOneOf1

NewMnSOneOf1 instantiates a new MnSOneOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewMnSOneOf1WithDefaults ¶

func NewMnSOneOf1WithDefaults() *MnSOneOf1

NewMnSOneOf1WithDefaults instantiates a new MnSOneOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*MnSOneOf1) GetManagedElement ¶

func (o *MnSOneOf1) GetManagedElement() []ManagedElementSingle

GetManagedElement returns the ManagedElement field value if set, zero value otherwise.

func (*MnSOneOf1) GetManagedElementOk ¶

func (o *MnSOneOf1) GetManagedElementOk() ([]ManagedElementSingle, bool)

GetManagedElementOk returns a tuple with the ManagedElement field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MnSOneOf1) HasManagedElement ¶

func (o *MnSOneOf1) HasManagedElement() bool

HasManagedElement returns a boolean if a field has been set.

func (MnSOneOf1) MarshalJSON ¶

func (o MnSOneOf1) MarshalJSON() ([]byte, error)

func (*MnSOneOf1) SetManagedElement ¶

func (o *MnSOneOf1) SetManagedElement(v []ManagedElementSingle)

SetManagedElement gets a reference to the given []ManagedElementSingle and assigns it to the ManagedElement field.

func (MnSOneOf1) ToMap ¶

func (o MnSOneOf1) ToMap() (map[string]interface{}, error)

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 ¶

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 ¶

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 MobilityLevel ¶

type MobilityLevel string

MobilityLevel the model 'MobilityLevel'

const (
	STATIONARY          MobilityLevel = "STATIONARY"
	NOMADIC             MobilityLevel = "NOMADIC"
	RESTRICTED_MOBILITY MobilityLevel = "RESTRICTED MOBILITY"
	FULLY_MOBILITY      MobilityLevel = "FULLY MOBILITY"
)

List of MobilityLevel

func NewMobilityLevelFromValue ¶

func NewMobilityLevelFromValue(v string) (*MobilityLevel, error)

NewMobilityLevelFromValue returns a pointer to a valid MobilityLevel for the value passed as argument, or an error if the value passed is not allowed by the enum

func (MobilityLevel) IsValid ¶

func (v MobilityLevel) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (MobilityLevel) Ptr ¶

func (v MobilityLevel) Ptr() *MobilityLevel

Ptr returns reference to MobilityLevel value

func (*MobilityLevel) UnmarshalJSON ¶

func (v *MobilityLevel) UnmarshalJSON(src []byte) error

type Model5GCNfConnEcmInfo ¶

type Model5GCNfConnEcmInfo struct {
	Var5GCNFType      *string `json:"5GCNFType,omitempty"`
	Var5GCNFIpAddress *string `json:"5GCNFIpAddress,omitempty"`
	Var5GCNFRef       *string `json:"5GCNFRef,omitempty"`
}

Model5GCNfConnEcmInfo Store the 5GC NF connection information

func NewModel5GCNfConnEcmInfo ¶

func NewModel5GCNfConnEcmInfo() *Model5GCNfConnEcmInfo

NewModel5GCNfConnEcmInfo instantiates a new Model5GCNfConnEcmInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModel5GCNfConnEcmInfoWithDefaults ¶

func NewModel5GCNfConnEcmInfoWithDefaults() *Model5GCNfConnEcmInfo

NewModel5GCNfConnEcmInfoWithDefaults instantiates a new Model5GCNfConnEcmInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Model5GCNfConnEcmInfo) GetVar5GCNFIpAddress ¶

func (o *Model5GCNfConnEcmInfo) GetVar5GCNFIpAddress() string

GetVar5GCNFIpAddress returns the Var5GCNFIpAddress field value if set, zero value otherwise.

func (*Model5GCNfConnEcmInfo) GetVar5GCNFIpAddressOk ¶

func (o *Model5GCNfConnEcmInfo) GetVar5GCNFIpAddressOk() (*string, bool)

GetVar5GCNFIpAddressOk returns a tuple with the Var5GCNFIpAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Model5GCNfConnEcmInfo) GetVar5GCNFRef ¶

func (o *Model5GCNfConnEcmInfo) GetVar5GCNFRef() string

GetVar5GCNFRef returns the Var5GCNFRef field value if set, zero value otherwise.

func (*Model5GCNfConnEcmInfo) GetVar5GCNFRefOk ¶

func (o *Model5GCNfConnEcmInfo) GetVar5GCNFRefOk() (*string, bool)

GetVar5GCNFRefOk returns a tuple with the Var5GCNFRef field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Model5GCNfConnEcmInfo) GetVar5GCNFType ¶

func (o *Model5GCNfConnEcmInfo) GetVar5GCNFType() string

GetVar5GCNFType returns the Var5GCNFType field value if set, zero value otherwise.

func (*Model5GCNfConnEcmInfo) GetVar5GCNFTypeOk ¶

func (o *Model5GCNfConnEcmInfo) GetVar5GCNFTypeOk() (*string, bool)

GetVar5GCNFTypeOk returns a tuple with the Var5GCNFType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Model5GCNfConnEcmInfo) HasVar5GCNFIpAddress ¶

func (o *Model5GCNfConnEcmInfo) HasVar5GCNFIpAddress() bool

HasVar5GCNFIpAddress returns a boolean if a field has been set.

func (*Model5GCNfConnEcmInfo) HasVar5GCNFRef ¶

func (o *Model5GCNfConnEcmInfo) HasVar5GCNFRef() bool

HasVar5GCNFRef returns a boolean if a field has been set.

func (*Model5GCNfConnEcmInfo) HasVar5GCNFType ¶

func (o *Model5GCNfConnEcmInfo) HasVar5GCNFType() bool

HasVar5GCNFType returns a boolean if a field has been set.

func (Model5GCNfConnEcmInfo) MarshalJSON ¶

func (o Model5GCNfConnEcmInfo) MarshalJSON() ([]byte, error)

func (*Model5GCNfConnEcmInfo) SetVar5GCNFIpAddress ¶

func (o *Model5GCNfConnEcmInfo) SetVar5GCNFIpAddress(v string)

SetVar5GCNFIpAddress gets a reference to the given string and assigns it to the Var5GCNFIpAddress field.

func (*Model5GCNfConnEcmInfo) SetVar5GCNFRef ¶

func (o *Model5GCNfConnEcmInfo) SetVar5GCNFRef(v string)

SetVar5GCNFRef gets a reference to the given string and assigns it to the Var5GCNFRef field.

func (*Model5GCNfConnEcmInfo) SetVar5GCNFType ¶

func (o *Model5GCNfConnEcmInfo) SetVar5GCNFType(v string)

SetVar5GCNFType gets a reference to the given string and assigns it to the Var5GCNFType field.

func (Model5GCNfConnEcmInfo) ToMap ¶

func (o Model5GCNfConnEcmInfo) ToMap() (map[string]interface{}, error)

type ModelPerformance ¶

type ModelPerformance struct {
	InferenceOutputName     *string  `json:"inferenceOutputName,omitempty"`
	PerformanceMetric       *string  `json:"performanceMetric,omitempty"`
	PerformanceScore        *float32 `json:"performanceScore,omitempty"`
	DecisionConfidenceScore *float32 `json:"decisionConfidenceScore,omitempty"`
}

ModelPerformance struct for ModelPerformance

func NewModelPerformance ¶

func NewModelPerformance() *ModelPerformance

NewModelPerformance instantiates a new ModelPerformance object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModelPerformanceWithDefaults ¶

func NewModelPerformanceWithDefaults() *ModelPerformance

NewModelPerformanceWithDefaults instantiates a new ModelPerformance object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModelPerformance) GetDecisionConfidenceScore ¶

func (o *ModelPerformance) GetDecisionConfidenceScore() float32

GetDecisionConfidenceScore returns the DecisionConfidenceScore field value if set, zero value otherwise.

func (*ModelPerformance) GetDecisionConfidenceScoreOk ¶

func (o *ModelPerformance) GetDecisionConfidenceScoreOk() (*float32, bool)

GetDecisionConfidenceScoreOk returns a tuple with the DecisionConfidenceScore field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelPerformance) GetInferenceOutputName ¶

func (o *ModelPerformance) GetInferenceOutputName() string

GetInferenceOutputName returns the InferenceOutputName field value if set, zero value otherwise.

func (*ModelPerformance) GetInferenceOutputNameOk ¶

func (o *ModelPerformance) GetInferenceOutputNameOk() (*string, bool)

GetInferenceOutputNameOk returns a tuple with the InferenceOutputName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelPerformance) GetPerformanceMetric ¶

func (o *ModelPerformance) GetPerformanceMetric() string

GetPerformanceMetric returns the PerformanceMetric field value if set, zero value otherwise.

func (*ModelPerformance) GetPerformanceMetricOk ¶

func (o *ModelPerformance) GetPerformanceMetricOk() (*string, bool)

GetPerformanceMetricOk returns a tuple with the PerformanceMetric field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelPerformance) GetPerformanceScore ¶

func (o *ModelPerformance) GetPerformanceScore() float32

GetPerformanceScore returns the PerformanceScore field value if set, zero value otherwise.

func (*ModelPerformance) GetPerformanceScoreOk ¶

func (o *ModelPerformance) GetPerformanceScoreOk() (*float32, bool)

GetPerformanceScoreOk returns a tuple with the PerformanceScore field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModelPerformance) HasDecisionConfidenceScore ¶

func (o *ModelPerformance) HasDecisionConfidenceScore() bool

HasDecisionConfidenceScore returns a boolean if a field has been set.

func (*ModelPerformance) HasInferenceOutputName ¶

func (o *ModelPerformance) HasInferenceOutputName() bool

HasInferenceOutputName returns a boolean if a field has been set.

func (*ModelPerformance) HasPerformanceMetric ¶

func (o *ModelPerformance) HasPerformanceMetric() bool

HasPerformanceMetric returns a boolean if a field has been set.

func (*ModelPerformance) HasPerformanceScore ¶

func (o *ModelPerformance) HasPerformanceScore() bool

HasPerformanceScore returns a boolean if a field has been set.

func (ModelPerformance) MarshalJSON ¶

func (o ModelPerformance) MarshalJSON() ([]byte, error)

func (*ModelPerformance) SetDecisionConfidenceScore ¶

func (o *ModelPerformance) SetDecisionConfidenceScore(v float32)

SetDecisionConfidenceScore gets a reference to the given float32 and assigns it to the DecisionConfidenceScore field.

func (*ModelPerformance) SetInferenceOutputName ¶

func (o *ModelPerformance) SetInferenceOutputName(v string)

SetInferenceOutputName gets a reference to the given string and assigns it to the InferenceOutputName field.

func (*ModelPerformance) SetPerformanceMetric ¶

func (o *ModelPerformance) SetPerformanceMetric(v string)

SetPerformanceMetric gets a reference to the given string and assigns it to the PerformanceMetric field.

func (*ModelPerformance) SetPerformanceScore ¶

func (o *ModelPerformance) SetPerformanceScore(v float32)

SetPerformanceScore gets a reference to the given float32 and assigns it to the PerformanceScore field.

func (ModelPerformance) ToMap ¶

func (o ModelPerformance) ToMap() (map[string]interface{}, error)

type MoiChange ¶

type MoiChange struct {
	NotificationId          int32                    `json:"notificationId"`
	CorrelatedNotifications []CorrelatedNotification `json:"correlatedNotifications,omitempty"`
	AdditionalText          *string                  `json:"additionalText,omitempty"`
	SourceIndicator         *SourceIndicator         `json:"sourceIndicator,omitempty"`
	Op                      Operation                `json:"op"`
	Path                    string                   `json:"path"`
	Insert                  *Insert                  `json:"insert,omitempty"`
	Value                   interface{}              `json:"value,omitempty"`
	OldValue                interface{}              `json:"oldValue,omitempty"`
}

MoiChange struct for MoiChange

func NewMoiChange ¶

func NewMoiChange(notificationId int32, op Operation, path string) *MoiChange

NewMoiChange instantiates a new MoiChange object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewMoiChangeWithDefaults ¶

func NewMoiChangeWithDefaults() *MoiChange

NewMoiChangeWithDefaults instantiates a new MoiChange object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*MoiChange) GetAdditionalText ¶

func (o *MoiChange) GetAdditionalText() string

GetAdditionalText returns the AdditionalText field value if set, zero value otherwise.

func (*MoiChange) GetAdditionalTextOk ¶

func (o *MoiChange) 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 (*MoiChange) GetCorrelatedNotifications ¶

func (o *MoiChange) GetCorrelatedNotifications() []CorrelatedNotification

GetCorrelatedNotifications returns the CorrelatedNotifications field value if set, zero value otherwise.

func (*MoiChange) GetCorrelatedNotificationsOk ¶

func (o *MoiChange) 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 (*MoiChange) GetInsert ¶

func (o *MoiChange) GetInsert() Insert

GetInsert returns the Insert field value if set, zero value otherwise.

func (*MoiChange) GetInsertOk ¶

func (o *MoiChange) GetInsertOk() (*Insert, bool)

GetInsertOk returns a tuple with the Insert field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MoiChange) GetNotificationId ¶

func (o *MoiChange) GetNotificationId() int32

GetNotificationId returns the NotificationId field value

func (*MoiChange) GetNotificationIdOk ¶

func (o *MoiChange) GetNotificationIdOk() (*int32, bool)

GetNotificationIdOk returns a tuple with the NotificationId field value and a boolean to check if the value has been set.

func (*MoiChange) GetOldValue ¶

func (o *MoiChange) GetOldValue() interface{}

GetOldValue returns the OldValue field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MoiChange) GetOldValueOk ¶

func (o *MoiChange) GetOldValueOk() (*interface{}, bool)

GetOldValueOk returns a tuple with the OldValue field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MoiChange) GetOp ¶

func (o *MoiChange) GetOp() Operation

GetOp returns the Op field value

func (*MoiChange) GetOpOk ¶

func (o *MoiChange) GetOpOk() (*Operation, bool)

GetOpOk returns a tuple with the Op field value and a boolean to check if the value has been set.

func (*MoiChange) GetPath ¶

func (o *MoiChange) GetPath() string

GetPath returns the Path field value

func (*MoiChange) GetPathOk ¶

func (o *MoiChange) GetPathOk() (*string, bool)

GetPathOk returns a tuple with the Path field value and a boolean to check if the value has been set.

func (*MoiChange) GetSourceIndicator ¶

func (o *MoiChange) GetSourceIndicator() SourceIndicator

GetSourceIndicator returns the SourceIndicator field value if set, zero value otherwise.

func (*MoiChange) GetSourceIndicatorOk ¶

func (o *MoiChange) GetSourceIndicatorOk() (*SourceIndicator, bool)

GetSourceIndicatorOk returns a tuple with the SourceIndicator field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MoiChange) GetValue ¶

func (o *MoiChange) GetValue() interface{}

GetValue returns the Value field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MoiChange) GetValueOk ¶

func (o *MoiChange) GetValueOk() (*interface{}, bool)

GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MoiChange) HasAdditionalText ¶

func (o *MoiChange) HasAdditionalText() bool

HasAdditionalText returns a boolean if a field has been set.

func (*MoiChange) HasCorrelatedNotifications ¶

func (o *MoiChange) HasCorrelatedNotifications() bool

HasCorrelatedNotifications returns a boolean if a field has been set.

func (*MoiChange) HasInsert ¶

func (o *MoiChange) HasInsert() bool

HasInsert returns a boolean if a field has been set.

func (*MoiChange) HasOldValue ¶

func (o *MoiChange) HasOldValue() bool

HasOldValue returns a boolean if a field has been set.

func (*MoiChange) HasSourceIndicator ¶

func (o *MoiChange) HasSourceIndicator() bool

HasSourceIndicator returns a boolean if a field has been set.

func (*MoiChange) HasValue ¶

func (o *MoiChange) HasValue() bool

HasValue returns a boolean if a field has been set.

func (MoiChange) MarshalJSON ¶

func (o MoiChange) MarshalJSON() ([]byte, error)

func (*MoiChange) SetAdditionalText ¶

func (o *MoiChange) SetAdditionalText(v string)

SetAdditionalText gets a reference to the given string and assigns it to the AdditionalText field.

func (*MoiChange) SetCorrelatedNotifications ¶

func (o *MoiChange) SetCorrelatedNotifications(v []CorrelatedNotification)

SetCorrelatedNotifications gets a reference to the given []CorrelatedNotification and assigns it to the CorrelatedNotifications field.

func (*MoiChange) SetInsert ¶

func (o *MoiChange) SetInsert(v Insert)

SetInsert gets a reference to the given Insert and assigns it to the Insert field.

func (*MoiChange) SetNotificationId ¶

func (o *MoiChange) SetNotificationId(v int32)

SetNotificationId sets field value

func (*MoiChange) SetOldValue ¶

func (o *MoiChange) SetOldValue(v interface{})

SetOldValue gets a reference to the given interface{} and assigns it to the OldValue field.

func (*MoiChange) SetOp ¶

func (o *MoiChange) SetOp(v Operation)

SetOp sets field value

func (*MoiChange) SetPath ¶

func (o *MoiChange) SetPath(v string)

SetPath sets field value

func (*MoiChange) SetSourceIndicator ¶

func (o *MoiChange) SetSourceIndicator(v SourceIndicator)

SetSourceIndicator gets a reference to the given SourceIndicator and assigns it to the SourceIndicator field.

func (*MoiChange) SetValue ¶

func (o *MoiChange) SetValue(v interface{})

SetValue gets a reference to the given interface{} and assigns it to the Value field.

func (MoiChange) ToMap ¶

func (o MoiChange) ToMap() (map[string]interface{}, error)

type MulticastAccessControl ¶

type MulticastAccessControl struct {
	String *string
}

MulticastAccessControl Indicates whether the service data flow, corresponding to the service data flow template, is allowed or not allowed.

func (*MulticastAccessControl) MarshalJSON ¶

func (src *MulticastAccessControl) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*MulticastAccessControl) UnmarshalJSON ¶

func (dst *MulticastAccessControl) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type N3iwfFunctionSingle ¶

type N3iwfFunctionSingle struct {
	Top
	Attributes       *N3iwfFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
	PerfMetricJob    []PerfMetricJobSingle               `json:"PerfMetricJob,omitempty"`
	ThresholdMonitor []ThresholdMonitorSingle            `json:"ThresholdMonitor,omitempty"`
	ManagedNFService []ManagedNFServiceSingle            `json:"ManagedNFService,omitempty"`
	TraceJob         []TraceJobSingle                    `json:"TraceJob,omitempty"`
	EPN3             []EPN3Single                        `json:"EP_N3,omitempty"`
	EPN4             []EPN4Single                        `json:"EP_N4,omitempty"`
}

N3iwfFunctionSingle struct for N3iwfFunctionSingle

func NewN3iwfFunctionSingle ¶

func NewN3iwfFunctionSingle(id NullableString) *N3iwfFunctionSingle

NewN3iwfFunctionSingle instantiates a new N3iwfFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewN3iwfFunctionSingleWithDefaults ¶

func NewN3iwfFunctionSingleWithDefaults() *N3iwfFunctionSingle

NewN3iwfFunctionSingleWithDefaults instantiates a new N3iwfFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*N3iwfFunctionSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*N3iwfFunctionSingle) GetAttributesOk ¶

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 (*N3iwfFunctionSingle) GetEPN3 ¶

func (o *N3iwfFunctionSingle) GetEPN3() []EPN3Single

GetEPN3 returns the EPN3 field value if set, zero value otherwise.

func (*N3iwfFunctionSingle) GetEPN3Ok ¶

func (o *N3iwfFunctionSingle) GetEPN3Ok() ([]EPN3Single, bool)

GetEPN3Ok returns a tuple with the EPN3 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*N3iwfFunctionSingle) GetEPN4 ¶

func (o *N3iwfFunctionSingle) GetEPN4() []EPN4Single

GetEPN4 returns the EPN4 field value if set, zero value otherwise.

func (*N3iwfFunctionSingle) GetEPN4Ok ¶

func (o *N3iwfFunctionSingle) GetEPN4Ok() ([]EPN4Single, bool)

GetEPN4Ok returns a tuple with the EPN4 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*N3iwfFunctionSingle) GetManagedNFService ¶

func (o *N3iwfFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle

GetManagedNFService returns the ManagedNFService field value if set, zero value otherwise.

func (*N3iwfFunctionSingle) GetManagedNFServiceOk ¶

func (o *N3iwfFunctionSingle) 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 (*N3iwfFunctionSingle) GetPerfMetricJob ¶

func (o *N3iwfFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle

GetPerfMetricJob returns the PerfMetricJob field value if set, zero value otherwise.

func (*N3iwfFunctionSingle) GetPerfMetricJobOk ¶

func (o *N3iwfFunctionSingle) 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 (*N3iwfFunctionSingle) GetThresholdMonitor ¶

func (o *N3iwfFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle

GetThresholdMonitor returns the ThresholdMonitor field value if set, zero value otherwise.

func (*N3iwfFunctionSingle) GetThresholdMonitorOk ¶

func (o *N3iwfFunctionSingle) 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 (*N3iwfFunctionSingle) GetTraceJob ¶

func (o *N3iwfFunctionSingle) GetTraceJob() []TraceJobSingle

GetTraceJob returns the TraceJob field value if set, zero value otherwise.

func (*N3iwfFunctionSingle) GetTraceJobOk ¶

func (o *N3iwfFunctionSingle) 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 (*N3iwfFunctionSingle) HasAttributes ¶

func (o *N3iwfFunctionSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*N3iwfFunctionSingle) HasEPN3 ¶

func (o *N3iwfFunctionSingle) HasEPN3() bool

HasEPN3 returns a boolean if a field has been set.

func (*N3iwfFunctionSingle) HasEPN4 ¶

func (o *N3iwfFunctionSingle) HasEPN4() bool

HasEPN4 returns a boolean if a field has been set.

func (*N3iwfFunctionSingle) HasManagedNFService ¶

func (o *N3iwfFunctionSingle) HasManagedNFService() bool

HasManagedNFService returns a boolean if a field has been set.

func (*N3iwfFunctionSingle) HasPerfMetricJob ¶

func (o *N3iwfFunctionSingle) HasPerfMetricJob() bool

HasPerfMetricJob returns a boolean if a field has been set.

func (*N3iwfFunctionSingle) HasThresholdMonitor ¶

func (o *N3iwfFunctionSingle) HasThresholdMonitor() bool

HasThresholdMonitor returns a boolean if a field has been set.

func (*N3iwfFunctionSingle) HasTraceJob ¶

func (o *N3iwfFunctionSingle) HasTraceJob() bool

HasTraceJob returns a boolean if a field has been set.

func (N3iwfFunctionSingle) MarshalJSON ¶

func (o N3iwfFunctionSingle) MarshalJSON() ([]byte, error)

func (*N3iwfFunctionSingle) SetAttributes ¶

SetAttributes gets a reference to the given N3iwfFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (*N3iwfFunctionSingle) SetEPN3 ¶

func (o *N3iwfFunctionSingle) SetEPN3(v []EPN3Single)

SetEPN3 gets a reference to the given []EPN3Single and assigns it to the EPN3 field.

func (*N3iwfFunctionSingle) SetEPN4 ¶

func (o *N3iwfFunctionSingle) SetEPN4(v []EPN4Single)

SetEPN4 gets a reference to the given []EPN4Single and assigns it to the EPN4 field.

func (*N3iwfFunctionSingle) SetManagedNFService ¶

func (o *N3iwfFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle)

SetManagedNFService gets a reference to the given []ManagedNFServiceSingle and assigns it to the ManagedNFService field.

func (*N3iwfFunctionSingle) SetPerfMetricJob ¶

func (o *N3iwfFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle)

SetPerfMetricJob gets a reference to the given []PerfMetricJobSingle and assigns it to the PerfMetricJob field.

func (*N3iwfFunctionSingle) SetThresholdMonitor ¶

func (o *N3iwfFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)

SetThresholdMonitor gets a reference to the given []ThresholdMonitorSingle and assigns it to the ThresholdMonitor field.

func (*N3iwfFunctionSingle) SetTraceJob ¶

func (o *N3iwfFunctionSingle) SetTraceJob(v []TraceJobSingle)

SetTraceJob gets a reference to the given []TraceJobSingle and assigns it to the TraceJob field.

func (N3iwfFunctionSingle) ToMap ¶

func (o N3iwfFunctionSingle) ToMap() (map[string]interface{}, error)

type N3iwfFunctionSingleAllOf ¶

type N3iwfFunctionSingleAllOf struct {
	Attributes *N3iwfFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}

N3iwfFunctionSingleAllOf struct for N3iwfFunctionSingleAllOf

func NewN3iwfFunctionSingleAllOf ¶

func NewN3iwfFunctionSingleAllOf() *N3iwfFunctionSingleAllOf

NewN3iwfFunctionSingleAllOf instantiates a new N3iwfFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewN3iwfFunctionSingleAllOfWithDefaults ¶

func NewN3iwfFunctionSingleAllOfWithDefaults() *N3iwfFunctionSingleAllOf

NewN3iwfFunctionSingleAllOfWithDefaults instantiates a new N3iwfFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*N3iwfFunctionSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*N3iwfFunctionSingleAllOf) GetAttributesOk ¶

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 (*N3iwfFunctionSingleAllOf) HasAttributes ¶

func (o *N3iwfFunctionSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (N3iwfFunctionSingleAllOf) MarshalJSON ¶

func (o N3iwfFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*N3iwfFunctionSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given N3iwfFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (N3iwfFunctionSingleAllOf) ToMap ¶

func (o N3iwfFunctionSingleAllOf) ToMap() (map[string]interface{}, error)

type N3iwfFunctionSingleAllOf1 ¶

type N3iwfFunctionSingleAllOf1 struct {
	EPN3 []EPN3Single `json:"EP_N3,omitempty"`
	EPN4 []EPN4Single `json:"EP_N4,omitempty"`
}

N3iwfFunctionSingleAllOf1 struct for N3iwfFunctionSingleAllOf1

func NewN3iwfFunctionSingleAllOf1 ¶

func NewN3iwfFunctionSingleAllOf1() *N3iwfFunctionSingleAllOf1

NewN3iwfFunctionSingleAllOf1 instantiates a new N3iwfFunctionSingleAllOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewN3iwfFunctionSingleAllOf1WithDefaults ¶

func NewN3iwfFunctionSingleAllOf1WithDefaults() *N3iwfFunctionSingleAllOf1

NewN3iwfFunctionSingleAllOf1WithDefaults instantiates a new N3iwfFunctionSingleAllOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*N3iwfFunctionSingleAllOf1) GetEPN3 ¶

func (o *N3iwfFunctionSingleAllOf1) GetEPN3() []EPN3Single

GetEPN3 returns the EPN3 field value if set, zero value otherwise.

func (*N3iwfFunctionSingleAllOf1) GetEPN3Ok ¶

func (o *N3iwfFunctionSingleAllOf1) GetEPN3Ok() ([]EPN3Single, bool)

GetEPN3Ok returns a tuple with the EPN3 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*N3iwfFunctionSingleAllOf1) GetEPN4 ¶

func (o *N3iwfFunctionSingleAllOf1) GetEPN4() []EPN4Single

GetEPN4 returns the EPN4 field value if set, zero value otherwise.

func (*N3iwfFunctionSingleAllOf1) GetEPN4Ok ¶

func (o *N3iwfFunctionSingleAllOf1) GetEPN4Ok() ([]EPN4Single, bool)

GetEPN4Ok returns a tuple with the EPN4 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*N3iwfFunctionSingleAllOf1) HasEPN3 ¶

func (o *N3iwfFunctionSingleAllOf1) HasEPN3() bool

HasEPN3 returns a boolean if a field has been set.

func (*N3iwfFunctionSingleAllOf1) HasEPN4 ¶

func (o *N3iwfFunctionSingleAllOf1) HasEPN4() bool

HasEPN4 returns a boolean if a field has been set.

func (N3iwfFunctionSingleAllOf1) MarshalJSON ¶

func (o N3iwfFunctionSingleAllOf1) MarshalJSON() ([]byte, error)

func (*N3iwfFunctionSingleAllOf1) SetEPN3 ¶

func (o *N3iwfFunctionSingleAllOf1) SetEPN3(v []EPN3Single)

SetEPN3 gets a reference to the given []EPN3Single and assigns it to the EPN3 field.

func (*N3iwfFunctionSingleAllOf1) SetEPN4 ¶

func (o *N3iwfFunctionSingleAllOf1) SetEPN4(v []EPN4Single)

SetEPN4 gets a reference to the given []EPN4Single and assigns it to the EPN4 field.

func (N3iwfFunctionSingleAllOf1) ToMap ¶

func (o N3iwfFunctionSingleAllOf1) ToMap() (map[string]interface{}, error)

type N3iwfFunctionSingleAllOfAttributes ¶

type N3iwfFunctionSingleAllOfAttributes struct {
	ManagedFunctionAttr
	PlmnIdList    []PlmnId    `json:"plmnIdList,omitempty"`
	CommModelList []CommModel `json:"commModelList,omitempty"`
}

N3iwfFunctionSingleAllOfAttributes struct for N3iwfFunctionSingleAllOfAttributes

func NewN3iwfFunctionSingleAllOfAttributes ¶

func NewN3iwfFunctionSingleAllOfAttributes() *N3iwfFunctionSingleAllOfAttributes

NewN3iwfFunctionSingleAllOfAttributes instantiates a new N3iwfFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewN3iwfFunctionSingleAllOfAttributesWithDefaults ¶

func NewN3iwfFunctionSingleAllOfAttributesWithDefaults() *N3iwfFunctionSingleAllOfAttributes

NewN3iwfFunctionSingleAllOfAttributesWithDefaults instantiates a new N3iwfFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*N3iwfFunctionSingleAllOfAttributes) GetCommModelList ¶

func (o *N3iwfFunctionSingleAllOfAttributes) GetCommModelList() []CommModel

GetCommModelList returns the CommModelList field value if set, zero value otherwise.

func (*N3iwfFunctionSingleAllOfAttributes) GetCommModelListOk ¶

func (o *N3iwfFunctionSingleAllOfAttributes) GetCommModelListOk() ([]CommModel, bool)

GetCommModelListOk returns a tuple with the CommModelList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*N3iwfFunctionSingleAllOfAttributes) GetPlmnIdList ¶

func (o *N3iwfFunctionSingleAllOfAttributes) GetPlmnIdList() []PlmnId

GetPlmnIdList returns the PlmnIdList field value if set, zero value otherwise.

func (*N3iwfFunctionSingleAllOfAttributes) GetPlmnIdListOk ¶

func (o *N3iwfFunctionSingleAllOfAttributes) GetPlmnIdListOk() ([]PlmnId, bool)

GetPlmnIdListOk returns a tuple with the PlmnIdList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*N3iwfFunctionSingleAllOfAttributes) HasCommModelList ¶

func (o *N3iwfFunctionSingleAllOfAttributes) HasCommModelList() bool

HasCommModelList returns a boolean if a field has been set.

func (*N3iwfFunctionSingleAllOfAttributes) HasPlmnIdList ¶

func (o *N3iwfFunctionSingleAllOfAttributes) HasPlmnIdList() bool

HasPlmnIdList returns a boolean if a field has been set.

func (N3iwfFunctionSingleAllOfAttributes) MarshalJSON ¶

func (o N3iwfFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*N3iwfFunctionSingleAllOfAttributes) SetCommModelList ¶

func (o *N3iwfFunctionSingleAllOfAttributes) SetCommModelList(v []CommModel)

SetCommModelList gets a reference to the given []CommModel and assigns it to the CommModelList field.

func (*N3iwfFunctionSingleAllOfAttributes) SetPlmnIdList ¶

func (o *N3iwfFunctionSingleAllOfAttributes) SetPlmnIdList(v []PlmnId)

SetPlmnIdList gets a reference to the given []PlmnId and assigns it to the PlmnIdList field.

func (N3iwfFunctionSingleAllOfAttributes) ToMap ¶

func (o N3iwfFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type N3iwfFunctionSingleAllOfAttributesAllOf ¶

type N3iwfFunctionSingleAllOfAttributesAllOf struct {
	PlmnIdList    []PlmnId    `json:"plmnIdList,omitempty"`
	CommModelList []CommModel `json:"commModelList,omitempty"`
}

N3iwfFunctionSingleAllOfAttributesAllOf struct for N3iwfFunctionSingleAllOfAttributesAllOf

func NewN3iwfFunctionSingleAllOfAttributesAllOf ¶

func NewN3iwfFunctionSingleAllOfAttributesAllOf() *N3iwfFunctionSingleAllOfAttributesAllOf

NewN3iwfFunctionSingleAllOfAttributesAllOf instantiates a new N3iwfFunctionSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewN3iwfFunctionSingleAllOfAttributesAllOfWithDefaults ¶

func NewN3iwfFunctionSingleAllOfAttributesAllOfWithDefaults() *N3iwfFunctionSingleAllOfAttributesAllOf

NewN3iwfFunctionSingleAllOfAttributesAllOfWithDefaults instantiates a new N3iwfFunctionSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*N3iwfFunctionSingleAllOfAttributesAllOf) GetCommModelList ¶

func (o *N3iwfFunctionSingleAllOfAttributesAllOf) GetCommModelList() []CommModel

GetCommModelList returns the CommModelList field value if set, zero value otherwise.

func (*N3iwfFunctionSingleAllOfAttributesAllOf) GetCommModelListOk ¶

func (o *N3iwfFunctionSingleAllOfAttributesAllOf) GetCommModelListOk() ([]CommModel, bool)

GetCommModelListOk returns a tuple with the CommModelList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*N3iwfFunctionSingleAllOfAttributesAllOf) GetPlmnIdList ¶

func (o *N3iwfFunctionSingleAllOfAttributesAllOf) GetPlmnIdList() []PlmnId

GetPlmnIdList returns the PlmnIdList field value if set, zero value otherwise.

func (*N3iwfFunctionSingleAllOfAttributesAllOf) GetPlmnIdListOk ¶

func (o *N3iwfFunctionSingleAllOfAttributesAllOf) GetPlmnIdListOk() ([]PlmnId, bool)

GetPlmnIdListOk returns a tuple with the PlmnIdList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*N3iwfFunctionSingleAllOfAttributesAllOf) HasCommModelList ¶

func (o *N3iwfFunctionSingleAllOfAttributesAllOf) HasCommModelList() bool

HasCommModelList returns a boolean if a field has been set.

func (*N3iwfFunctionSingleAllOfAttributesAllOf) HasPlmnIdList ¶

func (o *N3iwfFunctionSingleAllOfAttributesAllOf) HasPlmnIdList() bool

HasPlmnIdList returns a boolean if a field has been set.

func (N3iwfFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (o N3iwfFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)

func (*N3iwfFunctionSingleAllOfAttributesAllOf) SetCommModelList ¶

func (o *N3iwfFunctionSingleAllOfAttributesAllOf) SetCommModelList(v []CommModel)

SetCommModelList gets a reference to the given []CommModel and assigns it to the CommModelList field.

func (*N3iwfFunctionSingleAllOfAttributesAllOf) SetPlmnIdList ¶

func (o *N3iwfFunctionSingleAllOfAttributesAllOf) SetPlmnIdList(v []PlmnId)

SetPlmnIdList gets a reference to the given []PlmnId and assigns it to the PlmnIdList field.

func (N3iwfFunctionSingleAllOfAttributesAllOf) ToMap ¶

func (o N3iwfFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)

type N6Protection ¶

type N6Protection struct {
	ServAttrCom *ServAttrCom `json:"servAttrCom,omitempty"`
	SecFuncList []SecFunc    `json:"secFuncList,omitempty"`
}

N6Protection struct for N6Protection

func NewN6Protection ¶

func NewN6Protection() *N6Protection

NewN6Protection instantiates a new N6Protection object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewN6ProtectionWithDefaults ¶

func NewN6ProtectionWithDefaults() *N6Protection

NewN6ProtectionWithDefaults instantiates a new N6Protection object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*N6Protection) GetSecFuncList ¶

func (o *N6Protection) GetSecFuncList() []SecFunc

GetSecFuncList returns the SecFuncList field value if set, zero value otherwise.

func (*N6Protection) GetSecFuncListOk ¶

func (o *N6Protection) GetSecFuncListOk() ([]SecFunc, bool)

GetSecFuncListOk returns a tuple with the SecFuncList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*N6Protection) GetServAttrCom ¶

func (o *N6Protection) GetServAttrCom() ServAttrCom

GetServAttrCom returns the ServAttrCom field value if set, zero value otherwise.

func (*N6Protection) GetServAttrComOk ¶

func (o *N6Protection) GetServAttrComOk() (*ServAttrCom, bool)

GetServAttrComOk returns a tuple with the ServAttrCom field value if set, nil otherwise and a boolean to check if the value has been set.

func (*N6Protection) HasSecFuncList ¶

func (o *N6Protection) HasSecFuncList() bool

HasSecFuncList returns a boolean if a field has been set.

func (*N6Protection) HasServAttrCom ¶

func (o *N6Protection) HasServAttrCom() bool

HasServAttrCom returns a boolean if a field has been set.

func (N6Protection) MarshalJSON ¶

func (o N6Protection) MarshalJSON() ([]byte, error)

func (*N6Protection) SetSecFuncList ¶

func (o *N6Protection) SetSecFuncList(v []SecFunc)

SetSecFuncList gets a reference to the given []SecFunc and assigns it to the SecFuncList field.

func (*N6Protection) SetServAttrCom ¶

func (o *N6Protection) SetServAttrCom(v ServAttrCom)

SetServAttrCom gets a reference to the given ServAttrCom and assigns it to the ServAttrCom field.

func (N6Protection) ToMap ¶

func (o N6Protection) ToMap() (map[string]interface{}, error)

type NBIoT ¶

type NBIoT struct {
	ServAttrCom *ServAttrCom `json:"servAttrCom,omitempty"`
	Support     *Support     `json:"support,omitempty"`
}

NBIoT struct for NBIoT

func NewNBIoT ¶

func NewNBIoT() *NBIoT

NewNBIoT instantiates a new NBIoT object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNBIoTWithDefaults ¶

func NewNBIoTWithDefaults() *NBIoT

NewNBIoTWithDefaults instantiates a new NBIoT object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NBIoT) GetServAttrCom ¶

func (o *NBIoT) GetServAttrCom() ServAttrCom

GetServAttrCom returns the ServAttrCom field value if set, zero value otherwise.

func (*NBIoT) GetServAttrComOk ¶

func (o *NBIoT) GetServAttrComOk() (*ServAttrCom, bool)

GetServAttrComOk returns a tuple with the ServAttrCom field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NBIoT) GetSupport ¶

func (o *NBIoT) GetSupport() Support

GetSupport returns the Support field value if set, zero value otherwise.

func (*NBIoT) GetSupportOk ¶

func (o *NBIoT) GetSupportOk() (*Support, bool)

GetSupportOk returns a tuple with the Support field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NBIoT) HasServAttrCom ¶

func (o *NBIoT) HasServAttrCom() bool

HasServAttrCom returns a boolean if a field has been set.

func (*NBIoT) HasSupport ¶

func (o *NBIoT) HasSupport() bool

HasSupport returns a boolean if a field has been set.

func (NBIoT) MarshalJSON ¶

func (o NBIoT) MarshalJSON() ([]byte, error)

func (*NBIoT) SetServAttrCom ¶

func (o *NBIoT) SetServAttrCom(v ServAttrCom)

SetServAttrCom gets a reference to the given ServAttrCom and assigns it to the ServAttrCom field.

func (*NBIoT) SetSupport ¶

func (o *NBIoT) SetSupport(v Support)

SetSupport gets a reference to the given Support and assigns it to the Support field.

func (NBIoT) ToMap ¶

func (o NBIoT) ToMap() (map[string]interface{}, error)

type NFProfile ¶

type NFProfile struct {
	// uuid of NF instance
	NFInstanceId  *string     `json:"nFInstanceId,omitempty"`
	NFType        *NFType     `json:"nFType,omitempty"`
	NFStatus      *NFStatus   `json:"nFStatus,omitempty"`
	Plmn          *PlmnId     `json:"plmn,omitempty"`
	SNssais       *Snssai     `json:"sNssais,omitempty"`
	Fqdn          *string     `json:"fqdn,omitempty"`
	InterPlmnFqdn *string     `json:"interPlmnFqdn,omitempty"`
	NfServices    []NFService `json:"nfServices,omitempty"`
}

NFProfile NF profile stored in NRF, defined in TS 29.510

func NewNFProfile ¶

func NewNFProfile() *NFProfile

NewNFProfile instantiates a new NFProfile object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNFProfileWithDefaults ¶

func NewNFProfileWithDefaults() *NFProfile

NewNFProfileWithDefaults instantiates a new NFProfile object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NFProfile) GetFqdn ¶

func (o *NFProfile) GetFqdn() string

GetFqdn returns the Fqdn field value if set, zero value otherwise.

func (*NFProfile) GetFqdnOk ¶

func (o *NFProfile) GetFqdnOk() (*string, bool)

GetFqdnOk returns a tuple with the Fqdn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NFProfile) GetInterPlmnFqdn ¶

func (o *NFProfile) GetInterPlmnFqdn() string

GetInterPlmnFqdn returns the InterPlmnFqdn field value if set, zero value otherwise.

func (*NFProfile) GetInterPlmnFqdnOk ¶

func (o *NFProfile) GetInterPlmnFqdnOk() (*string, bool)

GetInterPlmnFqdnOk returns a tuple with the InterPlmnFqdn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NFProfile) GetNFInstanceId ¶

func (o *NFProfile) GetNFInstanceId() string

GetNFInstanceId returns the NFInstanceId field value if set, zero value otherwise.

func (*NFProfile) GetNFInstanceIdOk ¶

func (o *NFProfile) GetNFInstanceIdOk() (*string, bool)

GetNFInstanceIdOk returns a tuple with the NFInstanceId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NFProfile) GetNFStatus ¶

func (o *NFProfile) GetNFStatus() NFStatus

GetNFStatus returns the NFStatus field value if set, zero value otherwise.

func (*NFProfile) GetNFStatusOk ¶

func (o *NFProfile) GetNFStatusOk() (*NFStatus, bool)

GetNFStatusOk returns a tuple with the NFStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NFProfile) GetNFType ¶

func (o *NFProfile) GetNFType() NFType

GetNFType returns the NFType field value if set, zero value otherwise.

func (*NFProfile) GetNFTypeOk ¶

func (o *NFProfile) GetNFTypeOk() (*NFType, bool)

GetNFTypeOk returns a tuple with the NFType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NFProfile) GetNfServices ¶

func (o *NFProfile) GetNfServices() []NFService

GetNfServices returns the NfServices field value if set, zero value otherwise.

func (*NFProfile) GetNfServicesOk ¶

func (o *NFProfile) GetNfServicesOk() ([]NFService, bool)

GetNfServicesOk returns a tuple with the NfServices field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NFProfile) GetPlmn ¶

func (o *NFProfile) GetPlmn() PlmnId

GetPlmn returns the Plmn field value if set, zero value otherwise.

func (*NFProfile) GetPlmnOk ¶

func (o *NFProfile) GetPlmnOk() (*PlmnId, bool)

GetPlmnOk returns a tuple with the Plmn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NFProfile) GetSNssais ¶

func (o *NFProfile) GetSNssais() Snssai

GetSNssais returns the SNssais field value if set, zero value otherwise.

func (*NFProfile) GetSNssaisOk ¶

func (o *NFProfile) GetSNssaisOk() (*Snssai, bool)

GetSNssaisOk returns a tuple with the SNssais field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NFProfile) HasFqdn ¶

func (o *NFProfile) HasFqdn() bool

HasFqdn returns a boolean if a field has been set.

func (*NFProfile) HasInterPlmnFqdn ¶

func (o *NFProfile) HasInterPlmnFqdn() bool

HasInterPlmnFqdn returns a boolean if a field has been set.

func (*NFProfile) HasNFInstanceId ¶

func (o *NFProfile) HasNFInstanceId() bool

HasNFInstanceId returns a boolean if a field has been set.

func (*NFProfile) HasNFStatus ¶

func (o *NFProfile) HasNFStatus() bool

HasNFStatus returns a boolean if a field has been set.

func (*NFProfile) HasNFType ¶

func (o *NFProfile) HasNFType() bool

HasNFType returns a boolean if a field has been set.

func (*NFProfile) HasNfServices ¶

func (o *NFProfile) HasNfServices() bool

HasNfServices returns a boolean if a field has been set.

func (*NFProfile) HasPlmn ¶

func (o *NFProfile) HasPlmn() bool

HasPlmn returns a boolean if a field has been set.

func (*NFProfile) HasSNssais ¶

func (o *NFProfile) HasSNssais() bool

HasSNssais returns a boolean if a field has been set.

func (NFProfile) MarshalJSON ¶

func (o NFProfile) MarshalJSON() ([]byte, error)

func (*NFProfile) SetFqdn ¶

func (o *NFProfile) SetFqdn(v string)

SetFqdn gets a reference to the given string and assigns it to the Fqdn field.

func (*NFProfile) SetInterPlmnFqdn ¶

func (o *NFProfile) SetInterPlmnFqdn(v string)

SetInterPlmnFqdn gets a reference to the given string and assigns it to the InterPlmnFqdn field.

func (*NFProfile) SetNFInstanceId ¶

func (o *NFProfile) SetNFInstanceId(v string)

SetNFInstanceId gets a reference to the given string and assigns it to the NFInstanceId field.

func (*NFProfile) SetNFStatus ¶

func (o *NFProfile) SetNFStatus(v NFStatus)

SetNFStatus gets a reference to the given NFStatus and assigns it to the NFStatus field.

func (*NFProfile) SetNFType ¶

func (o *NFProfile) SetNFType(v NFType)

SetNFType gets a reference to the given NFType and assigns it to the NFType field.

func (*NFProfile) SetNfServices ¶

func (o *NFProfile) SetNfServices(v []NFService)

SetNfServices gets a reference to the given []NFService and assigns it to the NfServices field.

func (*NFProfile) SetPlmn ¶

func (o *NFProfile) SetPlmn(v PlmnId)

SetPlmn gets a reference to the given PlmnId and assigns it to the Plmn field.

func (*NFProfile) SetSNssais ¶

func (o *NFProfile) SetSNssais(v Snssai)

SetSNssais gets a reference to the given Snssai and assigns it to the SNssais field.

func (NFProfile) ToMap ¶

func (o NFProfile) ToMap() (map[string]interface{}, error)

type NFService ¶

type NFService struct {
	ServiceInstanceId *string      `json:"serviceInstanceId,omitempty"`
	ServiceName       *string      `json:"serviceName,omitempty"`
	Version           *string      `json:"version,omitempty"`
	Schema            *string      `json:"schema,omitempty"`
	Fqdn              *string      `json:"fqdn,omitempty"`
	InterPlmnFqdn     *string      `json:"interPlmnFqdn,omitempty"`
	IpEndPoints       []IpEndPoint `json:"ipEndPoints,omitempty"`
	ApiPrfix          *string      `json:"apiPrfix,omitempty"`
	AllowedPlmns      *PlmnId      `json:"allowedPlmns,omitempty"`
	AllowedNfTypes    []NFType     `json:"allowedNfTypes,omitempty"`
	AllowedNssais     []Snssai     `json:"allowedNssais,omitempty"`
}

NFService NF Service is defined in TS 29.510

func NewNFService ¶

func NewNFService() *NFService

NewNFService instantiates a new NFService object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNFServiceWithDefaults ¶

func NewNFServiceWithDefaults() *NFService

NewNFServiceWithDefaults instantiates a new NFService object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NFService) GetAllowedNfTypes ¶

func (o *NFService) GetAllowedNfTypes() []NFType

GetAllowedNfTypes returns the AllowedNfTypes field value if set, zero value otherwise.

func (*NFService) GetAllowedNfTypesOk ¶

func (o *NFService) GetAllowedNfTypesOk() ([]NFType, bool)

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 (*NFService) GetAllowedNssais ¶

func (o *NFService) GetAllowedNssais() []Snssai

GetAllowedNssais returns the AllowedNssais field value if set, zero value otherwise.

func (*NFService) GetAllowedNssaisOk ¶

func (o *NFService) GetAllowedNssaisOk() ([]Snssai, bool)

GetAllowedNssaisOk returns a tuple with the AllowedNssais field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NFService) GetAllowedPlmns ¶

func (o *NFService) GetAllowedPlmns() PlmnId

GetAllowedPlmns returns the AllowedPlmns field value if set, zero value otherwise.

func (*NFService) GetAllowedPlmnsOk ¶

func (o *NFService) GetAllowedPlmnsOk() (*PlmnId, bool)

GetAllowedPlmnsOk returns a tuple with the AllowedPlmns field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NFService) GetApiPrfix ¶

func (o *NFService) GetApiPrfix() string

GetApiPrfix returns the ApiPrfix field value if set, zero value otherwise.

func (*NFService) GetApiPrfixOk ¶

func (o *NFService) GetApiPrfixOk() (*string, bool)

GetApiPrfixOk returns a tuple with the ApiPrfix field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NFService) GetFqdn ¶

func (o *NFService) GetFqdn() string

GetFqdn returns the Fqdn field value if set, zero value otherwise.

func (*NFService) GetFqdnOk ¶

func (o *NFService) GetFqdnOk() (*string, bool)

GetFqdnOk returns a tuple with the Fqdn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NFService) GetInterPlmnFqdn ¶

func (o *NFService) GetInterPlmnFqdn() string

GetInterPlmnFqdn returns the InterPlmnFqdn field value if set, zero value otherwise.

func (*NFService) GetInterPlmnFqdnOk ¶

func (o *NFService) GetInterPlmnFqdnOk() (*string, bool)

GetInterPlmnFqdnOk returns a tuple with the InterPlmnFqdn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NFService) GetIpEndPoints ¶

func (o *NFService) GetIpEndPoints() []IpEndPoint

GetIpEndPoints returns the IpEndPoints field value if set, zero value otherwise.

func (*NFService) GetIpEndPointsOk ¶

func (o *NFService) GetIpEndPointsOk() ([]IpEndPoint, bool)

GetIpEndPointsOk returns a tuple with the IpEndPoints field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NFService) GetSchema ¶

func (o *NFService) GetSchema() string

GetSchema returns the Schema field value if set, zero value otherwise.

func (*NFService) GetSchemaOk ¶

func (o *NFService) GetSchemaOk() (*string, bool)

GetSchemaOk returns a tuple with the Schema field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NFService) GetServiceInstanceId ¶

func (o *NFService) GetServiceInstanceId() string

GetServiceInstanceId returns the ServiceInstanceId field value if set, zero value otherwise.

func (*NFService) GetServiceInstanceIdOk ¶

func (o *NFService) GetServiceInstanceIdOk() (*string, bool)

GetServiceInstanceIdOk returns a tuple with the ServiceInstanceId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NFService) GetServiceName ¶

func (o *NFService) GetServiceName() string

GetServiceName returns the ServiceName field value if set, zero value otherwise.

func (*NFService) GetServiceNameOk ¶

func (o *NFService) GetServiceNameOk() (*string, bool)

GetServiceNameOk returns a tuple with the ServiceName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NFService) GetVersion ¶

func (o *NFService) GetVersion() string

GetVersion returns the Version field value if set, zero value otherwise.

func (*NFService) GetVersionOk ¶

func (o *NFService) GetVersionOk() (*string, bool)

GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NFService) HasAllowedNfTypes ¶

func (o *NFService) HasAllowedNfTypes() bool

HasAllowedNfTypes returns a boolean if a field has been set.

func (*NFService) HasAllowedNssais ¶

func (o *NFService) HasAllowedNssais() bool

HasAllowedNssais returns a boolean if a field has been set.

func (*NFService) HasAllowedPlmns ¶

func (o *NFService) HasAllowedPlmns() bool

HasAllowedPlmns returns a boolean if a field has been set.

func (*NFService) HasApiPrfix ¶

func (o *NFService) HasApiPrfix() bool

HasApiPrfix returns a boolean if a field has been set.

func (*NFService) HasFqdn ¶

func (o *NFService) HasFqdn() bool

HasFqdn returns a boolean if a field has been set.

func (*NFService) HasInterPlmnFqdn ¶

func (o *NFService) HasInterPlmnFqdn() bool

HasInterPlmnFqdn returns a boolean if a field has been set.

func (*NFService) HasIpEndPoints ¶

func (o *NFService) HasIpEndPoints() bool

HasIpEndPoints returns a boolean if a field has been set.

func (*NFService) HasSchema ¶

func (o *NFService) HasSchema() bool

HasSchema returns a boolean if a field has been set.

func (*NFService) HasServiceInstanceId ¶

func (o *NFService) HasServiceInstanceId() bool

HasServiceInstanceId returns a boolean if a field has been set.

func (*NFService) HasServiceName ¶

func (o *NFService) HasServiceName() bool

HasServiceName returns a boolean if a field has been set.

func (*NFService) HasVersion ¶

func (o *NFService) HasVersion() bool

HasVersion returns a boolean if a field has been set.

func (NFService) MarshalJSON ¶

func (o NFService) MarshalJSON() ([]byte, error)

func (*NFService) SetAllowedNfTypes ¶

func (o *NFService) SetAllowedNfTypes(v []NFType)

SetAllowedNfTypes gets a reference to the given []NFType and assigns it to the AllowedNfTypes field.

func (*NFService) SetAllowedNssais ¶

func (o *NFService) SetAllowedNssais(v []Snssai)

SetAllowedNssais gets a reference to the given []Snssai and assigns it to the AllowedNssais field.

func (*NFService) SetAllowedPlmns ¶

func (o *NFService) SetAllowedPlmns(v PlmnId)

SetAllowedPlmns gets a reference to the given PlmnId and assigns it to the AllowedPlmns field.

func (*NFService) SetApiPrfix ¶

func (o *NFService) SetApiPrfix(v string)

SetApiPrfix gets a reference to the given string and assigns it to the ApiPrfix field.

func (*NFService) SetFqdn ¶

func (o *NFService) SetFqdn(v string)

SetFqdn gets a reference to the given string and assigns it to the Fqdn field.

func (*NFService) SetInterPlmnFqdn ¶

func (o *NFService) SetInterPlmnFqdn(v string)

SetInterPlmnFqdn gets a reference to the given string and assigns it to the InterPlmnFqdn field.

func (*NFService) SetIpEndPoints ¶

func (o *NFService) SetIpEndPoints(v []IpEndPoint)

SetIpEndPoints gets a reference to the given []IpEndPoint and assigns it to the IpEndPoints field.

func (*NFService) SetSchema ¶

func (o *NFService) SetSchema(v string)

SetSchema gets a reference to the given string and assigns it to the Schema field.

func (*NFService) SetServiceInstanceId ¶

func (o *NFService) SetServiceInstanceId(v string)

SetServiceInstanceId gets a reference to the given string and assigns it to the ServiceInstanceId field.

func (*NFService) SetServiceName ¶

func (o *NFService) SetServiceName(v string)

SetServiceName gets a reference to the given string and assigns it to the ServiceName field.

func (*NFService) SetVersion ¶

func (o *NFService) SetVersion(v string)

SetVersion gets a reference to the given string and assigns it to the Version field.

func (NFService) ToMap ¶

func (o NFService) 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 NFStatus ¶

type NFStatus string

NFStatus any of enumrated value

const (
	REGISTERED NFStatus = "REGISTERED"
	SUSPENDED  NFStatus = "SUSPENDED"
)

List of NFStatus

func NewNFStatusFromValue ¶

func NewNFStatusFromValue(v string) (*NFStatus, error)

NewNFStatusFromValue returns a pointer to a valid NFStatus for the value passed as argument, or an error if the value passed is not allowed by the enum

func (NFStatus) IsValid ¶

func (v NFStatus) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (NFStatus) Ptr ¶

func (v NFStatus) Ptr() *NFStatus

Ptr returns reference to NFStatus value

func (*NFStatus) UnmarshalJSON ¶

func (v *NFStatus) 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 ¶

func NewNFTypeFromValue(v string) (*NFType, error)

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) IsValid ¶

func (v NFType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (NFType) Ptr ¶

func (v NFType) Ptr() *NFType

Ptr returns reference to NFType value

func (*NFType) UnmarshalJSON ¶

func (v *NFType) UnmarshalJSON(src []byte) error

type NRCellRelationSingle ¶

type NRCellRelationSingle struct {
	Top
	Attributes *NRCellRelationSingleAllOfAttributes `json:"attributes,omitempty"`
}

NRCellRelationSingle struct for NRCellRelationSingle

func NewNRCellRelationSingle ¶

func NewNRCellRelationSingle(id NullableString) *NRCellRelationSingle

NewNRCellRelationSingle instantiates a new NRCellRelationSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNRCellRelationSingleWithDefaults ¶

func NewNRCellRelationSingleWithDefaults() *NRCellRelationSingle

NewNRCellRelationSingleWithDefaults instantiates a new NRCellRelationSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NRCellRelationSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*NRCellRelationSingle) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NRCellRelationSingle) HasAttributes ¶

func (o *NRCellRelationSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (NRCellRelationSingle) MarshalJSON ¶

func (o NRCellRelationSingle) MarshalJSON() ([]byte, error)

func (*NRCellRelationSingle) SetAttributes ¶

SetAttributes gets a reference to the given NRCellRelationSingleAllOfAttributes and assigns it to the Attributes field.

func (NRCellRelationSingle) ToMap ¶

func (o NRCellRelationSingle) ToMap() (map[string]interface{}, error)

type NRCellRelationSingleAllOf ¶

type NRCellRelationSingleAllOf struct {
	Attributes *NRCellRelationSingleAllOfAttributes `json:"attributes,omitempty"`
}

NRCellRelationSingleAllOf struct for NRCellRelationSingleAllOf

func NewNRCellRelationSingleAllOf ¶

func NewNRCellRelationSingleAllOf() *NRCellRelationSingleAllOf

NewNRCellRelationSingleAllOf instantiates a new NRCellRelationSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNRCellRelationSingleAllOfWithDefaults ¶

func NewNRCellRelationSingleAllOfWithDefaults() *NRCellRelationSingleAllOf

NewNRCellRelationSingleAllOfWithDefaults instantiates a new NRCellRelationSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NRCellRelationSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*NRCellRelationSingleAllOf) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NRCellRelationSingleAllOf) HasAttributes ¶

func (o *NRCellRelationSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (NRCellRelationSingleAllOf) MarshalJSON ¶

func (o NRCellRelationSingleAllOf) MarshalJSON() ([]byte, error)

func (*NRCellRelationSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given NRCellRelationSingleAllOfAttributes and assigns it to the Attributes field.

func (NRCellRelationSingleAllOf) ToMap ¶

func (o NRCellRelationSingleAllOf) ToMap() (map[string]interface{}, error)

type NRCellRelationSingleAllOfAttributes ¶

type NRCellRelationSingleAllOfAttributes struct {
	NRTCI                *int32                `json:"nRTCI,omitempty"`
	CellIndividualOffset *CellIndividualOffset `json:"cellIndividualOffset,omitempty"`
	AdjacentNRCellRef    *string               `json:"adjacentNRCellRef,omitempty"`
	NRFreqRelationRef    *string               `json:"nRFreqRelationRef,omitempty"`
	IsRemoveAllowed      *bool                 `json:"isRemoveAllowed,omitempty"`
	IsHOAllowed          *bool                 `json:"isHOAllowed,omitempty"`
	IsESCoveredBy        *IsESCoveredBy        `json:"isESCoveredBy,omitempty"`
	IsENDCAllowed        *bool                 `json:"isENDCAllowed,omitempty"`
	IsMLBAllowed         *bool                 `json:"isMLBAllowed,omitempty"`
}

NRCellRelationSingleAllOfAttributes struct for NRCellRelationSingleAllOfAttributes

func NewNRCellRelationSingleAllOfAttributes ¶

func NewNRCellRelationSingleAllOfAttributes() *NRCellRelationSingleAllOfAttributes

NewNRCellRelationSingleAllOfAttributes instantiates a new NRCellRelationSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNRCellRelationSingleAllOfAttributesWithDefaults ¶

func NewNRCellRelationSingleAllOfAttributesWithDefaults() *NRCellRelationSingleAllOfAttributes

NewNRCellRelationSingleAllOfAttributesWithDefaults instantiates a new NRCellRelationSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NRCellRelationSingleAllOfAttributes) GetAdjacentNRCellRef ¶

func (o *NRCellRelationSingleAllOfAttributes) GetAdjacentNRCellRef() string

GetAdjacentNRCellRef returns the AdjacentNRCellRef field value if set, zero value otherwise.

func (*NRCellRelationSingleAllOfAttributes) GetAdjacentNRCellRefOk ¶

func (o *NRCellRelationSingleAllOfAttributes) GetAdjacentNRCellRefOk() (*string, bool)

GetAdjacentNRCellRefOk returns a tuple with the AdjacentNRCellRef field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NRCellRelationSingleAllOfAttributes) GetCellIndividualOffset ¶

func (o *NRCellRelationSingleAllOfAttributes) GetCellIndividualOffset() CellIndividualOffset

GetCellIndividualOffset returns the CellIndividualOffset field value if set, zero value otherwise.

func (*NRCellRelationSingleAllOfAttributes) GetCellIndividualOffsetOk ¶

func (o *NRCellRelationSingleAllOfAttributes) GetCellIndividualOffsetOk() (*CellIndividualOffset, bool)

GetCellIndividualOffsetOk returns a tuple with the CellIndividualOffset field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NRCellRelationSingleAllOfAttributes) GetIsENDCAllowed ¶

func (o *NRCellRelationSingleAllOfAttributes) GetIsENDCAllowed() bool

GetIsENDCAllowed returns the IsENDCAllowed field value if set, zero value otherwise.

func (*NRCellRelationSingleAllOfAttributes) GetIsENDCAllowedOk ¶

func (o *NRCellRelationSingleAllOfAttributes) GetIsENDCAllowedOk() (*bool, bool)

GetIsENDCAllowedOk returns a tuple with the IsENDCAllowed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NRCellRelationSingleAllOfAttributes) GetIsESCoveredBy ¶

func (o *NRCellRelationSingleAllOfAttributes) GetIsESCoveredBy() IsESCoveredBy

GetIsESCoveredBy returns the IsESCoveredBy field value if set, zero value otherwise.

func (*NRCellRelationSingleAllOfAttributes) GetIsESCoveredByOk ¶

func (o *NRCellRelationSingleAllOfAttributes) GetIsESCoveredByOk() (*IsESCoveredBy, bool)

GetIsESCoveredByOk returns a tuple with the IsESCoveredBy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NRCellRelationSingleAllOfAttributes) GetIsHOAllowed ¶

func (o *NRCellRelationSingleAllOfAttributes) GetIsHOAllowed() bool

GetIsHOAllowed returns the IsHOAllowed field value if set, zero value otherwise.

func (*NRCellRelationSingleAllOfAttributes) GetIsHOAllowedOk ¶

func (o *NRCellRelationSingleAllOfAttributes) GetIsHOAllowedOk() (*bool, bool)

GetIsHOAllowedOk returns a tuple with the IsHOAllowed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NRCellRelationSingleAllOfAttributes) GetIsMLBAllowed ¶

func (o *NRCellRelationSingleAllOfAttributes) GetIsMLBAllowed() bool

GetIsMLBAllowed returns the IsMLBAllowed field value if set, zero value otherwise.

func (*NRCellRelationSingleAllOfAttributes) GetIsMLBAllowedOk ¶

func (o *NRCellRelationSingleAllOfAttributes) GetIsMLBAllowedOk() (*bool, bool)

GetIsMLBAllowedOk returns a tuple with the IsMLBAllowed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NRCellRelationSingleAllOfAttributes) GetIsRemoveAllowed ¶

func (o *NRCellRelationSingleAllOfAttributes) GetIsRemoveAllowed() bool

GetIsRemoveAllowed returns the IsRemoveAllowed field value if set, zero value otherwise.

func (*NRCellRelationSingleAllOfAttributes) GetIsRemoveAllowedOk ¶

func (o *NRCellRelationSingleAllOfAttributes) GetIsRemoveAllowedOk() (*bool, bool)

GetIsRemoveAllowedOk returns a tuple with the IsRemoveAllowed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NRCellRelationSingleAllOfAttributes) GetNRFreqRelationRef ¶

func (o *NRCellRelationSingleAllOfAttributes) GetNRFreqRelationRef() string

GetNRFreqRelationRef returns the NRFreqRelationRef field value if set, zero value otherwise.

func (*NRCellRelationSingleAllOfAttributes) GetNRFreqRelationRefOk ¶

func (o *NRCellRelationSingleAllOfAttributes) GetNRFreqRelationRefOk() (*string, bool)

GetNRFreqRelationRefOk returns a tuple with the NRFreqRelationRef field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NRCellRelationSingleAllOfAttributes) GetNRTCI ¶

GetNRTCI returns the NRTCI field value if set, zero value otherwise.

func (*NRCellRelationSingleAllOfAttributes) GetNRTCIOk ¶

func (o *NRCellRelationSingleAllOfAttributes) GetNRTCIOk() (*int32, bool)

GetNRTCIOk returns a tuple with the NRTCI field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NRCellRelationSingleAllOfAttributes) HasAdjacentNRCellRef ¶

func (o *NRCellRelationSingleAllOfAttributes) HasAdjacentNRCellRef() bool

HasAdjacentNRCellRef returns a boolean if a field has been set.

func (*NRCellRelationSingleAllOfAttributes) HasCellIndividualOffset ¶

func (o *NRCellRelationSingleAllOfAttributes) HasCellIndividualOffset() bool

HasCellIndividualOffset returns a boolean if a field has been set.

func (*NRCellRelationSingleAllOfAttributes) HasIsENDCAllowed ¶

func (o *NRCellRelationSingleAllOfAttributes) HasIsENDCAllowed() bool

HasIsENDCAllowed returns a boolean if a field has been set.

func (*NRCellRelationSingleAllOfAttributes) HasIsESCoveredBy ¶

func (o *NRCellRelationSingleAllOfAttributes) HasIsESCoveredBy() bool

HasIsESCoveredBy returns a boolean if a field has been set.

func (*NRCellRelationSingleAllOfAttributes) HasIsHOAllowed ¶

func (o *NRCellRelationSingleAllOfAttributes) HasIsHOAllowed() bool

HasIsHOAllowed returns a boolean if a field has been set.

func (*NRCellRelationSingleAllOfAttributes) HasIsMLBAllowed ¶

func (o *NRCellRelationSingleAllOfAttributes) HasIsMLBAllowed() bool

HasIsMLBAllowed returns a boolean if a field has been set.

func (*NRCellRelationSingleAllOfAttributes) HasIsRemoveAllowed ¶

func (o *NRCellRelationSingleAllOfAttributes) HasIsRemoveAllowed() bool

HasIsRemoveAllowed returns a boolean if a field has been set.

func (*NRCellRelationSingleAllOfAttributes) HasNRFreqRelationRef ¶

func (o *NRCellRelationSingleAllOfAttributes) HasNRFreqRelationRef() bool

HasNRFreqRelationRef returns a boolean if a field has been set.

func (*NRCellRelationSingleAllOfAttributes) HasNRTCI ¶

HasNRTCI returns a boolean if a field has been set.

func (NRCellRelationSingleAllOfAttributes) MarshalJSON ¶

func (o NRCellRelationSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*NRCellRelationSingleAllOfAttributes) SetAdjacentNRCellRef ¶

func (o *NRCellRelationSingleAllOfAttributes) SetAdjacentNRCellRef(v string)

SetAdjacentNRCellRef gets a reference to the given string and assigns it to the AdjacentNRCellRef field.

func (*NRCellRelationSingleAllOfAttributes) SetCellIndividualOffset ¶

func (o *NRCellRelationSingleAllOfAttributes) SetCellIndividualOffset(v CellIndividualOffset)

SetCellIndividualOffset gets a reference to the given CellIndividualOffset and assigns it to the CellIndividualOffset field.

func (*NRCellRelationSingleAllOfAttributes) SetIsENDCAllowed ¶

func (o *NRCellRelationSingleAllOfAttributes) SetIsENDCAllowed(v bool)

SetIsENDCAllowed gets a reference to the given bool and assigns it to the IsENDCAllowed field.

func (*NRCellRelationSingleAllOfAttributes) SetIsESCoveredBy ¶

func (o *NRCellRelationSingleAllOfAttributes) SetIsESCoveredBy(v IsESCoveredBy)

SetIsESCoveredBy gets a reference to the given IsESCoveredBy and assigns it to the IsESCoveredBy field.

func (*NRCellRelationSingleAllOfAttributes) SetIsHOAllowed ¶

func (o *NRCellRelationSingleAllOfAttributes) SetIsHOAllowed(v bool)

SetIsHOAllowed gets a reference to the given bool and assigns it to the IsHOAllowed field.

func (*NRCellRelationSingleAllOfAttributes) SetIsMLBAllowed ¶

func (o *NRCellRelationSingleAllOfAttributes) SetIsMLBAllowed(v bool)

SetIsMLBAllowed gets a reference to the given bool and assigns it to the IsMLBAllowed field.

func (*NRCellRelationSingleAllOfAttributes) SetIsRemoveAllowed ¶

func (o *NRCellRelationSingleAllOfAttributes) SetIsRemoveAllowed(v bool)

SetIsRemoveAllowed gets a reference to the given bool and assigns it to the IsRemoveAllowed field.

func (*NRCellRelationSingleAllOfAttributes) SetNRFreqRelationRef ¶

func (o *NRCellRelationSingleAllOfAttributes) SetNRFreqRelationRef(v string)

SetNRFreqRelationRef gets a reference to the given string and assigns it to the NRFreqRelationRef field.

func (*NRCellRelationSingleAllOfAttributes) SetNRTCI ¶

SetNRTCI gets a reference to the given int32 and assigns it to the NRTCI field.

func (NRCellRelationSingleAllOfAttributes) ToMap ¶

func (o NRCellRelationSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type NRFqBandContext ¶

type NRFqBandContext struct {
	ContextAttribute  *string  `json:"contextAttribute,omitempty"`
	ContextCondition  *string  `json:"contextCondition,omitempty"`
	ContextValueRange []string `json:"contextValueRange,omitempty"`
}

NRFqBandContext This data type is the \"ObjectContext\" data type with specialisations for NRFqBandContext

func NewNRFqBandContext ¶

func NewNRFqBandContext() *NRFqBandContext

NewNRFqBandContext instantiates a new NRFqBandContext object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNRFqBandContextWithDefaults ¶

func NewNRFqBandContextWithDefaults() *NRFqBandContext

NewNRFqBandContextWithDefaults instantiates a new NRFqBandContext object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NRFqBandContext) GetContextAttribute ¶

func (o *NRFqBandContext) GetContextAttribute() string

GetContextAttribute returns the ContextAttribute field value if set, zero value otherwise.

func (*NRFqBandContext) GetContextAttributeOk ¶

func (o *NRFqBandContext) GetContextAttributeOk() (*string, bool)

GetContextAttributeOk returns a tuple with the ContextAttribute field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NRFqBandContext) GetContextCondition ¶

func (o *NRFqBandContext) GetContextCondition() string

GetContextCondition returns the ContextCondition field value if set, zero value otherwise.

func (*NRFqBandContext) GetContextConditionOk ¶

func (o *NRFqBandContext) GetContextConditionOk() (*string, bool)

GetContextConditionOk returns a tuple with the ContextCondition field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NRFqBandContext) GetContextValueRange ¶

func (o *NRFqBandContext) GetContextValueRange() []string

GetContextValueRange returns the ContextValueRange field value if set, zero value otherwise.

func (*NRFqBandContext) GetContextValueRangeOk ¶

func (o *NRFqBandContext) GetContextValueRangeOk() ([]string, bool)

GetContextValueRangeOk returns a tuple with the ContextValueRange field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NRFqBandContext) HasContextAttribute ¶

func (o *NRFqBandContext) HasContextAttribute() bool

HasContextAttribute returns a boolean if a field has been set.

func (*NRFqBandContext) HasContextCondition ¶

func (o *NRFqBandContext) HasContextCondition() bool

HasContextCondition returns a boolean if a field has been set.

func (*NRFqBandContext) HasContextValueRange ¶

func (o *NRFqBandContext) HasContextValueRange() bool

HasContextValueRange returns a boolean if a field has been set.

func (NRFqBandContext) MarshalJSON ¶

func (o NRFqBandContext) MarshalJSON() ([]byte, error)

func (*NRFqBandContext) SetContextAttribute ¶

func (o *NRFqBandContext) SetContextAttribute(v string)

SetContextAttribute gets a reference to the given string and assigns it to the ContextAttribute field.

func (*NRFqBandContext) SetContextCondition ¶

func (o *NRFqBandContext) SetContextCondition(v string)

SetContextCondition gets a reference to the given string and assigns it to the ContextCondition field.

func (*NRFqBandContext) SetContextValueRange ¶

func (o *NRFqBandContext) SetContextValueRange(v []string)

SetContextValueRange gets a reference to the given []string and assigns it to the ContextValueRange field.

func (NRFqBandContext) ToMap ¶

func (o NRFqBandContext) ToMap() (map[string]interface{}, error)

type NRFreqRelationSingle ¶

type NRFreqRelationSingle struct {
	Top
	Attributes *NRFreqRelationSingleAllOfAttributes `json:"attributes,omitempty"`
}

NRFreqRelationSingle struct for NRFreqRelationSingle

func NewNRFreqRelationSingle ¶

func NewNRFreqRelationSingle(id NullableString) *NRFreqRelationSingle

NewNRFreqRelationSingle instantiates a new NRFreqRelationSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNRFreqRelationSingleWithDefaults ¶

func NewNRFreqRelationSingleWithDefaults() *NRFreqRelationSingle

NewNRFreqRelationSingleWithDefaults instantiates a new NRFreqRelationSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NRFreqRelationSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*NRFreqRelationSingle) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NRFreqRelationSingle) HasAttributes ¶

func (o *NRFreqRelationSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (NRFreqRelationSingle) MarshalJSON ¶

func (o NRFreqRelationSingle) MarshalJSON() ([]byte, error)

func (*NRFreqRelationSingle) SetAttributes ¶

SetAttributes gets a reference to the given NRFreqRelationSingleAllOfAttributes and assigns it to the Attributes field.

func (NRFreqRelationSingle) ToMap ¶

func (o NRFreqRelationSingle) ToMap() (map[string]interface{}, error)

type NRFreqRelationSingleAllOf ¶

type NRFreqRelationSingleAllOf struct {
	Attributes *NRFreqRelationSingleAllOfAttributes `json:"attributes,omitempty"`
}

NRFreqRelationSingleAllOf struct for NRFreqRelationSingleAllOf

func NewNRFreqRelationSingleAllOf ¶

func NewNRFreqRelationSingleAllOf() *NRFreqRelationSingleAllOf

NewNRFreqRelationSingleAllOf instantiates a new NRFreqRelationSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNRFreqRelationSingleAllOfWithDefaults ¶

func NewNRFreqRelationSingleAllOfWithDefaults() *NRFreqRelationSingleAllOf

NewNRFreqRelationSingleAllOfWithDefaults instantiates a new NRFreqRelationSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NRFreqRelationSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*NRFreqRelationSingleAllOf) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NRFreqRelationSingleAllOf) HasAttributes ¶

func (o *NRFreqRelationSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (NRFreqRelationSingleAllOf) MarshalJSON ¶

func (o NRFreqRelationSingleAllOf) MarshalJSON() ([]byte, error)

func (*NRFreqRelationSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given NRFreqRelationSingleAllOfAttributes and assigns it to the Attributes field.

func (NRFreqRelationSingleAllOf) ToMap ¶

func (o NRFreqRelationSingleAllOf) ToMap() (map[string]interface{}, error)

type NRFreqRelationSingleAllOfAttributes ¶

type NRFreqRelationSingleAllOfAttributes struct {
	OffsetMO                   *QOffsetRangeList `json:"offsetMO,omitempty"`
	BlockListEntry             []int32           `json:"blockListEntry,omitempty"`
	BlockListEntryIdleMode     *int32            `json:"blockListEntryIdleMode,omitempty"`
	CellReselectionPriority    *int32            `json:"cellReselectionPriority,omitempty"`
	CellReselectionSubPriority *float32          `json:"cellReselectionSubPriority,omitempty"`
	PMax                       *int32            `json:"pMax,omitempty"`
	QOffsetFreq                *float32          `json:"qOffsetFreq,omitempty"`
	QQualMin                   *float32          `json:"qQualMin,omitempty"`
	QRxLevMin                  *int32            `json:"qRxLevMin,omitempty"`
	ThreshXHighP               *int32            `json:"threshXHighP,omitempty"`
	ThreshXHighQ               *int32            `json:"threshXHighQ,omitempty"`
	ThreshXLowP                *int32            `json:"threshXLowP,omitempty"`
	ThreshXLowQ                *int32            `json:"threshXLowQ,omitempty"`
	TReselectionNr             *int32            `json:"tReselectionNr,omitempty"`
	TReselectionNRSfHigh       *TReselectionNRSf `json:"tReselectionNRSfHigh,omitempty"`
	TReselectionNRSfMedium     *TReselectionNRSf `json:"tReselectionNRSfMedium,omitempty"`
	NRFrequencyRef             *string           `json:"nRFrequencyRef,omitempty"`
}

NRFreqRelationSingleAllOfAttributes struct for NRFreqRelationSingleAllOfAttributes

func NewNRFreqRelationSingleAllOfAttributes ¶

func NewNRFreqRelationSingleAllOfAttributes() *NRFreqRelationSingleAllOfAttributes

NewNRFreqRelationSingleAllOfAttributes instantiates a new NRFreqRelationSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNRFreqRelationSingleAllOfAttributesWithDefaults ¶

func NewNRFreqRelationSingleAllOfAttributesWithDefaults() *NRFreqRelationSingleAllOfAttributes

NewNRFreqRelationSingleAllOfAttributesWithDefaults instantiates a new NRFreqRelationSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NRFreqRelationSingleAllOfAttributes) GetBlockListEntry ¶

func (o *NRFreqRelationSingleAllOfAttributes) GetBlockListEntry() []int32

GetBlockListEntry returns the BlockListEntry field value if set, zero value otherwise.

func (*NRFreqRelationSingleAllOfAttributes) GetBlockListEntryIdleMode ¶

func (o *NRFreqRelationSingleAllOfAttributes) GetBlockListEntryIdleMode() int32

GetBlockListEntryIdleMode returns the BlockListEntryIdleMode field value if set, zero value otherwise.

func (*NRFreqRelationSingleAllOfAttributes) GetBlockListEntryIdleModeOk ¶

func (o *NRFreqRelationSingleAllOfAttributes) GetBlockListEntryIdleModeOk() (*int32, bool)

GetBlockListEntryIdleModeOk returns a tuple with the BlockListEntryIdleMode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NRFreqRelationSingleAllOfAttributes) GetBlockListEntryOk ¶

func (o *NRFreqRelationSingleAllOfAttributes) GetBlockListEntryOk() ([]int32, bool)

GetBlockListEntryOk returns a tuple with the BlockListEntry field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NRFreqRelationSingleAllOfAttributes) GetCellReselectionPriority ¶

func (o *NRFreqRelationSingleAllOfAttributes) GetCellReselectionPriority() int32

GetCellReselectionPriority returns the CellReselectionPriority field value if set, zero value otherwise.

func (*NRFreqRelationSingleAllOfAttributes) GetCellReselectionPriorityOk ¶

func (o *NRFreqRelationSingleAllOfAttributes) GetCellReselectionPriorityOk() (*int32, bool)

GetCellReselectionPriorityOk returns a tuple with the CellReselectionPriority field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NRFreqRelationSingleAllOfAttributes) GetCellReselectionSubPriority ¶

func (o *NRFreqRelationSingleAllOfAttributes) GetCellReselectionSubPriority() float32

GetCellReselectionSubPriority returns the CellReselectionSubPriority field value if set, zero value otherwise.

func (*NRFreqRelationSingleAllOfAttributes) GetCellReselectionSubPriorityOk ¶

func (o *NRFreqRelationSingleAllOfAttributes) GetCellReselectionSubPriorityOk() (*float32, bool)

GetCellReselectionSubPriorityOk returns a tuple with the CellReselectionSubPriority field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NRFreqRelationSingleAllOfAttributes) GetNRFrequencyRef ¶

func (o *NRFreqRelationSingleAllOfAttributes) GetNRFrequencyRef() string

GetNRFrequencyRef returns the NRFrequencyRef field value if set, zero value otherwise.

func (*NRFreqRelationSingleAllOfAttributes) GetNRFrequencyRefOk ¶

func (o *NRFreqRelationSingleAllOfAttributes) GetNRFrequencyRefOk() (*string, bool)

GetNRFrequencyRefOk returns a tuple with the NRFrequencyRef field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NRFreqRelationSingleAllOfAttributes) GetOffsetMO ¶

GetOffsetMO returns the OffsetMO field value if set, zero value otherwise.

func (*NRFreqRelationSingleAllOfAttributes) GetOffsetMOOk ¶

GetOffsetMOOk returns a tuple with the OffsetMO field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NRFreqRelationSingleAllOfAttributes) GetPMax ¶

GetPMax returns the PMax field value if set, zero value otherwise.

func (*NRFreqRelationSingleAllOfAttributes) GetPMaxOk ¶

func (o *NRFreqRelationSingleAllOfAttributes) GetPMaxOk() (*int32, bool)

GetPMaxOk returns a tuple with the PMax field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NRFreqRelationSingleAllOfAttributes) GetQOffsetFreq ¶

func (o *NRFreqRelationSingleAllOfAttributes) GetQOffsetFreq() float32

GetQOffsetFreq returns the QOffsetFreq field value if set, zero value otherwise.

func (*NRFreqRelationSingleAllOfAttributes) GetQOffsetFreqOk ¶

func (o *NRFreqRelationSingleAllOfAttributes) GetQOffsetFreqOk() (*float32, bool)

GetQOffsetFreqOk returns a tuple with the QOffsetFreq field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NRFreqRelationSingleAllOfAttributes) GetQQualMin ¶

GetQQualMin returns the QQualMin field value if set, zero value otherwise.

func (*NRFreqRelationSingleAllOfAttributes) GetQQualMinOk ¶

func (o *NRFreqRelationSingleAllOfAttributes) GetQQualMinOk() (*float32, bool)

GetQQualMinOk returns a tuple with the QQualMin field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NRFreqRelationSingleAllOfAttributes) GetQRxLevMin ¶

func (o *NRFreqRelationSingleAllOfAttributes) GetQRxLevMin() int32

GetQRxLevMin returns the QRxLevMin field value if set, zero value otherwise.

func (*NRFreqRelationSingleAllOfAttributes) GetQRxLevMinOk ¶

func (o *NRFreqRelationSingleAllOfAttributes) GetQRxLevMinOk() (*int32, bool)

GetQRxLevMinOk returns a tuple with the QRxLevMin field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NRFreqRelationSingleAllOfAttributes) GetTReselectionNRSfHigh ¶

func (o *NRFreqRelationSingleAllOfAttributes) GetTReselectionNRSfHigh() TReselectionNRSf

GetTReselectionNRSfHigh returns the TReselectionNRSfHigh field value if set, zero value otherwise.

func (*NRFreqRelationSingleAllOfAttributes) GetTReselectionNRSfHighOk ¶

func (o *NRFreqRelationSingleAllOfAttributes) GetTReselectionNRSfHighOk() (*TReselectionNRSf, bool)

GetTReselectionNRSfHighOk returns a tuple with the TReselectionNRSfHigh field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NRFreqRelationSingleAllOfAttributes) GetTReselectionNRSfMedium ¶

func (o *NRFreqRelationSingleAllOfAttributes) GetTReselectionNRSfMedium() TReselectionNRSf

GetTReselectionNRSfMedium returns the TReselectionNRSfMedium field value if set, zero value otherwise.

func (*NRFreqRelationSingleAllOfAttributes) GetTReselectionNRSfMediumOk ¶

func (o *NRFreqRelationSingleAllOfAttributes) GetTReselectionNRSfMediumOk() (*TReselectionNRSf, bool)

GetTReselectionNRSfMediumOk returns a tuple with the TReselectionNRSfMedium field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NRFreqRelationSingleAllOfAttributes) GetTReselectionNr ¶

func (o *NRFreqRelationSingleAllOfAttributes) GetTReselectionNr() int32

GetTReselectionNr returns the TReselectionNr field value if set, zero value otherwise.

func (*NRFreqRelationSingleAllOfAttributes) GetTReselectionNrOk ¶

func (o *NRFreqRelationSingleAllOfAttributes) GetTReselectionNrOk() (*int32, bool)

GetTReselectionNrOk returns a tuple with the TReselectionNr field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NRFreqRelationSingleAllOfAttributes) GetThreshXHighP ¶

func (o *NRFreqRelationSingleAllOfAttributes) GetThreshXHighP() int32

GetThreshXHighP returns the ThreshXHighP field value if set, zero value otherwise.

func (*NRFreqRelationSingleAllOfAttributes) GetThreshXHighPOk ¶

func (o *NRFreqRelationSingleAllOfAttributes) GetThreshXHighPOk() (*int32, bool)

GetThreshXHighPOk returns a tuple with the ThreshXHighP field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NRFreqRelationSingleAllOfAttributes) GetThreshXHighQ ¶

func (o *NRFreqRelationSingleAllOfAttributes) GetThreshXHighQ() int32

GetThreshXHighQ returns the ThreshXHighQ field value if set, zero value otherwise.

func (*NRFreqRelationSingleAllOfAttributes) GetThreshXHighQOk ¶

func (o *NRFreqRelationSingleAllOfAttributes) GetThreshXHighQOk() (*int32, bool)

GetThreshXHighQOk returns a tuple with the ThreshXHighQ field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NRFreqRelationSingleAllOfAttributes) GetThreshXLowP ¶

func (o *NRFreqRelationSingleAllOfAttributes) GetThreshXLowP() int32

GetThreshXLowP returns the ThreshXLowP field value if set, zero value otherwise.

func (*NRFreqRelationSingleAllOfAttributes) GetThreshXLowPOk ¶

func (o *NRFreqRelationSingleAllOfAttributes) GetThreshXLowPOk() (*int32, bool)

GetThreshXLowPOk returns a tuple with the ThreshXLowP field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NRFreqRelationSingleAllOfAttributes) GetThreshXLowQ ¶

func (o *NRFreqRelationSingleAllOfAttributes) GetThreshXLowQ() int32

GetThreshXLowQ returns the ThreshXLowQ field value if set, zero value otherwise.

func (*NRFreqRelationSingleAllOfAttributes) GetThreshXLowQOk ¶

func (o *NRFreqRelationSingleAllOfAttributes) GetThreshXLowQOk() (*int32, bool)

GetThreshXLowQOk returns a tuple with the ThreshXLowQ field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NRFreqRelationSingleAllOfAttributes) HasBlockListEntry ¶

func (o *NRFreqRelationSingleAllOfAttributes) HasBlockListEntry() bool

HasBlockListEntry returns a boolean if a field has been set.

func (*NRFreqRelationSingleAllOfAttributes) HasBlockListEntryIdleMode ¶

func (o *NRFreqRelationSingleAllOfAttributes) HasBlockListEntryIdleMode() bool

HasBlockListEntryIdleMode returns a boolean if a field has been set.

func (*NRFreqRelationSingleAllOfAttributes) HasCellReselectionPriority ¶

func (o *NRFreqRelationSingleAllOfAttributes) HasCellReselectionPriority() bool

HasCellReselectionPriority returns a boolean if a field has been set.

func (*NRFreqRelationSingleAllOfAttributes) HasCellReselectionSubPriority ¶

func (o *NRFreqRelationSingleAllOfAttributes) HasCellReselectionSubPriority() bool

HasCellReselectionSubPriority returns a boolean if a field has been set.

func (*NRFreqRelationSingleAllOfAttributes) HasNRFrequencyRef ¶

func (o *NRFreqRelationSingleAllOfAttributes) HasNRFrequencyRef() bool

HasNRFrequencyRef returns a boolean if a field has been set.

func (*NRFreqRelationSingleAllOfAttributes) HasOffsetMO ¶

func (o *NRFreqRelationSingleAllOfAttributes) HasOffsetMO() bool

HasOffsetMO returns a boolean if a field has been set.

func (*NRFreqRelationSingleAllOfAttributes) HasPMax ¶

HasPMax returns a boolean if a field has been set.

func (*NRFreqRelationSingleAllOfAttributes) HasQOffsetFreq ¶

func (o *NRFreqRelationSingleAllOfAttributes) HasQOffsetFreq() bool

HasQOffsetFreq returns a boolean if a field has been set.

func (*NRFreqRelationSingleAllOfAttributes) HasQQualMin ¶

func (o *NRFreqRelationSingleAllOfAttributes) HasQQualMin() bool

HasQQualMin returns a boolean if a field has been set.

func (*NRFreqRelationSingleAllOfAttributes) HasQRxLevMin ¶

func (o *NRFreqRelationSingleAllOfAttributes) HasQRxLevMin() bool

HasQRxLevMin returns a boolean if a field has been set.

func (*NRFreqRelationSingleAllOfAttributes) HasTReselectionNRSfHigh ¶

func (o *NRFreqRelationSingleAllOfAttributes) HasTReselectionNRSfHigh() bool

HasTReselectionNRSfHigh returns a boolean if a field has been set.

func (*NRFreqRelationSingleAllOfAttributes) HasTReselectionNRSfMedium ¶

func (o *NRFreqRelationSingleAllOfAttributes) HasTReselectionNRSfMedium() bool

HasTReselectionNRSfMedium returns a boolean if a field has been set.

func (*NRFreqRelationSingleAllOfAttributes) HasTReselectionNr ¶

func (o *NRFreqRelationSingleAllOfAttributes) HasTReselectionNr() bool

HasTReselectionNr returns a boolean if a field has been set.

func (*NRFreqRelationSingleAllOfAttributes) HasThreshXHighP ¶

func (o *NRFreqRelationSingleAllOfAttributes) HasThreshXHighP() bool

HasThreshXHighP returns a boolean if a field has been set.

func (*NRFreqRelationSingleAllOfAttributes) HasThreshXHighQ ¶

func (o *NRFreqRelationSingleAllOfAttributes) HasThreshXHighQ() bool

HasThreshXHighQ returns a boolean if a field has been set.

func (*NRFreqRelationSingleAllOfAttributes) HasThreshXLowP ¶

func (o *NRFreqRelationSingleAllOfAttributes) HasThreshXLowP() bool

HasThreshXLowP returns a boolean if a field has been set.

func (*NRFreqRelationSingleAllOfAttributes) HasThreshXLowQ ¶

func (o *NRFreqRelationSingleAllOfAttributes) HasThreshXLowQ() bool

HasThreshXLowQ returns a boolean if a field has been set.

func (NRFreqRelationSingleAllOfAttributes) MarshalJSON ¶

func (o NRFreqRelationSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*NRFreqRelationSingleAllOfAttributes) SetBlockListEntry ¶

func (o *NRFreqRelationSingleAllOfAttributes) SetBlockListEntry(v []int32)

SetBlockListEntry gets a reference to the given []int32 and assigns it to the BlockListEntry field.

func (*NRFreqRelationSingleAllOfAttributes) SetBlockListEntryIdleMode ¶

func (o *NRFreqRelationSingleAllOfAttributes) SetBlockListEntryIdleMode(v int32)

SetBlockListEntryIdleMode gets a reference to the given int32 and assigns it to the BlockListEntryIdleMode field.

func (*NRFreqRelationSingleAllOfAttributes) SetCellReselectionPriority ¶

func (o *NRFreqRelationSingleAllOfAttributes) SetCellReselectionPriority(v int32)

SetCellReselectionPriority gets a reference to the given int32 and assigns it to the CellReselectionPriority field.

func (*NRFreqRelationSingleAllOfAttributes) SetCellReselectionSubPriority ¶

func (o *NRFreqRelationSingleAllOfAttributes) SetCellReselectionSubPriority(v float32)

SetCellReselectionSubPriority gets a reference to the given float32 and assigns it to the CellReselectionSubPriority field.

func (*NRFreqRelationSingleAllOfAttributes) SetNRFrequencyRef ¶

func (o *NRFreqRelationSingleAllOfAttributes) SetNRFrequencyRef(v string)

SetNRFrequencyRef gets a reference to the given string and assigns it to the NRFrequencyRef field.

func (*NRFreqRelationSingleAllOfAttributes) SetOffsetMO ¶

SetOffsetMO gets a reference to the given QOffsetRangeList and assigns it to the OffsetMO field.

func (*NRFreqRelationSingleAllOfAttributes) SetPMax ¶

SetPMax gets a reference to the given int32 and assigns it to the PMax field.

func (*NRFreqRelationSingleAllOfAttributes) SetQOffsetFreq ¶

func (o *NRFreqRelationSingleAllOfAttributes) SetQOffsetFreq(v float32)

SetQOffsetFreq gets a reference to the given float32 and assigns it to the QOffsetFreq field.

func (*NRFreqRelationSingleAllOfAttributes) SetQQualMin ¶

func (o *NRFreqRelationSingleAllOfAttributes) SetQQualMin(v float32)

SetQQualMin gets a reference to the given float32 and assigns it to the QQualMin field.

func (*NRFreqRelationSingleAllOfAttributes) SetQRxLevMin ¶

func (o *NRFreqRelationSingleAllOfAttributes) SetQRxLevMin(v int32)

SetQRxLevMin gets a reference to the given int32 and assigns it to the QRxLevMin field.

func (*NRFreqRelationSingleAllOfAttributes) SetTReselectionNRSfHigh ¶

func (o *NRFreqRelationSingleAllOfAttributes) SetTReselectionNRSfHigh(v TReselectionNRSf)

SetTReselectionNRSfHigh gets a reference to the given TReselectionNRSf and assigns it to the TReselectionNRSfHigh field.

func (*NRFreqRelationSingleAllOfAttributes) SetTReselectionNRSfMedium ¶

func (o *NRFreqRelationSingleAllOfAttributes) SetTReselectionNRSfMedium(v TReselectionNRSf)

SetTReselectionNRSfMedium gets a reference to the given TReselectionNRSf and assigns it to the TReselectionNRSfMedium field.

func (*NRFreqRelationSingleAllOfAttributes) SetTReselectionNr ¶

func (o *NRFreqRelationSingleAllOfAttributes) SetTReselectionNr(v int32)

SetTReselectionNr gets a reference to the given int32 and assigns it to the TReselectionNr field.

func (*NRFreqRelationSingleAllOfAttributes) SetThreshXHighP ¶

func (o *NRFreqRelationSingleAllOfAttributes) SetThreshXHighP(v int32)

SetThreshXHighP gets a reference to the given int32 and assigns it to the ThreshXHighP field.

func (*NRFreqRelationSingleAllOfAttributes) SetThreshXHighQ ¶

func (o *NRFreqRelationSingleAllOfAttributes) SetThreshXHighQ(v int32)

SetThreshXHighQ gets a reference to the given int32 and assigns it to the ThreshXHighQ field.

func (*NRFreqRelationSingleAllOfAttributes) SetThreshXLowP ¶

func (o *NRFreqRelationSingleAllOfAttributes) SetThreshXLowP(v int32)

SetThreshXLowP gets a reference to the given int32 and assigns it to the ThreshXLowP field.

func (*NRFreqRelationSingleAllOfAttributes) SetThreshXLowQ ¶

func (o *NRFreqRelationSingleAllOfAttributes) SetThreshXLowQ(v int32)

SetThreshXLowQ gets a reference to the given int32 and assigns it to the ThreshXLowQ field.

func (NRFreqRelationSingleAllOfAttributes) ToMap ¶

func (o NRFreqRelationSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type NRFrequencySingle ¶

type NRFrequencySingle struct {
	Top
	Attributes *NRFrequencySingleAllOfAttributes `json:"attributes,omitempty"`
}

NRFrequencySingle struct for NRFrequencySingle

func NewNRFrequencySingle ¶

func NewNRFrequencySingle(id NullableString) *NRFrequencySingle

NewNRFrequencySingle instantiates a new NRFrequencySingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNRFrequencySingleWithDefaults ¶

func NewNRFrequencySingleWithDefaults() *NRFrequencySingle

NewNRFrequencySingleWithDefaults instantiates a new NRFrequencySingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NRFrequencySingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*NRFrequencySingle) GetAttributesOk ¶

func (o *NRFrequencySingle) GetAttributesOk() (*NRFrequencySingleAllOfAttributes, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NRFrequencySingle) HasAttributes ¶

func (o *NRFrequencySingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (NRFrequencySingle) MarshalJSON ¶

func (o NRFrequencySingle) MarshalJSON() ([]byte, error)

func (*NRFrequencySingle) SetAttributes ¶

SetAttributes gets a reference to the given NRFrequencySingleAllOfAttributes and assigns it to the Attributes field.

func (NRFrequencySingle) ToMap ¶

func (o NRFrequencySingle) ToMap() (map[string]interface{}, error)

type NRFrequencySingleAllOf ¶

type NRFrequencySingleAllOf struct {
	Attributes *NRFrequencySingleAllOfAttributes `json:"attributes,omitempty"`
}

NRFrequencySingleAllOf struct for NRFrequencySingleAllOf

func NewNRFrequencySingleAllOf ¶

func NewNRFrequencySingleAllOf() *NRFrequencySingleAllOf

NewNRFrequencySingleAllOf instantiates a new NRFrequencySingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNRFrequencySingleAllOfWithDefaults ¶

func NewNRFrequencySingleAllOfWithDefaults() *NRFrequencySingleAllOf

NewNRFrequencySingleAllOfWithDefaults instantiates a new NRFrequencySingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NRFrequencySingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*NRFrequencySingleAllOf) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NRFrequencySingleAllOf) HasAttributes ¶

func (o *NRFrequencySingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (NRFrequencySingleAllOf) MarshalJSON ¶

func (o NRFrequencySingleAllOf) MarshalJSON() ([]byte, error)

func (*NRFrequencySingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given NRFrequencySingleAllOfAttributes and assigns it to the Attributes field.

func (NRFrequencySingleAllOf) ToMap ¶

func (o NRFrequencySingleAllOf) ToMap() (map[string]interface{}, error)

type NRFrequencySingleAllOfAttributes ¶

type NRFrequencySingleAllOfAttributes struct {
	AbsoluteFrequencySSB     *int32                `json:"absoluteFrequencySSB,omitempty"`
	SsbSubCarrierSpacing     *SsbSubCarrierSpacing `json:"ssbSubCarrierSpacing,omitempty"`
	MultiFrequencyBandListNR *int32                `json:"multiFrequencyBandListNR,omitempty"`
}

NRFrequencySingleAllOfAttributes struct for NRFrequencySingleAllOfAttributes

func NewNRFrequencySingleAllOfAttributes ¶

func NewNRFrequencySingleAllOfAttributes() *NRFrequencySingleAllOfAttributes

NewNRFrequencySingleAllOfAttributes instantiates a new NRFrequencySingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNRFrequencySingleAllOfAttributesWithDefaults ¶

func NewNRFrequencySingleAllOfAttributesWithDefaults() *NRFrequencySingleAllOfAttributes

NewNRFrequencySingleAllOfAttributesWithDefaults instantiates a new NRFrequencySingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NRFrequencySingleAllOfAttributes) GetAbsoluteFrequencySSB ¶

func (o *NRFrequencySingleAllOfAttributes) GetAbsoluteFrequencySSB() int32

GetAbsoluteFrequencySSB returns the AbsoluteFrequencySSB field value if set, zero value otherwise.

func (*NRFrequencySingleAllOfAttributes) GetAbsoluteFrequencySSBOk ¶

func (o *NRFrequencySingleAllOfAttributes) GetAbsoluteFrequencySSBOk() (*int32, bool)

GetAbsoluteFrequencySSBOk returns a tuple with the AbsoluteFrequencySSB field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NRFrequencySingleAllOfAttributes) GetMultiFrequencyBandListNR ¶

func (o *NRFrequencySingleAllOfAttributes) GetMultiFrequencyBandListNR() int32

GetMultiFrequencyBandListNR returns the MultiFrequencyBandListNR field value if set, zero value otherwise.

func (*NRFrequencySingleAllOfAttributes) GetMultiFrequencyBandListNROk ¶

func (o *NRFrequencySingleAllOfAttributes) GetMultiFrequencyBandListNROk() (*int32, bool)

GetMultiFrequencyBandListNROk returns a tuple with the MultiFrequencyBandListNR field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NRFrequencySingleAllOfAttributes) GetSsbSubCarrierSpacing ¶

func (o *NRFrequencySingleAllOfAttributes) GetSsbSubCarrierSpacing() SsbSubCarrierSpacing

GetSsbSubCarrierSpacing returns the SsbSubCarrierSpacing field value if set, zero value otherwise.

func (*NRFrequencySingleAllOfAttributes) GetSsbSubCarrierSpacingOk ¶

func (o *NRFrequencySingleAllOfAttributes) GetSsbSubCarrierSpacingOk() (*SsbSubCarrierSpacing, bool)

GetSsbSubCarrierSpacingOk returns a tuple with the SsbSubCarrierSpacing field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NRFrequencySingleAllOfAttributes) HasAbsoluteFrequencySSB ¶

func (o *NRFrequencySingleAllOfAttributes) HasAbsoluteFrequencySSB() bool

HasAbsoluteFrequencySSB returns a boolean if a field has been set.

func (*NRFrequencySingleAllOfAttributes) HasMultiFrequencyBandListNR ¶

func (o *NRFrequencySingleAllOfAttributes) HasMultiFrequencyBandListNR() bool

HasMultiFrequencyBandListNR returns a boolean if a field has been set.

func (*NRFrequencySingleAllOfAttributes) HasSsbSubCarrierSpacing ¶

func (o *NRFrequencySingleAllOfAttributes) HasSsbSubCarrierSpacing() bool

HasSsbSubCarrierSpacing returns a boolean if a field has been set.

func (NRFrequencySingleAllOfAttributes) MarshalJSON ¶

func (o NRFrequencySingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*NRFrequencySingleAllOfAttributes) SetAbsoluteFrequencySSB ¶

func (o *NRFrequencySingleAllOfAttributes) SetAbsoluteFrequencySSB(v int32)

SetAbsoluteFrequencySSB gets a reference to the given int32 and assigns it to the AbsoluteFrequencySSB field.

func (*NRFrequencySingleAllOfAttributes) SetMultiFrequencyBandListNR ¶

func (o *NRFrequencySingleAllOfAttributes) SetMultiFrequencyBandListNR(v int32)

SetMultiFrequencyBandListNR gets a reference to the given int32 and assigns it to the MultiFrequencyBandListNR field.

func (*NRFrequencySingleAllOfAttributes) SetSsbSubCarrierSpacing ¶

func (o *NRFrequencySingleAllOfAttributes) SetSsbSubCarrierSpacing(v SsbSubCarrierSpacing)

SetSsbSubCarrierSpacing gets a reference to the given SsbSubCarrierSpacing and assigns it to the SsbSubCarrierSpacing field.

func (NRFrequencySingleAllOfAttributes) ToMap ¶

func (o NRFrequencySingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type NRPciList ¶

type NRPciList struct {
	NRPci *int32 `json:"NRPci,omitempty"`
}

NRPciList struct for NRPciList

func NewNRPciList ¶

func NewNRPciList() *NRPciList

NewNRPciList instantiates a new NRPciList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNRPciListWithDefaults ¶

func NewNRPciListWithDefaults() *NRPciList

NewNRPciListWithDefaults instantiates a new NRPciList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NRPciList) GetNRPci ¶

func (o *NRPciList) GetNRPci() int32

GetNRPci returns the NRPci field value if set, zero value otherwise.

func (*NRPciList) GetNRPciOk ¶

func (o *NRPciList) GetNRPciOk() (*int32, bool)

GetNRPciOk returns a tuple with the NRPci field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NRPciList) HasNRPci ¶

func (o *NRPciList) HasNRPci() bool

HasNRPci returns a boolean if a field has been set.

func (NRPciList) MarshalJSON ¶

func (o NRPciList) MarshalJSON() ([]byte, error)

func (*NRPciList) SetNRPci ¶

func (o *NRPciList) SetNRPci(v int32)

SetNRPci gets a reference to the given int32 and assigns it to the NRPci field.

func (NRPciList) ToMap ¶

func (o NRPciList) ToMap() (map[string]interface{}, error)

type NRTACRange ¶

type NRTACRange struct {
	NRTACstart   *string `json:"nRTACstart,omitempty"`
	NRTACend     *string `json:"nRTACend,omitempty"`
	NRTACpattern *string `json:"nRTACpattern,omitempty"`
}

NRTACRange struct for NRTACRange

func NewNRTACRange ¶

func NewNRTACRange() *NRTACRange

NewNRTACRange instantiates a new NRTACRange object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNRTACRangeWithDefaults ¶

func NewNRTACRangeWithDefaults() *NRTACRange

NewNRTACRangeWithDefaults instantiates a new NRTACRange object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NRTACRange) GetNRTACend ¶

func (o *NRTACRange) GetNRTACend() string

GetNRTACend returns the NRTACend field value if set, zero value otherwise.

func (*NRTACRange) GetNRTACendOk ¶

func (o *NRTACRange) GetNRTACendOk() (*string, bool)

GetNRTACendOk returns a tuple with the NRTACend field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NRTACRange) GetNRTACpattern ¶

func (o *NRTACRange) GetNRTACpattern() string

GetNRTACpattern returns the NRTACpattern field value if set, zero value otherwise.

func (*NRTACRange) GetNRTACpatternOk ¶

func (o *NRTACRange) GetNRTACpatternOk() (*string, bool)

GetNRTACpatternOk returns a tuple with the NRTACpattern field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NRTACRange) GetNRTACstart ¶

func (o *NRTACRange) GetNRTACstart() string

GetNRTACstart returns the NRTACstart field value if set, zero value otherwise.

func (*NRTACRange) GetNRTACstartOk ¶

func (o *NRTACRange) GetNRTACstartOk() (*string, bool)

GetNRTACstartOk returns a tuple with the NRTACstart field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NRTACRange) HasNRTACend ¶

func (o *NRTACRange) HasNRTACend() bool

HasNRTACend returns a boolean if a field has been set.

func (*NRTACRange) HasNRTACpattern ¶

func (o *NRTACRange) HasNRTACpattern() bool

HasNRTACpattern returns a boolean if a field has been set.

func (*NRTACRange) HasNRTACstart ¶

func (o *NRTACRange) HasNRTACstart() bool

HasNRTACstart returns a boolean if a field has been set.

func (NRTACRange) MarshalJSON ¶

func (o NRTACRange) MarshalJSON() ([]byte, error)

func (*NRTACRange) SetNRTACend ¶

func (o *NRTACRange) SetNRTACend(v string)

SetNRTACend gets a reference to the given string and assigns it to the NRTACend field.

func (*NRTACRange) SetNRTACpattern ¶

func (o *NRTACRange) SetNRTACpattern(v string)

SetNRTACpattern gets a reference to the given string and assigns it to the NRTACpattern field.

func (*NRTACRange) SetNRTACstart ¶

func (o *NRTACRange) SetNRTACstart(v string)

SetNRTACstart gets a reference to the given string and assigns it to the NRTACstart field.

func (NRTACRange) ToMap ¶

func (o NRTACRange) ToMap() (map[string]interface{}, error)

type NSSAASupport ¶

type NSSAASupport struct {
	ServAttrCom *ServAttrCom `json:"servAttrCom,omitempty"`
	Support     *Support     `json:"support,omitempty"`
}

NSSAASupport struct for NSSAASupport

func NewNSSAASupport ¶

func NewNSSAASupport() *NSSAASupport

NewNSSAASupport instantiates a new NSSAASupport object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNSSAASupportWithDefaults ¶

func NewNSSAASupportWithDefaults() *NSSAASupport

NewNSSAASupportWithDefaults instantiates a new NSSAASupport object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NSSAASupport) GetServAttrCom ¶

func (o *NSSAASupport) GetServAttrCom() ServAttrCom

GetServAttrCom returns the ServAttrCom field value if set, zero value otherwise.

func (*NSSAASupport) GetServAttrComOk ¶

func (o *NSSAASupport) GetServAttrComOk() (*ServAttrCom, bool)

GetServAttrComOk returns a tuple with the ServAttrCom field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NSSAASupport) GetSupport ¶

func (o *NSSAASupport) GetSupport() Support

GetSupport returns the Support field value if set, zero value otherwise.

func (*NSSAASupport) GetSupportOk ¶

func (o *NSSAASupport) GetSupportOk() (*Support, bool)

GetSupportOk returns a tuple with the Support field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NSSAASupport) HasServAttrCom ¶

func (o *NSSAASupport) HasServAttrCom() bool

HasServAttrCom returns a boolean if a field has been set.

func (*NSSAASupport) HasSupport ¶

func (o *NSSAASupport) HasSupport() bool

HasSupport returns a boolean if a field has been set.

func (NSSAASupport) MarshalJSON ¶

func (o NSSAASupport) MarshalJSON() ([]byte, error)

func (*NSSAASupport) SetServAttrCom ¶

func (o *NSSAASupport) SetServAttrCom(v ServAttrCom)

SetServAttrCom gets a reference to the given ServAttrCom and assigns it to the ServAttrCom field.

func (*NSSAASupport) SetSupport ¶

func (o *NSSAASupport) SetSupport(v Support)

SetSupport gets a reference to the given Support and assigns it to the Support field.

func (NSSAASupport) ToMap ¶

func (o NSSAASupport) ToMap() (map[string]interface{}, error)

type NefFunctionSingle ¶

type NefFunctionSingle struct {
	Top
	Attributes       *NefFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
	PerfMetricJob    []PerfMetricJobSingle             `json:"PerfMetricJob,omitempty"`
	ThresholdMonitor []ThresholdMonitorSingle          `json:"ThresholdMonitor,omitempty"`
	ManagedNFService []ManagedNFServiceSingle          `json:"ManagedNFService,omitempty"`
	TraceJob         []TraceJobSingle                  `json:"TraceJob,omitempty"`
	EPN33            []EPN33Single                     `json:"EP_N33,omitempty"`
}

NefFunctionSingle struct for NefFunctionSingle

func NewNefFunctionSingle ¶

func NewNefFunctionSingle(id NullableString) *NefFunctionSingle

NewNefFunctionSingle instantiates a new NefFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNefFunctionSingleWithDefaults ¶

func NewNefFunctionSingleWithDefaults() *NefFunctionSingle

NewNefFunctionSingleWithDefaults instantiates a new NefFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NefFunctionSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*NefFunctionSingle) GetAttributesOk ¶

func (o *NefFunctionSingle) GetAttributesOk() (*NefFunctionSingleAllOfAttributes, 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 (*NefFunctionSingle) GetEPN33 ¶

func (o *NefFunctionSingle) GetEPN33() []EPN33Single

GetEPN33 returns the EPN33 field value if set, zero value otherwise.

func (*NefFunctionSingle) GetEPN33Ok ¶

func (o *NefFunctionSingle) GetEPN33Ok() ([]EPN33Single, bool)

GetEPN33Ok returns a tuple with the EPN33 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NefFunctionSingle) GetManagedNFService ¶

func (o *NefFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle

GetManagedNFService returns the ManagedNFService field value if set, zero value otherwise.

func (*NefFunctionSingle) GetManagedNFServiceOk ¶

func (o *NefFunctionSingle) 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 (*NefFunctionSingle) GetPerfMetricJob ¶

func (o *NefFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle

GetPerfMetricJob returns the PerfMetricJob field value if set, zero value otherwise.

func (*NefFunctionSingle) GetPerfMetricJobOk ¶

func (o *NefFunctionSingle) 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 (*NefFunctionSingle) GetThresholdMonitor ¶

func (o *NefFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle

GetThresholdMonitor returns the ThresholdMonitor field value if set, zero value otherwise.

func (*NefFunctionSingle) GetThresholdMonitorOk ¶

func (o *NefFunctionSingle) 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 (*NefFunctionSingle) GetTraceJob ¶

func (o *NefFunctionSingle) GetTraceJob() []TraceJobSingle

GetTraceJob returns the TraceJob field value if set, zero value otherwise.

func (*NefFunctionSingle) GetTraceJobOk ¶

func (o *NefFunctionSingle) 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 (*NefFunctionSingle) HasAttributes ¶

func (o *NefFunctionSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*NefFunctionSingle) HasEPN33 ¶

func (o *NefFunctionSingle) HasEPN33() bool

HasEPN33 returns a boolean if a field has been set.

func (*NefFunctionSingle) HasManagedNFService ¶

func (o *NefFunctionSingle) HasManagedNFService() bool

HasManagedNFService returns a boolean if a field has been set.

func (*NefFunctionSingle) HasPerfMetricJob ¶

func (o *NefFunctionSingle) HasPerfMetricJob() bool

HasPerfMetricJob returns a boolean if a field has been set.

func (*NefFunctionSingle) HasThresholdMonitor ¶

func (o *NefFunctionSingle) HasThresholdMonitor() bool

HasThresholdMonitor returns a boolean if a field has been set.

func (*NefFunctionSingle) HasTraceJob ¶

func (o *NefFunctionSingle) HasTraceJob() bool

HasTraceJob returns a boolean if a field has been set.

func (NefFunctionSingle) MarshalJSON ¶

func (o NefFunctionSingle) MarshalJSON() ([]byte, error)

func (*NefFunctionSingle) SetAttributes ¶

SetAttributes gets a reference to the given NefFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (*NefFunctionSingle) SetEPN33 ¶

func (o *NefFunctionSingle) SetEPN33(v []EPN33Single)

SetEPN33 gets a reference to the given []EPN33Single and assigns it to the EPN33 field.

func (*NefFunctionSingle) SetManagedNFService ¶

func (o *NefFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle)

SetManagedNFService gets a reference to the given []ManagedNFServiceSingle and assigns it to the ManagedNFService field.

func (*NefFunctionSingle) SetPerfMetricJob ¶

func (o *NefFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle)

SetPerfMetricJob gets a reference to the given []PerfMetricJobSingle and assigns it to the PerfMetricJob field.

func (*NefFunctionSingle) SetThresholdMonitor ¶

func (o *NefFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)

SetThresholdMonitor gets a reference to the given []ThresholdMonitorSingle and assigns it to the ThresholdMonitor field.

func (*NefFunctionSingle) SetTraceJob ¶

func (o *NefFunctionSingle) SetTraceJob(v []TraceJobSingle)

SetTraceJob gets a reference to the given []TraceJobSingle and assigns it to the TraceJob field.

func (NefFunctionSingle) ToMap ¶

func (o NefFunctionSingle) ToMap() (map[string]interface{}, error)

type NefFunctionSingleAllOf ¶

type NefFunctionSingleAllOf struct {
	Attributes *NefFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}

NefFunctionSingleAllOf struct for NefFunctionSingleAllOf

func NewNefFunctionSingleAllOf ¶

func NewNefFunctionSingleAllOf() *NefFunctionSingleAllOf

NewNefFunctionSingleAllOf instantiates a new NefFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNefFunctionSingleAllOfWithDefaults ¶

func NewNefFunctionSingleAllOfWithDefaults() *NefFunctionSingleAllOf

NewNefFunctionSingleAllOfWithDefaults instantiates a new NefFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NefFunctionSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*NefFunctionSingleAllOf) GetAttributesOk ¶

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 (*NefFunctionSingleAllOf) HasAttributes ¶

func (o *NefFunctionSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (NefFunctionSingleAllOf) MarshalJSON ¶

func (o NefFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*NefFunctionSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given NefFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (NefFunctionSingleAllOf) ToMap ¶

func (o NefFunctionSingleAllOf) ToMap() (map[string]interface{}, error)

type NefFunctionSingleAllOf1 ¶

type NefFunctionSingleAllOf1 struct {
	EPN33 []EPN33Single `json:"EP_N33,omitempty"`
}

NefFunctionSingleAllOf1 struct for NefFunctionSingleAllOf1

func NewNefFunctionSingleAllOf1 ¶

func NewNefFunctionSingleAllOf1() *NefFunctionSingleAllOf1

NewNefFunctionSingleAllOf1 instantiates a new NefFunctionSingleAllOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNefFunctionSingleAllOf1WithDefaults ¶

func NewNefFunctionSingleAllOf1WithDefaults() *NefFunctionSingleAllOf1

NewNefFunctionSingleAllOf1WithDefaults instantiates a new NefFunctionSingleAllOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NefFunctionSingleAllOf1) GetEPN33 ¶

func (o *NefFunctionSingleAllOf1) GetEPN33() []EPN33Single

GetEPN33 returns the EPN33 field value if set, zero value otherwise.

func (*NefFunctionSingleAllOf1) GetEPN33Ok ¶

func (o *NefFunctionSingleAllOf1) GetEPN33Ok() ([]EPN33Single, bool)

GetEPN33Ok returns a tuple with the EPN33 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NefFunctionSingleAllOf1) HasEPN33 ¶

func (o *NefFunctionSingleAllOf1) HasEPN33() bool

HasEPN33 returns a boolean if a field has been set.

func (NefFunctionSingleAllOf1) MarshalJSON ¶

func (o NefFunctionSingleAllOf1) MarshalJSON() ([]byte, error)

func (*NefFunctionSingleAllOf1) SetEPN33 ¶

func (o *NefFunctionSingleAllOf1) SetEPN33(v []EPN33Single)

SetEPN33 gets a reference to the given []EPN33Single and assigns it to the EPN33 field.

func (NefFunctionSingleAllOf1) ToMap ¶

func (o NefFunctionSingleAllOf1) ToMap() (map[string]interface{}, error)

type NefFunctionSingleAllOfAttributes ¶

type NefFunctionSingleAllOfAttributes struct {
	ManagedFunctionAttr
	SBIFqdn                        *string              `json:"sBIFqdn,omitempty"`
	SnssaiList                     []Snssai             `json:"snssaiList,omitempty"`
	ManagedNFProfile               *ManagedNFProfile    `json:"managedNFProfile,omitempty"`
	CapabilityList                 []string             `json:"capabilityList,omitempty"`
	IsCAPIFSup                     *bool                `json:"isCAPIFSup,omitempty"`
	TaiList                        []Tai                `json:"taiList,omitempty"`
	TaiRangeList                   []TaiRange           `json:"taiRangeList,omitempty"`
	Dnai                           *string              `json:"dnai,omitempty"`
	NefId                          *string              `json:"nefId,omitempty"`
	PfdData                        *PfdData             `json:"pfdData,omitempty"`
	AfEeData                       *AfEventExposureData `json:"afEeData,omitempty"`
	GpsiRanges                     []IdentityRange      `json:"gpsiRanges,omitempty"`
	ExternalGroupIdentifiersRanges []IdentityRange      `json:"externalGroupIdentifiersRanges,omitempty"`
	ServedFqdnList                 []string             `json:"servedFqdnList,omitempty"`
	DnaiList                       []string             `json:"dnaiList,omitempty"`
	UnTrustAfInfoList              []UnTrustAfInfo      `json:"unTrustAfInfoList,omitempty"`
	UasNfFunctionalityInd          *bool                `json:"uasNfFunctionalityInd,omitempty"`
}

NefFunctionSingleAllOfAttributes struct for NefFunctionSingleAllOfAttributes

func NewNefFunctionSingleAllOfAttributes ¶

func NewNefFunctionSingleAllOfAttributes() *NefFunctionSingleAllOfAttributes

NewNefFunctionSingleAllOfAttributes instantiates a new NefFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNefFunctionSingleAllOfAttributesWithDefaults ¶

func NewNefFunctionSingleAllOfAttributesWithDefaults() *NefFunctionSingleAllOfAttributes

NewNefFunctionSingleAllOfAttributesWithDefaults instantiates a new NefFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NefFunctionSingleAllOfAttributes) GetAfEeData ¶

GetAfEeData returns the AfEeData field value if set, zero value otherwise.

func (*NefFunctionSingleAllOfAttributes) GetAfEeDataOk ¶

GetAfEeDataOk returns a tuple with the AfEeData field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NefFunctionSingleAllOfAttributes) GetCapabilityList ¶

func (o *NefFunctionSingleAllOfAttributes) GetCapabilityList() []string

GetCapabilityList returns the CapabilityList field value if set, zero value otherwise.

func (*NefFunctionSingleAllOfAttributes) GetCapabilityListOk ¶

func (o *NefFunctionSingleAllOfAttributes) GetCapabilityListOk() ([]string, bool)

GetCapabilityListOk returns a tuple with the CapabilityList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NefFunctionSingleAllOfAttributes) GetDnai ¶

GetDnai returns the Dnai field value if set, zero value otherwise.

func (*NefFunctionSingleAllOfAttributes) GetDnaiList ¶

func (o *NefFunctionSingleAllOfAttributes) GetDnaiList() []string

GetDnaiList returns the DnaiList field value if set, zero value otherwise.

func (*NefFunctionSingleAllOfAttributes) GetDnaiListOk ¶

func (o *NefFunctionSingleAllOfAttributes) GetDnaiListOk() ([]string, bool)

GetDnaiListOk returns a tuple with the DnaiList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NefFunctionSingleAllOfAttributes) GetDnaiOk ¶

func (o *NefFunctionSingleAllOfAttributes) GetDnaiOk() (*string, bool)

GetDnaiOk returns a tuple with the Dnai field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NefFunctionSingleAllOfAttributes) GetExternalGroupIdentifiersRanges ¶

func (o *NefFunctionSingleAllOfAttributes) GetExternalGroupIdentifiersRanges() []IdentityRange

GetExternalGroupIdentifiersRanges returns the ExternalGroupIdentifiersRanges field value if set, zero value otherwise.

func (*NefFunctionSingleAllOfAttributes) GetExternalGroupIdentifiersRangesOk ¶

func (o *NefFunctionSingleAllOfAttributes) GetExternalGroupIdentifiersRangesOk() ([]IdentityRange, bool)

GetExternalGroupIdentifiersRangesOk returns a tuple with the ExternalGroupIdentifiersRanges field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NefFunctionSingleAllOfAttributes) GetGpsiRanges ¶

func (o *NefFunctionSingleAllOfAttributes) GetGpsiRanges() []IdentityRange

GetGpsiRanges returns the GpsiRanges field value if set, zero value otherwise.

func (*NefFunctionSingleAllOfAttributes) GetGpsiRangesOk ¶

func (o *NefFunctionSingleAllOfAttributes) GetGpsiRangesOk() ([]IdentityRange, bool)

GetGpsiRangesOk returns a tuple with the GpsiRanges field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NefFunctionSingleAllOfAttributes) GetIsCAPIFSup ¶

func (o *NefFunctionSingleAllOfAttributes) GetIsCAPIFSup() bool

GetIsCAPIFSup returns the IsCAPIFSup field value if set, zero value otherwise.

func (*NefFunctionSingleAllOfAttributes) GetIsCAPIFSupOk ¶

func (o *NefFunctionSingleAllOfAttributes) GetIsCAPIFSupOk() (*bool, bool)

GetIsCAPIFSupOk returns a tuple with the IsCAPIFSup field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NefFunctionSingleAllOfAttributes) GetManagedNFProfile ¶

func (o *NefFunctionSingleAllOfAttributes) GetManagedNFProfile() ManagedNFProfile

GetManagedNFProfile returns the ManagedNFProfile field value if set, zero value otherwise.

func (*NefFunctionSingleAllOfAttributes) GetManagedNFProfileOk ¶

func (o *NefFunctionSingleAllOfAttributes) GetManagedNFProfileOk() (*ManagedNFProfile, bool)

GetManagedNFProfileOk returns a tuple with the ManagedNFProfile field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NefFunctionSingleAllOfAttributes) GetNefId ¶

GetNefId returns the NefId field value if set, zero value otherwise.

func (*NefFunctionSingleAllOfAttributes) GetNefIdOk ¶

func (o *NefFunctionSingleAllOfAttributes) GetNefIdOk() (*string, bool)

GetNefIdOk returns a tuple with the NefId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NefFunctionSingleAllOfAttributes) GetPfdData ¶

func (o *NefFunctionSingleAllOfAttributes) GetPfdData() PfdData

GetPfdData returns the PfdData field value if set, zero value otherwise.

func (*NefFunctionSingleAllOfAttributes) GetPfdDataOk ¶

func (o *NefFunctionSingleAllOfAttributes) GetPfdDataOk() (*PfdData, bool)

GetPfdDataOk returns a tuple with the PfdData field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NefFunctionSingleAllOfAttributes) GetSBIFqdn ¶

func (o *NefFunctionSingleAllOfAttributes) GetSBIFqdn() string

GetSBIFqdn returns the SBIFqdn field value if set, zero value otherwise.

func (*NefFunctionSingleAllOfAttributes) GetSBIFqdnOk ¶

func (o *NefFunctionSingleAllOfAttributes) GetSBIFqdnOk() (*string, bool)

GetSBIFqdnOk returns a tuple with the SBIFqdn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NefFunctionSingleAllOfAttributes) GetServedFqdnList ¶

func (o *NefFunctionSingleAllOfAttributes) GetServedFqdnList() []string

GetServedFqdnList returns the ServedFqdnList field value if set, zero value otherwise.

func (*NefFunctionSingleAllOfAttributes) GetServedFqdnListOk ¶

func (o *NefFunctionSingleAllOfAttributes) GetServedFqdnListOk() ([]string, bool)

GetServedFqdnListOk returns a tuple with the ServedFqdnList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NefFunctionSingleAllOfAttributes) GetSnssaiList ¶

func (o *NefFunctionSingleAllOfAttributes) GetSnssaiList() []Snssai

GetSnssaiList returns the SnssaiList field value if set, zero value otherwise.

func (*NefFunctionSingleAllOfAttributes) GetSnssaiListOk ¶

func (o *NefFunctionSingleAllOfAttributes) GetSnssaiListOk() ([]Snssai, bool)

GetSnssaiListOk returns a tuple with the SnssaiList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NefFunctionSingleAllOfAttributes) GetTaiList ¶

func (o *NefFunctionSingleAllOfAttributes) GetTaiList() []Tai

GetTaiList returns the TaiList field value if set, zero value otherwise.

func (*NefFunctionSingleAllOfAttributes) GetTaiListOk ¶

func (o *NefFunctionSingleAllOfAttributes) GetTaiListOk() ([]Tai, bool)

GetTaiListOk returns a tuple with the TaiList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NefFunctionSingleAllOfAttributes) GetTaiRangeList ¶

func (o *NefFunctionSingleAllOfAttributes) GetTaiRangeList() []TaiRange

GetTaiRangeList returns the TaiRangeList field value if set, zero value otherwise.

func (*NefFunctionSingleAllOfAttributes) GetTaiRangeListOk ¶

func (o *NefFunctionSingleAllOfAttributes) GetTaiRangeListOk() ([]TaiRange, bool)

GetTaiRangeListOk returns a tuple with the TaiRangeList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NefFunctionSingleAllOfAttributes) GetUasNfFunctionalityInd ¶

func (o *NefFunctionSingleAllOfAttributes) GetUasNfFunctionalityInd() bool

GetUasNfFunctionalityInd returns the UasNfFunctionalityInd field value if set, zero value otherwise.

func (*NefFunctionSingleAllOfAttributes) GetUasNfFunctionalityIndOk ¶

func (o *NefFunctionSingleAllOfAttributes) GetUasNfFunctionalityIndOk() (*bool, bool)

GetUasNfFunctionalityIndOk returns a tuple with the UasNfFunctionalityInd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NefFunctionSingleAllOfAttributes) GetUnTrustAfInfoList ¶

func (o *NefFunctionSingleAllOfAttributes) GetUnTrustAfInfoList() []UnTrustAfInfo

GetUnTrustAfInfoList returns the UnTrustAfInfoList field value if set, zero value otherwise.

func (*NefFunctionSingleAllOfAttributes) GetUnTrustAfInfoListOk ¶

func (o *NefFunctionSingleAllOfAttributes) GetUnTrustAfInfoListOk() ([]UnTrustAfInfo, bool)

GetUnTrustAfInfoListOk returns a tuple with the UnTrustAfInfoList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NefFunctionSingleAllOfAttributes) HasAfEeData ¶

func (o *NefFunctionSingleAllOfAttributes) HasAfEeData() bool

HasAfEeData returns a boolean if a field has been set.

func (*NefFunctionSingleAllOfAttributes) HasCapabilityList ¶

func (o *NefFunctionSingleAllOfAttributes) HasCapabilityList() bool

HasCapabilityList returns a boolean if a field has been set.

func (*NefFunctionSingleAllOfAttributes) HasDnai ¶

HasDnai returns a boolean if a field has been set.

func (*NefFunctionSingleAllOfAttributes) HasDnaiList ¶

func (o *NefFunctionSingleAllOfAttributes) HasDnaiList() bool

HasDnaiList returns a boolean if a field has been set.

func (*NefFunctionSingleAllOfAttributes) HasExternalGroupIdentifiersRanges ¶

func (o *NefFunctionSingleAllOfAttributes) HasExternalGroupIdentifiersRanges() bool

HasExternalGroupIdentifiersRanges returns a boolean if a field has been set.

func (*NefFunctionSingleAllOfAttributes) HasGpsiRanges ¶

func (o *NefFunctionSingleAllOfAttributes) HasGpsiRanges() bool

HasGpsiRanges returns a boolean if a field has been set.

func (*NefFunctionSingleAllOfAttributes) HasIsCAPIFSup ¶

func (o *NefFunctionSingleAllOfAttributes) HasIsCAPIFSup() bool

HasIsCAPIFSup returns a boolean if a field has been set.

func (*NefFunctionSingleAllOfAttributes) HasManagedNFProfile ¶

func (o *NefFunctionSingleAllOfAttributes) HasManagedNFProfile() bool

HasManagedNFProfile returns a boolean if a field has been set.

func (*NefFunctionSingleAllOfAttributes) HasNefId ¶

func (o *NefFunctionSingleAllOfAttributes) HasNefId() bool

HasNefId returns a boolean if a field has been set.

func (*NefFunctionSingleAllOfAttributes) HasPfdData ¶

func (o *NefFunctionSingleAllOfAttributes) HasPfdData() bool

HasPfdData returns a boolean if a field has been set.

func (*NefFunctionSingleAllOfAttributes) HasSBIFqdn ¶

func (o *NefFunctionSingleAllOfAttributes) HasSBIFqdn() bool

HasSBIFqdn returns a boolean if a field has been set.

func (*NefFunctionSingleAllOfAttributes) HasServedFqdnList ¶

func (o *NefFunctionSingleAllOfAttributes) HasServedFqdnList() bool

HasServedFqdnList returns a boolean if a field has been set.

func (*NefFunctionSingleAllOfAttributes) HasSnssaiList ¶

func (o *NefFunctionSingleAllOfAttributes) HasSnssaiList() bool

HasSnssaiList returns a boolean if a field has been set.

func (*NefFunctionSingleAllOfAttributes) HasTaiList ¶

func (o *NefFunctionSingleAllOfAttributes) HasTaiList() bool

HasTaiList returns a boolean if a field has been set.

func (*NefFunctionSingleAllOfAttributes) HasTaiRangeList ¶

func (o *NefFunctionSingleAllOfAttributes) HasTaiRangeList() bool

HasTaiRangeList returns a boolean if a field has been set.

func (*NefFunctionSingleAllOfAttributes) HasUasNfFunctionalityInd ¶

func (o *NefFunctionSingleAllOfAttributes) HasUasNfFunctionalityInd() bool

HasUasNfFunctionalityInd returns a boolean if a field has been set.

func (*NefFunctionSingleAllOfAttributes) HasUnTrustAfInfoList ¶

func (o *NefFunctionSingleAllOfAttributes) HasUnTrustAfInfoList() bool

HasUnTrustAfInfoList returns a boolean if a field has been set.

func (NefFunctionSingleAllOfAttributes) MarshalJSON ¶

func (o NefFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*NefFunctionSingleAllOfAttributes) SetAfEeData ¶

SetAfEeData gets a reference to the given AfEventExposureData and assigns it to the AfEeData field.

func (*NefFunctionSingleAllOfAttributes) SetCapabilityList ¶

func (o *NefFunctionSingleAllOfAttributes) SetCapabilityList(v []string)

SetCapabilityList gets a reference to the given []string and assigns it to the CapabilityList field.

func (*NefFunctionSingleAllOfAttributes) SetDnai ¶

SetDnai gets a reference to the given string and assigns it to the Dnai field.

func (*NefFunctionSingleAllOfAttributes) SetDnaiList ¶

func (o *NefFunctionSingleAllOfAttributes) SetDnaiList(v []string)

SetDnaiList gets a reference to the given []string and assigns it to the DnaiList field.

func (*NefFunctionSingleAllOfAttributes) SetExternalGroupIdentifiersRanges ¶

func (o *NefFunctionSingleAllOfAttributes) SetExternalGroupIdentifiersRanges(v []IdentityRange)

SetExternalGroupIdentifiersRanges gets a reference to the given []IdentityRange and assigns it to the ExternalGroupIdentifiersRanges field.

func (*NefFunctionSingleAllOfAttributes) SetGpsiRanges ¶

func (o *NefFunctionSingleAllOfAttributes) SetGpsiRanges(v []IdentityRange)

SetGpsiRanges gets a reference to the given []IdentityRange and assigns it to the GpsiRanges field.

func (*NefFunctionSingleAllOfAttributes) SetIsCAPIFSup ¶

func (o *NefFunctionSingleAllOfAttributes) SetIsCAPIFSup(v bool)

SetIsCAPIFSup gets a reference to the given bool and assigns it to the IsCAPIFSup field.

func (*NefFunctionSingleAllOfAttributes) SetManagedNFProfile ¶

func (o *NefFunctionSingleAllOfAttributes) SetManagedNFProfile(v ManagedNFProfile)

SetManagedNFProfile gets a reference to the given ManagedNFProfile and assigns it to the ManagedNFProfile field.

func (*NefFunctionSingleAllOfAttributes) SetNefId ¶

SetNefId gets a reference to the given string and assigns it to the NefId field.

func (*NefFunctionSingleAllOfAttributes) SetPfdData ¶

func (o *NefFunctionSingleAllOfAttributes) SetPfdData(v PfdData)

SetPfdData gets a reference to the given PfdData and assigns it to the PfdData field.

func (*NefFunctionSingleAllOfAttributes) SetSBIFqdn ¶

func (o *NefFunctionSingleAllOfAttributes) SetSBIFqdn(v string)

SetSBIFqdn gets a reference to the given string and assigns it to the SBIFqdn field.

func (*NefFunctionSingleAllOfAttributes) SetServedFqdnList ¶

func (o *NefFunctionSingleAllOfAttributes) SetServedFqdnList(v []string)

SetServedFqdnList gets a reference to the given []string and assigns it to the ServedFqdnList field.

func (*NefFunctionSingleAllOfAttributes) SetSnssaiList ¶

func (o *NefFunctionSingleAllOfAttributes) SetSnssaiList(v []Snssai)

SetSnssaiList gets a reference to the given []Snssai and assigns it to the SnssaiList field.

func (*NefFunctionSingleAllOfAttributes) SetTaiList ¶

func (o *NefFunctionSingleAllOfAttributes) SetTaiList(v []Tai)

SetTaiList gets a reference to the given []Tai and assigns it to the TaiList field.

func (*NefFunctionSingleAllOfAttributes) SetTaiRangeList ¶

func (o *NefFunctionSingleAllOfAttributes) SetTaiRangeList(v []TaiRange)

SetTaiRangeList gets a reference to the given []TaiRange and assigns it to the TaiRangeList field.

func (*NefFunctionSingleAllOfAttributes) SetUasNfFunctionalityInd ¶

func (o *NefFunctionSingleAllOfAttributes) SetUasNfFunctionalityInd(v bool)

SetUasNfFunctionalityInd gets a reference to the given bool and assigns it to the UasNfFunctionalityInd field.

func (*NefFunctionSingleAllOfAttributes) SetUnTrustAfInfoList ¶

func (o *NefFunctionSingleAllOfAttributes) SetUnTrustAfInfoList(v []UnTrustAfInfo)

SetUnTrustAfInfoList gets a reference to the given []UnTrustAfInfo and assigns it to the UnTrustAfInfoList field.

func (NefFunctionSingleAllOfAttributes) ToMap ¶

func (o NefFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type NefFunctionSingleAllOfAttributesAllOf ¶

type NefFunctionSingleAllOfAttributesAllOf struct {
	SBIFqdn                        *string              `json:"sBIFqdn,omitempty"`
	SnssaiList                     []Snssai             `json:"snssaiList,omitempty"`
	ManagedNFProfile               *ManagedNFProfile    `json:"managedNFProfile,omitempty"`
	CapabilityList                 []string             `json:"capabilityList,omitempty"`
	IsCAPIFSup                     *bool                `json:"isCAPIFSup,omitempty"`
	TaiList                        []Tai                `json:"taiList,omitempty"`
	TaiRangeList                   []TaiRange           `json:"taiRangeList,omitempty"`
	Dnai                           *string              `json:"dnai,omitempty"`
	NefId                          *string              `json:"nefId,omitempty"`
	PfdData                        *PfdData             `json:"pfdData,omitempty"`
	AfEeData                       *AfEventExposureData `json:"afEeData,omitempty"`
	GpsiRanges                     []IdentityRange      `json:"gpsiRanges,omitempty"`
	ExternalGroupIdentifiersRanges []IdentityRange      `json:"externalGroupIdentifiersRanges,omitempty"`
	ServedFqdnList                 []string             `json:"servedFqdnList,omitempty"`
	DnaiList                       []string             `json:"dnaiList,omitempty"`
	UnTrustAfInfoList              []UnTrustAfInfo      `json:"unTrustAfInfoList,omitempty"`
	UasNfFunctionalityInd          *bool                `json:"uasNfFunctionalityInd,omitempty"`
}

NefFunctionSingleAllOfAttributesAllOf struct for NefFunctionSingleAllOfAttributesAllOf

func NewNefFunctionSingleAllOfAttributesAllOf ¶

func NewNefFunctionSingleAllOfAttributesAllOf() *NefFunctionSingleAllOfAttributesAllOf

NewNefFunctionSingleAllOfAttributesAllOf instantiates a new NefFunctionSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNefFunctionSingleAllOfAttributesAllOfWithDefaults ¶

func NewNefFunctionSingleAllOfAttributesAllOfWithDefaults() *NefFunctionSingleAllOfAttributesAllOf

NewNefFunctionSingleAllOfAttributesAllOfWithDefaults instantiates a new NefFunctionSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NefFunctionSingleAllOfAttributesAllOf) GetAfEeData ¶

GetAfEeData returns the AfEeData field value if set, zero value otherwise.

func (*NefFunctionSingleAllOfAttributesAllOf) GetAfEeDataOk ¶

GetAfEeDataOk returns a tuple with the AfEeData field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NefFunctionSingleAllOfAttributesAllOf) GetCapabilityList ¶

func (o *NefFunctionSingleAllOfAttributesAllOf) GetCapabilityList() []string

GetCapabilityList returns the CapabilityList field value if set, zero value otherwise.

func (*NefFunctionSingleAllOfAttributesAllOf) GetCapabilityListOk ¶

func (o *NefFunctionSingleAllOfAttributesAllOf) GetCapabilityListOk() ([]string, bool)

GetCapabilityListOk returns a tuple with the CapabilityList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NefFunctionSingleAllOfAttributesAllOf) GetDnai ¶

GetDnai returns the Dnai field value if set, zero value otherwise.

func (*NefFunctionSingleAllOfAttributesAllOf) GetDnaiList ¶

func (o *NefFunctionSingleAllOfAttributesAllOf) GetDnaiList() []string

GetDnaiList returns the DnaiList field value if set, zero value otherwise.

func (*NefFunctionSingleAllOfAttributesAllOf) GetDnaiListOk ¶

func (o *NefFunctionSingleAllOfAttributesAllOf) GetDnaiListOk() ([]string, bool)

GetDnaiListOk returns a tuple with the DnaiList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NefFunctionSingleAllOfAttributesAllOf) GetDnaiOk ¶

GetDnaiOk returns a tuple with the Dnai field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NefFunctionSingleAllOfAttributesAllOf) GetExternalGroupIdentifiersRanges ¶

func (o *NefFunctionSingleAllOfAttributesAllOf) GetExternalGroupIdentifiersRanges() []IdentityRange

GetExternalGroupIdentifiersRanges returns the ExternalGroupIdentifiersRanges field value if set, zero value otherwise.

func (*NefFunctionSingleAllOfAttributesAllOf) GetExternalGroupIdentifiersRangesOk ¶

func (o *NefFunctionSingleAllOfAttributesAllOf) GetExternalGroupIdentifiersRangesOk() ([]IdentityRange, bool)

GetExternalGroupIdentifiersRangesOk returns a tuple with the ExternalGroupIdentifiersRanges field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NefFunctionSingleAllOfAttributesAllOf) GetGpsiRanges ¶

GetGpsiRanges returns the GpsiRanges field value if set, zero value otherwise.

func (*NefFunctionSingleAllOfAttributesAllOf) GetGpsiRangesOk ¶

func (o *NefFunctionSingleAllOfAttributesAllOf) GetGpsiRangesOk() ([]IdentityRange, bool)

GetGpsiRangesOk returns a tuple with the GpsiRanges field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NefFunctionSingleAllOfAttributesAllOf) GetIsCAPIFSup ¶

func (o *NefFunctionSingleAllOfAttributesAllOf) GetIsCAPIFSup() bool

GetIsCAPIFSup returns the IsCAPIFSup field value if set, zero value otherwise.

func (*NefFunctionSingleAllOfAttributesAllOf) GetIsCAPIFSupOk ¶

func (o *NefFunctionSingleAllOfAttributesAllOf) GetIsCAPIFSupOk() (*bool, bool)

GetIsCAPIFSupOk returns a tuple with the IsCAPIFSup field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NefFunctionSingleAllOfAttributesAllOf) GetManagedNFProfile ¶

GetManagedNFProfile returns the ManagedNFProfile field value if set, zero value otherwise.

func (*NefFunctionSingleAllOfAttributesAllOf) GetManagedNFProfileOk ¶

func (o *NefFunctionSingleAllOfAttributesAllOf) GetManagedNFProfileOk() (*ManagedNFProfile, bool)

GetManagedNFProfileOk returns a tuple with the ManagedNFProfile field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NefFunctionSingleAllOfAttributesAllOf) GetNefId ¶

GetNefId returns the NefId field value if set, zero value otherwise.

func (*NefFunctionSingleAllOfAttributesAllOf) GetNefIdOk ¶

GetNefIdOk returns a tuple with the NefId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NefFunctionSingleAllOfAttributesAllOf) GetPfdData ¶

GetPfdData returns the PfdData field value if set, zero value otherwise.

func (*NefFunctionSingleAllOfAttributesAllOf) GetPfdDataOk ¶

func (o *NefFunctionSingleAllOfAttributesAllOf) GetPfdDataOk() (*PfdData, bool)

GetPfdDataOk returns a tuple with the PfdData field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NefFunctionSingleAllOfAttributesAllOf) GetSBIFqdn ¶

GetSBIFqdn returns the SBIFqdn field value if set, zero value otherwise.

func (*NefFunctionSingleAllOfAttributesAllOf) GetSBIFqdnOk ¶

func (o *NefFunctionSingleAllOfAttributesAllOf) GetSBIFqdnOk() (*string, bool)

GetSBIFqdnOk returns a tuple with the SBIFqdn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NefFunctionSingleAllOfAttributesAllOf) GetServedFqdnList ¶

func (o *NefFunctionSingleAllOfAttributesAllOf) GetServedFqdnList() []string

GetServedFqdnList returns the ServedFqdnList field value if set, zero value otherwise.

func (*NefFunctionSingleAllOfAttributesAllOf) GetServedFqdnListOk ¶

func (o *NefFunctionSingleAllOfAttributesAllOf) GetServedFqdnListOk() ([]string, bool)

GetServedFqdnListOk returns a tuple with the ServedFqdnList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NefFunctionSingleAllOfAttributesAllOf) GetSnssaiList ¶

func (o *NefFunctionSingleAllOfAttributesAllOf) GetSnssaiList() []Snssai

GetSnssaiList returns the SnssaiList field value if set, zero value otherwise.

func (*NefFunctionSingleAllOfAttributesAllOf) GetSnssaiListOk ¶

func (o *NefFunctionSingleAllOfAttributesAllOf) GetSnssaiListOk() ([]Snssai, bool)

GetSnssaiListOk returns a tuple with the SnssaiList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NefFunctionSingleAllOfAttributesAllOf) GetTaiList ¶

func (o *NefFunctionSingleAllOfAttributesAllOf) GetTaiList() []Tai

GetTaiList returns the TaiList field value if set, zero value otherwise.

func (*NefFunctionSingleAllOfAttributesAllOf) GetTaiListOk ¶

func (o *NefFunctionSingleAllOfAttributesAllOf) GetTaiListOk() ([]Tai, bool)

GetTaiListOk returns a tuple with the TaiList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NefFunctionSingleAllOfAttributesAllOf) GetTaiRangeList ¶

func (o *NefFunctionSingleAllOfAttributesAllOf) GetTaiRangeList() []TaiRange

GetTaiRangeList returns the TaiRangeList field value if set, zero value otherwise.

func (*NefFunctionSingleAllOfAttributesAllOf) GetTaiRangeListOk ¶

func (o *NefFunctionSingleAllOfAttributesAllOf) GetTaiRangeListOk() ([]TaiRange, bool)

GetTaiRangeListOk returns a tuple with the TaiRangeList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NefFunctionSingleAllOfAttributesAllOf) GetUasNfFunctionalityInd ¶

func (o *NefFunctionSingleAllOfAttributesAllOf) GetUasNfFunctionalityInd() bool

GetUasNfFunctionalityInd returns the UasNfFunctionalityInd field value if set, zero value otherwise.

func (*NefFunctionSingleAllOfAttributesAllOf) GetUasNfFunctionalityIndOk ¶

func (o *NefFunctionSingleAllOfAttributesAllOf) GetUasNfFunctionalityIndOk() (*bool, bool)

GetUasNfFunctionalityIndOk returns a tuple with the UasNfFunctionalityInd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NefFunctionSingleAllOfAttributesAllOf) GetUnTrustAfInfoList ¶

func (o *NefFunctionSingleAllOfAttributesAllOf) GetUnTrustAfInfoList() []UnTrustAfInfo

GetUnTrustAfInfoList returns the UnTrustAfInfoList field value if set, zero value otherwise.

func (*NefFunctionSingleAllOfAttributesAllOf) GetUnTrustAfInfoListOk ¶

func (o *NefFunctionSingleAllOfAttributesAllOf) GetUnTrustAfInfoListOk() ([]UnTrustAfInfo, bool)

GetUnTrustAfInfoListOk returns a tuple with the UnTrustAfInfoList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NefFunctionSingleAllOfAttributesAllOf) HasAfEeData ¶

HasAfEeData returns a boolean if a field has been set.

func (*NefFunctionSingleAllOfAttributesAllOf) HasCapabilityList ¶

func (o *NefFunctionSingleAllOfAttributesAllOf) HasCapabilityList() bool

HasCapabilityList returns a boolean if a field has been set.

func (*NefFunctionSingleAllOfAttributesAllOf) HasDnai ¶

HasDnai returns a boolean if a field has been set.

func (*NefFunctionSingleAllOfAttributesAllOf) HasDnaiList ¶

HasDnaiList returns a boolean if a field has been set.

func (*NefFunctionSingleAllOfAttributesAllOf) HasExternalGroupIdentifiersRanges ¶

func (o *NefFunctionSingleAllOfAttributesAllOf) HasExternalGroupIdentifiersRanges() bool

HasExternalGroupIdentifiersRanges returns a boolean if a field has been set.

func (*NefFunctionSingleAllOfAttributesAllOf) HasGpsiRanges ¶

func (o *NefFunctionSingleAllOfAttributesAllOf) HasGpsiRanges() bool

HasGpsiRanges returns a boolean if a field has been set.

func (*NefFunctionSingleAllOfAttributesAllOf) HasIsCAPIFSup ¶

func (o *NefFunctionSingleAllOfAttributesAllOf) HasIsCAPIFSup() bool

HasIsCAPIFSup returns a boolean if a field has been set.

func (*NefFunctionSingleAllOfAttributesAllOf) HasManagedNFProfile ¶

func (o *NefFunctionSingleAllOfAttributesAllOf) HasManagedNFProfile() bool

HasManagedNFProfile returns a boolean if a field has been set.

func (*NefFunctionSingleAllOfAttributesAllOf) HasNefId ¶

HasNefId returns a boolean if a field has been set.

func (*NefFunctionSingleAllOfAttributesAllOf) HasPfdData ¶

HasPfdData returns a boolean if a field has been set.

func (*NefFunctionSingleAllOfAttributesAllOf) HasSBIFqdn ¶

HasSBIFqdn returns a boolean if a field has been set.

func (*NefFunctionSingleAllOfAttributesAllOf) HasServedFqdnList ¶

func (o *NefFunctionSingleAllOfAttributesAllOf) HasServedFqdnList() bool

HasServedFqdnList returns a boolean if a field has been set.

func (*NefFunctionSingleAllOfAttributesAllOf) HasSnssaiList ¶

func (o *NefFunctionSingleAllOfAttributesAllOf) HasSnssaiList() bool

HasSnssaiList returns a boolean if a field has been set.

func (*NefFunctionSingleAllOfAttributesAllOf) HasTaiList ¶

HasTaiList returns a boolean if a field has been set.

func (*NefFunctionSingleAllOfAttributesAllOf) HasTaiRangeList ¶

func (o *NefFunctionSingleAllOfAttributesAllOf) HasTaiRangeList() bool

HasTaiRangeList returns a boolean if a field has been set.

func (*NefFunctionSingleAllOfAttributesAllOf) HasUasNfFunctionalityInd ¶

func (o *NefFunctionSingleAllOfAttributesAllOf) HasUasNfFunctionalityInd() bool

HasUasNfFunctionalityInd returns a boolean if a field has been set.

func (*NefFunctionSingleAllOfAttributesAllOf) HasUnTrustAfInfoList ¶

func (o *NefFunctionSingleAllOfAttributesAllOf) HasUnTrustAfInfoList() bool

HasUnTrustAfInfoList returns a boolean if a field has been set.

func (NefFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (o NefFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)

func (*NefFunctionSingleAllOfAttributesAllOf) SetAfEeData ¶

SetAfEeData gets a reference to the given AfEventExposureData and assigns it to the AfEeData field.

func (*NefFunctionSingleAllOfAttributesAllOf) SetCapabilityList ¶

func (o *NefFunctionSingleAllOfAttributesAllOf) SetCapabilityList(v []string)

SetCapabilityList gets a reference to the given []string and assigns it to the CapabilityList field.

func (*NefFunctionSingleAllOfAttributesAllOf) SetDnai ¶

SetDnai gets a reference to the given string and assigns it to the Dnai field.

func (*NefFunctionSingleAllOfAttributesAllOf) SetDnaiList ¶

func (o *NefFunctionSingleAllOfAttributesAllOf) SetDnaiList(v []string)

SetDnaiList gets a reference to the given []string and assigns it to the DnaiList field.

func (*NefFunctionSingleAllOfAttributesAllOf) SetExternalGroupIdentifiersRanges ¶

func (o *NefFunctionSingleAllOfAttributesAllOf) SetExternalGroupIdentifiersRanges(v []IdentityRange)

SetExternalGroupIdentifiersRanges gets a reference to the given []IdentityRange and assigns it to the ExternalGroupIdentifiersRanges field.

func (*NefFunctionSingleAllOfAttributesAllOf) SetGpsiRanges ¶

SetGpsiRanges gets a reference to the given []IdentityRange and assigns it to the GpsiRanges field.

func (*NefFunctionSingleAllOfAttributesAllOf) SetIsCAPIFSup ¶

func (o *NefFunctionSingleAllOfAttributesAllOf) SetIsCAPIFSup(v bool)

SetIsCAPIFSup gets a reference to the given bool and assigns it to the IsCAPIFSup field.

func (*NefFunctionSingleAllOfAttributesAllOf) SetManagedNFProfile ¶

func (o *NefFunctionSingleAllOfAttributesAllOf) SetManagedNFProfile(v ManagedNFProfile)

SetManagedNFProfile gets a reference to the given ManagedNFProfile and assigns it to the ManagedNFProfile field.

func (*NefFunctionSingleAllOfAttributesAllOf) SetNefId ¶

SetNefId gets a reference to the given string and assigns it to the NefId field.

func (*NefFunctionSingleAllOfAttributesAllOf) SetPfdData ¶

SetPfdData gets a reference to the given PfdData and assigns it to the PfdData field.

func (*NefFunctionSingleAllOfAttributesAllOf) SetSBIFqdn ¶

SetSBIFqdn gets a reference to the given string and assigns it to the SBIFqdn field.

func (*NefFunctionSingleAllOfAttributesAllOf) SetServedFqdnList ¶

func (o *NefFunctionSingleAllOfAttributesAllOf) SetServedFqdnList(v []string)

SetServedFqdnList gets a reference to the given []string and assigns it to the ServedFqdnList field.

func (*NefFunctionSingleAllOfAttributesAllOf) SetSnssaiList ¶

func (o *NefFunctionSingleAllOfAttributesAllOf) SetSnssaiList(v []Snssai)

SetSnssaiList gets a reference to the given []Snssai and assigns it to the SnssaiList field.

func (*NefFunctionSingleAllOfAttributesAllOf) SetTaiList ¶

func (o *NefFunctionSingleAllOfAttributesAllOf) SetTaiList(v []Tai)

SetTaiList gets a reference to the given []Tai and assigns it to the TaiList field.

func (*NefFunctionSingleAllOfAttributesAllOf) SetTaiRangeList ¶

func (o *NefFunctionSingleAllOfAttributesAllOf) SetTaiRangeList(v []TaiRange)

SetTaiRangeList gets a reference to the given []TaiRange and assigns it to the TaiRangeList field.

func (*NefFunctionSingleAllOfAttributesAllOf) SetUasNfFunctionalityInd ¶

func (o *NefFunctionSingleAllOfAttributesAllOf) SetUasNfFunctionalityInd(v bool)

SetUasNfFunctionalityInd gets a reference to the given bool and assigns it to the UasNfFunctionalityInd field.

func (*NefFunctionSingleAllOfAttributesAllOf) SetUnTrustAfInfoList ¶

func (o *NefFunctionSingleAllOfAttributesAllOf) SetUnTrustAfInfoList(v []UnTrustAfInfo)

SetUnTrustAfInfoList gets a reference to the given []UnTrustAfInfo and assigns it to the UnTrustAfInfoList field.

func (NefFunctionSingleAllOfAttributesAllOf) ToMap ¶

func (o NefFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)

type NetworkSliceInfo ¶

type NetworkSliceInfo struct {
	SNSSAI *Snssai `json:"sNSSAI,omitempty"`
	// CNSI Id is defined in TS 29.531, only for Core Network
	CNSIId          *string  `json:"cNSIId,omitempty"`
	NetworkSliceRef []string `json:"networkSliceRef,omitempty"`
}

NetworkSliceInfo struct for NetworkSliceInfo

func NewNetworkSliceInfo ¶

func NewNetworkSliceInfo() *NetworkSliceInfo

NewNetworkSliceInfo instantiates a new NetworkSliceInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNetworkSliceInfoWithDefaults ¶

func NewNetworkSliceInfoWithDefaults() *NetworkSliceInfo

NewNetworkSliceInfoWithDefaults instantiates a new NetworkSliceInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NetworkSliceInfo) GetCNSIId ¶

func (o *NetworkSliceInfo) GetCNSIId() string

GetCNSIId returns the CNSIId field value if set, zero value otherwise.

func (*NetworkSliceInfo) GetCNSIIdOk ¶

func (o *NetworkSliceInfo) GetCNSIIdOk() (*string, bool)

GetCNSIIdOk returns a tuple with the CNSIId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NetworkSliceInfo) GetNetworkSliceRef ¶

func (o *NetworkSliceInfo) GetNetworkSliceRef() []string

GetNetworkSliceRef returns the NetworkSliceRef field value if set, zero value otherwise.

func (*NetworkSliceInfo) GetNetworkSliceRefOk ¶

func (o *NetworkSliceInfo) GetNetworkSliceRefOk() ([]string, bool)

GetNetworkSliceRefOk returns a tuple with the NetworkSliceRef field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NetworkSliceInfo) GetSNSSAI ¶

func (o *NetworkSliceInfo) GetSNSSAI() Snssai

GetSNSSAI returns the SNSSAI field value if set, zero value otherwise.

func (*NetworkSliceInfo) GetSNSSAIOk ¶

func (o *NetworkSliceInfo) GetSNSSAIOk() (*Snssai, bool)

GetSNSSAIOk returns a tuple with the SNSSAI field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NetworkSliceInfo) HasCNSIId ¶

func (o *NetworkSliceInfo) HasCNSIId() bool

HasCNSIId returns a boolean if a field has been set.

func (*NetworkSliceInfo) HasNetworkSliceRef ¶

func (o *NetworkSliceInfo) HasNetworkSliceRef() bool

HasNetworkSliceRef returns a boolean if a field has been set.

func (*NetworkSliceInfo) HasSNSSAI ¶

func (o *NetworkSliceInfo) HasSNSSAI() bool

HasSNSSAI returns a boolean if a field has been set.

func (NetworkSliceInfo) MarshalJSON ¶

func (o NetworkSliceInfo) MarshalJSON() ([]byte, error)

func (*NetworkSliceInfo) SetCNSIId ¶

func (o *NetworkSliceInfo) SetCNSIId(v string)

SetCNSIId gets a reference to the given string and assigns it to the CNSIId field.

func (*NetworkSliceInfo) SetNetworkSliceRef ¶

func (o *NetworkSliceInfo) SetNetworkSliceRef(v []string)

SetNetworkSliceRef gets a reference to the given []string and assigns it to the NetworkSliceRef field.

func (*NetworkSliceInfo) SetSNSSAI ¶

func (o *NetworkSliceInfo) SetSNSSAI(v Snssai)

SetSNSSAI gets a reference to the given Snssai and assigns it to the SNSSAI field.

func (NetworkSliceInfo) ToMap ¶

func (o NetworkSliceInfo) ToMap() (map[string]interface{}, error)

type NetworkSliceSharingIndicator ¶

type NetworkSliceSharingIndicator string

NetworkSliceSharingIndicator the model 'NetworkSliceSharingIndicator'

const (
	SHARED     NetworkSliceSharingIndicator = "SHARED"
	NON_SHARED NetworkSliceSharingIndicator = "NON-SHARED"
)

List of NetworkSliceSharingIndicator

func NewNetworkSliceSharingIndicatorFromValue ¶

func NewNetworkSliceSharingIndicatorFromValue(v string) (*NetworkSliceSharingIndicator, error)

NewNetworkSliceSharingIndicatorFromValue returns a pointer to a valid NetworkSliceSharingIndicator for the value passed as argument, or an error if the value passed is not allowed by the enum

func (NetworkSliceSharingIndicator) IsValid ¶

func (v NetworkSliceSharingIndicator) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (NetworkSliceSharingIndicator) Ptr ¶

Ptr returns reference to NetworkSliceSharingIndicator value

func (*NetworkSliceSharingIndicator) UnmarshalJSON ¶

func (v *NetworkSliceSharingIndicator) UnmarshalJSON(src []byte) error

type NetworkSliceSingle ¶

type NetworkSliceSingle struct {
	Top
	Attributes *NetworkSliceSingleAllOfAttributes `json:"attributes,omitempty"`
}

NetworkSliceSingle struct for NetworkSliceSingle

func NewNetworkSliceSingle ¶

func NewNetworkSliceSingle(id NullableString) *NetworkSliceSingle

NewNetworkSliceSingle instantiates a new NetworkSliceSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNetworkSliceSingleWithDefaults ¶

func NewNetworkSliceSingleWithDefaults() *NetworkSliceSingle

NewNetworkSliceSingleWithDefaults instantiates a new NetworkSliceSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NetworkSliceSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*NetworkSliceSingle) GetAttributesOk ¶

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 (*NetworkSliceSingle) HasAttributes ¶

func (o *NetworkSliceSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (NetworkSliceSingle) MarshalJSON ¶

func (o NetworkSliceSingle) MarshalJSON() ([]byte, error)

func (*NetworkSliceSingle) SetAttributes ¶

SetAttributes gets a reference to the given NetworkSliceSingleAllOfAttributes and assigns it to the Attributes field.

func (NetworkSliceSingle) ToMap ¶

func (o NetworkSliceSingle) ToMap() (map[string]interface{}, error)

type NetworkSliceSingleAllOf ¶

type NetworkSliceSingleAllOf struct {
	Attributes *NetworkSliceSingleAllOfAttributes `json:"attributes,omitempty"`
}

NetworkSliceSingleAllOf struct for NetworkSliceSingleAllOf

func NewNetworkSliceSingleAllOf ¶

func NewNetworkSliceSingleAllOf() *NetworkSliceSingleAllOf

NewNetworkSliceSingleAllOf instantiates a new NetworkSliceSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNetworkSliceSingleAllOfWithDefaults ¶

func NewNetworkSliceSingleAllOfWithDefaults() *NetworkSliceSingleAllOf

NewNetworkSliceSingleAllOfWithDefaults instantiates a new NetworkSliceSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NetworkSliceSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*NetworkSliceSingleAllOf) GetAttributesOk ¶

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 (*NetworkSliceSingleAllOf) HasAttributes ¶

func (o *NetworkSliceSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (NetworkSliceSingleAllOf) MarshalJSON ¶

func (o NetworkSliceSingleAllOf) MarshalJSON() ([]byte, error)

func (*NetworkSliceSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given NetworkSliceSingleAllOfAttributes and assigns it to the Attributes field.

func (NetworkSliceSingleAllOf) ToMap ¶

func (o NetworkSliceSingleAllOf) ToMap() (map[string]interface{}, error)

type NetworkSliceSingleAllOfAttributes ¶

type NetworkSliceSingleAllOfAttributes struct {
	NetworkSliceSubnetRef *string              `json:"networkSliceSubnetRef,omitempty"`
	OperationalState      *OperationalState    `json:"operationalState,omitempty"`
	AdministrativeState   *AdministrativeState `json:"administrativeState,omitempty"`
	ServiceProfileList    []ServiceProfile     `json:"serviceProfileList,omitempty"`
}

NetworkSliceSingleAllOfAttributes struct for NetworkSliceSingleAllOfAttributes

func NewNetworkSliceSingleAllOfAttributes ¶

func NewNetworkSliceSingleAllOfAttributes() *NetworkSliceSingleAllOfAttributes

NewNetworkSliceSingleAllOfAttributes instantiates a new NetworkSliceSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNetworkSliceSingleAllOfAttributesWithDefaults ¶

func NewNetworkSliceSingleAllOfAttributesWithDefaults() *NetworkSliceSingleAllOfAttributes

NewNetworkSliceSingleAllOfAttributesWithDefaults instantiates a new NetworkSliceSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NetworkSliceSingleAllOfAttributes) GetAdministrativeState ¶

func (o *NetworkSliceSingleAllOfAttributes) GetAdministrativeState() AdministrativeState

GetAdministrativeState returns the AdministrativeState field value if set, zero value otherwise.

func (*NetworkSliceSingleAllOfAttributes) GetAdministrativeStateOk ¶

func (o *NetworkSliceSingleAllOfAttributes) 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 (*NetworkSliceSingleAllOfAttributes) GetNetworkSliceSubnetRef ¶

func (o *NetworkSliceSingleAllOfAttributes) GetNetworkSliceSubnetRef() string

GetNetworkSliceSubnetRef returns the NetworkSliceSubnetRef field value if set, zero value otherwise.

func (*NetworkSliceSingleAllOfAttributes) GetNetworkSliceSubnetRefOk ¶

func (o *NetworkSliceSingleAllOfAttributes) GetNetworkSliceSubnetRefOk() (*string, bool)

GetNetworkSliceSubnetRefOk returns a tuple with the NetworkSliceSubnetRef field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NetworkSliceSingleAllOfAttributes) GetOperationalState ¶

func (o *NetworkSliceSingleAllOfAttributes) GetOperationalState() OperationalState

GetOperationalState returns the OperationalState field value if set, zero value otherwise.

func (*NetworkSliceSingleAllOfAttributes) GetOperationalStateOk ¶

func (o *NetworkSliceSingleAllOfAttributes) 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 (*NetworkSliceSingleAllOfAttributes) GetServiceProfileList ¶

func (o *NetworkSliceSingleAllOfAttributes) GetServiceProfileList() []ServiceProfile

GetServiceProfileList returns the ServiceProfileList field value if set, zero value otherwise.

func (*NetworkSliceSingleAllOfAttributes) GetServiceProfileListOk ¶

func (o *NetworkSliceSingleAllOfAttributes) GetServiceProfileListOk() ([]ServiceProfile, bool)

GetServiceProfileListOk returns a tuple with the ServiceProfileList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NetworkSliceSingleAllOfAttributes) HasAdministrativeState ¶

func (o *NetworkSliceSingleAllOfAttributes) HasAdministrativeState() bool

HasAdministrativeState returns a boolean if a field has been set.

func (*NetworkSliceSingleAllOfAttributes) HasNetworkSliceSubnetRef ¶

func (o *NetworkSliceSingleAllOfAttributes) HasNetworkSliceSubnetRef() bool

HasNetworkSliceSubnetRef returns a boolean if a field has been set.

func (*NetworkSliceSingleAllOfAttributes) HasOperationalState ¶

func (o *NetworkSliceSingleAllOfAttributes) HasOperationalState() bool

HasOperationalState returns a boolean if a field has been set.

func (*NetworkSliceSingleAllOfAttributes) HasServiceProfileList ¶

func (o *NetworkSliceSingleAllOfAttributes) HasServiceProfileList() bool

HasServiceProfileList returns a boolean if a field has been set.

func (NetworkSliceSingleAllOfAttributes) MarshalJSON ¶

func (o NetworkSliceSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*NetworkSliceSingleAllOfAttributes) SetAdministrativeState ¶

func (o *NetworkSliceSingleAllOfAttributes) SetAdministrativeState(v AdministrativeState)

SetAdministrativeState gets a reference to the given AdministrativeState and assigns it to the AdministrativeState field.

func (*NetworkSliceSingleAllOfAttributes) SetNetworkSliceSubnetRef ¶

func (o *NetworkSliceSingleAllOfAttributes) SetNetworkSliceSubnetRef(v string)

SetNetworkSliceSubnetRef gets a reference to the given string and assigns it to the NetworkSliceSubnetRef field.

func (*NetworkSliceSingleAllOfAttributes) SetOperationalState ¶

func (o *NetworkSliceSingleAllOfAttributes) SetOperationalState(v OperationalState)

SetOperationalState gets a reference to the given OperationalState and assigns it to the OperationalState field.

func (*NetworkSliceSingleAllOfAttributes) SetServiceProfileList ¶

func (o *NetworkSliceSingleAllOfAttributes) SetServiceProfileList(v []ServiceProfile)

SetServiceProfileList gets a reference to the given []ServiceProfile and assigns it to the ServiceProfileList field.

func (NetworkSliceSingleAllOfAttributes) ToMap ¶

func (o NetworkSliceSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type NetworkSliceSingleAllOfAttributesAllOf ¶

type NetworkSliceSingleAllOfAttributesAllOf struct {
	NetworkSliceSubnetRef *string              `json:"networkSliceSubnetRef,omitempty"`
	OperationalState      *OperationalState    `json:"operationalState,omitempty"`
	AdministrativeState   *AdministrativeState `json:"administrativeState,omitempty"`
	ServiceProfileList    []ServiceProfile     `json:"serviceProfileList,omitempty"`
}

NetworkSliceSingleAllOfAttributesAllOf struct for NetworkSliceSingleAllOfAttributesAllOf

func NewNetworkSliceSingleAllOfAttributesAllOf ¶

func NewNetworkSliceSingleAllOfAttributesAllOf() *NetworkSliceSingleAllOfAttributesAllOf

NewNetworkSliceSingleAllOfAttributesAllOf instantiates a new NetworkSliceSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNetworkSliceSingleAllOfAttributesAllOfWithDefaults ¶

func NewNetworkSliceSingleAllOfAttributesAllOfWithDefaults() *NetworkSliceSingleAllOfAttributesAllOf

NewNetworkSliceSingleAllOfAttributesAllOfWithDefaults instantiates a new NetworkSliceSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NetworkSliceSingleAllOfAttributesAllOf) GetAdministrativeState ¶

func (o *NetworkSliceSingleAllOfAttributesAllOf) GetAdministrativeState() AdministrativeState

GetAdministrativeState returns the AdministrativeState field value if set, zero value otherwise.

func (*NetworkSliceSingleAllOfAttributesAllOf) GetAdministrativeStateOk ¶

func (o *NetworkSliceSingleAllOfAttributesAllOf) 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 (*NetworkSliceSingleAllOfAttributesAllOf) GetNetworkSliceSubnetRef ¶

func (o *NetworkSliceSingleAllOfAttributesAllOf) GetNetworkSliceSubnetRef() string

GetNetworkSliceSubnetRef returns the NetworkSliceSubnetRef field value if set, zero value otherwise.

func (*NetworkSliceSingleAllOfAttributesAllOf) GetNetworkSliceSubnetRefOk ¶

func (o *NetworkSliceSingleAllOfAttributesAllOf) GetNetworkSliceSubnetRefOk() (*string, bool)

GetNetworkSliceSubnetRefOk returns a tuple with the NetworkSliceSubnetRef field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NetworkSliceSingleAllOfAttributesAllOf) GetOperationalState ¶

GetOperationalState returns the OperationalState field value if set, zero value otherwise.

func (*NetworkSliceSingleAllOfAttributesAllOf) GetOperationalStateOk ¶

func (o *NetworkSliceSingleAllOfAttributesAllOf) 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 (*NetworkSliceSingleAllOfAttributesAllOf) GetServiceProfileList ¶

func (o *NetworkSliceSingleAllOfAttributesAllOf) GetServiceProfileList() []ServiceProfile

GetServiceProfileList returns the ServiceProfileList field value if set, zero value otherwise.

func (*NetworkSliceSingleAllOfAttributesAllOf) GetServiceProfileListOk ¶

func (o *NetworkSliceSingleAllOfAttributesAllOf) GetServiceProfileListOk() ([]ServiceProfile, bool)

GetServiceProfileListOk returns a tuple with the ServiceProfileList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NetworkSliceSingleAllOfAttributesAllOf) HasAdministrativeState ¶

func (o *NetworkSliceSingleAllOfAttributesAllOf) HasAdministrativeState() bool

HasAdministrativeState returns a boolean if a field has been set.

func (*NetworkSliceSingleAllOfAttributesAllOf) HasNetworkSliceSubnetRef ¶

func (o *NetworkSliceSingleAllOfAttributesAllOf) HasNetworkSliceSubnetRef() bool

HasNetworkSliceSubnetRef returns a boolean if a field has been set.

func (*NetworkSliceSingleAllOfAttributesAllOf) HasOperationalState ¶

func (o *NetworkSliceSingleAllOfAttributesAllOf) HasOperationalState() bool

HasOperationalState returns a boolean if a field has been set.

func (*NetworkSliceSingleAllOfAttributesAllOf) HasServiceProfileList ¶

func (o *NetworkSliceSingleAllOfAttributesAllOf) HasServiceProfileList() bool

HasServiceProfileList returns a boolean if a field has been set.

func (NetworkSliceSingleAllOfAttributesAllOf) MarshalJSON ¶

func (o NetworkSliceSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)

func (*NetworkSliceSingleAllOfAttributesAllOf) SetAdministrativeState ¶

func (o *NetworkSliceSingleAllOfAttributesAllOf) SetAdministrativeState(v AdministrativeState)

SetAdministrativeState gets a reference to the given AdministrativeState and assigns it to the AdministrativeState field.

func (*NetworkSliceSingleAllOfAttributesAllOf) SetNetworkSliceSubnetRef ¶

func (o *NetworkSliceSingleAllOfAttributesAllOf) SetNetworkSliceSubnetRef(v string)

SetNetworkSliceSubnetRef gets a reference to the given string and assigns it to the NetworkSliceSubnetRef field.

func (*NetworkSliceSingleAllOfAttributesAllOf) SetOperationalState ¶

func (o *NetworkSliceSingleAllOfAttributesAllOf) SetOperationalState(v OperationalState)

SetOperationalState gets a reference to the given OperationalState and assigns it to the OperationalState field.

func (*NetworkSliceSingleAllOfAttributesAllOf) SetServiceProfileList ¶

func (o *NetworkSliceSingleAllOfAttributesAllOf) SetServiceProfileList(v []ServiceProfile)

SetServiceProfileList gets a reference to the given []ServiceProfile and assigns it to the ServiceProfileList field.

func (NetworkSliceSingleAllOfAttributesAllOf) ToMap ¶

func (o NetworkSliceSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)

type NetworkSliceSubnetProviderCapabilitiesSingle ¶

type NetworkSliceSubnetProviderCapabilitiesSingle struct {
	Top
	Attributes *NetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributes `json:"attributes,omitempty"`
}

NetworkSliceSubnetProviderCapabilitiesSingle struct for NetworkSliceSubnetProviderCapabilitiesSingle

func NewNetworkSliceSubnetProviderCapabilitiesSingle ¶

func NewNetworkSliceSubnetProviderCapabilitiesSingle(id NullableString) *NetworkSliceSubnetProviderCapabilitiesSingle

NewNetworkSliceSubnetProviderCapabilitiesSingle instantiates a new NetworkSliceSubnetProviderCapabilitiesSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNetworkSliceSubnetProviderCapabilitiesSingleWithDefaults ¶

func NewNetworkSliceSubnetProviderCapabilitiesSingleWithDefaults() *NetworkSliceSubnetProviderCapabilitiesSingle

NewNetworkSliceSubnetProviderCapabilitiesSingleWithDefaults instantiates a new NetworkSliceSubnetProviderCapabilitiesSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NetworkSliceSubnetProviderCapabilitiesSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*NetworkSliceSubnetProviderCapabilitiesSingle) GetAttributesOk ¶

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 (*NetworkSliceSubnetProviderCapabilitiesSingle) HasAttributes ¶

HasAttributes returns a boolean if a field has been set.

func (NetworkSliceSubnetProviderCapabilitiesSingle) MarshalJSON ¶

func (*NetworkSliceSubnetProviderCapabilitiesSingle) SetAttributes ¶

SetAttributes gets a reference to the given NetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributes and assigns it to the Attributes field.

func (NetworkSliceSubnetProviderCapabilitiesSingle) ToMap ¶

func (o NetworkSliceSubnetProviderCapabilitiesSingle) ToMap() (map[string]interface{}, error)

type NetworkSliceSubnetProviderCapabilitiesSingleAllOf ¶

type NetworkSliceSubnetProviderCapabilitiesSingleAllOf struct {
	Attributes *NetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributes `json:"attributes,omitempty"`
}

NetworkSliceSubnetProviderCapabilitiesSingleAllOf struct for NetworkSliceSubnetProviderCapabilitiesSingleAllOf

func NewNetworkSliceSubnetProviderCapabilitiesSingleAllOf ¶

func NewNetworkSliceSubnetProviderCapabilitiesSingleAllOf() *NetworkSliceSubnetProviderCapabilitiesSingleAllOf

NewNetworkSliceSubnetProviderCapabilitiesSingleAllOf instantiates a new NetworkSliceSubnetProviderCapabilitiesSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNetworkSliceSubnetProviderCapabilitiesSingleAllOfWithDefaults ¶

func NewNetworkSliceSubnetProviderCapabilitiesSingleAllOfWithDefaults() *NetworkSliceSubnetProviderCapabilitiesSingleAllOf

NewNetworkSliceSubnetProviderCapabilitiesSingleAllOfWithDefaults instantiates a new NetworkSliceSubnetProviderCapabilitiesSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NetworkSliceSubnetProviderCapabilitiesSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*NetworkSliceSubnetProviderCapabilitiesSingleAllOf) GetAttributesOk ¶

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 (*NetworkSliceSubnetProviderCapabilitiesSingleAllOf) HasAttributes ¶

HasAttributes returns a boolean if a field has been set.

func (NetworkSliceSubnetProviderCapabilitiesSingleAllOf) MarshalJSON ¶

func (*NetworkSliceSubnetProviderCapabilitiesSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given NetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributes and assigns it to the Attributes field.

func (NetworkSliceSubnetProviderCapabilitiesSingleAllOf) ToMap ¶

func (o NetworkSliceSubnetProviderCapabilitiesSingleAllOf) ToMap() (map[string]interface{}, error)

type NetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributes ¶

type NetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributes struct {
	DLlatency            *int32  `json:"dLlatency,omitempty"`
	ULlatency            *int32  `json:"uLlatency,omitempty"`
	DLThptPerSliceSubnet *XLThpt `json:"dLThptPerSliceSubnet,omitempty"`
	ULThptPerSliceSubnet *XLThpt `json:"uLThptPerSliceSubnet,omitempty"`
	CoverageAreaTAList   []int32 `json:"coverageAreaTAList,omitempty"`
}

NetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributes struct for NetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributes

func NewNetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributes ¶

func NewNetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributes() *NetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributes

NewNetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributes instantiates a new NetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributesWithDefaults ¶

func NewNetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributesWithDefaults() *NetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributes

NewNetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributesWithDefaults instantiates a new NetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributes) GetCoverageAreaTAList ¶

GetCoverageAreaTAList returns the CoverageAreaTAList field value if set, zero value otherwise.

func (*NetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributes) GetCoverageAreaTAListOk ¶

GetCoverageAreaTAListOk returns a tuple with the CoverageAreaTAList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributes) GetDLThptPerSliceSubnet ¶

GetDLThptPerSliceSubnet returns the DLThptPerSliceSubnet field value if set, zero value otherwise.

func (*NetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributes) GetDLThptPerSliceSubnetOk ¶

func (o *NetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributes) GetDLThptPerSliceSubnetOk() (*XLThpt, bool)

GetDLThptPerSliceSubnetOk returns a tuple with the DLThptPerSliceSubnet field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributes) GetDLlatency ¶

GetDLlatency returns the DLlatency field value if set, zero value otherwise.

func (*NetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributes) GetDLlatencyOk ¶

GetDLlatencyOk returns a tuple with the DLlatency field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributes) GetULThptPerSliceSubnet ¶

GetULThptPerSliceSubnet returns the ULThptPerSliceSubnet field value if set, zero value otherwise.

func (*NetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributes) GetULThptPerSliceSubnetOk ¶

func (o *NetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributes) GetULThptPerSliceSubnetOk() (*XLThpt, bool)

GetULThptPerSliceSubnetOk returns a tuple with the ULThptPerSliceSubnet field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributes) GetULlatency ¶

GetULlatency returns the ULlatency field value if set, zero value otherwise.

func (*NetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributes) GetULlatencyOk ¶

GetULlatencyOk returns a tuple with the ULlatency field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributes) HasCoverageAreaTAList ¶

HasCoverageAreaTAList returns a boolean if a field has been set.

func (*NetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributes) HasDLThptPerSliceSubnet ¶

HasDLThptPerSliceSubnet returns a boolean if a field has been set.

func (*NetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributes) HasDLlatency ¶

HasDLlatency returns a boolean if a field has been set.

func (*NetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributes) HasULThptPerSliceSubnet ¶

HasULThptPerSliceSubnet returns a boolean if a field has been set.

func (*NetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributes) HasULlatency ¶

HasULlatency returns a boolean if a field has been set.

func (NetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributes) MarshalJSON ¶

func (*NetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributes) SetCoverageAreaTAList ¶

SetCoverageAreaTAList gets a reference to the given []int32 and assigns it to the CoverageAreaTAList field.

func (*NetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributes) SetDLThptPerSliceSubnet ¶

SetDLThptPerSliceSubnet gets a reference to the given XLThpt and assigns it to the DLThptPerSliceSubnet field.

func (*NetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributes) SetDLlatency ¶

SetDLlatency gets a reference to the given int32 and assigns it to the DLlatency field.

func (*NetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributes) SetULThptPerSliceSubnet ¶

SetULThptPerSliceSubnet gets a reference to the given XLThpt and assigns it to the ULThptPerSliceSubnet field.

func (*NetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributes) SetULlatency ¶

SetULlatency gets a reference to the given int32 and assigns it to the ULlatency field.

func (NetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributes) ToMap ¶

type NetworkSliceSubnetSingle ¶

type NetworkSliceSubnetSingle struct {
	Top
	Attributes *NetworkSliceSubnetSingleAllOfAttributes `json:"attributes,omitempty"`
}

NetworkSliceSubnetSingle struct for NetworkSliceSubnetSingle

func NewNetworkSliceSubnetSingle ¶

func NewNetworkSliceSubnetSingle(id NullableString) *NetworkSliceSubnetSingle

NewNetworkSliceSubnetSingle instantiates a new NetworkSliceSubnetSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNetworkSliceSubnetSingleWithDefaults ¶

func NewNetworkSliceSubnetSingleWithDefaults() *NetworkSliceSubnetSingle

NewNetworkSliceSubnetSingleWithDefaults instantiates a new NetworkSliceSubnetSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NetworkSliceSubnetSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*NetworkSliceSubnetSingle) GetAttributesOk ¶

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 (*NetworkSliceSubnetSingle) HasAttributes ¶

func (o *NetworkSliceSubnetSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (NetworkSliceSubnetSingle) MarshalJSON ¶

func (o NetworkSliceSubnetSingle) MarshalJSON() ([]byte, error)

func (*NetworkSliceSubnetSingle) SetAttributes ¶

SetAttributes gets a reference to the given NetworkSliceSubnetSingleAllOfAttributes and assigns it to the Attributes field.

func (NetworkSliceSubnetSingle) ToMap ¶

func (o NetworkSliceSubnetSingle) ToMap() (map[string]interface{}, error)

type NetworkSliceSubnetSingleAllOf ¶

type NetworkSliceSubnetSingleAllOf struct {
	Attributes *NetworkSliceSubnetSingleAllOfAttributes `json:"attributes,omitempty"`
}

NetworkSliceSubnetSingleAllOf struct for NetworkSliceSubnetSingleAllOf

func NewNetworkSliceSubnetSingleAllOf ¶

func NewNetworkSliceSubnetSingleAllOf() *NetworkSliceSubnetSingleAllOf

NewNetworkSliceSubnetSingleAllOf instantiates a new NetworkSliceSubnetSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNetworkSliceSubnetSingleAllOfWithDefaults ¶

func NewNetworkSliceSubnetSingleAllOfWithDefaults() *NetworkSliceSubnetSingleAllOf

NewNetworkSliceSubnetSingleAllOfWithDefaults instantiates a new NetworkSliceSubnetSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NetworkSliceSubnetSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*NetworkSliceSubnetSingleAllOf) GetAttributesOk ¶

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 (*NetworkSliceSubnetSingleAllOf) HasAttributes ¶

func (o *NetworkSliceSubnetSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (NetworkSliceSubnetSingleAllOf) MarshalJSON ¶

func (o NetworkSliceSubnetSingleAllOf) MarshalJSON() ([]byte, error)

func (*NetworkSliceSubnetSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given NetworkSliceSubnetSingleAllOfAttributes and assigns it to the Attributes field.

func (NetworkSliceSubnetSingleAllOf) ToMap ¶

func (o NetworkSliceSubnetSingleAllOf) ToMap() (map[string]interface{}, error)

type NetworkSliceSubnetSingleAllOfAttributes ¶

type NetworkSliceSubnetSingleAllOfAttributes struct {
	ManagedFunctionRefList    []string             `json:"managedFunctionRefList,omitempty"`
	NetworkSliceSubnetRefList []string             `json:"networkSliceSubnetRefList,omitempty"`
	OperationalState          *OperationalState    `json:"operationalState,omitempty"`
	AdministrativeState       *AdministrativeState `json:"administrativeState,omitempty"`
	NsInfo                    *NsInfo              `json:"nsInfo,omitempty"`
	SliceProfileList          []SliceProfile       `json:"sliceProfileList,omitempty"`
	EpTransportRefList        []string             `json:"epTransportRefList,omitempty"`
	PriorityLabel             *int32               `json:"priorityLabel,omitempty"`
	NetworkSliceSubnetType    *string              `json:"networkSliceSubnetType,omitempty"`
}

NetworkSliceSubnetSingleAllOfAttributes struct for NetworkSliceSubnetSingleAllOfAttributes

func NewNetworkSliceSubnetSingleAllOfAttributes ¶

func NewNetworkSliceSubnetSingleAllOfAttributes() *NetworkSliceSubnetSingleAllOfAttributes

NewNetworkSliceSubnetSingleAllOfAttributes instantiates a new NetworkSliceSubnetSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNetworkSliceSubnetSingleAllOfAttributesWithDefaults ¶

func NewNetworkSliceSubnetSingleAllOfAttributesWithDefaults() *NetworkSliceSubnetSingleAllOfAttributes

NewNetworkSliceSubnetSingleAllOfAttributesWithDefaults instantiates a new NetworkSliceSubnetSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NetworkSliceSubnetSingleAllOfAttributes) GetAdministrativeState ¶

GetAdministrativeState returns the AdministrativeState field value if set, zero value otherwise.

func (*NetworkSliceSubnetSingleAllOfAttributes) GetAdministrativeStateOk ¶

func (o *NetworkSliceSubnetSingleAllOfAttributes) 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 (*NetworkSliceSubnetSingleAllOfAttributes) GetEpTransportRefList ¶

func (o *NetworkSliceSubnetSingleAllOfAttributes) GetEpTransportRefList() []string

GetEpTransportRefList returns the EpTransportRefList field value if set, zero value otherwise.

func (*NetworkSliceSubnetSingleAllOfAttributes) GetEpTransportRefListOk ¶

func (o *NetworkSliceSubnetSingleAllOfAttributes) GetEpTransportRefListOk() ([]string, bool)

GetEpTransportRefListOk returns a tuple with the EpTransportRefList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NetworkSliceSubnetSingleAllOfAttributes) GetManagedFunctionRefList ¶

func (o *NetworkSliceSubnetSingleAllOfAttributes) GetManagedFunctionRefList() []string

GetManagedFunctionRefList returns the ManagedFunctionRefList field value if set, zero value otherwise.

func (*NetworkSliceSubnetSingleAllOfAttributes) GetManagedFunctionRefListOk ¶

func (o *NetworkSliceSubnetSingleAllOfAttributes) GetManagedFunctionRefListOk() ([]string, bool)

GetManagedFunctionRefListOk returns a tuple with the ManagedFunctionRefList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NetworkSliceSubnetSingleAllOfAttributes) GetNetworkSliceSubnetRefList ¶

func (o *NetworkSliceSubnetSingleAllOfAttributes) GetNetworkSliceSubnetRefList() []string

GetNetworkSliceSubnetRefList returns the NetworkSliceSubnetRefList field value if set, zero value otherwise.

func (*NetworkSliceSubnetSingleAllOfAttributes) GetNetworkSliceSubnetRefListOk ¶

func (o *NetworkSliceSubnetSingleAllOfAttributes) GetNetworkSliceSubnetRefListOk() ([]string, bool)

GetNetworkSliceSubnetRefListOk returns a tuple with the NetworkSliceSubnetRefList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NetworkSliceSubnetSingleAllOfAttributes) GetNetworkSliceSubnetType ¶

func (o *NetworkSliceSubnetSingleAllOfAttributes) GetNetworkSliceSubnetType() string

GetNetworkSliceSubnetType returns the NetworkSliceSubnetType field value if set, zero value otherwise.

func (*NetworkSliceSubnetSingleAllOfAttributes) GetNetworkSliceSubnetTypeOk ¶

func (o *NetworkSliceSubnetSingleAllOfAttributes) GetNetworkSliceSubnetTypeOk() (*string, bool)

GetNetworkSliceSubnetTypeOk returns a tuple with the NetworkSliceSubnetType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NetworkSliceSubnetSingleAllOfAttributes) GetNsInfo ¶

GetNsInfo returns the NsInfo field value if set, zero value otherwise.

func (*NetworkSliceSubnetSingleAllOfAttributes) GetNsInfoOk ¶

GetNsInfoOk returns a tuple with the NsInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NetworkSliceSubnetSingleAllOfAttributes) GetOperationalState ¶

GetOperationalState returns the OperationalState field value if set, zero value otherwise.

func (*NetworkSliceSubnetSingleAllOfAttributes) GetOperationalStateOk ¶

func (o *NetworkSliceSubnetSingleAllOfAttributes) 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 (*NetworkSliceSubnetSingleAllOfAttributes) GetPriorityLabel ¶

func (o *NetworkSliceSubnetSingleAllOfAttributes) GetPriorityLabel() int32

GetPriorityLabel returns the PriorityLabel field value if set, zero value otherwise.

func (*NetworkSliceSubnetSingleAllOfAttributes) GetPriorityLabelOk ¶

func (o *NetworkSliceSubnetSingleAllOfAttributes) 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 (*NetworkSliceSubnetSingleAllOfAttributes) GetSliceProfileList ¶

func (o *NetworkSliceSubnetSingleAllOfAttributes) GetSliceProfileList() []SliceProfile

GetSliceProfileList returns the SliceProfileList field value if set, zero value otherwise.

func (*NetworkSliceSubnetSingleAllOfAttributes) GetSliceProfileListOk ¶

func (o *NetworkSliceSubnetSingleAllOfAttributes) GetSliceProfileListOk() ([]SliceProfile, bool)

GetSliceProfileListOk returns a tuple with the SliceProfileList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NetworkSliceSubnetSingleAllOfAttributes) HasAdministrativeState ¶

func (o *NetworkSliceSubnetSingleAllOfAttributes) HasAdministrativeState() bool

HasAdministrativeState returns a boolean if a field has been set.

func (*NetworkSliceSubnetSingleAllOfAttributes) HasEpTransportRefList ¶

func (o *NetworkSliceSubnetSingleAllOfAttributes) HasEpTransportRefList() bool

HasEpTransportRefList returns a boolean if a field has been set.

func (*NetworkSliceSubnetSingleAllOfAttributes) HasManagedFunctionRefList ¶

func (o *NetworkSliceSubnetSingleAllOfAttributes) HasManagedFunctionRefList() bool

HasManagedFunctionRefList returns a boolean if a field has been set.

func (*NetworkSliceSubnetSingleAllOfAttributes) HasNetworkSliceSubnetRefList ¶

func (o *NetworkSliceSubnetSingleAllOfAttributes) HasNetworkSliceSubnetRefList() bool

HasNetworkSliceSubnetRefList returns a boolean if a field has been set.

func (*NetworkSliceSubnetSingleAllOfAttributes) HasNetworkSliceSubnetType ¶

func (o *NetworkSliceSubnetSingleAllOfAttributes) HasNetworkSliceSubnetType() bool

HasNetworkSliceSubnetType returns a boolean if a field has been set.

func (*NetworkSliceSubnetSingleAllOfAttributes) HasNsInfo ¶

HasNsInfo returns a boolean if a field has been set.

func (*NetworkSliceSubnetSingleAllOfAttributes) HasOperationalState ¶

func (o *NetworkSliceSubnetSingleAllOfAttributes) HasOperationalState() bool

HasOperationalState returns a boolean if a field has been set.

func (*NetworkSliceSubnetSingleAllOfAttributes) HasPriorityLabel ¶

func (o *NetworkSliceSubnetSingleAllOfAttributes) HasPriorityLabel() bool

HasPriorityLabel returns a boolean if a field has been set.

func (*NetworkSliceSubnetSingleAllOfAttributes) HasSliceProfileList ¶

func (o *NetworkSliceSubnetSingleAllOfAttributes) HasSliceProfileList() bool

HasSliceProfileList returns a boolean if a field has been set.

func (NetworkSliceSubnetSingleAllOfAttributes) MarshalJSON ¶

func (o NetworkSliceSubnetSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*NetworkSliceSubnetSingleAllOfAttributes) SetAdministrativeState ¶

func (o *NetworkSliceSubnetSingleAllOfAttributes) SetAdministrativeState(v AdministrativeState)

SetAdministrativeState gets a reference to the given AdministrativeState and assigns it to the AdministrativeState field.

func (*NetworkSliceSubnetSingleAllOfAttributes) SetEpTransportRefList ¶

func (o *NetworkSliceSubnetSingleAllOfAttributes) SetEpTransportRefList(v []string)

SetEpTransportRefList gets a reference to the given []string and assigns it to the EpTransportRefList field.

func (*NetworkSliceSubnetSingleAllOfAttributes) SetManagedFunctionRefList ¶

func (o *NetworkSliceSubnetSingleAllOfAttributes) SetManagedFunctionRefList(v []string)

SetManagedFunctionRefList gets a reference to the given []string and assigns it to the ManagedFunctionRefList field.

func (*NetworkSliceSubnetSingleAllOfAttributes) SetNetworkSliceSubnetRefList ¶

func (o *NetworkSliceSubnetSingleAllOfAttributes) SetNetworkSliceSubnetRefList(v []string)

SetNetworkSliceSubnetRefList gets a reference to the given []string and assigns it to the NetworkSliceSubnetRefList field.

func (*NetworkSliceSubnetSingleAllOfAttributes) SetNetworkSliceSubnetType ¶

func (o *NetworkSliceSubnetSingleAllOfAttributes) SetNetworkSliceSubnetType(v string)

SetNetworkSliceSubnetType gets a reference to the given string and assigns it to the NetworkSliceSubnetType field.

func (*NetworkSliceSubnetSingleAllOfAttributes) SetNsInfo ¶

SetNsInfo gets a reference to the given NsInfo and assigns it to the NsInfo field.

func (*NetworkSliceSubnetSingleAllOfAttributes) SetOperationalState ¶

SetOperationalState gets a reference to the given OperationalState and assigns it to the OperationalState field.

func (*NetworkSliceSubnetSingleAllOfAttributes) SetPriorityLabel ¶

func (o *NetworkSliceSubnetSingleAllOfAttributes) SetPriorityLabel(v int32)

SetPriorityLabel gets a reference to the given int32 and assigns it to the PriorityLabel field.

func (*NetworkSliceSubnetSingleAllOfAttributes) SetSliceProfileList ¶

func (o *NetworkSliceSubnetSingleAllOfAttributes) SetSliceProfileList(v []SliceProfile)

SetSliceProfileList gets a reference to the given []SliceProfile and assigns it to the SliceProfileList field.

func (NetworkSliceSubnetSingleAllOfAttributes) ToMap ¶

func (o NetworkSliceSubnetSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type NetworkSliceSubnetSingleAllOfAttributesAllOf ¶

type NetworkSliceSubnetSingleAllOfAttributesAllOf struct {
	ManagedFunctionRefList    []string             `json:"managedFunctionRefList,omitempty"`
	NetworkSliceSubnetRefList []string             `json:"networkSliceSubnetRefList,omitempty"`
	OperationalState          *OperationalState    `json:"operationalState,omitempty"`
	AdministrativeState       *AdministrativeState `json:"administrativeState,omitempty"`
	NsInfo                    *NsInfo              `json:"nsInfo,omitempty"`
	SliceProfileList          []SliceProfile       `json:"sliceProfileList,omitempty"`
	EpTransportRefList        []string             `json:"epTransportRefList,omitempty"`
	PriorityLabel             *int32               `json:"priorityLabel,omitempty"`
	NetworkSliceSubnetType    *string              `json:"networkSliceSubnetType,omitempty"`
}

NetworkSliceSubnetSingleAllOfAttributesAllOf struct for NetworkSliceSubnetSingleAllOfAttributesAllOf

func NewNetworkSliceSubnetSingleAllOfAttributesAllOf ¶

func NewNetworkSliceSubnetSingleAllOfAttributesAllOf() *NetworkSliceSubnetSingleAllOfAttributesAllOf

NewNetworkSliceSubnetSingleAllOfAttributesAllOf instantiates a new NetworkSliceSubnetSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNetworkSliceSubnetSingleAllOfAttributesAllOfWithDefaults ¶

func NewNetworkSliceSubnetSingleAllOfAttributesAllOfWithDefaults() *NetworkSliceSubnetSingleAllOfAttributesAllOf

NewNetworkSliceSubnetSingleAllOfAttributesAllOfWithDefaults instantiates a new NetworkSliceSubnetSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NetworkSliceSubnetSingleAllOfAttributesAllOf) GetAdministrativeState ¶

GetAdministrativeState returns the AdministrativeState field value if set, zero value otherwise.

func (*NetworkSliceSubnetSingleAllOfAttributesAllOf) GetAdministrativeStateOk ¶

func (o *NetworkSliceSubnetSingleAllOfAttributesAllOf) 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 (*NetworkSliceSubnetSingleAllOfAttributesAllOf) GetEpTransportRefList ¶

func (o *NetworkSliceSubnetSingleAllOfAttributesAllOf) GetEpTransportRefList() []string

GetEpTransportRefList returns the EpTransportRefList field value if set, zero value otherwise.

func (*NetworkSliceSubnetSingleAllOfAttributesAllOf) GetEpTransportRefListOk ¶

func (o *NetworkSliceSubnetSingleAllOfAttributesAllOf) GetEpTransportRefListOk() ([]string, bool)

GetEpTransportRefListOk returns a tuple with the EpTransportRefList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NetworkSliceSubnetSingleAllOfAttributesAllOf) GetManagedFunctionRefList ¶

func (o *NetworkSliceSubnetSingleAllOfAttributesAllOf) GetManagedFunctionRefList() []string

GetManagedFunctionRefList returns the ManagedFunctionRefList field value if set, zero value otherwise.

func (*NetworkSliceSubnetSingleAllOfAttributesAllOf) GetManagedFunctionRefListOk ¶

func (o *NetworkSliceSubnetSingleAllOfAttributesAllOf) GetManagedFunctionRefListOk() ([]string, bool)

GetManagedFunctionRefListOk returns a tuple with the ManagedFunctionRefList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NetworkSliceSubnetSingleAllOfAttributesAllOf) GetNetworkSliceSubnetRefList ¶

func (o *NetworkSliceSubnetSingleAllOfAttributesAllOf) GetNetworkSliceSubnetRefList() []string

GetNetworkSliceSubnetRefList returns the NetworkSliceSubnetRefList field value if set, zero value otherwise.

func (*NetworkSliceSubnetSingleAllOfAttributesAllOf) GetNetworkSliceSubnetRefListOk ¶

func (o *NetworkSliceSubnetSingleAllOfAttributesAllOf) GetNetworkSliceSubnetRefListOk() ([]string, bool)

GetNetworkSliceSubnetRefListOk returns a tuple with the NetworkSliceSubnetRefList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NetworkSliceSubnetSingleAllOfAttributesAllOf) GetNetworkSliceSubnetType ¶

func (o *NetworkSliceSubnetSingleAllOfAttributesAllOf) GetNetworkSliceSubnetType() string

GetNetworkSliceSubnetType returns the NetworkSliceSubnetType field value if set, zero value otherwise.

func (*NetworkSliceSubnetSingleAllOfAttributesAllOf) GetNetworkSliceSubnetTypeOk ¶

func (o *NetworkSliceSubnetSingleAllOfAttributesAllOf) GetNetworkSliceSubnetTypeOk() (*string, bool)

GetNetworkSliceSubnetTypeOk returns a tuple with the NetworkSliceSubnetType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NetworkSliceSubnetSingleAllOfAttributesAllOf) GetNsInfo ¶

GetNsInfo returns the NsInfo field value if set, zero value otherwise.

func (*NetworkSliceSubnetSingleAllOfAttributesAllOf) GetNsInfoOk ¶

GetNsInfoOk returns a tuple with the NsInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NetworkSliceSubnetSingleAllOfAttributesAllOf) GetOperationalState ¶

GetOperationalState returns the OperationalState field value if set, zero value otherwise.

func (*NetworkSliceSubnetSingleAllOfAttributesAllOf) GetOperationalStateOk ¶

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 (*NetworkSliceSubnetSingleAllOfAttributesAllOf) GetPriorityLabel ¶

GetPriorityLabel returns the PriorityLabel field value if set, zero value otherwise.

func (*NetworkSliceSubnetSingleAllOfAttributesAllOf) GetPriorityLabelOk ¶

func (o *NetworkSliceSubnetSingleAllOfAttributesAllOf) 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 (*NetworkSliceSubnetSingleAllOfAttributesAllOf) GetSliceProfileList ¶

GetSliceProfileList returns the SliceProfileList field value if set, zero value otherwise.

func (*NetworkSliceSubnetSingleAllOfAttributesAllOf) GetSliceProfileListOk ¶

func (o *NetworkSliceSubnetSingleAllOfAttributesAllOf) GetSliceProfileListOk() ([]SliceProfile, bool)

GetSliceProfileListOk returns a tuple with the SliceProfileList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NetworkSliceSubnetSingleAllOfAttributesAllOf) HasAdministrativeState ¶

func (o *NetworkSliceSubnetSingleAllOfAttributesAllOf) HasAdministrativeState() bool

HasAdministrativeState returns a boolean if a field has been set.

func (*NetworkSliceSubnetSingleAllOfAttributesAllOf) HasEpTransportRefList ¶

func (o *NetworkSliceSubnetSingleAllOfAttributesAllOf) HasEpTransportRefList() bool

HasEpTransportRefList returns a boolean if a field has been set.

func (*NetworkSliceSubnetSingleAllOfAttributesAllOf) HasManagedFunctionRefList ¶

func (o *NetworkSliceSubnetSingleAllOfAttributesAllOf) HasManagedFunctionRefList() bool

HasManagedFunctionRefList returns a boolean if a field has been set.

func (*NetworkSliceSubnetSingleAllOfAttributesAllOf) HasNetworkSliceSubnetRefList ¶

func (o *NetworkSliceSubnetSingleAllOfAttributesAllOf) HasNetworkSliceSubnetRefList() bool

HasNetworkSliceSubnetRefList returns a boolean if a field has been set.

func (*NetworkSliceSubnetSingleAllOfAttributesAllOf) HasNetworkSliceSubnetType ¶

func (o *NetworkSliceSubnetSingleAllOfAttributesAllOf) HasNetworkSliceSubnetType() bool

HasNetworkSliceSubnetType returns a boolean if a field has been set.

func (*NetworkSliceSubnetSingleAllOfAttributesAllOf) HasNsInfo ¶

HasNsInfo returns a boolean if a field has been set.

func (*NetworkSliceSubnetSingleAllOfAttributesAllOf) HasOperationalState ¶

func (o *NetworkSliceSubnetSingleAllOfAttributesAllOf) HasOperationalState() bool

HasOperationalState returns a boolean if a field has been set.

func (*NetworkSliceSubnetSingleAllOfAttributesAllOf) HasPriorityLabel ¶

func (o *NetworkSliceSubnetSingleAllOfAttributesAllOf) HasPriorityLabel() bool

HasPriorityLabel returns a boolean if a field has been set.

func (*NetworkSliceSubnetSingleAllOfAttributesAllOf) HasSliceProfileList ¶

func (o *NetworkSliceSubnetSingleAllOfAttributesAllOf) HasSliceProfileList() bool

HasSliceProfileList returns a boolean if a field has been set.

func (NetworkSliceSubnetSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*NetworkSliceSubnetSingleAllOfAttributesAllOf) SetAdministrativeState ¶

SetAdministrativeState gets a reference to the given AdministrativeState and assigns it to the AdministrativeState field.

func (*NetworkSliceSubnetSingleAllOfAttributesAllOf) SetEpTransportRefList ¶

func (o *NetworkSliceSubnetSingleAllOfAttributesAllOf) SetEpTransportRefList(v []string)

SetEpTransportRefList gets a reference to the given []string and assigns it to the EpTransportRefList field.

func (*NetworkSliceSubnetSingleAllOfAttributesAllOf) SetManagedFunctionRefList ¶

func (o *NetworkSliceSubnetSingleAllOfAttributesAllOf) SetManagedFunctionRefList(v []string)

SetManagedFunctionRefList gets a reference to the given []string and assigns it to the ManagedFunctionRefList field.

func (*NetworkSliceSubnetSingleAllOfAttributesAllOf) SetNetworkSliceSubnetRefList ¶

func (o *NetworkSliceSubnetSingleAllOfAttributesAllOf) SetNetworkSliceSubnetRefList(v []string)

SetNetworkSliceSubnetRefList gets a reference to the given []string and assigns it to the NetworkSliceSubnetRefList field.

func (*NetworkSliceSubnetSingleAllOfAttributesAllOf) SetNetworkSliceSubnetType ¶

func (o *NetworkSliceSubnetSingleAllOfAttributesAllOf) SetNetworkSliceSubnetType(v string)

SetNetworkSliceSubnetType gets a reference to the given string and assigns it to the NetworkSliceSubnetType field.

func (*NetworkSliceSubnetSingleAllOfAttributesAllOf) SetNsInfo ¶

SetNsInfo gets a reference to the given NsInfo and assigns it to the NsInfo field.

func (*NetworkSliceSubnetSingleAllOfAttributesAllOf) SetOperationalState ¶

SetOperationalState gets a reference to the given OperationalState and assigns it to the OperationalState field.

func (*NetworkSliceSubnetSingleAllOfAttributesAllOf) SetPriorityLabel ¶

func (o *NetworkSliceSubnetSingleAllOfAttributesAllOf) SetPriorityLabel(v int32)

SetPriorityLabel gets a reference to the given int32 and assigns it to the PriorityLabel field.

func (*NetworkSliceSubnetSingleAllOfAttributesAllOf) SetSliceProfileList ¶

func (o *NetworkSliceSubnetSingleAllOfAttributesAllOf) SetSliceProfileList(v []SliceProfile)

SetSliceProfileList gets a reference to the given []SliceProfile and assigns it to the SliceProfileList field.

func (NetworkSliceSubnetSingleAllOfAttributesAllOf) ToMap ¶

func (o NetworkSliceSubnetSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)

type NgeirFunctionSingle ¶

type NgeirFunctionSingle struct {
	Top
	Attributes       *NgeirFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
	PerfMetricJob    []PerfMetricJobSingle               `json:"PerfMetricJob,omitempty"`
	ThresholdMonitor []ThresholdMonitorSingle            `json:"ThresholdMonitor,omitempty"`
	ManagedNFService []ManagedNFServiceSingle            `json:"ManagedNFService,omitempty"`
	TraceJob         []TraceJobSingle                    `json:"TraceJob,omitempty"`
	EPN17            []EPN17Single                       `json:"EP_N17,omitempty"`
}

NgeirFunctionSingle struct for NgeirFunctionSingle

func NewNgeirFunctionSingle ¶

func NewNgeirFunctionSingle(id NullableString) *NgeirFunctionSingle

NewNgeirFunctionSingle instantiates a new NgeirFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNgeirFunctionSingleWithDefaults ¶

func NewNgeirFunctionSingleWithDefaults() *NgeirFunctionSingle

NewNgeirFunctionSingleWithDefaults instantiates a new NgeirFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NgeirFunctionSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*NgeirFunctionSingle) GetAttributesOk ¶

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 (*NgeirFunctionSingle) GetEPN17 ¶

func (o *NgeirFunctionSingle) GetEPN17() []EPN17Single

GetEPN17 returns the EPN17 field value if set, zero value otherwise.

func (*NgeirFunctionSingle) GetEPN17Ok ¶

func (o *NgeirFunctionSingle) GetEPN17Ok() ([]EPN17Single, bool)

GetEPN17Ok returns a tuple with the EPN17 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NgeirFunctionSingle) GetManagedNFService ¶

func (o *NgeirFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle

GetManagedNFService returns the ManagedNFService field value if set, zero value otherwise.

func (*NgeirFunctionSingle) GetManagedNFServiceOk ¶

func (o *NgeirFunctionSingle) 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 (*NgeirFunctionSingle) GetPerfMetricJob ¶

func (o *NgeirFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle

GetPerfMetricJob returns the PerfMetricJob field value if set, zero value otherwise.

func (*NgeirFunctionSingle) GetPerfMetricJobOk ¶

func (o *NgeirFunctionSingle) 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 (*NgeirFunctionSingle) GetThresholdMonitor ¶

func (o *NgeirFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle

GetThresholdMonitor returns the ThresholdMonitor field value if set, zero value otherwise.

func (*NgeirFunctionSingle) GetThresholdMonitorOk ¶

func (o *NgeirFunctionSingle) 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 (*NgeirFunctionSingle) GetTraceJob ¶

func (o *NgeirFunctionSingle) GetTraceJob() []TraceJobSingle

GetTraceJob returns the TraceJob field value if set, zero value otherwise.

func (*NgeirFunctionSingle) GetTraceJobOk ¶

func (o *NgeirFunctionSingle) 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 (*NgeirFunctionSingle) HasAttributes ¶

func (o *NgeirFunctionSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*NgeirFunctionSingle) HasEPN17 ¶

func (o *NgeirFunctionSingle) HasEPN17() bool

HasEPN17 returns a boolean if a field has been set.

func (*NgeirFunctionSingle) HasManagedNFService ¶

func (o *NgeirFunctionSingle) HasManagedNFService() bool

HasManagedNFService returns a boolean if a field has been set.

func (*NgeirFunctionSingle) HasPerfMetricJob ¶

func (o *NgeirFunctionSingle) HasPerfMetricJob() bool

HasPerfMetricJob returns a boolean if a field has been set.

func (*NgeirFunctionSingle) HasThresholdMonitor ¶

func (o *NgeirFunctionSingle) HasThresholdMonitor() bool

HasThresholdMonitor returns a boolean if a field has been set.

func (*NgeirFunctionSingle) HasTraceJob ¶

func (o *NgeirFunctionSingle) HasTraceJob() bool

HasTraceJob returns a boolean if a field has been set.

func (NgeirFunctionSingle) MarshalJSON ¶

func (o NgeirFunctionSingle) MarshalJSON() ([]byte, error)

func (*NgeirFunctionSingle) SetAttributes ¶

SetAttributes gets a reference to the given NgeirFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (*NgeirFunctionSingle) SetEPN17 ¶

func (o *NgeirFunctionSingle) SetEPN17(v []EPN17Single)

SetEPN17 gets a reference to the given []EPN17Single and assigns it to the EPN17 field.

func (*NgeirFunctionSingle) SetManagedNFService ¶

func (o *NgeirFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle)

SetManagedNFService gets a reference to the given []ManagedNFServiceSingle and assigns it to the ManagedNFService field.

func (*NgeirFunctionSingle) SetPerfMetricJob ¶

func (o *NgeirFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle)

SetPerfMetricJob gets a reference to the given []PerfMetricJobSingle and assigns it to the PerfMetricJob field.

func (*NgeirFunctionSingle) SetThresholdMonitor ¶

func (o *NgeirFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)

SetThresholdMonitor gets a reference to the given []ThresholdMonitorSingle and assigns it to the ThresholdMonitor field.

func (*NgeirFunctionSingle) SetTraceJob ¶

func (o *NgeirFunctionSingle) SetTraceJob(v []TraceJobSingle)

SetTraceJob gets a reference to the given []TraceJobSingle and assigns it to the TraceJob field.

func (NgeirFunctionSingle) ToMap ¶

func (o NgeirFunctionSingle) ToMap() (map[string]interface{}, error)

type NgeirFunctionSingleAllOf ¶

type NgeirFunctionSingleAllOf struct {
	Attributes *NgeirFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}

NgeirFunctionSingleAllOf struct for NgeirFunctionSingleAllOf

func NewNgeirFunctionSingleAllOf ¶

func NewNgeirFunctionSingleAllOf() *NgeirFunctionSingleAllOf

NewNgeirFunctionSingleAllOf instantiates a new NgeirFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNgeirFunctionSingleAllOfWithDefaults ¶

func NewNgeirFunctionSingleAllOfWithDefaults() *NgeirFunctionSingleAllOf

NewNgeirFunctionSingleAllOfWithDefaults instantiates a new NgeirFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NgeirFunctionSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*NgeirFunctionSingleAllOf) GetAttributesOk ¶

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 (*NgeirFunctionSingleAllOf) HasAttributes ¶

func (o *NgeirFunctionSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (NgeirFunctionSingleAllOf) MarshalJSON ¶

func (o NgeirFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*NgeirFunctionSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given NgeirFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (NgeirFunctionSingleAllOf) ToMap ¶

func (o NgeirFunctionSingleAllOf) ToMap() (map[string]interface{}, error)

type NgeirFunctionSingleAllOf1 ¶

type NgeirFunctionSingleAllOf1 struct {
	EPN17 []EPN17Single `json:"EP_N17,omitempty"`
}

NgeirFunctionSingleAllOf1 struct for NgeirFunctionSingleAllOf1

func NewNgeirFunctionSingleAllOf1 ¶

func NewNgeirFunctionSingleAllOf1() *NgeirFunctionSingleAllOf1

NewNgeirFunctionSingleAllOf1 instantiates a new NgeirFunctionSingleAllOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNgeirFunctionSingleAllOf1WithDefaults ¶

func NewNgeirFunctionSingleAllOf1WithDefaults() *NgeirFunctionSingleAllOf1

NewNgeirFunctionSingleAllOf1WithDefaults instantiates a new NgeirFunctionSingleAllOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NgeirFunctionSingleAllOf1) GetEPN17 ¶

func (o *NgeirFunctionSingleAllOf1) GetEPN17() []EPN17Single

GetEPN17 returns the EPN17 field value if set, zero value otherwise.

func (*NgeirFunctionSingleAllOf1) GetEPN17Ok ¶

func (o *NgeirFunctionSingleAllOf1) GetEPN17Ok() ([]EPN17Single, bool)

GetEPN17Ok returns a tuple with the EPN17 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NgeirFunctionSingleAllOf1) HasEPN17 ¶

func (o *NgeirFunctionSingleAllOf1) HasEPN17() bool

HasEPN17 returns a boolean if a field has been set.

func (NgeirFunctionSingleAllOf1) MarshalJSON ¶

func (o NgeirFunctionSingleAllOf1) MarshalJSON() ([]byte, error)

func (*NgeirFunctionSingleAllOf1) SetEPN17 ¶

func (o *NgeirFunctionSingleAllOf1) SetEPN17(v []EPN17Single)

SetEPN17 gets a reference to the given []EPN17Single and assigns it to the EPN17 field.

func (NgeirFunctionSingleAllOf1) ToMap ¶

func (o NgeirFunctionSingleAllOf1) ToMap() (map[string]interface{}, error)

type NgeirFunctionSingleAllOfAttributes ¶

type NgeirFunctionSingleAllOfAttributes struct {
	ManagedFunctionAttr
	PlmnIdList       []PlmnId          `json:"plmnIdList,omitempty"`
	SBIFqdn          *string           `json:"sBIFqdn,omitempty"`
	SnssaiList       []Snssai          `json:"snssaiList,omitempty"`
	ManagedNFProfile *ManagedNFProfile `json:"managedNFProfile,omitempty"`
	CommModelList    []CommModel       `json:"commModelList,omitempty"`
}

NgeirFunctionSingleAllOfAttributes struct for NgeirFunctionSingleAllOfAttributes

func NewNgeirFunctionSingleAllOfAttributes ¶

func NewNgeirFunctionSingleAllOfAttributes() *NgeirFunctionSingleAllOfAttributes

NewNgeirFunctionSingleAllOfAttributes instantiates a new NgeirFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNgeirFunctionSingleAllOfAttributesWithDefaults ¶

func NewNgeirFunctionSingleAllOfAttributesWithDefaults() *NgeirFunctionSingleAllOfAttributes

NewNgeirFunctionSingleAllOfAttributesWithDefaults instantiates a new NgeirFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NgeirFunctionSingleAllOfAttributes) GetCommModelList ¶

func (o *NgeirFunctionSingleAllOfAttributes) GetCommModelList() []CommModel

GetCommModelList returns the CommModelList field value if set, zero value otherwise.

func (*NgeirFunctionSingleAllOfAttributes) GetCommModelListOk ¶

func (o *NgeirFunctionSingleAllOfAttributes) GetCommModelListOk() ([]CommModel, bool)

GetCommModelListOk returns a tuple with the CommModelList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NgeirFunctionSingleAllOfAttributes) GetManagedNFProfile ¶

func (o *NgeirFunctionSingleAllOfAttributes) GetManagedNFProfile() ManagedNFProfile

GetManagedNFProfile returns the ManagedNFProfile field value if set, zero value otherwise.

func (*NgeirFunctionSingleAllOfAttributes) GetManagedNFProfileOk ¶

func (o *NgeirFunctionSingleAllOfAttributes) GetManagedNFProfileOk() (*ManagedNFProfile, bool)

GetManagedNFProfileOk returns a tuple with the ManagedNFProfile field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NgeirFunctionSingleAllOfAttributes) GetPlmnIdList ¶

func (o *NgeirFunctionSingleAllOfAttributes) GetPlmnIdList() []PlmnId

GetPlmnIdList returns the PlmnIdList field value if set, zero value otherwise.

func (*NgeirFunctionSingleAllOfAttributes) GetPlmnIdListOk ¶

func (o *NgeirFunctionSingleAllOfAttributes) GetPlmnIdListOk() ([]PlmnId, bool)

GetPlmnIdListOk returns a tuple with the PlmnIdList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NgeirFunctionSingleAllOfAttributes) GetSBIFqdn ¶

GetSBIFqdn returns the SBIFqdn field value if set, zero value otherwise.

func (*NgeirFunctionSingleAllOfAttributes) GetSBIFqdnOk ¶

func (o *NgeirFunctionSingleAllOfAttributes) GetSBIFqdnOk() (*string, bool)

GetSBIFqdnOk returns a tuple with the SBIFqdn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NgeirFunctionSingleAllOfAttributes) GetSnssaiList ¶

func (o *NgeirFunctionSingleAllOfAttributes) GetSnssaiList() []Snssai

GetSnssaiList returns the SnssaiList field value if set, zero value otherwise.

func (*NgeirFunctionSingleAllOfAttributes) GetSnssaiListOk ¶

func (o *NgeirFunctionSingleAllOfAttributes) GetSnssaiListOk() ([]Snssai, bool)

GetSnssaiListOk returns a tuple with the SnssaiList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NgeirFunctionSingleAllOfAttributes) HasCommModelList ¶

func (o *NgeirFunctionSingleAllOfAttributes) HasCommModelList() bool

HasCommModelList returns a boolean if a field has been set.

func (*NgeirFunctionSingleAllOfAttributes) HasManagedNFProfile ¶

func (o *NgeirFunctionSingleAllOfAttributes) HasManagedNFProfile() bool

HasManagedNFProfile returns a boolean if a field has been set.

func (*NgeirFunctionSingleAllOfAttributes) HasPlmnIdList ¶

func (o *NgeirFunctionSingleAllOfAttributes) HasPlmnIdList() bool

HasPlmnIdList returns a boolean if a field has been set.

func (*NgeirFunctionSingleAllOfAttributes) HasSBIFqdn ¶

func (o *NgeirFunctionSingleAllOfAttributes) HasSBIFqdn() bool

HasSBIFqdn returns a boolean if a field has been set.

func (*NgeirFunctionSingleAllOfAttributes) HasSnssaiList ¶

func (o *NgeirFunctionSingleAllOfAttributes) HasSnssaiList() bool

HasSnssaiList returns a boolean if a field has been set.

func (NgeirFunctionSingleAllOfAttributes) MarshalJSON ¶

func (o NgeirFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*NgeirFunctionSingleAllOfAttributes) SetCommModelList ¶

func (o *NgeirFunctionSingleAllOfAttributes) SetCommModelList(v []CommModel)

SetCommModelList gets a reference to the given []CommModel and assigns it to the CommModelList field.

func (*NgeirFunctionSingleAllOfAttributes) SetManagedNFProfile ¶

func (o *NgeirFunctionSingleAllOfAttributes) SetManagedNFProfile(v ManagedNFProfile)

SetManagedNFProfile gets a reference to the given ManagedNFProfile and assigns it to the ManagedNFProfile field.

func (*NgeirFunctionSingleAllOfAttributes) SetPlmnIdList ¶

func (o *NgeirFunctionSingleAllOfAttributes) SetPlmnIdList(v []PlmnId)

SetPlmnIdList gets a reference to the given []PlmnId and assigns it to the PlmnIdList field.

func (*NgeirFunctionSingleAllOfAttributes) SetSBIFqdn ¶

func (o *NgeirFunctionSingleAllOfAttributes) SetSBIFqdn(v string)

SetSBIFqdn gets a reference to the given string and assigns it to the SBIFqdn field.

func (*NgeirFunctionSingleAllOfAttributes) SetSnssaiList ¶

func (o *NgeirFunctionSingleAllOfAttributes) SetSnssaiList(v []Snssai)

SetSnssaiList gets a reference to the given []Snssai and assigns it to the SnssaiList field.

func (NgeirFunctionSingleAllOfAttributes) ToMap ¶

func (o NgeirFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type NgeirFunctionSingleAllOfAttributesAllOf ¶

type NgeirFunctionSingleAllOfAttributesAllOf struct {
	PlmnIdList       []PlmnId          `json:"plmnIdList,omitempty"`
	SBIFqdn          *string           `json:"sBIFqdn,omitempty"`
	SnssaiList       []Snssai          `json:"snssaiList,omitempty"`
	ManagedNFProfile *ManagedNFProfile `json:"managedNFProfile,omitempty"`
	CommModelList    []CommModel       `json:"commModelList,omitempty"`
}

NgeirFunctionSingleAllOfAttributesAllOf struct for NgeirFunctionSingleAllOfAttributesAllOf

func NewNgeirFunctionSingleAllOfAttributesAllOf ¶

func NewNgeirFunctionSingleAllOfAttributesAllOf() *NgeirFunctionSingleAllOfAttributesAllOf

NewNgeirFunctionSingleAllOfAttributesAllOf instantiates a new NgeirFunctionSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNgeirFunctionSingleAllOfAttributesAllOfWithDefaults ¶

func NewNgeirFunctionSingleAllOfAttributesAllOfWithDefaults() *NgeirFunctionSingleAllOfAttributesAllOf

NewNgeirFunctionSingleAllOfAttributesAllOfWithDefaults instantiates a new NgeirFunctionSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NgeirFunctionSingleAllOfAttributesAllOf) GetCommModelList ¶

func (o *NgeirFunctionSingleAllOfAttributesAllOf) GetCommModelList() []CommModel

GetCommModelList returns the CommModelList field value if set, zero value otherwise.

func (*NgeirFunctionSingleAllOfAttributesAllOf) GetCommModelListOk ¶

func (o *NgeirFunctionSingleAllOfAttributesAllOf) GetCommModelListOk() ([]CommModel, bool)

GetCommModelListOk returns a tuple with the CommModelList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NgeirFunctionSingleAllOfAttributesAllOf) GetManagedNFProfile ¶

GetManagedNFProfile returns the ManagedNFProfile field value if set, zero value otherwise.

func (*NgeirFunctionSingleAllOfAttributesAllOf) GetManagedNFProfileOk ¶

func (o *NgeirFunctionSingleAllOfAttributesAllOf) GetManagedNFProfileOk() (*ManagedNFProfile, bool)

GetManagedNFProfileOk returns a tuple with the ManagedNFProfile field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NgeirFunctionSingleAllOfAttributesAllOf) GetPlmnIdList ¶

func (o *NgeirFunctionSingleAllOfAttributesAllOf) GetPlmnIdList() []PlmnId

GetPlmnIdList returns the PlmnIdList field value if set, zero value otherwise.

func (*NgeirFunctionSingleAllOfAttributesAllOf) GetPlmnIdListOk ¶

func (o *NgeirFunctionSingleAllOfAttributesAllOf) GetPlmnIdListOk() ([]PlmnId, bool)

GetPlmnIdListOk returns a tuple with the PlmnIdList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NgeirFunctionSingleAllOfAttributesAllOf) GetSBIFqdn ¶

GetSBIFqdn returns the SBIFqdn field value if set, zero value otherwise.

func (*NgeirFunctionSingleAllOfAttributesAllOf) GetSBIFqdnOk ¶

func (o *NgeirFunctionSingleAllOfAttributesAllOf) GetSBIFqdnOk() (*string, bool)

GetSBIFqdnOk returns a tuple with the SBIFqdn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NgeirFunctionSingleAllOfAttributesAllOf) GetSnssaiList ¶

func (o *NgeirFunctionSingleAllOfAttributesAllOf) GetSnssaiList() []Snssai

GetSnssaiList returns the SnssaiList field value if set, zero value otherwise.

func (*NgeirFunctionSingleAllOfAttributesAllOf) GetSnssaiListOk ¶

func (o *NgeirFunctionSingleAllOfAttributesAllOf) GetSnssaiListOk() ([]Snssai, bool)

GetSnssaiListOk returns a tuple with the SnssaiList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NgeirFunctionSingleAllOfAttributesAllOf) HasCommModelList ¶

func (o *NgeirFunctionSingleAllOfAttributesAllOf) HasCommModelList() bool

HasCommModelList returns a boolean if a field has been set.

func (*NgeirFunctionSingleAllOfAttributesAllOf) HasManagedNFProfile ¶

func (o *NgeirFunctionSingleAllOfAttributesAllOf) HasManagedNFProfile() bool

HasManagedNFProfile returns a boolean if a field has been set.

func (*NgeirFunctionSingleAllOfAttributesAllOf) HasPlmnIdList ¶

func (o *NgeirFunctionSingleAllOfAttributesAllOf) HasPlmnIdList() bool

HasPlmnIdList returns a boolean if a field has been set.

func (*NgeirFunctionSingleAllOfAttributesAllOf) HasSBIFqdn ¶

HasSBIFqdn returns a boolean if a field has been set.

func (*NgeirFunctionSingleAllOfAttributesAllOf) HasSnssaiList ¶

func (o *NgeirFunctionSingleAllOfAttributesAllOf) HasSnssaiList() bool

HasSnssaiList returns a boolean if a field has been set.

func (NgeirFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (o NgeirFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)

func (*NgeirFunctionSingleAllOfAttributesAllOf) SetCommModelList ¶

func (o *NgeirFunctionSingleAllOfAttributesAllOf) SetCommModelList(v []CommModel)

SetCommModelList gets a reference to the given []CommModel and assigns it to the CommModelList field.

func (*NgeirFunctionSingleAllOfAttributesAllOf) SetManagedNFProfile ¶

SetManagedNFProfile gets a reference to the given ManagedNFProfile and assigns it to the ManagedNFProfile field.

func (*NgeirFunctionSingleAllOfAttributesAllOf) SetPlmnIdList ¶

func (o *NgeirFunctionSingleAllOfAttributesAllOf) SetPlmnIdList(v []PlmnId)

SetPlmnIdList gets a reference to the given []PlmnId and assigns it to the PlmnIdList field.

func (*NgeirFunctionSingleAllOfAttributesAllOf) SetSBIFqdn ¶

SetSBIFqdn gets a reference to the given string and assigns it to the SBIFqdn field.

func (*NgeirFunctionSingleAllOfAttributesAllOf) SetSnssaiList ¶

func (o *NgeirFunctionSingleAllOfAttributesAllOf) SetSnssaiList(v []Snssai)

SetSnssaiList gets a reference to the given []Snssai and assigns it to the SnssaiList field.

func (NgeirFunctionSingleAllOfAttributesAllOf) ToMap ¶

func (o NgeirFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)

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 NotFulfilledState ¶

type NotFulfilledState string

NotFulfilledState the model 'NotFulfilledState'

const (
	ACKNOWLEDGED     NotFulfilledState = "ACKNOWLEDGED"
	COMPLIANT        NotFulfilledState = "COMPLIANT"
	DEGRADED         NotFulfilledState = "DEGRADED"
	SUSPENDED        NotFulfilledState = "SUSPENDED"
	TERMINATED       NotFulfilledState = "TERMINATED"
	FULFILMENTFAILED NotFulfilledState = "FULFILMENTFAILED"
)

List of NotFulfilledState

func NewNotFulfilledStateFromValue ¶

func NewNotFulfilledStateFromValue(v string) (*NotFulfilledState, error)

NewNotFulfilledStateFromValue returns a pointer to a valid NotFulfilledState for the value passed as argument, or an error if the value passed is not allowed by the enum

func (NotFulfilledState) IsValid ¶

func (v NotFulfilledState) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (NotFulfilledState) Ptr ¶

Ptr returns reference to NotFulfilledState value

func (*NotFulfilledState) UnmarshalJSON ¶

func (v *NotFulfilledState) UnmarshalJSON(src []byte) error

type NotificationHeader ¶

type NotificationHeader struct {
	Href             string           `json:"href"`
	NotificationId   int32            `json:"notificationId"`
	NotificationType NotificationType `json:"notificationType"`
	EventTime        time.Time        `json:"eventTime"`
	SystemDN         string           `json:"systemDN"`
}

NotificationHeader struct for NotificationHeader

func NewNotificationHeader ¶

func NewNotificationHeader(href string, notificationId int32, notificationType NotificationType, eventTime time.Time, systemDN string) *NotificationHeader

NewNotificationHeader instantiates a new NotificationHeader object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNotificationHeaderWithDefaults ¶

func NewNotificationHeaderWithDefaults() *NotificationHeader

NewNotificationHeaderWithDefaults instantiates a new NotificationHeader object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NotificationHeader) GetEventTime ¶

func (o *NotificationHeader) GetEventTime() time.Time

GetEventTime returns the EventTime field value

func (*NotificationHeader) GetEventTimeOk ¶

func (o *NotificationHeader) GetEventTimeOk() (*time.Time, bool)

GetEventTimeOk returns a tuple with the EventTime field value and a boolean to check if the value has been set.

func (*NotificationHeader) GetHref ¶

func (o *NotificationHeader) GetHref() string

GetHref returns the Href field value

func (*NotificationHeader) GetHrefOk ¶

func (o *NotificationHeader) GetHrefOk() (*string, bool)

GetHrefOk returns a tuple with the Href field value and a boolean to check if the value has been set.

func (*NotificationHeader) GetNotificationId ¶

func (o *NotificationHeader) GetNotificationId() int32

GetNotificationId returns the NotificationId field value

func (*NotificationHeader) GetNotificationIdOk ¶

func (o *NotificationHeader) GetNotificationIdOk() (*int32, bool)

GetNotificationIdOk returns a tuple with the NotificationId field value and a boolean to check if the value has been set.

func (*NotificationHeader) GetNotificationType ¶

func (o *NotificationHeader) GetNotificationType() NotificationType

GetNotificationType returns the NotificationType field value

func (*NotificationHeader) GetNotificationTypeOk ¶

func (o *NotificationHeader) GetNotificationTypeOk() (*NotificationType, bool)

GetNotificationTypeOk returns a tuple with the NotificationType field value and a boolean to check if the value has been set.

func (*NotificationHeader) GetSystemDN ¶

func (o *NotificationHeader) GetSystemDN() string

GetSystemDN returns the SystemDN field value

func (*NotificationHeader) GetSystemDNOk ¶

func (o *NotificationHeader) GetSystemDNOk() (*string, bool)

GetSystemDNOk returns a tuple with the SystemDN field value and a boolean to check if the value has been set.

func (NotificationHeader) MarshalJSON ¶

func (o NotificationHeader) MarshalJSON() ([]byte, error)

func (*NotificationHeader) SetEventTime ¶

func (o *NotificationHeader) SetEventTime(v time.Time)

SetEventTime sets field value

func (*NotificationHeader) SetHref ¶

func (o *NotificationHeader) SetHref(v string)

SetHref sets field value

func (*NotificationHeader) SetNotificationId ¶

func (o *NotificationHeader) SetNotificationId(v int32)

SetNotificationId sets field value

func (*NotificationHeader) SetNotificationType ¶

func (o *NotificationHeader) SetNotificationType(v NotificationType)

SetNotificationType sets field value

func (*NotificationHeader) SetSystemDN ¶

func (o *NotificationHeader) SetSystemDN(v string)

SetSystemDN sets field value

func (NotificationHeader) ToMap ¶

func (o NotificationHeader) 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 NotifyMoiAttributeValueChanges ¶

type NotifyMoiAttributeValueChanges struct {
	NotificationHeader
	CorrelatedNotifications []CorrelatedNotification `json:"correlatedNotifications,omitempty"`
	AdditionalText          *string                  `json:"additionalText,omitempty"`
	SourceIndicator         *SourceIndicator         `json:"sourceIndicator,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.
	AttributeListValueChanges []map[string]interface{} `json:"attributeListValueChanges"`
}

NotifyMoiAttributeValueChanges struct for NotifyMoiAttributeValueChanges

func NewNotifyMoiAttributeValueChanges ¶

func NewNotifyMoiAttributeValueChanges(attributeListValueChanges []map[string]interface{}, href string, notificationId int32, notificationType NotificationType, eventTime time.Time, systemDN string) *NotifyMoiAttributeValueChanges

NewNotifyMoiAttributeValueChanges instantiates a new NotifyMoiAttributeValueChanges object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNotifyMoiAttributeValueChangesWithDefaults ¶

func NewNotifyMoiAttributeValueChangesWithDefaults() *NotifyMoiAttributeValueChanges

NewNotifyMoiAttributeValueChangesWithDefaults instantiates a new NotifyMoiAttributeValueChanges object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NotifyMoiAttributeValueChanges) GetAdditionalText ¶

func (o *NotifyMoiAttributeValueChanges) GetAdditionalText() string

GetAdditionalText returns the AdditionalText field value if set, zero value otherwise.

func (*NotifyMoiAttributeValueChanges) GetAdditionalTextOk ¶

func (o *NotifyMoiAttributeValueChanges) 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 (*NotifyMoiAttributeValueChanges) GetAttributeListValueChanges ¶

func (o *NotifyMoiAttributeValueChanges) GetAttributeListValueChanges() []map[string]interface{}

GetAttributeListValueChanges returns the AttributeListValueChanges field value

func (*NotifyMoiAttributeValueChanges) GetAttributeListValueChangesOk ¶

func (o *NotifyMoiAttributeValueChanges) GetAttributeListValueChangesOk() ([]map[string]interface{}, bool)

GetAttributeListValueChangesOk returns a tuple with the AttributeListValueChanges field value and a boolean to check if the value has been set.

func (*NotifyMoiAttributeValueChanges) GetCorrelatedNotifications ¶

func (o *NotifyMoiAttributeValueChanges) GetCorrelatedNotifications() []CorrelatedNotification

GetCorrelatedNotifications returns the CorrelatedNotifications field value if set, zero value otherwise.

func (*NotifyMoiAttributeValueChanges) GetCorrelatedNotificationsOk ¶

func (o *NotifyMoiAttributeValueChanges) 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 (*NotifyMoiAttributeValueChanges) GetSourceIndicator ¶

func (o *NotifyMoiAttributeValueChanges) GetSourceIndicator() SourceIndicator

GetSourceIndicator returns the SourceIndicator field value if set, zero value otherwise.

func (*NotifyMoiAttributeValueChanges) GetSourceIndicatorOk ¶

func (o *NotifyMoiAttributeValueChanges) GetSourceIndicatorOk() (*SourceIndicator, bool)

GetSourceIndicatorOk returns a tuple with the SourceIndicator field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotifyMoiAttributeValueChanges) HasAdditionalText ¶

func (o *NotifyMoiAttributeValueChanges) HasAdditionalText() bool

HasAdditionalText returns a boolean if a field has been set.

func (*NotifyMoiAttributeValueChanges) HasCorrelatedNotifications ¶

func (o *NotifyMoiAttributeValueChanges) HasCorrelatedNotifications() bool

HasCorrelatedNotifications returns a boolean if a field has been set.

func (*NotifyMoiAttributeValueChanges) HasSourceIndicator ¶

func (o *NotifyMoiAttributeValueChanges) HasSourceIndicator() bool

HasSourceIndicator returns a boolean if a field has been set.

func (NotifyMoiAttributeValueChanges) MarshalJSON ¶

func (o NotifyMoiAttributeValueChanges) MarshalJSON() ([]byte, error)

func (*NotifyMoiAttributeValueChanges) SetAdditionalText ¶

func (o *NotifyMoiAttributeValueChanges) SetAdditionalText(v string)

SetAdditionalText gets a reference to the given string and assigns it to the AdditionalText field.

func (*NotifyMoiAttributeValueChanges) SetAttributeListValueChanges ¶

func (o *NotifyMoiAttributeValueChanges) SetAttributeListValueChanges(v []map[string]interface{})

SetAttributeListValueChanges sets field value

func (*NotifyMoiAttributeValueChanges) SetCorrelatedNotifications ¶

func (o *NotifyMoiAttributeValueChanges) SetCorrelatedNotifications(v []CorrelatedNotification)

SetCorrelatedNotifications gets a reference to the given []CorrelatedNotification and assigns it to the CorrelatedNotifications field.

func (*NotifyMoiAttributeValueChanges) SetSourceIndicator ¶

func (o *NotifyMoiAttributeValueChanges) SetSourceIndicator(v SourceIndicator)

SetSourceIndicator gets a reference to the given SourceIndicator and assigns it to the SourceIndicator field.

func (NotifyMoiAttributeValueChanges) ToMap ¶

func (o NotifyMoiAttributeValueChanges) ToMap() (map[string]interface{}, error)

type NotifyMoiAttributeValueChangesAllOf ¶

type NotifyMoiAttributeValueChangesAllOf struct {
	CorrelatedNotifications []CorrelatedNotification `json:"correlatedNotifications,omitempty"`
	AdditionalText          *string                  `json:"additionalText,omitempty"`
	SourceIndicator         *SourceIndicator         `json:"sourceIndicator,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.
	AttributeListValueChanges []map[string]interface{} `json:"attributeListValueChanges"`
}

NotifyMoiAttributeValueChangesAllOf struct for NotifyMoiAttributeValueChangesAllOf

func NewNotifyMoiAttributeValueChangesAllOf ¶

func NewNotifyMoiAttributeValueChangesAllOf(attributeListValueChanges []map[string]interface{}) *NotifyMoiAttributeValueChangesAllOf

NewNotifyMoiAttributeValueChangesAllOf instantiates a new NotifyMoiAttributeValueChangesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNotifyMoiAttributeValueChangesAllOfWithDefaults ¶

func NewNotifyMoiAttributeValueChangesAllOfWithDefaults() *NotifyMoiAttributeValueChangesAllOf

NewNotifyMoiAttributeValueChangesAllOfWithDefaults instantiates a new NotifyMoiAttributeValueChangesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NotifyMoiAttributeValueChangesAllOf) GetAdditionalText ¶

func (o *NotifyMoiAttributeValueChangesAllOf) GetAdditionalText() string

GetAdditionalText returns the AdditionalText field value if set, zero value otherwise.

func (*NotifyMoiAttributeValueChangesAllOf) GetAdditionalTextOk ¶

func (o *NotifyMoiAttributeValueChangesAllOf) 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 (*NotifyMoiAttributeValueChangesAllOf) GetAttributeListValueChanges ¶

func (o *NotifyMoiAttributeValueChangesAllOf) GetAttributeListValueChanges() []map[string]interface{}

GetAttributeListValueChanges returns the AttributeListValueChanges field value

func (*NotifyMoiAttributeValueChangesAllOf) GetAttributeListValueChangesOk ¶

func (o *NotifyMoiAttributeValueChangesAllOf) GetAttributeListValueChangesOk() ([]map[string]interface{}, bool)

GetAttributeListValueChangesOk returns a tuple with the AttributeListValueChanges field value and a boolean to check if the value has been set.

func (*NotifyMoiAttributeValueChangesAllOf) GetCorrelatedNotifications ¶

func (o *NotifyMoiAttributeValueChangesAllOf) GetCorrelatedNotifications() []CorrelatedNotification

GetCorrelatedNotifications returns the CorrelatedNotifications field value if set, zero value otherwise.

func (*NotifyMoiAttributeValueChangesAllOf) GetCorrelatedNotificationsOk ¶

func (o *NotifyMoiAttributeValueChangesAllOf) 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 (*NotifyMoiAttributeValueChangesAllOf) GetSourceIndicator ¶

func (o *NotifyMoiAttributeValueChangesAllOf) GetSourceIndicator() SourceIndicator

GetSourceIndicator returns the SourceIndicator field value if set, zero value otherwise.

func (*NotifyMoiAttributeValueChangesAllOf) GetSourceIndicatorOk ¶

func (o *NotifyMoiAttributeValueChangesAllOf) GetSourceIndicatorOk() (*SourceIndicator, bool)

GetSourceIndicatorOk returns a tuple with the SourceIndicator field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotifyMoiAttributeValueChangesAllOf) HasAdditionalText ¶

func (o *NotifyMoiAttributeValueChangesAllOf) HasAdditionalText() bool

HasAdditionalText returns a boolean if a field has been set.

func (*NotifyMoiAttributeValueChangesAllOf) HasCorrelatedNotifications ¶

func (o *NotifyMoiAttributeValueChangesAllOf) HasCorrelatedNotifications() bool

HasCorrelatedNotifications returns a boolean if a field has been set.

func (*NotifyMoiAttributeValueChangesAllOf) HasSourceIndicator ¶

func (o *NotifyMoiAttributeValueChangesAllOf) HasSourceIndicator() bool

HasSourceIndicator returns a boolean if a field has been set.

func (NotifyMoiAttributeValueChangesAllOf) MarshalJSON ¶

func (o NotifyMoiAttributeValueChangesAllOf) MarshalJSON() ([]byte, error)

func (*NotifyMoiAttributeValueChangesAllOf) SetAdditionalText ¶

func (o *NotifyMoiAttributeValueChangesAllOf) SetAdditionalText(v string)

SetAdditionalText gets a reference to the given string and assigns it to the AdditionalText field.

func (*NotifyMoiAttributeValueChangesAllOf) SetAttributeListValueChanges ¶

func (o *NotifyMoiAttributeValueChangesAllOf) SetAttributeListValueChanges(v []map[string]interface{})

SetAttributeListValueChanges sets field value

func (*NotifyMoiAttributeValueChangesAllOf) SetCorrelatedNotifications ¶

func (o *NotifyMoiAttributeValueChangesAllOf) SetCorrelatedNotifications(v []CorrelatedNotification)

SetCorrelatedNotifications gets a reference to the given []CorrelatedNotification and assigns it to the CorrelatedNotifications field.

func (*NotifyMoiAttributeValueChangesAllOf) SetSourceIndicator ¶

func (o *NotifyMoiAttributeValueChangesAllOf) SetSourceIndicator(v SourceIndicator)

SetSourceIndicator gets a reference to the given SourceIndicator and assigns it to the SourceIndicator field.

func (NotifyMoiAttributeValueChangesAllOf) ToMap ¶

func (o NotifyMoiAttributeValueChangesAllOf) ToMap() (map[string]interface{}, error)

type NotifyMoiChanges ¶

type NotifyMoiChanges struct {
	NotificationHeader
	MoiChanges []MoiChange `json:"moiChanges"`
}

NotifyMoiChanges struct for NotifyMoiChanges

func NewNotifyMoiChanges ¶

func NewNotifyMoiChanges(moiChanges []MoiChange, href string, notificationId int32, notificationType NotificationType, eventTime time.Time, systemDN string) *NotifyMoiChanges

NewNotifyMoiChanges instantiates a new NotifyMoiChanges object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNotifyMoiChangesWithDefaults ¶

func NewNotifyMoiChangesWithDefaults() *NotifyMoiChanges

NewNotifyMoiChangesWithDefaults instantiates a new NotifyMoiChanges object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NotifyMoiChanges) GetMoiChanges ¶

func (o *NotifyMoiChanges) GetMoiChanges() []MoiChange

GetMoiChanges returns the MoiChanges field value

func (*NotifyMoiChanges) GetMoiChangesOk ¶

func (o *NotifyMoiChanges) GetMoiChangesOk() ([]MoiChange, bool)

GetMoiChangesOk returns a tuple with the MoiChanges field value and a boolean to check if the value has been set.

func (NotifyMoiChanges) MarshalJSON ¶

func (o NotifyMoiChanges) MarshalJSON() ([]byte, error)

func (*NotifyMoiChanges) SetMoiChanges ¶

func (o *NotifyMoiChanges) SetMoiChanges(v []MoiChange)

SetMoiChanges sets field value

func (NotifyMoiChanges) ToMap ¶

func (o NotifyMoiChanges) ToMap() (map[string]interface{}, error)

type NotifyMoiChangesAllOf ¶

type NotifyMoiChangesAllOf struct {
	MoiChanges []MoiChange `json:"moiChanges"`
}

NotifyMoiChangesAllOf struct for NotifyMoiChangesAllOf

func NewNotifyMoiChangesAllOf ¶

func NewNotifyMoiChangesAllOf(moiChanges []MoiChange) *NotifyMoiChangesAllOf

NewNotifyMoiChangesAllOf instantiates a new NotifyMoiChangesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNotifyMoiChangesAllOfWithDefaults ¶

func NewNotifyMoiChangesAllOfWithDefaults() *NotifyMoiChangesAllOf

NewNotifyMoiChangesAllOfWithDefaults instantiates a new NotifyMoiChangesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NotifyMoiChangesAllOf) GetMoiChanges ¶

func (o *NotifyMoiChangesAllOf) GetMoiChanges() []MoiChange

GetMoiChanges returns the MoiChanges field value

func (*NotifyMoiChangesAllOf) GetMoiChangesOk ¶

func (o *NotifyMoiChangesAllOf) GetMoiChangesOk() ([]MoiChange, bool)

GetMoiChangesOk returns a tuple with the MoiChanges field value and a boolean to check if the value has been set.

func (NotifyMoiChangesAllOf) MarshalJSON ¶

func (o NotifyMoiChangesAllOf) MarshalJSON() ([]byte, error)

func (*NotifyMoiChangesAllOf) SetMoiChanges ¶

func (o *NotifyMoiChangesAllOf) SetMoiChanges(v []MoiChange)

SetMoiChanges sets field value

func (NotifyMoiChangesAllOf) ToMap ¶

func (o NotifyMoiChangesAllOf) ToMap() (map[string]interface{}, error)

type NotifyMoiCreation ¶

type NotifyMoiCreation struct {
	NotificationHeader
	CorrelatedNotifications []CorrelatedNotification `json:"correlatedNotifications,omitempty"`
	AdditionalText          *string                  `json:"additionalText,omitempty"`
	SourceIndicator         *SourceIndicator         `json:"sourceIndicator,omitempty"`
	// The key of this map is the attribute name, and the value the attribute value.
	AttributeList map[string]interface{} `json:"attributeList,omitempty"`
}

NotifyMoiCreation struct for NotifyMoiCreation

func NewNotifyMoiCreation ¶

func NewNotifyMoiCreation(href string, notificationId int32, notificationType NotificationType, eventTime time.Time, systemDN string) *NotifyMoiCreation

NewNotifyMoiCreation instantiates a new NotifyMoiCreation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNotifyMoiCreationWithDefaults ¶

func NewNotifyMoiCreationWithDefaults() *NotifyMoiCreation

NewNotifyMoiCreationWithDefaults instantiates a new NotifyMoiCreation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NotifyMoiCreation) GetAdditionalText ¶

func (o *NotifyMoiCreation) GetAdditionalText() string

GetAdditionalText returns the AdditionalText field value if set, zero value otherwise.

func (*NotifyMoiCreation) GetAdditionalTextOk ¶

func (o *NotifyMoiCreation) 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 (*NotifyMoiCreation) GetAttributeList ¶

func (o *NotifyMoiCreation) GetAttributeList() map[string]interface{}

GetAttributeList returns the AttributeList field value if set, zero value otherwise.

func (*NotifyMoiCreation) GetAttributeListOk ¶

func (o *NotifyMoiCreation) GetAttributeListOk() (map[string]interface{}, bool)

GetAttributeListOk returns a tuple with the AttributeList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotifyMoiCreation) GetCorrelatedNotifications ¶

func (o *NotifyMoiCreation) GetCorrelatedNotifications() []CorrelatedNotification

GetCorrelatedNotifications returns the CorrelatedNotifications field value if set, zero value otherwise.

func (*NotifyMoiCreation) GetCorrelatedNotificationsOk ¶

func (o *NotifyMoiCreation) 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 (*NotifyMoiCreation) GetSourceIndicator ¶

func (o *NotifyMoiCreation) GetSourceIndicator() SourceIndicator

GetSourceIndicator returns the SourceIndicator field value if set, zero value otherwise.

func (*NotifyMoiCreation) GetSourceIndicatorOk ¶

func (o *NotifyMoiCreation) GetSourceIndicatorOk() (*SourceIndicator, bool)

GetSourceIndicatorOk returns a tuple with the SourceIndicator field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotifyMoiCreation) HasAdditionalText ¶

func (o *NotifyMoiCreation) HasAdditionalText() bool

HasAdditionalText returns a boolean if a field has been set.

func (*NotifyMoiCreation) HasAttributeList ¶

func (o *NotifyMoiCreation) HasAttributeList() bool

HasAttributeList returns a boolean if a field has been set.

func (*NotifyMoiCreation) HasCorrelatedNotifications ¶

func (o *NotifyMoiCreation) HasCorrelatedNotifications() bool

HasCorrelatedNotifications returns a boolean if a field has been set.

func (*NotifyMoiCreation) HasSourceIndicator ¶

func (o *NotifyMoiCreation) HasSourceIndicator() bool

HasSourceIndicator returns a boolean if a field has been set.

func (NotifyMoiCreation) MarshalJSON ¶

func (o NotifyMoiCreation) MarshalJSON() ([]byte, error)

func (*NotifyMoiCreation) SetAdditionalText ¶

func (o *NotifyMoiCreation) SetAdditionalText(v string)

SetAdditionalText gets a reference to the given string and assigns it to the AdditionalText field.

func (*NotifyMoiCreation) SetAttributeList ¶

func (o *NotifyMoiCreation) SetAttributeList(v map[string]interface{})

SetAttributeList gets a reference to the given map[string]interface{} and assigns it to the AttributeList field.

func (*NotifyMoiCreation) SetCorrelatedNotifications ¶

func (o *NotifyMoiCreation) SetCorrelatedNotifications(v []CorrelatedNotification)

SetCorrelatedNotifications gets a reference to the given []CorrelatedNotification and assigns it to the CorrelatedNotifications field.

func (*NotifyMoiCreation) SetSourceIndicator ¶

func (o *NotifyMoiCreation) SetSourceIndicator(v SourceIndicator)

SetSourceIndicator gets a reference to the given SourceIndicator and assigns it to the SourceIndicator field.

func (NotifyMoiCreation) ToMap ¶

func (o NotifyMoiCreation) ToMap() (map[string]interface{}, error)

type NotifyMoiCreationAllOf ¶

type NotifyMoiCreationAllOf struct {
	CorrelatedNotifications []CorrelatedNotification `json:"correlatedNotifications,omitempty"`
	AdditionalText          *string                  `json:"additionalText,omitempty"`
	SourceIndicator         *SourceIndicator         `json:"sourceIndicator,omitempty"`
	// The key of this map is the attribute name, and the value the attribute value.
	AttributeList map[string]interface{} `json:"attributeList,omitempty"`
}

NotifyMoiCreationAllOf struct for NotifyMoiCreationAllOf

func NewNotifyMoiCreationAllOf ¶

func NewNotifyMoiCreationAllOf() *NotifyMoiCreationAllOf

NewNotifyMoiCreationAllOf instantiates a new NotifyMoiCreationAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNotifyMoiCreationAllOfWithDefaults ¶

func NewNotifyMoiCreationAllOfWithDefaults() *NotifyMoiCreationAllOf

NewNotifyMoiCreationAllOfWithDefaults instantiates a new NotifyMoiCreationAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NotifyMoiCreationAllOf) GetAdditionalText ¶

func (o *NotifyMoiCreationAllOf) GetAdditionalText() string

GetAdditionalText returns the AdditionalText field value if set, zero value otherwise.

func (*NotifyMoiCreationAllOf) GetAdditionalTextOk ¶

func (o *NotifyMoiCreationAllOf) 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 (*NotifyMoiCreationAllOf) GetAttributeList ¶

func (o *NotifyMoiCreationAllOf) GetAttributeList() map[string]interface{}

GetAttributeList returns the AttributeList field value if set, zero value otherwise.

func (*NotifyMoiCreationAllOf) GetAttributeListOk ¶

func (o *NotifyMoiCreationAllOf) GetAttributeListOk() (map[string]interface{}, bool)

GetAttributeListOk returns a tuple with the AttributeList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotifyMoiCreationAllOf) GetCorrelatedNotifications ¶

func (o *NotifyMoiCreationAllOf) GetCorrelatedNotifications() []CorrelatedNotification

GetCorrelatedNotifications returns the CorrelatedNotifications field value if set, zero value otherwise.

func (*NotifyMoiCreationAllOf) GetCorrelatedNotificationsOk ¶

func (o *NotifyMoiCreationAllOf) 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 (*NotifyMoiCreationAllOf) GetSourceIndicator ¶

func (o *NotifyMoiCreationAllOf) GetSourceIndicator() SourceIndicator

GetSourceIndicator returns the SourceIndicator field value if set, zero value otherwise.

func (*NotifyMoiCreationAllOf) GetSourceIndicatorOk ¶

func (o *NotifyMoiCreationAllOf) GetSourceIndicatorOk() (*SourceIndicator, bool)

GetSourceIndicatorOk returns a tuple with the SourceIndicator field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotifyMoiCreationAllOf) HasAdditionalText ¶

func (o *NotifyMoiCreationAllOf) HasAdditionalText() bool

HasAdditionalText returns a boolean if a field has been set.

func (*NotifyMoiCreationAllOf) HasAttributeList ¶

func (o *NotifyMoiCreationAllOf) HasAttributeList() bool

HasAttributeList returns a boolean if a field has been set.

func (*NotifyMoiCreationAllOf) HasCorrelatedNotifications ¶

func (o *NotifyMoiCreationAllOf) HasCorrelatedNotifications() bool

HasCorrelatedNotifications returns a boolean if a field has been set.

func (*NotifyMoiCreationAllOf) HasSourceIndicator ¶

func (o *NotifyMoiCreationAllOf) HasSourceIndicator() bool

HasSourceIndicator returns a boolean if a field has been set.

func (NotifyMoiCreationAllOf) MarshalJSON ¶

func (o NotifyMoiCreationAllOf) MarshalJSON() ([]byte, error)

func (*NotifyMoiCreationAllOf) SetAdditionalText ¶

func (o *NotifyMoiCreationAllOf) SetAdditionalText(v string)

SetAdditionalText gets a reference to the given string and assigns it to the AdditionalText field.

func (*NotifyMoiCreationAllOf) SetAttributeList ¶

func (o *NotifyMoiCreationAllOf) SetAttributeList(v map[string]interface{})

SetAttributeList gets a reference to the given map[string]interface{} and assigns it to the AttributeList field.

func (*NotifyMoiCreationAllOf) SetCorrelatedNotifications ¶

func (o *NotifyMoiCreationAllOf) SetCorrelatedNotifications(v []CorrelatedNotification)

SetCorrelatedNotifications gets a reference to the given []CorrelatedNotification and assigns it to the CorrelatedNotifications field.

func (*NotifyMoiCreationAllOf) SetSourceIndicator ¶

func (o *NotifyMoiCreationAllOf) SetSourceIndicator(v SourceIndicator)

SetSourceIndicator gets a reference to the given SourceIndicator and assigns it to the SourceIndicator field.

func (NotifyMoiCreationAllOf) ToMap ¶

func (o NotifyMoiCreationAllOf) ToMap() (map[string]interface{}, error)

type NotifyMoiDeletion ¶

type NotifyMoiDeletion struct {
	NotificationHeader
	CorrelatedNotifications []CorrelatedNotification `json:"correlatedNotifications,omitempty"`
	AdditionalText          *string                  `json:"additionalText,omitempty"`
	SourceIndicator         *SourceIndicator         `json:"sourceIndicator,omitempty"`
	// The key of this map is the attribute name, and the value the attribute value.
	AttributeList map[string]interface{} `json:"attributeList,omitempty"`
}

NotifyMoiDeletion struct for NotifyMoiDeletion

func NewNotifyMoiDeletion ¶

func NewNotifyMoiDeletion(href string, notificationId int32, notificationType NotificationType, eventTime time.Time, systemDN string) *NotifyMoiDeletion

NewNotifyMoiDeletion instantiates a new NotifyMoiDeletion object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNotifyMoiDeletionWithDefaults ¶

func NewNotifyMoiDeletionWithDefaults() *NotifyMoiDeletion

NewNotifyMoiDeletionWithDefaults instantiates a new NotifyMoiDeletion object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NotifyMoiDeletion) GetAdditionalText ¶

func (o *NotifyMoiDeletion) GetAdditionalText() string

GetAdditionalText returns the AdditionalText field value if set, zero value otherwise.

func (*NotifyMoiDeletion) GetAdditionalTextOk ¶

func (o *NotifyMoiDeletion) 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 (*NotifyMoiDeletion) GetAttributeList ¶

func (o *NotifyMoiDeletion) GetAttributeList() map[string]interface{}

GetAttributeList returns the AttributeList field value if set, zero value otherwise.

func (*NotifyMoiDeletion) GetAttributeListOk ¶

func (o *NotifyMoiDeletion) GetAttributeListOk() (map[string]interface{}, bool)

GetAttributeListOk returns a tuple with the AttributeList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotifyMoiDeletion) GetCorrelatedNotifications ¶

func (o *NotifyMoiDeletion) GetCorrelatedNotifications() []CorrelatedNotification

GetCorrelatedNotifications returns the CorrelatedNotifications field value if set, zero value otherwise.

func (*NotifyMoiDeletion) GetCorrelatedNotificationsOk ¶

func (o *NotifyMoiDeletion) 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 (*NotifyMoiDeletion) GetSourceIndicator ¶

func (o *NotifyMoiDeletion) GetSourceIndicator() SourceIndicator

GetSourceIndicator returns the SourceIndicator field value if set, zero value otherwise.

func (*NotifyMoiDeletion) GetSourceIndicatorOk ¶

func (o *NotifyMoiDeletion) GetSourceIndicatorOk() (*SourceIndicator, bool)

GetSourceIndicatorOk returns a tuple with the SourceIndicator field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotifyMoiDeletion) HasAdditionalText ¶

func (o *NotifyMoiDeletion) HasAdditionalText() bool

HasAdditionalText returns a boolean if a field has been set.

func (*NotifyMoiDeletion) HasAttributeList ¶

func (o *NotifyMoiDeletion) HasAttributeList() bool

HasAttributeList returns a boolean if a field has been set.

func (*NotifyMoiDeletion) HasCorrelatedNotifications ¶

func (o *NotifyMoiDeletion) HasCorrelatedNotifications() bool

HasCorrelatedNotifications returns a boolean if a field has been set.

func (*NotifyMoiDeletion) HasSourceIndicator ¶

func (o *NotifyMoiDeletion) HasSourceIndicator() bool

HasSourceIndicator returns a boolean if a field has been set.

func (NotifyMoiDeletion) MarshalJSON ¶

func (o NotifyMoiDeletion) MarshalJSON() ([]byte, error)

func (*NotifyMoiDeletion) SetAdditionalText ¶

func (o *NotifyMoiDeletion) SetAdditionalText(v string)

SetAdditionalText gets a reference to the given string and assigns it to the AdditionalText field.

func (*NotifyMoiDeletion) SetAttributeList ¶

func (o *NotifyMoiDeletion) SetAttributeList(v map[string]interface{})

SetAttributeList gets a reference to the given map[string]interface{} and assigns it to the AttributeList field.

func (*NotifyMoiDeletion) SetCorrelatedNotifications ¶

func (o *NotifyMoiDeletion) SetCorrelatedNotifications(v []CorrelatedNotification)

SetCorrelatedNotifications gets a reference to the given []CorrelatedNotification and assigns it to the CorrelatedNotifications field.

func (*NotifyMoiDeletion) SetSourceIndicator ¶

func (o *NotifyMoiDeletion) SetSourceIndicator(v SourceIndicator)

SetSourceIndicator gets a reference to the given SourceIndicator and assigns it to the SourceIndicator field.

func (NotifyMoiDeletion) ToMap ¶

func (o NotifyMoiDeletion) ToMap() (map[string]interface{}, error)

type NpnIdentity ¶

type NpnIdentity struct {
	PlmnId    *PlmnId `json:"plmnId,omitempty"`
	CagidList *string `json:"cagidList,omitempty"`
	NidList   *string `json:"nidList,omitempty"`
}

NpnIdentity struct for NpnIdentity

func NewNpnIdentity ¶

func NewNpnIdentity() *NpnIdentity

NewNpnIdentity instantiates a new NpnIdentity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNpnIdentityWithDefaults ¶

func NewNpnIdentityWithDefaults() *NpnIdentity

NewNpnIdentityWithDefaults instantiates a new NpnIdentity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NpnIdentity) GetCagidList ¶

func (o *NpnIdentity) GetCagidList() string

GetCagidList returns the CagidList field value if set, zero value otherwise.

func (*NpnIdentity) GetCagidListOk ¶

func (o *NpnIdentity) GetCagidListOk() (*string, bool)

GetCagidListOk returns a tuple with the CagidList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NpnIdentity) GetNidList ¶

func (o *NpnIdentity) GetNidList() string

GetNidList returns the NidList field value if set, zero value otherwise.

func (*NpnIdentity) GetNidListOk ¶

func (o *NpnIdentity) GetNidListOk() (*string, bool)

GetNidListOk returns a tuple with the NidList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NpnIdentity) GetPlmnId ¶

func (o *NpnIdentity) GetPlmnId() PlmnId

GetPlmnId returns the PlmnId field value if set, zero value otherwise.

func (*NpnIdentity) GetPlmnIdOk ¶

func (o *NpnIdentity) GetPlmnIdOk() (*PlmnId, bool)

GetPlmnIdOk returns a tuple with the PlmnId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NpnIdentity) HasCagidList ¶

func (o *NpnIdentity) HasCagidList() bool

HasCagidList returns a boolean if a field has been set.

func (*NpnIdentity) HasNidList ¶

func (o *NpnIdentity) HasNidList() bool

HasNidList returns a boolean if a field has been set.

func (*NpnIdentity) HasPlmnId ¶

func (o *NpnIdentity) HasPlmnId() bool

HasPlmnId returns a boolean if a field has been set.

func (NpnIdentity) MarshalJSON ¶

func (o NpnIdentity) MarshalJSON() ([]byte, error)

func (*NpnIdentity) SetCagidList ¶

func (o *NpnIdentity) SetCagidList(v string)

SetCagidList gets a reference to the given string and assigns it to the CagidList field.

func (*NpnIdentity) SetNidList ¶

func (o *NpnIdentity) SetNidList(v string)

SetNidList gets a reference to the given string and assigns it to the NidList field.

func (*NpnIdentity) SetPlmnId ¶

func (o *NpnIdentity) SetPlmnId(v PlmnId)

SetPlmnId gets a reference to the given PlmnId and assigns it to the PlmnId field.

func (NpnIdentity) ToMap ¶

func (o NpnIdentity) ToMap() (map[string]interface{}, error)

type NrCellCuSingle ¶

type NrCellCuSingle struct {
	Top
	Attributes                *NrCellCuSingleAllOfAttributes   `json:"attributes,omitempty"`
	PerfMetricJob             []PerfMetricJobSingle            `json:"PerfMetricJob,omitempty"`
	ThresholdMonitor          []ThresholdMonitorSingle         `json:"ThresholdMonitor,omitempty"`
	ManagedNFService          []ManagedNFServiceSingle         `json:"ManagedNFService,omitempty"`
	TraceJob                  []TraceJobSingle                 `json:"TraceJob,omitempty"`
	RRMPolicyRatio            []RRMPolicyRatioSingle           `json:"RRMPolicyRatio,omitempty"`
	NRCellRelation            []NRCellRelationSingle           `json:"NRCellRelation,omitempty"`
	EUtranCellRelation        []EUtranCellRelationSingle       `json:"EUtranCellRelation,omitempty"`
	NRFreqRelation            []NRFreqRelationSingle           `json:"NRFreqRelation,omitempty"`
	EUtranFreqRelation        []EUtranFreqRelationSingle       `json:"EUtranFreqRelation,omitempty"`
	DESManagementFunction     *DESManagementFunctionSingle     `json:"DESManagementFunction,omitempty"`
	DMROFunction              *DMROFunctionSingle              `json:"DMROFunction,omitempty"`
	DLBOFunction              *DLBOFunctionSingle              `json:"DLBOFunction,omitempty"`
	CESManagementFunction     *CESManagementFunctionSingle     `json:"CESManagementFunction,omitempty"`
	DPCIConfigurationFunction *DPCIConfigurationFunctionSingle `json:"DPCIConfigurationFunction,omitempty"`
}

NrCellCuSingle struct for NrCellCuSingle

func NewNrCellCuSingle ¶

func NewNrCellCuSingle(id NullableString) *NrCellCuSingle

NewNrCellCuSingle instantiates a new NrCellCuSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNrCellCuSingleWithDefaults ¶

func NewNrCellCuSingleWithDefaults() *NrCellCuSingle

NewNrCellCuSingleWithDefaults instantiates a new NrCellCuSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NrCellCuSingle) GetAttributes ¶

func (o *NrCellCuSingle) GetAttributes() NrCellCuSingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*NrCellCuSingle) GetAttributesOk ¶

func (o *NrCellCuSingle) GetAttributesOk() (*NrCellCuSingleAllOfAttributes, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellCuSingle) GetCESManagementFunction ¶

func (o *NrCellCuSingle) GetCESManagementFunction() CESManagementFunctionSingle

GetCESManagementFunction returns the CESManagementFunction field value if set, zero value otherwise.

func (*NrCellCuSingle) GetCESManagementFunctionOk ¶

func (o *NrCellCuSingle) GetCESManagementFunctionOk() (*CESManagementFunctionSingle, bool)

GetCESManagementFunctionOk returns a tuple with the CESManagementFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellCuSingle) GetDESManagementFunction ¶

func (o *NrCellCuSingle) GetDESManagementFunction() DESManagementFunctionSingle

GetDESManagementFunction returns the DESManagementFunction field value if set, zero value otherwise.

func (*NrCellCuSingle) GetDESManagementFunctionOk ¶

func (o *NrCellCuSingle) GetDESManagementFunctionOk() (*DESManagementFunctionSingle, bool)

GetDESManagementFunctionOk returns a tuple with the DESManagementFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellCuSingle) GetDLBOFunction ¶

func (o *NrCellCuSingle) GetDLBOFunction() DLBOFunctionSingle

GetDLBOFunction returns the DLBOFunction field value if set, zero value otherwise.

func (*NrCellCuSingle) GetDLBOFunctionOk ¶

func (o *NrCellCuSingle) GetDLBOFunctionOk() (*DLBOFunctionSingle, bool)

GetDLBOFunctionOk returns a tuple with the DLBOFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellCuSingle) GetDMROFunction ¶

func (o *NrCellCuSingle) GetDMROFunction() DMROFunctionSingle

GetDMROFunction returns the DMROFunction field value if set, zero value otherwise.

func (*NrCellCuSingle) GetDMROFunctionOk ¶

func (o *NrCellCuSingle) GetDMROFunctionOk() (*DMROFunctionSingle, bool)

GetDMROFunctionOk returns a tuple with the DMROFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellCuSingle) GetDPCIConfigurationFunction ¶

func (o *NrCellCuSingle) GetDPCIConfigurationFunction() DPCIConfigurationFunctionSingle

GetDPCIConfigurationFunction returns the DPCIConfigurationFunction field value if set, zero value otherwise.

func (*NrCellCuSingle) GetDPCIConfigurationFunctionOk ¶

func (o *NrCellCuSingle) GetDPCIConfigurationFunctionOk() (*DPCIConfigurationFunctionSingle, bool)

GetDPCIConfigurationFunctionOk returns a tuple with the DPCIConfigurationFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellCuSingle) GetEUtranCellRelation ¶

func (o *NrCellCuSingle) GetEUtranCellRelation() []EUtranCellRelationSingle

GetEUtranCellRelation returns the EUtranCellRelation field value if set, zero value otherwise.

func (*NrCellCuSingle) GetEUtranCellRelationOk ¶

func (o *NrCellCuSingle) GetEUtranCellRelationOk() ([]EUtranCellRelationSingle, bool)

GetEUtranCellRelationOk returns a tuple with the EUtranCellRelation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellCuSingle) GetEUtranFreqRelation ¶

func (o *NrCellCuSingle) GetEUtranFreqRelation() []EUtranFreqRelationSingle

GetEUtranFreqRelation returns the EUtranFreqRelation field value if set, zero value otherwise.

func (*NrCellCuSingle) GetEUtranFreqRelationOk ¶

func (o *NrCellCuSingle) GetEUtranFreqRelationOk() ([]EUtranFreqRelationSingle, bool)

GetEUtranFreqRelationOk returns a tuple with the EUtranFreqRelation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellCuSingle) GetManagedNFService ¶

func (o *NrCellCuSingle) GetManagedNFService() []ManagedNFServiceSingle

GetManagedNFService returns the ManagedNFService field value if set, zero value otherwise.

func (*NrCellCuSingle) GetManagedNFServiceOk ¶

func (o *NrCellCuSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool)

GetManagedNFServiceOk returns a tuple with the ManagedNFService field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellCuSingle) GetNRCellRelation ¶

func (o *NrCellCuSingle) GetNRCellRelation() []NRCellRelationSingle

GetNRCellRelation returns the NRCellRelation field value if set, zero value otherwise.

func (*NrCellCuSingle) GetNRCellRelationOk ¶

func (o *NrCellCuSingle) GetNRCellRelationOk() ([]NRCellRelationSingle, bool)

GetNRCellRelationOk returns a tuple with the NRCellRelation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellCuSingle) GetNRFreqRelation ¶

func (o *NrCellCuSingle) GetNRFreqRelation() []NRFreqRelationSingle

GetNRFreqRelation returns the NRFreqRelation field value if set, zero value otherwise.

func (*NrCellCuSingle) GetNRFreqRelationOk ¶

func (o *NrCellCuSingle) GetNRFreqRelationOk() ([]NRFreqRelationSingle, bool)

GetNRFreqRelationOk returns a tuple with the NRFreqRelation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellCuSingle) GetPerfMetricJob ¶

func (o *NrCellCuSingle) GetPerfMetricJob() []PerfMetricJobSingle

GetPerfMetricJob returns the PerfMetricJob field value if set, zero value otherwise.

func (*NrCellCuSingle) GetPerfMetricJobOk ¶

func (o *NrCellCuSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)

GetPerfMetricJobOk returns a tuple with the PerfMetricJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellCuSingle) GetRRMPolicyRatio ¶

func (o *NrCellCuSingle) GetRRMPolicyRatio() []RRMPolicyRatioSingle

GetRRMPolicyRatio returns the RRMPolicyRatio field value if set, zero value otherwise.

func (*NrCellCuSingle) GetRRMPolicyRatioOk ¶

func (o *NrCellCuSingle) GetRRMPolicyRatioOk() ([]RRMPolicyRatioSingle, bool)

GetRRMPolicyRatioOk returns a tuple with the RRMPolicyRatio field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellCuSingle) GetThresholdMonitor ¶

func (o *NrCellCuSingle) GetThresholdMonitor() []ThresholdMonitorSingle

GetThresholdMonitor returns the ThresholdMonitor field value if set, zero value otherwise.

func (*NrCellCuSingle) GetThresholdMonitorOk ¶

func (o *NrCellCuSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)

GetThresholdMonitorOk returns a tuple with the ThresholdMonitor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellCuSingle) GetTraceJob ¶

func (o *NrCellCuSingle) GetTraceJob() []TraceJobSingle

GetTraceJob returns the TraceJob field value if set, zero value otherwise.

func (*NrCellCuSingle) GetTraceJobOk ¶

func (o *NrCellCuSingle) GetTraceJobOk() ([]TraceJobSingle, bool)

GetTraceJobOk returns a tuple with the TraceJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellCuSingle) HasAttributes ¶

func (o *NrCellCuSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*NrCellCuSingle) HasCESManagementFunction ¶

func (o *NrCellCuSingle) HasCESManagementFunction() bool

HasCESManagementFunction returns a boolean if a field has been set.

func (*NrCellCuSingle) HasDESManagementFunction ¶

func (o *NrCellCuSingle) HasDESManagementFunction() bool

HasDESManagementFunction returns a boolean if a field has been set.

func (*NrCellCuSingle) HasDLBOFunction ¶

func (o *NrCellCuSingle) HasDLBOFunction() bool

HasDLBOFunction returns a boolean if a field has been set.

func (*NrCellCuSingle) HasDMROFunction ¶

func (o *NrCellCuSingle) HasDMROFunction() bool

HasDMROFunction returns a boolean if a field has been set.

func (*NrCellCuSingle) HasDPCIConfigurationFunction ¶

func (o *NrCellCuSingle) HasDPCIConfigurationFunction() bool

HasDPCIConfigurationFunction returns a boolean if a field has been set.

func (*NrCellCuSingle) HasEUtranCellRelation ¶

func (o *NrCellCuSingle) HasEUtranCellRelation() bool

HasEUtranCellRelation returns a boolean if a field has been set.

func (*NrCellCuSingle) HasEUtranFreqRelation ¶

func (o *NrCellCuSingle) HasEUtranFreqRelation() bool

HasEUtranFreqRelation returns a boolean if a field has been set.

func (*NrCellCuSingle) HasManagedNFService ¶

func (o *NrCellCuSingle) HasManagedNFService() bool

HasManagedNFService returns a boolean if a field has been set.

func (*NrCellCuSingle) HasNRCellRelation ¶

func (o *NrCellCuSingle) HasNRCellRelation() bool

HasNRCellRelation returns a boolean if a field has been set.

func (*NrCellCuSingle) HasNRFreqRelation ¶

func (o *NrCellCuSingle) HasNRFreqRelation() bool

HasNRFreqRelation returns a boolean if a field has been set.

func (*NrCellCuSingle) HasPerfMetricJob ¶

func (o *NrCellCuSingle) HasPerfMetricJob() bool

HasPerfMetricJob returns a boolean if a field has been set.

func (*NrCellCuSingle) HasRRMPolicyRatio ¶

func (o *NrCellCuSingle) HasRRMPolicyRatio() bool

HasRRMPolicyRatio returns a boolean if a field has been set.

func (*NrCellCuSingle) HasThresholdMonitor ¶

func (o *NrCellCuSingle) HasThresholdMonitor() bool

HasThresholdMonitor returns a boolean if a field has been set.

func (*NrCellCuSingle) HasTraceJob ¶

func (o *NrCellCuSingle) HasTraceJob() bool

HasTraceJob returns a boolean if a field has been set.

func (NrCellCuSingle) MarshalJSON ¶

func (o NrCellCuSingle) MarshalJSON() ([]byte, error)

func (*NrCellCuSingle) SetAttributes ¶

func (o *NrCellCuSingle) SetAttributes(v NrCellCuSingleAllOfAttributes)

SetAttributes gets a reference to the given NrCellCuSingleAllOfAttributes and assigns it to the Attributes field.

func (*NrCellCuSingle) SetCESManagementFunction ¶

func (o *NrCellCuSingle) SetCESManagementFunction(v CESManagementFunctionSingle)

SetCESManagementFunction gets a reference to the given CESManagementFunctionSingle and assigns it to the CESManagementFunction field.

func (*NrCellCuSingle) SetDESManagementFunction ¶

func (o *NrCellCuSingle) SetDESManagementFunction(v DESManagementFunctionSingle)

SetDESManagementFunction gets a reference to the given DESManagementFunctionSingle and assigns it to the DESManagementFunction field.

func (*NrCellCuSingle) SetDLBOFunction ¶

func (o *NrCellCuSingle) SetDLBOFunction(v DLBOFunctionSingle)

SetDLBOFunction gets a reference to the given DLBOFunctionSingle and assigns it to the DLBOFunction field.

func (*NrCellCuSingle) SetDMROFunction ¶

func (o *NrCellCuSingle) SetDMROFunction(v DMROFunctionSingle)

SetDMROFunction gets a reference to the given DMROFunctionSingle and assigns it to the DMROFunction field.

func (*NrCellCuSingle) SetDPCIConfigurationFunction ¶

func (o *NrCellCuSingle) SetDPCIConfigurationFunction(v DPCIConfigurationFunctionSingle)

SetDPCIConfigurationFunction gets a reference to the given DPCIConfigurationFunctionSingle and assigns it to the DPCIConfigurationFunction field.

func (*NrCellCuSingle) SetEUtranCellRelation ¶

func (o *NrCellCuSingle) SetEUtranCellRelation(v []EUtranCellRelationSingle)

SetEUtranCellRelation gets a reference to the given []EUtranCellRelationSingle and assigns it to the EUtranCellRelation field.

func (*NrCellCuSingle) SetEUtranFreqRelation ¶

func (o *NrCellCuSingle) SetEUtranFreqRelation(v []EUtranFreqRelationSingle)

SetEUtranFreqRelation gets a reference to the given []EUtranFreqRelationSingle and assigns it to the EUtranFreqRelation field.

func (*NrCellCuSingle) SetManagedNFService ¶

func (o *NrCellCuSingle) SetManagedNFService(v []ManagedNFServiceSingle)

SetManagedNFService gets a reference to the given []ManagedNFServiceSingle and assigns it to the ManagedNFService field.

func (*NrCellCuSingle) SetNRCellRelation ¶

func (o *NrCellCuSingle) SetNRCellRelation(v []NRCellRelationSingle)

SetNRCellRelation gets a reference to the given []NRCellRelationSingle and assigns it to the NRCellRelation field.

func (*NrCellCuSingle) SetNRFreqRelation ¶

func (o *NrCellCuSingle) SetNRFreqRelation(v []NRFreqRelationSingle)

SetNRFreqRelation gets a reference to the given []NRFreqRelationSingle and assigns it to the NRFreqRelation field.

func (*NrCellCuSingle) SetPerfMetricJob ¶

func (o *NrCellCuSingle) SetPerfMetricJob(v []PerfMetricJobSingle)

SetPerfMetricJob gets a reference to the given []PerfMetricJobSingle and assigns it to the PerfMetricJob field.

func (*NrCellCuSingle) SetRRMPolicyRatio ¶

func (o *NrCellCuSingle) SetRRMPolicyRatio(v []RRMPolicyRatioSingle)

SetRRMPolicyRatio gets a reference to the given []RRMPolicyRatioSingle and assigns it to the RRMPolicyRatio field.

func (*NrCellCuSingle) SetThresholdMonitor ¶

func (o *NrCellCuSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)

SetThresholdMonitor gets a reference to the given []ThresholdMonitorSingle and assigns it to the ThresholdMonitor field.

func (*NrCellCuSingle) SetTraceJob ¶

func (o *NrCellCuSingle) SetTraceJob(v []TraceJobSingle)

SetTraceJob gets a reference to the given []TraceJobSingle and assigns it to the TraceJob field.

func (NrCellCuSingle) ToMap ¶

func (o NrCellCuSingle) ToMap() (map[string]interface{}, error)

type NrCellCuSingleAllOf ¶

type NrCellCuSingleAllOf struct {
	Attributes *NrCellCuSingleAllOfAttributes `json:"attributes,omitempty"`
}

NrCellCuSingleAllOf struct for NrCellCuSingleAllOf

func NewNrCellCuSingleAllOf ¶

func NewNrCellCuSingleAllOf() *NrCellCuSingleAllOf

NewNrCellCuSingleAllOf instantiates a new NrCellCuSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNrCellCuSingleAllOfWithDefaults ¶

func NewNrCellCuSingleAllOfWithDefaults() *NrCellCuSingleAllOf

NewNrCellCuSingleAllOfWithDefaults instantiates a new NrCellCuSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NrCellCuSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*NrCellCuSingleAllOf) GetAttributesOk ¶

func (o *NrCellCuSingleAllOf) GetAttributesOk() (*NrCellCuSingleAllOfAttributes, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellCuSingleAllOf) HasAttributes ¶

func (o *NrCellCuSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (NrCellCuSingleAllOf) MarshalJSON ¶

func (o NrCellCuSingleAllOf) MarshalJSON() ([]byte, error)

func (*NrCellCuSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given NrCellCuSingleAllOfAttributes and assigns it to the Attributes field.

func (NrCellCuSingleAllOf) ToMap ¶

func (o NrCellCuSingleAllOf) ToMap() (map[string]interface{}, error)

type NrCellCuSingleAllOf1 ¶

type NrCellCuSingleAllOf1 struct {
	RRMPolicyRatio            []RRMPolicyRatioSingle           `json:"RRMPolicyRatio,omitempty"`
	NRCellRelation            []NRCellRelationSingle           `json:"NRCellRelation,omitempty"`
	EUtranCellRelation        []EUtranCellRelationSingle       `json:"EUtranCellRelation,omitempty"`
	NRFreqRelation            []NRFreqRelationSingle           `json:"NRFreqRelation,omitempty"`
	EUtranFreqRelation        []EUtranFreqRelationSingle       `json:"EUtranFreqRelation,omitempty"`
	DESManagementFunction     *DESManagementFunctionSingle     `json:"DESManagementFunction,omitempty"`
	DMROFunction              *DMROFunctionSingle              `json:"DMROFunction,omitempty"`
	DLBOFunction              *DLBOFunctionSingle              `json:"DLBOFunction,omitempty"`
	CESManagementFunction     *CESManagementFunctionSingle     `json:"CESManagementFunction,omitempty"`
	DPCIConfigurationFunction *DPCIConfigurationFunctionSingle `json:"DPCIConfigurationFunction,omitempty"`
}

NrCellCuSingleAllOf1 struct for NrCellCuSingleAllOf1

func NewNrCellCuSingleAllOf1 ¶

func NewNrCellCuSingleAllOf1() *NrCellCuSingleAllOf1

NewNrCellCuSingleAllOf1 instantiates a new NrCellCuSingleAllOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNrCellCuSingleAllOf1WithDefaults ¶

func NewNrCellCuSingleAllOf1WithDefaults() *NrCellCuSingleAllOf1

NewNrCellCuSingleAllOf1WithDefaults instantiates a new NrCellCuSingleAllOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NrCellCuSingleAllOf1) GetCESManagementFunction ¶

func (o *NrCellCuSingleAllOf1) GetCESManagementFunction() CESManagementFunctionSingle

GetCESManagementFunction returns the CESManagementFunction field value if set, zero value otherwise.

func (*NrCellCuSingleAllOf1) GetCESManagementFunctionOk ¶

func (o *NrCellCuSingleAllOf1) GetCESManagementFunctionOk() (*CESManagementFunctionSingle, bool)

GetCESManagementFunctionOk returns a tuple with the CESManagementFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellCuSingleAllOf1) GetDESManagementFunction ¶

func (o *NrCellCuSingleAllOf1) GetDESManagementFunction() DESManagementFunctionSingle

GetDESManagementFunction returns the DESManagementFunction field value if set, zero value otherwise.

func (*NrCellCuSingleAllOf1) GetDESManagementFunctionOk ¶

func (o *NrCellCuSingleAllOf1) GetDESManagementFunctionOk() (*DESManagementFunctionSingle, bool)

GetDESManagementFunctionOk returns a tuple with the DESManagementFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellCuSingleAllOf1) GetDLBOFunction ¶

func (o *NrCellCuSingleAllOf1) GetDLBOFunction() DLBOFunctionSingle

GetDLBOFunction returns the DLBOFunction field value if set, zero value otherwise.

func (*NrCellCuSingleAllOf1) GetDLBOFunctionOk ¶

func (o *NrCellCuSingleAllOf1) GetDLBOFunctionOk() (*DLBOFunctionSingle, bool)

GetDLBOFunctionOk returns a tuple with the DLBOFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellCuSingleAllOf1) GetDMROFunction ¶

func (o *NrCellCuSingleAllOf1) GetDMROFunction() DMROFunctionSingle

GetDMROFunction returns the DMROFunction field value if set, zero value otherwise.

func (*NrCellCuSingleAllOf1) GetDMROFunctionOk ¶

func (o *NrCellCuSingleAllOf1) GetDMROFunctionOk() (*DMROFunctionSingle, bool)

GetDMROFunctionOk returns a tuple with the DMROFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellCuSingleAllOf1) GetDPCIConfigurationFunction ¶

func (o *NrCellCuSingleAllOf1) GetDPCIConfigurationFunction() DPCIConfigurationFunctionSingle

GetDPCIConfigurationFunction returns the DPCIConfigurationFunction field value if set, zero value otherwise.

func (*NrCellCuSingleAllOf1) GetDPCIConfigurationFunctionOk ¶

func (o *NrCellCuSingleAllOf1) GetDPCIConfigurationFunctionOk() (*DPCIConfigurationFunctionSingle, bool)

GetDPCIConfigurationFunctionOk returns a tuple with the DPCIConfigurationFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellCuSingleAllOf1) GetEUtranCellRelation ¶

func (o *NrCellCuSingleAllOf1) GetEUtranCellRelation() []EUtranCellRelationSingle

GetEUtranCellRelation returns the EUtranCellRelation field value if set, zero value otherwise.

func (*NrCellCuSingleAllOf1) GetEUtranCellRelationOk ¶

func (o *NrCellCuSingleAllOf1) GetEUtranCellRelationOk() ([]EUtranCellRelationSingle, bool)

GetEUtranCellRelationOk returns a tuple with the EUtranCellRelation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellCuSingleAllOf1) GetEUtranFreqRelation ¶

func (o *NrCellCuSingleAllOf1) GetEUtranFreqRelation() []EUtranFreqRelationSingle

GetEUtranFreqRelation returns the EUtranFreqRelation field value if set, zero value otherwise.

func (*NrCellCuSingleAllOf1) GetEUtranFreqRelationOk ¶

func (o *NrCellCuSingleAllOf1) GetEUtranFreqRelationOk() ([]EUtranFreqRelationSingle, bool)

GetEUtranFreqRelationOk returns a tuple with the EUtranFreqRelation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellCuSingleAllOf1) GetNRCellRelation ¶

func (o *NrCellCuSingleAllOf1) GetNRCellRelation() []NRCellRelationSingle

GetNRCellRelation returns the NRCellRelation field value if set, zero value otherwise.

func (*NrCellCuSingleAllOf1) GetNRCellRelationOk ¶

func (o *NrCellCuSingleAllOf1) GetNRCellRelationOk() ([]NRCellRelationSingle, bool)

GetNRCellRelationOk returns a tuple with the NRCellRelation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellCuSingleAllOf1) GetNRFreqRelation ¶

func (o *NrCellCuSingleAllOf1) GetNRFreqRelation() []NRFreqRelationSingle

GetNRFreqRelation returns the NRFreqRelation field value if set, zero value otherwise.

func (*NrCellCuSingleAllOf1) GetNRFreqRelationOk ¶

func (o *NrCellCuSingleAllOf1) GetNRFreqRelationOk() ([]NRFreqRelationSingle, bool)

GetNRFreqRelationOk returns a tuple with the NRFreqRelation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellCuSingleAllOf1) GetRRMPolicyRatio ¶

func (o *NrCellCuSingleAllOf1) GetRRMPolicyRatio() []RRMPolicyRatioSingle

GetRRMPolicyRatio returns the RRMPolicyRatio field value if set, zero value otherwise.

func (*NrCellCuSingleAllOf1) GetRRMPolicyRatioOk ¶

func (o *NrCellCuSingleAllOf1) GetRRMPolicyRatioOk() ([]RRMPolicyRatioSingle, bool)

GetRRMPolicyRatioOk returns a tuple with the RRMPolicyRatio field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellCuSingleAllOf1) HasCESManagementFunction ¶

func (o *NrCellCuSingleAllOf1) HasCESManagementFunction() bool

HasCESManagementFunction returns a boolean if a field has been set.

func (*NrCellCuSingleAllOf1) HasDESManagementFunction ¶

func (o *NrCellCuSingleAllOf1) HasDESManagementFunction() bool

HasDESManagementFunction returns a boolean if a field has been set.

func (*NrCellCuSingleAllOf1) HasDLBOFunction ¶

func (o *NrCellCuSingleAllOf1) HasDLBOFunction() bool

HasDLBOFunction returns a boolean if a field has been set.

func (*NrCellCuSingleAllOf1) HasDMROFunction ¶

func (o *NrCellCuSingleAllOf1) HasDMROFunction() bool

HasDMROFunction returns a boolean if a field has been set.

func (*NrCellCuSingleAllOf1) HasDPCIConfigurationFunction ¶

func (o *NrCellCuSingleAllOf1) HasDPCIConfigurationFunction() bool

HasDPCIConfigurationFunction returns a boolean if a field has been set.

func (*NrCellCuSingleAllOf1) HasEUtranCellRelation ¶

func (o *NrCellCuSingleAllOf1) HasEUtranCellRelation() bool

HasEUtranCellRelation returns a boolean if a field has been set.

func (*NrCellCuSingleAllOf1) HasEUtranFreqRelation ¶

func (o *NrCellCuSingleAllOf1) HasEUtranFreqRelation() bool

HasEUtranFreqRelation returns a boolean if a field has been set.

func (*NrCellCuSingleAllOf1) HasNRCellRelation ¶

func (o *NrCellCuSingleAllOf1) HasNRCellRelation() bool

HasNRCellRelation returns a boolean if a field has been set.

func (*NrCellCuSingleAllOf1) HasNRFreqRelation ¶

func (o *NrCellCuSingleAllOf1) HasNRFreqRelation() bool

HasNRFreqRelation returns a boolean if a field has been set.

func (*NrCellCuSingleAllOf1) HasRRMPolicyRatio ¶

func (o *NrCellCuSingleAllOf1) HasRRMPolicyRatio() bool

HasRRMPolicyRatio returns a boolean if a field has been set.

func (NrCellCuSingleAllOf1) MarshalJSON ¶

func (o NrCellCuSingleAllOf1) MarshalJSON() ([]byte, error)

func (*NrCellCuSingleAllOf1) SetCESManagementFunction ¶

func (o *NrCellCuSingleAllOf1) SetCESManagementFunction(v CESManagementFunctionSingle)

SetCESManagementFunction gets a reference to the given CESManagementFunctionSingle and assigns it to the CESManagementFunction field.

func (*NrCellCuSingleAllOf1) SetDESManagementFunction ¶

func (o *NrCellCuSingleAllOf1) SetDESManagementFunction(v DESManagementFunctionSingle)

SetDESManagementFunction gets a reference to the given DESManagementFunctionSingle and assigns it to the DESManagementFunction field.

func (*NrCellCuSingleAllOf1) SetDLBOFunction ¶

func (o *NrCellCuSingleAllOf1) SetDLBOFunction(v DLBOFunctionSingle)

SetDLBOFunction gets a reference to the given DLBOFunctionSingle and assigns it to the DLBOFunction field.

func (*NrCellCuSingleAllOf1) SetDMROFunction ¶

func (o *NrCellCuSingleAllOf1) SetDMROFunction(v DMROFunctionSingle)

SetDMROFunction gets a reference to the given DMROFunctionSingle and assigns it to the DMROFunction field.

func (*NrCellCuSingleAllOf1) SetDPCIConfigurationFunction ¶

func (o *NrCellCuSingleAllOf1) SetDPCIConfigurationFunction(v DPCIConfigurationFunctionSingle)

SetDPCIConfigurationFunction gets a reference to the given DPCIConfigurationFunctionSingle and assigns it to the DPCIConfigurationFunction field.

func (*NrCellCuSingleAllOf1) SetEUtranCellRelation ¶

func (o *NrCellCuSingleAllOf1) SetEUtranCellRelation(v []EUtranCellRelationSingle)

SetEUtranCellRelation gets a reference to the given []EUtranCellRelationSingle and assigns it to the EUtranCellRelation field.

func (*NrCellCuSingleAllOf1) SetEUtranFreqRelation ¶

func (o *NrCellCuSingleAllOf1) SetEUtranFreqRelation(v []EUtranFreqRelationSingle)

SetEUtranFreqRelation gets a reference to the given []EUtranFreqRelationSingle and assigns it to the EUtranFreqRelation field.

func (*NrCellCuSingleAllOf1) SetNRCellRelation ¶

func (o *NrCellCuSingleAllOf1) SetNRCellRelation(v []NRCellRelationSingle)

SetNRCellRelation gets a reference to the given []NRCellRelationSingle and assigns it to the NRCellRelation field.

func (*NrCellCuSingleAllOf1) SetNRFreqRelation ¶

func (o *NrCellCuSingleAllOf1) SetNRFreqRelation(v []NRFreqRelationSingle)

SetNRFreqRelation gets a reference to the given []NRFreqRelationSingle and assigns it to the NRFreqRelation field.

func (*NrCellCuSingleAllOf1) SetRRMPolicyRatio ¶

func (o *NrCellCuSingleAllOf1) SetRRMPolicyRatio(v []RRMPolicyRatioSingle)

SetRRMPolicyRatio gets a reference to the given []RRMPolicyRatioSingle and assigns it to the RRMPolicyRatio field.

func (NrCellCuSingleAllOf1) ToMap ¶

func (o NrCellCuSingleAllOf1) ToMap() (map[string]interface{}, error)

type NrCellCuSingleAllOfAttributes ¶

type NrCellCuSingleAllOfAttributes struct {
	ManagedFunctionAttr
	CellLocalId    *int32     `json:"cellLocalId,omitempty"`
	PlmnInfoList   []PlmnInfo `json:"plmnInfoList,omitempty"`
	NRFrequencyRef *string    `json:"nRFrequencyRef,omitempty"`
}

NrCellCuSingleAllOfAttributes struct for NrCellCuSingleAllOfAttributes

func NewNrCellCuSingleAllOfAttributes ¶

func NewNrCellCuSingleAllOfAttributes() *NrCellCuSingleAllOfAttributes

NewNrCellCuSingleAllOfAttributes instantiates a new NrCellCuSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNrCellCuSingleAllOfAttributesWithDefaults ¶

func NewNrCellCuSingleAllOfAttributesWithDefaults() *NrCellCuSingleAllOfAttributes

NewNrCellCuSingleAllOfAttributesWithDefaults instantiates a new NrCellCuSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NrCellCuSingleAllOfAttributes) GetCellLocalId ¶

func (o *NrCellCuSingleAllOfAttributes) GetCellLocalId() int32

GetCellLocalId returns the CellLocalId field value if set, zero value otherwise.

func (*NrCellCuSingleAllOfAttributes) GetCellLocalIdOk ¶

func (o *NrCellCuSingleAllOfAttributes) GetCellLocalIdOk() (*int32, bool)

GetCellLocalIdOk returns a tuple with the CellLocalId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellCuSingleAllOfAttributes) GetNRFrequencyRef ¶

func (o *NrCellCuSingleAllOfAttributes) GetNRFrequencyRef() string

GetNRFrequencyRef returns the NRFrequencyRef field value if set, zero value otherwise.

func (*NrCellCuSingleAllOfAttributes) GetNRFrequencyRefOk ¶

func (o *NrCellCuSingleAllOfAttributes) GetNRFrequencyRefOk() (*string, bool)

GetNRFrequencyRefOk returns a tuple with the NRFrequencyRef field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellCuSingleAllOfAttributes) GetPlmnInfoList ¶

func (o *NrCellCuSingleAllOfAttributes) GetPlmnInfoList() []PlmnInfo

GetPlmnInfoList returns the PlmnInfoList field value if set, zero value otherwise.

func (*NrCellCuSingleAllOfAttributes) GetPlmnInfoListOk ¶

func (o *NrCellCuSingleAllOfAttributes) GetPlmnInfoListOk() ([]PlmnInfo, bool)

GetPlmnInfoListOk returns a tuple with the PlmnInfoList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellCuSingleAllOfAttributes) HasCellLocalId ¶

func (o *NrCellCuSingleAllOfAttributes) HasCellLocalId() bool

HasCellLocalId returns a boolean if a field has been set.

func (*NrCellCuSingleAllOfAttributes) HasNRFrequencyRef ¶

func (o *NrCellCuSingleAllOfAttributes) HasNRFrequencyRef() bool

HasNRFrequencyRef returns a boolean if a field has been set.

func (*NrCellCuSingleAllOfAttributes) HasPlmnInfoList ¶

func (o *NrCellCuSingleAllOfAttributes) HasPlmnInfoList() bool

HasPlmnInfoList returns a boolean if a field has been set.

func (NrCellCuSingleAllOfAttributes) MarshalJSON ¶

func (o NrCellCuSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*NrCellCuSingleAllOfAttributes) SetCellLocalId ¶

func (o *NrCellCuSingleAllOfAttributes) SetCellLocalId(v int32)

SetCellLocalId gets a reference to the given int32 and assigns it to the CellLocalId field.

func (*NrCellCuSingleAllOfAttributes) SetNRFrequencyRef ¶

func (o *NrCellCuSingleAllOfAttributes) SetNRFrequencyRef(v string)

SetNRFrequencyRef gets a reference to the given string and assigns it to the NRFrequencyRef field.

func (*NrCellCuSingleAllOfAttributes) SetPlmnInfoList ¶

func (o *NrCellCuSingleAllOfAttributes) SetPlmnInfoList(v []PlmnInfo)

SetPlmnInfoList gets a reference to the given []PlmnInfo and assigns it to the PlmnInfoList field.

func (NrCellCuSingleAllOfAttributes) ToMap ¶

func (o NrCellCuSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type NrCellCuSingleAllOfAttributesAllOf ¶

type NrCellCuSingleAllOfAttributesAllOf struct {
	CellLocalId    *int32     `json:"cellLocalId,omitempty"`
	PlmnInfoList   []PlmnInfo `json:"plmnInfoList,omitempty"`
	NRFrequencyRef *string    `json:"nRFrequencyRef,omitempty"`
}

NrCellCuSingleAllOfAttributesAllOf struct for NrCellCuSingleAllOfAttributesAllOf

func NewNrCellCuSingleAllOfAttributesAllOf ¶

func NewNrCellCuSingleAllOfAttributesAllOf() *NrCellCuSingleAllOfAttributesAllOf

NewNrCellCuSingleAllOfAttributesAllOf instantiates a new NrCellCuSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNrCellCuSingleAllOfAttributesAllOfWithDefaults ¶

func NewNrCellCuSingleAllOfAttributesAllOfWithDefaults() *NrCellCuSingleAllOfAttributesAllOf

NewNrCellCuSingleAllOfAttributesAllOfWithDefaults instantiates a new NrCellCuSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NrCellCuSingleAllOfAttributesAllOf) GetCellLocalId ¶

func (o *NrCellCuSingleAllOfAttributesAllOf) GetCellLocalId() int32

GetCellLocalId returns the CellLocalId field value if set, zero value otherwise.

func (*NrCellCuSingleAllOfAttributesAllOf) GetCellLocalIdOk ¶

func (o *NrCellCuSingleAllOfAttributesAllOf) GetCellLocalIdOk() (*int32, bool)

GetCellLocalIdOk returns a tuple with the CellLocalId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellCuSingleAllOfAttributesAllOf) GetNRFrequencyRef ¶

func (o *NrCellCuSingleAllOfAttributesAllOf) GetNRFrequencyRef() string

GetNRFrequencyRef returns the NRFrequencyRef field value if set, zero value otherwise.

func (*NrCellCuSingleAllOfAttributesAllOf) GetNRFrequencyRefOk ¶

func (o *NrCellCuSingleAllOfAttributesAllOf) GetNRFrequencyRefOk() (*string, bool)

GetNRFrequencyRefOk returns a tuple with the NRFrequencyRef field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellCuSingleAllOfAttributesAllOf) GetPlmnInfoList ¶

func (o *NrCellCuSingleAllOfAttributesAllOf) GetPlmnInfoList() []PlmnInfo

GetPlmnInfoList returns the PlmnInfoList field value if set, zero value otherwise.

func (*NrCellCuSingleAllOfAttributesAllOf) GetPlmnInfoListOk ¶

func (o *NrCellCuSingleAllOfAttributesAllOf) GetPlmnInfoListOk() ([]PlmnInfo, bool)

GetPlmnInfoListOk returns a tuple with the PlmnInfoList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellCuSingleAllOfAttributesAllOf) HasCellLocalId ¶

func (o *NrCellCuSingleAllOfAttributesAllOf) HasCellLocalId() bool

HasCellLocalId returns a boolean if a field has been set.

func (*NrCellCuSingleAllOfAttributesAllOf) HasNRFrequencyRef ¶

func (o *NrCellCuSingleAllOfAttributesAllOf) HasNRFrequencyRef() bool

HasNRFrequencyRef returns a boolean if a field has been set.

func (*NrCellCuSingleAllOfAttributesAllOf) HasPlmnInfoList ¶

func (o *NrCellCuSingleAllOfAttributesAllOf) HasPlmnInfoList() bool

HasPlmnInfoList returns a boolean if a field has been set.

func (NrCellCuSingleAllOfAttributesAllOf) MarshalJSON ¶

func (o NrCellCuSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)

func (*NrCellCuSingleAllOfAttributesAllOf) SetCellLocalId ¶

func (o *NrCellCuSingleAllOfAttributesAllOf) SetCellLocalId(v int32)

SetCellLocalId gets a reference to the given int32 and assigns it to the CellLocalId field.

func (*NrCellCuSingleAllOfAttributesAllOf) SetNRFrequencyRef ¶

func (o *NrCellCuSingleAllOfAttributesAllOf) SetNRFrequencyRef(v string)

SetNRFrequencyRef gets a reference to the given string and assigns it to the NRFrequencyRef field.

func (*NrCellCuSingleAllOfAttributesAllOf) SetPlmnInfoList ¶

func (o *NrCellCuSingleAllOfAttributesAllOf) SetPlmnInfoList(v []PlmnInfo)

SetPlmnInfoList gets a reference to the given []PlmnInfo and assigns it to the PlmnInfoList field.

func (NrCellCuSingleAllOfAttributesAllOf) ToMap ¶

func (o NrCellCuSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)

type NrCellDuSingle ¶

type NrCellDuSingle struct {
	Top
	Attributes                *NrCellDuSingleAllOfAttributes   `json:"attributes,omitempty"`
	PerfMetricJob             []PerfMetricJobSingle            `json:"PerfMetricJob,omitempty"`
	ThresholdMonitor          []ThresholdMonitorSingle         `json:"ThresholdMonitor,omitempty"`
	ManagedNFService          []ManagedNFServiceSingle         `json:"ManagedNFService,omitempty"`
	TraceJob                  []TraceJobSingle                 `json:"TraceJob,omitempty"`
	RRMPolicyRatio            []RRMPolicyRatioSingle           `json:"RRMPolicyRatio,omitempty"`
	CPCIConfigurationFunction *CPCIConfigurationFunctionSingle `json:"CPCIConfigurationFunction,omitempty"`
	DRACHOptimizationFunction *DRACHOptimizationFunctionSingle `json:"DRACHOptimizationFunction,omitempty"`
	NrOperatorCellDu          []NrOperatorCellDuSingle         `json:"NrOperatorCellDu,omitempty"`
}

NrCellDuSingle struct for NrCellDuSingle

func NewNrCellDuSingle ¶

func NewNrCellDuSingle(id NullableString) *NrCellDuSingle

NewNrCellDuSingle instantiates a new NrCellDuSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNrCellDuSingleWithDefaults ¶

func NewNrCellDuSingleWithDefaults() *NrCellDuSingle

NewNrCellDuSingleWithDefaults instantiates a new NrCellDuSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NrCellDuSingle) GetAttributes ¶

func (o *NrCellDuSingle) GetAttributes() NrCellDuSingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*NrCellDuSingle) GetAttributesOk ¶

func (o *NrCellDuSingle) GetAttributesOk() (*NrCellDuSingleAllOfAttributes, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingle) GetCPCIConfigurationFunction ¶

func (o *NrCellDuSingle) GetCPCIConfigurationFunction() CPCIConfigurationFunctionSingle

GetCPCIConfigurationFunction returns the CPCIConfigurationFunction field value if set, zero value otherwise.

func (*NrCellDuSingle) GetCPCIConfigurationFunctionOk ¶

func (o *NrCellDuSingle) GetCPCIConfigurationFunctionOk() (*CPCIConfigurationFunctionSingle, bool)

GetCPCIConfigurationFunctionOk returns a tuple with the CPCIConfigurationFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingle) GetDRACHOptimizationFunction ¶

func (o *NrCellDuSingle) GetDRACHOptimizationFunction() DRACHOptimizationFunctionSingle

GetDRACHOptimizationFunction returns the DRACHOptimizationFunction field value if set, zero value otherwise.

func (*NrCellDuSingle) GetDRACHOptimizationFunctionOk ¶

func (o *NrCellDuSingle) GetDRACHOptimizationFunctionOk() (*DRACHOptimizationFunctionSingle, bool)

GetDRACHOptimizationFunctionOk returns a tuple with the DRACHOptimizationFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingle) GetManagedNFService ¶

func (o *NrCellDuSingle) GetManagedNFService() []ManagedNFServiceSingle

GetManagedNFService returns the ManagedNFService field value if set, zero value otherwise.

func (*NrCellDuSingle) GetManagedNFServiceOk ¶

func (o *NrCellDuSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool)

GetManagedNFServiceOk returns a tuple with the ManagedNFService field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingle) GetNrOperatorCellDu ¶

func (o *NrCellDuSingle) GetNrOperatorCellDu() []NrOperatorCellDuSingle

GetNrOperatorCellDu returns the NrOperatorCellDu field value if set, zero value otherwise.

func (*NrCellDuSingle) GetNrOperatorCellDuOk ¶

func (o *NrCellDuSingle) GetNrOperatorCellDuOk() ([]NrOperatorCellDuSingle, bool)

GetNrOperatorCellDuOk returns a tuple with the NrOperatorCellDu field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingle) GetPerfMetricJob ¶

func (o *NrCellDuSingle) GetPerfMetricJob() []PerfMetricJobSingle

GetPerfMetricJob returns the PerfMetricJob field value if set, zero value otherwise.

func (*NrCellDuSingle) GetPerfMetricJobOk ¶

func (o *NrCellDuSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)

GetPerfMetricJobOk returns a tuple with the PerfMetricJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingle) GetRRMPolicyRatio ¶

func (o *NrCellDuSingle) GetRRMPolicyRatio() []RRMPolicyRatioSingle

GetRRMPolicyRatio returns the RRMPolicyRatio field value if set, zero value otherwise.

func (*NrCellDuSingle) GetRRMPolicyRatioOk ¶

func (o *NrCellDuSingle) GetRRMPolicyRatioOk() ([]RRMPolicyRatioSingle, bool)

GetRRMPolicyRatioOk returns a tuple with the RRMPolicyRatio field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingle) GetThresholdMonitor ¶

func (o *NrCellDuSingle) GetThresholdMonitor() []ThresholdMonitorSingle

GetThresholdMonitor returns the ThresholdMonitor field value if set, zero value otherwise.

func (*NrCellDuSingle) GetThresholdMonitorOk ¶

func (o *NrCellDuSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)

GetThresholdMonitorOk returns a tuple with the ThresholdMonitor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingle) GetTraceJob ¶

func (o *NrCellDuSingle) GetTraceJob() []TraceJobSingle

GetTraceJob returns the TraceJob field value if set, zero value otherwise.

func (*NrCellDuSingle) GetTraceJobOk ¶

func (o *NrCellDuSingle) GetTraceJobOk() ([]TraceJobSingle, bool)

GetTraceJobOk returns a tuple with the TraceJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingle) HasAttributes ¶

func (o *NrCellDuSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*NrCellDuSingle) HasCPCIConfigurationFunction ¶

func (o *NrCellDuSingle) HasCPCIConfigurationFunction() bool

HasCPCIConfigurationFunction returns a boolean if a field has been set.

func (*NrCellDuSingle) HasDRACHOptimizationFunction ¶

func (o *NrCellDuSingle) HasDRACHOptimizationFunction() bool

HasDRACHOptimizationFunction returns a boolean if a field has been set.

func (*NrCellDuSingle) HasManagedNFService ¶

func (o *NrCellDuSingle) HasManagedNFService() bool

HasManagedNFService returns a boolean if a field has been set.

func (*NrCellDuSingle) HasNrOperatorCellDu ¶

func (o *NrCellDuSingle) HasNrOperatorCellDu() bool

HasNrOperatorCellDu returns a boolean if a field has been set.

func (*NrCellDuSingle) HasPerfMetricJob ¶

func (o *NrCellDuSingle) HasPerfMetricJob() bool

HasPerfMetricJob returns a boolean if a field has been set.

func (*NrCellDuSingle) HasRRMPolicyRatio ¶

func (o *NrCellDuSingle) HasRRMPolicyRatio() bool

HasRRMPolicyRatio returns a boolean if a field has been set.

func (*NrCellDuSingle) HasThresholdMonitor ¶

func (o *NrCellDuSingle) HasThresholdMonitor() bool

HasThresholdMonitor returns a boolean if a field has been set.

func (*NrCellDuSingle) HasTraceJob ¶

func (o *NrCellDuSingle) HasTraceJob() bool

HasTraceJob returns a boolean if a field has been set.

func (NrCellDuSingle) MarshalJSON ¶

func (o NrCellDuSingle) MarshalJSON() ([]byte, error)

func (*NrCellDuSingle) SetAttributes ¶

func (o *NrCellDuSingle) SetAttributes(v NrCellDuSingleAllOfAttributes)

SetAttributes gets a reference to the given NrCellDuSingleAllOfAttributes and assigns it to the Attributes field.

func (*NrCellDuSingle) SetCPCIConfigurationFunction ¶

func (o *NrCellDuSingle) SetCPCIConfigurationFunction(v CPCIConfigurationFunctionSingle)

SetCPCIConfigurationFunction gets a reference to the given CPCIConfigurationFunctionSingle and assigns it to the CPCIConfigurationFunction field.

func (*NrCellDuSingle) SetDRACHOptimizationFunction ¶

func (o *NrCellDuSingle) SetDRACHOptimizationFunction(v DRACHOptimizationFunctionSingle)

SetDRACHOptimizationFunction gets a reference to the given DRACHOptimizationFunctionSingle and assigns it to the DRACHOptimizationFunction field.

func (*NrCellDuSingle) SetManagedNFService ¶

func (o *NrCellDuSingle) SetManagedNFService(v []ManagedNFServiceSingle)

SetManagedNFService gets a reference to the given []ManagedNFServiceSingle and assigns it to the ManagedNFService field.

func (*NrCellDuSingle) SetNrOperatorCellDu ¶

func (o *NrCellDuSingle) SetNrOperatorCellDu(v []NrOperatorCellDuSingle)

SetNrOperatorCellDu gets a reference to the given []NrOperatorCellDuSingle and assigns it to the NrOperatorCellDu field.

func (*NrCellDuSingle) SetPerfMetricJob ¶

func (o *NrCellDuSingle) SetPerfMetricJob(v []PerfMetricJobSingle)

SetPerfMetricJob gets a reference to the given []PerfMetricJobSingle and assigns it to the PerfMetricJob field.

func (*NrCellDuSingle) SetRRMPolicyRatio ¶

func (o *NrCellDuSingle) SetRRMPolicyRatio(v []RRMPolicyRatioSingle)

SetRRMPolicyRatio gets a reference to the given []RRMPolicyRatioSingle and assigns it to the RRMPolicyRatio field.

func (*NrCellDuSingle) SetThresholdMonitor ¶

func (o *NrCellDuSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)

SetThresholdMonitor gets a reference to the given []ThresholdMonitorSingle and assigns it to the ThresholdMonitor field.

func (*NrCellDuSingle) SetTraceJob ¶

func (o *NrCellDuSingle) SetTraceJob(v []TraceJobSingle)

SetTraceJob gets a reference to the given []TraceJobSingle and assigns it to the TraceJob field.

func (NrCellDuSingle) ToMap ¶

func (o NrCellDuSingle) ToMap() (map[string]interface{}, error)

type NrCellDuSingleAllOf ¶

type NrCellDuSingleAllOf struct {
	Attributes *NrCellDuSingleAllOfAttributes `json:"attributes,omitempty"`
}

NrCellDuSingleAllOf struct for NrCellDuSingleAllOf

func NewNrCellDuSingleAllOf ¶

func NewNrCellDuSingleAllOf() *NrCellDuSingleAllOf

NewNrCellDuSingleAllOf instantiates a new NrCellDuSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNrCellDuSingleAllOfWithDefaults ¶

func NewNrCellDuSingleAllOfWithDefaults() *NrCellDuSingleAllOf

NewNrCellDuSingleAllOfWithDefaults instantiates a new NrCellDuSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NrCellDuSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*NrCellDuSingleAllOf) GetAttributesOk ¶

func (o *NrCellDuSingleAllOf) GetAttributesOk() (*NrCellDuSingleAllOfAttributes, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOf) HasAttributes ¶

func (o *NrCellDuSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (NrCellDuSingleAllOf) MarshalJSON ¶

func (o NrCellDuSingleAllOf) MarshalJSON() ([]byte, error)

func (*NrCellDuSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given NrCellDuSingleAllOfAttributes and assigns it to the Attributes field.

func (NrCellDuSingleAllOf) ToMap ¶

func (o NrCellDuSingleAllOf) ToMap() (map[string]interface{}, error)

type NrCellDuSingleAllOf1 ¶

type NrCellDuSingleAllOf1 struct {
	RRMPolicyRatio            []RRMPolicyRatioSingle           `json:"RRMPolicyRatio,omitempty"`
	CPCIConfigurationFunction *CPCIConfigurationFunctionSingle `json:"CPCIConfigurationFunction,omitempty"`
	DRACHOptimizationFunction *DRACHOptimizationFunctionSingle `json:"DRACHOptimizationFunction,omitempty"`
	NrOperatorCellDu          []NrOperatorCellDuSingle         `json:"NrOperatorCellDu,omitempty"`
}

NrCellDuSingleAllOf1 struct for NrCellDuSingleAllOf1

func NewNrCellDuSingleAllOf1 ¶

func NewNrCellDuSingleAllOf1() *NrCellDuSingleAllOf1

NewNrCellDuSingleAllOf1 instantiates a new NrCellDuSingleAllOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNrCellDuSingleAllOf1WithDefaults ¶

func NewNrCellDuSingleAllOf1WithDefaults() *NrCellDuSingleAllOf1

NewNrCellDuSingleAllOf1WithDefaults instantiates a new NrCellDuSingleAllOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NrCellDuSingleAllOf1) GetCPCIConfigurationFunction ¶

func (o *NrCellDuSingleAllOf1) GetCPCIConfigurationFunction() CPCIConfigurationFunctionSingle

GetCPCIConfigurationFunction returns the CPCIConfigurationFunction field value if set, zero value otherwise.

func (*NrCellDuSingleAllOf1) GetCPCIConfigurationFunctionOk ¶

func (o *NrCellDuSingleAllOf1) GetCPCIConfigurationFunctionOk() (*CPCIConfigurationFunctionSingle, bool)

GetCPCIConfigurationFunctionOk returns a tuple with the CPCIConfigurationFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOf1) GetDRACHOptimizationFunction ¶

func (o *NrCellDuSingleAllOf1) GetDRACHOptimizationFunction() DRACHOptimizationFunctionSingle

GetDRACHOptimizationFunction returns the DRACHOptimizationFunction field value if set, zero value otherwise.

func (*NrCellDuSingleAllOf1) GetDRACHOptimizationFunctionOk ¶

func (o *NrCellDuSingleAllOf1) GetDRACHOptimizationFunctionOk() (*DRACHOptimizationFunctionSingle, bool)

GetDRACHOptimizationFunctionOk returns a tuple with the DRACHOptimizationFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOf1) GetNrOperatorCellDu ¶

func (o *NrCellDuSingleAllOf1) GetNrOperatorCellDu() []NrOperatorCellDuSingle

GetNrOperatorCellDu returns the NrOperatorCellDu field value if set, zero value otherwise.

func (*NrCellDuSingleAllOf1) GetNrOperatorCellDuOk ¶

func (o *NrCellDuSingleAllOf1) GetNrOperatorCellDuOk() ([]NrOperatorCellDuSingle, bool)

GetNrOperatorCellDuOk returns a tuple with the NrOperatorCellDu field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOf1) GetRRMPolicyRatio ¶

func (o *NrCellDuSingleAllOf1) GetRRMPolicyRatio() []RRMPolicyRatioSingle

GetRRMPolicyRatio returns the RRMPolicyRatio field value if set, zero value otherwise.

func (*NrCellDuSingleAllOf1) GetRRMPolicyRatioOk ¶

func (o *NrCellDuSingleAllOf1) GetRRMPolicyRatioOk() ([]RRMPolicyRatioSingle, bool)

GetRRMPolicyRatioOk returns a tuple with the RRMPolicyRatio field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOf1) HasCPCIConfigurationFunction ¶

func (o *NrCellDuSingleAllOf1) HasCPCIConfigurationFunction() bool

HasCPCIConfigurationFunction returns a boolean if a field has been set.

func (*NrCellDuSingleAllOf1) HasDRACHOptimizationFunction ¶

func (o *NrCellDuSingleAllOf1) HasDRACHOptimizationFunction() bool

HasDRACHOptimizationFunction returns a boolean if a field has been set.

func (*NrCellDuSingleAllOf1) HasNrOperatorCellDu ¶

func (o *NrCellDuSingleAllOf1) HasNrOperatorCellDu() bool

HasNrOperatorCellDu returns a boolean if a field has been set.

func (*NrCellDuSingleAllOf1) HasRRMPolicyRatio ¶

func (o *NrCellDuSingleAllOf1) HasRRMPolicyRatio() bool

HasRRMPolicyRatio returns a boolean if a field has been set.

func (NrCellDuSingleAllOf1) MarshalJSON ¶

func (o NrCellDuSingleAllOf1) MarshalJSON() ([]byte, error)

func (*NrCellDuSingleAllOf1) SetCPCIConfigurationFunction ¶

func (o *NrCellDuSingleAllOf1) SetCPCIConfigurationFunction(v CPCIConfigurationFunctionSingle)

SetCPCIConfigurationFunction gets a reference to the given CPCIConfigurationFunctionSingle and assigns it to the CPCIConfigurationFunction field.

func (*NrCellDuSingleAllOf1) SetDRACHOptimizationFunction ¶

func (o *NrCellDuSingleAllOf1) SetDRACHOptimizationFunction(v DRACHOptimizationFunctionSingle)

SetDRACHOptimizationFunction gets a reference to the given DRACHOptimizationFunctionSingle and assigns it to the DRACHOptimizationFunction field.

func (*NrCellDuSingleAllOf1) SetNrOperatorCellDu ¶

func (o *NrCellDuSingleAllOf1) SetNrOperatorCellDu(v []NrOperatorCellDuSingle)

SetNrOperatorCellDu gets a reference to the given []NrOperatorCellDuSingle and assigns it to the NrOperatorCellDu field.

func (*NrCellDuSingleAllOf1) SetRRMPolicyRatio ¶

func (o *NrCellDuSingleAllOf1) SetRRMPolicyRatio(v []RRMPolicyRatioSingle)

SetRRMPolicyRatio gets a reference to the given []RRMPolicyRatioSingle and assigns it to the RRMPolicyRatio field.

func (NrCellDuSingleAllOf1) ToMap ¶

func (o NrCellDuSingleAllOf1) ToMap() (map[string]interface{}, error)

type NrCellDuSingleAllOfAttributes ¶

type NrCellDuSingleAllOfAttributes struct {
	ManagedFunctionAttr
	AdministrativeState  *AdministrativeState  `json:"administrativeState,omitempty"`
	OperationalState     *OperationalState     `json:"operationalState,omitempty"`
	CellLocalId          *int32                `json:"cellLocalId,omitempty"`
	CellState            *CellState            `json:"cellState,omitempty"`
	PlmnInfoList         []PlmnInfo            `json:"plmnInfoList,omitempty"`
	NpnIdentityList      []NpnIdentity         `json:"npnIdentityList,omitempty"`
	NrPci                *int32                `json:"nrPci,omitempty"`
	NrTac                *int32                `json:"nrTac,omitempty"`
	ArfcnDL              *int32                `json:"arfcnDL,omitempty"`
	ArfcnUL              *int32                `json:"arfcnUL,omitempty"`
	ArfcnSUL             *int32                `json:"arfcnSUL,omitempty"`
	BSChannelBwDL        *int32                `json:"bSChannelBwDL,omitempty"`
	BSChannelBwUL        *int32                `json:"bSChannelBwUL,omitempty"`
	BSChannelBwSUL       *int32                `json:"bSChannelBwSUL,omitempty"`
	SsbFrequency         *int32                `json:"ssbFrequency,omitempty"`
	SsbPeriodicity       *SsbPeriodicity       `json:"ssbPeriodicity,omitempty"`
	SsbSubCarrierSpacing *SsbSubCarrierSpacing `json:"ssbSubCarrierSpacing,omitempty"`
	SsbOffset            *int32                `json:"ssbOffset,omitempty"`
	SsbDuration          *SsbDuration          `json:"ssbDuration,omitempty"`
	NrSectorCarrierRef   []string              `json:"nrSectorCarrierRef,omitempty"`
	// Condition is BWP sets are not supported
	BwpRef                                []string `json:"bwpRef,omitempty"`
	BwpSetRef                             []string `json:"bwpSetRef,omitempty"`
	RimRSMonitoringStartTime              *string  `json:"rimRSMonitoringStartTime,omitempty"`
	RimRSMonitoringStopTime               *string  `json:"rimRSMonitoringStopTime,omitempty"`
	RimRSMonitoringWindowDuration         *int32   `json:"rimRSMonitoringWindowDuration,omitempty"`
	RimRSMonitoringWindowStartingOffset   *int32   `json:"rimRSMonitoringWindowStartingOffset,omitempty"`
	RimRSMonitoringWindowPeriodicity      *int32   `json:"rimRSMonitoringWindowPeriodicity,omitempty"`
	RimRSMonitoringOccasionInterval       *int32   `json:"rimRSMonitoringOccasionInterval,omitempty"`
	RimRSMonitoringOccasionStartingOffset *int32   `json:"rimRSMonitoringOccasionStartingOffset,omitempty"`
	NRFrequencyRef                        *string  `json:"nRFrequencyRef,omitempty"`
	VictimSetRef                          *string  `json:"victimSetRef,omitempty"`
	AggressorSetRef                       *string  `json:"aggressorSetRef,omitempty"`
}

NrCellDuSingleAllOfAttributes struct for NrCellDuSingleAllOfAttributes

func NewNrCellDuSingleAllOfAttributes ¶

func NewNrCellDuSingleAllOfAttributes() *NrCellDuSingleAllOfAttributes

NewNrCellDuSingleAllOfAttributes instantiates a new NrCellDuSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNrCellDuSingleAllOfAttributesWithDefaults ¶

func NewNrCellDuSingleAllOfAttributesWithDefaults() *NrCellDuSingleAllOfAttributes

NewNrCellDuSingleAllOfAttributesWithDefaults instantiates a new NrCellDuSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NrCellDuSingleAllOfAttributes) GetAdministrativeState ¶

func (o *NrCellDuSingleAllOfAttributes) GetAdministrativeState() AdministrativeState

GetAdministrativeState returns the AdministrativeState field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributes) GetAdministrativeStateOk ¶

func (o *NrCellDuSingleAllOfAttributes) GetAdministrativeStateOk() (*AdministrativeState, bool)

GetAdministrativeStateOk returns a tuple with the AdministrativeState field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributes) GetAggressorSetRef ¶

func (o *NrCellDuSingleAllOfAttributes) GetAggressorSetRef() string

GetAggressorSetRef returns the AggressorSetRef field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributes) GetAggressorSetRefOk ¶

func (o *NrCellDuSingleAllOfAttributes) GetAggressorSetRefOk() (*string, bool)

GetAggressorSetRefOk returns a tuple with the AggressorSetRef field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributes) GetArfcnDL ¶

func (o *NrCellDuSingleAllOfAttributes) GetArfcnDL() int32

GetArfcnDL returns the ArfcnDL field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributes) GetArfcnDLOk ¶

func (o *NrCellDuSingleAllOfAttributes) GetArfcnDLOk() (*int32, bool)

GetArfcnDLOk returns a tuple with the ArfcnDL field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributes) GetArfcnSUL ¶

func (o *NrCellDuSingleAllOfAttributes) GetArfcnSUL() int32

GetArfcnSUL returns the ArfcnSUL field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributes) GetArfcnSULOk ¶

func (o *NrCellDuSingleAllOfAttributes) GetArfcnSULOk() (*int32, bool)

GetArfcnSULOk returns a tuple with the ArfcnSUL field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributes) GetArfcnUL ¶

func (o *NrCellDuSingleAllOfAttributes) GetArfcnUL() int32

GetArfcnUL returns the ArfcnUL field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributes) GetArfcnULOk ¶

func (o *NrCellDuSingleAllOfAttributes) GetArfcnULOk() (*int32, bool)

GetArfcnULOk returns a tuple with the ArfcnUL field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributes) GetBSChannelBwDL ¶

func (o *NrCellDuSingleAllOfAttributes) GetBSChannelBwDL() int32

GetBSChannelBwDL returns the BSChannelBwDL field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributes) GetBSChannelBwDLOk ¶

func (o *NrCellDuSingleAllOfAttributes) GetBSChannelBwDLOk() (*int32, bool)

GetBSChannelBwDLOk returns a tuple with the BSChannelBwDL field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributes) GetBSChannelBwSUL ¶

func (o *NrCellDuSingleAllOfAttributes) GetBSChannelBwSUL() int32

GetBSChannelBwSUL returns the BSChannelBwSUL field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributes) GetBSChannelBwSULOk ¶

func (o *NrCellDuSingleAllOfAttributes) GetBSChannelBwSULOk() (*int32, bool)

GetBSChannelBwSULOk returns a tuple with the BSChannelBwSUL field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributes) GetBSChannelBwUL ¶

func (o *NrCellDuSingleAllOfAttributes) GetBSChannelBwUL() int32

GetBSChannelBwUL returns the BSChannelBwUL field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributes) GetBSChannelBwULOk ¶

func (o *NrCellDuSingleAllOfAttributes) GetBSChannelBwULOk() (*int32, bool)

GetBSChannelBwULOk returns a tuple with the BSChannelBwUL field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributes) GetBwpRef ¶

func (o *NrCellDuSingleAllOfAttributes) GetBwpRef() []string

GetBwpRef returns the BwpRef field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributes) GetBwpRefOk ¶

func (o *NrCellDuSingleAllOfAttributes) GetBwpRefOk() ([]string, bool)

GetBwpRefOk returns a tuple with the BwpRef field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributes) GetBwpSetRef ¶

func (o *NrCellDuSingleAllOfAttributes) GetBwpSetRef() []string

GetBwpSetRef returns the BwpSetRef field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributes) GetBwpSetRefOk ¶

func (o *NrCellDuSingleAllOfAttributes) GetBwpSetRefOk() ([]string, bool)

GetBwpSetRefOk returns a tuple with the BwpSetRef field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributes) GetCellLocalId ¶

func (o *NrCellDuSingleAllOfAttributes) GetCellLocalId() int32

GetCellLocalId returns the CellLocalId field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributes) GetCellLocalIdOk ¶

func (o *NrCellDuSingleAllOfAttributes) GetCellLocalIdOk() (*int32, bool)

GetCellLocalIdOk returns a tuple with the CellLocalId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributes) GetCellState ¶

func (o *NrCellDuSingleAllOfAttributes) GetCellState() CellState

GetCellState returns the CellState field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributes) GetCellStateOk ¶

func (o *NrCellDuSingleAllOfAttributes) GetCellStateOk() (*CellState, bool)

GetCellStateOk returns a tuple with the CellState field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributes) GetNRFrequencyRef ¶

func (o *NrCellDuSingleAllOfAttributes) GetNRFrequencyRef() string

GetNRFrequencyRef returns the NRFrequencyRef field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributes) GetNRFrequencyRefOk ¶

func (o *NrCellDuSingleAllOfAttributes) GetNRFrequencyRefOk() (*string, bool)

GetNRFrequencyRefOk returns a tuple with the NRFrequencyRef field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributes) GetNpnIdentityList ¶

func (o *NrCellDuSingleAllOfAttributes) GetNpnIdentityList() []NpnIdentity

GetNpnIdentityList returns the NpnIdentityList field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributes) GetNpnIdentityListOk ¶

func (o *NrCellDuSingleAllOfAttributes) GetNpnIdentityListOk() ([]NpnIdentity, bool)

GetNpnIdentityListOk returns a tuple with the NpnIdentityList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributes) GetNrPci ¶

func (o *NrCellDuSingleAllOfAttributes) GetNrPci() int32

GetNrPci returns the NrPci field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributes) GetNrPciOk ¶

func (o *NrCellDuSingleAllOfAttributes) GetNrPciOk() (*int32, bool)

GetNrPciOk returns a tuple with the NrPci field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributes) GetNrSectorCarrierRef ¶

func (o *NrCellDuSingleAllOfAttributes) GetNrSectorCarrierRef() []string

GetNrSectorCarrierRef returns the NrSectorCarrierRef field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributes) GetNrSectorCarrierRefOk ¶

func (o *NrCellDuSingleAllOfAttributes) GetNrSectorCarrierRefOk() ([]string, bool)

GetNrSectorCarrierRefOk returns a tuple with the NrSectorCarrierRef field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributes) GetNrTac ¶

func (o *NrCellDuSingleAllOfAttributes) GetNrTac() int32

GetNrTac returns the NrTac field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributes) GetNrTacOk ¶

func (o *NrCellDuSingleAllOfAttributes) GetNrTacOk() (*int32, bool)

GetNrTacOk returns a tuple with the NrTac field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributes) GetOperationalState ¶

func (o *NrCellDuSingleAllOfAttributes) GetOperationalState() OperationalState

GetOperationalState returns the OperationalState field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributes) GetOperationalStateOk ¶

func (o *NrCellDuSingleAllOfAttributes) GetOperationalStateOk() (*OperationalState, bool)

GetOperationalStateOk returns a tuple with the OperationalState field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributes) GetPlmnInfoList ¶

func (o *NrCellDuSingleAllOfAttributes) GetPlmnInfoList() []PlmnInfo

GetPlmnInfoList returns the PlmnInfoList field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributes) GetPlmnInfoListOk ¶

func (o *NrCellDuSingleAllOfAttributes) GetPlmnInfoListOk() ([]PlmnInfo, bool)

GetPlmnInfoListOk returns a tuple with the PlmnInfoList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributes) GetRimRSMonitoringOccasionInterval ¶

func (o *NrCellDuSingleAllOfAttributes) GetRimRSMonitoringOccasionInterval() int32

GetRimRSMonitoringOccasionInterval returns the RimRSMonitoringOccasionInterval field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributes) GetRimRSMonitoringOccasionIntervalOk ¶

func (o *NrCellDuSingleAllOfAttributes) GetRimRSMonitoringOccasionIntervalOk() (*int32, bool)

GetRimRSMonitoringOccasionIntervalOk returns a tuple with the RimRSMonitoringOccasionInterval field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributes) GetRimRSMonitoringOccasionStartingOffset ¶

func (o *NrCellDuSingleAllOfAttributes) GetRimRSMonitoringOccasionStartingOffset() int32

GetRimRSMonitoringOccasionStartingOffset returns the RimRSMonitoringOccasionStartingOffset field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributes) GetRimRSMonitoringOccasionStartingOffsetOk ¶

func (o *NrCellDuSingleAllOfAttributes) GetRimRSMonitoringOccasionStartingOffsetOk() (*int32, bool)

GetRimRSMonitoringOccasionStartingOffsetOk returns a tuple with the RimRSMonitoringOccasionStartingOffset field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributes) GetRimRSMonitoringStartTime ¶

func (o *NrCellDuSingleAllOfAttributes) GetRimRSMonitoringStartTime() string

GetRimRSMonitoringStartTime returns the RimRSMonitoringStartTime field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributes) GetRimRSMonitoringStartTimeOk ¶

func (o *NrCellDuSingleAllOfAttributes) GetRimRSMonitoringStartTimeOk() (*string, bool)

GetRimRSMonitoringStartTimeOk returns a tuple with the RimRSMonitoringStartTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributes) GetRimRSMonitoringStopTime ¶

func (o *NrCellDuSingleAllOfAttributes) GetRimRSMonitoringStopTime() string

GetRimRSMonitoringStopTime returns the RimRSMonitoringStopTime field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributes) GetRimRSMonitoringStopTimeOk ¶

func (o *NrCellDuSingleAllOfAttributes) GetRimRSMonitoringStopTimeOk() (*string, bool)

GetRimRSMonitoringStopTimeOk returns a tuple with the RimRSMonitoringStopTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributes) GetRimRSMonitoringWindowDuration ¶

func (o *NrCellDuSingleAllOfAttributes) GetRimRSMonitoringWindowDuration() int32

GetRimRSMonitoringWindowDuration returns the RimRSMonitoringWindowDuration field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributes) GetRimRSMonitoringWindowDurationOk ¶

func (o *NrCellDuSingleAllOfAttributes) GetRimRSMonitoringWindowDurationOk() (*int32, bool)

GetRimRSMonitoringWindowDurationOk returns a tuple with the RimRSMonitoringWindowDuration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributes) GetRimRSMonitoringWindowPeriodicity ¶

func (o *NrCellDuSingleAllOfAttributes) GetRimRSMonitoringWindowPeriodicity() int32

GetRimRSMonitoringWindowPeriodicity returns the RimRSMonitoringWindowPeriodicity field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributes) GetRimRSMonitoringWindowPeriodicityOk ¶

func (o *NrCellDuSingleAllOfAttributes) GetRimRSMonitoringWindowPeriodicityOk() (*int32, bool)

GetRimRSMonitoringWindowPeriodicityOk returns a tuple with the RimRSMonitoringWindowPeriodicity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributes) GetRimRSMonitoringWindowStartingOffset ¶

func (o *NrCellDuSingleAllOfAttributes) GetRimRSMonitoringWindowStartingOffset() int32

GetRimRSMonitoringWindowStartingOffset returns the RimRSMonitoringWindowStartingOffset field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributes) GetRimRSMonitoringWindowStartingOffsetOk ¶

func (o *NrCellDuSingleAllOfAttributes) GetRimRSMonitoringWindowStartingOffsetOk() (*int32, bool)

GetRimRSMonitoringWindowStartingOffsetOk returns a tuple with the RimRSMonitoringWindowStartingOffset field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributes) GetSsbDuration ¶

func (o *NrCellDuSingleAllOfAttributes) GetSsbDuration() SsbDuration

GetSsbDuration returns the SsbDuration field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributes) GetSsbDurationOk ¶

func (o *NrCellDuSingleAllOfAttributes) GetSsbDurationOk() (*SsbDuration, bool)

GetSsbDurationOk returns a tuple with the SsbDuration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributes) GetSsbFrequency ¶

func (o *NrCellDuSingleAllOfAttributes) GetSsbFrequency() int32

GetSsbFrequency returns the SsbFrequency field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributes) GetSsbFrequencyOk ¶

func (o *NrCellDuSingleAllOfAttributes) GetSsbFrequencyOk() (*int32, bool)

GetSsbFrequencyOk returns a tuple with the SsbFrequency field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributes) GetSsbOffset ¶

func (o *NrCellDuSingleAllOfAttributes) GetSsbOffset() int32

GetSsbOffset returns the SsbOffset field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributes) GetSsbOffsetOk ¶

func (o *NrCellDuSingleAllOfAttributes) GetSsbOffsetOk() (*int32, bool)

GetSsbOffsetOk returns a tuple with the SsbOffset field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributes) GetSsbPeriodicity ¶

func (o *NrCellDuSingleAllOfAttributes) GetSsbPeriodicity() SsbPeriodicity

GetSsbPeriodicity returns the SsbPeriodicity field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributes) GetSsbPeriodicityOk ¶

func (o *NrCellDuSingleAllOfAttributes) GetSsbPeriodicityOk() (*SsbPeriodicity, bool)

GetSsbPeriodicityOk returns a tuple with the SsbPeriodicity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributes) GetSsbSubCarrierSpacing ¶

func (o *NrCellDuSingleAllOfAttributes) GetSsbSubCarrierSpacing() SsbSubCarrierSpacing

GetSsbSubCarrierSpacing returns the SsbSubCarrierSpacing field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributes) GetSsbSubCarrierSpacingOk ¶

func (o *NrCellDuSingleAllOfAttributes) GetSsbSubCarrierSpacingOk() (*SsbSubCarrierSpacing, bool)

GetSsbSubCarrierSpacingOk returns a tuple with the SsbSubCarrierSpacing field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributes) GetVictimSetRef ¶

func (o *NrCellDuSingleAllOfAttributes) GetVictimSetRef() string

GetVictimSetRef returns the VictimSetRef field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributes) GetVictimSetRefOk ¶

func (o *NrCellDuSingleAllOfAttributes) GetVictimSetRefOk() (*string, bool)

GetVictimSetRefOk returns a tuple with the VictimSetRef field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributes) HasAdministrativeState ¶

func (o *NrCellDuSingleAllOfAttributes) HasAdministrativeState() bool

HasAdministrativeState returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributes) HasAggressorSetRef ¶

func (o *NrCellDuSingleAllOfAttributes) HasAggressorSetRef() bool

HasAggressorSetRef returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributes) HasArfcnDL ¶

func (o *NrCellDuSingleAllOfAttributes) HasArfcnDL() bool

HasArfcnDL returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributes) HasArfcnSUL ¶

func (o *NrCellDuSingleAllOfAttributes) HasArfcnSUL() bool

HasArfcnSUL returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributes) HasArfcnUL ¶

func (o *NrCellDuSingleAllOfAttributes) HasArfcnUL() bool

HasArfcnUL returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributes) HasBSChannelBwDL ¶

func (o *NrCellDuSingleAllOfAttributes) HasBSChannelBwDL() bool

HasBSChannelBwDL returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributes) HasBSChannelBwSUL ¶

func (o *NrCellDuSingleAllOfAttributes) HasBSChannelBwSUL() bool

HasBSChannelBwSUL returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributes) HasBSChannelBwUL ¶

func (o *NrCellDuSingleAllOfAttributes) HasBSChannelBwUL() bool

HasBSChannelBwUL returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributes) HasBwpRef ¶

func (o *NrCellDuSingleAllOfAttributes) HasBwpRef() bool

HasBwpRef returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributes) HasBwpSetRef ¶

func (o *NrCellDuSingleAllOfAttributes) HasBwpSetRef() bool

HasBwpSetRef returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributes) HasCellLocalId ¶

func (o *NrCellDuSingleAllOfAttributes) HasCellLocalId() bool

HasCellLocalId returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributes) HasCellState ¶

func (o *NrCellDuSingleAllOfAttributes) HasCellState() bool

HasCellState returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributes) HasNRFrequencyRef ¶

func (o *NrCellDuSingleAllOfAttributes) HasNRFrequencyRef() bool

HasNRFrequencyRef returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributes) HasNpnIdentityList ¶

func (o *NrCellDuSingleAllOfAttributes) HasNpnIdentityList() bool

HasNpnIdentityList returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributes) HasNrPci ¶

func (o *NrCellDuSingleAllOfAttributes) HasNrPci() bool

HasNrPci returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributes) HasNrSectorCarrierRef ¶

func (o *NrCellDuSingleAllOfAttributes) HasNrSectorCarrierRef() bool

HasNrSectorCarrierRef returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributes) HasNrTac ¶

func (o *NrCellDuSingleAllOfAttributes) HasNrTac() bool

HasNrTac returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributes) HasOperationalState ¶

func (o *NrCellDuSingleAllOfAttributes) HasOperationalState() bool

HasOperationalState returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributes) HasPlmnInfoList ¶

func (o *NrCellDuSingleAllOfAttributes) HasPlmnInfoList() bool

HasPlmnInfoList returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributes) HasRimRSMonitoringOccasionInterval ¶

func (o *NrCellDuSingleAllOfAttributes) HasRimRSMonitoringOccasionInterval() bool

HasRimRSMonitoringOccasionInterval returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributes) HasRimRSMonitoringOccasionStartingOffset ¶

func (o *NrCellDuSingleAllOfAttributes) HasRimRSMonitoringOccasionStartingOffset() bool

HasRimRSMonitoringOccasionStartingOffset returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributes) HasRimRSMonitoringStartTime ¶

func (o *NrCellDuSingleAllOfAttributes) HasRimRSMonitoringStartTime() bool

HasRimRSMonitoringStartTime returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributes) HasRimRSMonitoringStopTime ¶

func (o *NrCellDuSingleAllOfAttributes) HasRimRSMonitoringStopTime() bool

HasRimRSMonitoringStopTime returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributes) HasRimRSMonitoringWindowDuration ¶

func (o *NrCellDuSingleAllOfAttributes) HasRimRSMonitoringWindowDuration() bool

HasRimRSMonitoringWindowDuration returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributes) HasRimRSMonitoringWindowPeriodicity ¶

func (o *NrCellDuSingleAllOfAttributes) HasRimRSMonitoringWindowPeriodicity() bool

HasRimRSMonitoringWindowPeriodicity returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributes) HasRimRSMonitoringWindowStartingOffset ¶

func (o *NrCellDuSingleAllOfAttributes) HasRimRSMonitoringWindowStartingOffset() bool

HasRimRSMonitoringWindowStartingOffset returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributes) HasSsbDuration ¶

func (o *NrCellDuSingleAllOfAttributes) HasSsbDuration() bool

HasSsbDuration returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributes) HasSsbFrequency ¶

func (o *NrCellDuSingleAllOfAttributes) HasSsbFrequency() bool

HasSsbFrequency returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributes) HasSsbOffset ¶

func (o *NrCellDuSingleAllOfAttributes) HasSsbOffset() bool

HasSsbOffset returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributes) HasSsbPeriodicity ¶

func (o *NrCellDuSingleAllOfAttributes) HasSsbPeriodicity() bool

HasSsbPeriodicity returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributes) HasSsbSubCarrierSpacing ¶

func (o *NrCellDuSingleAllOfAttributes) HasSsbSubCarrierSpacing() bool

HasSsbSubCarrierSpacing returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributes) HasVictimSetRef ¶

func (o *NrCellDuSingleAllOfAttributes) HasVictimSetRef() bool

HasVictimSetRef returns a boolean if a field has been set.

func (NrCellDuSingleAllOfAttributes) MarshalJSON ¶

func (o NrCellDuSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*NrCellDuSingleAllOfAttributes) SetAdministrativeState ¶

func (o *NrCellDuSingleAllOfAttributes) SetAdministrativeState(v AdministrativeState)

SetAdministrativeState gets a reference to the given AdministrativeState and assigns it to the AdministrativeState field.

func (*NrCellDuSingleAllOfAttributes) SetAggressorSetRef ¶

func (o *NrCellDuSingleAllOfAttributes) SetAggressorSetRef(v string)

SetAggressorSetRef gets a reference to the given string and assigns it to the AggressorSetRef field.

func (*NrCellDuSingleAllOfAttributes) SetArfcnDL ¶

func (o *NrCellDuSingleAllOfAttributes) SetArfcnDL(v int32)

SetArfcnDL gets a reference to the given int32 and assigns it to the ArfcnDL field.

func (*NrCellDuSingleAllOfAttributes) SetArfcnSUL ¶

func (o *NrCellDuSingleAllOfAttributes) SetArfcnSUL(v int32)

SetArfcnSUL gets a reference to the given int32 and assigns it to the ArfcnSUL field.

func (*NrCellDuSingleAllOfAttributes) SetArfcnUL ¶

func (o *NrCellDuSingleAllOfAttributes) SetArfcnUL(v int32)

SetArfcnUL gets a reference to the given int32 and assigns it to the ArfcnUL field.

func (*NrCellDuSingleAllOfAttributes) SetBSChannelBwDL ¶

func (o *NrCellDuSingleAllOfAttributes) SetBSChannelBwDL(v int32)

SetBSChannelBwDL gets a reference to the given int32 and assigns it to the BSChannelBwDL field.

func (*NrCellDuSingleAllOfAttributes) SetBSChannelBwSUL ¶

func (o *NrCellDuSingleAllOfAttributes) SetBSChannelBwSUL(v int32)

SetBSChannelBwSUL gets a reference to the given int32 and assigns it to the BSChannelBwSUL field.

func (*NrCellDuSingleAllOfAttributes) SetBSChannelBwUL ¶

func (o *NrCellDuSingleAllOfAttributes) SetBSChannelBwUL(v int32)

SetBSChannelBwUL gets a reference to the given int32 and assigns it to the BSChannelBwUL field.

func (*NrCellDuSingleAllOfAttributes) SetBwpRef ¶

func (o *NrCellDuSingleAllOfAttributes) SetBwpRef(v []string)

SetBwpRef gets a reference to the given []string and assigns it to the BwpRef field.

func (*NrCellDuSingleAllOfAttributes) SetBwpSetRef ¶

func (o *NrCellDuSingleAllOfAttributes) SetBwpSetRef(v []string)

SetBwpSetRef gets a reference to the given []string and assigns it to the BwpSetRef field.

func (*NrCellDuSingleAllOfAttributes) SetCellLocalId ¶

func (o *NrCellDuSingleAllOfAttributes) SetCellLocalId(v int32)

SetCellLocalId gets a reference to the given int32 and assigns it to the CellLocalId field.

func (*NrCellDuSingleAllOfAttributes) SetCellState ¶

func (o *NrCellDuSingleAllOfAttributes) SetCellState(v CellState)

SetCellState gets a reference to the given CellState and assigns it to the CellState field.

func (*NrCellDuSingleAllOfAttributes) SetNRFrequencyRef ¶

func (o *NrCellDuSingleAllOfAttributes) SetNRFrequencyRef(v string)

SetNRFrequencyRef gets a reference to the given string and assigns it to the NRFrequencyRef field.

func (*NrCellDuSingleAllOfAttributes) SetNpnIdentityList ¶

func (o *NrCellDuSingleAllOfAttributes) SetNpnIdentityList(v []NpnIdentity)

SetNpnIdentityList gets a reference to the given []NpnIdentity and assigns it to the NpnIdentityList field.

func (*NrCellDuSingleAllOfAttributes) SetNrPci ¶

func (o *NrCellDuSingleAllOfAttributes) SetNrPci(v int32)

SetNrPci gets a reference to the given int32 and assigns it to the NrPci field.

func (*NrCellDuSingleAllOfAttributes) SetNrSectorCarrierRef ¶

func (o *NrCellDuSingleAllOfAttributes) SetNrSectorCarrierRef(v []string)

SetNrSectorCarrierRef gets a reference to the given []string and assigns it to the NrSectorCarrierRef field.

func (*NrCellDuSingleAllOfAttributes) SetNrTac ¶

func (o *NrCellDuSingleAllOfAttributes) SetNrTac(v int32)

SetNrTac gets a reference to the given int32 and assigns it to the NrTac field.

func (*NrCellDuSingleAllOfAttributes) SetOperationalState ¶

func (o *NrCellDuSingleAllOfAttributes) SetOperationalState(v OperationalState)

SetOperationalState gets a reference to the given OperationalState and assigns it to the OperationalState field.

func (*NrCellDuSingleAllOfAttributes) SetPlmnInfoList ¶

func (o *NrCellDuSingleAllOfAttributes) SetPlmnInfoList(v []PlmnInfo)

SetPlmnInfoList gets a reference to the given []PlmnInfo and assigns it to the PlmnInfoList field.

func (*NrCellDuSingleAllOfAttributes) SetRimRSMonitoringOccasionInterval ¶

func (o *NrCellDuSingleAllOfAttributes) SetRimRSMonitoringOccasionInterval(v int32)

SetRimRSMonitoringOccasionInterval gets a reference to the given int32 and assigns it to the RimRSMonitoringOccasionInterval field.

func (*NrCellDuSingleAllOfAttributes) SetRimRSMonitoringOccasionStartingOffset ¶

func (o *NrCellDuSingleAllOfAttributes) SetRimRSMonitoringOccasionStartingOffset(v int32)

SetRimRSMonitoringOccasionStartingOffset gets a reference to the given int32 and assigns it to the RimRSMonitoringOccasionStartingOffset field.

func (*NrCellDuSingleAllOfAttributes) SetRimRSMonitoringStartTime ¶

func (o *NrCellDuSingleAllOfAttributes) SetRimRSMonitoringStartTime(v string)

SetRimRSMonitoringStartTime gets a reference to the given string and assigns it to the RimRSMonitoringStartTime field.

func (*NrCellDuSingleAllOfAttributes) SetRimRSMonitoringStopTime ¶

func (o *NrCellDuSingleAllOfAttributes) SetRimRSMonitoringStopTime(v string)

SetRimRSMonitoringStopTime gets a reference to the given string and assigns it to the RimRSMonitoringStopTime field.

func (*NrCellDuSingleAllOfAttributes) SetRimRSMonitoringWindowDuration ¶

func (o *NrCellDuSingleAllOfAttributes) SetRimRSMonitoringWindowDuration(v int32)

SetRimRSMonitoringWindowDuration gets a reference to the given int32 and assigns it to the RimRSMonitoringWindowDuration field.

func (*NrCellDuSingleAllOfAttributes) SetRimRSMonitoringWindowPeriodicity ¶

func (o *NrCellDuSingleAllOfAttributes) SetRimRSMonitoringWindowPeriodicity(v int32)

SetRimRSMonitoringWindowPeriodicity gets a reference to the given int32 and assigns it to the RimRSMonitoringWindowPeriodicity field.

func (*NrCellDuSingleAllOfAttributes) SetRimRSMonitoringWindowStartingOffset ¶

func (o *NrCellDuSingleAllOfAttributes) SetRimRSMonitoringWindowStartingOffset(v int32)

SetRimRSMonitoringWindowStartingOffset gets a reference to the given int32 and assigns it to the RimRSMonitoringWindowStartingOffset field.

func (*NrCellDuSingleAllOfAttributes) SetSsbDuration ¶

func (o *NrCellDuSingleAllOfAttributes) SetSsbDuration(v SsbDuration)

SetSsbDuration gets a reference to the given SsbDuration and assigns it to the SsbDuration field.

func (*NrCellDuSingleAllOfAttributes) SetSsbFrequency ¶

func (o *NrCellDuSingleAllOfAttributes) SetSsbFrequency(v int32)

SetSsbFrequency gets a reference to the given int32 and assigns it to the SsbFrequency field.

func (*NrCellDuSingleAllOfAttributes) SetSsbOffset ¶

func (o *NrCellDuSingleAllOfAttributes) SetSsbOffset(v int32)

SetSsbOffset gets a reference to the given int32 and assigns it to the SsbOffset field.

func (*NrCellDuSingleAllOfAttributes) SetSsbPeriodicity ¶

func (o *NrCellDuSingleAllOfAttributes) SetSsbPeriodicity(v SsbPeriodicity)

SetSsbPeriodicity gets a reference to the given SsbPeriodicity and assigns it to the SsbPeriodicity field.

func (*NrCellDuSingleAllOfAttributes) SetSsbSubCarrierSpacing ¶

func (o *NrCellDuSingleAllOfAttributes) SetSsbSubCarrierSpacing(v SsbSubCarrierSpacing)

SetSsbSubCarrierSpacing gets a reference to the given SsbSubCarrierSpacing and assigns it to the SsbSubCarrierSpacing field.

func (*NrCellDuSingleAllOfAttributes) SetVictimSetRef ¶

func (o *NrCellDuSingleAllOfAttributes) SetVictimSetRef(v string)

SetVictimSetRef gets a reference to the given string and assigns it to the VictimSetRef field.

func (NrCellDuSingleAllOfAttributes) ToMap ¶

func (o NrCellDuSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type NrCellDuSingleAllOfAttributesAllOf ¶

type NrCellDuSingleAllOfAttributesAllOf struct {
	AdministrativeState  *AdministrativeState  `json:"administrativeState,omitempty"`
	OperationalState     *OperationalState     `json:"operationalState,omitempty"`
	CellLocalId          *int32                `json:"cellLocalId,omitempty"`
	CellState            *CellState            `json:"cellState,omitempty"`
	PlmnInfoList         []PlmnInfo            `json:"plmnInfoList,omitempty"`
	NpnIdentityList      []NpnIdentity         `json:"npnIdentityList,omitempty"`
	NrPci                *int32                `json:"nrPci,omitempty"`
	NrTac                *int32                `json:"nrTac,omitempty"`
	ArfcnDL              *int32                `json:"arfcnDL,omitempty"`
	ArfcnUL              *int32                `json:"arfcnUL,omitempty"`
	ArfcnSUL             *int32                `json:"arfcnSUL,omitempty"`
	BSChannelBwDL        *int32                `json:"bSChannelBwDL,omitempty"`
	BSChannelBwUL        *int32                `json:"bSChannelBwUL,omitempty"`
	BSChannelBwSUL       *int32                `json:"bSChannelBwSUL,omitempty"`
	SsbFrequency         *int32                `json:"ssbFrequency,omitempty"`
	SsbPeriodicity       *SsbPeriodicity       `json:"ssbPeriodicity,omitempty"`
	SsbSubCarrierSpacing *SsbSubCarrierSpacing `json:"ssbSubCarrierSpacing,omitempty"`
	SsbOffset            *int32                `json:"ssbOffset,omitempty"`
	SsbDuration          *SsbDuration          `json:"ssbDuration,omitempty"`
	NrSectorCarrierRef   []string              `json:"nrSectorCarrierRef,omitempty"`
	// Condition is BWP sets are not supported
	BwpRef                                []string `json:"bwpRef,omitempty"`
	BwpSetRef                             []string `json:"bwpSetRef,omitempty"`
	RimRSMonitoringStartTime              *string  `json:"rimRSMonitoringStartTime,omitempty"`
	RimRSMonitoringStopTime               *string  `json:"rimRSMonitoringStopTime,omitempty"`
	RimRSMonitoringWindowDuration         *int32   `json:"rimRSMonitoringWindowDuration,omitempty"`
	RimRSMonitoringWindowStartingOffset   *int32   `json:"rimRSMonitoringWindowStartingOffset,omitempty"`
	RimRSMonitoringWindowPeriodicity      *int32   `json:"rimRSMonitoringWindowPeriodicity,omitempty"`
	RimRSMonitoringOccasionInterval       *int32   `json:"rimRSMonitoringOccasionInterval,omitempty"`
	RimRSMonitoringOccasionStartingOffset *int32   `json:"rimRSMonitoringOccasionStartingOffset,omitempty"`
	NRFrequencyRef                        *string  `json:"nRFrequencyRef,omitempty"`
	VictimSetRef                          *string  `json:"victimSetRef,omitempty"`
	AggressorSetRef                       *string  `json:"aggressorSetRef,omitempty"`
}

NrCellDuSingleAllOfAttributesAllOf struct for NrCellDuSingleAllOfAttributesAllOf

func NewNrCellDuSingleAllOfAttributesAllOf ¶

func NewNrCellDuSingleAllOfAttributesAllOf() *NrCellDuSingleAllOfAttributesAllOf

NewNrCellDuSingleAllOfAttributesAllOf instantiates a new NrCellDuSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNrCellDuSingleAllOfAttributesAllOfWithDefaults ¶

func NewNrCellDuSingleAllOfAttributesAllOfWithDefaults() *NrCellDuSingleAllOfAttributesAllOf

NewNrCellDuSingleAllOfAttributesAllOfWithDefaults instantiates a new NrCellDuSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NrCellDuSingleAllOfAttributesAllOf) GetAdministrativeState ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) GetAdministrativeState() AdministrativeState

GetAdministrativeState returns the AdministrativeState field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributesAllOf) GetAdministrativeStateOk ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) GetAdministrativeStateOk() (*AdministrativeState, bool)

GetAdministrativeStateOk returns a tuple with the AdministrativeState field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) GetAggressorSetRef ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) GetAggressorSetRef() string

GetAggressorSetRef returns the AggressorSetRef field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributesAllOf) GetAggressorSetRefOk ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) GetAggressorSetRefOk() (*string, bool)

GetAggressorSetRefOk returns a tuple with the AggressorSetRef field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) GetArfcnDL ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) GetArfcnDL() int32

GetArfcnDL returns the ArfcnDL field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributesAllOf) GetArfcnDLOk ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) GetArfcnDLOk() (*int32, bool)

GetArfcnDLOk returns a tuple with the ArfcnDL field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) GetArfcnSUL ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) GetArfcnSUL() int32

GetArfcnSUL returns the ArfcnSUL field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributesAllOf) GetArfcnSULOk ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) GetArfcnSULOk() (*int32, bool)

GetArfcnSULOk returns a tuple with the ArfcnSUL field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) GetArfcnUL ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) GetArfcnUL() int32

GetArfcnUL returns the ArfcnUL field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributesAllOf) GetArfcnULOk ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) GetArfcnULOk() (*int32, bool)

GetArfcnULOk returns a tuple with the ArfcnUL field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) GetBSChannelBwDL ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) GetBSChannelBwDL() int32

GetBSChannelBwDL returns the BSChannelBwDL field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributesAllOf) GetBSChannelBwDLOk ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) GetBSChannelBwDLOk() (*int32, bool)

GetBSChannelBwDLOk returns a tuple with the BSChannelBwDL field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) GetBSChannelBwSUL ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) GetBSChannelBwSUL() int32

GetBSChannelBwSUL returns the BSChannelBwSUL field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributesAllOf) GetBSChannelBwSULOk ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) GetBSChannelBwSULOk() (*int32, bool)

GetBSChannelBwSULOk returns a tuple with the BSChannelBwSUL field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) GetBSChannelBwUL ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) GetBSChannelBwUL() int32

GetBSChannelBwUL returns the BSChannelBwUL field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributesAllOf) GetBSChannelBwULOk ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) GetBSChannelBwULOk() (*int32, bool)

GetBSChannelBwULOk returns a tuple with the BSChannelBwUL field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) GetBwpRef ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) GetBwpRef() []string

GetBwpRef returns the BwpRef field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributesAllOf) GetBwpRefOk ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) GetBwpRefOk() ([]string, bool)

GetBwpRefOk returns a tuple with the BwpRef field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) GetBwpSetRef ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) GetBwpSetRef() []string

GetBwpSetRef returns the BwpSetRef field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributesAllOf) GetBwpSetRefOk ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) GetBwpSetRefOk() ([]string, bool)

GetBwpSetRefOk returns a tuple with the BwpSetRef field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) GetCellLocalId ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) GetCellLocalId() int32

GetCellLocalId returns the CellLocalId field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributesAllOf) GetCellLocalIdOk ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) GetCellLocalIdOk() (*int32, bool)

GetCellLocalIdOk returns a tuple with the CellLocalId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) GetCellState ¶

GetCellState returns the CellState field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributesAllOf) GetCellStateOk ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) GetCellStateOk() (*CellState, bool)

GetCellStateOk returns a tuple with the CellState field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) GetNRFrequencyRef ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) GetNRFrequencyRef() string

GetNRFrequencyRef returns the NRFrequencyRef field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributesAllOf) GetNRFrequencyRefOk ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) GetNRFrequencyRefOk() (*string, bool)

GetNRFrequencyRefOk returns a tuple with the NRFrequencyRef field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) GetNpnIdentityList ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) GetNpnIdentityList() []NpnIdentity

GetNpnIdentityList returns the NpnIdentityList field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributesAllOf) GetNpnIdentityListOk ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) GetNpnIdentityListOk() ([]NpnIdentity, bool)

GetNpnIdentityListOk returns a tuple with the NpnIdentityList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) GetNrPci ¶

GetNrPci returns the NrPci field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributesAllOf) GetNrPciOk ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) GetNrPciOk() (*int32, bool)

GetNrPciOk returns a tuple with the NrPci field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) GetNrSectorCarrierRef ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) GetNrSectorCarrierRef() []string

GetNrSectorCarrierRef returns the NrSectorCarrierRef field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributesAllOf) GetNrSectorCarrierRefOk ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) GetNrSectorCarrierRefOk() ([]string, bool)

GetNrSectorCarrierRefOk returns a tuple with the NrSectorCarrierRef field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) GetNrTac ¶

GetNrTac returns the NrTac field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributesAllOf) GetNrTacOk ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) GetNrTacOk() (*int32, bool)

GetNrTacOk returns a tuple with the NrTac field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) GetOperationalState ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) GetOperationalState() OperationalState

GetOperationalState returns the OperationalState field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributesAllOf) GetOperationalStateOk ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) GetOperationalStateOk() (*OperationalState, bool)

GetOperationalStateOk returns a tuple with the OperationalState field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) GetPlmnInfoList ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) GetPlmnInfoList() []PlmnInfo

GetPlmnInfoList returns the PlmnInfoList field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributesAllOf) GetPlmnInfoListOk ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) GetPlmnInfoListOk() ([]PlmnInfo, bool)

GetPlmnInfoListOk returns a tuple with the PlmnInfoList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) GetRimRSMonitoringOccasionInterval ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) GetRimRSMonitoringOccasionInterval() int32

GetRimRSMonitoringOccasionInterval returns the RimRSMonitoringOccasionInterval field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributesAllOf) GetRimRSMonitoringOccasionIntervalOk ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) GetRimRSMonitoringOccasionIntervalOk() (*int32, bool)

GetRimRSMonitoringOccasionIntervalOk returns a tuple with the RimRSMonitoringOccasionInterval field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) GetRimRSMonitoringOccasionStartingOffset ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) GetRimRSMonitoringOccasionStartingOffset() int32

GetRimRSMonitoringOccasionStartingOffset returns the RimRSMonitoringOccasionStartingOffset field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributesAllOf) GetRimRSMonitoringOccasionStartingOffsetOk ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) GetRimRSMonitoringOccasionStartingOffsetOk() (*int32, bool)

GetRimRSMonitoringOccasionStartingOffsetOk returns a tuple with the RimRSMonitoringOccasionStartingOffset field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) GetRimRSMonitoringStartTime ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) GetRimRSMonitoringStartTime() string

GetRimRSMonitoringStartTime returns the RimRSMonitoringStartTime field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributesAllOf) GetRimRSMonitoringStartTimeOk ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) GetRimRSMonitoringStartTimeOk() (*string, bool)

GetRimRSMonitoringStartTimeOk returns a tuple with the RimRSMonitoringStartTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) GetRimRSMonitoringStopTime ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) GetRimRSMonitoringStopTime() string

GetRimRSMonitoringStopTime returns the RimRSMonitoringStopTime field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributesAllOf) GetRimRSMonitoringStopTimeOk ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) GetRimRSMonitoringStopTimeOk() (*string, bool)

GetRimRSMonitoringStopTimeOk returns a tuple with the RimRSMonitoringStopTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) GetRimRSMonitoringWindowDuration ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) GetRimRSMonitoringWindowDuration() int32

GetRimRSMonitoringWindowDuration returns the RimRSMonitoringWindowDuration field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributesAllOf) GetRimRSMonitoringWindowDurationOk ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) GetRimRSMonitoringWindowDurationOk() (*int32, bool)

GetRimRSMonitoringWindowDurationOk returns a tuple with the RimRSMonitoringWindowDuration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) GetRimRSMonitoringWindowPeriodicity ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) GetRimRSMonitoringWindowPeriodicity() int32

GetRimRSMonitoringWindowPeriodicity returns the RimRSMonitoringWindowPeriodicity field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributesAllOf) GetRimRSMonitoringWindowPeriodicityOk ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) GetRimRSMonitoringWindowPeriodicityOk() (*int32, bool)

GetRimRSMonitoringWindowPeriodicityOk returns a tuple with the RimRSMonitoringWindowPeriodicity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) GetRimRSMonitoringWindowStartingOffset ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) GetRimRSMonitoringWindowStartingOffset() int32

GetRimRSMonitoringWindowStartingOffset returns the RimRSMonitoringWindowStartingOffset field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributesAllOf) GetRimRSMonitoringWindowStartingOffsetOk ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) GetRimRSMonitoringWindowStartingOffsetOk() (*int32, bool)

GetRimRSMonitoringWindowStartingOffsetOk returns a tuple with the RimRSMonitoringWindowStartingOffset field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) GetSsbDuration ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) GetSsbDuration() SsbDuration

GetSsbDuration returns the SsbDuration field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributesAllOf) GetSsbDurationOk ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) GetSsbDurationOk() (*SsbDuration, bool)

GetSsbDurationOk returns a tuple with the SsbDuration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) GetSsbFrequency ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) GetSsbFrequency() int32

GetSsbFrequency returns the SsbFrequency field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributesAllOf) GetSsbFrequencyOk ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) GetSsbFrequencyOk() (*int32, bool)

GetSsbFrequencyOk returns a tuple with the SsbFrequency field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) GetSsbOffset ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) GetSsbOffset() int32

GetSsbOffset returns the SsbOffset field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributesAllOf) GetSsbOffsetOk ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) GetSsbOffsetOk() (*int32, bool)

GetSsbOffsetOk returns a tuple with the SsbOffset field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) GetSsbPeriodicity ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) GetSsbPeriodicity() SsbPeriodicity

GetSsbPeriodicity returns the SsbPeriodicity field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributesAllOf) GetSsbPeriodicityOk ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) GetSsbPeriodicityOk() (*SsbPeriodicity, bool)

GetSsbPeriodicityOk returns a tuple with the SsbPeriodicity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) GetSsbSubCarrierSpacing ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) GetSsbSubCarrierSpacing() SsbSubCarrierSpacing

GetSsbSubCarrierSpacing returns the SsbSubCarrierSpacing field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributesAllOf) GetSsbSubCarrierSpacingOk ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) GetSsbSubCarrierSpacingOk() (*SsbSubCarrierSpacing, bool)

GetSsbSubCarrierSpacingOk returns a tuple with the SsbSubCarrierSpacing field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) GetVictimSetRef ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) GetVictimSetRef() string

GetVictimSetRef returns the VictimSetRef field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributesAllOf) GetVictimSetRefOk ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) GetVictimSetRefOk() (*string, bool)

GetVictimSetRefOk returns a tuple with the VictimSetRef field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) HasAdministrativeState ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) HasAdministrativeState() bool

HasAdministrativeState returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) HasAggressorSetRef ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) HasAggressorSetRef() bool

HasAggressorSetRef returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) HasArfcnDL ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) HasArfcnDL() bool

HasArfcnDL returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) HasArfcnSUL ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) HasArfcnSUL() bool

HasArfcnSUL returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) HasArfcnUL ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) HasArfcnUL() bool

HasArfcnUL returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) HasBSChannelBwDL ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) HasBSChannelBwDL() bool

HasBSChannelBwDL returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) HasBSChannelBwSUL ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) HasBSChannelBwSUL() bool

HasBSChannelBwSUL returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) HasBSChannelBwUL ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) HasBSChannelBwUL() bool

HasBSChannelBwUL returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) HasBwpRef ¶

HasBwpRef returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) HasBwpSetRef ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) HasBwpSetRef() bool

HasBwpSetRef returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) HasCellLocalId ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) HasCellLocalId() bool

HasCellLocalId returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) HasCellState ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) HasCellState() bool

HasCellState returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) HasNRFrequencyRef ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) HasNRFrequencyRef() bool

HasNRFrequencyRef returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) HasNpnIdentityList ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) HasNpnIdentityList() bool

HasNpnIdentityList returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) HasNrPci ¶

HasNrPci returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) HasNrSectorCarrierRef ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) HasNrSectorCarrierRef() bool

HasNrSectorCarrierRef returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) HasNrTac ¶

HasNrTac returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) HasOperationalState ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) HasOperationalState() bool

HasOperationalState returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) HasPlmnInfoList ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) HasPlmnInfoList() bool

HasPlmnInfoList returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) HasRimRSMonitoringOccasionInterval ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) HasRimRSMonitoringOccasionInterval() bool

HasRimRSMonitoringOccasionInterval returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) HasRimRSMonitoringOccasionStartingOffset ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) HasRimRSMonitoringOccasionStartingOffset() bool

HasRimRSMonitoringOccasionStartingOffset returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) HasRimRSMonitoringStartTime ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) HasRimRSMonitoringStartTime() bool

HasRimRSMonitoringStartTime returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) HasRimRSMonitoringStopTime ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) HasRimRSMonitoringStopTime() bool

HasRimRSMonitoringStopTime returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) HasRimRSMonitoringWindowDuration ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) HasRimRSMonitoringWindowDuration() bool

HasRimRSMonitoringWindowDuration returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) HasRimRSMonitoringWindowPeriodicity ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) HasRimRSMonitoringWindowPeriodicity() bool

HasRimRSMonitoringWindowPeriodicity returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) HasRimRSMonitoringWindowStartingOffset ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) HasRimRSMonitoringWindowStartingOffset() bool

HasRimRSMonitoringWindowStartingOffset returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) HasSsbDuration ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) HasSsbDuration() bool

HasSsbDuration returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) HasSsbFrequency ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) HasSsbFrequency() bool

HasSsbFrequency returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) HasSsbOffset ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) HasSsbOffset() bool

HasSsbOffset returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) HasSsbPeriodicity ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) HasSsbPeriodicity() bool

HasSsbPeriodicity returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) HasSsbSubCarrierSpacing ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) HasSsbSubCarrierSpacing() bool

HasSsbSubCarrierSpacing returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) HasVictimSetRef ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) HasVictimSetRef() bool

HasVictimSetRef returns a boolean if a field has been set.

func (NrCellDuSingleAllOfAttributesAllOf) MarshalJSON ¶

func (o NrCellDuSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)

func (*NrCellDuSingleAllOfAttributesAllOf) SetAdministrativeState ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) SetAdministrativeState(v AdministrativeState)

SetAdministrativeState gets a reference to the given AdministrativeState and assigns it to the AdministrativeState field.

func (*NrCellDuSingleAllOfAttributesAllOf) SetAggressorSetRef ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) SetAggressorSetRef(v string)

SetAggressorSetRef gets a reference to the given string and assigns it to the AggressorSetRef field.

func (*NrCellDuSingleAllOfAttributesAllOf) SetArfcnDL ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) SetArfcnDL(v int32)

SetArfcnDL gets a reference to the given int32 and assigns it to the ArfcnDL field.

func (*NrCellDuSingleAllOfAttributesAllOf) SetArfcnSUL ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) SetArfcnSUL(v int32)

SetArfcnSUL gets a reference to the given int32 and assigns it to the ArfcnSUL field.

func (*NrCellDuSingleAllOfAttributesAllOf) SetArfcnUL ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) SetArfcnUL(v int32)

SetArfcnUL gets a reference to the given int32 and assigns it to the ArfcnUL field.

func (*NrCellDuSingleAllOfAttributesAllOf) SetBSChannelBwDL ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) SetBSChannelBwDL(v int32)

SetBSChannelBwDL gets a reference to the given int32 and assigns it to the BSChannelBwDL field.

func (*NrCellDuSingleAllOfAttributesAllOf) SetBSChannelBwSUL ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) SetBSChannelBwSUL(v int32)

SetBSChannelBwSUL gets a reference to the given int32 and assigns it to the BSChannelBwSUL field.

func (*NrCellDuSingleAllOfAttributesAllOf) SetBSChannelBwUL ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) SetBSChannelBwUL(v int32)

SetBSChannelBwUL gets a reference to the given int32 and assigns it to the BSChannelBwUL field.

func (*NrCellDuSingleAllOfAttributesAllOf) SetBwpRef ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) SetBwpRef(v []string)

SetBwpRef gets a reference to the given []string and assigns it to the BwpRef field.

func (*NrCellDuSingleAllOfAttributesAllOf) SetBwpSetRef ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) SetBwpSetRef(v []string)

SetBwpSetRef gets a reference to the given []string and assigns it to the BwpSetRef field.

func (*NrCellDuSingleAllOfAttributesAllOf) SetCellLocalId ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) SetCellLocalId(v int32)

SetCellLocalId gets a reference to the given int32 and assigns it to the CellLocalId field.

func (*NrCellDuSingleAllOfAttributesAllOf) SetCellState ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) SetCellState(v CellState)

SetCellState gets a reference to the given CellState and assigns it to the CellState field.

func (*NrCellDuSingleAllOfAttributesAllOf) SetNRFrequencyRef ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) SetNRFrequencyRef(v string)

SetNRFrequencyRef gets a reference to the given string and assigns it to the NRFrequencyRef field.

func (*NrCellDuSingleAllOfAttributesAllOf) SetNpnIdentityList ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) SetNpnIdentityList(v []NpnIdentity)

SetNpnIdentityList gets a reference to the given []NpnIdentity and assigns it to the NpnIdentityList field.

func (*NrCellDuSingleAllOfAttributesAllOf) SetNrPci ¶

SetNrPci gets a reference to the given int32 and assigns it to the NrPci field.

func (*NrCellDuSingleAllOfAttributesAllOf) SetNrSectorCarrierRef ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) SetNrSectorCarrierRef(v []string)

SetNrSectorCarrierRef gets a reference to the given []string and assigns it to the NrSectorCarrierRef field.

func (*NrCellDuSingleAllOfAttributesAllOf) SetNrTac ¶

SetNrTac gets a reference to the given int32 and assigns it to the NrTac field.

func (*NrCellDuSingleAllOfAttributesAllOf) SetOperationalState ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) SetOperationalState(v OperationalState)

SetOperationalState gets a reference to the given OperationalState and assigns it to the OperationalState field.

func (*NrCellDuSingleAllOfAttributesAllOf) SetPlmnInfoList ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) SetPlmnInfoList(v []PlmnInfo)

SetPlmnInfoList gets a reference to the given []PlmnInfo and assigns it to the PlmnInfoList field.

func (*NrCellDuSingleAllOfAttributesAllOf) SetRimRSMonitoringOccasionInterval ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) SetRimRSMonitoringOccasionInterval(v int32)

SetRimRSMonitoringOccasionInterval gets a reference to the given int32 and assigns it to the RimRSMonitoringOccasionInterval field.

func (*NrCellDuSingleAllOfAttributesAllOf) SetRimRSMonitoringOccasionStartingOffset ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) SetRimRSMonitoringOccasionStartingOffset(v int32)

SetRimRSMonitoringOccasionStartingOffset gets a reference to the given int32 and assigns it to the RimRSMonitoringOccasionStartingOffset field.

func (*NrCellDuSingleAllOfAttributesAllOf) SetRimRSMonitoringStartTime ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) SetRimRSMonitoringStartTime(v string)

SetRimRSMonitoringStartTime gets a reference to the given string and assigns it to the RimRSMonitoringStartTime field.

func (*NrCellDuSingleAllOfAttributesAllOf) SetRimRSMonitoringStopTime ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) SetRimRSMonitoringStopTime(v string)

SetRimRSMonitoringStopTime gets a reference to the given string and assigns it to the RimRSMonitoringStopTime field.

func (*NrCellDuSingleAllOfAttributesAllOf) SetRimRSMonitoringWindowDuration ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) SetRimRSMonitoringWindowDuration(v int32)

SetRimRSMonitoringWindowDuration gets a reference to the given int32 and assigns it to the RimRSMonitoringWindowDuration field.

func (*NrCellDuSingleAllOfAttributesAllOf) SetRimRSMonitoringWindowPeriodicity ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) SetRimRSMonitoringWindowPeriodicity(v int32)

SetRimRSMonitoringWindowPeriodicity gets a reference to the given int32 and assigns it to the RimRSMonitoringWindowPeriodicity field.

func (*NrCellDuSingleAllOfAttributesAllOf) SetRimRSMonitoringWindowStartingOffset ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) SetRimRSMonitoringWindowStartingOffset(v int32)

SetRimRSMonitoringWindowStartingOffset gets a reference to the given int32 and assigns it to the RimRSMonitoringWindowStartingOffset field.

func (*NrCellDuSingleAllOfAttributesAllOf) SetSsbDuration ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) SetSsbDuration(v SsbDuration)

SetSsbDuration gets a reference to the given SsbDuration and assigns it to the SsbDuration field.

func (*NrCellDuSingleAllOfAttributesAllOf) SetSsbFrequency ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) SetSsbFrequency(v int32)

SetSsbFrequency gets a reference to the given int32 and assigns it to the SsbFrequency field.

func (*NrCellDuSingleAllOfAttributesAllOf) SetSsbOffset ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) SetSsbOffset(v int32)

SetSsbOffset gets a reference to the given int32 and assigns it to the SsbOffset field.

func (*NrCellDuSingleAllOfAttributesAllOf) SetSsbPeriodicity ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) SetSsbPeriodicity(v SsbPeriodicity)

SetSsbPeriodicity gets a reference to the given SsbPeriodicity and assigns it to the SsbPeriodicity field.

func (*NrCellDuSingleAllOfAttributesAllOf) SetSsbSubCarrierSpacing ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) SetSsbSubCarrierSpacing(v SsbSubCarrierSpacing)

SetSsbSubCarrierSpacing gets a reference to the given SsbSubCarrierSpacing and assigns it to the SsbSubCarrierSpacing field.

func (*NrCellDuSingleAllOfAttributesAllOf) SetVictimSetRef ¶

func (o *NrCellDuSingleAllOfAttributesAllOf) SetVictimSetRef(v string)

SetVictimSetRef gets a reference to the given string and assigns it to the VictimSetRef field.

func (NrCellDuSingleAllOfAttributesAllOf) ToMap ¶

func (o NrCellDuSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)

type NrOperatorCellDuSingle ¶

type NrOperatorCellDuSingle struct {
	Top
	CellLocalId         *int32               `json:"cellLocalId,omitempty"`
	AdministrativeState *AdministrativeState `json:"administrativeState,omitempty"`
	PlmnInfoList        []PlmnInfo           `json:"plmnInfoList,omitempty"`
	NrTac               *int32               `json:"nrTac,omitempty"`
}

NrOperatorCellDuSingle struct for NrOperatorCellDuSingle

func NewNrOperatorCellDuSingle ¶

func NewNrOperatorCellDuSingle(id NullableString) *NrOperatorCellDuSingle

NewNrOperatorCellDuSingle instantiates a new NrOperatorCellDuSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNrOperatorCellDuSingleWithDefaults ¶

func NewNrOperatorCellDuSingleWithDefaults() *NrOperatorCellDuSingle

NewNrOperatorCellDuSingleWithDefaults instantiates a new NrOperatorCellDuSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NrOperatorCellDuSingle) GetAdministrativeState ¶

func (o *NrOperatorCellDuSingle) GetAdministrativeState() AdministrativeState

GetAdministrativeState returns the AdministrativeState field value if set, zero value otherwise.

func (*NrOperatorCellDuSingle) GetAdministrativeStateOk ¶

func (o *NrOperatorCellDuSingle) GetAdministrativeStateOk() (*AdministrativeState, bool)

GetAdministrativeStateOk returns a tuple with the AdministrativeState field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrOperatorCellDuSingle) GetCellLocalId ¶

func (o *NrOperatorCellDuSingle) GetCellLocalId() int32

GetCellLocalId returns the CellLocalId field value if set, zero value otherwise.

func (*NrOperatorCellDuSingle) GetCellLocalIdOk ¶

func (o *NrOperatorCellDuSingle) GetCellLocalIdOk() (*int32, bool)

GetCellLocalIdOk returns a tuple with the CellLocalId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrOperatorCellDuSingle) GetNrTac ¶

func (o *NrOperatorCellDuSingle) GetNrTac() int32

GetNrTac returns the NrTac field value if set, zero value otherwise.

func (*NrOperatorCellDuSingle) GetNrTacOk ¶

func (o *NrOperatorCellDuSingle) GetNrTacOk() (*int32, bool)

GetNrTacOk returns a tuple with the NrTac field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrOperatorCellDuSingle) GetPlmnInfoList ¶

func (o *NrOperatorCellDuSingle) GetPlmnInfoList() []PlmnInfo

GetPlmnInfoList returns the PlmnInfoList field value if set, zero value otherwise.

func (*NrOperatorCellDuSingle) GetPlmnInfoListOk ¶

func (o *NrOperatorCellDuSingle) GetPlmnInfoListOk() ([]PlmnInfo, bool)

GetPlmnInfoListOk returns a tuple with the PlmnInfoList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrOperatorCellDuSingle) HasAdministrativeState ¶

func (o *NrOperatorCellDuSingle) HasAdministrativeState() bool

HasAdministrativeState returns a boolean if a field has been set.

func (*NrOperatorCellDuSingle) HasCellLocalId ¶

func (o *NrOperatorCellDuSingle) HasCellLocalId() bool

HasCellLocalId returns a boolean if a field has been set.

func (*NrOperatorCellDuSingle) HasNrTac ¶

func (o *NrOperatorCellDuSingle) HasNrTac() bool

HasNrTac returns a boolean if a field has been set.

func (*NrOperatorCellDuSingle) HasPlmnInfoList ¶

func (o *NrOperatorCellDuSingle) HasPlmnInfoList() bool

HasPlmnInfoList returns a boolean if a field has been set.

func (NrOperatorCellDuSingle) MarshalJSON ¶

func (o NrOperatorCellDuSingle) MarshalJSON() ([]byte, error)

func (*NrOperatorCellDuSingle) SetAdministrativeState ¶

func (o *NrOperatorCellDuSingle) SetAdministrativeState(v AdministrativeState)

SetAdministrativeState gets a reference to the given AdministrativeState and assigns it to the AdministrativeState field.

func (*NrOperatorCellDuSingle) SetCellLocalId ¶

func (o *NrOperatorCellDuSingle) SetCellLocalId(v int32)

SetCellLocalId gets a reference to the given int32 and assigns it to the CellLocalId field.

func (*NrOperatorCellDuSingle) SetNrTac ¶

func (o *NrOperatorCellDuSingle) SetNrTac(v int32)

SetNrTac gets a reference to the given int32 and assigns it to the NrTac field.

func (*NrOperatorCellDuSingle) SetPlmnInfoList ¶

func (o *NrOperatorCellDuSingle) SetPlmnInfoList(v []PlmnInfo)

SetPlmnInfoList gets a reference to the given []PlmnInfo and assigns it to the PlmnInfoList field.

func (NrOperatorCellDuSingle) ToMap ¶

func (o NrOperatorCellDuSingle) ToMap() (map[string]interface{}, error)

type NrOperatorCellDuSingleAllOf ¶

type NrOperatorCellDuSingleAllOf struct {
	CellLocalId         *int32               `json:"cellLocalId,omitempty"`
	AdministrativeState *AdministrativeState `json:"administrativeState,omitempty"`
	PlmnInfoList        []PlmnInfo           `json:"plmnInfoList,omitempty"`
	NrTac               *int32               `json:"nrTac,omitempty"`
}

NrOperatorCellDuSingleAllOf struct for NrOperatorCellDuSingleAllOf

func NewNrOperatorCellDuSingleAllOf ¶

func NewNrOperatorCellDuSingleAllOf() *NrOperatorCellDuSingleAllOf

NewNrOperatorCellDuSingleAllOf instantiates a new NrOperatorCellDuSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNrOperatorCellDuSingleAllOfWithDefaults ¶

func NewNrOperatorCellDuSingleAllOfWithDefaults() *NrOperatorCellDuSingleAllOf

NewNrOperatorCellDuSingleAllOfWithDefaults instantiates a new NrOperatorCellDuSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NrOperatorCellDuSingleAllOf) GetAdministrativeState ¶

func (o *NrOperatorCellDuSingleAllOf) GetAdministrativeState() AdministrativeState

GetAdministrativeState returns the AdministrativeState field value if set, zero value otherwise.

func (*NrOperatorCellDuSingleAllOf) GetAdministrativeStateOk ¶

func (o *NrOperatorCellDuSingleAllOf) GetAdministrativeStateOk() (*AdministrativeState, bool)

GetAdministrativeStateOk returns a tuple with the AdministrativeState field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrOperatorCellDuSingleAllOf) GetCellLocalId ¶

func (o *NrOperatorCellDuSingleAllOf) GetCellLocalId() int32

GetCellLocalId returns the CellLocalId field value if set, zero value otherwise.

func (*NrOperatorCellDuSingleAllOf) GetCellLocalIdOk ¶

func (o *NrOperatorCellDuSingleAllOf) GetCellLocalIdOk() (*int32, bool)

GetCellLocalIdOk returns a tuple with the CellLocalId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrOperatorCellDuSingleAllOf) GetNrTac ¶

func (o *NrOperatorCellDuSingleAllOf) GetNrTac() int32

GetNrTac returns the NrTac field value if set, zero value otherwise.

func (*NrOperatorCellDuSingleAllOf) GetNrTacOk ¶

func (o *NrOperatorCellDuSingleAllOf) GetNrTacOk() (*int32, bool)

GetNrTacOk returns a tuple with the NrTac field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrOperatorCellDuSingleAllOf) GetPlmnInfoList ¶

func (o *NrOperatorCellDuSingleAllOf) GetPlmnInfoList() []PlmnInfo

GetPlmnInfoList returns the PlmnInfoList field value if set, zero value otherwise.

func (*NrOperatorCellDuSingleAllOf) GetPlmnInfoListOk ¶

func (o *NrOperatorCellDuSingleAllOf) GetPlmnInfoListOk() ([]PlmnInfo, bool)

GetPlmnInfoListOk returns a tuple with the PlmnInfoList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrOperatorCellDuSingleAllOf) HasAdministrativeState ¶

func (o *NrOperatorCellDuSingleAllOf) HasAdministrativeState() bool

HasAdministrativeState returns a boolean if a field has been set.

func (*NrOperatorCellDuSingleAllOf) HasCellLocalId ¶

func (o *NrOperatorCellDuSingleAllOf) HasCellLocalId() bool

HasCellLocalId returns a boolean if a field has been set.

func (*NrOperatorCellDuSingleAllOf) HasNrTac ¶

func (o *NrOperatorCellDuSingleAllOf) HasNrTac() bool

HasNrTac returns a boolean if a field has been set.

func (*NrOperatorCellDuSingleAllOf) HasPlmnInfoList ¶

func (o *NrOperatorCellDuSingleAllOf) HasPlmnInfoList() bool

HasPlmnInfoList returns a boolean if a field has been set.

func (NrOperatorCellDuSingleAllOf) MarshalJSON ¶

func (o NrOperatorCellDuSingleAllOf) MarshalJSON() ([]byte, error)

func (*NrOperatorCellDuSingleAllOf) SetAdministrativeState ¶

func (o *NrOperatorCellDuSingleAllOf) SetAdministrativeState(v AdministrativeState)

SetAdministrativeState gets a reference to the given AdministrativeState and assigns it to the AdministrativeState field.

func (*NrOperatorCellDuSingleAllOf) SetCellLocalId ¶

func (o *NrOperatorCellDuSingleAllOf) SetCellLocalId(v int32)

SetCellLocalId gets a reference to the given int32 and assigns it to the CellLocalId field.

func (*NrOperatorCellDuSingleAllOf) SetNrTac ¶

func (o *NrOperatorCellDuSingleAllOf) SetNrTac(v int32)

SetNrTac gets a reference to the given int32 and assigns it to the NrTac field.

func (*NrOperatorCellDuSingleAllOf) SetPlmnInfoList ¶

func (o *NrOperatorCellDuSingleAllOf) SetPlmnInfoList(v []PlmnInfo)

SetPlmnInfoList gets a reference to the given []PlmnInfo and assigns it to the PlmnInfoList field.

func (NrOperatorCellDuSingleAllOf) ToMap ¶

func (o NrOperatorCellDuSingleAllOf) ToMap() (map[string]interface{}, error)

type NrSectorCarrierSingle ¶

type NrSectorCarrierSingle struct {
	Top
	Attributes                *NrSectorCarrierSingleAllOfAttributes `json:"attributes,omitempty"`
	PerfMetricJob             []PerfMetricJobSingle                 `json:"PerfMetricJob,omitempty"`
	ThresholdMonitor          []ThresholdMonitorSingle              `json:"ThresholdMonitor,omitempty"`
	ManagedNFService          []ManagedNFServiceSingle              `json:"ManagedNFService,omitempty"`
	TraceJob                  []TraceJobSingle                      `json:"TraceJob,omitempty"`
	CommonBeamformingFunction *CommonBeamformingFunctionSingle      `json:"CommonBeamformingFunction,omitempty"`
}

NrSectorCarrierSingle struct for NrSectorCarrierSingle

func NewNrSectorCarrierSingle ¶

func NewNrSectorCarrierSingle(id NullableString) *NrSectorCarrierSingle

NewNrSectorCarrierSingle instantiates a new NrSectorCarrierSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNrSectorCarrierSingleWithDefaults ¶

func NewNrSectorCarrierSingleWithDefaults() *NrSectorCarrierSingle

NewNrSectorCarrierSingleWithDefaults instantiates a new NrSectorCarrierSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NrSectorCarrierSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*NrSectorCarrierSingle) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrSectorCarrierSingle) GetCommonBeamformingFunction ¶

func (o *NrSectorCarrierSingle) GetCommonBeamformingFunction() CommonBeamformingFunctionSingle

GetCommonBeamformingFunction returns the CommonBeamformingFunction field value if set, zero value otherwise.

func (*NrSectorCarrierSingle) GetCommonBeamformingFunctionOk ¶

func (o *NrSectorCarrierSingle) GetCommonBeamformingFunctionOk() (*CommonBeamformingFunctionSingle, bool)

GetCommonBeamformingFunctionOk returns a tuple with the CommonBeamformingFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrSectorCarrierSingle) GetManagedNFService ¶

func (o *NrSectorCarrierSingle) GetManagedNFService() []ManagedNFServiceSingle

GetManagedNFService returns the ManagedNFService field value if set, zero value otherwise.

func (*NrSectorCarrierSingle) GetManagedNFServiceOk ¶

func (o *NrSectorCarrierSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool)

GetManagedNFServiceOk returns a tuple with the ManagedNFService field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrSectorCarrierSingle) GetPerfMetricJob ¶

func (o *NrSectorCarrierSingle) GetPerfMetricJob() []PerfMetricJobSingle

GetPerfMetricJob returns the PerfMetricJob field value if set, zero value otherwise.

func (*NrSectorCarrierSingle) GetPerfMetricJobOk ¶

func (o *NrSectorCarrierSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)

GetPerfMetricJobOk returns a tuple with the PerfMetricJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrSectorCarrierSingle) GetThresholdMonitor ¶

func (o *NrSectorCarrierSingle) GetThresholdMonitor() []ThresholdMonitorSingle

GetThresholdMonitor returns the ThresholdMonitor field value if set, zero value otherwise.

func (*NrSectorCarrierSingle) GetThresholdMonitorOk ¶

func (o *NrSectorCarrierSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)

GetThresholdMonitorOk returns a tuple with the ThresholdMonitor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrSectorCarrierSingle) GetTraceJob ¶

func (o *NrSectorCarrierSingle) GetTraceJob() []TraceJobSingle

GetTraceJob returns the TraceJob field value if set, zero value otherwise.

func (*NrSectorCarrierSingle) GetTraceJobOk ¶

func (o *NrSectorCarrierSingle) GetTraceJobOk() ([]TraceJobSingle, bool)

GetTraceJobOk returns a tuple with the TraceJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrSectorCarrierSingle) HasAttributes ¶

func (o *NrSectorCarrierSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*NrSectorCarrierSingle) HasCommonBeamformingFunction ¶

func (o *NrSectorCarrierSingle) HasCommonBeamformingFunction() bool

HasCommonBeamformingFunction returns a boolean if a field has been set.

func (*NrSectorCarrierSingle) HasManagedNFService ¶

func (o *NrSectorCarrierSingle) HasManagedNFService() bool

HasManagedNFService returns a boolean if a field has been set.

func (*NrSectorCarrierSingle) HasPerfMetricJob ¶

func (o *NrSectorCarrierSingle) HasPerfMetricJob() bool

HasPerfMetricJob returns a boolean if a field has been set.

func (*NrSectorCarrierSingle) HasThresholdMonitor ¶

func (o *NrSectorCarrierSingle) HasThresholdMonitor() bool

HasThresholdMonitor returns a boolean if a field has been set.

func (*NrSectorCarrierSingle) HasTraceJob ¶

func (o *NrSectorCarrierSingle) HasTraceJob() bool

HasTraceJob returns a boolean if a field has been set.

func (NrSectorCarrierSingle) MarshalJSON ¶

func (o NrSectorCarrierSingle) MarshalJSON() ([]byte, error)

func (*NrSectorCarrierSingle) SetAttributes ¶

SetAttributes gets a reference to the given NrSectorCarrierSingleAllOfAttributes and assigns it to the Attributes field.

func (*NrSectorCarrierSingle) SetCommonBeamformingFunction ¶

func (o *NrSectorCarrierSingle) SetCommonBeamformingFunction(v CommonBeamformingFunctionSingle)

SetCommonBeamformingFunction gets a reference to the given CommonBeamformingFunctionSingle and assigns it to the CommonBeamformingFunction field.

func (*NrSectorCarrierSingle) SetManagedNFService ¶

func (o *NrSectorCarrierSingle) SetManagedNFService(v []ManagedNFServiceSingle)

SetManagedNFService gets a reference to the given []ManagedNFServiceSingle and assigns it to the ManagedNFService field.

func (*NrSectorCarrierSingle) SetPerfMetricJob ¶

func (o *NrSectorCarrierSingle) SetPerfMetricJob(v []PerfMetricJobSingle)

SetPerfMetricJob gets a reference to the given []PerfMetricJobSingle and assigns it to the PerfMetricJob field.

func (*NrSectorCarrierSingle) SetThresholdMonitor ¶

func (o *NrSectorCarrierSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)

SetThresholdMonitor gets a reference to the given []ThresholdMonitorSingle and assigns it to the ThresholdMonitor field.

func (*NrSectorCarrierSingle) SetTraceJob ¶

func (o *NrSectorCarrierSingle) SetTraceJob(v []TraceJobSingle)

SetTraceJob gets a reference to the given []TraceJobSingle and assigns it to the TraceJob field.

func (NrSectorCarrierSingle) ToMap ¶

func (o NrSectorCarrierSingle) ToMap() (map[string]interface{}, error)

type NrSectorCarrierSingleAllOf ¶

type NrSectorCarrierSingleAllOf struct {
	Attributes *NrSectorCarrierSingleAllOfAttributes `json:"attributes,omitempty"`
}

NrSectorCarrierSingleAllOf struct for NrSectorCarrierSingleAllOf

func NewNrSectorCarrierSingleAllOf ¶

func NewNrSectorCarrierSingleAllOf() *NrSectorCarrierSingleAllOf

NewNrSectorCarrierSingleAllOf instantiates a new NrSectorCarrierSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNrSectorCarrierSingleAllOfWithDefaults ¶

func NewNrSectorCarrierSingleAllOfWithDefaults() *NrSectorCarrierSingleAllOf

NewNrSectorCarrierSingleAllOfWithDefaults instantiates a new NrSectorCarrierSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NrSectorCarrierSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*NrSectorCarrierSingleAllOf) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrSectorCarrierSingleAllOf) HasAttributes ¶

func (o *NrSectorCarrierSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (NrSectorCarrierSingleAllOf) MarshalJSON ¶

func (o NrSectorCarrierSingleAllOf) MarshalJSON() ([]byte, error)

func (*NrSectorCarrierSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given NrSectorCarrierSingleAllOfAttributes and assigns it to the Attributes field.

func (NrSectorCarrierSingleAllOf) ToMap ¶

func (o NrSectorCarrierSingleAllOf) ToMap() (map[string]interface{}, error)

type NrSectorCarrierSingleAllOf1 ¶

type NrSectorCarrierSingleAllOf1 struct {
	CommonBeamformingFunction *CommonBeamformingFunctionSingle `json:"CommonBeamformingFunction,omitempty"`
}

NrSectorCarrierSingleAllOf1 struct for NrSectorCarrierSingleAllOf1

func NewNrSectorCarrierSingleAllOf1 ¶

func NewNrSectorCarrierSingleAllOf1() *NrSectorCarrierSingleAllOf1

NewNrSectorCarrierSingleAllOf1 instantiates a new NrSectorCarrierSingleAllOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNrSectorCarrierSingleAllOf1WithDefaults ¶

func NewNrSectorCarrierSingleAllOf1WithDefaults() *NrSectorCarrierSingleAllOf1

NewNrSectorCarrierSingleAllOf1WithDefaults instantiates a new NrSectorCarrierSingleAllOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NrSectorCarrierSingleAllOf1) GetCommonBeamformingFunction ¶

func (o *NrSectorCarrierSingleAllOf1) GetCommonBeamformingFunction() CommonBeamformingFunctionSingle

GetCommonBeamformingFunction returns the CommonBeamformingFunction field value if set, zero value otherwise.

func (*NrSectorCarrierSingleAllOf1) GetCommonBeamformingFunctionOk ¶

func (o *NrSectorCarrierSingleAllOf1) GetCommonBeamformingFunctionOk() (*CommonBeamformingFunctionSingle, bool)

GetCommonBeamformingFunctionOk returns a tuple with the CommonBeamformingFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrSectorCarrierSingleAllOf1) HasCommonBeamformingFunction ¶

func (o *NrSectorCarrierSingleAllOf1) HasCommonBeamformingFunction() bool

HasCommonBeamformingFunction returns a boolean if a field has been set.

func (NrSectorCarrierSingleAllOf1) MarshalJSON ¶

func (o NrSectorCarrierSingleAllOf1) MarshalJSON() ([]byte, error)

func (*NrSectorCarrierSingleAllOf1) SetCommonBeamformingFunction ¶

func (o *NrSectorCarrierSingleAllOf1) SetCommonBeamformingFunction(v CommonBeamformingFunctionSingle)

SetCommonBeamformingFunction gets a reference to the given CommonBeamformingFunctionSingle and assigns it to the CommonBeamformingFunction field.

func (NrSectorCarrierSingleAllOf1) ToMap ¶

func (o NrSectorCarrierSingleAllOf1) ToMap() (map[string]interface{}, error)

type NrSectorCarrierSingleAllOfAttributes ¶

type NrSectorCarrierSingleAllOfAttributes struct {
	ManagedFunctionAttr
	TxDirection                *TxDirection `json:"txDirection,omitempty"`
	ConfiguredMaxTxPower       *int32       `json:"configuredMaxTxPower,omitempty"`
	ArfcnDL                    *int32       `json:"arfcnDL,omitempty"`
	ArfcnUL                    *int32       `json:"arfcnUL,omitempty"`
	BSChannelBwDL              *int32       `json:"bSChannelBwDL,omitempty"`
	BSChannelBwUL              *int32       `json:"bSChannelBwUL,omitempty"`
	SectorEquipmentFunctionRef *string      `json:"sectorEquipmentFunctionRef,omitempty"`
}

NrSectorCarrierSingleAllOfAttributes struct for NrSectorCarrierSingleAllOfAttributes

func NewNrSectorCarrierSingleAllOfAttributes ¶

func NewNrSectorCarrierSingleAllOfAttributes() *NrSectorCarrierSingleAllOfAttributes

NewNrSectorCarrierSingleAllOfAttributes instantiates a new NrSectorCarrierSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNrSectorCarrierSingleAllOfAttributesWithDefaults ¶

func NewNrSectorCarrierSingleAllOfAttributesWithDefaults() *NrSectorCarrierSingleAllOfAttributes

NewNrSectorCarrierSingleAllOfAttributesWithDefaults instantiates a new NrSectorCarrierSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NrSectorCarrierSingleAllOfAttributes) GetArfcnDL ¶

GetArfcnDL returns the ArfcnDL field value if set, zero value otherwise.

func (*NrSectorCarrierSingleAllOfAttributes) GetArfcnDLOk ¶

func (o *NrSectorCarrierSingleAllOfAttributes) GetArfcnDLOk() (*int32, bool)

GetArfcnDLOk returns a tuple with the ArfcnDL field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrSectorCarrierSingleAllOfAttributes) GetArfcnUL ¶

GetArfcnUL returns the ArfcnUL field value if set, zero value otherwise.

func (*NrSectorCarrierSingleAllOfAttributes) GetArfcnULOk ¶

func (o *NrSectorCarrierSingleAllOfAttributes) GetArfcnULOk() (*int32, bool)

GetArfcnULOk returns a tuple with the ArfcnUL field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrSectorCarrierSingleAllOfAttributes) GetBSChannelBwDL ¶

func (o *NrSectorCarrierSingleAllOfAttributes) GetBSChannelBwDL() int32

GetBSChannelBwDL returns the BSChannelBwDL field value if set, zero value otherwise.

func (*NrSectorCarrierSingleAllOfAttributes) GetBSChannelBwDLOk ¶

func (o *NrSectorCarrierSingleAllOfAttributes) GetBSChannelBwDLOk() (*int32, bool)

GetBSChannelBwDLOk returns a tuple with the BSChannelBwDL field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrSectorCarrierSingleAllOfAttributes) GetBSChannelBwUL ¶

func (o *NrSectorCarrierSingleAllOfAttributes) GetBSChannelBwUL() int32

GetBSChannelBwUL returns the BSChannelBwUL field value if set, zero value otherwise.

func (*NrSectorCarrierSingleAllOfAttributes) GetBSChannelBwULOk ¶

func (o *NrSectorCarrierSingleAllOfAttributes) GetBSChannelBwULOk() (*int32, bool)

GetBSChannelBwULOk returns a tuple with the BSChannelBwUL field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrSectorCarrierSingleAllOfAttributes) GetConfiguredMaxTxPower ¶

func (o *NrSectorCarrierSingleAllOfAttributes) GetConfiguredMaxTxPower() int32

GetConfiguredMaxTxPower returns the ConfiguredMaxTxPower field value if set, zero value otherwise.

func (*NrSectorCarrierSingleAllOfAttributes) GetConfiguredMaxTxPowerOk ¶

func (o *NrSectorCarrierSingleAllOfAttributes) GetConfiguredMaxTxPowerOk() (*int32, bool)

GetConfiguredMaxTxPowerOk returns a tuple with the ConfiguredMaxTxPower field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrSectorCarrierSingleAllOfAttributes) GetSectorEquipmentFunctionRef ¶

func (o *NrSectorCarrierSingleAllOfAttributes) GetSectorEquipmentFunctionRef() string

GetSectorEquipmentFunctionRef returns the SectorEquipmentFunctionRef field value if set, zero value otherwise.

func (*NrSectorCarrierSingleAllOfAttributes) GetSectorEquipmentFunctionRefOk ¶

func (o *NrSectorCarrierSingleAllOfAttributes) GetSectorEquipmentFunctionRefOk() (*string, bool)

GetSectorEquipmentFunctionRefOk returns a tuple with the SectorEquipmentFunctionRef field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrSectorCarrierSingleAllOfAttributes) GetTxDirection ¶

GetTxDirection returns the TxDirection field value if set, zero value otherwise.

func (*NrSectorCarrierSingleAllOfAttributes) GetTxDirectionOk ¶

func (o *NrSectorCarrierSingleAllOfAttributes) GetTxDirectionOk() (*TxDirection, bool)

GetTxDirectionOk returns a tuple with the TxDirection field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrSectorCarrierSingleAllOfAttributes) HasArfcnDL ¶

HasArfcnDL returns a boolean if a field has been set.

func (*NrSectorCarrierSingleAllOfAttributes) HasArfcnUL ¶

HasArfcnUL returns a boolean if a field has been set.

func (*NrSectorCarrierSingleAllOfAttributes) HasBSChannelBwDL ¶

func (o *NrSectorCarrierSingleAllOfAttributes) HasBSChannelBwDL() bool

HasBSChannelBwDL returns a boolean if a field has been set.

func (*NrSectorCarrierSingleAllOfAttributes) HasBSChannelBwUL ¶

func (o *NrSectorCarrierSingleAllOfAttributes) HasBSChannelBwUL() bool

HasBSChannelBwUL returns a boolean if a field has been set.

func (*NrSectorCarrierSingleAllOfAttributes) HasConfiguredMaxTxPower ¶

func (o *NrSectorCarrierSingleAllOfAttributes) HasConfiguredMaxTxPower() bool

HasConfiguredMaxTxPower returns a boolean if a field has been set.

func (*NrSectorCarrierSingleAllOfAttributes) HasSectorEquipmentFunctionRef ¶

func (o *NrSectorCarrierSingleAllOfAttributes) HasSectorEquipmentFunctionRef() bool

HasSectorEquipmentFunctionRef returns a boolean if a field has been set.

func (*NrSectorCarrierSingleAllOfAttributes) HasTxDirection ¶

func (o *NrSectorCarrierSingleAllOfAttributes) HasTxDirection() bool

HasTxDirection returns a boolean if a field has been set.

func (NrSectorCarrierSingleAllOfAttributes) MarshalJSON ¶

func (o NrSectorCarrierSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*NrSectorCarrierSingleAllOfAttributes) SetArfcnDL ¶

SetArfcnDL gets a reference to the given int32 and assigns it to the ArfcnDL field.

func (*NrSectorCarrierSingleAllOfAttributes) SetArfcnUL ¶

SetArfcnUL gets a reference to the given int32 and assigns it to the ArfcnUL field.

func (*NrSectorCarrierSingleAllOfAttributes) SetBSChannelBwDL ¶

func (o *NrSectorCarrierSingleAllOfAttributes) SetBSChannelBwDL(v int32)

SetBSChannelBwDL gets a reference to the given int32 and assigns it to the BSChannelBwDL field.

func (*NrSectorCarrierSingleAllOfAttributes) SetBSChannelBwUL ¶

func (o *NrSectorCarrierSingleAllOfAttributes) SetBSChannelBwUL(v int32)

SetBSChannelBwUL gets a reference to the given int32 and assigns it to the BSChannelBwUL field.

func (*NrSectorCarrierSingleAllOfAttributes) SetConfiguredMaxTxPower ¶

func (o *NrSectorCarrierSingleAllOfAttributes) SetConfiguredMaxTxPower(v int32)

SetConfiguredMaxTxPower gets a reference to the given int32 and assigns it to the ConfiguredMaxTxPower field.

func (*NrSectorCarrierSingleAllOfAttributes) SetSectorEquipmentFunctionRef ¶

func (o *NrSectorCarrierSingleAllOfAttributes) SetSectorEquipmentFunctionRef(v string)

SetSectorEquipmentFunctionRef gets a reference to the given string and assigns it to the SectorEquipmentFunctionRef field.

func (*NrSectorCarrierSingleAllOfAttributes) SetTxDirection ¶

SetTxDirection gets a reference to the given TxDirection and assigns it to the TxDirection field.

func (NrSectorCarrierSingleAllOfAttributes) ToMap ¶

func (o NrSectorCarrierSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type NrSectorCarrierSingleAllOfAttributesAllOf ¶

type NrSectorCarrierSingleAllOfAttributesAllOf struct {
	TxDirection                *TxDirection `json:"txDirection,omitempty"`
	ConfiguredMaxTxPower       *int32       `json:"configuredMaxTxPower,omitempty"`
	ArfcnDL                    *int32       `json:"arfcnDL,omitempty"`
	ArfcnUL                    *int32       `json:"arfcnUL,omitempty"`
	BSChannelBwDL              *int32       `json:"bSChannelBwDL,omitempty"`
	BSChannelBwUL              *int32       `json:"bSChannelBwUL,omitempty"`
	SectorEquipmentFunctionRef *string      `json:"sectorEquipmentFunctionRef,omitempty"`
}

NrSectorCarrierSingleAllOfAttributesAllOf struct for NrSectorCarrierSingleAllOfAttributesAllOf

func NewNrSectorCarrierSingleAllOfAttributesAllOf ¶

func NewNrSectorCarrierSingleAllOfAttributesAllOf() *NrSectorCarrierSingleAllOfAttributesAllOf

NewNrSectorCarrierSingleAllOfAttributesAllOf instantiates a new NrSectorCarrierSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNrSectorCarrierSingleAllOfAttributesAllOfWithDefaults ¶

func NewNrSectorCarrierSingleAllOfAttributesAllOfWithDefaults() *NrSectorCarrierSingleAllOfAttributesAllOf

NewNrSectorCarrierSingleAllOfAttributesAllOfWithDefaults instantiates a new NrSectorCarrierSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NrSectorCarrierSingleAllOfAttributesAllOf) GetArfcnDL ¶

GetArfcnDL returns the ArfcnDL field value if set, zero value otherwise.

func (*NrSectorCarrierSingleAllOfAttributesAllOf) GetArfcnDLOk ¶

GetArfcnDLOk returns a tuple with the ArfcnDL field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrSectorCarrierSingleAllOfAttributesAllOf) GetArfcnUL ¶

GetArfcnUL returns the ArfcnUL field value if set, zero value otherwise.

func (*NrSectorCarrierSingleAllOfAttributesAllOf) GetArfcnULOk ¶

GetArfcnULOk returns a tuple with the ArfcnUL field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrSectorCarrierSingleAllOfAttributesAllOf) GetBSChannelBwDL ¶

func (o *NrSectorCarrierSingleAllOfAttributesAllOf) GetBSChannelBwDL() int32

GetBSChannelBwDL returns the BSChannelBwDL field value if set, zero value otherwise.

func (*NrSectorCarrierSingleAllOfAttributesAllOf) GetBSChannelBwDLOk ¶

func (o *NrSectorCarrierSingleAllOfAttributesAllOf) GetBSChannelBwDLOk() (*int32, bool)

GetBSChannelBwDLOk returns a tuple with the BSChannelBwDL field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrSectorCarrierSingleAllOfAttributesAllOf) GetBSChannelBwUL ¶

func (o *NrSectorCarrierSingleAllOfAttributesAllOf) GetBSChannelBwUL() int32

GetBSChannelBwUL returns the BSChannelBwUL field value if set, zero value otherwise.

func (*NrSectorCarrierSingleAllOfAttributesAllOf) GetBSChannelBwULOk ¶

func (o *NrSectorCarrierSingleAllOfAttributesAllOf) GetBSChannelBwULOk() (*int32, bool)

GetBSChannelBwULOk returns a tuple with the BSChannelBwUL field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrSectorCarrierSingleAllOfAttributesAllOf) GetConfiguredMaxTxPower ¶

func (o *NrSectorCarrierSingleAllOfAttributesAllOf) GetConfiguredMaxTxPower() int32

GetConfiguredMaxTxPower returns the ConfiguredMaxTxPower field value if set, zero value otherwise.

func (*NrSectorCarrierSingleAllOfAttributesAllOf) GetConfiguredMaxTxPowerOk ¶

func (o *NrSectorCarrierSingleAllOfAttributesAllOf) GetConfiguredMaxTxPowerOk() (*int32, bool)

GetConfiguredMaxTxPowerOk returns a tuple with the ConfiguredMaxTxPower field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrSectorCarrierSingleAllOfAttributesAllOf) GetSectorEquipmentFunctionRef ¶

func (o *NrSectorCarrierSingleAllOfAttributesAllOf) GetSectorEquipmentFunctionRef() string

GetSectorEquipmentFunctionRef returns the SectorEquipmentFunctionRef field value if set, zero value otherwise.

func (*NrSectorCarrierSingleAllOfAttributesAllOf) GetSectorEquipmentFunctionRefOk ¶

func (o *NrSectorCarrierSingleAllOfAttributesAllOf) GetSectorEquipmentFunctionRefOk() (*string, bool)

GetSectorEquipmentFunctionRefOk returns a tuple with the SectorEquipmentFunctionRef field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrSectorCarrierSingleAllOfAttributesAllOf) GetTxDirection ¶

GetTxDirection returns the TxDirection field value if set, zero value otherwise.

func (*NrSectorCarrierSingleAllOfAttributesAllOf) GetTxDirectionOk ¶

GetTxDirectionOk returns a tuple with the TxDirection field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrSectorCarrierSingleAllOfAttributesAllOf) HasArfcnDL ¶

HasArfcnDL returns a boolean if a field has been set.

func (*NrSectorCarrierSingleAllOfAttributesAllOf) HasArfcnUL ¶

HasArfcnUL returns a boolean if a field has been set.

func (*NrSectorCarrierSingleAllOfAttributesAllOf) HasBSChannelBwDL ¶

func (o *NrSectorCarrierSingleAllOfAttributesAllOf) HasBSChannelBwDL() bool

HasBSChannelBwDL returns a boolean if a field has been set.

func (*NrSectorCarrierSingleAllOfAttributesAllOf) HasBSChannelBwUL ¶

func (o *NrSectorCarrierSingleAllOfAttributesAllOf) HasBSChannelBwUL() bool

HasBSChannelBwUL returns a boolean if a field has been set.

func (*NrSectorCarrierSingleAllOfAttributesAllOf) HasConfiguredMaxTxPower ¶

func (o *NrSectorCarrierSingleAllOfAttributesAllOf) HasConfiguredMaxTxPower() bool

HasConfiguredMaxTxPower returns a boolean if a field has been set.

func (*NrSectorCarrierSingleAllOfAttributesAllOf) HasSectorEquipmentFunctionRef ¶

func (o *NrSectorCarrierSingleAllOfAttributesAllOf) HasSectorEquipmentFunctionRef() bool

HasSectorEquipmentFunctionRef returns a boolean if a field has been set.

func (*NrSectorCarrierSingleAllOfAttributesAllOf) HasTxDirection ¶

func (o *NrSectorCarrierSingleAllOfAttributesAllOf) HasTxDirection() bool

HasTxDirection returns a boolean if a field has been set.

func (NrSectorCarrierSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*NrSectorCarrierSingleAllOfAttributesAllOf) SetArfcnDL ¶

SetArfcnDL gets a reference to the given int32 and assigns it to the ArfcnDL field.

func (*NrSectorCarrierSingleAllOfAttributesAllOf) SetArfcnUL ¶

SetArfcnUL gets a reference to the given int32 and assigns it to the ArfcnUL field.

func (*NrSectorCarrierSingleAllOfAttributesAllOf) SetBSChannelBwDL ¶

func (o *NrSectorCarrierSingleAllOfAttributesAllOf) SetBSChannelBwDL(v int32)

SetBSChannelBwDL gets a reference to the given int32 and assigns it to the BSChannelBwDL field.

func (*NrSectorCarrierSingleAllOfAttributesAllOf) SetBSChannelBwUL ¶

func (o *NrSectorCarrierSingleAllOfAttributesAllOf) SetBSChannelBwUL(v int32)

SetBSChannelBwUL gets a reference to the given int32 and assigns it to the BSChannelBwUL field.

func (*NrSectorCarrierSingleAllOfAttributesAllOf) SetConfiguredMaxTxPower ¶

func (o *NrSectorCarrierSingleAllOfAttributesAllOf) SetConfiguredMaxTxPower(v int32)

SetConfiguredMaxTxPower gets a reference to the given int32 and assigns it to the ConfiguredMaxTxPower field.

func (*NrSectorCarrierSingleAllOfAttributesAllOf) SetSectorEquipmentFunctionRef ¶

func (o *NrSectorCarrierSingleAllOfAttributesAllOf) SetSectorEquipmentFunctionRef(v string)

SetSectorEquipmentFunctionRef gets a reference to the given string and assigns it to the SectorEquipmentFunctionRef field.

func (*NrSectorCarrierSingleAllOfAttributesAllOf) SetTxDirection ¶

SetTxDirection gets a reference to the given TxDirection and assigns it to the TxDirection field.

func (NrSectorCarrierSingleAllOfAttributesAllOf) ToMap ¶

func (o NrSectorCarrierSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)

type NrfFunctionSingle ¶

type NrfFunctionSingle struct {
	Top
	Attributes       *NrfFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
	PerfMetricJob    []PerfMetricJobSingle             `json:"PerfMetricJob,omitempty"`
	ThresholdMonitor []ThresholdMonitorSingle          `json:"ThresholdMonitor,omitempty"`
	ManagedNFService []ManagedNFServiceSingle          `json:"ManagedNFService,omitempty"`
	TraceJob         []TraceJobSingle                  `json:"TraceJob,omitempty"`
	EPN27            []EPN27Single                     `json:"EP_N27,omitempty"`
}

NrfFunctionSingle struct for NrfFunctionSingle

func NewNrfFunctionSingle ¶

func NewNrfFunctionSingle(id NullableString) *NrfFunctionSingle

NewNrfFunctionSingle instantiates a new NrfFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNrfFunctionSingleWithDefaults ¶

func NewNrfFunctionSingleWithDefaults() *NrfFunctionSingle

NewNrfFunctionSingleWithDefaults instantiates a new NrfFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NrfFunctionSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*NrfFunctionSingle) GetAttributesOk ¶

func (o *NrfFunctionSingle) GetAttributesOk() (*NrfFunctionSingleAllOfAttributes, 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 (*NrfFunctionSingle) GetEPN27 ¶

func (o *NrfFunctionSingle) GetEPN27() []EPN27Single

GetEPN27 returns the EPN27 field value if set, zero value otherwise.

func (*NrfFunctionSingle) GetEPN27Ok ¶

func (o *NrfFunctionSingle) GetEPN27Ok() ([]EPN27Single, bool)

GetEPN27Ok returns a tuple with the EPN27 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrfFunctionSingle) GetManagedNFService ¶

func (o *NrfFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle

GetManagedNFService returns the ManagedNFService field value if set, zero value otherwise.

func (*NrfFunctionSingle) GetManagedNFServiceOk ¶

func (o *NrfFunctionSingle) 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 (*NrfFunctionSingle) GetPerfMetricJob ¶

func (o *NrfFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle

GetPerfMetricJob returns the PerfMetricJob field value if set, zero value otherwise.

func (*NrfFunctionSingle) GetPerfMetricJobOk ¶

func (o *NrfFunctionSingle) 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 (*NrfFunctionSingle) GetThresholdMonitor ¶

func (o *NrfFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle

GetThresholdMonitor returns the ThresholdMonitor field value if set, zero value otherwise.

func (*NrfFunctionSingle) GetThresholdMonitorOk ¶

func (o *NrfFunctionSingle) 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 (*NrfFunctionSingle) GetTraceJob ¶

func (o *NrfFunctionSingle) GetTraceJob() []TraceJobSingle

GetTraceJob returns the TraceJob field value if set, zero value otherwise.

func (*NrfFunctionSingle) GetTraceJobOk ¶

func (o *NrfFunctionSingle) 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 (*NrfFunctionSingle) HasAttributes ¶

func (o *NrfFunctionSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*NrfFunctionSingle) HasEPN27 ¶

func (o *NrfFunctionSingle) HasEPN27() bool

HasEPN27 returns a boolean if a field has been set.

func (*NrfFunctionSingle) HasManagedNFService ¶

func (o *NrfFunctionSingle) HasManagedNFService() bool

HasManagedNFService returns a boolean if a field has been set.

func (*NrfFunctionSingle) HasPerfMetricJob ¶

func (o *NrfFunctionSingle) HasPerfMetricJob() bool

HasPerfMetricJob returns a boolean if a field has been set.

func (*NrfFunctionSingle) HasThresholdMonitor ¶

func (o *NrfFunctionSingle) HasThresholdMonitor() bool

HasThresholdMonitor returns a boolean if a field has been set.

func (*NrfFunctionSingle) HasTraceJob ¶

func (o *NrfFunctionSingle) HasTraceJob() bool

HasTraceJob returns a boolean if a field has been set.

func (NrfFunctionSingle) MarshalJSON ¶

func (o NrfFunctionSingle) MarshalJSON() ([]byte, error)

func (*NrfFunctionSingle) SetAttributes ¶

SetAttributes gets a reference to the given NrfFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (*NrfFunctionSingle) SetEPN27 ¶

func (o *NrfFunctionSingle) SetEPN27(v []EPN27Single)

SetEPN27 gets a reference to the given []EPN27Single and assigns it to the EPN27 field.

func (*NrfFunctionSingle) SetManagedNFService ¶

func (o *NrfFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle)

SetManagedNFService gets a reference to the given []ManagedNFServiceSingle and assigns it to the ManagedNFService field.

func (*NrfFunctionSingle) SetPerfMetricJob ¶

func (o *NrfFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle)

SetPerfMetricJob gets a reference to the given []PerfMetricJobSingle and assigns it to the PerfMetricJob field.

func (*NrfFunctionSingle) SetThresholdMonitor ¶

func (o *NrfFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)

SetThresholdMonitor gets a reference to the given []ThresholdMonitorSingle and assigns it to the ThresholdMonitor field.

func (*NrfFunctionSingle) SetTraceJob ¶

func (o *NrfFunctionSingle) SetTraceJob(v []TraceJobSingle)

SetTraceJob gets a reference to the given []TraceJobSingle and assigns it to the TraceJob field.

func (NrfFunctionSingle) ToMap ¶

func (o NrfFunctionSingle) ToMap() (map[string]interface{}, error)

type NrfFunctionSingleAllOf ¶

type NrfFunctionSingleAllOf struct {
	Attributes *NrfFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}

NrfFunctionSingleAllOf struct for NrfFunctionSingleAllOf

func NewNrfFunctionSingleAllOf ¶

func NewNrfFunctionSingleAllOf() *NrfFunctionSingleAllOf

NewNrfFunctionSingleAllOf instantiates a new NrfFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNrfFunctionSingleAllOfWithDefaults ¶

func NewNrfFunctionSingleAllOfWithDefaults() *NrfFunctionSingleAllOf

NewNrfFunctionSingleAllOfWithDefaults instantiates a new NrfFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NrfFunctionSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*NrfFunctionSingleAllOf) GetAttributesOk ¶

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 (*NrfFunctionSingleAllOf) HasAttributes ¶

func (o *NrfFunctionSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (NrfFunctionSingleAllOf) MarshalJSON ¶

func (o NrfFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*NrfFunctionSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given NrfFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (NrfFunctionSingleAllOf) ToMap ¶

func (o NrfFunctionSingleAllOf) ToMap() (map[string]interface{}, error)

type NrfFunctionSingleAllOf1 ¶

type NrfFunctionSingleAllOf1 struct {
	EPN27 []EPN27Single `json:"EP_N27,omitempty"`
}

NrfFunctionSingleAllOf1 struct for NrfFunctionSingleAllOf1

func NewNrfFunctionSingleAllOf1 ¶

func NewNrfFunctionSingleAllOf1() *NrfFunctionSingleAllOf1

NewNrfFunctionSingleAllOf1 instantiates a new NrfFunctionSingleAllOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNrfFunctionSingleAllOf1WithDefaults ¶

func NewNrfFunctionSingleAllOf1WithDefaults() *NrfFunctionSingleAllOf1

NewNrfFunctionSingleAllOf1WithDefaults instantiates a new NrfFunctionSingleAllOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NrfFunctionSingleAllOf1) GetEPN27 ¶

func (o *NrfFunctionSingleAllOf1) GetEPN27() []EPN27Single

GetEPN27 returns the EPN27 field value if set, zero value otherwise.

func (*NrfFunctionSingleAllOf1) GetEPN27Ok ¶

func (o *NrfFunctionSingleAllOf1) GetEPN27Ok() ([]EPN27Single, bool)

GetEPN27Ok returns a tuple with the EPN27 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrfFunctionSingleAllOf1) HasEPN27 ¶

func (o *NrfFunctionSingleAllOf1) HasEPN27() bool

HasEPN27 returns a boolean if a field has been set.

func (NrfFunctionSingleAllOf1) MarshalJSON ¶

func (o NrfFunctionSingleAllOf1) MarshalJSON() ([]byte, error)

func (*NrfFunctionSingleAllOf1) SetEPN27 ¶

func (o *NrfFunctionSingleAllOf1) SetEPN27(v []EPN27Single)

SetEPN27 gets a reference to the given []EPN27Single and assigns it to the EPN27 field.

func (NrfFunctionSingleAllOf1) ToMap ¶

func (o NrfFunctionSingleAllOf1) ToMap() (map[string]interface{}, error)

type NrfFunctionSingleAllOfAttributes ¶

type NrfFunctionSingleAllOfAttributes struct {
	ManagedFunctionAttr
	PlmnIdList []PlmnId `json:"plmnIdList,omitempty"`
	SBIFqdn    *string  `json:"sBIFqdn,omitempty"`
	CNSIIdList []string `json:"cNSIIdList,omitempty"`
	// List of NF profile
	NFProfileList []NFProfile `json:"nFProfileList,omitempty"`
	SnssaiList    []Snssai    `json:"snssaiList,omitempty"`
}

NrfFunctionSingleAllOfAttributes struct for NrfFunctionSingleAllOfAttributes

func NewNrfFunctionSingleAllOfAttributes ¶

func NewNrfFunctionSingleAllOfAttributes() *NrfFunctionSingleAllOfAttributes

NewNrfFunctionSingleAllOfAttributes instantiates a new NrfFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNrfFunctionSingleAllOfAttributesWithDefaults ¶

func NewNrfFunctionSingleAllOfAttributesWithDefaults() *NrfFunctionSingleAllOfAttributes

NewNrfFunctionSingleAllOfAttributesWithDefaults instantiates a new NrfFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NrfFunctionSingleAllOfAttributes) GetCNSIIdList ¶

func (o *NrfFunctionSingleAllOfAttributes) GetCNSIIdList() []string

GetCNSIIdList returns the CNSIIdList field value if set, zero value otherwise.

func (*NrfFunctionSingleAllOfAttributes) GetCNSIIdListOk ¶

func (o *NrfFunctionSingleAllOfAttributes) GetCNSIIdListOk() ([]string, bool)

GetCNSIIdListOk returns a tuple with the CNSIIdList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrfFunctionSingleAllOfAttributes) GetNFProfileList ¶

func (o *NrfFunctionSingleAllOfAttributes) GetNFProfileList() []NFProfile

GetNFProfileList returns the NFProfileList field value if set, zero value otherwise.

func (*NrfFunctionSingleAllOfAttributes) GetNFProfileListOk ¶

func (o *NrfFunctionSingleAllOfAttributes) GetNFProfileListOk() ([]NFProfile, bool)

GetNFProfileListOk returns a tuple with the NFProfileList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrfFunctionSingleAllOfAttributes) GetPlmnIdList ¶

func (o *NrfFunctionSingleAllOfAttributes) GetPlmnIdList() []PlmnId

GetPlmnIdList returns the PlmnIdList field value if set, zero value otherwise.

func (*NrfFunctionSingleAllOfAttributes) GetPlmnIdListOk ¶

func (o *NrfFunctionSingleAllOfAttributes) GetPlmnIdListOk() ([]PlmnId, bool)

GetPlmnIdListOk returns a tuple with the PlmnIdList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrfFunctionSingleAllOfAttributes) GetSBIFqdn ¶

func (o *NrfFunctionSingleAllOfAttributes) GetSBIFqdn() string

GetSBIFqdn returns the SBIFqdn field value if set, zero value otherwise.

func (*NrfFunctionSingleAllOfAttributes) GetSBIFqdnOk ¶

func (o *NrfFunctionSingleAllOfAttributes) GetSBIFqdnOk() (*string, bool)

GetSBIFqdnOk returns a tuple with the SBIFqdn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrfFunctionSingleAllOfAttributes) GetSnssaiList ¶

func (o *NrfFunctionSingleAllOfAttributes) GetSnssaiList() []Snssai

GetSnssaiList returns the SnssaiList field value if set, zero value otherwise.

func (*NrfFunctionSingleAllOfAttributes) GetSnssaiListOk ¶

func (o *NrfFunctionSingleAllOfAttributes) GetSnssaiListOk() ([]Snssai, bool)

GetSnssaiListOk returns a tuple with the SnssaiList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrfFunctionSingleAllOfAttributes) HasCNSIIdList ¶

func (o *NrfFunctionSingleAllOfAttributes) HasCNSIIdList() bool

HasCNSIIdList returns a boolean if a field has been set.

func (*NrfFunctionSingleAllOfAttributes) HasNFProfileList ¶

func (o *NrfFunctionSingleAllOfAttributes) HasNFProfileList() bool

HasNFProfileList returns a boolean if a field has been set.

func (*NrfFunctionSingleAllOfAttributes) HasPlmnIdList ¶

func (o *NrfFunctionSingleAllOfAttributes) HasPlmnIdList() bool

HasPlmnIdList returns a boolean if a field has been set.

func (*NrfFunctionSingleAllOfAttributes) HasSBIFqdn ¶

func (o *NrfFunctionSingleAllOfAttributes) HasSBIFqdn() bool

HasSBIFqdn returns a boolean if a field has been set.

func (*NrfFunctionSingleAllOfAttributes) HasSnssaiList ¶

func (o *NrfFunctionSingleAllOfAttributes) HasSnssaiList() bool

HasSnssaiList returns a boolean if a field has been set.

func (NrfFunctionSingleAllOfAttributes) MarshalJSON ¶

func (o NrfFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*NrfFunctionSingleAllOfAttributes) SetCNSIIdList ¶

func (o *NrfFunctionSingleAllOfAttributes) SetCNSIIdList(v []string)

SetCNSIIdList gets a reference to the given []string and assigns it to the CNSIIdList field.

func (*NrfFunctionSingleAllOfAttributes) SetNFProfileList ¶

func (o *NrfFunctionSingleAllOfAttributes) SetNFProfileList(v []NFProfile)

SetNFProfileList gets a reference to the given []NFProfile and assigns it to the NFProfileList field.

func (*NrfFunctionSingleAllOfAttributes) SetPlmnIdList ¶

func (o *NrfFunctionSingleAllOfAttributes) SetPlmnIdList(v []PlmnId)

SetPlmnIdList gets a reference to the given []PlmnId and assigns it to the PlmnIdList field.

func (*NrfFunctionSingleAllOfAttributes) SetSBIFqdn ¶

func (o *NrfFunctionSingleAllOfAttributes) SetSBIFqdn(v string)

SetSBIFqdn gets a reference to the given string and assigns it to the SBIFqdn field.

func (*NrfFunctionSingleAllOfAttributes) SetSnssaiList ¶

func (o *NrfFunctionSingleAllOfAttributes) SetSnssaiList(v []Snssai)

SetSnssaiList gets a reference to the given []Snssai and assigns it to the SnssaiList field.

func (NrfFunctionSingleAllOfAttributes) ToMap ¶

func (o NrfFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type NrfFunctionSingleAllOfAttributesAllOf ¶

type NrfFunctionSingleAllOfAttributesAllOf struct {
	PlmnIdList []PlmnId `json:"plmnIdList,omitempty"`
	SBIFqdn    *string  `json:"sBIFqdn,omitempty"`
	CNSIIdList []string `json:"cNSIIdList,omitempty"`
	// List of NF profile
	NFProfileList []NFProfile `json:"nFProfileList,omitempty"`
	SnssaiList    []Snssai    `json:"snssaiList,omitempty"`
}

NrfFunctionSingleAllOfAttributesAllOf struct for NrfFunctionSingleAllOfAttributesAllOf

func NewNrfFunctionSingleAllOfAttributesAllOf ¶

func NewNrfFunctionSingleAllOfAttributesAllOf() *NrfFunctionSingleAllOfAttributesAllOf

NewNrfFunctionSingleAllOfAttributesAllOf instantiates a new NrfFunctionSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNrfFunctionSingleAllOfAttributesAllOfWithDefaults ¶

func NewNrfFunctionSingleAllOfAttributesAllOfWithDefaults() *NrfFunctionSingleAllOfAttributesAllOf

NewNrfFunctionSingleAllOfAttributesAllOfWithDefaults instantiates a new NrfFunctionSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NrfFunctionSingleAllOfAttributesAllOf) GetCNSIIdList ¶

func (o *NrfFunctionSingleAllOfAttributesAllOf) GetCNSIIdList() []string

GetCNSIIdList returns the CNSIIdList field value if set, zero value otherwise.

func (*NrfFunctionSingleAllOfAttributesAllOf) GetCNSIIdListOk ¶

func (o *NrfFunctionSingleAllOfAttributesAllOf) GetCNSIIdListOk() ([]string, bool)

GetCNSIIdListOk returns a tuple with the CNSIIdList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrfFunctionSingleAllOfAttributesAllOf) GetNFProfileList ¶

func (o *NrfFunctionSingleAllOfAttributesAllOf) GetNFProfileList() []NFProfile

GetNFProfileList returns the NFProfileList field value if set, zero value otherwise.

func (*NrfFunctionSingleAllOfAttributesAllOf) GetNFProfileListOk ¶

func (o *NrfFunctionSingleAllOfAttributesAllOf) GetNFProfileListOk() ([]NFProfile, bool)

GetNFProfileListOk returns a tuple with the NFProfileList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrfFunctionSingleAllOfAttributesAllOf) GetPlmnIdList ¶

func (o *NrfFunctionSingleAllOfAttributesAllOf) GetPlmnIdList() []PlmnId

GetPlmnIdList returns the PlmnIdList field value if set, zero value otherwise.

func (*NrfFunctionSingleAllOfAttributesAllOf) GetPlmnIdListOk ¶

func (o *NrfFunctionSingleAllOfAttributesAllOf) GetPlmnIdListOk() ([]PlmnId, bool)

GetPlmnIdListOk returns a tuple with the PlmnIdList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrfFunctionSingleAllOfAttributesAllOf) GetSBIFqdn ¶

GetSBIFqdn returns the SBIFqdn field value if set, zero value otherwise.

func (*NrfFunctionSingleAllOfAttributesAllOf) GetSBIFqdnOk ¶

func (o *NrfFunctionSingleAllOfAttributesAllOf) GetSBIFqdnOk() (*string, bool)

GetSBIFqdnOk returns a tuple with the SBIFqdn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrfFunctionSingleAllOfAttributesAllOf) GetSnssaiList ¶

func (o *NrfFunctionSingleAllOfAttributesAllOf) GetSnssaiList() []Snssai

GetSnssaiList returns the SnssaiList field value if set, zero value otherwise.

func (*NrfFunctionSingleAllOfAttributesAllOf) GetSnssaiListOk ¶

func (o *NrfFunctionSingleAllOfAttributesAllOf) GetSnssaiListOk() ([]Snssai, bool)

GetSnssaiListOk returns a tuple with the SnssaiList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrfFunctionSingleAllOfAttributesAllOf) HasCNSIIdList ¶

func (o *NrfFunctionSingleAllOfAttributesAllOf) HasCNSIIdList() bool

HasCNSIIdList returns a boolean if a field has been set.

func (*NrfFunctionSingleAllOfAttributesAllOf) HasNFProfileList ¶

func (o *NrfFunctionSingleAllOfAttributesAllOf) HasNFProfileList() bool

HasNFProfileList returns a boolean if a field has been set.

func (*NrfFunctionSingleAllOfAttributesAllOf) HasPlmnIdList ¶

func (o *NrfFunctionSingleAllOfAttributesAllOf) HasPlmnIdList() bool

HasPlmnIdList returns a boolean if a field has been set.

func (*NrfFunctionSingleAllOfAttributesAllOf) HasSBIFqdn ¶

HasSBIFqdn returns a boolean if a field has been set.

func (*NrfFunctionSingleAllOfAttributesAllOf) HasSnssaiList ¶

func (o *NrfFunctionSingleAllOfAttributesAllOf) HasSnssaiList() bool

HasSnssaiList returns a boolean if a field has been set.

func (NrfFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (o NrfFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)

func (*NrfFunctionSingleAllOfAttributesAllOf) SetCNSIIdList ¶

func (o *NrfFunctionSingleAllOfAttributesAllOf) SetCNSIIdList(v []string)

SetCNSIIdList gets a reference to the given []string and assigns it to the CNSIIdList field.

func (*NrfFunctionSingleAllOfAttributesAllOf) SetNFProfileList ¶

func (o *NrfFunctionSingleAllOfAttributesAllOf) SetNFProfileList(v []NFProfile)

SetNFProfileList gets a reference to the given []NFProfile and assigns it to the NFProfileList field.

func (*NrfFunctionSingleAllOfAttributesAllOf) SetPlmnIdList ¶

func (o *NrfFunctionSingleAllOfAttributesAllOf) SetPlmnIdList(v []PlmnId)

SetPlmnIdList gets a reference to the given []PlmnId and assigns it to the PlmnIdList field.

func (*NrfFunctionSingleAllOfAttributesAllOf) SetSBIFqdn ¶

SetSBIFqdn gets a reference to the given string and assigns it to the SBIFqdn field.

func (*NrfFunctionSingleAllOfAttributesAllOf) SetSnssaiList ¶

func (o *NrfFunctionSingleAllOfAttributesAllOf) SetSnssaiList(v []Snssai)

SetSnssaiList gets a reference to the given []Snssai and assigns it to the SnssaiList field.

func (NrfFunctionSingleAllOfAttributesAllOf) ToMap ¶

func (o NrfFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)

type NsInfo ¶

type NsInfo struct {
	NsInstanceId *string `json:"nsInstanceId,omitempty"`
	NsName       *string `json:"nsName,omitempty"`
}

NsInfo struct for NsInfo

func NewNsInfo ¶

func NewNsInfo() *NsInfo

NewNsInfo instantiates a new NsInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNsInfoWithDefaults ¶

func NewNsInfoWithDefaults() *NsInfo

NewNsInfoWithDefaults instantiates a new NsInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NsInfo) GetNsInstanceId ¶

func (o *NsInfo) GetNsInstanceId() string

GetNsInstanceId returns the NsInstanceId field value if set, zero value otherwise.

func (*NsInfo) GetNsInstanceIdOk ¶

func (o *NsInfo) GetNsInstanceIdOk() (*string, bool)

GetNsInstanceIdOk returns a tuple with the NsInstanceId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NsInfo) GetNsName ¶

func (o *NsInfo) GetNsName() string

GetNsName returns the NsName field value if set, zero value otherwise.

func (*NsInfo) GetNsNameOk ¶

func (o *NsInfo) GetNsNameOk() (*string, bool)

GetNsNameOk returns a tuple with the NsName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NsInfo) HasNsInstanceId ¶

func (o *NsInfo) HasNsInstanceId() bool

HasNsInstanceId returns a boolean if a field has been set.

func (*NsInfo) HasNsName ¶

func (o *NsInfo) HasNsName() bool

HasNsName returns a boolean if a field has been set.

func (NsInfo) MarshalJSON ¶

func (o NsInfo) MarshalJSON() ([]byte, error)

func (*NsInfo) SetNsInstanceId ¶

func (o *NsInfo) SetNsInstanceId(v string)

SetNsInstanceId gets a reference to the given string and assigns it to the NsInstanceId field.

func (*NsInfo) SetNsName ¶

func (o *NsInfo) SetNsName(v string)

SetNsName gets a reference to the given string and assigns it to the NsName field.

func (NsInfo) ToMap ¶

func (o NsInfo) ToMap() (map[string]interface{}, error)

type NsacfCapability ¶

type NsacfCapability struct {
	// Indicates the service capability of the NSACF to monitor and control the number of registered UEs per network slice for the network slice that is subject to NSAC true: Supported false (default): Not Supported
	SupportUeSAC *bool `json:"supportUeSAC,omitempty"`
	// Indicates the service capability of the NSACF to monitor and control the number of established PDU sessions per network slice for the network slice that is subject to NSAC true: Supported false (default): Not Supported
	SupportPduSAC *bool `json:"supportPduSAC,omitempty"`
}

NsacfCapability NSACF service capabilities (e.g. to monitor and control the number of registered UEs or established PDU sessions per network slice)

func NewNsacfCapability ¶

func NewNsacfCapability() *NsacfCapability

NewNsacfCapability instantiates a new NsacfCapability object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNsacfCapabilityWithDefaults ¶

func NewNsacfCapabilityWithDefaults() *NsacfCapability

NewNsacfCapabilityWithDefaults instantiates a new NsacfCapability object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NsacfCapability) GetSupportPduSAC ¶

func (o *NsacfCapability) GetSupportPduSAC() bool

GetSupportPduSAC returns the SupportPduSAC field value if set, zero value otherwise.

func (*NsacfCapability) GetSupportPduSACOk ¶

func (o *NsacfCapability) GetSupportPduSACOk() (*bool, bool)

GetSupportPduSACOk returns a tuple with the SupportPduSAC field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NsacfCapability) GetSupportUeSAC ¶

func (o *NsacfCapability) GetSupportUeSAC() bool

GetSupportUeSAC returns the SupportUeSAC field value if set, zero value otherwise.

func (*NsacfCapability) GetSupportUeSACOk ¶

func (o *NsacfCapability) GetSupportUeSACOk() (*bool, bool)

GetSupportUeSACOk returns a tuple with the SupportUeSAC field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NsacfCapability) HasSupportPduSAC ¶

func (o *NsacfCapability) HasSupportPduSAC() bool

HasSupportPduSAC returns a boolean if a field has been set.

func (*NsacfCapability) HasSupportUeSAC ¶

func (o *NsacfCapability) HasSupportUeSAC() bool

HasSupportUeSAC returns a boolean if a field has been set.

func (NsacfCapability) MarshalJSON ¶

func (o NsacfCapability) MarshalJSON() ([]byte, error)

func (*NsacfCapability) SetSupportPduSAC ¶

func (o *NsacfCapability) SetSupportPduSAC(v bool)

SetSupportPduSAC gets a reference to the given bool and assigns it to the SupportPduSAC field.

func (*NsacfCapability) SetSupportUeSAC ¶

func (o *NsacfCapability) SetSupportUeSAC(v bool)

SetSupportUeSAC gets a reference to the given bool and assigns it to the SupportUeSAC field.

func (NsacfCapability) ToMap ¶

func (o NsacfCapability) ToMap() (map[string]interface{}, error)

type NsacfFunctionSingle ¶

type NsacfFunctionSingle struct {
	Top
	Attributes       *NsacfFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
	PerfMetricJob    []PerfMetricJobSingle               `json:"PerfMetricJob,omitempty"`
	ThresholdMonitor []ThresholdMonitorSingle            `json:"ThresholdMonitor,omitempty"`
	ManagedNFService []ManagedNFServiceSingle            `json:"ManagedNFService,omitempty"`
	TraceJob         []TraceJobSingle                    `json:"TraceJob,omitempty"`
	EPN60            []EPN60Single                       `json:"EP_N60,omitempty"`
}

NsacfFunctionSingle struct for NsacfFunctionSingle

func NewNsacfFunctionSingle ¶

func NewNsacfFunctionSingle(id NullableString) *NsacfFunctionSingle

NewNsacfFunctionSingle instantiates a new NsacfFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNsacfFunctionSingleWithDefaults ¶

func NewNsacfFunctionSingleWithDefaults() *NsacfFunctionSingle

NewNsacfFunctionSingleWithDefaults instantiates a new NsacfFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NsacfFunctionSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*NsacfFunctionSingle) GetAttributesOk ¶

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 (*NsacfFunctionSingle) GetEPN60 ¶

func (o *NsacfFunctionSingle) GetEPN60() []EPN60Single

GetEPN60 returns the EPN60 field value if set, zero value otherwise.

func (*NsacfFunctionSingle) GetEPN60Ok ¶

func (o *NsacfFunctionSingle) GetEPN60Ok() ([]EPN60Single, bool)

GetEPN60Ok returns a tuple with the EPN60 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NsacfFunctionSingle) GetManagedNFService ¶

func (o *NsacfFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle

GetManagedNFService returns the ManagedNFService field value if set, zero value otherwise.

func (*NsacfFunctionSingle) GetManagedNFServiceOk ¶

func (o *NsacfFunctionSingle) 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 (*NsacfFunctionSingle) GetPerfMetricJob ¶

func (o *NsacfFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle

GetPerfMetricJob returns the PerfMetricJob field value if set, zero value otherwise.

func (*NsacfFunctionSingle) GetPerfMetricJobOk ¶

func (o *NsacfFunctionSingle) 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 (*NsacfFunctionSingle) GetThresholdMonitor ¶

func (o *NsacfFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle

GetThresholdMonitor returns the ThresholdMonitor field value if set, zero value otherwise.

func (*NsacfFunctionSingle) GetThresholdMonitorOk ¶

func (o *NsacfFunctionSingle) 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 (*NsacfFunctionSingle) GetTraceJob ¶

func (o *NsacfFunctionSingle) GetTraceJob() []TraceJobSingle

GetTraceJob returns the TraceJob field value if set, zero value otherwise.

func (*NsacfFunctionSingle) GetTraceJobOk ¶

func (o *NsacfFunctionSingle) 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 (*NsacfFunctionSingle) HasAttributes ¶

func (o *NsacfFunctionSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*NsacfFunctionSingle) HasEPN60 ¶

func (o *NsacfFunctionSingle) HasEPN60() bool

HasEPN60 returns a boolean if a field has been set.

func (*NsacfFunctionSingle) HasManagedNFService ¶

func (o *NsacfFunctionSingle) HasManagedNFService() bool

HasManagedNFService returns a boolean if a field has been set.

func (*NsacfFunctionSingle) HasPerfMetricJob ¶

func (o *NsacfFunctionSingle) HasPerfMetricJob() bool

HasPerfMetricJob returns a boolean if a field has been set.

func (*NsacfFunctionSingle) HasThresholdMonitor ¶

func (o *NsacfFunctionSingle) HasThresholdMonitor() bool

HasThresholdMonitor returns a boolean if a field has been set.

func (*NsacfFunctionSingle) HasTraceJob ¶

func (o *NsacfFunctionSingle) HasTraceJob() bool

HasTraceJob returns a boolean if a field has been set.

func (NsacfFunctionSingle) MarshalJSON ¶

func (o NsacfFunctionSingle) MarshalJSON() ([]byte, error)

func (*NsacfFunctionSingle) SetAttributes ¶

SetAttributes gets a reference to the given NsacfFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (*NsacfFunctionSingle) SetEPN60 ¶

func (o *NsacfFunctionSingle) SetEPN60(v []EPN60Single)

SetEPN60 gets a reference to the given []EPN60Single and assigns it to the EPN60 field.

func (*NsacfFunctionSingle) SetManagedNFService ¶

func (o *NsacfFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle)

SetManagedNFService gets a reference to the given []ManagedNFServiceSingle and assigns it to the ManagedNFService field.

func (*NsacfFunctionSingle) SetPerfMetricJob ¶

func (o *NsacfFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle)

SetPerfMetricJob gets a reference to the given []PerfMetricJobSingle and assigns it to the PerfMetricJob field.

func (*NsacfFunctionSingle) SetThresholdMonitor ¶

func (o *NsacfFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)

SetThresholdMonitor gets a reference to the given []ThresholdMonitorSingle and assigns it to the ThresholdMonitor field.

func (*NsacfFunctionSingle) SetTraceJob ¶

func (o *NsacfFunctionSingle) SetTraceJob(v []TraceJobSingle)

SetTraceJob gets a reference to the given []TraceJobSingle and assigns it to the TraceJob field.

func (NsacfFunctionSingle) ToMap ¶

func (o NsacfFunctionSingle) ToMap() (map[string]interface{}, error)

type NsacfFunctionSingleAllOf ¶

type NsacfFunctionSingleAllOf struct {
	Attributes *NsacfFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}

NsacfFunctionSingleAllOf struct for NsacfFunctionSingleAllOf

func NewNsacfFunctionSingleAllOf ¶

func NewNsacfFunctionSingleAllOf() *NsacfFunctionSingleAllOf

NewNsacfFunctionSingleAllOf instantiates a new NsacfFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNsacfFunctionSingleAllOfWithDefaults ¶

func NewNsacfFunctionSingleAllOfWithDefaults() *NsacfFunctionSingleAllOf

NewNsacfFunctionSingleAllOfWithDefaults instantiates a new NsacfFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NsacfFunctionSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*NsacfFunctionSingleAllOf) GetAttributesOk ¶

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 (*NsacfFunctionSingleAllOf) HasAttributes ¶

func (o *NsacfFunctionSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (NsacfFunctionSingleAllOf) MarshalJSON ¶

func (o NsacfFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*NsacfFunctionSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given NsacfFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (NsacfFunctionSingleAllOf) ToMap ¶

func (o NsacfFunctionSingleAllOf) ToMap() (map[string]interface{}, error)

type NsacfFunctionSingleAllOf1 ¶

type NsacfFunctionSingleAllOf1 struct {
	EPN60 []EPN60Single `json:"EP_N60,omitempty"`
}

NsacfFunctionSingleAllOf1 struct for NsacfFunctionSingleAllOf1

func NewNsacfFunctionSingleAllOf1 ¶

func NewNsacfFunctionSingleAllOf1() *NsacfFunctionSingleAllOf1

NewNsacfFunctionSingleAllOf1 instantiates a new NsacfFunctionSingleAllOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNsacfFunctionSingleAllOf1WithDefaults ¶

func NewNsacfFunctionSingleAllOf1WithDefaults() *NsacfFunctionSingleAllOf1

NewNsacfFunctionSingleAllOf1WithDefaults instantiates a new NsacfFunctionSingleAllOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NsacfFunctionSingleAllOf1) GetEPN60 ¶

func (o *NsacfFunctionSingleAllOf1) GetEPN60() []EPN60Single

GetEPN60 returns the EPN60 field value if set, zero value otherwise.

func (*NsacfFunctionSingleAllOf1) GetEPN60Ok ¶

func (o *NsacfFunctionSingleAllOf1) GetEPN60Ok() ([]EPN60Single, bool)

GetEPN60Ok returns a tuple with the EPN60 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NsacfFunctionSingleAllOf1) HasEPN60 ¶

func (o *NsacfFunctionSingleAllOf1) HasEPN60() bool

HasEPN60 returns a boolean if a field has been set.

func (NsacfFunctionSingleAllOf1) MarshalJSON ¶

func (o NsacfFunctionSingleAllOf1) MarshalJSON() ([]byte, error)

func (*NsacfFunctionSingleAllOf1) SetEPN60 ¶

func (o *NsacfFunctionSingleAllOf1) SetEPN60(v []EPN60Single)

SetEPN60 gets a reference to the given []EPN60Single and assigns it to the EPN60 field.

func (NsacfFunctionSingleAllOf1) ToMap ¶

func (o NsacfFunctionSingleAllOf1) ToMap() (map[string]interface{}, error)

type NsacfFunctionSingleAllOfAttributes ¶

type NsacfFunctionSingleAllOfAttributes struct {
	ManagedFunctionAttr
	ManagedNFProfile *ManagedNFProfile `json:"managedNFProfile,omitempty"`
	NsacfInfoSnssai  []NsacfInfoSnssai `json:"nsacfInfoSnssai,omitempty"`
	NsacfInfo        *NsacfInfo        `json:"nsacfInfo,omitempty"`
}

NsacfFunctionSingleAllOfAttributes struct for NsacfFunctionSingleAllOfAttributes

func NewNsacfFunctionSingleAllOfAttributes ¶

func NewNsacfFunctionSingleAllOfAttributes() *NsacfFunctionSingleAllOfAttributes

NewNsacfFunctionSingleAllOfAttributes instantiates a new NsacfFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNsacfFunctionSingleAllOfAttributesWithDefaults ¶

func NewNsacfFunctionSingleAllOfAttributesWithDefaults() *NsacfFunctionSingleAllOfAttributes

NewNsacfFunctionSingleAllOfAttributesWithDefaults instantiates a new NsacfFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NsacfFunctionSingleAllOfAttributes) GetManagedNFProfile ¶

func (o *NsacfFunctionSingleAllOfAttributes) GetManagedNFProfile() ManagedNFProfile

GetManagedNFProfile returns the ManagedNFProfile field value if set, zero value otherwise.

func (*NsacfFunctionSingleAllOfAttributes) GetManagedNFProfileOk ¶

func (o *NsacfFunctionSingleAllOfAttributes) GetManagedNFProfileOk() (*ManagedNFProfile, bool)

GetManagedNFProfileOk returns a tuple with the ManagedNFProfile field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NsacfFunctionSingleAllOfAttributes) GetNsacfInfo ¶

GetNsacfInfo returns the NsacfInfo field value if set, zero value otherwise.

func (*NsacfFunctionSingleAllOfAttributes) GetNsacfInfoOk ¶

func (o *NsacfFunctionSingleAllOfAttributes) GetNsacfInfoOk() (*NsacfInfo, bool)

GetNsacfInfoOk returns a tuple with the NsacfInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NsacfFunctionSingleAllOfAttributes) GetNsacfInfoSnssai ¶

func (o *NsacfFunctionSingleAllOfAttributes) GetNsacfInfoSnssai() []NsacfInfoSnssai

GetNsacfInfoSnssai returns the NsacfInfoSnssai field value if set, zero value otherwise.

func (*NsacfFunctionSingleAllOfAttributes) GetNsacfInfoSnssaiOk ¶

func (o *NsacfFunctionSingleAllOfAttributes) GetNsacfInfoSnssaiOk() ([]NsacfInfoSnssai, bool)

GetNsacfInfoSnssaiOk returns a tuple with the NsacfInfoSnssai field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NsacfFunctionSingleAllOfAttributes) HasManagedNFProfile ¶

func (o *NsacfFunctionSingleAllOfAttributes) HasManagedNFProfile() bool

HasManagedNFProfile returns a boolean if a field has been set.

func (*NsacfFunctionSingleAllOfAttributes) HasNsacfInfo ¶

func (o *NsacfFunctionSingleAllOfAttributes) HasNsacfInfo() bool

HasNsacfInfo returns a boolean if a field has been set.

func (*NsacfFunctionSingleAllOfAttributes) HasNsacfInfoSnssai ¶

func (o *NsacfFunctionSingleAllOfAttributes) HasNsacfInfoSnssai() bool

HasNsacfInfoSnssai returns a boolean if a field has been set.

func (NsacfFunctionSingleAllOfAttributes) MarshalJSON ¶

func (o NsacfFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*NsacfFunctionSingleAllOfAttributes) SetManagedNFProfile ¶

func (o *NsacfFunctionSingleAllOfAttributes) SetManagedNFProfile(v ManagedNFProfile)

SetManagedNFProfile gets a reference to the given ManagedNFProfile and assigns it to the ManagedNFProfile field.

func (*NsacfFunctionSingleAllOfAttributes) SetNsacfInfo ¶

func (o *NsacfFunctionSingleAllOfAttributes) SetNsacfInfo(v NsacfInfo)

SetNsacfInfo gets a reference to the given NsacfInfo and assigns it to the NsacfInfo field.

func (*NsacfFunctionSingleAllOfAttributes) SetNsacfInfoSnssai ¶

func (o *NsacfFunctionSingleAllOfAttributes) SetNsacfInfoSnssai(v []NsacfInfoSnssai)

SetNsacfInfoSnssai gets a reference to the given []NsacfInfoSnssai and assigns it to the NsacfInfoSnssai field.

func (NsacfFunctionSingleAllOfAttributes) ToMap ¶

func (o NsacfFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type NsacfFunctionSingleAllOfAttributesAllOf ¶

type NsacfFunctionSingleAllOfAttributesAllOf struct {
	ManagedNFProfile *ManagedNFProfile `json:"managedNFProfile,omitempty"`
	NsacfInfoSnssai  []NsacfInfoSnssai `json:"nsacfInfoSnssai,omitempty"`
	NsacfInfo        *NsacfInfo        `json:"nsacfInfo,omitempty"`
}

NsacfFunctionSingleAllOfAttributesAllOf struct for NsacfFunctionSingleAllOfAttributesAllOf

func NewNsacfFunctionSingleAllOfAttributesAllOf ¶

func NewNsacfFunctionSingleAllOfAttributesAllOf() *NsacfFunctionSingleAllOfAttributesAllOf

NewNsacfFunctionSingleAllOfAttributesAllOf instantiates a new NsacfFunctionSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNsacfFunctionSingleAllOfAttributesAllOfWithDefaults ¶

func NewNsacfFunctionSingleAllOfAttributesAllOfWithDefaults() *NsacfFunctionSingleAllOfAttributesAllOf

NewNsacfFunctionSingleAllOfAttributesAllOfWithDefaults instantiates a new NsacfFunctionSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NsacfFunctionSingleAllOfAttributesAllOf) GetManagedNFProfile ¶

GetManagedNFProfile returns the ManagedNFProfile field value if set, zero value otherwise.

func (*NsacfFunctionSingleAllOfAttributesAllOf) GetManagedNFProfileOk ¶

func (o *NsacfFunctionSingleAllOfAttributesAllOf) GetManagedNFProfileOk() (*ManagedNFProfile, bool)

GetManagedNFProfileOk returns a tuple with the ManagedNFProfile field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NsacfFunctionSingleAllOfAttributesAllOf) GetNsacfInfo ¶

GetNsacfInfo returns the NsacfInfo field value if set, zero value otherwise.

func (*NsacfFunctionSingleAllOfAttributesAllOf) GetNsacfInfoOk ¶

func (o *NsacfFunctionSingleAllOfAttributesAllOf) GetNsacfInfoOk() (*NsacfInfo, bool)

GetNsacfInfoOk returns a tuple with the NsacfInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NsacfFunctionSingleAllOfAttributesAllOf) GetNsacfInfoSnssai ¶

func (o *NsacfFunctionSingleAllOfAttributesAllOf) GetNsacfInfoSnssai() []NsacfInfoSnssai

GetNsacfInfoSnssai returns the NsacfInfoSnssai field value if set, zero value otherwise.

func (*NsacfFunctionSingleAllOfAttributesAllOf) GetNsacfInfoSnssaiOk ¶

func (o *NsacfFunctionSingleAllOfAttributesAllOf) GetNsacfInfoSnssaiOk() ([]NsacfInfoSnssai, bool)

GetNsacfInfoSnssaiOk returns a tuple with the NsacfInfoSnssai field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NsacfFunctionSingleAllOfAttributesAllOf) HasManagedNFProfile ¶

func (o *NsacfFunctionSingleAllOfAttributesAllOf) HasManagedNFProfile() bool

HasManagedNFProfile returns a boolean if a field has been set.

func (*NsacfFunctionSingleAllOfAttributesAllOf) HasNsacfInfo ¶

HasNsacfInfo returns a boolean if a field has been set.

func (*NsacfFunctionSingleAllOfAttributesAllOf) HasNsacfInfoSnssai ¶

func (o *NsacfFunctionSingleAllOfAttributesAllOf) HasNsacfInfoSnssai() bool

HasNsacfInfoSnssai returns a boolean if a field has been set.

func (NsacfFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (o NsacfFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)

func (*NsacfFunctionSingleAllOfAttributesAllOf) SetManagedNFProfile ¶

SetManagedNFProfile gets a reference to the given ManagedNFProfile and assigns it to the ManagedNFProfile field.

func (*NsacfFunctionSingleAllOfAttributesAllOf) SetNsacfInfo ¶

SetNsacfInfo gets a reference to the given NsacfInfo and assigns it to the NsacfInfo field.

func (*NsacfFunctionSingleAllOfAttributesAllOf) SetNsacfInfoSnssai ¶

func (o *NsacfFunctionSingleAllOfAttributesAllOf) SetNsacfInfoSnssai(v []NsacfInfoSnssai)

SetNsacfInfoSnssai gets a reference to the given []NsacfInfoSnssai and assigns it to the NsacfInfoSnssai field.

func (NsacfFunctionSingleAllOfAttributesAllOf) ToMap ¶

func (o NsacfFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)

type NsacfInfo ¶

type NsacfInfo struct {
	NsacfCapability NsacfCapability `json:"nsacfCapability"`
	TaiList         []Tai           `json:"taiList,omitempty"`
	TaiRangeList    []TaiRange      `json:"taiRangeList,omitempty"`
}

NsacfInfo Information of a NSACF NF Instance

func NewNsacfInfo ¶

func NewNsacfInfo(nsacfCapability NsacfCapability) *NsacfInfo

NewNsacfInfo instantiates a new NsacfInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNsacfInfoWithDefaults ¶

func NewNsacfInfoWithDefaults() *NsacfInfo

NewNsacfInfoWithDefaults instantiates a new NsacfInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NsacfInfo) GetNsacfCapability ¶

func (o *NsacfInfo) GetNsacfCapability() NsacfCapability

GetNsacfCapability returns the NsacfCapability field value

func (*NsacfInfo) GetNsacfCapabilityOk ¶

func (o *NsacfInfo) GetNsacfCapabilityOk() (*NsacfCapability, bool)

GetNsacfCapabilityOk returns a tuple with the NsacfCapability field value and a boolean to check if the value has been set.

func (*NsacfInfo) GetTaiList ¶

func (o *NsacfInfo) GetTaiList() []Tai

GetTaiList returns the TaiList field value if set, zero value otherwise.

func (*NsacfInfo) GetTaiListOk ¶

func (o *NsacfInfo) GetTaiListOk() ([]Tai, bool)

GetTaiListOk returns a tuple with the TaiList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NsacfInfo) GetTaiRangeList ¶

func (o *NsacfInfo) GetTaiRangeList() []TaiRange

GetTaiRangeList returns the TaiRangeList field value if set, zero value otherwise.

func (*NsacfInfo) GetTaiRangeListOk ¶

func (o *NsacfInfo) GetTaiRangeListOk() ([]TaiRange, bool)

GetTaiRangeListOk returns a tuple with the TaiRangeList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NsacfInfo) HasTaiList ¶

func (o *NsacfInfo) HasTaiList() bool

HasTaiList returns a boolean if a field has been set.

func (*NsacfInfo) HasTaiRangeList ¶

func (o *NsacfInfo) HasTaiRangeList() bool

HasTaiRangeList returns a boolean if a field has been set.

func (NsacfInfo) MarshalJSON ¶

func (o NsacfInfo) MarshalJSON() ([]byte, error)

func (*NsacfInfo) SetNsacfCapability ¶

func (o *NsacfInfo) SetNsacfCapability(v NsacfCapability)

SetNsacfCapability sets field value

func (*NsacfInfo) SetTaiList ¶

func (o *NsacfInfo) SetTaiList(v []Tai)

SetTaiList gets a reference to the given []Tai and assigns it to the TaiList field.

func (*NsacfInfo) SetTaiRangeList ¶

func (o *NsacfInfo) SetTaiRangeList(v []TaiRange)

SetTaiRangeList gets a reference to the given []TaiRange and assigns it to the TaiRangeList field.

func (NsacfInfo) ToMap ¶

func (o NsacfInfo) ToMap() (map[string]interface{}, error)

type NsacfInfoSnssai ¶

type NsacfInfoSnssai struct {
	SnssaiInfo             *SnssaiInfo `json:"SnssaiInfo,omitempty"`
	IsSubjectToNsac        *bool       `json:"isSubjectToNsac,omitempty"`
	MaxNumberofUEs         *int32      `json:"maxNumberofUEs,omitempty"`
	EACMode                *string     `json:"eACMode,omitempty"`
	ActiveEacThreshhold    *int32      `json:"activeEacThreshhold,omitempty"`
	DeactiveEacThreshhold  *int32      `json:"deactiveEacThreshhold,omitempty"`
	NumberofUEs            *int32      `json:"numberofUEs,omitempty"`
	UEIdList               []string    `json:"uEIdList,omitempty"`
	MaxNumberofPDUSessions *int32      `json:"maxNumberofPDUSessions,omitempty"`
}

NsacfInfoSnssai struct for NsacfInfoSnssai

func NewNsacfInfoSnssai ¶

func NewNsacfInfoSnssai() *NsacfInfoSnssai

NewNsacfInfoSnssai instantiates a new NsacfInfoSnssai object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNsacfInfoSnssaiWithDefaults ¶

func NewNsacfInfoSnssaiWithDefaults() *NsacfInfoSnssai

NewNsacfInfoSnssaiWithDefaults instantiates a new NsacfInfoSnssai object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NsacfInfoSnssai) GetActiveEacThreshhold ¶

func (o *NsacfInfoSnssai) GetActiveEacThreshhold() int32

GetActiveEacThreshhold returns the ActiveEacThreshhold field value if set, zero value otherwise.

func (*NsacfInfoSnssai) GetActiveEacThreshholdOk ¶

func (o *NsacfInfoSnssai) GetActiveEacThreshholdOk() (*int32, bool)

GetActiveEacThreshholdOk returns a tuple with the ActiveEacThreshhold field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NsacfInfoSnssai) GetDeactiveEacThreshhold ¶

func (o *NsacfInfoSnssai) GetDeactiveEacThreshhold() int32

GetDeactiveEacThreshhold returns the DeactiveEacThreshhold field value if set, zero value otherwise.

func (*NsacfInfoSnssai) GetDeactiveEacThreshholdOk ¶

func (o *NsacfInfoSnssai) GetDeactiveEacThreshholdOk() (*int32, bool)

GetDeactiveEacThreshholdOk returns a tuple with the DeactiveEacThreshhold field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NsacfInfoSnssai) GetEACMode ¶

func (o *NsacfInfoSnssai) GetEACMode() string

GetEACMode returns the EACMode field value if set, zero value otherwise.

func (*NsacfInfoSnssai) GetEACModeOk ¶

func (o *NsacfInfoSnssai) GetEACModeOk() (*string, bool)

GetEACModeOk returns a tuple with the EACMode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NsacfInfoSnssai) GetIsSubjectToNsac ¶

func (o *NsacfInfoSnssai) GetIsSubjectToNsac() bool

GetIsSubjectToNsac returns the IsSubjectToNsac field value if set, zero value otherwise.

func (*NsacfInfoSnssai) GetIsSubjectToNsacOk ¶

func (o *NsacfInfoSnssai) GetIsSubjectToNsacOk() (*bool, bool)

GetIsSubjectToNsacOk returns a tuple with the IsSubjectToNsac field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NsacfInfoSnssai) GetMaxNumberofPDUSessions ¶

func (o *NsacfInfoSnssai) GetMaxNumberofPDUSessions() int32

GetMaxNumberofPDUSessions returns the MaxNumberofPDUSessions field value if set, zero value otherwise.

func (*NsacfInfoSnssai) GetMaxNumberofPDUSessionsOk ¶

func (o *NsacfInfoSnssai) GetMaxNumberofPDUSessionsOk() (*int32, bool)

GetMaxNumberofPDUSessionsOk returns a tuple with the MaxNumberofPDUSessions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NsacfInfoSnssai) GetMaxNumberofUEs ¶

func (o *NsacfInfoSnssai) GetMaxNumberofUEs() int32

GetMaxNumberofUEs returns the MaxNumberofUEs field value if set, zero value otherwise.

func (*NsacfInfoSnssai) GetMaxNumberofUEsOk ¶

func (o *NsacfInfoSnssai) GetMaxNumberofUEsOk() (*int32, bool)

GetMaxNumberofUEsOk returns a tuple with the MaxNumberofUEs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NsacfInfoSnssai) GetNumberofUEs ¶

func (o *NsacfInfoSnssai) GetNumberofUEs() int32

GetNumberofUEs returns the NumberofUEs field value if set, zero value otherwise.

func (*NsacfInfoSnssai) GetNumberofUEsOk ¶

func (o *NsacfInfoSnssai) GetNumberofUEsOk() (*int32, bool)

GetNumberofUEsOk returns a tuple with the NumberofUEs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NsacfInfoSnssai) GetSnssaiInfo ¶

func (o *NsacfInfoSnssai) GetSnssaiInfo() SnssaiInfo

GetSnssaiInfo returns the SnssaiInfo field value if set, zero value otherwise.

func (*NsacfInfoSnssai) GetSnssaiInfoOk ¶

func (o *NsacfInfoSnssai) GetSnssaiInfoOk() (*SnssaiInfo, bool)

GetSnssaiInfoOk returns a tuple with the SnssaiInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NsacfInfoSnssai) GetUEIdList ¶

func (o *NsacfInfoSnssai) GetUEIdList() []string

GetUEIdList returns the UEIdList field value if set, zero value otherwise.

func (*NsacfInfoSnssai) GetUEIdListOk ¶

func (o *NsacfInfoSnssai) GetUEIdListOk() ([]string, bool)

GetUEIdListOk returns a tuple with the UEIdList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NsacfInfoSnssai) HasActiveEacThreshhold ¶

func (o *NsacfInfoSnssai) HasActiveEacThreshhold() bool

HasActiveEacThreshhold returns a boolean if a field has been set.

func (*NsacfInfoSnssai) HasDeactiveEacThreshhold ¶

func (o *NsacfInfoSnssai) HasDeactiveEacThreshhold() bool

HasDeactiveEacThreshhold returns a boolean if a field has been set.

func (*NsacfInfoSnssai) HasEACMode ¶

func (o *NsacfInfoSnssai) HasEACMode() bool

HasEACMode returns a boolean if a field has been set.

func (*NsacfInfoSnssai) HasIsSubjectToNsac ¶

func (o *NsacfInfoSnssai) HasIsSubjectToNsac() bool

HasIsSubjectToNsac returns a boolean if a field has been set.

func (*NsacfInfoSnssai) HasMaxNumberofPDUSessions ¶

func (o *NsacfInfoSnssai) HasMaxNumberofPDUSessions() bool

HasMaxNumberofPDUSessions returns a boolean if a field has been set.

func (*NsacfInfoSnssai) HasMaxNumberofUEs ¶

func (o *NsacfInfoSnssai) HasMaxNumberofUEs() bool

HasMaxNumberofUEs returns a boolean if a field has been set.

func (*NsacfInfoSnssai) HasNumberofUEs ¶

func (o *NsacfInfoSnssai) HasNumberofUEs() bool

HasNumberofUEs returns a boolean if a field has been set.

func (*NsacfInfoSnssai) HasSnssaiInfo ¶

func (o *NsacfInfoSnssai) HasSnssaiInfo() bool

HasSnssaiInfo returns a boolean if a field has been set.

func (*NsacfInfoSnssai) HasUEIdList ¶

func (o *NsacfInfoSnssai) HasUEIdList() bool

HasUEIdList returns a boolean if a field has been set.

func (NsacfInfoSnssai) MarshalJSON ¶

func (o NsacfInfoSnssai) MarshalJSON() ([]byte, error)

func (*NsacfInfoSnssai) SetActiveEacThreshhold ¶

func (o *NsacfInfoSnssai) SetActiveEacThreshhold(v int32)

SetActiveEacThreshhold gets a reference to the given int32 and assigns it to the ActiveEacThreshhold field.

func (*NsacfInfoSnssai) SetDeactiveEacThreshhold ¶

func (o *NsacfInfoSnssai) SetDeactiveEacThreshhold(v int32)

SetDeactiveEacThreshhold gets a reference to the given int32 and assigns it to the DeactiveEacThreshhold field.

func (*NsacfInfoSnssai) SetEACMode ¶

func (o *NsacfInfoSnssai) SetEACMode(v string)

SetEACMode gets a reference to the given string and assigns it to the EACMode field.

func (*NsacfInfoSnssai) SetIsSubjectToNsac ¶

func (o *NsacfInfoSnssai) SetIsSubjectToNsac(v bool)

SetIsSubjectToNsac gets a reference to the given bool and assigns it to the IsSubjectToNsac field.

func (*NsacfInfoSnssai) SetMaxNumberofPDUSessions ¶

func (o *NsacfInfoSnssai) SetMaxNumberofPDUSessions(v int32)

SetMaxNumberofPDUSessions gets a reference to the given int32 and assigns it to the MaxNumberofPDUSessions field.

func (*NsacfInfoSnssai) SetMaxNumberofUEs ¶

func (o *NsacfInfoSnssai) SetMaxNumberofUEs(v int32)

SetMaxNumberofUEs gets a reference to the given int32 and assigns it to the MaxNumberofUEs field.

func (*NsacfInfoSnssai) SetNumberofUEs ¶

func (o *NsacfInfoSnssai) SetNumberofUEs(v int32)

SetNumberofUEs gets a reference to the given int32 and assigns it to the NumberofUEs field.

func (*NsacfInfoSnssai) SetSnssaiInfo ¶

func (o *NsacfInfoSnssai) SetSnssaiInfo(v SnssaiInfo)

SetSnssaiInfo gets a reference to the given SnssaiInfo and assigns it to the SnssaiInfo field.

func (*NsacfInfoSnssai) SetUEIdList ¶

func (o *NsacfInfoSnssai) SetUEIdList(v []string)

SetUEIdList gets a reference to the given []string and assigns it to the UEIdList field.

func (NsacfInfoSnssai) ToMap ¶

func (o NsacfInfoSnssai) ToMap() (map[string]interface{}, error)

type NssfFunctionSingle ¶

type NssfFunctionSingle struct {
	Top
	Attributes       *NssfFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
	PerfMetricJob    []PerfMetricJobSingle              `json:"PerfMetricJob,omitempty"`
	ThresholdMonitor []ThresholdMonitorSingle           `json:"ThresholdMonitor,omitempty"`
	ManagedNFService []ManagedNFServiceSingle           `json:"ManagedNFService,omitempty"`
	TraceJob         []TraceJobSingle                   `json:"TraceJob,omitempty"`
	EPN22            []EPN22Single                      `json:"EP_N22,omitempty"`
	EPN31            []EPN31Single                      `json:"EP_N31,omitempty"`
}

NssfFunctionSingle struct for NssfFunctionSingle

func NewNssfFunctionSingle ¶

func NewNssfFunctionSingle(id NullableString) *NssfFunctionSingle

NewNssfFunctionSingle instantiates a new NssfFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNssfFunctionSingleWithDefaults ¶

func NewNssfFunctionSingleWithDefaults() *NssfFunctionSingle

NewNssfFunctionSingleWithDefaults instantiates a new NssfFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NssfFunctionSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*NssfFunctionSingle) GetAttributesOk ¶

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 (*NssfFunctionSingle) GetEPN22 ¶

func (o *NssfFunctionSingle) GetEPN22() []EPN22Single

GetEPN22 returns the EPN22 field value if set, zero value otherwise.

func (*NssfFunctionSingle) GetEPN22Ok ¶

func (o *NssfFunctionSingle) GetEPN22Ok() ([]EPN22Single, bool)

GetEPN22Ok returns a tuple with the EPN22 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NssfFunctionSingle) GetEPN31 ¶

func (o *NssfFunctionSingle) GetEPN31() []EPN31Single

GetEPN31 returns the EPN31 field value if set, zero value otherwise.

func (*NssfFunctionSingle) GetEPN31Ok ¶

func (o *NssfFunctionSingle) GetEPN31Ok() ([]EPN31Single, bool)

GetEPN31Ok returns a tuple with the EPN31 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NssfFunctionSingle) GetManagedNFService ¶

func (o *NssfFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle

GetManagedNFService returns the ManagedNFService field value if set, zero value otherwise.

func (*NssfFunctionSingle) GetManagedNFServiceOk ¶

func (o *NssfFunctionSingle) 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 (*NssfFunctionSingle) GetPerfMetricJob ¶

func (o *NssfFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle

GetPerfMetricJob returns the PerfMetricJob field value if set, zero value otherwise.

func (*NssfFunctionSingle) GetPerfMetricJobOk ¶

func (o *NssfFunctionSingle) 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 (*NssfFunctionSingle) GetThresholdMonitor ¶

func (o *NssfFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle

GetThresholdMonitor returns the ThresholdMonitor field value if set, zero value otherwise.

func (*NssfFunctionSingle) GetThresholdMonitorOk ¶

func (o *NssfFunctionSingle) 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 (*NssfFunctionSingle) GetTraceJob ¶

func (o *NssfFunctionSingle) GetTraceJob() []TraceJobSingle

GetTraceJob returns the TraceJob field value if set, zero value otherwise.

func (*NssfFunctionSingle) GetTraceJobOk ¶

func (o *NssfFunctionSingle) 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 (*NssfFunctionSingle) HasAttributes ¶

func (o *NssfFunctionSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*NssfFunctionSingle) HasEPN22 ¶

func (o *NssfFunctionSingle) HasEPN22() bool

HasEPN22 returns a boolean if a field has been set.

func (*NssfFunctionSingle) HasEPN31 ¶

func (o *NssfFunctionSingle) HasEPN31() bool

HasEPN31 returns a boolean if a field has been set.

func (*NssfFunctionSingle) HasManagedNFService ¶

func (o *NssfFunctionSingle) HasManagedNFService() bool

HasManagedNFService returns a boolean if a field has been set.

func (*NssfFunctionSingle) HasPerfMetricJob ¶

func (o *NssfFunctionSingle) HasPerfMetricJob() bool

HasPerfMetricJob returns a boolean if a field has been set.

func (*NssfFunctionSingle) HasThresholdMonitor ¶

func (o *NssfFunctionSingle) HasThresholdMonitor() bool

HasThresholdMonitor returns a boolean if a field has been set.

func (*NssfFunctionSingle) HasTraceJob ¶

func (o *NssfFunctionSingle) HasTraceJob() bool

HasTraceJob returns a boolean if a field has been set.

func (NssfFunctionSingle) MarshalJSON ¶

func (o NssfFunctionSingle) MarshalJSON() ([]byte, error)

func (*NssfFunctionSingle) SetAttributes ¶

SetAttributes gets a reference to the given NssfFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (*NssfFunctionSingle) SetEPN22 ¶

func (o *NssfFunctionSingle) SetEPN22(v []EPN22Single)

SetEPN22 gets a reference to the given []EPN22Single and assigns it to the EPN22 field.

func (*NssfFunctionSingle) SetEPN31 ¶

func (o *NssfFunctionSingle) SetEPN31(v []EPN31Single)

SetEPN31 gets a reference to the given []EPN31Single and assigns it to the EPN31 field.

func (*NssfFunctionSingle) SetManagedNFService ¶

func (o *NssfFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle)

SetManagedNFService gets a reference to the given []ManagedNFServiceSingle and assigns it to the ManagedNFService field.

func (*NssfFunctionSingle) SetPerfMetricJob ¶

func (o *NssfFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle)

SetPerfMetricJob gets a reference to the given []PerfMetricJobSingle and assigns it to the PerfMetricJob field.

func (*NssfFunctionSingle) SetThresholdMonitor ¶

func (o *NssfFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)

SetThresholdMonitor gets a reference to the given []ThresholdMonitorSingle and assigns it to the ThresholdMonitor field.

func (*NssfFunctionSingle) SetTraceJob ¶

func (o *NssfFunctionSingle) SetTraceJob(v []TraceJobSingle)

SetTraceJob gets a reference to the given []TraceJobSingle and assigns it to the TraceJob field.

func (NssfFunctionSingle) ToMap ¶

func (o NssfFunctionSingle) ToMap() (map[string]interface{}, error)

type NssfFunctionSingleAllOf ¶

type NssfFunctionSingleAllOf struct {
	Attributes *NssfFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}

NssfFunctionSingleAllOf struct for NssfFunctionSingleAllOf

func NewNssfFunctionSingleAllOf ¶

func NewNssfFunctionSingleAllOf() *NssfFunctionSingleAllOf

NewNssfFunctionSingleAllOf instantiates a new NssfFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNssfFunctionSingleAllOfWithDefaults ¶

func NewNssfFunctionSingleAllOfWithDefaults() *NssfFunctionSingleAllOf

NewNssfFunctionSingleAllOfWithDefaults instantiates a new NssfFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NssfFunctionSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*NssfFunctionSingleAllOf) GetAttributesOk ¶

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 (*NssfFunctionSingleAllOf) HasAttributes ¶

func (o *NssfFunctionSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (NssfFunctionSingleAllOf) MarshalJSON ¶

func (o NssfFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*NssfFunctionSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given NssfFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (NssfFunctionSingleAllOf) ToMap ¶

func (o NssfFunctionSingleAllOf) ToMap() (map[string]interface{}, error)

type NssfFunctionSingleAllOf1 ¶

type NssfFunctionSingleAllOf1 struct {
	EPN22 []EPN22Single `json:"EP_N22,omitempty"`
	EPN31 []EPN31Single `json:"EP_N31,omitempty"`
}

NssfFunctionSingleAllOf1 struct for NssfFunctionSingleAllOf1

func NewNssfFunctionSingleAllOf1 ¶

func NewNssfFunctionSingleAllOf1() *NssfFunctionSingleAllOf1

NewNssfFunctionSingleAllOf1 instantiates a new NssfFunctionSingleAllOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNssfFunctionSingleAllOf1WithDefaults ¶

func NewNssfFunctionSingleAllOf1WithDefaults() *NssfFunctionSingleAllOf1

NewNssfFunctionSingleAllOf1WithDefaults instantiates a new NssfFunctionSingleAllOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NssfFunctionSingleAllOf1) GetEPN22 ¶

func (o *NssfFunctionSingleAllOf1) GetEPN22() []EPN22Single

GetEPN22 returns the EPN22 field value if set, zero value otherwise.

func (*NssfFunctionSingleAllOf1) GetEPN22Ok ¶

func (o *NssfFunctionSingleAllOf1) GetEPN22Ok() ([]EPN22Single, bool)

GetEPN22Ok returns a tuple with the EPN22 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NssfFunctionSingleAllOf1) GetEPN31 ¶

func (o *NssfFunctionSingleAllOf1) GetEPN31() []EPN31Single

GetEPN31 returns the EPN31 field value if set, zero value otherwise.

func (*NssfFunctionSingleAllOf1) GetEPN31Ok ¶

func (o *NssfFunctionSingleAllOf1) GetEPN31Ok() ([]EPN31Single, bool)

GetEPN31Ok returns a tuple with the EPN31 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NssfFunctionSingleAllOf1) HasEPN22 ¶

func (o *NssfFunctionSingleAllOf1) HasEPN22() bool

HasEPN22 returns a boolean if a field has been set.

func (*NssfFunctionSingleAllOf1) HasEPN31 ¶

func (o *NssfFunctionSingleAllOf1) HasEPN31() bool

HasEPN31 returns a boolean if a field has been set.

func (NssfFunctionSingleAllOf1) MarshalJSON ¶

func (o NssfFunctionSingleAllOf1) MarshalJSON() ([]byte, error)

func (*NssfFunctionSingleAllOf1) SetEPN22 ¶

func (o *NssfFunctionSingleAllOf1) SetEPN22(v []EPN22Single)

SetEPN22 gets a reference to the given []EPN22Single and assigns it to the EPN22 field.

func (*NssfFunctionSingleAllOf1) SetEPN31 ¶

func (o *NssfFunctionSingleAllOf1) SetEPN31(v []EPN31Single)

SetEPN31 gets a reference to the given []EPN31Single and assigns it to the EPN31 field.

func (NssfFunctionSingleAllOf1) ToMap ¶

func (o NssfFunctionSingleAllOf1) ToMap() (map[string]interface{}, error)

type NssfFunctionSingleAllOfAttributes ¶

type NssfFunctionSingleAllOfAttributes struct {
	ManagedFunctionAttr
	PLMNInfoList []PlmnInfo `json:"pLMNInfoList,omitempty"`
	SBIFqdn      *string    `json:"sBIFqdn,omitempty"`
	CNSIIdList   []string   `json:"cNSIIdList,omitempty"`
	// List of NF profile
	NFProfileList []NFProfile `json:"nFProfileList,omitempty"`
	CommModelList []CommModel `json:"commModelList,omitempty"`
}

NssfFunctionSingleAllOfAttributes struct for NssfFunctionSingleAllOfAttributes

func NewNssfFunctionSingleAllOfAttributes ¶

func NewNssfFunctionSingleAllOfAttributes() *NssfFunctionSingleAllOfAttributes

NewNssfFunctionSingleAllOfAttributes instantiates a new NssfFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNssfFunctionSingleAllOfAttributesWithDefaults ¶

func NewNssfFunctionSingleAllOfAttributesWithDefaults() *NssfFunctionSingleAllOfAttributes

NewNssfFunctionSingleAllOfAttributesWithDefaults instantiates a new NssfFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NssfFunctionSingleAllOfAttributes) GetCNSIIdList ¶

func (o *NssfFunctionSingleAllOfAttributes) GetCNSIIdList() []string

GetCNSIIdList returns the CNSIIdList field value if set, zero value otherwise.

func (*NssfFunctionSingleAllOfAttributes) GetCNSIIdListOk ¶

func (o *NssfFunctionSingleAllOfAttributes) GetCNSIIdListOk() ([]string, bool)

GetCNSIIdListOk returns a tuple with the CNSIIdList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NssfFunctionSingleAllOfAttributes) GetCommModelList ¶

func (o *NssfFunctionSingleAllOfAttributes) GetCommModelList() []CommModel

GetCommModelList returns the CommModelList field value if set, zero value otherwise.

func (*NssfFunctionSingleAllOfAttributes) GetCommModelListOk ¶

func (o *NssfFunctionSingleAllOfAttributes) GetCommModelListOk() ([]CommModel, bool)

GetCommModelListOk returns a tuple with the CommModelList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NssfFunctionSingleAllOfAttributes) GetNFProfileList ¶

func (o *NssfFunctionSingleAllOfAttributes) GetNFProfileList() []NFProfile

GetNFProfileList returns the NFProfileList field value if set, zero value otherwise.

func (*NssfFunctionSingleAllOfAttributes) GetNFProfileListOk ¶

func (o *NssfFunctionSingleAllOfAttributes) GetNFProfileListOk() ([]NFProfile, bool)

GetNFProfileListOk returns a tuple with the NFProfileList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NssfFunctionSingleAllOfAttributes) GetPLMNInfoList ¶

func (o *NssfFunctionSingleAllOfAttributes) GetPLMNInfoList() []PlmnInfo

GetPLMNInfoList returns the PLMNInfoList field value if set, zero value otherwise.

func (*NssfFunctionSingleAllOfAttributes) GetPLMNInfoListOk ¶

func (o *NssfFunctionSingleAllOfAttributes) GetPLMNInfoListOk() ([]PlmnInfo, bool)

GetPLMNInfoListOk returns a tuple with the PLMNInfoList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NssfFunctionSingleAllOfAttributes) GetSBIFqdn ¶

func (o *NssfFunctionSingleAllOfAttributes) GetSBIFqdn() string

GetSBIFqdn returns the SBIFqdn field value if set, zero value otherwise.

func (*NssfFunctionSingleAllOfAttributes) GetSBIFqdnOk ¶

func (o *NssfFunctionSingleAllOfAttributes) GetSBIFqdnOk() (*string, bool)

GetSBIFqdnOk returns a tuple with the SBIFqdn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NssfFunctionSingleAllOfAttributes) HasCNSIIdList ¶

func (o *NssfFunctionSingleAllOfAttributes) HasCNSIIdList() bool

HasCNSIIdList returns a boolean if a field has been set.

func (*NssfFunctionSingleAllOfAttributes) HasCommModelList ¶

func (o *NssfFunctionSingleAllOfAttributes) HasCommModelList() bool

HasCommModelList returns a boolean if a field has been set.

func (*NssfFunctionSingleAllOfAttributes) HasNFProfileList ¶

func (o *NssfFunctionSingleAllOfAttributes) HasNFProfileList() bool

HasNFProfileList returns a boolean if a field has been set.

func (*NssfFunctionSingleAllOfAttributes) HasPLMNInfoList ¶

func (o *NssfFunctionSingleAllOfAttributes) HasPLMNInfoList() bool

HasPLMNInfoList returns a boolean if a field has been set.

func (*NssfFunctionSingleAllOfAttributes) HasSBIFqdn ¶

func (o *NssfFunctionSingleAllOfAttributes) HasSBIFqdn() bool

HasSBIFqdn returns a boolean if a field has been set.

func (NssfFunctionSingleAllOfAttributes) MarshalJSON ¶

func (o NssfFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*NssfFunctionSingleAllOfAttributes) SetCNSIIdList ¶

func (o *NssfFunctionSingleAllOfAttributes) SetCNSIIdList(v []string)

SetCNSIIdList gets a reference to the given []string and assigns it to the CNSIIdList field.

func (*NssfFunctionSingleAllOfAttributes) SetCommModelList ¶

func (o *NssfFunctionSingleAllOfAttributes) SetCommModelList(v []CommModel)

SetCommModelList gets a reference to the given []CommModel and assigns it to the CommModelList field.

func (*NssfFunctionSingleAllOfAttributes) SetNFProfileList ¶

func (o *NssfFunctionSingleAllOfAttributes) SetNFProfileList(v []NFProfile)

SetNFProfileList gets a reference to the given []NFProfile and assigns it to the NFProfileList field.

func (*NssfFunctionSingleAllOfAttributes) SetPLMNInfoList ¶

func (o *NssfFunctionSingleAllOfAttributes) SetPLMNInfoList(v []PlmnInfo)

SetPLMNInfoList gets a reference to the given []PlmnInfo and assigns it to the PLMNInfoList field.

func (*NssfFunctionSingleAllOfAttributes) SetSBIFqdn ¶

func (o *NssfFunctionSingleAllOfAttributes) SetSBIFqdn(v string)

SetSBIFqdn gets a reference to the given string and assigns it to the SBIFqdn field.

func (NssfFunctionSingleAllOfAttributes) ToMap ¶

func (o NssfFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type NssfFunctionSingleAllOfAttributesAllOf ¶

type NssfFunctionSingleAllOfAttributesAllOf struct {
	PLMNInfoList []PlmnInfo `json:"pLMNInfoList,omitempty"`
	SBIFqdn      *string    `json:"sBIFqdn,omitempty"`
	CNSIIdList   []string   `json:"cNSIIdList,omitempty"`
	// List of NF profile
	NFProfileList []NFProfile `json:"nFProfileList,omitempty"`
	CommModelList []CommModel `json:"commModelList,omitempty"`
}

NssfFunctionSingleAllOfAttributesAllOf struct for NssfFunctionSingleAllOfAttributesAllOf

func NewNssfFunctionSingleAllOfAttributesAllOf ¶

func NewNssfFunctionSingleAllOfAttributesAllOf() *NssfFunctionSingleAllOfAttributesAllOf

NewNssfFunctionSingleAllOfAttributesAllOf instantiates a new NssfFunctionSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNssfFunctionSingleAllOfAttributesAllOfWithDefaults ¶

func NewNssfFunctionSingleAllOfAttributesAllOfWithDefaults() *NssfFunctionSingleAllOfAttributesAllOf

NewNssfFunctionSingleAllOfAttributesAllOfWithDefaults instantiates a new NssfFunctionSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NssfFunctionSingleAllOfAttributesAllOf) GetCNSIIdList ¶

func (o *NssfFunctionSingleAllOfAttributesAllOf) GetCNSIIdList() []string

GetCNSIIdList returns the CNSIIdList field value if set, zero value otherwise.

func (*NssfFunctionSingleAllOfAttributesAllOf) GetCNSIIdListOk ¶

func (o *NssfFunctionSingleAllOfAttributesAllOf) GetCNSIIdListOk() ([]string, bool)

GetCNSIIdListOk returns a tuple with the CNSIIdList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NssfFunctionSingleAllOfAttributesAllOf) GetCommModelList ¶

func (o *NssfFunctionSingleAllOfAttributesAllOf) GetCommModelList() []CommModel

GetCommModelList returns the CommModelList field value if set, zero value otherwise.

func (*NssfFunctionSingleAllOfAttributesAllOf) GetCommModelListOk ¶

func (o *NssfFunctionSingleAllOfAttributesAllOf) GetCommModelListOk() ([]CommModel, bool)

GetCommModelListOk returns a tuple with the CommModelList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NssfFunctionSingleAllOfAttributesAllOf) GetNFProfileList ¶

func (o *NssfFunctionSingleAllOfAttributesAllOf) GetNFProfileList() []NFProfile

GetNFProfileList returns the NFProfileList field value if set, zero value otherwise.

func (*NssfFunctionSingleAllOfAttributesAllOf) GetNFProfileListOk ¶

func (o *NssfFunctionSingleAllOfAttributesAllOf) GetNFProfileListOk() ([]NFProfile, bool)

GetNFProfileListOk returns a tuple with the NFProfileList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NssfFunctionSingleAllOfAttributesAllOf) GetPLMNInfoList ¶

func (o *NssfFunctionSingleAllOfAttributesAllOf) GetPLMNInfoList() []PlmnInfo

GetPLMNInfoList returns the PLMNInfoList field value if set, zero value otherwise.

func (*NssfFunctionSingleAllOfAttributesAllOf) GetPLMNInfoListOk ¶

func (o *NssfFunctionSingleAllOfAttributesAllOf) GetPLMNInfoListOk() ([]PlmnInfo, bool)

GetPLMNInfoListOk returns a tuple with the PLMNInfoList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NssfFunctionSingleAllOfAttributesAllOf) GetSBIFqdn ¶

GetSBIFqdn returns the SBIFqdn field value if set, zero value otherwise.

func (*NssfFunctionSingleAllOfAttributesAllOf) GetSBIFqdnOk ¶

func (o *NssfFunctionSingleAllOfAttributesAllOf) GetSBIFqdnOk() (*string, bool)

GetSBIFqdnOk returns a tuple with the SBIFqdn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NssfFunctionSingleAllOfAttributesAllOf) HasCNSIIdList ¶

func (o *NssfFunctionSingleAllOfAttributesAllOf) HasCNSIIdList() bool

HasCNSIIdList returns a boolean if a field has been set.

func (*NssfFunctionSingleAllOfAttributesAllOf) HasCommModelList ¶

func (o *NssfFunctionSingleAllOfAttributesAllOf) HasCommModelList() bool

HasCommModelList returns a boolean if a field has been set.

func (*NssfFunctionSingleAllOfAttributesAllOf) HasNFProfileList ¶

func (o *NssfFunctionSingleAllOfAttributesAllOf) HasNFProfileList() bool

HasNFProfileList returns a boolean if a field has been set.

func (*NssfFunctionSingleAllOfAttributesAllOf) HasPLMNInfoList ¶

func (o *NssfFunctionSingleAllOfAttributesAllOf) HasPLMNInfoList() bool

HasPLMNInfoList returns a boolean if a field has been set.

func (*NssfFunctionSingleAllOfAttributesAllOf) HasSBIFqdn ¶

HasSBIFqdn returns a boolean if a field has been set.

func (NssfFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (o NssfFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)

func (*NssfFunctionSingleAllOfAttributesAllOf) SetCNSIIdList ¶

func (o *NssfFunctionSingleAllOfAttributesAllOf) SetCNSIIdList(v []string)

SetCNSIIdList gets a reference to the given []string and assigns it to the CNSIIdList field.

func (*NssfFunctionSingleAllOfAttributesAllOf) SetCommModelList ¶

func (o *NssfFunctionSingleAllOfAttributesAllOf) SetCommModelList(v []CommModel)

SetCommModelList gets a reference to the given []CommModel and assigns it to the CommModelList field.

func (*NssfFunctionSingleAllOfAttributesAllOf) SetNFProfileList ¶

func (o *NssfFunctionSingleAllOfAttributesAllOf) SetNFProfileList(v []NFProfile)

SetNFProfileList gets a reference to the given []NFProfile and assigns it to the NFProfileList field.

func (*NssfFunctionSingleAllOfAttributesAllOf) SetPLMNInfoList ¶

func (o *NssfFunctionSingleAllOfAttributesAllOf) SetPLMNInfoList(v []PlmnInfo)

SetPLMNInfoList gets a reference to the given []PlmnInfo and assigns it to the PLMNInfoList field.

func (*NssfFunctionSingleAllOfAttributesAllOf) SetSBIFqdn ¶

SetSBIFqdn gets a reference to the given string and assigns it to the SBIFqdn field.

func (NssfFunctionSingleAllOfAttributesAllOf) ToMap ¶

func (o NssfFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)

type NtfSubscriptionControlSingle ¶

type NtfSubscriptionControlSingle struct {
	Top
	Attributes       *NtfSubscriptionControlSingleAllOfAttributes `json:"attributes,omitempty"`
	HeartbeatControl *HeartbeatControlSingle                      `json:"HeartbeatControl,omitempty"`
}

NtfSubscriptionControlSingle struct for NtfSubscriptionControlSingle

func NewNtfSubscriptionControlSingle ¶

func NewNtfSubscriptionControlSingle(id NullableString) *NtfSubscriptionControlSingle

NewNtfSubscriptionControlSingle instantiates a new NtfSubscriptionControlSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNtfSubscriptionControlSingleWithDefaults ¶

func NewNtfSubscriptionControlSingleWithDefaults() *NtfSubscriptionControlSingle

NewNtfSubscriptionControlSingleWithDefaults instantiates a new NtfSubscriptionControlSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NtfSubscriptionControlSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*NtfSubscriptionControlSingle) GetAttributesOk ¶

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 ¶

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 ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*NtfSubscriptionControlSingleAllOf) GetAttributesOk ¶

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 ¶

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 ¶

SetAttributes gets a reference to the given NtfSubscriptionControlSingleAllOfAttributes and assigns it to the Attributes field.

func (*NtfSubscriptionControlSingleAllOf) SetHeartbeatControl ¶

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                        *Scope1            `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 ¶

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 ¶

GetScope returns the Scope field value if set, zero value otherwise.

func (*NtfSubscriptionControlSingleAllOfAttributes) GetScopeOk ¶

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 ¶

HasScope returns a boolean if a field has been set.

func (NtfSubscriptionControlSingleAllOfAttributes) MarshalJSON ¶

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 ¶

SetNotificationTypes gets a reference to the given []NotificationType and assigns it to the NotificationTypes field.

func (*NtfSubscriptionControlSingleAllOfAttributes) SetScope ¶

SetScope gets a reference to the given Scope1 and assigns it to the Scope field.

func (NtfSubscriptionControlSingleAllOfAttributes) ToMap ¶

func (o NtfSubscriptionControlSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type NullValue ¶

type NullValue string

NullValue JSON's null value.

const (
	NULL NullValue = "null"
)

List of NullValue

func NewNullValueFromValue ¶

func NewNullValueFromValue(v string) (*NullValue, error)

NewNullValueFromValue returns a pointer to a valid NullValue for the value passed as argument, or an error if the value passed is not allowed by the enum

func (NullValue) IsValid ¶

func (v NullValue) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (NullValue) Ptr ¶

func (v NullValue) Ptr() *NullValue

Ptr returns reference to NullValue value

func (*NullValue) UnmarshalJSON ¶

func (v *NullValue) UnmarshalJSON(src []byte) error

type NullableACCLDisallowedAttributes ¶

type NullableACCLDisallowedAttributes struct {
	// contains filtered or unexported fields
}

func (NullableACCLDisallowedAttributes) Get ¶

func (NullableACCLDisallowedAttributes) IsSet ¶

func (NullableACCLDisallowedAttributes) MarshalJSON ¶

func (v NullableACCLDisallowedAttributes) MarshalJSON() ([]byte, error)

func (*NullableACCLDisallowedAttributes) Set ¶

func (*NullableACCLDisallowedAttributes) UnmarshalJSON ¶

func (v *NullableACCLDisallowedAttributes) UnmarshalJSON(src []byte) error

func (*NullableACCLDisallowedAttributes) Unset ¶

type NullableAccessType ¶

type NullableAccessType struct {
	// contains filtered or unexported fields
}

func NewNullableAccessType ¶

func NewNullableAccessType(val *AccessType) *NullableAccessType

func (NullableAccessType) Get ¶

func (v NullableAccessType) Get() *AccessType

func (NullableAccessType) IsSet ¶

func (v NullableAccessType) IsSet() bool

func (NullableAccessType) MarshalJSON ¶

func (v NullableAccessType) MarshalJSON() ([]byte, error)

func (*NullableAccessType) Set ¶

func (v *NullableAccessType) Set(val *AccessType)

func (*NullableAccessType) UnmarshalJSON ¶

func (v *NullableAccessType) UnmarshalJSON(src []byte) error

func (*NullableAccessType) Unset ¶

func (v *NullableAccessType) Unset()

type NullableAccessTypeRm ¶

type NullableAccessTypeRm struct {
	// contains filtered or unexported fields
}

func NewNullableAccessTypeRm ¶

func NewNullableAccessTypeRm(val *AccessTypeRm) *NullableAccessTypeRm

func (NullableAccessTypeRm) Get ¶

func (NullableAccessTypeRm) IsSet ¶

func (v NullableAccessTypeRm) IsSet() bool

func (NullableAccessTypeRm) MarshalJSON ¶

func (v NullableAccessTypeRm) MarshalJSON() ([]byte, error)

func (*NullableAccessTypeRm) Set ¶

func (v *NullableAccessTypeRm) Set(val *AccessTypeRm)

func (*NullableAccessTypeRm) UnmarshalJSON ¶

func (v *NullableAccessTypeRm) UnmarshalJSON(src []byte) error

func (*NullableAccessTypeRm) Unset ¶

func (v *NullableAccessTypeRm) Unset()

type 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 NullableActivityFactorTarget ¶

type NullableActivityFactorTarget struct {
	// contains filtered or unexported fields
}

func (NullableActivityFactorTarget) Get ¶

func (NullableActivityFactorTarget) IsSet ¶

func (NullableActivityFactorTarget) MarshalJSON ¶

func (v NullableActivityFactorTarget) MarshalJSON() ([]byte, error)

func (*NullableActivityFactorTarget) Set ¶

func (*NullableActivityFactorTarget) UnmarshalJSON ¶

func (v *NullableActivityFactorTarget) UnmarshalJSON(src []byte) error

func (*NullableActivityFactorTarget) Unset ¶

func (v *NullableActivityFactorTarget) Unset()

type NullableAddressWithVlan ¶

type NullableAddressWithVlan struct {
	// contains filtered or unexported fields
}

func NewNullableAddressWithVlan ¶

func NewNullableAddressWithVlan(val *AddressWithVlan) *NullableAddressWithVlan

func (NullableAddressWithVlan) Get ¶

func (NullableAddressWithVlan) IsSet ¶

func (v NullableAddressWithVlan) IsSet() bool

func (NullableAddressWithVlan) MarshalJSON ¶

func (v NullableAddressWithVlan) MarshalJSON() ([]byte, error)

func (*NullableAddressWithVlan) Set ¶

func (*NullableAddressWithVlan) UnmarshalJSON ¶

func (v *NullableAddressWithVlan) UnmarshalJSON(src []byte) error

func (*NullableAddressWithVlan) Unset ¶

func (v *NullableAddressWithVlan) Unset()

type NullableAdministrativeState ¶

type NullableAdministrativeState struct {
	// contains filtered or unexported fields
}

func (NullableAdministrativeState) Get ¶

func (NullableAdministrativeState) IsSet ¶

func (NullableAdministrativeState) MarshalJSON ¶

func (v NullableAdministrativeState) MarshalJSON() ([]byte, error)

func (*NullableAdministrativeState) Set ¶

func (*NullableAdministrativeState) UnmarshalJSON ¶

func (v *NullableAdministrativeState) UnmarshalJSON(src []byte) error

func (*NullableAdministrativeState) Unset ¶

func (v *NullableAdministrativeState) Unset()

type NullableAfEvent ¶

type NullableAfEvent struct {
	// contains filtered or unexported fields
}

func NewNullableAfEvent ¶

func NewNullableAfEvent(val *AfEvent) *NullableAfEvent

func (NullableAfEvent) Get ¶

func (v NullableAfEvent) Get() *AfEvent

func (NullableAfEvent) IsSet ¶

func (v NullableAfEvent) IsSet() bool

func (NullableAfEvent) MarshalJSON ¶

func (v NullableAfEvent) MarshalJSON() ([]byte, error)

func (*NullableAfEvent) Set ¶

func (v *NullableAfEvent) Set(val *AfEvent)

func (*NullableAfEvent) UnmarshalJSON ¶

func (v *NullableAfEvent) UnmarshalJSON(src []byte) error

func (*NullableAfEvent) Unset ¶

func (v *NullableAfEvent) Unset()

type NullableAfEventExposureData ¶

type NullableAfEventExposureData struct {
	// contains filtered or unexported fields
}

func (NullableAfEventExposureData) Get ¶

func (NullableAfEventExposureData) IsSet ¶

func (NullableAfEventExposureData) MarshalJSON ¶

func (v NullableAfEventExposureData) MarshalJSON() ([]byte, error)

func (*NullableAfEventExposureData) Set ¶

func (*NullableAfEventExposureData) UnmarshalJSON ¶

func (v *NullableAfEventExposureData) UnmarshalJSON(src []byte) error

func (*NullableAfEventExposureData) Unset ¶

func (v *NullableAfEventExposureData) Unset()

type NullableAfSigProtocol ¶

type NullableAfSigProtocol struct {
	// contains filtered or unexported fields
}

func NewNullableAfSigProtocol ¶

func NewNullableAfSigProtocol(val *AfSigProtocol) *NullableAfSigProtocol

func (NullableAfSigProtocol) Get ¶

func (NullableAfSigProtocol) IsSet ¶

func (v NullableAfSigProtocol) IsSet() bool

func (NullableAfSigProtocol) MarshalJSON ¶

func (v NullableAfSigProtocol) MarshalJSON() ([]byte, error)

func (*NullableAfSigProtocol) Set ¶

func (v *NullableAfSigProtocol) Set(val *AfSigProtocol)

func (*NullableAfSigProtocol) UnmarshalJSON ¶

func (v *NullableAfSigProtocol) UnmarshalJSON(src []byte) error

func (*NullableAfSigProtocol) Unset ¶

func (v *NullableAfSigProtocol) Unset()

type NullableAlarmListSingle ¶

type NullableAlarmListSingle struct {
	// contains filtered or unexported fields
}

func NewNullableAlarmListSingle ¶

func NewNullableAlarmListSingle(val *AlarmListSingle) *NullableAlarmListSingle

func (NullableAlarmListSingle) Get ¶

func (NullableAlarmListSingle) IsSet ¶

func (v NullableAlarmListSingle) IsSet() bool

func (NullableAlarmListSingle) MarshalJSON ¶

func (v NullableAlarmListSingle) MarshalJSON() ([]byte, error)

func (*NullableAlarmListSingle) Set ¶

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 (NullableAlarmListSingleAllOf) Get ¶

func (NullableAlarmListSingleAllOf) IsSet ¶

func (NullableAlarmListSingleAllOf) MarshalJSON ¶

func (v NullableAlarmListSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableAlarmListSingleAllOf) Set ¶

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 (NullableAlarmListSingleAllOfAttributes) Get ¶

func (NullableAlarmListSingleAllOfAttributes) IsSet ¶

func (NullableAlarmListSingleAllOfAttributes) MarshalJSON ¶

func (v NullableAlarmListSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*NullableAlarmListSingleAllOfAttributes) Set ¶

func (*NullableAlarmListSingleAllOfAttributes) UnmarshalJSON ¶

func (v *NullableAlarmListSingleAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullableAlarmListSingleAllOfAttributes) Unset ¶

type NullableAlarmNotificationTypes ¶

type NullableAlarmNotificationTypes struct {
	// contains filtered or unexported fields
}

func (NullableAlarmNotificationTypes) Get ¶

func (NullableAlarmNotificationTypes) IsSet ¶

func (NullableAlarmNotificationTypes) MarshalJSON ¶

func (v NullableAlarmNotificationTypes) MarshalJSON() ([]byte, error)

func (*NullableAlarmNotificationTypes) Set ¶

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 (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 NullableAmfFunctionSingle ¶

type NullableAmfFunctionSingle struct {
	// contains filtered or unexported fields
}

func NewNullableAmfFunctionSingle ¶

func NewNullableAmfFunctionSingle(val *AmfFunctionSingle) *NullableAmfFunctionSingle

func (NullableAmfFunctionSingle) Get ¶

func (NullableAmfFunctionSingle) IsSet ¶

func (v NullableAmfFunctionSingle) IsSet() bool

func (NullableAmfFunctionSingle) MarshalJSON ¶

func (v NullableAmfFunctionSingle) MarshalJSON() ([]byte, error)

func (*NullableAmfFunctionSingle) Set ¶

func (*NullableAmfFunctionSingle) UnmarshalJSON ¶

func (v *NullableAmfFunctionSingle) UnmarshalJSON(src []byte) error

func (*NullableAmfFunctionSingle) Unset ¶

func (v *NullableAmfFunctionSingle) Unset()

type NullableAmfFunctionSingleAllOf ¶

type NullableAmfFunctionSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableAmfFunctionSingleAllOf) Get ¶

func (NullableAmfFunctionSingleAllOf) IsSet ¶

func (NullableAmfFunctionSingleAllOf) MarshalJSON ¶

func (v NullableAmfFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableAmfFunctionSingleAllOf) Set ¶

func (*NullableAmfFunctionSingleAllOf) UnmarshalJSON ¶

func (v *NullableAmfFunctionSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableAmfFunctionSingleAllOf) Unset ¶

func (v *NullableAmfFunctionSingleAllOf) Unset()

type NullableAmfFunctionSingleAllOf1 ¶

type NullableAmfFunctionSingleAllOf1 struct {
	// contains filtered or unexported fields
}

func (NullableAmfFunctionSingleAllOf1) Get ¶

func (NullableAmfFunctionSingleAllOf1) IsSet ¶

func (NullableAmfFunctionSingleAllOf1) MarshalJSON ¶

func (v NullableAmfFunctionSingleAllOf1) MarshalJSON() ([]byte, error)

func (*NullableAmfFunctionSingleAllOf1) Set ¶

func (*NullableAmfFunctionSingleAllOf1) UnmarshalJSON ¶

func (v *NullableAmfFunctionSingleAllOf1) UnmarshalJSON(src []byte) error

func (*NullableAmfFunctionSingleAllOf1) Unset ¶

type NullableAmfFunctionSingleAllOfAttributes ¶

type NullableAmfFunctionSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableAmfFunctionSingleAllOfAttributes) Get ¶

func (NullableAmfFunctionSingleAllOfAttributes) IsSet ¶

func (NullableAmfFunctionSingleAllOfAttributes) MarshalJSON ¶

func (*NullableAmfFunctionSingleAllOfAttributes) Set ¶

func (*NullableAmfFunctionSingleAllOfAttributes) UnmarshalJSON ¶

func (v *NullableAmfFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullableAmfFunctionSingleAllOfAttributes) Unset ¶

type NullableAmfFunctionSingleAllOfAttributesAllOf ¶

type NullableAmfFunctionSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableAmfFunctionSingleAllOfAttributesAllOf) Get ¶

func (NullableAmfFunctionSingleAllOfAttributesAllOf) IsSet ¶

func (NullableAmfFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*NullableAmfFunctionSingleAllOfAttributesAllOf) Set ¶

func (*NullableAmfFunctionSingleAllOfAttributesAllOf) UnmarshalJSON ¶

func (*NullableAmfFunctionSingleAllOfAttributesAllOf) Unset ¶

type NullableAmfIdentifier ¶

type NullableAmfIdentifier struct {
	// contains filtered or unexported fields
}

func NewNullableAmfIdentifier ¶

func NewNullableAmfIdentifier(val *AmfIdentifier) *NullableAmfIdentifier

func (NullableAmfIdentifier) Get ¶

func (NullableAmfIdentifier) IsSet ¶

func (v NullableAmfIdentifier) IsSet() bool

func (NullableAmfIdentifier) MarshalJSON ¶

func (v NullableAmfIdentifier) MarshalJSON() ([]byte, error)

func (*NullableAmfIdentifier) Set ¶

func (v *NullableAmfIdentifier) Set(val *AmfIdentifier)

func (*NullableAmfIdentifier) UnmarshalJSON ¶

func (v *NullableAmfIdentifier) UnmarshalJSON(src []byte) error

func (*NullableAmfIdentifier) Unset ¶

func (v *NullableAmfIdentifier) Unset()

type NullableAmfRegionSingle ¶

type NullableAmfRegionSingle struct {
	// contains filtered or unexported fields
}

func NewNullableAmfRegionSingle ¶

func NewNullableAmfRegionSingle(val *AmfRegionSingle) *NullableAmfRegionSingle

func (NullableAmfRegionSingle) Get ¶

func (NullableAmfRegionSingle) IsSet ¶

func (v NullableAmfRegionSingle) IsSet() bool

func (NullableAmfRegionSingle) MarshalJSON ¶

func (v NullableAmfRegionSingle) MarshalJSON() ([]byte, error)

func (*NullableAmfRegionSingle) Set ¶

func (*NullableAmfRegionSingle) UnmarshalJSON ¶

func (v *NullableAmfRegionSingle) UnmarshalJSON(src []byte) error

func (*NullableAmfRegionSingle) Unset ¶

func (v *NullableAmfRegionSingle) Unset()

type NullableAmfRegionSingleAllOf ¶

type NullableAmfRegionSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableAmfRegionSingleAllOf) Get ¶

func (NullableAmfRegionSingleAllOf) IsSet ¶

func (NullableAmfRegionSingleAllOf) MarshalJSON ¶

func (v NullableAmfRegionSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableAmfRegionSingleAllOf) Set ¶

func (*NullableAmfRegionSingleAllOf) UnmarshalJSON ¶

func (v *NullableAmfRegionSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableAmfRegionSingleAllOf) Unset ¶

func (v *NullableAmfRegionSingleAllOf) Unset()

type NullableAmfRegionSingleAllOfAttributes ¶

type NullableAmfRegionSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableAmfRegionSingleAllOfAttributes) Get ¶

func (NullableAmfRegionSingleAllOfAttributes) IsSet ¶

func (NullableAmfRegionSingleAllOfAttributes) MarshalJSON ¶

func (v NullableAmfRegionSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*NullableAmfRegionSingleAllOfAttributes) Set ¶

func (*NullableAmfRegionSingleAllOfAttributes) UnmarshalJSON ¶

func (v *NullableAmfRegionSingleAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullableAmfRegionSingleAllOfAttributes) Unset ¶

type NullableAmfRegionSingleAllOfAttributesAllOf ¶

type NullableAmfRegionSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableAmfRegionSingleAllOfAttributesAllOf) Get ¶

func (NullableAmfRegionSingleAllOfAttributesAllOf) IsSet ¶

func (NullableAmfRegionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*NullableAmfRegionSingleAllOfAttributesAllOf) Set ¶

func (*NullableAmfRegionSingleAllOfAttributesAllOf) UnmarshalJSON ¶

func (v *NullableAmfRegionSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error

func (*NullableAmfRegionSingleAllOfAttributesAllOf) Unset ¶

type NullableAmfSetSingle ¶

type NullableAmfSetSingle struct {
	// contains filtered or unexported fields
}

func NewNullableAmfSetSingle ¶

func NewNullableAmfSetSingle(val *AmfSetSingle) *NullableAmfSetSingle

func (NullableAmfSetSingle) Get ¶

func (NullableAmfSetSingle) IsSet ¶

func (v NullableAmfSetSingle) IsSet() bool

func (NullableAmfSetSingle) MarshalJSON ¶

func (v NullableAmfSetSingle) MarshalJSON() ([]byte, error)

func (*NullableAmfSetSingle) Set ¶

func (v *NullableAmfSetSingle) Set(val *AmfSetSingle)

func (*NullableAmfSetSingle) UnmarshalJSON ¶

func (v *NullableAmfSetSingle) UnmarshalJSON(src []byte) error

func (*NullableAmfSetSingle) Unset ¶

func (v *NullableAmfSetSingle) Unset()

type NullableAmfSetSingleAllOf ¶

type NullableAmfSetSingleAllOf struct {
	// contains filtered or unexported fields
}

func NewNullableAmfSetSingleAllOf ¶

func NewNullableAmfSetSingleAllOf(val *AmfSetSingleAllOf) *NullableAmfSetSingleAllOf

func (NullableAmfSetSingleAllOf) Get ¶

func (NullableAmfSetSingleAllOf) IsSet ¶

func (v NullableAmfSetSingleAllOf) IsSet() bool

func (NullableAmfSetSingleAllOf) MarshalJSON ¶

func (v NullableAmfSetSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableAmfSetSingleAllOf) Set ¶

func (*NullableAmfSetSingleAllOf) UnmarshalJSON ¶

func (v *NullableAmfSetSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableAmfSetSingleAllOf) Unset ¶

func (v *NullableAmfSetSingleAllOf) Unset()

type NullableAmfSetSingleAllOfAttributes ¶

type NullableAmfSetSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableAmfSetSingleAllOfAttributes) Get ¶

func (NullableAmfSetSingleAllOfAttributes) IsSet ¶

func (NullableAmfSetSingleAllOfAttributes) MarshalJSON ¶

func (v NullableAmfSetSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*NullableAmfSetSingleAllOfAttributes) Set ¶

func (*NullableAmfSetSingleAllOfAttributes) UnmarshalJSON ¶

func (v *NullableAmfSetSingleAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullableAmfSetSingleAllOfAttributes) Unset ¶

type NullableAmfSetSingleAllOfAttributesAllOf ¶

type NullableAmfSetSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableAmfSetSingleAllOfAttributesAllOf) Get ¶

func (NullableAmfSetSingleAllOfAttributesAllOf) IsSet ¶

func (NullableAmfSetSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*NullableAmfSetSingleAllOfAttributesAllOf) Set ¶

func (*NullableAmfSetSingleAllOfAttributesAllOf) UnmarshalJSON ¶

func (v *NullableAmfSetSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error

func (*NullableAmfSetSingleAllOfAttributesAllOf) Unset ¶

type NullableAnalyticsSchedule ¶

type NullableAnalyticsSchedule struct {
	// contains filtered or unexported fields
}

func NewNullableAnalyticsSchedule ¶

func NewNullableAnalyticsSchedule(val *AnalyticsSchedule) *NullableAnalyticsSchedule

func (NullableAnalyticsSchedule) Get ¶

func (NullableAnalyticsSchedule) IsSet ¶

func (v NullableAnalyticsSchedule) IsSet() bool

func (NullableAnalyticsSchedule) MarshalJSON ¶

func (v NullableAnalyticsSchedule) MarshalJSON() ([]byte, error)

func (*NullableAnalyticsSchedule) Set ¶

func (*NullableAnalyticsSchedule) UnmarshalJSON ¶

func (v *NullableAnalyticsSchedule) UnmarshalJSON(src []byte) error

func (*NullableAnalyticsSchedule) Unset ¶

func (v *NullableAnalyticsSchedule) Unset()

type NullableAnalyticsScheduleOneOf ¶

type NullableAnalyticsScheduleOneOf struct {
	// contains filtered or unexported fields
}

func (NullableAnalyticsScheduleOneOf) Get ¶

func (NullableAnalyticsScheduleOneOf) IsSet ¶

func (NullableAnalyticsScheduleOneOf) MarshalJSON ¶

func (v NullableAnalyticsScheduleOneOf) MarshalJSON() ([]byte, error)

func (*NullableAnalyticsScheduleOneOf) Set ¶

func (*NullableAnalyticsScheduleOneOf) UnmarshalJSON ¶

func (v *NullableAnalyticsScheduleOneOf) UnmarshalJSON(src []byte) error

func (*NullableAnalyticsScheduleOneOf) Unset ¶

func (v *NullableAnalyticsScheduleOneOf) Unset()

type NullableAnalyticsScheduleOneOf1 ¶

type NullableAnalyticsScheduleOneOf1 struct {
	// contains filtered or unexported fields
}

func (NullableAnalyticsScheduleOneOf1) Get ¶

func (NullableAnalyticsScheduleOneOf1) IsSet ¶

func (NullableAnalyticsScheduleOneOf1) MarshalJSON ¶

func (v NullableAnalyticsScheduleOneOf1) MarshalJSON() ([]byte, error)

func (*NullableAnalyticsScheduleOneOf1) Set ¶

func (*NullableAnalyticsScheduleOneOf1) UnmarshalJSON ¶

func (v *NullableAnalyticsScheduleOneOf1) UnmarshalJSON(src []byte) error

func (*NullableAnalyticsScheduleOneOf1) Unset ¶

type NullableAnalyticsScopeType ¶

type NullableAnalyticsScopeType struct {
	// contains filtered or unexported fields
}

func NewNullableAnalyticsScopeType ¶

func NewNullableAnalyticsScopeType(val *AnalyticsScopeType) *NullableAnalyticsScopeType

func (NullableAnalyticsScopeType) Get ¶

func (NullableAnalyticsScopeType) IsSet ¶

func (v NullableAnalyticsScopeType) IsSet() bool

func (NullableAnalyticsScopeType) MarshalJSON ¶

func (v NullableAnalyticsScopeType) MarshalJSON() ([]byte, error)

func (*NullableAnalyticsScopeType) Set ¶

func (*NullableAnalyticsScopeType) UnmarshalJSON ¶

func (v *NullableAnalyticsScopeType) UnmarshalJSON(src []byte) error

func (*NullableAnalyticsScopeType) Unset ¶

func (v *NullableAnalyticsScopeType) Unset()

type NullableAnalyticsScopeTypeOneOf ¶

type NullableAnalyticsScopeTypeOneOf struct {
	// contains filtered or unexported fields
}

func (NullableAnalyticsScopeTypeOneOf) Get ¶

func (NullableAnalyticsScopeTypeOneOf) IsSet ¶

func (NullableAnalyticsScopeTypeOneOf) MarshalJSON ¶

func (v NullableAnalyticsScopeTypeOneOf) MarshalJSON() ([]byte, error)

func (*NullableAnalyticsScopeTypeOneOf) Set ¶

func (*NullableAnalyticsScopeTypeOneOf) UnmarshalJSON ¶

func (v *NullableAnalyticsScopeTypeOneOf) UnmarshalJSON(src []byte) error

func (*NullableAnalyticsScopeTypeOneOf) Unset ¶

type NullableAnalyticsScopeTypeOneOf1 ¶

type NullableAnalyticsScopeTypeOneOf1 struct {
	// contains filtered or unexported fields
}

func (NullableAnalyticsScopeTypeOneOf1) Get ¶

func (NullableAnalyticsScopeTypeOneOf1) IsSet ¶

func (NullableAnalyticsScopeTypeOneOf1) MarshalJSON ¶

func (v NullableAnalyticsScopeTypeOneOf1) MarshalJSON() ([]byte, error)

func (*NullableAnalyticsScopeTypeOneOf1) Set ¶

func (*NullableAnalyticsScopeTypeOneOf1) UnmarshalJSON ¶

func (v *NullableAnalyticsScopeTypeOneOf1) UnmarshalJSON(src []byte) error

func (*NullableAnalyticsScopeTypeOneOf1) Unset ¶

type NullableAnonymizationOfMdtDataType ¶

type NullableAnonymizationOfMdtDataType struct {
	// contains filtered or unexported fields
}

func (NullableAnonymizationOfMdtDataType) Get ¶

func (NullableAnonymizationOfMdtDataType) IsSet ¶

func (NullableAnonymizationOfMdtDataType) MarshalJSON ¶

func (v NullableAnonymizationOfMdtDataType) MarshalJSON() ([]byte, error)

func (*NullableAnonymizationOfMdtDataType) Set ¶

func (*NullableAnonymizationOfMdtDataType) UnmarshalJSON ¶

func (v *NullableAnonymizationOfMdtDataType) UnmarshalJSON(src []byte) error

func (*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 (NullableAreaOfInterest) IsSet ¶

func (v NullableAreaOfInterest) IsSet() bool

func (NullableAreaOfInterest) MarshalJSON ¶

func (v NullableAreaOfInterest) MarshalJSON() ([]byte, error)

func (*NullableAreaOfInterest) Set ¶

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 NullableArp ¶

type NullableArp struct {
	// contains filtered or unexported fields
}

func NewNullableArp ¶

func NewNullableArp(val *Arp) *NullableArp

func (NullableArp) Get ¶

func (v NullableArp) Get() *Arp

func (NullableArp) IsSet ¶

func (v NullableArp) IsSet() bool

func (NullableArp) MarshalJSON ¶

func (v NullableArp) MarshalJSON() ([]byte, error)

func (*NullableArp) Set ¶

func (v *NullableArp) Set(val *Arp)

func (*NullableArp) UnmarshalJSON ¶

func (v *NullableArp) UnmarshalJSON(src []byte) error

func (*NullableArp) Unset ¶

func (v *NullableArp) Unset()

type NullableAssuranceClosedControlLoopSingle ¶

type NullableAssuranceClosedControlLoopSingle struct {
	// contains filtered or unexported fields
}

func (NullableAssuranceClosedControlLoopSingle) Get ¶

func (NullableAssuranceClosedControlLoopSingle) IsSet ¶

func (NullableAssuranceClosedControlLoopSingle) MarshalJSON ¶

func (*NullableAssuranceClosedControlLoopSingle) Set ¶

func (*NullableAssuranceClosedControlLoopSingle) UnmarshalJSON ¶

func (v *NullableAssuranceClosedControlLoopSingle) UnmarshalJSON(src []byte) error

func (*NullableAssuranceClosedControlLoopSingle) Unset ¶

type NullableAssuranceClosedControlLoopSingleAllOf ¶

type NullableAssuranceClosedControlLoopSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableAssuranceClosedControlLoopSingleAllOf) Get ¶

func (NullableAssuranceClosedControlLoopSingleAllOf) IsSet ¶

func (NullableAssuranceClosedControlLoopSingleAllOf) MarshalJSON ¶

func (*NullableAssuranceClosedControlLoopSingleAllOf) Set ¶

func (*NullableAssuranceClosedControlLoopSingleAllOf) UnmarshalJSON ¶

func (*NullableAssuranceClosedControlLoopSingleAllOf) Unset ¶

type NullableAssuranceClosedControlLoopSingleAllOfAttributes ¶

type NullableAssuranceClosedControlLoopSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableAssuranceClosedControlLoopSingleAllOfAttributes) Get ¶

func (NullableAssuranceClosedControlLoopSingleAllOfAttributes) IsSet ¶

func (NullableAssuranceClosedControlLoopSingleAllOfAttributes) MarshalJSON ¶

func (*NullableAssuranceClosedControlLoopSingleAllOfAttributes) Set ¶

func (*NullableAssuranceClosedControlLoopSingleAllOfAttributes) UnmarshalJSON ¶

func (*NullableAssuranceClosedControlLoopSingleAllOfAttributes) Unset ¶

type NullableAssuranceGoalSingle ¶

type NullableAssuranceGoalSingle struct {
	// contains filtered or unexported fields
}

func (NullableAssuranceGoalSingle) Get ¶

func (NullableAssuranceGoalSingle) IsSet ¶

func (NullableAssuranceGoalSingle) MarshalJSON ¶

func (v NullableAssuranceGoalSingle) MarshalJSON() ([]byte, error)

func (*NullableAssuranceGoalSingle) Set ¶

func (*NullableAssuranceGoalSingle) UnmarshalJSON ¶

func (v *NullableAssuranceGoalSingle) UnmarshalJSON(src []byte) error

func (*NullableAssuranceGoalSingle) Unset ¶

func (v *NullableAssuranceGoalSingle) Unset()

type NullableAssuranceGoalSingleAllOf ¶

type NullableAssuranceGoalSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableAssuranceGoalSingleAllOf) Get ¶

func (NullableAssuranceGoalSingleAllOf) IsSet ¶

func (NullableAssuranceGoalSingleAllOf) MarshalJSON ¶

func (v NullableAssuranceGoalSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableAssuranceGoalSingleAllOf) Set ¶

func (*NullableAssuranceGoalSingleAllOf) UnmarshalJSON ¶

func (v *NullableAssuranceGoalSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableAssuranceGoalSingleAllOf) Unset ¶

type NullableAssuranceGoalSingleAllOfAttributes ¶

type NullableAssuranceGoalSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableAssuranceGoalSingleAllOfAttributes) Get ¶

func (NullableAssuranceGoalSingleAllOfAttributes) IsSet ¶

func (NullableAssuranceGoalSingleAllOfAttributes) MarshalJSON ¶

func (*NullableAssuranceGoalSingleAllOfAttributes) Set ¶

func (*NullableAssuranceGoalSingleAllOfAttributes) UnmarshalJSON ¶

func (v *NullableAssuranceGoalSingleAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullableAssuranceGoalSingleAllOfAttributes) Unset ¶

type NullableAssuranceGoalSingleAllOfAttributesAllOf ¶

type NullableAssuranceGoalSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableAssuranceGoalSingleAllOfAttributesAllOf) Get ¶

func (NullableAssuranceGoalSingleAllOfAttributesAllOf) IsSet ¶

func (NullableAssuranceGoalSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*NullableAssuranceGoalSingleAllOfAttributesAllOf) Set ¶

func (*NullableAssuranceGoalSingleAllOfAttributesAllOf) UnmarshalJSON ¶

func (*NullableAssuranceGoalSingleAllOfAttributesAllOf) Unset ¶

type NullableAssuranceGoalStatus ¶

type NullableAssuranceGoalStatus struct {
	// contains filtered or unexported fields
}

func (NullableAssuranceGoalStatus) Get ¶

func (NullableAssuranceGoalStatus) IsSet ¶

func (NullableAssuranceGoalStatus) MarshalJSON ¶

func (v NullableAssuranceGoalStatus) MarshalJSON() ([]byte, error)

func (*NullableAssuranceGoalStatus) Set ¶

func (*NullableAssuranceGoalStatus) UnmarshalJSON ¶

func (v *NullableAssuranceGoalStatus) UnmarshalJSON(src []byte) error

func (*NullableAssuranceGoalStatus) Unset ¶

func (v *NullableAssuranceGoalStatus) Unset()

type NullableAssuranceGoalStatusObserved ¶

type NullableAssuranceGoalStatusObserved struct {
	// contains filtered or unexported fields
}

func (NullableAssuranceGoalStatusObserved) Get ¶

func (NullableAssuranceGoalStatusObserved) IsSet ¶

func (NullableAssuranceGoalStatusObserved) MarshalJSON ¶

func (v NullableAssuranceGoalStatusObserved) MarshalJSON() ([]byte, error)

func (*NullableAssuranceGoalStatusObserved) Set ¶

func (*NullableAssuranceGoalStatusObserved) UnmarshalJSON ¶

func (v *NullableAssuranceGoalStatusObserved) UnmarshalJSON(src []byte) error

func (*NullableAssuranceGoalStatusObserved) Unset ¶

type NullableAssuranceGoalStatusPredicted ¶

type NullableAssuranceGoalStatusPredicted struct {
	// contains filtered or unexported fields
}

func (NullableAssuranceGoalStatusPredicted) Get ¶

func (NullableAssuranceGoalStatusPredicted) IsSet ¶

func (NullableAssuranceGoalStatusPredicted) MarshalJSON ¶

func (v NullableAssuranceGoalStatusPredicted) MarshalJSON() ([]byte, error)

func (*NullableAssuranceGoalStatusPredicted) Set ¶

func (*NullableAssuranceGoalStatusPredicted) UnmarshalJSON ¶

func (v *NullableAssuranceGoalStatusPredicted) UnmarshalJSON(src []byte) error

func (*NullableAssuranceGoalStatusPredicted) Unset ¶

type NullableAssuranceReportSingle ¶

type NullableAssuranceReportSingle struct {
	// contains filtered or unexported fields
}

func (NullableAssuranceReportSingle) Get ¶

func (NullableAssuranceReportSingle) IsSet ¶

func (NullableAssuranceReportSingle) MarshalJSON ¶

func (v NullableAssuranceReportSingle) MarshalJSON() ([]byte, error)

func (*NullableAssuranceReportSingle) Set ¶

func (*NullableAssuranceReportSingle) UnmarshalJSON ¶

func (v *NullableAssuranceReportSingle) UnmarshalJSON(src []byte) error

func (*NullableAssuranceReportSingle) Unset ¶

func (v *NullableAssuranceReportSingle) Unset()

type NullableAssuranceReportSingleAllOf ¶

type NullableAssuranceReportSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableAssuranceReportSingleAllOf) Get ¶

func (NullableAssuranceReportSingleAllOf) IsSet ¶

func (NullableAssuranceReportSingleAllOf) MarshalJSON ¶

func (v NullableAssuranceReportSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableAssuranceReportSingleAllOf) Set ¶

func (*NullableAssuranceReportSingleAllOf) UnmarshalJSON ¶

func (v *NullableAssuranceReportSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableAssuranceReportSingleAllOf) Unset ¶

type NullableAssuranceReportSingleAllOfAttributes ¶

type NullableAssuranceReportSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableAssuranceReportSingleAllOfAttributes) Get ¶

func (NullableAssuranceReportSingleAllOfAttributes) IsSet ¶

func (NullableAssuranceReportSingleAllOfAttributes) MarshalJSON ¶

func (*NullableAssuranceReportSingleAllOfAttributes) Set ¶

func (*NullableAssuranceReportSingleAllOfAttributes) UnmarshalJSON ¶

func (*NullableAssuranceReportSingleAllOfAttributes) Unset ¶

type NullableAssuranceReportSingleAllOfAttributesAllOf ¶

type NullableAssuranceReportSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableAssuranceReportSingleAllOfAttributesAllOf) Get ¶

func (NullableAssuranceReportSingleAllOfAttributesAllOf) IsSet ¶

func (NullableAssuranceReportSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*NullableAssuranceReportSingleAllOfAttributesAllOf) Set ¶

func (*NullableAssuranceReportSingleAllOfAttributesAllOf) UnmarshalJSON ¶

func (*NullableAssuranceReportSingleAllOfAttributesAllOf) Unset ¶

type NullableAssuranceScope ¶

type NullableAssuranceScope struct {
	// contains filtered or unexported fields
}

func NewNullableAssuranceScope ¶

func NewNullableAssuranceScope(val *AssuranceScope) *NullableAssuranceScope

func (NullableAssuranceScope) Get ¶

func (NullableAssuranceScope) IsSet ¶

func (v NullableAssuranceScope) IsSet() bool

func (NullableAssuranceScope) MarshalJSON ¶

func (v NullableAssuranceScope) MarshalJSON() ([]byte, error)

func (*NullableAssuranceScope) Set ¶

func (*NullableAssuranceScope) UnmarshalJSON ¶

func (v *NullableAssuranceScope) UnmarshalJSON(src []byte) error

func (*NullableAssuranceScope) Unset ¶

func (v *NullableAssuranceScope) Unset()

type NullableAssuranceTarget ¶

type NullableAssuranceTarget struct {
	// contains filtered or unexported fields
}

func NewNullableAssuranceTarget ¶

func NewNullableAssuranceTarget(val *AssuranceTarget) *NullableAssuranceTarget

func (NullableAssuranceTarget) Get ¶

func (NullableAssuranceTarget) IsSet ¶

func (v NullableAssuranceTarget) IsSet() bool

func (NullableAssuranceTarget) MarshalJSON ¶

func (v NullableAssuranceTarget) MarshalJSON() ([]byte, error)

func (*NullableAssuranceTarget) Set ¶

func (*NullableAssuranceTarget) UnmarshalJSON ¶

func (v *NullableAssuranceTarget) UnmarshalJSON(src []byte) error

func (*NullableAssuranceTarget) Unset ¶

func (v *NullableAssuranceTarget) Unset()

type NullableAtsssCapability ¶

type NullableAtsssCapability struct {
	// contains filtered or unexported fields
}

func NewNullableAtsssCapability ¶

func NewNullableAtsssCapability(val *AtsssCapability) *NullableAtsssCapability

func (NullableAtsssCapability) Get ¶

func (NullableAtsssCapability) IsSet ¶

func (v NullableAtsssCapability) IsSet() bool

func (NullableAtsssCapability) MarshalJSON ¶

func (v NullableAtsssCapability) MarshalJSON() ([]byte, error)

func (*NullableAtsssCapability) Set ¶

func (*NullableAtsssCapability) UnmarshalJSON ¶

func (v *NullableAtsssCapability) UnmarshalJSON(src []byte) error

func (*NullableAtsssCapability) Unset ¶

func (v *NullableAtsssCapability) Unset()

type NullableAusfFunctionSingle ¶

type NullableAusfFunctionSingle struct {
	// contains filtered or unexported fields
}

func NewNullableAusfFunctionSingle ¶

func NewNullableAusfFunctionSingle(val *AusfFunctionSingle) *NullableAusfFunctionSingle

func (NullableAusfFunctionSingle) Get ¶

func (NullableAusfFunctionSingle) IsSet ¶

func (v NullableAusfFunctionSingle) IsSet() bool

func (NullableAusfFunctionSingle) MarshalJSON ¶

func (v NullableAusfFunctionSingle) MarshalJSON() ([]byte, error)

func (*NullableAusfFunctionSingle) Set ¶

func (*NullableAusfFunctionSingle) UnmarshalJSON ¶

func (v *NullableAusfFunctionSingle) UnmarshalJSON(src []byte) error

func (*NullableAusfFunctionSingle) Unset ¶

func (v *NullableAusfFunctionSingle) Unset()

type NullableAusfFunctionSingleAllOf ¶

type NullableAusfFunctionSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableAusfFunctionSingleAllOf) Get ¶

func (NullableAusfFunctionSingleAllOf) IsSet ¶

func (NullableAusfFunctionSingleAllOf) MarshalJSON ¶

func (v NullableAusfFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableAusfFunctionSingleAllOf) Set ¶

func (*NullableAusfFunctionSingleAllOf) UnmarshalJSON ¶

func (v *NullableAusfFunctionSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableAusfFunctionSingleAllOf) Unset ¶

type NullableAusfFunctionSingleAllOf1 ¶

type NullableAusfFunctionSingleAllOf1 struct {
	// contains filtered or unexported fields
}

func (NullableAusfFunctionSingleAllOf1) Get ¶

func (NullableAusfFunctionSingleAllOf1) IsSet ¶

func (NullableAusfFunctionSingleAllOf1) MarshalJSON ¶

func (v NullableAusfFunctionSingleAllOf1) MarshalJSON() ([]byte, error)

func (*NullableAusfFunctionSingleAllOf1) Set ¶

func (*NullableAusfFunctionSingleAllOf1) UnmarshalJSON ¶

func (v *NullableAusfFunctionSingleAllOf1) UnmarshalJSON(src []byte) error

func (*NullableAusfFunctionSingleAllOf1) Unset ¶

type NullableAusfFunctionSingleAllOfAttributes ¶

type NullableAusfFunctionSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableAusfFunctionSingleAllOfAttributes) Get ¶

func (NullableAusfFunctionSingleAllOfAttributes) IsSet ¶

func (NullableAusfFunctionSingleAllOfAttributes) MarshalJSON ¶

func (*NullableAusfFunctionSingleAllOfAttributes) Set ¶

func (*NullableAusfFunctionSingleAllOfAttributes) UnmarshalJSON ¶

func (v *NullableAusfFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullableAusfFunctionSingleAllOfAttributes) Unset ¶

type NullableAusfFunctionSingleAllOfAttributesAllOf ¶

type NullableAusfFunctionSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableAusfFunctionSingleAllOfAttributesAllOf) Get ¶

func (NullableAusfFunctionSingleAllOfAttributesAllOf) IsSet ¶

func (NullableAusfFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*NullableAusfFunctionSingleAllOfAttributesAllOf) Set ¶

func (*NullableAusfFunctionSingleAllOfAttributesAllOf) UnmarshalJSON ¶

func (*NullableAusfFunctionSingleAllOfAttributesAllOf) Unset ¶

type NullableAusfInfo ¶

type NullableAusfInfo struct {
	// contains filtered or unexported fields
}

func NewNullableAusfInfo ¶

func NewNullableAusfInfo(val *AusfInfo) *NullableAusfInfo

func (NullableAusfInfo) Get ¶

func (v NullableAusfInfo) Get() *AusfInfo

func (NullableAusfInfo) IsSet ¶

func (v NullableAusfInfo) IsSet() bool

func (NullableAusfInfo) MarshalJSON ¶

func (v NullableAusfInfo) MarshalJSON() ([]byte, error)

func (*NullableAusfInfo) Set ¶

func (v *NullableAusfInfo) Set(val *AusfInfo)

func (*NullableAusfInfo) UnmarshalJSON ¶

func (v *NullableAusfInfo) UnmarshalJSON(src []byte) error

func (*NullableAusfInfo) Unset ¶

func (v *NullableAusfInfo) Unset()

type NullableAveDLRANUEThptTarget ¶

type NullableAveDLRANUEThptTarget struct {
	// contains filtered or unexported fields
}

func (NullableAveDLRANUEThptTarget) Get ¶

func (NullableAveDLRANUEThptTarget) IsSet ¶

func (NullableAveDLRANUEThptTarget) MarshalJSON ¶

func (v NullableAveDLRANUEThptTarget) MarshalJSON() ([]byte, error)

func (*NullableAveDLRANUEThptTarget) Set ¶

func (*NullableAveDLRANUEThptTarget) UnmarshalJSON ¶

func (v *NullableAveDLRANUEThptTarget) UnmarshalJSON(src []byte) error

func (*NullableAveDLRANUEThptTarget) Unset ¶

func (v *NullableAveDLRANUEThptTarget) Unset()

type NullableAveULRANUEThptTarget ¶

type NullableAveULRANUEThptTarget struct {
	// contains filtered or unexported fields
}

func (NullableAveULRANUEThptTarget) Get ¶

func (NullableAveULRANUEThptTarget) IsSet ¶

func (NullableAveULRANUEThptTarget) MarshalJSON ¶

func (v NullableAveULRANUEThptTarget) MarshalJSON() ([]byte, error)

func (*NullableAveULRANUEThptTarget) Set ¶

func (*NullableAveULRANUEThptTarget) UnmarshalJSON ¶

func (v *NullableAveULRANUEThptTarget) UnmarshalJSON(src []byte) error

func (*NullableAveULRANUEThptTarget) Unset ¶

func (v *NullableAveULRANUEThptTarget) Unset()

type NullableBWPSetSingle ¶

type NullableBWPSetSingle struct {
	// contains filtered or unexported fields
}

func NewNullableBWPSetSingle ¶

func NewNullableBWPSetSingle(val *BWPSetSingle) *NullableBWPSetSingle

func (NullableBWPSetSingle) Get ¶

func (NullableBWPSetSingle) IsSet ¶

func (v NullableBWPSetSingle) IsSet() bool

func (NullableBWPSetSingle) MarshalJSON ¶

func (v NullableBWPSetSingle) MarshalJSON() ([]byte, error)

func (*NullableBWPSetSingle) Set ¶

func (v *NullableBWPSetSingle) Set(val *BWPSetSingle)

func (*NullableBWPSetSingle) UnmarshalJSON ¶

func (v *NullableBWPSetSingle) UnmarshalJSON(src []byte) error

func (*NullableBWPSetSingle) Unset ¶

func (v *NullableBWPSetSingle) Unset()

type NullableBWPSetSingleAllOf ¶

type NullableBWPSetSingleAllOf struct {
	// contains filtered or unexported fields
}

func NewNullableBWPSetSingleAllOf ¶

func NewNullableBWPSetSingleAllOf(val *BWPSetSingleAllOf) *NullableBWPSetSingleAllOf

func (NullableBWPSetSingleAllOf) Get ¶

func (NullableBWPSetSingleAllOf) IsSet ¶

func (v NullableBWPSetSingleAllOf) IsSet() bool

func (NullableBWPSetSingleAllOf) MarshalJSON ¶

func (v NullableBWPSetSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableBWPSetSingleAllOf) Set ¶

func (*NullableBWPSetSingleAllOf) UnmarshalJSON ¶

func (v *NullableBWPSetSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableBWPSetSingleAllOf) Unset ¶

func (v *NullableBWPSetSingleAllOf) Unset()

type NullableBackhaulAddress ¶

type NullableBackhaulAddress struct {
	// contains filtered or unexported fields
}

func NewNullableBackhaulAddress ¶

func NewNullableBackhaulAddress(val *BackhaulAddress) *NullableBackhaulAddress

func (NullableBackhaulAddress) Get ¶

func (NullableBackhaulAddress) IsSet ¶

func (v NullableBackhaulAddress) IsSet() bool

func (NullableBackhaulAddress) MarshalJSON ¶

func (v NullableBackhaulAddress) MarshalJSON() ([]byte, error)

func (*NullableBackhaulAddress) Set ¶

func (*NullableBackhaulAddress) UnmarshalJSON ¶

func (v *NullableBackhaulAddress) UnmarshalJSON(src []byte) error

func (*NullableBackhaulAddress) Unset ¶

func (v *NullableBackhaulAddress) Unset()

type NullableBeamSingle ¶

type NullableBeamSingle struct {
	// contains filtered or unexported fields
}

func NewNullableBeamSingle ¶

func NewNullableBeamSingle(val *BeamSingle) *NullableBeamSingle

func (NullableBeamSingle) Get ¶

func (v NullableBeamSingle) Get() *BeamSingle

func (NullableBeamSingle) IsSet ¶

func (v NullableBeamSingle) IsSet() bool

func (NullableBeamSingle) MarshalJSON ¶

func (v NullableBeamSingle) MarshalJSON() ([]byte, error)

func (*NullableBeamSingle) Set ¶

func (v *NullableBeamSingle) Set(val *BeamSingle)

func (*NullableBeamSingle) UnmarshalJSON ¶

func (v *NullableBeamSingle) UnmarshalJSON(src []byte) error

func (*NullableBeamSingle) Unset ¶

func (v *NullableBeamSingle) Unset()

type NullableBeamSingleAllOf ¶

type NullableBeamSingleAllOf struct {
	// contains filtered or unexported fields
}

func NewNullableBeamSingleAllOf ¶

func NewNullableBeamSingleAllOf(val *BeamSingleAllOf) *NullableBeamSingleAllOf

func (NullableBeamSingleAllOf) Get ¶

func (NullableBeamSingleAllOf) IsSet ¶

func (v NullableBeamSingleAllOf) IsSet() bool

func (NullableBeamSingleAllOf) MarshalJSON ¶

func (v NullableBeamSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableBeamSingleAllOf) Set ¶

func (*NullableBeamSingleAllOf) UnmarshalJSON ¶

func (v *NullableBeamSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableBeamSingleAllOf) Unset ¶

func (v *NullableBeamSingleAllOf) Unset()

type NullableBeamSingleAllOfAttributes ¶

type NullableBeamSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableBeamSingleAllOfAttributes) Get ¶

func (NullableBeamSingleAllOfAttributes) IsSet ¶

func (NullableBeamSingleAllOfAttributes) MarshalJSON ¶

func (v NullableBeamSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*NullableBeamSingleAllOfAttributes) Set ¶

func (*NullableBeamSingleAllOfAttributes) UnmarshalJSON ¶

func (v *NullableBeamSingleAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullableBeamSingleAllOfAttributes) Unset ¶

type NullableBeamSingleAllOfAttributesAllOf ¶

type NullableBeamSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableBeamSingleAllOfAttributesAllOf) Get ¶

func (NullableBeamSingleAllOfAttributesAllOf) IsSet ¶

func (NullableBeamSingleAllOfAttributesAllOf) MarshalJSON ¶

func (v NullableBeamSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)

func (*NullableBeamSingleAllOfAttributesAllOf) Set ¶

func (*NullableBeamSingleAllOfAttributesAllOf) UnmarshalJSON ¶

func (v *NullableBeamSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error

func (*NullableBeamSingleAllOfAttributesAllOf) Unset ¶

type NullableBool ¶

type NullableBool struct {
	// contains filtered or unexported fields
}

func NewNullableBool ¶

func NewNullableBool(val *bool) *NullableBool

func (NullableBool) Get ¶

func (v NullableBool) Get() *bool

func (NullableBool) IsSet ¶

func (v NullableBool) IsSet() bool

func (NullableBool) MarshalJSON ¶

func (v NullableBool) MarshalJSON() ([]byte, error)

func (*NullableBool) Set ¶

func (v *NullableBool) Set(val *bool)

func (*NullableBool) UnmarshalJSON ¶

func (v *NullableBool) UnmarshalJSON(src []byte) error

func (*NullableBool) Unset ¶

func (v *NullableBool) Unset()

type NullableBwpContext ¶

type NullableBwpContext struct {
	// contains filtered or unexported fields
}

func NewNullableBwpContext ¶

func NewNullableBwpContext(val *BwpContext) *NullableBwpContext

func (NullableBwpContext) Get ¶

func (v NullableBwpContext) Get() *BwpContext

func (NullableBwpContext) IsSet ¶

func (v NullableBwpContext) IsSet() bool

func (NullableBwpContext) MarshalJSON ¶

func (v NullableBwpContext) MarshalJSON() ([]byte, error)

func (*NullableBwpContext) Set ¶

func (v *NullableBwpContext) Set(val *BwpContext)

func (*NullableBwpContext) UnmarshalJSON ¶

func (v *NullableBwpContext) UnmarshalJSON(src []byte) error

func (*NullableBwpContext) Unset ¶

func (v *NullableBwpContext) Unset()

type NullableBwpSingle ¶

type NullableBwpSingle struct {
	// contains filtered or unexported fields
}

func NewNullableBwpSingle ¶

func NewNullableBwpSingle(val *BwpSingle) *NullableBwpSingle

func (NullableBwpSingle) Get ¶

func (v NullableBwpSingle) Get() *BwpSingle

func (NullableBwpSingle) IsSet ¶

func (v NullableBwpSingle) IsSet() bool

func (NullableBwpSingle) MarshalJSON ¶

func (v NullableBwpSingle) MarshalJSON() ([]byte, error)

func (*NullableBwpSingle) Set ¶

func (v *NullableBwpSingle) Set(val *BwpSingle)

func (*NullableBwpSingle) UnmarshalJSON ¶

func (v *NullableBwpSingle) UnmarshalJSON(src []byte) error

func (*NullableBwpSingle) Unset ¶

func (v *NullableBwpSingle) Unset()

type NullableBwpSingleAllOf ¶

type NullableBwpSingleAllOf struct {
	// contains filtered or unexported fields
}

func NewNullableBwpSingleAllOf ¶

func NewNullableBwpSingleAllOf(val *BwpSingleAllOf) *NullableBwpSingleAllOf

func (NullableBwpSingleAllOf) Get ¶

func (NullableBwpSingleAllOf) IsSet ¶

func (v NullableBwpSingleAllOf) IsSet() bool

func (NullableBwpSingleAllOf) MarshalJSON ¶

func (v NullableBwpSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableBwpSingleAllOf) Set ¶

func (*NullableBwpSingleAllOf) UnmarshalJSON ¶

func (v *NullableBwpSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableBwpSingleAllOf) Unset ¶

func (v *NullableBwpSingleAllOf) Unset()

type NullableBwpSingleAllOfAttributes ¶

type NullableBwpSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableBwpSingleAllOfAttributes) Get ¶

func (NullableBwpSingleAllOfAttributes) IsSet ¶

func (NullableBwpSingleAllOfAttributes) MarshalJSON ¶

func (v NullableBwpSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*NullableBwpSingleAllOfAttributes) Set ¶

func (*NullableBwpSingleAllOfAttributes) UnmarshalJSON ¶

func (v *NullableBwpSingleAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullableBwpSingleAllOfAttributes) Unset ¶

type NullableBwpSingleAllOfAttributesAllOf ¶

type NullableBwpSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableBwpSingleAllOfAttributesAllOf) Get ¶

func (NullableBwpSingleAllOfAttributesAllOf) IsSet ¶

func (NullableBwpSingleAllOfAttributesAllOf) MarshalJSON ¶

func (v NullableBwpSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)

func (*NullableBwpSingleAllOfAttributesAllOf) Set ¶

func (*NullableBwpSingleAllOfAttributesAllOf) UnmarshalJSON ¶

func (v *NullableBwpSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error

func (*NullableBwpSingleAllOfAttributesAllOf) Unset ¶

type NullableCCOFunctionSingle ¶

type NullableCCOFunctionSingle struct {
	// contains filtered or unexported fields
}

func NewNullableCCOFunctionSingle ¶

func NewNullableCCOFunctionSingle(val *CCOFunctionSingle) *NullableCCOFunctionSingle

func (NullableCCOFunctionSingle) Get ¶

func (NullableCCOFunctionSingle) IsSet ¶

func (v NullableCCOFunctionSingle) IsSet() bool

func (NullableCCOFunctionSingle) MarshalJSON ¶

func (v NullableCCOFunctionSingle) MarshalJSON() ([]byte, error)

func (*NullableCCOFunctionSingle) Set ¶

func (*NullableCCOFunctionSingle) UnmarshalJSON ¶

func (v *NullableCCOFunctionSingle) UnmarshalJSON(src []byte) error

func (*NullableCCOFunctionSingle) Unset ¶

func (v *NullableCCOFunctionSingle) Unset()

type NullableCCOFunctionSingleAllOf ¶

type NullableCCOFunctionSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableCCOFunctionSingleAllOf) Get ¶

func (NullableCCOFunctionSingleAllOf) IsSet ¶

func (NullableCCOFunctionSingleAllOf) MarshalJSON ¶

func (v NullableCCOFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableCCOFunctionSingleAllOf) Set ¶

func (*NullableCCOFunctionSingleAllOf) UnmarshalJSON ¶

func (v *NullableCCOFunctionSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableCCOFunctionSingleAllOf) Unset ¶

func (v *NullableCCOFunctionSingleAllOf) Unset()

type NullableCCOFunctionSingleAllOfAttributes ¶

type NullableCCOFunctionSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableCCOFunctionSingleAllOfAttributes) Get ¶

func (NullableCCOFunctionSingleAllOfAttributes) IsSet ¶

func (NullableCCOFunctionSingleAllOfAttributes) MarshalJSON ¶

func (*NullableCCOFunctionSingleAllOfAttributes) Set ¶

func (*NullableCCOFunctionSingleAllOfAttributes) UnmarshalJSON ¶

func (v *NullableCCOFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullableCCOFunctionSingleAllOfAttributes) Unset ¶

type NullableCCOOvershootCoverageParametersSingle ¶

type NullableCCOOvershootCoverageParametersSingle struct {
	// contains filtered or unexported fields
}

func (NullableCCOOvershootCoverageParametersSingle) Get ¶

func (NullableCCOOvershootCoverageParametersSingle) IsSet ¶

func (NullableCCOOvershootCoverageParametersSingle) MarshalJSON ¶

func (*NullableCCOOvershootCoverageParametersSingle) Set ¶

func (*NullableCCOOvershootCoverageParametersSingle) UnmarshalJSON ¶

func (*NullableCCOOvershootCoverageParametersSingle) Unset ¶

type NullableCCOParametersAttr ¶

type NullableCCOParametersAttr struct {
	// contains filtered or unexported fields
}

func NewNullableCCOParametersAttr ¶

func NewNullableCCOParametersAttr(val *CCOParametersAttr) *NullableCCOParametersAttr

func (NullableCCOParametersAttr) Get ¶

func (NullableCCOParametersAttr) IsSet ¶

func (v NullableCCOParametersAttr) IsSet() bool

func (NullableCCOParametersAttr) MarshalJSON ¶

func (v NullableCCOParametersAttr) MarshalJSON() ([]byte, error)

func (*NullableCCOParametersAttr) Set ¶

func (*NullableCCOParametersAttr) UnmarshalJSON ¶

func (v *NullableCCOParametersAttr) UnmarshalJSON(src []byte) error

func (*NullableCCOParametersAttr) Unset ¶

func (v *NullableCCOParametersAttr) Unset()

type NullableCCOParametersAttrAllOf ¶

type NullableCCOParametersAttrAllOf struct {
	// contains filtered or unexported fields
}

func (NullableCCOParametersAttrAllOf) Get ¶

func (NullableCCOParametersAttrAllOf) IsSet ¶

func (NullableCCOParametersAttrAllOf) MarshalJSON ¶

func (v NullableCCOParametersAttrAllOf) MarshalJSON() ([]byte, error)

func (*NullableCCOParametersAttrAllOf) Set ¶

func (*NullableCCOParametersAttrAllOf) UnmarshalJSON ¶

func (v *NullableCCOParametersAttrAllOf) UnmarshalJSON(src []byte) error

func (*NullableCCOParametersAttrAllOf) Unset ¶

func (v *NullableCCOParametersAttrAllOf) Unset()

type NullableCCOParametersAttrAllOfAttributes ¶

type NullableCCOParametersAttrAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableCCOParametersAttrAllOfAttributes) Get ¶

func (NullableCCOParametersAttrAllOfAttributes) IsSet ¶

func (NullableCCOParametersAttrAllOfAttributes) MarshalJSON ¶

func (*NullableCCOParametersAttrAllOfAttributes) Set ¶

func (*NullableCCOParametersAttrAllOfAttributes) UnmarshalJSON ¶

func (v *NullableCCOParametersAttrAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullableCCOParametersAttrAllOfAttributes) Unset ¶

type NullableCCOPilotPollutionParametersSingle ¶

type NullableCCOPilotPollutionParametersSingle struct {
	// contains filtered or unexported fields
}

func (NullableCCOPilotPollutionParametersSingle) Get ¶

func (NullableCCOPilotPollutionParametersSingle) IsSet ¶

func (NullableCCOPilotPollutionParametersSingle) MarshalJSON ¶

func (*NullableCCOPilotPollutionParametersSingle) Set ¶

func (*NullableCCOPilotPollutionParametersSingle) UnmarshalJSON ¶

func (v *NullableCCOPilotPollutionParametersSingle) UnmarshalJSON(src []byte) error

func (*NullableCCOPilotPollutionParametersSingle) Unset ¶

type NullableCCOWeakCoverageParametersSingle ¶

type NullableCCOWeakCoverageParametersSingle struct {
	// contains filtered or unexported fields
}

func (NullableCCOWeakCoverageParametersSingle) Get ¶

func (NullableCCOWeakCoverageParametersSingle) IsSet ¶

func (NullableCCOWeakCoverageParametersSingle) MarshalJSON ¶

func (v NullableCCOWeakCoverageParametersSingle) MarshalJSON() ([]byte, error)

func (*NullableCCOWeakCoverageParametersSingle) Set ¶

func (*NullableCCOWeakCoverageParametersSingle) UnmarshalJSON ¶

func (v *NullableCCOWeakCoverageParametersSingle) UnmarshalJSON(src []byte) error

func (*NullableCCOWeakCoverageParametersSingle) Unset ¶

type NullableCESManagementFunctionSingle ¶

type NullableCESManagementFunctionSingle struct {
	// contains filtered or unexported fields
}

func (NullableCESManagementFunctionSingle) Get ¶

func (NullableCESManagementFunctionSingle) IsSet ¶

func (NullableCESManagementFunctionSingle) MarshalJSON ¶

func (v NullableCESManagementFunctionSingle) MarshalJSON() ([]byte, error)

func (*NullableCESManagementFunctionSingle) Set ¶

func (*NullableCESManagementFunctionSingle) UnmarshalJSON ¶

func (v *NullableCESManagementFunctionSingle) UnmarshalJSON(src []byte) error

func (*NullableCESManagementFunctionSingle) Unset ¶

type NullableCESManagementFunctionSingleAllOf ¶

type NullableCESManagementFunctionSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableCESManagementFunctionSingleAllOf) Get ¶

func (NullableCESManagementFunctionSingleAllOf) IsSet ¶

func (NullableCESManagementFunctionSingleAllOf) MarshalJSON ¶

func (*NullableCESManagementFunctionSingleAllOf) Set ¶

func (*NullableCESManagementFunctionSingleAllOf) UnmarshalJSON ¶

func (v *NullableCESManagementFunctionSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableCESManagementFunctionSingleAllOf) Unset ¶

type NullableCESManagementFunctionSingleAllOfAttributes ¶

type NullableCESManagementFunctionSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableCESManagementFunctionSingleAllOfAttributes) Get ¶

func (NullableCESManagementFunctionSingleAllOfAttributes) IsSet ¶

func (NullableCESManagementFunctionSingleAllOfAttributes) MarshalJSON ¶

func (*NullableCESManagementFunctionSingleAllOfAttributes) Set ¶

func (*NullableCESManagementFunctionSingleAllOfAttributes) UnmarshalJSON ¶

func (*NullableCESManagementFunctionSingleAllOfAttributes) Unset ¶

type NullableCNSliceSubnetProfile ¶

type NullableCNSliceSubnetProfile struct {
	// contains filtered or unexported fields
}

func (NullableCNSliceSubnetProfile) Get ¶

func (NullableCNSliceSubnetProfile) IsSet ¶

func (NullableCNSliceSubnetProfile) MarshalJSON ¶

func (v NullableCNSliceSubnetProfile) MarshalJSON() ([]byte, error)

func (*NullableCNSliceSubnetProfile) Set ¶

func (*NullableCNSliceSubnetProfile) UnmarshalJSON ¶

func (v *NullableCNSliceSubnetProfile) UnmarshalJSON(src []byte) error

func (*NullableCNSliceSubnetProfile) Unset ¶

func (v *NullableCNSliceSubnetProfile) Unset()

type NullableCPCIConfigurationFunctionSingle ¶

type NullableCPCIConfigurationFunctionSingle struct {
	// contains filtered or unexported fields
}

func (NullableCPCIConfigurationFunctionSingle) Get ¶

func (NullableCPCIConfigurationFunctionSingle) IsSet ¶

func (NullableCPCIConfigurationFunctionSingle) MarshalJSON ¶

func (v NullableCPCIConfigurationFunctionSingle) MarshalJSON() ([]byte, error)

func (*NullableCPCIConfigurationFunctionSingle) Set ¶

func (*NullableCPCIConfigurationFunctionSingle) UnmarshalJSON ¶

func (v *NullableCPCIConfigurationFunctionSingle) UnmarshalJSON(src []byte) error

func (*NullableCPCIConfigurationFunctionSingle) Unset ¶

type NullableCPCIConfigurationFunctionSingleAllOf ¶

type NullableCPCIConfigurationFunctionSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableCPCIConfigurationFunctionSingleAllOf) Get ¶

func (NullableCPCIConfigurationFunctionSingleAllOf) IsSet ¶

func (NullableCPCIConfigurationFunctionSingleAllOf) MarshalJSON ¶

func (*NullableCPCIConfigurationFunctionSingleAllOf) Set ¶

func (*NullableCPCIConfigurationFunctionSingleAllOf) UnmarshalJSON ¶

func (*NullableCPCIConfigurationFunctionSingleAllOf) Unset ¶

type NullableCPCIConfigurationFunctionSingleAllOfAttributes ¶

type NullableCPCIConfigurationFunctionSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableCPCIConfigurationFunctionSingleAllOfAttributes) Get ¶

func (NullableCPCIConfigurationFunctionSingleAllOfAttributes) IsSet ¶

func (NullableCPCIConfigurationFunctionSingleAllOfAttributes) MarshalJSON ¶

func (*NullableCPCIConfigurationFunctionSingleAllOfAttributes) Set ¶

func (*NullableCPCIConfigurationFunctionSingleAllOfAttributes) UnmarshalJSON ¶

func (*NullableCPCIConfigurationFunctionSingleAllOfAttributes) Unset ¶

type NullableCSonPciList ¶

type NullableCSonPciList struct {
	// contains filtered or unexported fields
}

func NewNullableCSonPciList ¶

func NewNullableCSonPciList(val *CSonPciList) *NullableCSonPciList

func (NullableCSonPciList) Get ¶

func (NullableCSonPciList) IsSet ¶

func (v NullableCSonPciList) IsSet() bool

func (NullableCSonPciList) MarshalJSON ¶

func (v NullableCSonPciList) MarshalJSON() ([]byte, error)

func (*NullableCSonPciList) Set ¶

func (v *NullableCSonPciList) Set(val *CSonPciList)

func (*NullableCSonPciList) UnmarshalJSON ¶

func (v *NullableCSonPciList) UnmarshalJSON(src []byte) error

func (*NullableCSonPciList) Unset ¶

func (v *NullableCSonPciList) Unset()

type NullableCategory ¶

type NullableCategory struct {
	// contains filtered or unexported fields
}

func NewNullableCategory ¶

func NewNullableCategory(val *Category) *NullableCategory

func (NullableCategory) Get ¶

func (v NullableCategory) Get() *Category

func (NullableCategory) IsSet ¶

func (v NullableCategory) IsSet() bool

func (NullableCategory) MarshalJSON ¶

func (v NullableCategory) MarshalJSON() ([]byte, error)

func (*NullableCategory) Set ¶

func (v *NullableCategory) Set(val *Category)

func (*NullableCategory) UnmarshalJSON ¶

func (v *NullableCategory) UnmarshalJSON(src []byte) error

func (*NullableCategory) Unset ¶

func (v *NullableCategory) Unset()

type NullableCellIndividualOffset ¶

type NullableCellIndividualOffset struct {
	// contains filtered or unexported fields
}

func (NullableCellIndividualOffset) Get ¶

func (NullableCellIndividualOffset) IsSet ¶

func (NullableCellIndividualOffset) MarshalJSON ¶

func (v NullableCellIndividualOffset) MarshalJSON() ([]byte, error)

func (*NullableCellIndividualOffset) Set ¶

func (*NullableCellIndividualOffset) UnmarshalJSON ¶

func (v *NullableCellIndividualOffset) UnmarshalJSON(src []byte) error

func (*NullableCellIndividualOffset) Unset ¶

func (v *NullableCellIndividualOffset) Unset()

type NullableCellState ¶

type NullableCellState struct {
	// contains filtered or unexported fields
}

func NewNullableCellState ¶

func NewNullableCellState(val *CellState) *NullableCellState

func (NullableCellState) Get ¶

func (v NullableCellState) Get() *CellState

func (NullableCellState) IsSet ¶

func (v NullableCellState) IsSet() bool

func (NullableCellState) MarshalJSON ¶

func (v NullableCellState) MarshalJSON() ([]byte, error)

func (*NullableCellState) Set ¶

func (v *NullableCellState) Set(val *CellState)

func (*NullableCellState) UnmarshalJSON ¶

func (v *NullableCellState) UnmarshalJSON(src []byte) error

func (*NullableCellState) Unset ¶

func (v *NullableCellState) Unset()

type NullableCmNotificationTypes ¶

type NullableCmNotificationTypes struct {
	// contains filtered or unexported fields
}

func (NullableCmNotificationTypes) Get ¶

func (NullableCmNotificationTypes) IsSet ¶

func (NullableCmNotificationTypes) MarshalJSON ¶

func (v NullableCmNotificationTypes) MarshalJSON() ([]byte, error)

func (*NullableCmNotificationTypes) Set ¶

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 (NullableCollectionPeriodM6LteType) Get ¶

func (NullableCollectionPeriodM6LteType) IsSet ¶

func (NullableCollectionPeriodM6LteType) MarshalJSON ¶

func (v NullableCollectionPeriodM6LteType) MarshalJSON() ([]byte, error)

func (*NullableCollectionPeriodM6LteType) Set ¶

func (*NullableCollectionPeriodM6LteType) UnmarshalJSON ¶

func (v *NullableCollectionPeriodM6LteType) UnmarshalJSON(src []byte) error

func (*NullableCollectionPeriodM6LteType) Unset ¶

type NullableCollectionPeriodM6NrType ¶

type NullableCollectionPeriodM6NrType struct {
	// contains filtered or unexported fields
}

func (NullableCollectionPeriodM6NrType) Get ¶

func (NullableCollectionPeriodM6NrType) IsSet ¶

func (NullableCollectionPeriodM6NrType) MarshalJSON ¶

func (v NullableCollectionPeriodM6NrType) MarshalJSON() ([]byte, error)

func (*NullableCollectionPeriodM6NrType) Set ¶

func (*NullableCollectionPeriodM6NrType) UnmarshalJSON ¶

func (v *NullableCollectionPeriodM6NrType) UnmarshalJSON(src []byte) error

func (*NullableCollectionPeriodM6NrType) Unset ¶

type NullableCollectionPeriodRrmLteType ¶

type NullableCollectionPeriodRrmLteType struct {
	// contains filtered or unexported fields
}

func (NullableCollectionPeriodRrmLteType) Get ¶

func (NullableCollectionPeriodRrmLteType) IsSet ¶

func (NullableCollectionPeriodRrmLteType) MarshalJSON ¶

func (v NullableCollectionPeriodRrmLteType) MarshalJSON() ([]byte, error)

func (*NullableCollectionPeriodRrmLteType) Set ¶

func (*NullableCollectionPeriodRrmLteType) UnmarshalJSON ¶

func (v *NullableCollectionPeriodRrmLteType) UnmarshalJSON(src []byte) error

func (*NullableCollectionPeriodRrmLteType) Unset ¶

type NullableCollectionPeriodRrmNrType ¶

type NullableCollectionPeriodRrmNrType struct {
	// contains filtered or unexported fields
}

func (NullableCollectionPeriodRrmNrType) Get ¶

func (NullableCollectionPeriodRrmNrType) IsSet ¶

func (NullableCollectionPeriodRrmNrType) MarshalJSON ¶

func (v NullableCollectionPeriodRrmNrType) MarshalJSON() ([]byte, error)

func (*NullableCollectionPeriodRrmNrType) Set ¶

func (*NullableCollectionPeriodRrmNrType) UnmarshalJSON ¶

func (v *NullableCollectionPeriodRrmNrType) UnmarshalJSON(src []byte) error

func (*NullableCollectionPeriodRrmNrType) Unset ¶

type NullableCollectionPeriodRrmUmtsType ¶

type NullableCollectionPeriodRrmUmtsType struct {
	// contains filtered or unexported fields
}

func (NullableCollectionPeriodRrmUmtsType) Get ¶

func (NullableCollectionPeriodRrmUmtsType) IsSet ¶

func (NullableCollectionPeriodRrmUmtsType) MarshalJSON ¶

func (v NullableCollectionPeriodRrmUmtsType) MarshalJSON() ([]byte, error)

func (*NullableCollectionPeriodRrmUmtsType) Set ¶

func (*NullableCollectionPeriodRrmUmtsType) UnmarshalJSON ¶

func (v *NullableCollectionPeriodRrmUmtsType) UnmarshalJSON(src []byte) error

func (*NullableCollectionPeriodRrmUmtsType) Unset ¶

type NullableCommModel ¶

type NullableCommModel struct {
	// contains filtered or unexported fields
}

func NewNullableCommModel ¶

func NewNullableCommModel(val *CommModel) *NullableCommModel

func (NullableCommModel) Get ¶

func (v NullableCommModel) Get() *CommModel

func (NullableCommModel) IsSet ¶

func (v NullableCommModel) IsSet() bool

func (NullableCommModel) MarshalJSON ¶

func (v NullableCommModel) MarshalJSON() ([]byte, error)

func (*NullableCommModel) Set ¶

func (v *NullableCommModel) Set(val *CommModel)

func (*NullableCommModel) UnmarshalJSON ¶

func (v *NullableCommModel) UnmarshalJSON(src []byte) error

func (*NullableCommModel) Unset ¶

func (v *NullableCommModel) Unset()

type NullableCommModelType ¶

type NullableCommModelType struct {
	// contains filtered or unexported fields
}

func NewNullableCommModelType ¶

func NewNullableCommModelType(val *CommModelType) *NullableCommModelType

func (NullableCommModelType) Get ¶

func (NullableCommModelType) IsSet ¶

func (v NullableCommModelType) IsSet() bool

func (NullableCommModelType) MarshalJSON ¶

func (v NullableCommModelType) MarshalJSON() ([]byte, error)

func (*NullableCommModelType) Set ¶

func (v *NullableCommModelType) Set(val *CommModelType)

func (*NullableCommModelType) UnmarshalJSON ¶

func (v *NullableCommModelType) UnmarshalJSON(src []byte) error

func (*NullableCommModelType) Unset ¶

func (v *NullableCommModelType) Unset()

type NullableCommonBeamformingFunctionSingle ¶

type NullableCommonBeamformingFunctionSingle struct {
	// contains filtered or unexported fields
}

func (NullableCommonBeamformingFunctionSingle) Get ¶

func (NullableCommonBeamformingFunctionSingle) IsSet ¶

func (NullableCommonBeamformingFunctionSingle) MarshalJSON ¶

func (v NullableCommonBeamformingFunctionSingle) MarshalJSON() ([]byte, error)

func (*NullableCommonBeamformingFunctionSingle) Set ¶

func (*NullableCommonBeamformingFunctionSingle) UnmarshalJSON ¶

func (v *NullableCommonBeamformingFunctionSingle) UnmarshalJSON(src []byte) error

func (*NullableCommonBeamformingFunctionSingle) Unset ¶

type NullableCommonBeamformingFunctionSingleAllOf ¶

type NullableCommonBeamformingFunctionSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableCommonBeamformingFunctionSingleAllOf) Get ¶

func (NullableCommonBeamformingFunctionSingleAllOf) IsSet ¶

func (NullableCommonBeamformingFunctionSingleAllOf) MarshalJSON ¶

func (*NullableCommonBeamformingFunctionSingleAllOf) Set ¶

func (*NullableCommonBeamformingFunctionSingleAllOf) UnmarshalJSON ¶

func (*NullableCommonBeamformingFunctionSingleAllOf) Unset ¶

type NullableCommonBeamformingFunctionSingleAllOf1 ¶

type NullableCommonBeamformingFunctionSingleAllOf1 struct {
	// contains filtered or unexported fields
}

func (NullableCommonBeamformingFunctionSingleAllOf1) Get ¶

func (NullableCommonBeamformingFunctionSingleAllOf1) IsSet ¶

func (NullableCommonBeamformingFunctionSingleAllOf1) MarshalJSON ¶

func (*NullableCommonBeamformingFunctionSingleAllOf1) Set ¶

func (*NullableCommonBeamformingFunctionSingleAllOf1) UnmarshalJSON ¶

func (*NullableCommonBeamformingFunctionSingleAllOf1) Unset ¶

type NullableCommonBeamformingFunctionSingleAllOfAttributes ¶

type NullableCommonBeamformingFunctionSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableCommonBeamformingFunctionSingleAllOfAttributes) Get ¶

func (NullableCommonBeamformingFunctionSingleAllOfAttributes) IsSet ¶

func (NullableCommonBeamformingFunctionSingleAllOfAttributes) MarshalJSON ¶

func (*NullableCommonBeamformingFunctionSingleAllOfAttributes) Set ¶

func (*NullableCommonBeamformingFunctionSingleAllOfAttributes) UnmarshalJSON ¶

func (*NullableCommonBeamformingFunctionSingleAllOfAttributes) Unset ¶

type NullableCommonBeamformingFunctionSingleAllOfAttributesAllOf ¶

type NullableCommonBeamformingFunctionSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableCommonBeamformingFunctionSingleAllOfAttributesAllOf) Get ¶

func (NullableCommonBeamformingFunctionSingleAllOfAttributesAllOf) IsSet ¶

func (NullableCommonBeamformingFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*NullableCommonBeamformingFunctionSingleAllOfAttributesAllOf) Set ¶

func (*NullableCommonBeamformingFunctionSingleAllOfAttributesAllOf) UnmarshalJSON ¶

func (*NullableCommonBeamformingFunctionSingleAllOfAttributesAllOf) Unset ¶

type NullableCondition ¶

type NullableCondition struct {
	// contains filtered or unexported fields
}

func NewNullableCondition ¶

func NewNullableCondition(val *Condition) *NullableCondition

func (NullableCondition) Get ¶

func (v NullableCondition) Get() *Condition

func (NullableCondition) IsSet ¶

func (v NullableCondition) IsSet() bool

func (NullableCondition) MarshalJSON ¶

func (v NullableCondition) MarshalJSON() ([]byte, error)

func (*NullableCondition) Set ¶

func (v *NullableCondition) Set(val *Condition)

func (*NullableCondition) UnmarshalJSON ¶

func (v *NullableCondition) UnmarshalJSON(src []byte) error

func (*NullableCondition) Unset ¶

func (v *NullableCondition) Unset()

type NullableConditionData ¶

type NullableConditionData struct {
	// contains filtered or unexported fields
}

func NewNullableConditionData ¶

func NewNullableConditionData(val *ConditionData) *NullableConditionData

func (NullableConditionData) Get ¶

func (NullableConditionData) IsSet ¶

func (v NullableConditionData) IsSet() bool

func (NullableConditionData) MarshalJSON ¶

func (v NullableConditionData) MarshalJSON() ([]byte, error)

func (*NullableConditionData) Set ¶

func (v *NullableConditionData) Set(val *ConditionData)

func (*NullableConditionData) UnmarshalJSON ¶

func (v *NullableConditionData) UnmarshalJSON(src []byte) error

func (*NullableConditionData) Unset ¶

func (v *NullableConditionData) Unset()

type NullableConfigurable5QISetSingle ¶

type NullableConfigurable5QISetSingle struct {
	// contains filtered or unexported fields
}

func (NullableConfigurable5QISetSingle) Get ¶

func (NullableConfigurable5QISetSingle) IsSet ¶

func (NullableConfigurable5QISetSingle) MarshalJSON ¶

func (v NullableConfigurable5QISetSingle) MarshalJSON() ([]byte, error)

func (*NullableConfigurable5QISetSingle) Set ¶

func (*NullableConfigurable5QISetSingle) UnmarshalJSON ¶

func (v *NullableConfigurable5QISetSingle) UnmarshalJSON(src []byte) error

func (*NullableConfigurable5QISetSingle) Unset ¶

type NullableConfigurable5QISetSingleAllOf ¶

type NullableConfigurable5QISetSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableConfigurable5QISetSingleAllOf) Get ¶

func (NullableConfigurable5QISetSingleAllOf) IsSet ¶

func (NullableConfigurable5QISetSingleAllOf) MarshalJSON ¶

func (v NullableConfigurable5QISetSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableConfigurable5QISetSingleAllOf) Set ¶

func (*NullableConfigurable5QISetSingleAllOf) UnmarshalJSON ¶

func (v *NullableConfigurable5QISetSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableConfigurable5QISetSingleAllOf) Unset ¶

type NullableConfigurable5QISetSingleAllOfAttributes ¶

type NullableConfigurable5QISetSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableConfigurable5QISetSingleAllOfAttributes) Get ¶

func (NullableConfigurable5QISetSingleAllOfAttributes) IsSet ¶

func (NullableConfigurable5QISetSingleAllOfAttributes) MarshalJSON ¶

func (*NullableConfigurable5QISetSingleAllOfAttributes) Set ¶

func (*NullableConfigurable5QISetSingleAllOfAttributes) UnmarshalJSON ¶

func (*NullableConfigurable5QISetSingleAllOfAttributes) Unset ¶

type NullableConfigurable5QISetSingleAllOfAttributesAllOf ¶

type NullableConfigurable5QISetSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableConfigurable5QISetSingleAllOfAttributesAllOf) Get ¶

func (NullableConfigurable5QISetSingleAllOfAttributesAllOf) IsSet ¶

func (NullableConfigurable5QISetSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*NullableConfigurable5QISetSingleAllOfAttributesAllOf) Set ¶

func (*NullableConfigurable5QISetSingleAllOfAttributesAllOf) UnmarshalJSON ¶

func (*NullableConfigurable5QISetSingleAllOfAttributesAllOf) Unset ¶

type NullableControlLoopLifeCyclePhase ¶

type NullableControlLoopLifeCyclePhase struct {
	// contains filtered or unexported fields
}

func (NullableControlLoopLifeCyclePhase) Get ¶

func (NullableControlLoopLifeCyclePhase) IsSet ¶

func (NullableControlLoopLifeCyclePhase) MarshalJSON ¶

func (v NullableControlLoopLifeCyclePhase) MarshalJSON() ([]byte, error)

func (*NullableControlLoopLifeCyclePhase) Set ¶

func (*NullableControlLoopLifeCyclePhase) UnmarshalJSON ¶

func (v *NullableControlLoopLifeCyclePhase) UnmarshalJSON(src []byte) error

func (*NullableControlLoopLifeCyclePhase) Unset ¶

type NullableCorrelatedNotification ¶

type NullableCorrelatedNotification struct {
	// contains filtered or unexported fields
}

func (NullableCorrelatedNotification) Get ¶

func (NullableCorrelatedNotification) IsSet ¶

func (NullableCorrelatedNotification) MarshalJSON ¶

func (v NullableCorrelatedNotification) MarshalJSON() ([]byte, error)

func (*NullableCorrelatedNotification) Set ¶

func (*NullableCorrelatedNotification) UnmarshalJSON ¶

func (v *NullableCorrelatedNotification) UnmarshalJSON(src []byte) error

func (*NullableCorrelatedNotification) Unset ¶

func (v *NullableCorrelatedNotification) Unset()

type NullableCorrelatedNotification1 ¶

type NullableCorrelatedNotification1 struct {
	// contains filtered or unexported fields
}

func (NullableCorrelatedNotification1) Get ¶

func (NullableCorrelatedNotification1) IsSet ¶

func (NullableCorrelatedNotification1) MarshalJSON ¶

func (v NullableCorrelatedNotification1) MarshalJSON() ([]byte, error)

func (*NullableCorrelatedNotification1) Set ¶

func (*NullableCorrelatedNotification1) UnmarshalJSON ¶

func (v *NullableCorrelatedNotification1) UnmarshalJSON(src []byte) error

func (*NullableCorrelatedNotification1) Unset ¶

type NullableCoverageAreaPolygonContext ¶

type NullableCoverageAreaPolygonContext struct {
	// contains filtered or unexported fields
}

func (NullableCoverageAreaPolygonContext) Get ¶

func (NullableCoverageAreaPolygonContext) IsSet ¶

func (NullableCoverageAreaPolygonContext) MarshalJSON ¶

func (v NullableCoverageAreaPolygonContext) MarshalJSON() ([]byte, error)

func (*NullableCoverageAreaPolygonContext) Set ¶

func (*NullableCoverageAreaPolygonContext) UnmarshalJSON ¶

func (v *NullableCoverageAreaPolygonContext) UnmarshalJSON(src []byte) error

func (*NullableCoverageAreaPolygonContext) Unset ¶

type NullableCoverageAreaTAContext ¶

type NullableCoverageAreaTAContext struct {
	// contains filtered or unexported fields
}

func (NullableCoverageAreaTAContext) Get ¶

func (NullableCoverageAreaTAContext) IsSet ¶

func (NullableCoverageAreaTAContext) MarshalJSON ¶

func (v NullableCoverageAreaTAContext) MarshalJSON() ([]byte, error)

func (*NullableCoverageAreaTAContext) Set ¶

func (*NullableCoverageAreaTAContext) UnmarshalJSON ¶

func (v *NullableCoverageAreaTAContext) UnmarshalJSON(src []byte) error

func (*NullableCoverageAreaTAContext) Unset ¶

func (v *NullableCoverageAreaTAContext) Unset()

type NullableCoverageTACContext ¶

type NullableCoverageTACContext struct {
	// contains filtered or unexported fields
}

func NewNullableCoverageTACContext ¶

func NewNullableCoverageTACContext(val *CoverageTACContext) *NullableCoverageTACContext

func (NullableCoverageTACContext) Get ¶

func (NullableCoverageTACContext) IsSet ¶

func (v NullableCoverageTACContext) IsSet() bool

func (NullableCoverageTACContext) MarshalJSON ¶

func (v NullableCoverageTACContext) MarshalJSON() ([]byte, error)

func (*NullableCoverageTACContext) Set ¶

func (*NullableCoverageTACContext) UnmarshalJSON ¶

func (v *NullableCoverageTACContext) UnmarshalJSON(src []byte) error

func (*NullableCoverageTACContext) Unset ¶

func (v *NullableCoverageTACContext) Unset()

type NullableCyclicPrefix ¶

type NullableCyclicPrefix struct {
	// contains filtered or unexported fields
}

func NewNullableCyclicPrefix ¶

func NewNullableCyclicPrefix(val *CyclicPrefix) *NullableCyclicPrefix

func (NullableCyclicPrefix) Get ¶

func (NullableCyclicPrefix) IsSet ¶

func (v NullableCyclicPrefix) IsSet() bool

func (NullableCyclicPrefix) MarshalJSON ¶

func (v NullableCyclicPrefix) MarshalJSON() ([]byte, error)

func (*NullableCyclicPrefix) Set ¶

func (v *NullableCyclicPrefix) Set(val *CyclicPrefix)

func (*NullableCyclicPrefix) UnmarshalJSON ¶

func (v *NullableCyclicPrefix) UnmarshalJSON(src []byte) error

func (*NullableCyclicPrefix) Unset ¶

func (v *NullableCyclicPrefix) Unset()

type NullableDANRManagementFunctionSingle ¶

type NullableDANRManagementFunctionSingle struct {
	// contains filtered or unexported fields
}

func (NullableDANRManagementFunctionSingle) Get ¶

func (NullableDANRManagementFunctionSingle) IsSet ¶

func (NullableDANRManagementFunctionSingle) MarshalJSON ¶

func (v NullableDANRManagementFunctionSingle) MarshalJSON() ([]byte, error)

func (*NullableDANRManagementFunctionSingle) Set ¶

func (*NullableDANRManagementFunctionSingle) UnmarshalJSON ¶

func (v *NullableDANRManagementFunctionSingle) UnmarshalJSON(src []byte) error

func (*NullableDANRManagementFunctionSingle) Unset ¶

type NullableDANRManagementFunctionSingleAllOf ¶

type NullableDANRManagementFunctionSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableDANRManagementFunctionSingleAllOf) Get ¶

func (NullableDANRManagementFunctionSingleAllOf) IsSet ¶

func (NullableDANRManagementFunctionSingleAllOf) MarshalJSON ¶

func (*NullableDANRManagementFunctionSingleAllOf) Set ¶

func (*NullableDANRManagementFunctionSingleAllOf) UnmarshalJSON ¶

func (v *NullableDANRManagementFunctionSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableDANRManagementFunctionSingleAllOf) Unset ¶

type NullableDANRManagementFunctionSingleAllOfAttributes ¶

type NullableDANRManagementFunctionSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableDANRManagementFunctionSingleAllOfAttributes) Get ¶

func (NullableDANRManagementFunctionSingleAllOfAttributes) IsSet ¶

func (NullableDANRManagementFunctionSingleAllOfAttributes) MarshalJSON ¶

func (*NullableDANRManagementFunctionSingleAllOfAttributes) Set ¶

func (*NullableDANRManagementFunctionSingleAllOfAttributes) UnmarshalJSON ¶

func (*NullableDANRManagementFunctionSingleAllOfAttributes) Unset ¶

type NullableDDNMFFunctionSingle ¶

type NullableDDNMFFunctionSingle struct {
	// contains filtered or unexported fields
}

func (NullableDDNMFFunctionSingle) Get ¶

func (NullableDDNMFFunctionSingle) IsSet ¶

func (NullableDDNMFFunctionSingle) MarshalJSON ¶

func (v NullableDDNMFFunctionSingle) MarshalJSON() ([]byte, error)

func (*NullableDDNMFFunctionSingle) Set ¶

func (*NullableDDNMFFunctionSingle) UnmarshalJSON ¶

func (v *NullableDDNMFFunctionSingle) UnmarshalJSON(src []byte) error

func (*NullableDDNMFFunctionSingle) Unset ¶

func (v *NullableDDNMFFunctionSingle) Unset()

type NullableDDNMFFunctionSingleAllOf ¶

type NullableDDNMFFunctionSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableDDNMFFunctionSingleAllOf) Get ¶

func (NullableDDNMFFunctionSingleAllOf) IsSet ¶

func (NullableDDNMFFunctionSingleAllOf) MarshalJSON ¶

func (v NullableDDNMFFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableDDNMFFunctionSingleAllOf) Set ¶

func (*NullableDDNMFFunctionSingleAllOf) UnmarshalJSON ¶

func (v *NullableDDNMFFunctionSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableDDNMFFunctionSingleAllOf) Unset ¶

type NullableDDNMFFunctionSingleAllOf1 ¶

type NullableDDNMFFunctionSingleAllOf1 struct {
	// contains filtered or unexported fields
}

func (NullableDDNMFFunctionSingleAllOf1) Get ¶

func (NullableDDNMFFunctionSingleAllOf1) IsSet ¶

func (NullableDDNMFFunctionSingleAllOf1) MarshalJSON ¶

func (v NullableDDNMFFunctionSingleAllOf1) MarshalJSON() ([]byte, error)

func (*NullableDDNMFFunctionSingleAllOf1) Set ¶

func (*NullableDDNMFFunctionSingleAllOf1) UnmarshalJSON ¶

func (v *NullableDDNMFFunctionSingleAllOf1) UnmarshalJSON(src []byte) error

func (*NullableDDNMFFunctionSingleAllOf1) Unset ¶

type NullableDDNMFFunctionSingleAllOfAttributes ¶

type NullableDDNMFFunctionSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableDDNMFFunctionSingleAllOfAttributes) Get ¶

func (NullableDDNMFFunctionSingleAllOfAttributes) IsSet ¶

func (NullableDDNMFFunctionSingleAllOfAttributes) MarshalJSON ¶

func (*NullableDDNMFFunctionSingleAllOfAttributes) Set ¶

func (*NullableDDNMFFunctionSingleAllOfAttributes) UnmarshalJSON ¶

func (v *NullableDDNMFFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullableDDNMFFunctionSingleAllOfAttributes) Unset ¶

type NullableDDNMFFunctionSingleAllOfAttributesAllOf ¶

type NullableDDNMFFunctionSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableDDNMFFunctionSingleAllOfAttributesAllOf) Get ¶

func (NullableDDNMFFunctionSingleAllOfAttributesAllOf) IsSet ¶

func (NullableDDNMFFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*NullableDDNMFFunctionSingleAllOfAttributesAllOf) Set ¶

func (*NullableDDNMFFunctionSingleAllOfAttributesAllOf) UnmarshalJSON ¶

func (*NullableDDNMFFunctionSingleAllOfAttributesAllOf) Unset ¶

type NullableDESManagementFunctionSingle ¶

type NullableDESManagementFunctionSingle struct {
	// contains filtered or unexported fields
}

func (NullableDESManagementFunctionSingle) Get ¶

func (NullableDESManagementFunctionSingle) IsSet ¶

func (NullableDESManagementFunctionSingle) MarshalJSON ¶

func (v NullableDESManagementFunctionSingle) MarshalJSON() ([]byte, error)

func (*NullableDESManagementFunctionSingle) Set ¶

func (*NullableDESManagementFunctionSingle) UnmarshalJSON ¶

func (v *NullableDESManagementFunctionSingle) UnmarshalJSON(src []byte) error

func (*NullableDESManagementFunctionSingle) Unset ¶

type NullableDESManagementFunctionSingleAllOf ¶

type NullableDESManagementFunctionSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableDESManagementFunctionSingleAllOf) Get ¶

func (NullableDESManagementFunctionSingleAllOf) IsSet ¶

func (NullableDESManagementFunctionSingleAllOf) MarshalJSON ¶

func (*NullableDESManagementFunctionSingleAllOf) Set ¶

func (*NullableDESManagementFunctionSingleAllOf) UnmarshalJSON ¶

func (v *NullableDESManagementFunctionSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableDESManagementFunctionSingleAllOf) Unset ¶

type NullableDESManagementFunctionSingleAllOfAttributes ¶

type NullableDESManagementFunctionSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableDESManagementFunctionSingleAllOfAttributes) Get ¶

func (NullableDESManagementFunctionSingleAllOfAttributes) IsSet ¶

func (NullableDESManagementFunctionSingleAllOfAttributes) MarshalJSON ¶

func (*NullableDESManagementFunctionSingleAllOfAttributes) Set ¶

func (*NullableDESManagementFunctionSingleAllOfAttributes) UnmarshalJSON ¶

func (*NullableDESManagementFunctionSingleAllOfAttributes) Unset ¶

type NullableDLBOFunctionSingle ¶

type NullableDLBOFunctionSingle struct {
	// contains filtered or unexported fields
}

func NewNullableDLBOFunctionSingle ¶

func NewNullableDLBOFunctionSingle(val *DLBOFunctionSingle) *NullableDLBOFunctionSingle

func (NullableDLBOFunctionSingle) Get ¶

func (NullableDLBOFunctionSingle) IsSet ¶

func (v NullableDLBOFunctionSingle) IsSet() bool

func (NullableDLBOFunctionSingle) MarshalJSON ¶

func (v NullableDLBOFunctionSingle) MarshalJSON() ([]byte, error)

func (*NullableDLBOFunctionSingle) Set ¶

func (*NullableDLBOFunctionSingle) UnmarshalJSON ¶

func (v *NullableDLBOFunctionSingle) UnmarshalJSON(src []byte) error

func (*NullableDLBOFunctionSingle) Unset ¶

func (v *NullableDLBOFunctionSingle) Unset()

type NullableDLBOFunctionSingleAllOf ¶

type NullableDLBOFunctionSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableDLBOFunctionSingleAllOf) Get ¶

func (NullableDLBOFunctionSingleAllOf) IsSet ¶

func (NullableDLBOFunctionSingleAllOf) MarshalJSON ¶

func (v NullableDLBOFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableDLBOFunctionSingleAllOf) Set ¶

func (*NullableDLBOFunctionSingleAllOf) UnmarshalJSON ¶

func (v *NullableDLBOFunctionSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableDLBOFunctionSingleAllOf) Unset ¶

type NullableDLBOFunctionSingleAllOfAttributes ¶

type NullableDLBOFunctionSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableDLBOFunctionSingleAllOfAttributes) Get ¶

func (NullableDLBOFunctionSingleAllOfAttributes) IsSet ¶

func (NullableDLBOFunctionSingleAllOfAttributes) MarshalJSON ¶

func (*NullableDLBOFunctionSingleAllOfAttributes) Set ¶

func (*NullableDLBOFunctionSingleAllOfAttributes) UnmarshalJSON ¶

func (v *NullableDLBOFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullableDLBOFunctionSingleAllOfAttributes) Unset ¶

type NullableDLLatencyTarget ¶

type NullableDLLatencyTarget struct {
	// contains filtered or unexported fields
}

func NewNullableDLLatencyTarget ¶

func NewNullableDLLatencyTarget(val *DLLatencyTarget) *NullableDLLatencyTarget

func (NullableDLLatencyTarget) Get ¶

func (NullableDLLatencyTarget) IsSet ¶

func (v NullableDLLatencyTarget) IsSet() bool

func (NullableDLLatencyTarget) MarshalJSON ¶

func (v NullableDLLatencyTarget) MarshalJSON() ([]byte, error)

func (*NullableDLLatencyTarget) Set ¶

func (*NullableDLLatencyTarget) UnmarshalJSON ¶

func (v *NullableDLLatencyTarget) UnmarshalJSON(src []byte) error

func (*NullableDLLatencyTarget) Unset ¶

func (v *NullableDLLatencyTarget) Unset()

type NullableDLThptPerUETarget ¶

type NullableDLThptPerUETarget struct {
	// contains filtered or unexported fields
}

func NewNullableDLThptPerUETarget ¶

func NewNullableDLThptPerUETarget(val *DLThptPerUETarget) *NullableDLThptPerUETarget

func (NullableDLThptPerUETarget) Get ¶

func (NullableDLThptPerUETarget) IsSet ¶

func (v NullableDLThptPerUETarget) IsSet() bool

func (NullableDLThptPerUETarget) MarshalJSON ¶

func (v NullableDLThptPerUETarget) MarshalJSON() ([]byte, error)

func (*NullableDLThptPerUETarget) Set ¶

func (*NullableDLThptPerUETarget) UnmarshalJSON ¶

func (v *NullableDLThptPerUETarget) UnmarshalJSON(src []byte) error

func (*NullableDLThptPerUETarget) Unset ¶

func (v *NullableDLThptPerUETarget) Unset()

type NullableDMROFunctionSingle ¶

type NullableDMROFunctionSingle struct {
	// contains filtered or unexported fields
}

func NewNullableDMROFunctionSingle ¶

func NewNullableDMROFunctionSingle(val *DMROFunctionSingle) *NullableDMROFunctionSingle

func (NullableDMROFunctionSingle) Get ¶

func (NullableDMROFunctionSingle) IsSet ¶

func (v NullableDMROFunctionSingle) IsSet() bool

func (NullableDMROFunctionSingle) MarshalJSON ¶

func (v NullableDMROFunctionSingle) MarshalJSON() ([]byte, error)

func (*NullableDMROFunctionSingle) Set ¶

func (*NullableDMROFunctionSingle) UnmarshalJSON ¶

func (v *NullableDMROFunctionSingle) UnmarshalJSON(src []byte) error

func (*NullableDMROFunctionSingle) Unset ¶

func (v *NullableDMROFunctionSingle) Unset()

type NullableDMROFunctionSingleAllOf ¶

type NullableDMROFunctionSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableDMROFunctionSingleAllOf) Get ¶

func (NullableDMROFunctionSingleAllOf) IsSet ¶

func (NullableDMROFunctionSingleAllOf) MarshalJSON ¶

func (v NullableDMROFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableDMROFunctionSingleAllOf) Set ¶

func (*NullableDMROFunctionSingleAllOf) UnmarshalJSON ¶

func (v *NullableDMROFunctionSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableDMROFunctionSingleAllOf) Unset ¶

type NullableDMROFunctionSingleAllOfAttributes ¶

type NullableDMROFunctionSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableDMROFunctionSingleAllOfAttributes) Get ¶

func (NullableDMROFunctionSingleAllOfAttributes) IsSet ¶

func (NullableDMROFunctionSingleAllOfAttributes) MarshalJSON ¶

func (*NullableDMROFunctionSingleAllOfAttributes) Set ¶

func (*NullableDMROFunctionSingleAllOfAttributes) UnmarshalJSON ¶

func (v *NullableDMROFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullableDMROFunctionSingleAllOfAttributes) Unset ¶

type NullableDPCIConfigurationFunctionSingle ¶

type NullableDPCIConfigurationFunctionSingle struct {
	// contains filtered or unexported fields
}

func (NullableDPCIConfigurationFunctionSingle) Get ¶

func (NullableDPCIConfigurationFunctionSingle) IsSet ¶

func (NullableDPCIConfigurationFunctionSingle) MarshalJSON ¶

func (v NullableDPCIConfigurationFunctionSingle) MarshalJSON() ([]byte, error)

func (*NullableDPCIConfigurationFunctionSingle) Set ¶

func (*NullableDPCIConfigurationFunctionSingle) UnmarshalJSON ¶

func (v *NullableDPCIConfigurationFunctionSingle) UnmarshalJSON(src []byte) error

func (*NullableDPCIConfigurationFunctionSingle) Unset ¶

type NullableDPCIConfigurationFunctionSingleAllOf ¶

type NullableDPCIConfigurationFunctionSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableDPCIConfigurationFunctionSingleAllOf) Get ¶

func (NullableDPCIConfigurationFunctionSingleAllOf) IsSet ¶

func (NullableDPCIConfigurationFunctionSingleAllOf) MarshalJSON ¶

func (*NullableDPCIConfigurationFunctionSingleAllOf) Set ¶

func (*NullableDPCIConfigurationFunctionSingleAllOf) UnmarshalJSON ¶

func (*NullableDPCIConfigurationFunctionSingleAllOf) Unset ¶

type NullableDPCIConfigurationFunctionSingleAllOfAttributes ¶

type NullableDPCIConfigurationFunctionSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableDPCIConfigurationFunctionSingleAllOfAttributes) Get ¶

func (NullableDPCIConfigurationFunctionSingleAllOfAttributes) IsSet ¶

func (NullableDPCIConfigurationFunctionSingleAllOfAttributes) MarshalJSON ¶

func (*NullableDPCIConfigurationFunctionSingleAllOfAttributes) Set ¶

func (*NullableDPCIConfigurationFunctionSingleAllOfAttributes) UnmarshalJSON ¶

func (*NullableDPCIConfigurationFunctionSingleAllOfAttributes) Unset ¶

type NullableDRACHOptimizationFunctionSingle ¶

type NullableDRACHOptimizationFunctionSingle struct {
	// contains filtered or unexported fields
}

func (NullableDRACHOptimizationFunctionSingle) Get ¶

func (NullableDRACHOptimizationFunctionSingle) IsSet ¶

func (NullableDRACHOptimizationFunctionSingle) MarshalJSON ¶

func (v NullableDRACHOptimizationFunctionSingle) MarshalJSON() ([]byte, error)

func (*NullableDRACHOptimizationFunctionSingle) Set ¶

func (*NullableDRACHOptimizationFunctionSingle) UnmarshalJSON ¶

func (v *NullableDRACHOptimizationFunctionSingle) UnmarshalJSON(src []byte) error

func (*NullableDRACHOptimizationFunctionSingle) Unset ¶

type NullableDRACHOptimizationFunctionSingleAllOf ¶

type NullableDRACHOptimizationFunctionSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableDRACHOptimizationFunctionSingleAllOf) Get ¶

func (NullableDRACHOptimizationFunctionSingleAllOf) IsSet ¶

func (NullableDRACHOptimizationFunctionSingleAllOf) MarshalJSON ¶

func (*NullableDRACHOptimizationFunctionSingleAllOf) Set ¶

func (*NullableDRACHOptimizationFunctionSingleAllOf) UnmarshalJSON ¶

func (*NullableDRACHOptimizationFunctionSingleAllOf) Unset ¶

type NullableDRACHOptimizationFunctionSingleAllOfAttributes ¶

type NullableDRACHOptimizationFunctionSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableDRACHOptimizationFunctionSingleAllOfAttributes) Get ¶

func (NullableDRACHOptimizationFunctionSingleAllOfAttributes) IsSet ¶

func (NullableDRACHOptimizationFunctionSingleAllOfAttributes) MarshalJSON ¶

func (*NullableDRACHOptimizationFunctionSingleAllOfAttributes) Set ¶

func (*NullableDRACHOptimizationFunctionSingleAllOfAttributes) UnmarshalJSON ¶

func (*NullableDRACHOptimizationFunctionSingleAllOfAttributes) Unset ¶

type NullableDelayTolerance ¶

type NullableDelayTolerance struct {
	// contains filtered or unexported fields
}

func NewNullableDelayTolerance ¶

func NewNullableDelayTolerance(val *DelayTolerance) *NullableDelayTolerance

func (NullableDelayTolerance) Get ¶

func (NullableDelayTolerance) IsSet ¶

func (v NullableDelayTolerance) IsSet() bool

func (NullableDelayTolerance) MarshalJSON ¶

func (v NullableDelayTolerance) MarshalJSON() ([]byte, error)

func (*NullableDelayTolerance) Set ¶

func (*NullableDelayTolerance) UnmarshalJSON ¶

func (v *NullableDelayTolerance) UnmarshalJSON(src []byte) error

func (*NullableDelayTolerance) Unset ¶

func (v *NullableDelayTolerance) Unset()

type NullableDeterministicComm ¶

type NullableDeterministicComm struct {
	// contains filtered or unexported fields
}

func NewNullableDeterministicComm ¶

func NewNullableDeterministicComm(val *DeterministicComm) *NullableDeterministicComm

func (NullableDeterministicComm) Get ¶

func (NullableDeterministicComm) IsSet ¶

func (v NullableDeterministicComm) IsSet() bool

func (NullableDeterministicComm) MarshalJSON ¶

func (v NullableDeterministicComm) MarshalJSON() ([]byte, error)

func (*NullableDeterministicComm) Set ¶

func (*NullableDeterministicComm) UnmarshalJSON ¶

func (v *NullableDeterministicComm) UnmarshalJSON(src []byte) error

func (*NullableDeterministicComm) Unset ¶

func (v *NullableDeterministicComm) Unset()

type NullableDnaiChangeType ¶

type NullableDnaiChangeType struct {
	// contains filtered or unexported fields
}

func NewNullableDnaiChangeType ¶

func NewNullableDnaiChangeType(val *DnaiChangeType) *NullableDnaiChangeType

func (NullableDnaiChangeType) Get ¶

func (NullableDnaiChangeType) IsSet ¶

func (v NullableDnaiChangeType) IsSet() bool

func (NullableDnaiChangeType) MarshalJSON ¶

func (v NullableDnaiChangeType) MarshalJSON() ([]byte, error)

func (*NullableDnaiChangeType) Set ¶

func (*NullableDnaiChangeType) UnmarshalJSON ¶

func (v *NullableDnaiChangeType) UnmarshalJSON(src []byte) error

func (*NullableDnaiChangeType) Unset ¶

func (v *NullableDnaiChangeType) Unset()

type NullableDnnInfoItem ¶

type NullableDnnInfoItem struct {
	// contains filtered or unexported fields
}

func NewNullableDnnInfoItem ¶

func NewNullableDnnInfoItem(val *DnnInfoItem) *NullableDnnInfoItem

func (NullableDnnInfoItem) Get ¶

func (NullableDnnInfoItem) IsSet ¶

func (v NullableDnnInfoItem) IsSet() bool

func (NullableDnnInfoItem) MarshalJSON ¶

func (v NullableDnnInfoItem) MarshalJSON() ([]byte, error)

func (*NullableDnnInfoItem) Set ¶

func (v *NullableDnnInfoItem) Set(val *DnnInfoItem)

func (*NullableDnnInfoItem) UnmarshalJSON ¶

func (v *NullableDnnInfoItem) UnmarshalJSON(src []byte) error

func (*NullableDnnInfoItem) Unset ¶

func (v *NullableDnnInfoItem) Unset()

type NullableDnnInfoItemDnn ¶

type NullableDnnInfoItemDnn struct {
	// contains filtered or unexported fields
}

func NewNullableDnnInfoItemDnn ¶

func NewNullableDnnInfoItemDnn(val *DnnInfoItemDnn) *NullableDnnInfoItemDnn

func (NullableDnnInfoItemDnn) Get ¶

func (NullableDnnInfoItemDnn) IsSet ¶

func (v NullableDnnInfoItemDnn) IsSet() bool

func (NullableDnnInfoItemDnn) MarshalJSON ¶

func (v NullableDnnInfoItemDnn) MarshalJSON() ([]byte, error)

func (*NullableDnnInfoItemDnn) Set ¶

func (*NullableDnnInfoItemDnn) UnmarshalJSON ¶

func (v *NullableDnnInfoItemDnn) UnmarshalJSON(src []byte) error

func (*NullableDnnInfoItemDnn) Unset ¶

func (v *NullableDnnInfoItemDnn) Unset()

type NullableDnnSmfInfoItem ¶

type NullableDnnSmfInfoItem struct {
	// contains filtered or unexported fields
}

func NewNullableDnnSmfInfoItem ¶

func NewNullableDnnSmfInfoItem(val *DnnSmfInfoItem) *NullableDnnSmfInfoItem

func (NullableDnnSmfInfoItem) Get ¶

func (NullableDnnSmfInfoItem) IsSet ¶

func (v NullableDnnSmfInfoItem) IsSet() bool

func (NullableDnnSmfInfoItem) MarshalJSON ¶

func (v NullableDnnSmfInfoItem) MarshalJSON() ([]byte, error)

func (*NullableDnnSmfInfoItem) Set ¶

func (*NullableDnnSmfInfoItem) UnmarshalJSON ¶

func (v *NullableDnnSmfInfoItem) UnmarshalJSON(src []byte) error

func (*NullableDnnSmfInfoItem) Unset ¶

func (v *NullableDnnSmfInfoItem) Unset()

type NullableDynamic5QISetSingle ¶

type NullableDynamic5QISetSingle struct {
	// contains filtered or unexported fields
}

func (NullableDynamic5QISetSingle) Get ¶

func (NullableDynamic5QISetSingle) IsSet ¶

func (NullableDynamic5QISetSingle) MarshalJSON ¶

func (v NullableDynamic5QISetSingle) MarshalJSON() ([]byte, error)

func (*NullableDynamic5QISetSingle) Set ¶

func (*NullableDynamic5QISetSingle) UnmarshalJSON ¶

func (v *NullableDynamic5QISetSingle) UnmarshalJSON(src []byte) error

func (*NullableDynamic5QISetSingle) Unset ¶

func (v *NullableDynamic5QISetSingle) Unset()

type NullableDynamic5QISetSingleAllOf ¶

type NullableDynamic5QISetSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableDynamic5QISetSingleAllOf) Get ¶

func (NullableDynamic5QISetSingleAllOf) IsSet ¶

func (NullableDynamic5QISetSingleAllOf) MarshalJSON ¶

func (v NullableDynamic5QISetSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableDynamic5QISetSingleAllOf) Set ¶

func (*NullableDynamic5QISetSingleAllOf) UnmarshalJSON ¶

func (v *NullableDynamic5QISetSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableDynamic5QISetSingleAllOf) Unset ¶

type NullableDynamic5QISetSingleAllOfAttributes ¶

type NullableDynamic5QISetSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableDynamic5QISetSingleAllOfAttributes) Get ¶

func (NullableDynamic5QISetSingleAllOfAttributes) IsSet ¶

func (NullableDynamic5QISetSingleAllOfAttributes) MarshalJSON ¶

func (*NullableDynamic5QISetSingleAllOfAttributes) Set ¶

func (*NullableDynamic5QISetSingleAllOfAttributes) UnmarshalJSON ¶

func (v *NullableDynamic5QISetSingleAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullableDynamic5QISetSingleAllOfAttributes) Unset ¶

type NullableDynamic5QISetSingleAllOfAttributesAllOf ¶

type NullableDynamic5QISetSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableDynamic5QISetSingleAllOfAttributesAllOf) Get ¶

func (NullableDynamic5QISetSingleAllOfAttributesAllOf) IsSet ¶

func (NullableDynamic5QISetSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*NullableDynamic5QISetSingleAllOfAttributesAllOf) Set ¶

func (*NullableDynamic5QISetSingleAllOfAttributesAllOf) UnmarshalJSON ¶

func (*NullableDynamic5QISetSingleAllOfAttributesAllOf) Unset ¶

type NullableEASDFFunctionSingle ¶

type NullableEASDFFunctionSingle struct {
	// contains filtered or unexported fields
}

func (NullableEASDFFunctionSingle) Get ¶

func (NullableEASDFFunctionSingle) IsSet ¶

func (NullableEASDFFunctionSingle) MarshalJSON ¶

func (v NullableEASDFFunctionSingle) MarshalJSON() ([]byte, error)

func (*NullableEASDFFunctionSingle) Set ¶

func (*NullableEASDFFunctionSingle) UnmarshalJSON ¶

func (v *NullableEASDFFunctionSingle) UnmarshalJSON(src []byte) error

func (*NullableEASDFFunctionSingle) Unset ¶

func (v *NullableEASDFFunctionSingle) Unset()

type NullableEASDFFunctionSingleAllOf ¶

type NullableEASDFFunctionSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableEASDFFunctionSingleAllOf) Get ¶

func (NullableEASDFFunctionSingleAllOf) IsSet ¶

func (NullableEASDFFunctionSingleAllOf) MarshalJSON ¶

func (v NullableEASDFFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableEASDFFunctionSingleAllOf) Set ¶

func (*NullableEASDFFunctionSingleAllOf) UnmarshalJSON ¶

func (v *NullableEASDFFunctionSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableEASDFFunctionSingleAllOf) Unset ¶

type NullableEASDFFunctionSingleAllOf1 ¶

type NullableEASDFFunctionSingleAllOf1 struct {
	// contains filtered or unexported fields
}

func (NullableEASDFFunctionSingleAllOf1) Get ¶

func (NullableEASDFFunctionSingleAllOf1) IsSet ¶

func (NullableEASDFFunctionSingleAllOf1) MarshalJSON ¶

func (v NullableEASDFFunctionSingleAllOf1) MarshalJSON() ([]byte, error)

func (*NullableEASDFFunctionSingleAllOf1) Set ¶

func (*NullableEASDFFunctionSingleAllOf1) UnmarshalJSON ¶

func (v *NullableEASDFFunctionSingleAllOf1) UnmarshalJSON(src []byte) error

func (*NullableEASDFFunctionSingleAllOf1) Unset ¶

type NullableEASDFFunctionSingleAllOfAttributes ¶

type NullableEASDFFunctionSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableEASDFFunctionSingleAllOfAttributes) Get ¶

func (NullableEASDFFunctionSingleAllOfAttributes) IsSet ¶

func (NullableEASDFFunctionSingleAllOfAttributes) MarshalJSON ¶

func (*NullableEASDFFunctionSingleAllOfAttributes) Set ¶

func (*NullableEASDFFunctionSingleAllOfAttributes) UnmarshalJSON ¶

func (v *NullableEASDFFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullableEASDFFunctionSingleAllOfAttributes) Unset ¶

type NullableEASDFFunctionSingleAllOfAttributesAllOf ¶

type NullableEASDFFunctionSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableEASDFFunctionSingleAllOfAttributesAllOf) Get ¶

func (NullableEASDFFunctionSingleAllOfAttributesAllOf) IsSet ¶

func (NullableEASDFFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*NullableEASDFFunctionSingleAllOfAttributesAllOf) Set ¶

func (*NullableEASDFFunctionSingleAllOfAttributesAllOf) UnmarshalJSON ¶

func (*NullableEASDFFunctionSingleAllOfAttributesAllOf) Unset ¶

type NullableEEPerfReq ¶

type NullableEEPerfReq struct {
	// contains filtered or unexported fields
}

func NewNullableEEPerfReq ¶

func NewNullableEEPerfReq(val *EEPerfReq) *NullableEEPerfReq

func (NullableEEPerfReq) Get ¶

func (v NullableEEPerfReq) Get() *EEPerfReq

func (NullableEEPerfReq) IsSet ¶

func (v NullableEEPerfReq) IsSet() bool

func (NullableEEPerfReq) MarshalJSON ¶

func (v NullableEEPerfReq) MarshalJSON() ([]byte, error)

func (*NullableEEPerfReq) Set ¶

func (v *NullableEEPerfReq) Set(val *EEPerfReq)

func (*NullableEEPerfReq) UnmarshalJSON ¶

func (v *NullableEEPerfReq) UnmarshalJSON(src []byte) error

func (*NullableEEPerfReq) Unset ¶

func (v *NullableEEPerfReq) Unset()

type NullableEPE1Single ¶

type NullableEPE1Single struct {
	// contains filtered or unexported fields
}

func NewNullableEPE1Single ¶

func NewNullableEPE1Single(val *EPE1Single) *NullableEPE1Single

func (NullableEPE1Single) Get ¶

func (v NullableEPE1Single) Get() *EPE1Single

func (NullableEPE1Single) IsSet ¶

func (v NullableEPE1Single) IsSet() bool

func (NullableEPE1Single) MarshalJSON ¶

func (v NullableEPE1Single) MarshalJSON() ([]byte, error)

func (*NullableEPE1Single) Set ¶

func (v *NullableEPE1Single) Set(val *EPE1Single)

func (*NullableEPE1Single) UnmarshalJSON ¶

func (v *NullableEPE1Single) UnmarshalJSON(src []byte) error

func (*NullableEPE1Single) Unset ¶

func (v *NullableEPE1Single) Unset()

type NullableEPF1CSingle ¶

type NullableEPF1CSingle struct {
	// contains filtered or unexported fields
}

func NewNullableEPF1CSingle ¶

func NewNullableEPF1CSingle(val *EPF1CSingle) *NullableEPF1CSingle

func (NullableEPF1CSingle) Get ¶

func (NullableEPF1CSingle) IsSet ¶

func (v NullableEPF1CSingle) IsSet() bool

func (NullableEPF1CSingle) MarshalJSON ¶

func (v NullableEPF1CSingle) MarshalJSON() ([]byte, error)

func (*NullableEPF1CSingle) Set ¶

func (v *NullableEPF1CSingle) Set(val *EPF1CSingle)

func (*NullableEPF1CSingle) UnmarshalJSON ¶

func (v *NullableEPF1CSingle) UnmarshalJSON(src []byte) error

func (*NullableEPF1CSingle) Unset ¶

func (v *NullableEPF1CSingle) Unset()

type NullableEPF1CSingleAllOf ¶

type NullableEPF1CSingleAllOf struct {
	// contains filtered or unexported fields
}

func NewNullableEPF1CSingleAllOf ¶

func NewNullableEPF1CSingleAllOf(val *EPF1CSingleAllOf) *NullableEPF1CSingleAllOf

func (NullableEPF1CSingleAllOf) Get ¶

func (NullableEPF1CSingleAllOf) IsSet ¶

func (v NullableEPF1CSingleAllOf) IsSet() bool

func (NullableEPF1CSingleAllOf) MarshalJSON ¶

func (v NullableEPF1CSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableEPF1CSingleAllOf) Set ¶

func (*NullableEPF1CSingleAllOf) UnmarshalJSON ¶

func (v *NullableEPF1CSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableEPF1CSingleAllOf) Unset ¶

func (v *NullableEPF1CSingleAllOf) Unset()

type NullableEPF1CSingleAllOfAttributes ¶

type NullableEPF1CSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableEPF1CSingleAllOfAttributes) Get ¶

func (NullableEPF1CSingleAllOfAttributes) IsSet ¶

func (NullableEPF1CSingleAllOfAttributes) MarshalJSON ¶

func (v NullableEPF1CSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*NullableEPF1CSingleAllOfAttributes) Set ¶

func (*NullableEPF1CSingleAllOfAttributes) UnmarshalJSON ¶

func (v *NullableEPF1CSingleAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullableEPF1CSingleAllOfAttributes) Unset ¶

type NullableEPF1CSingleAllOfAttributesAllOf ¶

type NullableEPF1CSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableEPF1CSingleAllOfAttributesAllOf) Get ¶

func (NullableEPF1CSingleAllOfAttributesAllOf) IsSet ¶

func (NullableEPF1CSingleAllOfAttributesAllOf) MarshalJSON ¶

func (v NullableEPF1CSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)

func (*NullableEPF1CSingleAllOfAttributesAllOf) Set ¶

func (*NullableEPF1CSingleAllOfAttributesAllOf) UnmarshalJSON ¶

func (v *NullableEPF1CSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error

func (*NullableEPF1CSingleAllOfAttributesAllOf) Unset ¶

type NullableEPF1USingle ¶

type NullableEPF1USingle struct {
	// contains filtered or unexported fields
}

func NewNullableEPF1USingle ¶

func NewNullableEPF1USingle(val *EPF1USingle) *NullableEPF1USingle

func (NullableEPF1USingle) Get ¶

func (NullableEPF1USingle) IsSet ¶

func (v NullableEPF1USingle) IsSet() bool

func (NullableEPF1USingle) MarshalJSON ¶

func (v NullableEPF1USingle) MarshalJSON() ([]byte, error)

func (*NullableEPF1USingle) Set ¶

func (v *NullableEPF1USingle) Set(val *EPF1USingle)

func (*NullableEPF1USingle) UnmarshalJSON ¶

func (v *NullableEPF1USingle) UnmarshalJSON(src []byte) error

func (*NullableEPF1USingle) Unset ¶

func (v *NullableEPF1USingle) Unset()

type NullableEPF1USingleAllOf ¶

type NullableEPF1USingleAllOf struct {
	// contains filtered or unexported fields
}

func NewNullableEPF1USingleAllOf ¶

func NewNullableEPF1USingleAllOf(val *EPF1USingleAllOf) *NullableEPF1USingleAllOf

func (NullableEPF1USingleAllOf) Get ¶

func (NullableEPF1USingleAllOf) IsSet ¶

func (v NullableEPF1USingleAllOf) IsSet() bool

func (NullableEPF1USingleAllOf) MarshalJSON ¶

func (v NullableEPF1USingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableEPF1USingleAllOf) Set ¶

func (*NullableEPF1USingleAllOf) UnmarshalJSON ¶

func (v *NullableEPF1USingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableEPF1USingleAllOf) Unset ¶

func (v *NullableEPF1USingleAllOf) Unset()

type NullableEPF1USingleAllOfAttributes ¶

type NullableEPF1USingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableEPF1USingleAllOfAttributes) Get ¶

func (NullableEPF1USingleAllOfAttributes) IsSet ¶

func (NullableEPF1USingleAllOfAttributes) MarshalJSON ¶

func (v NullableEPF1USingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*NullableEPF1USingleAllOfAttributes) Set ¶

func (*NullableEPF1USingleAllOfAttributes) UnmarshalJSON ¶

func (v *NullableEPF1USingleAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullableEPF1USingleAllOfAttributes) Unset ¶

type NullableEPF1USingleAllOfAttributesAllOf ¶

type NullableEPF1USingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableEPF1USingleAllOfAttributesAllOf) Get ¶

func (NullableEPF1USingleAllOfAttributesAllOf) IsSet ¶

func (NullableEPF1USingleAllOfAttributesAllOf) MarshalJSON ¶

func (v NullableEPF1USingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)

func (*NullableEPF1USingleAllOfAttributesAllOf) Set ¶

func (*NullableEPF1USingleAllOfAttributesAllOf) UnmarshalJSON ¶

func (v *NullableEPF1USingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error

func (*NullableEPF1USingleAllOfAttributesAllOf) Unset ¶

type NullableEPMAPSMSCSingle ¶

type NullableEPMAPSMSCSingle struct {
	// contains filtered or unexported fields
}

func NewNullableEPMAPSMSCSingle ¶

func NewNullableEPMAPSMSCSingle(val *EPMAPSMSCSingle) *NullableEPMAPSMSCSingle

func (NullableEPMAPSMSCSingle) Get ¶

func (NullableEPMAPSMSCSingle) IsSet ¶

func (v NullableEPMAPSMSCSingle) IsSet() bool

func (NullableEPMAPSMSCSingle) MarshalJSON ¶

func (v NullableEPMAPSMSCSingle) MarshalJSON() ([]byte, error)

func (*NullableEPMAPSMSCSingle) Set ¶

func (*NullableEPMAPSMSCSingle) UnmarshalJSON ¶

func (v *NullableEPMAPSMSCSingle) UnmarshalJSON(src []byte) error

func (*NullableEPMAPSMSCSingle) Unset ¶

func (v *NullableEPMAPSMSCSingle) Unset()

type NullableEPN10Single ¶

type NullableEPN10Single struct {
	// contains filtered or unexported fields
}

func NewNullableEPN10Single ¶

func NewNullableEPN10Single(val *EPN10Single) *NullableEPN10Single

func (NullableEPN10Single) Get ¶

func (NullableEPN10Single) IsSet ¶

func (v NullableEPN10Single) IsSet() bool

func (NullableEPN10Single) MarshalJSON ¶

func (v NullableEPN10Single) MarshalJSON() ([]byte, error)

func (*NullableEPN10Single) Set ¶

func (v *NullableEPN10Single) Set(val *EPN10Single)

func (*NullableEPN10Single) UnmarshalJSON ¶

func (v *NullableEPN10Single) UnmarshalJSON(src []byte) error

func (*NullableEPN10Single) Unset ¶

func (v *NullableEPN10Single) Unset()

type NullableEPN11Single ¶

type NullableEPN11Single struct {
	// contains filtered or unexported fields
}

func NewNullableEPN11Single ¶

func NewNullableEPN11Single(val *EPN11Single) *NullableEPN11Single

func (NullableEPN11Single) Get ¶

func (NullableEPN11Single) IsSet ¶

func (v NullableEPN11Single) IsSet() bool

func (NullableEPN11Single) MarshalJSON ¶

func (v NullableEPN11Single) MarshalJSON() ([]byte, error)

func (*NullableEPN11Single) Set ¶

func (v *NullableEPN11Single) Set(val *EPN11Single)

func (*NullableEPN11Single) UnmarshalJSON ¶

func (v *NullableEPN11Single) UnmarshalJSON(src []byte) error

func (*NullableEPN11Single) Unset ¶

func (v *NullableEPN11Single) Unset()

type NullableEPN12Single ¶

type NullableEPN12Single struct {
	// contains filtered or unexported fields
}

func NewNullableEPN12Single ¶

func NewNullableEPN12Single(val *EPN12Single) *NullableEPN12Single

func (NullableEPN12Single) Get ¶

func (NullableEPN12Single) IsSet ¶

func (v NullableEPN12Single) IsSet() bool

func (NullableEPN12Single) MarshalJSON ¶

func (v NullableEPN12Single) MarshalJSON() ([]byte, error)

func (*NullableEPN12Single) Set ¶

func (v *NullableEPN12Single) Set(val *EPN12Single)

func (*NullableEPN12Single) UnmarshalJSON ¶

func (v *NullableEPN12Single) UnmarshalJSON(src []byte) error

func (*NullableEPN12Single) Unset ¶

func (v *NullableEPN12Single) Unset()

type NullableEPN13Single ¶

type NullableEPN13Single struct {
	// contains filtered or unexported fields
}

func NewNullableEPN13Single ¶

func NewNullableEPN13Single(val *EPN13Single) *NullableEPN13Single

func (NullableEPN13Single) Get ¶

func (NullableEPN13Single) IsSet ¶

func (v NullableEPN13Single) IsSet() bool

func (NullableEPN13Single) MarshalJSON ¶

func (v NullableEPN13Single) MarshalJSON() ([]byte, error)

func (*NullableEPN13Single) Set ¶

func (v *NullableEPN13Single) Set(val *EPN13Single)

func (*NullableEPN13Single) UnmarshalJSON ¶

func (v *NullableEPN13Single) UnmarshalJSON(src []byte) error

func (*NullableEPN13Single) Unset ¶

func (v *NullableEPN13Single) Unset()

type NullableEPN14Single ¶

type NullableEPN14Single struct {
	// contains filtered or unexported fields
}

func NewNullableEPN14Single ¶

func NewNullableEPN14Single(val *EPN14Single) *NullableEPN14Single

func (NullableEPN14Single) Get ¶

func (NullableEPN14Single) IsSet ¶

func (v NullableEPN14Single) IsSet() bool

func (NullableEPN14Single) MarshalJSON ¶

func (v NullableEPN14Single) MarshalJSON() ([]byte, error)

func (*NullableEPN14Single) Set ¶

func (v *NullableEPN14Single) Set(val *EPN14Single)

func (*NullableEPN14Single) UnmarshalJSON ¶

func (v *NullableEPN14Single) UnmarshalJSON(src []byte) error

func (*NullableEPN14Single) Unset ¶

func (v *NullableEPN14Single) Unset()

type NullableEPN15Single ¶

type NullableEPN15Single struct {
	// contains filtered or unexported fields
}

func NewNullableEPN15Single ¶

func NewNullableEPN15Single(val *EPN15Single) *NullableEPN15Single

func (NullableEPN15Single) Get ¶

func (NullableEPN15Single) IsSet ¶

func (v NullableEPN15Single) IsSet() bool

func (NullableEPN15Single) MarshalJSON ¶

func (v NullableEPN15Single) MarshalJSON() ([]byte, error)

func (*NullableEPN15Single) Set ¶

func (v *NullableEPN15Single) Set(val *EPN15Single)

func (*NullableEPN15Single) UnmarshalJSON ¶

func (v *NullableEPN15Single) UnmarshalJSON(src []byte) error

func (*NullableEPN15Single) Unset ¶

func (v *NullableEPN15Single) Unset()

type NullableEPN16Single ¶

type NullableEPN16Single struct {
	// contains filtered or unexported fields
}

func NewNullableEPN16Single ¶

func NewNullableEPN16Single(val *EPN16Single) *NullableEPN16Single

func (NullableEPN16Single) Get ¶

func (NullableEPN16Single) IsSet ¶

func (v NullableEPN16Single) IsSet() bool

func (NullableEPN16Single) MarshalJSON ¶

func (v NullableEPN16Single) MarshalJSON() ([]byte, error)

func (*NullableEPN16Single) Set ¶

func (v *NullableEPN16Single) Set(val *EPN16Single)

func (*NullableEPN16Single) UnmarshalJSON ¶

func (v *NullableEPN16Single) UnmarshalJSON(src []byte) error

func (*NullableEPN16Single) Unset ¶

func (v *NullableEPN16Single) Unset()

type NullableEPN17Single ¶

type NullableEPN17Single struct {
	// contains filtered or unexported fields
}

func NewNullableEPN17Single ¶

func NewNullableEPN17Single(val *EPN17Single) *NullableEPN17Single

func (NullableEPN17Single) Get ¶

func (NullableEPN17Single) IsSet ¶

func (v NullableEPN17Single) IsSet() bool

func (NullableEPN17Single) MarshalJSON ¶

func (v NullableEPN17Single) MarshalJSON() ([]byte, error)

func (*NullableEPN17Single) Set ¶

func (v *NullableEPN17Single) Set(val *EPN17Single)

func (*NullableEPN17Single) UnmarshalJSON ¶

func (v *NullableEPN17Single) UnmarshalJSON(src []byte) error

func (*NullableEPN17Single) Unset ¶

func (v *NullableEPN17Single) Unset()

type NullableEPN20Single ¶

type NullableEPN20Single struct {
	// contains filtered or unexported fields
}

func NewNullableEPN20Single ¶

func NewNullableEPN20Single(val *EPN20Single) *NullableEPN20Single

func (NullableEPN20Single) Get ¶

func (NullableEPN20Single) IsSet ¶

func (v NullableEPN20Single) IsSet() bool

func (NullableEPN20Single) MarshalJSON ¶

func (v NullableEPN20Single) MarshalJSON() ([]byte, error)

func (*NullableEPN20Single) Set ¶

func (v *NullableEPN20Single) Set(val *EPN20Single)

func (*NullableEPN20Single) UnmarshalJSON ¶

func (v *NullableEPN20Single) UnmarshalJSON(src []byte) error

func (*NullableEPN20Single) Unset ¶

func (v *NullableEPN20Single) Unset()

type NullableEPN21Single ¶

type NullableEPN21Single struct {
	// contains filtered or unexported fields
}

func NewNullableEPN21Single ¶

func NewNullableEPN21Single(val *EPN21Single) *NullableEPN21Single

func (NullableEPN21Single) Get ¶

func (NullableEPN21Single) IsSet ¶

func (v NullableEPN21Single) IsSet() bool

func (NullableEPN21Single) MarshalJSON ¶

func (v NullableEPN21Single) MarshalJSON() ([]byte, error)

func (*NullableEPN21Single) Set ¶

func (v *NullableEPN21Single) Set(val *EPN21Single)

func (*NullableEPN21Single) UnmarshalJSON ¶

func (v *NullableEPN21Single) UnmarshalJSON(src []byte) error

func (*NullableEPN21Single) Unset ¶

func (v *NullableEPN21Single) Unset()

type NullableEPN22Single ¶

type NullableEPN22Single struct {
	// contains filtered or unexported fields
}

func NewNullableEPN22Single ¶

func NewNullableEPN22Single(val *EPN22Single) *NullableEPN22Single

func (NullableEPN22Single) Get ¶

func (NullableEPN22Single) IsSet ¶

func (v NullableEPN22Single) IsSet() bool

func (NullableEPN22Single) MarshalJSON ¶

func (v NullableEPN22Single) MarshalJSON() ([]byte, error)

func (*NullableEPN22Single) Set ¶

func (v *NullableEPN22Single) Set(val *EPN22Single)

func (*NullableEPN22Single) UnmarshalJSON ¶

func (v *NullableEPN22Single) UnmarshalJSON(src []byte) error

func (*NullableEPN22Single) Unset ¶

func (v *NullableEPN22Single) Unset()

type NullableEPN26Single ¶

type NullableEPN26Single struct {
	// contains filtered or unexported fields
}

func NewNullableEPN26Single ¶

func NewNullableEPN26Single(val *EPN26Single) *NullableEPN26Single

func (NullableEPN26Single) Get ¶

func (NullableEPN26Single) IsSet ¶

func (v NullableEPN26Single) IsSet() bool

func (NullableEPN26Single) MarshalJSON ¶

func (v NullableEPN26Single) MarshalJSON() ([]byte, error)

func (*NullableEPN26Single) Set ¶

func (v *NullableEPN26Single) Set(val *EPN26Single)

func (*NullableEPN26Single) UnmarshalJSON ¶

func (v *NullableEPN26Single) UnmarshalJSON(src []byte) error

func (*NullableEPN26Single) Unset ¶

func (v *NullableEPN26Single) Unset()

type NullableEPN27Single ¶

type NullableEPN27Single struct {
	// contains filtered or unexported fields
}

func NewNullableEPN27Single ¶

func NewNullableEPN27Single(val *EPN27Single) *NullableEPN27Single

func (NullableEPN27Single) Get ¶

func (NullableEPN27Single) IsSet ¶

func (v NullableEPN27Single) IsSet() bool

func (NullableEPN27Single) MarshalJSON ¶

func (v NullableEPN27Single) MarshalJSON() ([]byte, error)

func (*NullableEPN27Single) Set ¶

func (v *NullableEPN27Single) Set(val *EPN27Single)

func (*NullableEPN27Single) UnmarshalJSON ¶

func (v *NullableEPN27Single) UnmarshalJSON(src []byte) error

func (*NullableEPN27Single) Unset ¶

func (v *NullableEPN27Single) Unset()

type NullableEPN2Single ¶

type NullableEPN2Single struct {
	// contains filtered or unexported fields
}

func NewNullableEPN2Single ¶

func NewNullableEPN2Single(val *EPN2Single) *NullableEPN2Single

func (NullableEPN2Single) Get ¶

func (v NullableEPN2Single) Get() *EPN2Single

func (NullableEPN2Single) IsSet ¶

func (v NullableEPN2Single) IsSet() bool

func (NullableEPN2Single) MarshalJSON ¶

func (v NullableEPN2Single) MarshalJSON() ([]byte, error)

func (*NullableEPN2Single) Set ¶

func (v *NullableEPN2Single) Set(val *EPN2Single)

func (*NullableEPN2Single) UnmarshalJSON ¶

func (v *NullableEPN2Single) UnmarshalJSON(src []byte) error

func (*NullableEPN2Single) Unset ¶

func (v *NullableEPN2Single) Unset()

type NullableEPN31Single ¶

type NullableEPN31Single struct {
	// contains filtered or unexported fields
}

func NewNullableEPN31Single ¶

func NewNullableEPN31Single(val *EPN31Single) *NullableEPN31Single

func (NullableEPN31Single) Get ¶

func (NullableEPN31Single) IsSet ¶

func (v NullableEPN31Single) IsSet() bool

func (NullableEPN31Single) MarshalJSON ¶

func (v NullableEPN31Single) MarshalJSON() ([]byte, error)

func (*NullableEPN31Single) Set ¶

func (v *NullableEPN31Single) Set(val *EPN31Single)

func (*NullableEPN31Single) UnmarshalJSON ¶

func (v *NullableEPN31Single) UnmarshalJSON(src []byte) error

func (*NullableEPN31Single) Unset ¶

func (v *NullableEPN31Single) Unset()

type NullableEPN32Single ¶

type NullableEPN32Single struct {
	// contains filtered or unexported fields
}

func NewNullableEPN32Single ¶

func NewNullableEPN32Single(val *EPN32Single) *NullableEPN32Single

func (NullableEPN32Single) Get ¶

func (NullableEPN32Single) IsSet ¶

func (v NullableEPN32Single) IsSet() bool

func (NullableEPN32Single) MarshalJSON ¶

func (v NullableEPN32Single) MarshalJSON() ([]byte, error)

func (*NullableEPN32Single) Set ¶

func (v *NullableEPN32Single) Set(val *EPN32Single)

func (*NullableEPN32Single) UnmarshalJSON ¶

func (v *NullableEPN32Single) UnmarshalJSON(src []byte) error

func (*NullableEPN32Single) Unset ¶

func (v *NullableEPN32Single) Unset()

type NullableEPN32SingleAllOf ¶

type NullableEPN32SingleAllOf struct {
	// contains filtered or unexported fields
}

func NewNullableEPN32SingleAllOf ¶

func NewNullableEPN32SingleAllOf(val *EPN32SingleAllOf) *NullableEPN32SingleAllOf

func (NullableEPN32SingleAllOf) Get ¶

func (NullableEPN32SingleAllOf) IsSet ¶

func (v NullableEPN32SingleAllOf) IsSet() bool

func (NullableEPN32SingleAllOf) MarshalJSON ¶

func (v NullableEPN32SingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableEPN32SingleAllOf) Set ¶

func (*NullableEPN32SingleAllOf) UnmarshalJSON ¶

func (v *NullableEPN32SingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableEPN32SingleAllOf) Unset ¶

func (v *NullableEPN32SingleAllOf) Unset()

type NullableEPN32SingleAllOfAttributes ¶

type NullableEPN32SingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableEPN32SingleAllOfAttributes) Get ¶

func (NullableEPN32SingleAllOfAttributes) IsSet ¶

func (NullableEPN32SingleAllOfAttributes) MarshalJSON ¶

func (v NullableEPN32SingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*NullableEPN32SingleAllOfAttributes) Set ¶

func (*NullableEPN32SingleAllOfAttributes) UnmarshalJSON ¶

func (v *NullableEPN32SingleAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullableEPN32SingleAllOfAttributes) Unset ¶

type NullableEPN32SingleAllOfAttributesAllOf ¶

type NullableEPN32SingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableEPN32SingleAllOfAttributesAllOf) Get ¶

func (NullableEPN32SingleAllOfAttributesAllOf) IsSet ¶

func (NullableEPN32SingleAllOfAttributesAllOf) MarshalJSON ¶

func (v NullableEPN32SingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)

func (*NullableEPN32SingleAllOfAttributesAllOf) Set ¶

func (*NullableEPN32SingleAllOfAttributesAllOf) UnmarshalJSON ¶

func (v *NullableEPN32SingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error

func (*NullableEPN32SingleAllOfAttributesAllOf) Unset ¶

type NullableEPN33Single ¶

type NullableEPN33Single struct {
	// contains filtered or unexported fields
}

func NewNullableEPN33Single ¶

func NewNullableEPN33Single(val *EPN33Single) *NullableEPN33Single

func (NullableEPN33Single) Get ¶

func (NullableEPN33Single) IsSet ¶

func (v NullableEPN33Single) IsSet() bool

func (NullableEPN33Single) MarshalJSON ¶

func (v NullableEPN33Single) MarshalJSON() ([]byte, error)

func (*NullableEPN33Single) Set ¶

func (v *NullableEPN33Single) Set(val *EPN33Single)

func (*NullableEPN33Single) UnmarshalJSON ¶

func (v *NullableEPN33Single) UnmarshalJSON(src []byte) error

func (*NullableEPN33Single) Unset ¶

func (v *NullableEPN33Single) Unset()

type NullableEPN3Single ¶

type NullableEPN3Single struct {
	// contains filtered or unexported fields
}

func NewNullableEPN3Single ¶

func NewNullableEPN3Single(val *EPN3Single) *NullableEPN3Single

func (NullableEPN3Single) Get ¶

func (v NullableEPN3Single) Get() *EPN3Single

func (NullableEPN3Single) IsSet ¶

func (v NullableEPN3Single) IsSet() bool

func (NullableEPN3Single) MarshalJSON ¶

func (v NullableEPN3Single) MarshalJSON() ([]byte, error)

func (*NullableEPN3Single) Set ¶

func (v *NullableEPN3Single) Set(val *EPN3Single)

func (*NullableEPN3Single) UnmarshalJSON ¶

func (v *NullableEPN3Single) UnmarshalJSON(src []byte) error

func (*NullableEPN3Single) Unset ¶

func (v *NullableEPN3Single) Unset()

type NullableEPN4Single ¶

type NullableEPN4Single struct {
	// contains filtered or unexported fields
}

func NewNullableEPN4Single ¶

func NewNullableEPN4Single(val *EPN4Single) *NullableEPN4Single

func (NullableEPN4Single) Get ¶

func (v NullableEPN4Single) Get() *EPN4Single

func (NullableEPN4Single) IsSet ¶

func (v NullableEPN4Single) IsSet() bool

func (NullableEPN4Single) MarshalJSON ¶

func (v NullableEPN4Single) MarshalJSON() ([]byte, error)

func (*NullableEPN4Single) Set ¶

func (v *NullableEPN4Single) Set(val *EPN4Single)

func (*NullableEPN4Single) UnmarshalJSON ¶

func (v *NullableEPN4Single) UnmarshalJSON(src []byte) error

func (*NullableEPN4Single) Unset ¶

func (v *NullableEPN4Single) Unset()

type NullableEPN5Single ¶

type NullableEPN5Single struct {
	// contains filtered or unexported fields
}

func NewNullableEPN5Single ¶

func NewNullableEPN5Single(val *EPN5Single) *NullableEPN5Single

func (NullableEPN5Single) Get ¶

func (v NullableEPN5Single) Get() *EPN5Single

func (NullableEPN5Single) IsSet ¶

func (v NullableEPN5Single) IsSet() bool

func (NullableEPN5Single) MarshalJSON ¶

func (v NullableEPN5Single) MarshalJSON() ([]byte, error)

func (*NullableEPN5Single) Set ¶

func (v *NullableEPN5Single) Set(val *EPN5Single)

func (*NullableEPN5Single) UnmarshalJSON ¶

func (v *NullableEPN5Single) UnmarshalJSON(src []byte) error

func (*NullableEPN5Single) Unset ¶

func (v *NullableEPN5Single) Unset()

type NullableEPN60Single ¶

type NullableEPN60Single struct {
	// contains filtered or unexported fields
}

func NewNullableEPN60Single ¶

func NewNullableEPN60Single(val *EPN60Single) *NullableEPN60Single

func (NullableEPN60Single) Get ¶

func (NullableEPN60Single) IsSet ¶

func (v NullableEPN60Single) IsSet() bool

func (NullableEPN60Single) MarshalJSON ¶

func (v NullableEPN60Single) MarshalJSON() ([]byte, error)

func (*NullableEPN60Single) Set ¶

func (v *NullableEPN60Single) Set(val *EPN60Single)

func (*NullableEPN60Single) UnmarshalJSON ¶

func (v *NullableEPN60Single) UnmarshalJSON(src []byte) error

func (*NullableEPN60Single) Unset ¶

func (v *NullableEPN60Single) Unset()

type NullableEPN6Single ¶

type NullableEPN6Single struct {
	// contains filtered or unexported fields
}

func NewNullableEPN6Single ¶

func NewNullableEPN6Single(val *EPN6Single) *NullableEPN6Single

func (NullableEPN6Single) Get ¶

func (v NullableEPN6Single) Get() *EPN6Single

func (NullableEPN6Single) IsSet ¶

func (v NullableEPN6Single) IsSet() bool

func (NullableEPN6Single) MarshalJSON ¶

func (v NullableEPN6Single) MarshalJSON() ([]byte, error)

func (*NullableEPN6Single) Set ¶

func (v *NullableEPN6Single) Set(val *EPN6Single)

func (*NullableEPN6Single) UnmarshalJSON ¶

func (v *NullableEPN6Single) UnmarshalJSON(src []byte) error

func (*NullableEPN6Single) Unset ¶

func (v *NullableEPN6Single) Unset()

type NullableEPN7Single ¶

type NullableEPN7Single struct {
	// contains filtered or unexported fields
}

func NewNullableEPN7Single ¶

func NewNullableEPN7Single(val *EPN7Single) *NullableEPN7Single

func (NullableEPN7Single) Get ¶

func (v NullableEPN7Single) Get() *EPN7Single

func (NullableEPN7Single) IsSet ¶

func (v NullableEPN7Single) IsSet() bool

func (NullableEPN7Single) MarshalJSON ¶

func (v NullableEPN7Single) MarshalJSON() ([]byte, error)

func (*NullableEPN7Single) Set ¶

func (v *NullableEPN7Single) Set(val *EPN7Single)

func (*NullableEPN7Single) UnmarshalJSON ¶

func (v *NullableEPN7Single) UnmarshalJSON(src []byte) error

func (*NullableEPN7Single) Unset ¶

func (v *NullableEPN7Single) Unset()

type NullableEPN88Single ¶

type NullableEPN88Single struct {
	// contains filtered or unexported fields
}

func NewNullableEPN88Single ¶

func NewNullableEPN88Single(val *EPN88Single) *NullableEPN88Single

func (NullableEPN88Single) Get ¶

func (NullableEPN88Single) IsSet ¶

func (v NullableEPN88Single) IsSet() bool

func (NullableEPN88Single) MarshalJSON ¶

func (v NullableEPN88Single) MarshalJSON() ([]byte, error)

func (*NullableEPN88Single) Set ¶

func (v *NullableEPN88Single) Set(val *EPN88Single)

func (*NullableEPN88Single) UnmarshalJSON ¶

func (v *NullableEPN88Single) UnmarshalJSON(src []byte) error

func (*NullableEPN88Single) Unset ¶

func (v *NullableEPN88Single) Unset()

type NullableEPN8Single ¶

type NullableEPN8Single struct {
	// contains filtered or unexported fields
}

func NewNullableEPN8Single ¶

func NewNullableEPN8Single(val *EPN8Single) *NullableEPN8Single

func (NullableEPN8Single) Get ¶

func (v NullableEPN8Single) Get() *EPN8Single

func (NullableEPN8Single) IsSet ¶

func (v NullableEPN8Single) IsSet() bool

func (NullableEPN8Single) MarshalJSON ¶

func (v NullableEPN8Single) MarshalJSON() ([]byte, error)

func (*NullableEPN8Single) Set ¶

func (v *NullableEPN8Single) Set(val *EPN8Single)

func (*NullableEPN8Single) UnmarshalJSON ¶

func (v *NullableEPN8Single) UnmarshalJSON(src []byte) error

func (*NullableEPN8Single) Unset ¶

func (v *NullableEPN8Single) Unset()

type NullableEPN9Single ¶

type NullableEPN9Single struct {
	// contains filtered or unexported fields
}

func NewNullableEPN9Single ¶

func NewNullableEPN9Single(val *EPN9Single) *NullableEPN9Single

func (NullableEPN9Single) Get ¶

func (v NullableEPN9Single) Get() *EPN9Single

func (NullableEPN9Single) IsSet ¶

func (v NullableEPN9Single) IsSet() bool

func (NullableEPN9Single) MarshalJSON ¶

func (v NullableEPN9Single) MarshalJSON() ([]byte, error)

func (*NullableEPN9Single) Set ¶

func (v *NullableEPN9Single) Set(val *EPN9Single)

func (*NullableEPN9Single) UnmarshalJSON ¶

func (v *NullableEPN9Single) UnmarshalJSON(src []byte) error

func (*NullableEPN9Single) Unset ¶

func (v *NullableEPN9Single) Unset()

type NullableEPNLGSingle ¶

type NullableEPNLGSingle struct {
	// contains filtered or unexported fields
}

func NewNullableEPNLGSingle ¶

func NewNullableEPNLGSingle(val *EPNLGSingle) *NullableEPNLGSingle

func (NullableEPNLGSingle) Get ¶

func (NullableEPNLGSingle) IsSet ¶

func (v NullableEPNLGSingle) IsSet() bool

func (NullableEPNLGSingle) MarshalJSON ¶

func (v NullableEPNLGSingle) MarshalJSON() ([]byte, error)

func (*NullableEPNLGSingle) Set ¶

func (v *NullableEPNLGSingle) Set(val *EPNLGSingle)

func (*NullableEPNLGSingle) UnmarshalJSON ¶

func (v *NullableEPNLGSingle) UnmarshalJSON(src []byte) error

func (*NullableEPNLGSingle) Unset ¶

func (v *NullableEPNLGSingle) Unset()

type NullableEPNLSSingle ¶

type NullableEPNLSSingle struct {
	// contains filtered or unexported fields
}

func NewNullableEPNLSSingle ¶

func NewNullableEPNLSSingle(val *EPNLSSingle) *NullableEPNLSSingle

func (NullableEPNLSSingle) Get ¶

func (NullableEPNLSSingle) IsSet ¶

func (v NullableEPNLSSingle) IsSet() bool

func (NullableEPNLSSingle) MarshalJSON ¶

func (v NullableEPNLSSingle) MarshalJSON() ([]byte, error)

func (*NullableEPNLSSingle) Set ¶

func (v *NullableEPNLSSingle) Set(val *EPNLSSingle)

func (*NullableEPNLSSingle) UnmarshalJSON ¶

func (v *NullableEPNLSSingle) UnmarshalJSON(src []byte) error

func (*NullableEPNLSSingle) Unset ¶

func (v *NullableEPNLSSingle) Unset()

type NullableEPNgCSingle ¶

type NullableEPNgCSingle struct {
	// contains filtered or unexported fields
}

func NewNullableEPNgCSingle ¶

func NewNullableEPNgCSingle(val *EPNgCSingle) *NullableEPNgCSingle

func (NullableEPNgCSingle) Get ¶

func (NullableEPNgCSingle) IsSet ¶

func (v NullableEPNgCSingle) IsSet() bool

func (NullableEPNgCSingle) MarshalJSON ¶

func (v NullableEPNgCSingle) MarshalJSON() ([]byte, error)

func (*NullableEPNgCSingle) Set ¶

func (v *NullableEPNgCSingle) Set(val *EPNgCSingle)

func (*NullableEPNgCSingle) UnmarshalJSON ¶

func (v *NullableEPNgCSingle) UnmarshalJSON(src []byte) error

func (*NullableEPNgCSingle) Unset ¶

func (v *NullableEPNgCSingle) Unset()

type NullableEPNgUSingle ¶

type NullableEPNgUSingle struct {
	// contains filtered or unexported fields
}

func NewNullableEPNgUSingle ¶

func NewNullableEPNgUSingle(val *EPNgUSingle) *NullableEPNgUSingle

func (NullableEPNgUSingle) Get ¶

func (NullableEPNgUSingle) IsSet ¶

func (v NullableEPNgUSingle) IsSet() bool

func (NullableEPNgUSingle) MarshalJSON ¶

func (v NullableEPNgUSingle) MarshalJSON() ([]byte, error)

func (*NullableEPNgUSingle) Set ¶

func (v *NullableEPNgUSingle) Set(val *EPNgUSingle)

func (*NullableEPNgUSingle) UnmarshalJSON ¶

func (v *NullableEPNgUSingle) UnmarshalJSON(src []byte) error

func (*NullableEPNgUSingle) Unset ¶

func (v *NullableEPNgUSingle) Unset()

type NullableEPNpc4Single ¶

type NullableEPNpc4Single struct {
	// contains filtered or unexported fields
}

func NewNullableEPNpc4Single ¶

func NewNullableEPNpc4Single(val *EPNpc4Single) *NullableEPNpc4Single

func (NullableEPNpc4Single) Get ¶

func (NullableEPNpc4Single) IsSet ¶

func (v NullableEPNpc4Single) IsSet() bool

func (NullableEPNpc4Single) MarshalJSON ¶

func (v NullableEPNpc4Single) MarshalJSON() ([]byte, error)

func (*NullableEPNpc4Single) Set ¶

func (v *NullableEPNpc4Single) Set(val *EPNpc4Single)

func (*NullableEPNpc4Single) UnmarshalJSON ¶

func (v *NullableEPNpc4Single) UnmarshalJSON(src []byte) error

func (*NullableEPNpc4Single) Unset ¶

func (v *NullableEPNpc4Single) Unset()

type NullableEPNpc6Single ¶

type NullableEPNpc6Single struct {
	// contains filtered or unexported fields
}

func NewNullableEPNpc6Single ¶

func NewNullableEPNpc6Single(val *EPNpc6Single) *NullableEPNpc6Single

func (NullableEPNpc6Single) Get ¶

func (NullableEPNpc6Single) IsSet ¶

func (v NullableEPNpc6Single) IsSet() bool

func (NullableEPNpc6Single) MarshalJSON ¶

func (v NullableEPNpc6Single) MarshalJSON() ([]byte, error)

func (*NullableEPNpc6Single) Set ¶

func (v *NullableEPNpc6Single) Set(val *EPNpc6Single)

func (*NullableEPNpc6Single) UnmarshalJSON ¶

func (v *NullableEPNpc6Single) UnmarshalJSON(src []byte) error

func (*NullableEPNpc6Single) Unset ¶

func (v *NullableEPNpc6Single) Unset()

type NullableEPNpc7Single ¶

type NullableEPNpc7Single struct {
	// contains filtered or unexported fields
}

func NewNullableEPNpc7Single ¶

func NewNullableEPNpc7Single(val *EPNpc7Single) *NullableEPNpc7Single

func (NullableEPNpc7Single) Get ¶

func (NullableEPNpc7Single) IsSet ¶

func (v NullableEPNpc7Single) IsSet() bool

func (NullableEPNpc7Single) MarshalJSON ¶

func (v NullableEPNpc7Single) MarshalJSON() ([]byte, error)

func (*NullableEPNpc7Single) Set ¶

func (v *NullableEPNpc7Single) Set(val *EPNpc7Single)

func (*NullableEPNpc7Single) UnmarshalJSON ¶

func (v *NullableEPNpc7Single) UnmarshalJSON(src []byte) error

func (*NullableEPNpc7Single) Unset ¶

func (v *NullableEPNpc7Single) Unset()

type NullableEPNpc8Single ¶

type NullableEPNpc8Single struct {
	// contains filtered or unexported fields
}

func NewNullableEPNpc8Single ¶

func NewNullableEPNpc8Single(val *EPNpc8Single) *NullableEPNpc8Single

func (NullableEPNpc8Single) Get ¶

func (NullableEPNpc8Single) IsSet ¶

func (v NullableEPNpc8Single) IsSet() bool

func (NullableEPNpc8Single) MarshalJSON ¶

func (v NullableEPNpc8Single) MarshalJSON() ([]byte, error)

func (*NullableEPNpc8Single) Set ¶

func (v *NullableEPNpc8Single) Set(val *EPNpc8Single)

func (*NullableEPNpc8Single) UnmarshalJSON ¶

func (v *NullableEPNpc8Single) UnmarshalJSON(src []byte) error

func (*NullableEPNpc8Single) Unset ¶

func (v *NullableEPNpc8Single) Unset()

type NullableEPRPAttr ¶

type NullableEPRPAttr struct {
	// contains filtered or unexported fields
}

func NewNullableEPRPAttr ¶

func NewNullableEPRPAttr(val *EPRPAttr) *NullableEPRPAttr

func (NullableEPRPAttr) Get ¶

func (v NullableEPRPAttr) Get() *EPRPAttr

func (NullableEPRPAttr) IsSet ¶

func (v NullableEPRPAttr) IsSet() bool

func (NullableEPRPAttr) MarshalJSON ¶

func (v NullableEPRPAttr) MarshalJSON() ([]byte, error)

func (*NullableEPRPAttr) Set ¶

func (v *NullableEPRPAttr) Set(val *EPRPAttr)

func (*NullableEPRPAttr) UnmarshalJSON ¶

func (v *NullableEPRPAttr) UnmarshalJSON(src []byte) error

func (*NullableEPRPAttr) Unset ¶

func (v *NullableEPRPAttr) Unset()

type NullableEPRxSingle ¶

type NullableEPRxSingle struct {
	// contains filtered or unexported fields
}

func NewNullableEPRxSingle ¶

func NewNullableEPRxSingle(val *EPRxSingle) *NullableEPRxSingle

func (NullableEPRxSingle) Get ¶

func (v NullableEPRxSingle) Get() *EPRxSingle

func (NullableEPRxSingle) IsSet ¶

func (v NullableEPRxSingle) IsSet() bool

func (NullableEPRxSingle) MarshalJSON ¶

func (v NullableEPRxSingle) MarshalJSON() ([]byte, error)

func (*NullableEPRxSingle) Set ¶

func (v *NullableEPRxSingle) Set(val *EPRxSingle)

func (*NullableEPRxSingle) UnmarshalJSON ¶

func (v *NullableEPRxSingle) UnmarshalJSON(src []byte) error

func (*NullableEPRxSingle) Unset ¶

func (v *NullableEPRxSingle) Unset()

type NullableEPS1USingle ¶

type NullableEPS1USingle struct {
	// contains filtered or unexported fields
}

func NewNullableEPS1USingle ¶

func NewNullableEPS1USingle(val *EPS1USingle) *NullableEPS1USingle

func (NullableEPS1USingle) Get ¶

func (NullableEPS1USingle) IsSet ¶

func (v NullableEPS1USingle) IsSet() bool

func (NullableEPS1USingle) MarshalJSON ¶

func (v NullableEPS1USingle) MarshalJSON() ([]byte, error)

func (*NullableEPS1USingle) Set ¶

func (v *NullableEPS1USingle) Set(val *EPS1USingle)

func (*NullableEPS1USingle) UnmarshalJSON ¶

func (v *NullableEPS1USingle) UnmarshalJSON(src []byte) error

func (*NullableEPS1USingle) Unset ¶

func (v *NullableEPS1USingle) Unset()

type NullableEPS5CSingle ¶

type NullableEPS5CSingle struct {
	// contains filtered or unexported fields
}

func NewNullableEPS5CSingle ¶

func NewNullableEPS5CSingle(val *EPS5CSingle) *NullableEPS5CSingle

func (NullableEPS5CSingle) Get ¶

func (NullableEPS5CSingle) IsSet ¶

func (v NullableEPS5CSingle) IsSet() bool

func (NullableEPS5CSingle) MarshalJSON ¶

func (v NullableEPS5CSingle) MarshalJSON() ([]byte, error)

func (*NullableEPS5CSingle) Set ¶

func (v *NullableEPS5CSingle) Set(val *EPS5CSingle)

func (*NullableEPS5CSingle) UnmarshalJSON ¶

func (v *NullableEPS5CSingle) UnmarshalJSON(src []byte) error

func (*NullableEPS5CSingle) Unset ¶

func (v *NullableEPS5CSingle) Unset()

type NullableEPS5USingle ¶

type NullableEPS5USingle struct {
	// contains filtered or unexported fields
}

func NewNullableEPS5USingle ¶

func NewNullableEPS5USingle(val *EPS5USingle) *NullableEPS5USingle

func (NullableEPS5USingle) Get ¶

func (NullableEPS5USingle) IsSet ¶

func (v NullableEPS5USingle) IsSet() bool

func (NullableEPS5USingle) MarshalJSON ¶

func (v NullableEPS5USingle) MarshalJSON() ([]byte, error)

func (*NullableEPS5USingle) Set ¶

func (v *NullableEPS5USingle) Set(val *EPS5USingle)

func (*NullableEPS5USingle) UnmarshalJSON ¶

func (v *NullableEPS5USingle) UnmarshalJSON(src []byte) error

func (*NullableEPS5USingle) Unset ¶

func (v *NullableEPS5USingle) Unset()

type NullableEPTransportSingle ¶

type NullableEPTransportSingle struct {
	// contains filtered or unexported fields
}

func NewNullableEPTransportSingle ¶

func NewNullableEPTransportSingle(val *EPTransportSingle) *NullableEPTransportSingle

func (NullableEPTransportSingle) Get ¶

func (NullableEPTransportSingle) IsSet ¶

func (v NullableEPTransportSingle) IsSet() bool

func (NullableEPTransportSingle) MarshalJSON ¶

func (v NullableEPTransportSingle) MarshalJSON() ([]byte, error)

func (*NullableEPTransportSingle) Set ¶

func (*NullableEPTransportSingle) UnmarshalJSON ¶

func (v *NullableEPTransportSingle) UnmarshalJSON(src []byte) error

func (*NullableEPTransportSingle) Unset ¶

func (v *NullableEPTransportSingle) Unset()

type NullableEPTransportSingleAllOf ¶

type NullableEPTransportSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableEPTransportSingleAllOf) Get ¶

func (NullableEPTransportSingleAllOf) IsSet ¶

func (NullableEPTransportSingleAllOf) MarshalJSON ¶

func (v NullableEPTransportSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableEPTransportSingleAllOf) Set ¶

func (*NullableEPTransportSingleAllOf) UnmarshalJSON ¶

func (v *NullableEPTransportSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableEPTransportSingleAllOf) Unset ¶

func (v *NullableEPTransportSingleAllOf) Unset()

type NullableEPTransportSingleAllOfAttributes ¶

type NullableEPTransportSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableEPTransportSingleAllOfAttributes) Get ¶

func (NullableEPTransportSingleAllOfAttributes) IsSet ¶

func (NullableEPTransportSingleAllOfAttributes) MarshalJSON ¶

func (*NullableEPTransportSingleAllOfAttributes) Set ¶

func (*NullableEPTransportSingleAllOfAttributes) UnmarshalJSON ¶

func (v *NullableEPTransportSingleAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullableEPTransportSingleAllOfAttributes) Unset ¶

type NullableEPX2CSingle ¶

type NullableEPX2CSingle struct {
	// contains filtered or unexported fields
}

func NewNullableEPX2CSingle ¶

func NewNullableEPX2CSingle(val *EPX2CSingle) *NullableEPX2CSingle

func (NullableEPX2CSingle) Get ¶

func (NullableEPX2CSingle) IsSet ¶

func (v NullableEPX2CSingle) IsSet() bool

func (NullableEPX2CSingle) MarshalJSON ¶

func (v NullableEPX2CSingle) MarshalJSON() ([]byte, error)

func (*NullableEPX2CSingle) Set ¶

func (v *NullableEPX2CSingle) Set(val *EPX2CSingle)

func (*NullableEPX2CSingle) UnmarshalJSON ¶

func (v *NullableEPX2CSingle) UnmarshalJSON(src []byte) error

func (*NullableEPX2CSingle) Unset ¶

func (v *NullableEPX2CSingle) Unset()

type NullableEPX2USingle ¶

type NullableEPX2USingle struct {
	// contains filtered or unexported fields
}

func NewNullableEPX2USingle ¶

func NewNullableEPX2USingle(val *EPX2USingle) *NullableEPX2USingle

func (NullableEPX2USingle) Get ¶

func (NullableEPX2USingle) IsSet ¶

func (v NullableEPX2USingle) IsSet() bool

func (NullableEPX2USingle) MarshalJSON ¶

func (v NullableEPX2USingle) MarshalJSON() ([]byte, error)

func (*NullableEPX2USingle) Set ¶

func (v *NullableEPX2USingle) Set(val *EPX2USingle)

func (*NullableEPX2USingle) UnmarshalJSON ¶

func (v *NullableEPX2USingle) UnmarshalJSON(src []byte) error

func (*NullableEPX2USingle) Unset ¶

func (v *NullableEPX2USingle) Unset()

type NullableEPXnCSingle ¶

type NullableEPXnCSingle struct {
	// contains filtered or unexported fields
}

func NewNullableEPXnCSingle ¶

func NewNullableEPXnCSingle(val *EPXnCSingle) *NullableEPXnCSingle

func (NullableEPXnCSingle) Get ¶

func (NullableEPXnCSingle) IsSet ¶

func (v NullableEPXnCSingle) IsSet() bool

func (NullableEPXnCSingle) MarshalJSON ¶

func (v NullableEPXnCSingle) MarshalJSON() ([]byte, error)

func (*NullableEPXnCSingle) Set ¶

func (v *NullableEPXnCSingle) Set(val *EPXnCSingle)

func (*NullableEPXnCSingle) UnmarshalJSON ¶

func (v *NullableEPXnCSingle) UnmarshalJSON(src []byte) error

func (*NullableEPXnCSingle) Unset ¶

func (v *NullableEPXnCSingle) Unset()

type NullableEPXnUSingle ¶

type NullableEPXnUSingle struct {
	// contains filtered or unexported fields
}

func NewNullableEPXnUSingle ¶

func NewNullableEPXnUSingle(val *EPXnUSingle) *NullableEPXnUSingle

func (NullableEPXnUSingle) Get ¶

func (NullableEPXnUSingle) IsSet ¶

func (v NullableEPXnUSingle) IsSet() bool

func (NullableEPXnUSingle) MarshalJSON ¶

func (v NullableEPXnUSingle) MarshalJSON() ([]byte, error)

func (*NullableEPXnUSingle) Set ¶

func (v *NullableEPXnUSingle) Set(val *EPXnUSingle)

func (*NullableEPXnUSingle) UnmarshalJSON ¶

func (v *NullableEPXnUSingle) UnmarshalJSON(src []byte) error

func (*NullableEPXnUSingle) Unset ¶

func (v *NullableEPXnUSingle) Unset()

type NullableEUtranCellRelationSingle ¶

type NullableEUtranCellRelationSingle struct {
	// contains filtered or unexported fields
}

func (NullableEUtranCellRelationSingle) Get ¶

func (NullableEUtranCellRelationSingle) IsSet ¶

func (NullableEUtranCellRelationSingle) MarshalJSON ¶

func (v NullableEUtranCellRelationSingle) MarshalJSON() ([]byte, error)

func (*NullableEUtranCellRelationSingle) Set ¶

func (*NullableEUtranCellRelationSingle) UnmarshalJSON ¶

func (v *NullableEUtranCellRelationSingle) UnmarshalJSON(src []byte) error

func (*NullableEUtranCellRelationSingle) Unset ¶

type NullableEUtranCellRelationSingleAllOf ¶

type NullableEUtranCellRelationSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableEUtranCellRelationSingleAllOf) Get ¶

func (NullableEUtranCellRelationSingleAllOf) IsSet ¶

func (NullableEUtranCellRelationSingleAllOf) MarshalJSON ¶

func (v NullableEUtranCellRelationSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableEUtranCellRelationSingleAllOf) Set ¶

func (*NullableEUtranCellRelationSingleAllOf) UnmarshalJSON ¶

func (v *NullableEUtranCellRelationSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableEUtranCellRelationSingleAllOf) Unset ¶

type NullableEUtranCellRelationSingleAllOfAttributes ¶

type NullableEUtranCellRelationSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableEUtranCellRelationSingleAllOfAttributes) Get ¶

func (NullableEUtranCellRelationSingleAllOfAttributes) IsSet ¶

func (NullableEUtranCellRelationSingleAllOfAttributes) MarshalJSON ¶

func (*NullableEUtranCellRelationSingleAllOfAttributes) Set ¶

func (*NullableEUtranCellRelationSingleAllOfAttributes) UnmarshalJSON ¶

func (*NullableEUtranCellRelationSingleAllOfAttributes) Unset ¶

type NullableEUtranCellRelationSingleAllOfAttributesAllOf ¶

type NullableEUtranCellRelationSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableEUtranCellRelationSingleAllOfAttributesAllOf) Get ¶

func (NullableEUtranCellRelationSingleAllOfAttributesAllOf) IsSet ¶

func (NullableEUtranCellRelationSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*NullableEUtranCellRelationSingleAllOfAttributesAllOf) Set ¶

func (*NullableEUtranCellRelationSingleAllOfAttributesAllOf) UnmarshalJSON ¶

func (*NullableEUtranCellRelationSingleAllOfAttributesAllOf) Unset ¶

type NullableEUtranFreqRelationSingle ¶

type NullableEUtranFreqRelationSingle struct {
	// contains filtered or unexported fields
}

func (NullableEUtranFreqRelationSingle) Get ¶

func (NullableEUtranFreqRelationSingle) IsSet ¶

func (NullableEUtranFreqRelationSingle) MarshalJSON ¶

func (v NullableEUtranFreqRelationSingle) MarshalJSON() ([]byte, error)

func (*NullableEUtranFreqRelationSingle) Set ¶

func (*NullableEUtranFreqRelationSingle) UnmarshalJSON ¶

func (v *NullableEUtranFreqRelationSingle) UnmarshalJSON(src []byte) error

func (*NullableEUtranFreqRelationSingle) Unset ¶

type NullableEUtranFreqRelationSingleAllOf ¶

type NullableEUtranFreqRelationSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableEUtranFreqRelationSingleAllOf) Get ¶

func (NullableEUtranFreqRelationSingleAllOf) IsSet ¶

func (NullableEUtranFreqRelationSingleAllOf) MarshalJSON ¶

func (v NullableEUtranFreqRelationSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableEUtranFreqRelationSingleAllOf) Set ¶

func (*NullableEUtranFreqRelationSingleAllOf) UnmarshalJSON ¶

func (v *NullableEUtranFreqRelationSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableEUtranFreqRelationSingleAllOf) Unset ¶

type NullableEUtranFreqRelationSingleAllOfAttributes ¶

type NullableEUtranFreqRelationSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableEUtranFreqRelationSingleAllOfAttributes) Get ¶

func (NullableEUtranFreqRelationSingleAllOfAttributes) IsSet ¶

func (NullableEUtranFreqRelationSingleAllOfAttributes) MarshalJSON ¶

func (*NullableEUtranFreqRelationSingleAllOfAttributes) Set ¶

func (*NullableEUtranFreqRelationSingleAllOfAttributes) UnmarshalJSON ¶

func (*NullableEUtranFreqRelationSingleAllOfAttributes) Unset ¶

type NullableEUtranFrequencySingle ¶

type NullableEUtranFrequencySingle struct {
	// contains filtered or unexported fields
}

func (NullableEUtranFrequencySingle) Get ¶

func (NullableEUtranFrequencySingle) IsSet ¶

func (NullableEUtranFrequencySingle) MarshalJSON ¶

func (v NullableEUtranFrequencySingle) MarshalJSON() ([]byte, error)

func (*NullableEUtranFrequencySingle) Set ¶

func (*NullableEUtranFrequencySingle) UnmarshalJSON ¶

func (v *NullableEUtranFrequencySingle) UnmarshalJSON(src []byte) error

func (*NullableEUtranFrequencySingle) Unset ¶

func (v *NullableEUtranFrequencySingle) Unset()

type NullableEUtranFrequencySingleAllOf ¶

type NullableEUtranFrequencySingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableEUtranFrequencySingleAllOf) Get ¶

func (NullableEUtranFrequencySingleAllOf) IsSet ¶

func (NullableEUtranFrequencySingleAllOf) MarshalJSON ¶

func (v NullableEUtranFrequencySingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableEUtranFrequencySingleAllOf) Set ¶

func (*NullableEUtranFrequencySingleAllOf) UnmarshalJSON ¶

func (v *NullableEUtranFrequencySingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableEUtranFrequencySingleAllOf) Unset ¶

type NullableEUtranFrequencySingleAllOfAttributes ¶

type NullableEUtranFrequencySingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableEUtranFrequencySingleAllOfAttributes) Get ¶

func (NullableEUtranFrequencySingleAllOfAttributes) IsSet ¶

func (NullableEUtranFrequencySingleAllOfAttributes) MarshalJSON ¶

func (*NullableEUtranFrequencySingleAllOfAttributes) Set ¶

func (*NullableEUtranFrequencySingleAllOfAttributes) UnmarshalJSON ¶

func (*NullableEUtranFrequencySingleAllOfAttributes) Unset ¶

type NullableEcmConnectionInfoSingle ¶

type NullableEcmConnectionInfoSingle struct {
	// contains filtered or unexported fields
}

func (NullableEcmConnectionInfoSingle) Get ¶

func (NullableEcmConnectionInfoSingle) IsSet ¶

func (NullableEcmConnectionInfoSingle) MarshalJSON ¶

func (v NullableEcmConnectionInfoSingle) MarshalJSON() ([]byte, error)

func (*NullableEcmConnectionInfoSingle) Set ¶

func (*NullableEcmConnectionInfoSingle) UnmarshalJSON ¶

func (v *NullableEcmConnectionInfoSingle) UnmarshalJSON(src []byte) error

func (*NullableEcmConnectionInfoSingle) Unset ¶

type NullableEcmConnectionInfoSingleAllOf ¶

type NullableEcmConnectionInfoSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableEcmConnectionInfoSingleAllOf) Get ¶

func (NullableEcmConnectionInfoSingleAllOf) IsSet ¶

func (NullableEcmConnectionInfoSingleAllOf) MarshalJSON ¶

func (v NullableEcmConnectionInfoSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableEcmConnectionInfoSingleAllOf) Set ¶

func (*NullableEcmConnectionInfoSingleAllOf) UnmarshalJSON ¶

func (v *NullableEcmConnectionInfoSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableEcmConnectionInfoSingleAllOf) Unset ¶

type NullableEcmConnectionInfoSingleAllOfAttributes ¶

type NullableEcmConnectionInfoSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableEcmConnectionInfoSingleAllOfAttributes) Get ¶

func (NullableEcmConnectionInfoSingleAllOfAttributes) IsSet ¶

func (NullableEcmConnectionInfoSingleAllOfAttributes) MarshalJSON ¶

func (*NullableEcmConnectionInfoSingleAllOfAttributes) Set ¶

func (*NullableEcmConnectionInfoSingleAllOfAttributes) UnmarshalJSON ¶

func (*NullableEcmConnectionInfoSingleAllOfAttributes) Unset ¶

type NullableEcmConnectionInfoSingleAllOfAttributesAllOf ¶

type NullableEcmConnectionInfoSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableEcmConnectionInfoSingleAllOfAttributesAllOf) Get ¶

func (NullableEcmConnectionInfoSingleAllOfAttributesAllOf) IsSet ¶

func (NullableEcmConnectionInfoSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*NullableEcmConnectionInfoSingleAllOfAttributesAllOf) Set ¶

func (*NullableEcmConnectionInfoSingleAllOfAttributesAllOf) UnmarshalJSON ¶

func (*NullableEcmConnectionInfoSingleAllOfAttributesAllOf) Unset ¶

type NullableEdgeIdenfiticationIdContext ¶

type NullableEdgeIdenfiticationIdContext struct {
	// contains filtered or unexported fields
}

func (NullableEdgeIdenfiticationIdContext) Get ¶

func (NullableEdgeIdenfiticationIdContext) IsSet ¶

func (NullableEdgeIdenfiticationIdContext) MarshalJSON ¶

func (v NullableEdgeIdenfiticationIdContext) MarshalJSON() ([]byte, error)

func (*NullableEdgeIdenfiticationIdContext) Set ¶

func (*NullableEdgeIdenfiticationIdContext) UnmarshalJSON ¶

func (v *NullableEdgeIdenfiticationIdContext) UnmarshalJSON(src []byte) error

func (*NullableEdgeIdenfiticationIdContext) Unset ¶

type NullableEdgeIdenfiticationLocContext ¶

type NullableEdgeIdenfiticationLocContext struct {
	// contains filtered or unexported fields
}

func (NullableEdgeIdenfiticationLocContext) Get ¶

func (NullableEdgeIdenfiticationLocContext) IsSet ¶

func (NullableEdgeIdenfiticationLocContext) MarshalJSON ¶

func (v NullableEdgeIdenfiticationLocContext) MarshalJSON() ([]byte, error)

func (*NullableEdgeIdenfiticationLocContext) Set ¶

func (*NullableEdgeIdenfiticationLocContext) UnmarshalJSON ¶

func (v *NullableEdgeIdenfiticationLocContext) UnmarshalJSON(src []byte) error

func (*NullableEdgeIdenfiticationLocContext) Unset ¶

type NullableEmbbEEPerfReq ¶

type NullableEmbbEEPerfReq struct {
	// contains filtered or unexported fields
}

func NewNullableEmbbEEPerfReq ¶

func NewNullableEmbbEEPerfReq(val *EmbbEEPerfReq) *NullableEmbbEEPerfReq

func (NullableEmbbEEPerfReq) Get ¶

func (NullableEmbbEEPerfReq) IsSet ¶

func (v NullableEmbbEEPerfReq) IsSet() bool

func (NullableEmbbEEPerfReq) MarshalJSON ¶

func (v NullableEmbbEEPerfReq) MarshalJSON() ([]byte, error)

func (*NullableEmbbEEPerfReq) Set ¶

func (v *NullableEmbbEEPerfReq) Set(val *EmbbEEPerfReq)

func (*NullableEmbbEEPerfReq) UnmarshalJSON ¶

func (v *NullableEmbbEEPerfReq) UnmarshalJSON(src []byte) error

func (*NullableEmbbEEPerfReq) Unset ¶

func (v *NullableEmbbEEPerfReq) Unset()

type NullableEnergyEfficiency ¶

type NullableEnergyEfficiency struct {
	// contains filtered or unexported fields
}

func NewNullableEnergyEfficiency ¶

func NewNullableEnergyEfficiency(val *EnergyEfficiency) *NullableEnergyEfficiency

func (NullableEnergyEfficiency) Get ¶

func (NullableEnergyEfficiency) IsSet ¶

func (v NullableEnergyEfficiency) IsSet() bool

func (NullableEnergyEfficiency) MarshalJSON ¶

func (v NullableEnergyEfficiency) MarshalJSON() ([]byte, error)

func (*NullableEnergyEfficiency) Set ¶

func (*NullableEnergyEfficiency) UnmarshalJSON ¶

func (v *NullableEnergyEfficiency) UnmarshalJSON(src []byte) error

func (*NullableEnergyEfficiency) Unset ¶

func (v *NullableEnergyEfficiency) Unset()

type NullableErrorResponse ¶

type NullableErrorResponse struct {
	// contains filtered or unexported fields
}

func NewNullableErrorResponse ¶

func NewNullableErrorResponse(val *ErrorResponse) *NullableErrorResponse

func (NullableErrorResponse) Get ¶

func (NullableErrorResponse) IsSet ¶

func (v NullableErrorResponse) IsSet() bool

func (NullableErrorResponse) MarshalJSON ¶

func (v NullableErrorResponse) MarshalJSON() ([]byte, error)

func (*NullableErrorResponse) Set ¶

func (v *NullableErrorResponse) Set(val *ErrorResponse)

func (*NullableErrorResponse) UnmarshalJSON ¶

func (v *NullableErrorResponse) UnmarshalJSON(src []byte) error

func (*NullableErrorResponse) Unset ¶

func (v *NullableErrorResponse) Unset()

type NullableErrorResponseError ¶

type NullableErrorResponseError struct {
	// contains filtered or unexported fields
}

func NewNullableErrorResponseError ¶

func NewNullableErrorResponseError(val *ErrorResponseError) *NullableErrorResponseError

func (NullableErrorResponseError) Get ¶

func (NullableErrorResponseError) IsSet ¶

func (v NullableErrorResponseError) IsSet() bool

func (NullableErrorResponseError) MarshalJSON ¶

func (v NullableErrorResponseError) MarshalJSON() ([]byte, error)

func (*NullableErrorResponseError) Set ¶

func (*NullableErrorResponseError) UnmarshalJSON ¶

func (v *NullableErrorResponseError) UnmarshalJSON(src []byte) error

func (*NullableErrorResponseError) Unset ¶

func (v *NullableErrorResponseError) Unset()

type NullableEsNotAllowedTimePeriod ¶

type NullableEsNotAllowedTimePeriod struct {
	// contains filtered or unexported fields
}

func (NullableEsNotAllowedTimePeriod) Get ¶

func (NullableEsNotAllowedTimePeriod) IsSet ¶

func (NullableEsNotAllowedTimePeriod) MarshalJSON ¶

func (v NullableEsNotAllowedTimePeriod) MarshalJSON() ([]byte, error)

func (*NullableEsNotAllowedTimePeriod) Set ¶

func (*NullableEsNotAllowedTimePeriod) UnmarshalJSON ¶

func (v *NullableEsNotAllowedTimePeriod) UnmarshalJSON(src []byte) error

func (*NullableEsNotAllowedTimePeriod) Unset ¶

func (v *NullableEsNotAllowedTimePeriod) Unset()

type NullableEthFlowDescription ¶

type NullableEthFlowDescription struct {
	// contains filtered or unexported fields
}

func NewNullableEthFlowDescription ¶

func NewNullableEthFlowDescription(val *EthFlowDescription) *NullableEthFlowDescription

func (NullableEthFlowDescription) Get ¶

func (NullableEthFlowDescription) IsSet ¶

func (v NullableEthFlowDescription) IsSet() bool

func (NullableEthFlowDescription) MarshalJSON ¶

func (v NullableEthFlowDescription) MarshalJSON() ([]byte, error)

func (*NullableEthFlowDescription) Set ¶

func (*NullableEthFlowDescription) UnmarshalJSON ¶

func (v *NullableEthFlowDescription) UnmarshalJSON(src []byte) error

func (*NullableEthFlowDescription) Unset ¶

func (v *NullableEthFlowDescription) Unset()

type NullableEventId ¶

type NullableEventId struct {
	// contains filtered or unexported fields
}

func NewNullableEventId ¶

func NewNullableEventId(val *EventId) *NullableEventId

func (NullableEventId) Get ¶

func (v NullableEventId) Get() *EventId

func (NullableEventId) IsSet ¶

func (v NullableEventId) IsSet() bool

func (NullableEventId) MarshalJSON ¶

func (v NullableEventId) MarshalJSON() ([]byte, error)

func (*NullableEventId) Set ¶

func (v *NullableEventId) Set(val *EventId)

func (*NullableEventId) UnmarshalJSON ¶

func (v *NullableEventId) UnmarshalJSON(src []byte) error

func (*NullableEventId) Unset ¶

func (v *NullableEventId) Unset()

type NullableEventListForEventTriggeredMeasurementType ¶

type NullableEventListForEventTriggeredMeasurementType struct {
	// contains filtered or unexported fields
}

func (NullableEventListForEventTriggeredMeasurementType) Get ¶

func (NullableEventListForEventTriggeredMeasurementType) IsSet ¶

func (NullableEventListForEventTriggeredMeasurementType) MarshalJSON ¶

func (*NullableEventListForEventTriggeredMeasurementType) Set ¶

func (*NullableEventListForEventTriggeredMeasurementType) UnmarshalJSON ¶

func (*NullableEventListForEventTriggeredMeasurementType) Unset ¶

type NullableEventThresholdL1Type ¶

type NullableEventThresholdL1Type struct {
	// contains filtered or unexported fields
}

func (NullableEventThresholdL1Type) Get ¶

func (NullableEventThresholdL1Type) IsSet ¶

func (NullableEventThresholdL1Type) MarshalJSON ¶

func (v NullableEventThresholdL1Type) MarshalJSON() ([]byte, error)

func (*NullableEventThresholdL1Type) Set ¶

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 (NullableEventThresholdType) IsSet ¶

func (v NullableEventThresholdType) IsSet() bool

func (NullableEventThresholdType) MarshalJSON ¶

func (v NullableEventThresholdType) MarshalJSON() ([]byte, error)

func (*NullableEventThresholdType) Set ¶

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 (NullableEventThresholdTypeEventThreshold1F) Get ¶

func (NullableEventThresholdTypeEventThreshold1F) IsSet ¶

func (NullableEventThresholdTypeEventThreshold1F) MarshalJSON ¶

func (*NullableEventThresholdTypeEventThreshold1F) Set ¶

func (*NullableEventThresholdTypeEventThreshold1F) UnmarshalJSON ¶

func (v *NullableEventThresholdTypeEventThreshold1F) UnmarshalJSON(src []byte) error

func (*NullableEventThresholdTypeEventThreshold1F) Unset ¶

type NullableEventThresholdTypeEventThresholdRSRP ¶

type NullableEventThresholdTypeEventThresholdRSRP struct {
	// contains filtered or unexported fields
}

func (NullableEventThresholdTypeEventThresholdRSRP) Get ¶

func (NullableEventThresholdTypeEventThresholdRSRP) IsSet ¶

func (NullableEventThresholdTypeEventThresholdRSRP) MarshalJSON ¶

func (*NullableEventThresholdTypeEventThresholdRSRP) Set ¶

func (*NullableEventThresholdTypeEventThresholdRSRP) UnmarshalJSON ¶

func (*NullableEventThresholdTypeEventThresholdRSRP) Unset ¶

type NullableEventThresholdTypeEventThresholdRSRQ ¶

type NullableEventThresholdTypeEventThresholdRSRQ struct {
	// contains filtered or unexported fields
}

func (NullableEventThresholdTypeEventThresholdRSRQ) Get ¶

func (NullableEventThresholdTypeEventThresholdRSRQ) IsSet ¶

func (NullableEventThresholdTypeEventThresholdRSRQ) MarshalJSON ¶

func (*NullableEventThresholdTypeEventThresholdRSRQ) Set ¶

func (*NullableEventThresholdTypeEventThresholdRSRQ) UnmarshalJSON ¶

func (*NullableEventThresholdTypeEventThresholdRSRQ) Unset ¶

type NullableExpectationContext ¶

type NullableExpectationContext struct {
	// contains filtered or unexported fields
}

func NewNullableExpectationContext ¶

func NewNullableExpectationContext(val *ExpectationContext) *NullableExpectationContext

func (NullableExpectationContext) Get ¶

func (NullableExpectationContext) IsSet ¶

func (v NullableExpectationContext) IsSet() bool

func (NullableExpectationContext) MarshalJSON ¶

func (v NullableExpectationContext) MarshalJSON() ([]byte, error)

func (*NullableExpectationContext) Set ¶

func (*NullableExpectationContext) UnmarshalJSON ¶

func (v *NullableExpectationContext) UnmarshalJSON(src []byte) error

func (*NullableExpectationContext) Unset ¶

func (v *NullableExpectationContext) Unset()

type NullableExpectationObject ¶

type NullableExpectationObject struct {
	// contains filtered or unexported fields
}

func NewNullableExpectationObject ¶

func NewNullableExpectationObject(val *ExpectationObject) *NullableExpectationObject

func (NullableExpectationObject) Get ¶

func (NullableExpectationObject) IsSet ¶

func (v NullableExpectationObject) IsSet() bool

func (NullableExpectationObject) MarshalJSON ¶

func (v NullableExpectationObject) MarshalJSON() ([]byte, error)

func (*NullableExpectationObject) Set ¶

func (*NullableExpectationObject) UnmarshalJSON ¶

func (v *NullableExpectationObject) UnmarshalJSON(src []byte) error

func (*NullableExpectationObject) Unset ¶

func (v *NullableExpectationObject) Unset()

type NullableExpectationTarget ¶

type NullableExpectationTarget struct {
	// contains filtered or unexported fields
}

func NewNullableExpectationTarget ¶

func NewNullableExpectationTarget(val *ExpectationTarget) *NullableExpectationTarget

func (NullableExpectationTarget) Get ¶

func (NullableExpectationTarget) IsSet ¶

func (v NullableExpectationTarget) IsSet() bool

func (NullableExpectationTarget) MarshalJSON ¶

func (v NullableExpectationTarget) MarshalJSON() ([]byte, error)

func (*NullableExpectationTarget) Set ¶

func (*NullableExpectationTarget) UnmarshalJSON ¶

func (v *NullableExpectationTarget) UnmarshalJSON(src []byte) error

func (*NullableExpectationTarget) Unset ¶

func (v *NullableExpectationTarget) Unset()

type NullableExpectationVerb ¶

type NullableExpectationVerb struct {
	// contains filtered or unexported fields
}

func NewNullableExpectationVerb ¶

func NewNullableExpectationVerb(val *ExpectationVerb) *NullableExpectationVerb

func (NullableExpectationVerb) Get ¶

func (NullableExpectationVerb) IsSet ¶

func (v NullableExpectationVerb) IsSet() bool

func (NullableExpectationVerb) MarshalJSON ¶

func (v NullableExpectationVerb) MarshalJSON() ([]byte, error)

func (*NullableExpectationVerb) Set ¶

func (*NullableExpectationVerb) UnmarshalJSON ¶

func (v *NullableExpectationVerb) UnmarshalJSON(src []byte) error

func (*NullableExpectationVerb) Unset ¶

func (v *NullableExpectationVerb) Unset()

type NullableExposure ¶

type NullableExposure struct {
	// contains filtered or unexported fields
}

func NewNullableExposure ¶

func NewNullableExposure(val *Exposure) *NullableExposure

func (NullableExposure) Get ¶

func (v NullableExposure) Get() *Exposure

func (NullableExposure) IsSet ¶

func (v NullableExposure) IsSet() bool

func (NullableExposure) MarshalJSON ¶

func (v NullableExposure) MarshalJSON() ([]byte, error)

func (*NullableExposure) Set ¶

func (v *NullableExposure) Set(val *Exposure)

func (*NullableExposure) UnmarshalJSON ¶

func (v *NullableExposure) UnmarshalJSON(src []byte) error

func (*NullableExposure) Unset ¶

func (v *NullableExposure) Unset()

type NullableExtSnssai ¶

type NullableExtSnssai struct {
	// contains filtered or unexported fields
}

func NewNullableExtSnssai ¶

func NewNullableExtSnssai(val *ExtSnssai) *NullableExtSnssai

func (NullableExtSnssai) Get ¶

func (v NullableExtSnssai) Get() *ExtSnssai

func (NullableExtSnssai) IsSet ¶

func (v NullableExtSnssai) IsSet() bool

func (NullableExtSnssai) MarshalJSON ¶

func (v NullableExtSnssai) MarshalJSON() ([]byte, error)

func (*NullableExtSnssai) Set ¶

func (v *NullableExtSnssai) Set(val *ExtSnssai)

func (*NullableExtSnssai) UnmarshalJSON ¶

func (v *NullableExtSnssai) UnmarshalJSON(src []byte) error

func (*NullableExtSnssai) Unset ¶

func (v *NullableExtSnssai) Unset()

type NullableExternalAmfFunctionSingle ¶

type NullableExternalAmfFunctionSingle struct {
	// contains filtered or unexported fields
}

func (NullableExternalAmfFunctionSingle) Get ¶

func (NullableExternalAmfFunctionSingle) IsSet ¶

func (NullableExternalAmfFunctionSingle) MarshalJSON ¶

func (v NullableExternalAmfFunctionSingle) MarshalJSON() ([]byte, error)

func (*NullableExternalAmfFunctionSingle) Set ¶

func (*NullableExternalAmfFunctionSingle) UnmarshalJSON ¶

func (v *NullableExternalAmfFunctionSingle) UnmarshalJSON(src []byte) error

func (*NullableExternalAmfFunctionSingle) Unset ¶

type NullableExternalAmfFunctionSingleAllOf ¶

type NullableExternalAmfFunctionSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableExternalAmfFunctionSingleAllOf) Get ¶

func (NullableExternalAmfFunctionSingleAllOf) IsSet ¶

func (NullableExternalAmfFunctionSingleAllOf) MarshalJSON ¶

func (v NullableExternalAmfFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableExternalAmfFunctionSingleAllOf) Set ¶

func (*NullableExternalAmfFunctionSingleAllOf) UnmarshalJSON ¶

func (v *NullableExternalAmfFunctionSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableExternalAmfFunctionSingleAllOf) Unset ¶

type NullableExternalAmfFunctionSingleAllOfAttributes ¶

type NullableExternalAmfFunctionSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableExternalAmfFunctionSingleAllOfAttributes) Get ¶

func (NullableExternalAmfFunctionSingleAllOfAttributes) IsSet ¶

func (NullableExternalAmfFunctionSingleAllOfAttributes) MarshalJSON ¶

func (*NullableExternalAmfFunctionSingleAllOfAttributes) Set ¶

func (*NullableExternalAmfFunctionSingleAllOfAttributes) UnmarshalJSON ¶

func (*NullableExternalAmfFunctionSingleAllOfAttributes) Unset ¶

type NullableExternalAmfFunctionSingleAllOfAttributesAllOf ¶

type NullableExternalAmfFunctionSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableExternalAmfFunctionSingleAllOfAttributesAllOf) Get ¶

func (NullableExternalAmfFunctionSingleAllOfAttributesAllOf) IsSet ¶

func (NullableExternalAmfFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*NullableExternalAmfFunctionSingleAllOfAttributesAllOf) Set ¶

func (*NullableExternalAmfFunctionSingleAllOfAttributesAllOf) UnmarshalJSON ¶

func (*NullableExternalAmfFunctionSingleAllOfAttributesAllOf) Unset ¶

type NullableExternalENBFunctionSingle ¶

type NullableExternalENBFunctionSingle struct {
	// contains filtered or unexported fields
}

func (NullableExternalENBFunctionSingle) Get ¶

func (NullableExternalENBFunctionSingle) IsSet ¶

func (NullableExternalENBFunctionSingle) MarshalJSON ¶

func (v NullableExternalENBFunctionSingle) MarshalJSON() ([]byte, error)

func (*NullableExternalENBFunctionSingle) Set ¶

func (*NullableExternalENBFunctionSingle) UnmarshalJSON ¶

func (v *NullableExternalENBFunctionSingle) UnmarshalJSON(src []byte) error

func (*NullableExternalENBFunctionSingle) Unset ¶

type NullableExternalENBFunctionSingleAllOf ¶

type NullableExternalENBFunctionSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableExternalENBFunctionSingleAllOf) Get ¶

func (NullableExternalENBFunctionSingleAllOf) IsSet ¶

func (NullableExternalENBFunctionSingleAllOf) MarshalJSON ¶

func (v NullableExternalENBFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableExternalENBFunctionSingleAllOf) Set ¶

func (*NullableExternalENBFunctionSingleAllOf) UnmarshalJSON ¶

func (v *NullableExternalENBFunctionSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableExternalENBFunctionSingleAllOf) Unset ¶

type NullableExternalENBFunctionSingleAllOf1 ¶

type NullableExternalENBFunctionSingleAllOf1 struct {
	// contains filtered or unexported fields
}

func (NullableExternalENBFunctionSingleAllOf1) Get ¶

func (NullableExternalENBFunctionSingleAllOf1) IsSet ¶

func (NullableExternalENBFunctionSingleAllOf1) MarshalJSON ¶

func (v NullableExternalENBFunctionSingleAllOf1) MarshalJSON() ([]byte, error)

func (*NullableExternalENBFunctionSingleAllOf1) Set ¶

func (*NullableExternalENBFunctionSingleAllOf1) UnmarshalJSON ¶

func (v *NullableExternalENBFunctionSingleAllOf1) UnmarshalJSON(src []byte) error

func (*NullableExternalENBFunctionSingleAllOf1) Unset ¶

type NullableExternalENBFunctionSingleAllOfAttributes ¶

type NullableExternalENBFunctionSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableExternalENBFunctionSingleAllOfAttributes) Get ¶

func (NullableExternalENBFunctionSingleAllOfAttributes) IsSet ¶

func (NullableExternalENBFunctionSingleAllOfAttributes) MarshalJSON ¶

func (*NullableExternalENBFunctionSingleAllOfAttributes) Set ¶

func (*NullableExternalENBFunctionSingleAllOfAttributes) UnmarshalJSON ¶

func (*NullableExternalENBFunctionSingleAllOfAttributes) Unset ¶

type NullableExternalENBFunctionSingleAllOfAttributesAllOf ¶

type NullableExternalENBFunctionSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableExternalENBFunctionSingleAllOfAttributesAllOf) Get ¶

func (NullableExternalENBFunctionSingleAllOfAttributesAllOf) IsSet ¶

func (NullableExternalENBFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*NullableExternalENBFunctionSingleAllOfAttributesAllOf) Set ¶

func (*NullableExternalENBFunctionSingleAllOfAttributesAllOf) UnmarshalJSON ¶

func (*NullableExternalENBFunctionSingleAllOfAttributesAllOf) Unset ¶

type NullableExternalEUTranCellSingle ¶

type NullableExternalEUTranCellSingle struct {
	// contains filtered or unexported fields
}

func (NullableExternalEUTranCellSingle) Get ¶

func (NullableExternalEUTranCellSingle) IsSet ¶

func (NullableExternalEUTranCellSingle) MarshalJSON ¶

func (v NullableExternalEUTranCellSingle) MarshalJSON() ([]byte, error)

func (*NullableExternalEUTranCellSingle) Set ¶

func (*NullableExternalEUTranCellSingle) UnmarshalJSON ¶

func (v *NullableExternalEUTranCellSingle) UnmarshalJSON(src []byte) error

func (*NullableExternalEUTranCellSingle) Unset ¶

type NullableExternalEUTranCellSingleAllOf ¶

type NullableExternalEUTranCellSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableExternalEUTranCellSingleAllOf) Get ¶

func (NullableExternalEUTranCellSingleAllOf) IsSet ¶

func (NullableExternalEUTranCellSingleAllOf) MarshalJSON ¶

func (v NullableExternalEUTranCellSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableExternalEUTranCellSingleAllOf) Set ¶

func (*NullableExternalEUTranCellSingleAllOf) UnmarshalJSON ¶

func (v *NullableExternalEUTranCellSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableExternalEUTranCellSingleAllOf) Unset ¶

type NullableExternalEUTranCellSingleAllOfAttributes ¶

type NullableExternalEUTranCellSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableExternalEUTranCellSingleAllOfAttributes) Get ¶

func (NullableExternalEUTranCellSingleAllOfAttributes) IsSet ¶

func (NullableExternalEUTranCellSingleAllOfAttributes) MarshalJSON ¶

func (*NullableExternalEUTranCellSingleAllOfAttributes) Set ¶

func (*NullableExternalEUTranCellSingleAllOfAttributes) UnmarshalJSON ¶

func (*NullableExternalEUTranCellSingleAllOfAttributes) Unset ¶

type NullableExternalEUTranCellSingleAllOfAttributesAllOf ¶

type NullableExternalEUTranCellSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableExternalEUTranCellSingleAllOfAttributesAllOf) Get ¶

func (NullableExternalEUTranCellSingleAllOfAttributesAllOf) IsSet ¶

func (NullableExternalEUTranCellSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*NullableExternalEUTranCellSingleAllOfAttributesAllOf) Set ¶

func (*NullableExternalEUTranCellSingleAllOfAttributesAllOf) UnmarshalJSON ¶

func (*NullableExternalEUTranCellSingleAllOfAttributesAllOf) Unset ¶

type NullableExternalGnbCuCpFunctionSingle ¶

type NullableExternalGnbCuCpFunctionSingle struct {
	// contains filtered or unexported fields
}

func (NullableExternalGnbCuCpFunctionSingle) Get ¶

func (NullableExternalGnbCuCpFunctionSingle) IsSet ¶

func (NullableExternalGnbCuCpFunctionSingle) MarshalJSON ¶

func (v NullableExternalGnbCuCpFunctionSingle) MarshalJSON() ([]byte, error)

func (*NullableExternalGnbCuCpFunctionSingle) Set ¶

func (*NullableExternalGnbCuCpFunctionSingle) UnmarshalJSON ¶

func (v *NullableExternalGnbCuCpFunctionSingle) UnmarshalJSON(src []byte) error

func (*NullableExternalGnbCuCpFunctionSingle) Unset ¶

type NullableExternalGnbCuCpFunctionSingleAllOf ¶

type NullableExternalGnbCuCpFunctionSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableExternalGnbCuCpFunctionSingleAllOf) Get ¶

func (NullableExternalGnbCuCpFunctionSingleAllOf) IsSet ¶

func (NullableExternalGnbCuCpFunctionSingleAllOf) MarshalJSON ¶

func (*NullableExternalGnbCuCpFunctionSingleAllOf) Set ¶

func (*NullableExternalGnbCuCpFunctionSingleAllOf) UnmarshalJSON ¶

func (v *NullableExternalGnbCuCpFunctionSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableExternalGnbCuCpFunctionSingleAllOf) Unset ¶

type NullableExternalGnbCuCpFunctionSingleAllOf1 ¶

type NullableExternalGnbCuCpFunctionSingleAllOf1 struct {
	// contains filtered or unexported fields
}

func (NullableExternalGnbCuCpFunctionSingleAllOf1) Get ¶

func (NullableExternalGnbCuCpFunctionSingleAllOf1) IsSet ¶

func (NullableExternalGnbCuCpFunctionSingleAllOf1) MarshalJSON ¶

func (*NullableExternalGnbCuCpFunctionSingleAllOf1) Set ¶

func (*NullableExternalGnbCuCpFunctionSingleAllOf1) UnmarshalJSON ¶

func (v *NullableExternalGnbCuCpFunctionSingleAllOf1) UnmarshalJSON(src []byte) error

func (*NullableExternalGnbCuCpFunctionSingleAllOf1) Unset ¶

type NullableExternalGnbCuCpFunctionSingleAllOfAttributes ¶

type NullableExternalGnbCuCpFunctionSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableExternalGnbCuCpFunctionSingleAllOfAttributes) Get ¶

func (NullableExternalGnbCuCpFunctionSingleAllOfAttributes) IsSet ¶

func (NullableExternalGnbCuCpFunctionSingleAllOfAttributes) MarshalJSON ¶

func (*NullableExternalGnbCuCpFunctionSingleAllOfAttributes) Set ¶

func (*NullableExternalGnbCuCpFunctionSingleAllOfAttributes) UnmarshalJSON ¶

func (*NullableExternalGnbCuCpFunctionSingleAllOfAttributes) Unset ¶

type NullableExternalGnbCuCpFunctionSingleAllOfAttributesAllOf ¶

type NullableExternalGnbCuCpFunctionSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableExternalGnbCuCpFunctionSingleAllOfAttributesAllOf) Get ¶

func (NullableExternalGnbCuCpFunctionSingleAllOfAttributesAllOf) IsSet ¶

func (NullableExternalGnbCuCpFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*NullableExternalGnbCuCpFunctionSingleAllOfAttributesAllOf) Set ¶

func (*NullableExternalGnbCuCpFunctionSingleAllOfAttributesAllOf) UnmarshalJSON ¶

func (*NullableExternalGnbCuCpFunctionSingleAllOfAttributesAllOf) Unset ¶

type NullableExternalGnbCuUpFunctionSingle ¶

type NullableExternalGnbCuUpFunctionSingle struct {
	// contains filtered or unexported fields
}

func (NullableExternalGnbCuUpFunctionSingle) Get ¶

func (NullableExternalGnbCuUpFunctionSingle) IsSet ¶

func (NullableExternalGnbCuUpFunctionSingle) MarshalJSON ¶

func (v NullableExternalGnbCuUpFunctionSingle) MarshalJSON() ([]byte, error)

func (*NullableExternalGnbCuUpFunctionSingle) Set ¶

func (*NullableExternalGnbCuUpFunctionSingle) UnmarshalJSON ¶

func (v *NullableExternalGnbCuUpFunctionSingle) UnmarshalJSON(src []byte) error

func (*NullableExternalGnbCuUpFunctionSingle) Unset ¶

type NullableExternalGnbCuUpFunctionSingleAllOf ¶

type NullableExternalGnbCuUpFunctionSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableExternalGnbCuUpFunctionSingleAllOf) Get ¶

func (NullableExternalGnbCuUpFunctionSingleAllOf) IsSet ¶

func (NullableExternalGnbCuUpFunctionSingleAllOf) MarshalJSON ¶

func (*NullableExternalGnbCuUpFunctionSingleAllOf) Set ¶

func (*NullableExternalGnbCuUpFunctionSingleAllOf) UnmarshalJSON ¶

func (v *NullableExternalGnbCuUpFunctionSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableExternalGnbCuUpFunctionSingleAllOf) Unset ¶

type NullableExternalGnbDuFunctionSingle ¶

type NullableExternalGnbDuFunctionSingle struct {
	// contains filtered or unexported fields
}

func (NullableExternalGnbDuFunctionSingle) Get ¶

func (NullableExternalGnbDuFunctionSingle) IsSet ¶

func (NullableExternalGnbDuFunctionSingle) MarshalJSON ¶

func (v NullableExternalGnbDuFunctionSingle) MarshalJSON() ([]byte, error)

func (*NullableExternalGnbDuFunctionSingle) Set ¶

func (*NullableExternalGnbDuFunctionSingle) UnmarshalJSON ¶

func (v *NullableExternalGnbDuFunctionSingle) UnmarshalJSON(src []byte) error

func (*NullableExternalGnbDuFunctionSingle) Unset ¶

type NullableExternalGnbDuFunctionSingleAllOf ¶

type NullableExternalGnbDuFunctionSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableExternalGnbDuFunctionSingleAllOf) Get ¶

func (NullableExternalGnbDuFunctionSingleAllOf) IsSet ¶

func (NullableExternalGnbDuFunctionSingleAllOf) MarshalJSON ¶

func (*NullableExternalGnbDuFunctionSingleAllOf) Set ¶

func (*NullableExternalGnbDuFunctionSingleAllOf) UnmarshalJSON ¶

func (v *NullableExternalGnbDuFunctionSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableExternalGnbDuFunctionSingleAllOf) Unset ¶

type NullableExternalGnbDuFunctionSingleAllOf1 ¶

type NullableExternalGnbDuFunctionSingleAllOf1 struct {
	// contains filtered or unexported fields
}

func (NullableExternalGnbDuFunctionSingleAllOf1) Get ¶

func (NullableExternalGnbDuFunctionSingleAllOf1) IsSet ¶

func (NullableExternalGnbDuFunctionSingleAllOf1) MarshalJSON ¶

func (*NullableExternalGnbDuFunctionSingleAllOf1) Set ¶

func (*NullableExternalGnbDuFunctionSingleAllOf1) UnmarshalJSON ¶

func (v *NullableExternalGnbDuFunctionSingleAllOf1) UnmarshalJSON(src []byte) error

func (*NullableExternalGnbDuFunctionSingleAllOf1) Unset ¶

type NullableExternalGnbDuFunctionSingleAllOfAttributes ¶

type NullableExternalGnbDuFunctionSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableExternalGnbDuFunctionSingleAllOfAttributes) Get ¶

func (NullableExternalGnbDuFunctionSingleAllOfAttributes) IsSet ¶

func (NullableExternalGnbDuFunctionSingleAllOfAttributes) MarshalJSON ¶

func (*NullableExternalGnbDuFunctionSingleAllOfAttributes) Set ¶

func (*NullableExternalGnbDuFunctionSingleAllOfAttributes) UnmarshalJSON ¶

func (*NullableExternalGnbDuFunctionSingleAllOfAttributes) Unset ¶

type NullableExternalGnbDuFunctionSingleAllOfAttributesAllOf ¶

type NullableExternalGnbDuFunctionSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableExternalGnbDuFunctionSingleAllOfAttributesAllOf) Get ¶

func (NullableExternalGnbDuFunctionSingleAllOfAttributesAllOf) IsSet ¶

func (NullableExternalGnbDuFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*NullableExternalGnbDuFunctionSingleAllOfAttributesAllOf) Set ¶

func (*NullableExternalGnbDuFunctionSingleAllOfAttributesAllOf) UnmarshalJSON ¶

func (*NullableExternalGnbDuFunctionSingleAllOfAttributesAllOf) Unset ¶

type NullableExternalNrCellCuSingle ¶

type NullableExternalNrCellCuSingle struct {
	// contains filtered or unexported fields
}

func (NullableExternalNrCellCuSingle) Get ¶

func (NullableExternalNrCellCuSingle) IsSet ¶

func (NullableExternalNrCellCuSingle) MarshalJSON ¶

func (v NullableExternalNrCellCuSingle) MarshalJSON() ([]byte, error)

func (*NullableExternalNrCellCuSingle) Set ¶

func (*NullableExternalNrCellCuSingle) UnmarshalJSON ¶

func (v *NullableExternalNrCellCuSingle) UnmarshalJSON(src []byte) error

func (*NullableExternalNrCellCuSingle) Unset ¶

func (v *NullableExternalNrCellCuSingle) Unset()

type NullableExternalNrCellCuSingleAllOf ¶

type NullableExternalNrCellCuSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableExternalNrCellCuSingleAllOf) Get ¶

func (NullableExternalNrCellCuSingleAllOf) IsSet ¶

func (NullableExternalNrCellCuSingleAllOf) MarshalJSON ¶

func (v NullableExternalNrCellCuSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableExternalNrCellCuSingleAllOf) Set ¶

func (*NullableExternalNrCellCuSingleAllOf) UnmarshalJSON ¶

func (v *NullableExternalNrCellCuSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableExternalNrCellCuSingleAllOf) Unset ¶

type NullableExternalNrCellCuSingleAllOfAttributes ¶

type NullableExternalNrCellCuSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableExternalNrCellCuSingleAllOfAttributes) Get ¶

func (NullableExternalNrCellCuSingleAllOfAttributes) IsSet ¶

func (NullableExternalNrCellCuSingleAllOfAttributes) MarshalJSON ¶

func (*NullableExternalNrCellCuSingleAllOfAttributes) Set ¶

func (*NullableExternalNrCellCuSingleAllOfAttributes) UnmarshalJSON ¶

func (*NullableExternalNrCellCuSingleAllOfAttributes) Unset ¶

type NullableExternalNrCellCuSingleAllOfAttributesAllOf ¶

type NullableExternalNrCellCuSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableExternalNrCellCuSingleAllOfAttributesAllOf) Get ¶

func (NullableExternalNrCellCuSingleAllOfAttributesAllOf) IsSet ¶

func (NullableExternalNrCellCuSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*NullableExternalNrCellCuSingleAllOfAttributesAllOf) Set ¶

func (*NullableExternalNrCellCuSingleAllOfAttributesAllOf) UnmarshalJSON ¶

func (*NullableExternalNrCellCuSingleAllOfAttributesAllOf) Unset ¶

type NullableExternalNrfFunctionSingle ¶

type NullableExternalNrfFunctionSingle struct {
	// contains filtered or unexported fields
}

func (NullableExternalNrfFunctionSingle) Get ¶

func (NullableExternalNrfFunctionSingle) IsSet ¶

func (NullableExternalNrfFunctionSingle) MarshalJSON ¶

func (v NullableExternalNrfFunctionSingle) MarshalJSON() ([]byte, error)

func (*NullableExternalNrfFunctionSingle) Set ¶

func (*NullableExternalNrfFunctionSingle) UnmarshalJSON ¶

func (v *NullableExternalNrfFunctionSingle) UnmarshalJSON(src []byte) error

func (*NullableExternalNrfFunctionSingle) Unset ¶

type NullableExternalNrfFunctionSingleAllOf ¶

type NullableExternalNrfFunctionSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableExternalNrfFunctionSingleAllOf) Get ¶

func (NullableExternalNrfFunctionSingleAllOf) IsSet ¶

func (NullableExternalNrfFunctionSingleAllOf) MarshalJSON ¶

func (v NullableExternalNrfFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableExternalNrfFunctionSingleAllOf) Set ¶

func (*NullableExternalNrfFunctionSingleAllOf) UnmarshalJSON ¶

func (v *NullableExternalNrfFunctionSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableExternalNrfFunctionSingleAllOf) Unset ¶

type NullableExternalNrfFunctionSingleAllOfAttributes ¶

type NullableExternalNrfFunctionSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableExternalNrfFunctionSingleAllOfAttributes) Get ¶

func (NullableExternalNrfFunctionSingleAllOfAttributes) IsSet ¶

func (NullableExternalNrfFunctionSingleAllOfAttributes) MarshalJSON ¶

func (*NullableExternalNrfFunctionSingleAllOfAttributes) Set ¶

func (*NullableExternalNrfFunctionSingleAllOfAttributes) UnmarshalJSON ¶

func (*NullableExternalNrfFunctionSingleAllOfAttributes) Unset ¶

type NullableExternalNrfFunctionSingleAllOfAttributesAllOf ¶

type NullableExternalNrfFunctionSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableExternalNrfFunctionSingleAllOfAttributesAllOf) Get ¶

func (NullableExternalNrfFunctionSingleAllOfAttributesAllOf) IsSet ¶

func (NullableExternalNrfFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*NullableExternalNrfFunctionSingleAllOfAttributesAllOf) Set ¶

func (*NullableExternalNrfFunctionSingleAllOfAttributesAllOf) UnmarshalJSON ¶

func (*NullableExternalNrfFunctionSingleAllOfAttributesAllOf) Unset ¶

type NullableExternalNssfFunctionSingle ¶

type NullableExternalNssfFunctionSingle struct {
	// contains filtered or unexported fields
}

func (NullableExternalNssfFunctionSingle) Get ¶

func (NullableExternalNssfFunctionSingle) IsSet ¶

func (NullableExternalNssfFunctionSingle) MarshalJSON ¶

func (v NullableExternalNssfFunctionSingle) MarshalJSON() ([]byte, error)

func (*NullableExternalNssfFunctionSingle) Set ¶

func (*NullableExternalNssfFunctionSingle) UnmarshalJSON ¶

func (v *NullableExternalNssfFunctionSingle) UnmarshalJSON(src []byte) error

func (*NullableExternalNssfFunctionSingle) Unset ¶

type NullableExternalSeppFunctionSingle ¶

type NullableExternalSeppFunctionSingle struct {
	// contains filtered or unexported fields
}

func (NullableExternalSeppFunctionSingle) Get ¶

func (NullableExternalSeppFunctionSingle) IsSet ¶

func (NullableExternalSeppFunctionSingle) MarshalJSON ¶

func (v NullableExternalSeppFunctionSingle) MarshalJSON() ([]byte, error)

func (*NullableExternalSeppFunctionSingle) Set ¶

func (*NullableExternalSeppFunctionSingle) UnmarshalJSON ¶

func (v *NullableExternalSeppFunctionSingle) UnmarshalJSON(src []byte) error

func (*NullableExternalSeppFunctionSingle) Unset ¶

type NullableExternalSeppFunctionSingleAllOf ¶

type NullableExternalSeppFunctionSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableExternalSeppFunctionSingleAllOf) Get ¶

func (NullableExternalSeppFunctionSingleAllOf) IsSet ¶

func (NullableExternalSeppFunctionSingleAllOf) MarshalJSON ¶

func (v NullableExternalSeppFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableExternalSeppFunctionSingleAllOf) Set ¶

func (*NullableExternalSeppFunctionSingleAllOf) UnmarshalJSON ¶

func (v *NullableExternalSeppFunctionSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableExternalSeppFunctionSingleAllOf) Unset ¶

type NullableExternalSeppFunctionSingleAllOfAttributes ¶

type NullableExternalSeppFunctionSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableExternalSeppFunctionSingleAllOfAttributes) Get ¶

func (NullableExternalSeppFunctionSingleAllOfAttributes) IsSet ¶

func (NullableExternalSeppFunctionSingleAllOfAttributes) MarshalJSON ¶

func (*NullableExternalSeppFunctionSingleAllOfAttributes) Set ¶

func (*NullableExternalSeppFunctionSingleAllOfAttributes) UnmarshalJSON ¶

func (*NullableExternalSeppFunctionSingleAllOfAttributes) Unset ¶

type NullableExternalSeppFunctionSingleAllOfAttributesAllOf ¶

type NullableExternalSeppFunctionSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableExternalSeppFunctionSingleAllOfAttributesAllOf) Get ¶

func (NullableExternalSeppFunctionSingleAllOfAttributesAllOf) IsSet ¶

func (NullableExternalSeppFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*NullableExternalSeppFunctionSingleAllOfAttributesAllOf) Set ¶

func (*NullableExternalSeppFunctionSingleAllOfAttributesAllOf) UnmarshalJSON ¶

func (*NullableExternalSeppFunctionSingleAllOfAttributesAllOf) Unset ¶

type NullableFeasibilityCheckAndReservationJobSingle ¶

type NullableFeasibilityCheckAndReservationJobSingle struct {
	// contains filtered or unexported fields
}

func (NullableFeasibilityCheckAndReservationJobSingle) Get ¶

func (NullableFeasibilityCheckAndReservationJobSingle) IsSet ¶

func (NullableFeasibilityCheckAndReservationJobSingle) MarshalJSON ¶

func (*NullableFeasibilityCheckAndReservationJobSingle) Set ¶

func (*NullableFeasibilityCheckAndReservationJobSingle) UnmarshalJSON ¶

func (*NullableFeasibilityCheckAndReservationJobSingle) Unset ¶

type NullableFeasibilityCheckAndReservationJobSingleAllOf ¶

type NullableFeasibilityCheckAndReservationJobSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableFeasibilityCheckAndReservationJobSingleAllOf) Get ¶

func (NullableFeasibilityCheckAndReservationJobSingleAllOf) IsSet ¶

func (NullableFeasibilityCheckAndReservationJobSingleAllOf) MarshalJSON ¶

func (*NullableFeasibilityCheckAndReservationJobSingleAllOf) Set ¶

func (*NullableFeasibilityCheckAndReservationJobSingleAllOf) UnmarshalJSON ¶

func (*NullableFeasibilityCheckAndReservationJobSingleAllOf) Unset ¶

type NullableFeasibilityCheckAndReservationJobSingleAllOfAttributes ¶

type NullableFeasibilityCheckAndReservationJobSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableFeasibilityCheckAndReservationJobSingleAllOfAttributes) Get ¶

func (NullableFeasibilityCheckAndReservationJobSingleAllOfAttributes) IsSet ¶

func (NullableFeasibilityCheckAndReservationJobSingleAllOfAttributes) MarshalJSON ¶

func (*NullableFeasibilityCheckAndReservationJobSingleAllOfAttributes) Set ¶

func (*NullableFeasibilityCheckAndReservationJobSingleAllOfAttributes) UnmarshalJSON ¶

func (*NullableFeasibilityCheckAndReservationJobSingleAllOfAttributes) Unset ¶

type NullableFeasibilityResult ¶

type NullableFeasibilityResult struct {
	// contains filtered or unexported fields
}

func NewNullableFeasibilityResult ¶

func NewNullableFeasibilityResult(val *FeasibilityResult) *NullableFeasibilityResult

func (NullableFeasibilityResult) Get ¶

func (NullableFeasibilityResult) IsSet ¶

func (v NullableFeasibilityResult) IsSet() bool

func (NullableFeasibilityResult) MarshalJSON ¶

func (v NullableFeasibilityResult) MarshalJSON() ([]byte, error)

func (*NullableFeasibilityResult) Set ¶

func (*NullableFeasibilityResult) UnmarshalJSON ¶

func (v *NullableFeasibilityResult) UnmarshalJSON(src []byte) error

func (*NullableFeasibilityResult) Unset ¶

func (v *NullableFeasibilityResult) Unset()

type NullableFileDownloadJobProcessMonitor ¶

type NullableFileDownloadJobProcessMonitor struct {
	// contains filtered or unexported fields
}

func (NullableFileDownloadJobProcessMonitor) Get ¶

func (NullableFileDownloadJobProcessMonitor) IsSet ¶

func (NullableFileDownloadJobProcessMonitor) MarshalJSON ¶

func (v NullableFileDownloadJobProcessMonitor) MarshalJSON() ([]byte, error)

func (*NullableFileDownloadJobProcessMonitor) Set ¶

func (*NullableFileDownloadJobProcessMonitor) UnmarshalJSON ¶

func (v *NullableFileDownloadJobProcessMonitor) UnmarshalJSON(src []byte) error

func (*NullableFileDownloadJobProcessMonitor) Unset ¶

type NullableFileDownloadJobProcessMonitorResultStateInfo ¶

type NullableFileDownloadJobProcessMonitorResultStateInfo struct {
	// contains filtered or unexported fields
}

func (NullableFileDownloadJobProcessMonitorResultStateInfo) Get ¶

func (NullableFileDownloadJobProcessMonitorResultStateInfo) IsSet ¶

func (NullableFileDownloadJobProcessMonitorResultStateInfo) MarshalJSON ¶

func (*NullableFileDownloadJobProcessMonitorResultStateInfo) Set ¶

func (*NullableFileDownloadJobProcessMonitorResultStateInfo) UnmarshalJSON ¶

func (*NullableFileDownloadJobProcessMonitorResultStateInfo) Unset ¶

type NullableFileDownloadJobSingle ¶

type NullableFileDownloadJobSingle struct {
	// contains filtered or unexported fields
}

func (NullableFileDownloadJobSingle) Get ¶

func (NullableFileDownloadJobSingle) IsSet ¶

func (NullableFileDownloadJobSingle) MarshalJSON ¶

func (v NullableFileDownloadJobSingle) MarshalJSON() ([]byte, error)

func (*NullableFileDownloadJobSingle) Set ¶

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 (NullableFileDownloadJobSingleAllOf) Get ¶

func (NullableFileDownloadJobSingleAllOf) IsSet ¶

func (NullableFileDownloadJobSingleAllOf) MarshalJSON ¶

func (v NullableFileDownloadJobSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableFileDownloadJobSingleAllOf) Set ¶

func (*NullableFileDownloadJobSingleAllOf) UnmarshalJSON ¶

func (v *NullableFileDownloadJobSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableFileDownloadJobSingleAllOf) Unset ¶

type NullableFileDownloadJobSingleAllOfAttributes ¶

type NullableFileDownloadJobSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableFileDownloadJobSingleAllOfAttributes) Get ¶

func (NullableFileDownloadJobSingleAllOfAttributes) IsSet ¶

func (NullableFileDownloadJobSingleAllOfAttributes) MarshalJSON ¶

func (*NullableFileDownloadJobSingleAllOfAttributes) Set ¶

func (*NullableFileDownloadJobSingleAllOfAttributes) UnmarshalJSON ¶

func (*NullableFileDownloadJobSingleAllOfAttributes) Unset ¶

type NullableFileNotificationTypes ¶

type NullableFileNotificationTypes struct {
	// contains filtered or unexported fields
}

func (NullableFileNotificationTypes) Get ¶

func (NullableFileNotificationTypes) IsSet ¶

func (NullableFileNotificationTypes) MarshalJSON ¶

func (v NullableFileNotificationTypes) MarshalJSON() ([]byte, error)

func (*NullableFileNotificationTypes) Set ¶

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 (NullableFileSingleAllOf) IsSet ¶

func (v NullableFileSingleAllOf) IsSet() bool

func (NullableFileSingleAllOf) MarshalJSON ¶

func (v NullableFileSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableFileSingleAllOf) Set ¶

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 (NullableFileSingleAllOfAttributes) Get ¶

func (NullableFileSingleAllOfAttributes) IsSet ¶

func (NullableFileSingleAllOfAttributes) MarshalJSON ¶

func (v NullableFileSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*NullableFileSingleAllOfAttributes) Set ¶

func (*NullableFileSingleAllOfAttributes) UnmarshalJSON ¶

func (v *NullableFileSingleAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullableFileSingleAllOfAttributes) Unset ¶

type NullableFilesSingle ¶

type NullableFilesSingle struct {
	// contains filtered or unexported fields
}

func NewNullableFilesSingle ¶

func NewNullableFilesSingle(val *FilesSingle) *NullableFilesSingle

func (NullableFilesSingle) Get ¶

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 (NullableFilesSingleAllOf) IsSet ¶

func (v NullableFilesSingleAllOf) IsSet() bool

func (NullableFilesSingleAllOf) MarshalJSON ¶

func (v NullableFilesSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableFilesSingleAllOf) Set ¶

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 (NullableFilesSingleAllOfAttributes) Get ¶

func (NullableFilesSingleAllOfAttributes) IsSet ¶

func (NullableFilesSingleAllOfAttributes) MarshalJSON ¶

func (v NullableFilesSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*NullableFilesSingleAllOfAttributes) Set ¶

func (*NullableFilesSingleAllOfAttributes) UnmarshalJSON ¶

func (v *NullableFilesSingleAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullableFilesSingleAllOfAttributes) Unset ¶

type NullableFiveQICharacteristicsSingle ¶

type NullableFiveQICharacteristicsSingle struct {
	// contains filtered or unexported fields
}

func (NullableFiveQICharacteristicsSingle) Get ¶

func (NullableFiveQICharacteristicsSingle) IsSet ¶

func (NullableFiveQICharacteristicsSingle) MarshalJSON ¶

func (v NullableFiveQICharacteristicsSingle) MarshalJSON() ([]byte, error)

func (*NullableFiveQICharacteristicsSingle) Set ¶

func (*NullableFiveQICharacteristicsSingle) UnmarshalJSON ¶

func (v *NullableFiveQICharacteristicsSingle) UnmarshalJSON(src []byte) error

func (*NullableFiveQICharacteristicsSingle) Unset ¶

type NullableFiveQICharacteristicsSingleAllOf ¶

type NullableFiveQICharacteristicsSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableFiveQICharacteristicsSingleAllOf) Get ¶

func (NullableFiveQICharacteristicsSingleAllOf) IsSet ¶

func (NullableFiveQICharacteristicsSingleAllOf) MarshalJSON ¶

func (*NullableFiveQICharacteristicsSingleAllOf) Set ¶

func (*NullableFiveQICharacteristicsSingleAllOf) UnmarshalJSON ¶

func (v *NullableFiveQICharacteristicsSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableFiveQICharacteristicsSingleAllOf) Unset ¶

type NullableFiveQiDscpMapping ¶

type NullableFiveQiDscpMapping struct {
	// contains filtered or unexported fields
}

func NewNullableFiveQiDscpMapping ¶

func NewNullableFiveQiDscpMapping(val *FiveQiDscpMapping) *NullableFiveQiDscpMapping

func (NullableFiveQiDscpMapping) Get ¶

func (NullableFiveQiDscpMapping) IsSet ¶

func (v NullableFiveQiDscpMapping) IsSet() bool

func (NullableFiveQiDscpMapping) MarshalJSON ¶

func (v NullableFiveQiDscpMapping) MarshalJSON() ([]byte, error)

func (*NullableFiveQiDscpMapping) Set ¶

func (*NullableFiveQiDscpMapping) UnmarshalJSON ¶

func (v *NullableFiveQiDscpMapping) UnmarshalJSON(src []byte) error

func (*NullableFiveQiDscpMapping) Unset ¶

func (v *NullableFiveQiDscpMapping) Unset()

type NullableFiveQiDscpMappingSetSingle ¶

type NullableFiveQiDscpMappingSetSingle struct {
	// contains filtered or unexported fields
}

func (NullableFiveQiDscpMappingSetSingle) Get ¶

func (NullableFiveQiDscpMappingSetSingle) IsSet ¶

func (NullableFiveQiDscpMappingSetSingle) MarshalJSON ¶

func (v NullableFiveQiDscpMappingSetSingle) MarshalJSON() ([]byte, error)

func (*NullableFiveQiDscpMappingSetSingle) Set ¶

func (*NullableFiveQiDscpMappingSetSingle) UnmarshalJSON ¶

func (v *NullableFiveQiDscpMappingSetSingle) UnmarshalJSON(src []byte) error

func (*NullableFiveQiDscpMappingSetSingle) Unset ¶

type NullableFiveQiDscpMappingSetSingleAllOf ¶

type NullableFiveQiDscpMappingSetSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableFiveQiDscpMappingSetSingleAllOf) Get ¶

func (NullableFiveQiDscpMappingSetSingleAllOf) IsSet ¶

func (NullableFiveQiDscpMappingSetSingleAllOf) MarshalJSON ¶

func (v NullableFiveQiDscpMappingSetSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableFiveQiDscpMappingSetSingleAllOf) Set ¶

func (*NullableFiveQiDscpMappingSetSingleAllOf) UnmarshalJSON ¶

func (v *NullableFiveQiDscpMappingSetSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableFiveQiDscpMappingSetSingleAllOf) Unset ¶

type NullableFiveQiDscpMappingSetSingleAllOfAttributes ¶

type NullableFiveQiDscpMappingSetSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableFiveQiDscpMappingSetSingleAllOfAttributes) Get ¶

func (NullableFiveQiDscpMappingSetSingleAllOfAttributes) IsSet ¶

func (NullableFiveQiDscpMappingSetSingleAllOfAttributes) MarshalJSON ¶

func (*NullableFiveQiDscpMappingSetSingleAllOfAttributes) Set ¶

func (*NullableFiveQiDscpMappingSetSingleAllOfAttributes) UnmarshalJSON ¶

func (*NullableFiveQiDscpMappingSetSingleAllOfAttributes) Unset ¶

type NullableFiveQiDscpMappingSetSingleAllOfAttributesAllOf ¶

type NullableFiveQiDscpMappingSetSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableFiveQiDscpMappingSetSingleAllOfAttributesAllOf) Get ¶

func (NullableFiveQiDscpMappingSetSingleAllOfAttributesAllOf) IsSet ¶

func (NullableFiveQiDscpMappingSetSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*NullableFiveQiDscpMappingSetSingleAllOfAttributesAllOf) Set ¶

func (*NullableFiveQiDscpMappingSetSingleAllOfAttributesAllOf) UnmarshalJSON ¶

func (*NullableFiveQiDscpMappingSetSingleAllOfAttributesAllOf) 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 NullableFlowDirection ¶

type NullableFlowDirection struct {
	// contains filtered or unexported fields
}

func NewNullableFlowDirection ¶

func NewNullableFlowDirection(val *FlowDirection) *NullableFlowDirection

func (NullableFlowDirection) Get ¶

func (NullableFlowDirection) IsSet ¶

func (v NullableFlowDirection) IsSet() bool

func (NullableFlowDirection) MarshalJSON ¶

func (v NullableFlowDirection) MarshalJSON() ([]byte, error)

func (*NullableFlowDirection) Set ¶

func (v *NullableFlowDirection) Set(val *FlowDirection)

func (*NullableFlowDirection) UnmarshalJSON ¶

func (v *NullableFlowDirection) UnmarshalJSON(src []byte) error

func (*NullableFlowDirection) Unset ¶

func (v *NullableFlowDirection) Unset()

type NullableFlowDirectionRm ¶

type NullableFlowDirectionRm struct {
	// contains filtered or unexported fields
}

func NewNullableFlowDirectionRm ¶

func NewNullableFlowDirectionRm(val *FlowDirectionRm) *NullableFlowDirectionRm

func (NullableFlowDirectionRm) Get ¶

func (NullableFlowDirectionRm) IsSet ¶

func (v NullableFlowDirectionRm) IsSet() bool

func (NullableFlowDirectionRm) MarshalJSON ¶

func (v NullableFlowDirectionRm) MarshalJSON() ([]byte, error)

func (*NullableFlowDirectionRm) Set ¶

func (*NullableFlowDirectionRm) UnmarshalJSON ¶

func (v *NullableFlowDirectionRm) UnmarshalJSON(src []byte) error

func (*NullableFlowDirectionRm) Unset ¶

func (v *NullableFlowDirectionRm) Unset()

type NullableFlowInformation ¶

type NullableFlowInformation struct {
	// contains filtered or unexported fields
}

func NewNullableFlowInformation ¶

func NewNullableFlowInformation(val *FlowInformation) *NullableFlowInformation

func (NullableFlowInformation) Get ¶

func (NullableFlowInformation) IsSet ¶

func (v NullableFlowInformation) IsSet() bool

func (NullableFlowInformation) MarshalJSON ¶

func (v NullableFlowInformation) MarshalJSON() ([]byte, error)

func (*NullableFlowInformation) Set ¶

func (*NullableFlowInformation) UnmarshalJSON ¶

func (v *NullableFlowInformation) UnmarshalJSON(src []byte) error

func (*NullableFlowInformation) Unset ¶

func (v *NullableFlowInformation) Unset()

type NullableFlowStatus ¶

type NullableFlowStatus struct {
	// contains filtered or unexported fields
}

func NewNullableFlowStatus ¶

func NewNullableFlowStatus(val *FlowStatus) *NullableFlowStatus

func (NullableFlowStatus) Get ¶

func (v NullableFlowStatus) Get() *FlowStatus

func (NullableFlowStatus) IsSet ¶

func (v NullableFlowStatus) IsSet() bool

func (NullableFlowStatus) MarshalJSON ¶

func (v NullableFlowStatus) MarshalJSON() ([]byte, error)

func (*NullableFlowStatus) Set ¶

func (v *NullableFlowStatus) Set(val *FlowStatus)

func (*NullableFlowStatus) UnmarshalJSON ¶

func (v *NullableFlowStatus) UnmarshalJSON(src []byte) error

func (*NullableFlowStatus) Unset ¶

func (v *NullableFlowStatus) Unset()

type NullableFreqInfo ¶

type NullableFreqInfo struct {
	// contains filtered or unexported fields
}

func NewNullableFreqInfo ¶

func NewNullableFreqInfo(val *FreqInfo) *NullableFreqInfo

func (NullableFreqInfo) Get ¶

func (v NullableFreqInfo) Get() *FreqInfo

func (NullableFreqInfo) IsSet ¶

func (v NullableFreqInfo) IsSet() bool

func (NullableFreqInfo) MarshalJSON ¶

func (v NullableFreqInfo) MarshalJSON() ([]byte, error)

func (*NullableFreqInfo) Set ¶

func (v *NullableFreqInfo) Set(val *FreqInfo)

func (*NullableFreqInfo) UnmarshalJSON ¶

func (v *NullableFreqInfo) UnmarshalJSON(src []byte) error

func (*NullableFreqInfo) Unset ¶

func (v *NullableFreqInfo) Unset()

type NullableFrequencyDomainPara ¶

type NullableFrequencyDomainPara struct {
	// contains filtered or unexported fields
}

func (NullableFrequencyDomainPara) Get ¶

func (NullableFrequencyDomainPara) IsSet ¶

func (NullableFrequencyDomainPara) MarshalJSON ¶

func (v NullableFrequencyDomainPara) MarshalJSON() ([]byte, error)

func (*NullableFrequencyDomainPara) Set ¶

func (*NullableFrequencyDomainPara) UnmarshalJSON ¶

func (v *NullableFrequencyDomainPara) UnmarshalJSON(src []byte) error

func (*NullableFrequencyDomainPara) Unset ¶

func (v *NullableFrequencyDomainPara) Unset()

type NullableFulfilStatus ¶

type NullableFulfilStatus struct {
	// contains filtered or unexported fields
}

func NewNullableFulfilStatus ¶

func NewNullableFulfilStatus(val *FulfilStatus) *NullableFulfilStatus

func (NullableFulfilStatus) Get ¶

func (NullableFulfilStatus) IsSet ¶

func (v NullableFulfilStatus) IsSet() bool

func (NullableFulfilStatus) MarshalJSON ¶

func (v NullableFulfilStatus) MarshalJSON() ([]byte, error)

func (*NullableFulfilStatus) Set ¶

func (v *NullableFulfilStatus) Set(val *FulfilStatus)

func (*NullableFulfilStatus) UnmarshalJSON ¶

func (v *NullableFulfilStatus) UnmarshalJSON(src []byte) error

func (*NullableFulfilStatus) Unset ¶

func (v *NullableFulfilStatus) Unset()

type NullableFulfilmentInfo ¶

type NullableFulfilmentInfo struct {
	// contains filtered or unexported fields
}

func NewNullableFulfilmentInfo ¶

func NewNullableFulfilmentInfo(val *FulfilmentInfo) *NullableFulfilmentInfo

func (NullableFulfilmentInfo) Get ¶

func (NullableFulfilmentInfo) IsSet ¶

func (v NullableFulfilmentInfo) IsSet() bool

func (NullableFulfilmentInfo) MarshalJSON ¶

func (v NullableFulfilmentInfo) MarshalJSON() ([]byte, error)

func (*NullableFulfilmentInfo) Set ¶

func (*NullableFulfilmentInfo) UnmarshalJSON ¶

func (v *NullableFulfilmentInfo) UnmarshalJSON(src []byte) error

func (*NullableFulfilmentInfo) Unset ¶

func (v *NullableFulfilmentInfo) Unset()

type NullableGUAMInfo ¶

type NullableGUAMInfo struct {
	// contains filtered or unexported fields
}

func NewNullableGUAMInfo ¶

func NewNullableGUAMInfo(val *GUAMInfo) *NullableGUAMInfo

func (NullableGUAMInfo) Get ¶

func (v NullableGUAMInfo) Get() *GUAMInfo

func (NullableGUAMInfo) IsSet ¶

func (v NullableGUAMInfo) IsSet() bool

func (NullableGUAMInfo) MarshalJSON ¶

func (v NullableGUAMInfo) MarshalJSON() ([]byte, error)

func (*NullableGUAMInfo) Set ¶

func (v *NullableGUAMInfo) Set(val *GUAMInfo)

func (*NullableGUAMInfo) UnmarshalJSON ¶

func (v *NullableGUAMInfo) UnmarshalJSON(src []byte) error

func (*NullableGUAMInfo) Unset ¶

func (v *NullableGUAMInfo) 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 (NullableGeoAreaToCellMapping) Get ¶

func (NullableGeoAreaToCellMapping) IsSet ¶

func (NullableGeoAreaToCellMapping) MarshalJSON ¶

func (v NullableGeoAreaToCellMapping) MarshalJSON() ([]byte, error)

func (*NullableGeoAreaToCellMapping) Set ¶

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 (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 (NullableGeographicalCoordinates) Get ¶

func (NullableGeographicalCoordinates) IsSet ¶

func (NullableGeographicalCoordinates) MarshalJSON ¶

func (v NullableGeographicalCoordinates) MarshalJSON() ([]byte, error)

func (*NullableGeographicalCoordinates) Set ¶

func (*NullableGeographicalCoordinates) UnmarshalJSON ¶

func (v *NullableGeographicalCoordinates) UnmarshalJSON(src []byte) error

func (*NullableGeographicalCoordinates) Unset ¶

type NullableGnbCuCpFunctionSingle ¶

type NullableGnbCuCpFunctionSingle struct {
	// contains filtered or unexported fields
}

func (NullableGnbCuCpFunctionSingle) Get ¶

func (NullableGnbCuCpFunctionSingle) IsSet ¶

func (NullableGnbCuCpFunctionSingle) MarshalJSON ¶

func (v NullableGnbCuCpFunctionSingle) MarshalJSON() ([]byte, error)

func (*NullableGnbCuCpFunctionSingle) Set ¶

func (*NullableGnbCuCpFunctionSingle) UnmarshalJSON ¶

func (v *NullableGnbCuCpFunctionSingle) UnmarshalJSON(src []byte) error

func (*NullableGnbCuCpFunctionSingle) Unset ¶

func (v *NullableGnbCuCpFunctionSingle) Unset()

type NullableGnbCuCpFunctionSingleAllOf ¶

type NullableGnbCuCpFunctionSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableGnbCuCpFunctionSingleAllOf) Get ¶

func (NullableGnbCuCpFunctionSingleAllOf) IsSet ¶

func (NullableGnbCuCpFunctionSingleAllOf) MarshalJSON ¶

func (v NullableGnbCuCpFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableGnbCuCpFunctionSingleAllOf) Set ¶

func (*NullableGnbCuCpFunctionSingleAllOf) UnmarshalJSON ¶

func (v *NullableGnbCuCpFunctionSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableGnbCuCpFunctionSingleAllOf) Unset ¶

type NullableGnbCuCpFunctionSingleAllOf1 ¶

type NullableGnbCuCpFunctionSingleAllOf1 struct {
	// contains filtered or unexported fields
}

func (NullableGnbCuCpFunctionSingleAllOf1) Get ¶

func (NullableGnbCuCpFunctionSingleAllOf1) IsSet ¶

func (NullableGnbCuCpFunctionSingleAllOf1) MarshalJSON ¶

func (v NullableGnbCuCpFunctionSingleAllOf1) MarshalJSON() ([]byte, error)

func (*NullableGnbCuCpFunctionSingleAllOf1) Set ¶

func (*NullableGnbCuCpFunctionSingleAllOf1) UnmarshalJSON ¶

func (v *NullableGnbCuCpFunctionSingleAllOf1) UnmarshalJSON(src []byte) error

func (*NullableGnbCuCpFunctionSingleAllOf1) Unset ¶

type NullableGnbCuCpFunctionSingleAllOfAttributes ¶

type NullableGnbCuCpFunctionSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableGnbCuCpFunctionSingleAllOfAttributes) Get ¶

func (NullableGnbCuCpFunctionSingleAllOfAttributes) IsSet ¶

func (NullableGnbCuCpFunctionSingleAllOfAttributes) MarshalJSON ¶

func (*NullableGnbCuCpFunctionSingleAllOfAttributes) Set ¶

func (*NullableGnbCuCpFunctionSingleAllOfAttributes) UnmarshalJSON ¶

func (*NullableGnbCuCpFunctionSingleAllOfAttributes) Unset ¶

type NullableGnbCuCpFunctionSingleAllOfAttributesAllOf ¶

type NullableGnbCuCpFunctionSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableGnbCuCpFunctionSingleAllOfAttributesAllOf) Get ¶

func (NullableGnbCuCpFunctionSingleAllOfAttributesAllOf) IsSet ¶

func (NullableGnbCuCpFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*NullableGnbCuCpFunctionSingleAllOfAttributesAllOf) Set ¶

func (*NullableGnbCuCpFunctionSingleAllOfAttributesAllOf) UnmarshalJSON ¶

func (*NullableGnbCuCpFunctionSingleAllOfAttributesAllOf) Unset ¶

type NullableGnbCuUpFunctionSingle ¶

type NullableGnbCuUpFunctionSingle struct {
	// contains filtered or unexported fields
}

func (NullableGnbCuUpFunctionSingle) Get ¶

func (NullableGnbCuUpFunctionSingle) IsSet ¶

func (NullableGnbCuUpFunctionSingle) MarshalJSON ¶

func (v NullableGnbCuUpFunctionSingle) MarshalJSON() ([]byte, error)

func (*NullableGnbCuUpFunctionSingle) Set ¶

func (*NullableGnbCuUpFunctionSingle) UnmarshalJSON ¶

func (v *NullableGnbCuUpFunctionSingle) UnmarshalJSON(src []byte) error

func (*NullableGnbCuUpFunctionSingle) Unset ¶

func (v *NullableGnbCuUpFunctionSingle) Unset()

type NullableGnbCuUpFunctionSingleAllOf ¶

type NullableGnbCuUpFunctionSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableGnbCuUpFunctionSingleAllOf) Get ¶

func (NullableGnbCuUpFunctionSingleAllOf) IsSet ¶

func (NullableGnbCuUpFunctionSingleAllOf) MarshalJSON ¶

func (v NullableGnbCuUpFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableGnbCuUpFunctionSingleAllOf) Set ¶

func (*NullableGnbCuUpFunctionSingleAllOf) UnmarshalJSON ¶

func (v *NullableGnbCuUpFunctionSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableGnbCuUpFunctionSingleAllOf) Unset ¶

type NullableGnbCuUpFunctionSingleAllOf1 ¶

type NullableGnbCuUpFunctionSingleAllOf1 struct {
	// contains filtered or unexported fields
}

func (NullableGnbCuUpFunctionSingleAllOf1) Get ¶

func (NullableGnbCuUpFunctionSingleAllOf1) IsSet ¶

func (NullableGnbCuUpFunctionSingleAllOf1) MarshalJSON ¶

func (v NullableGnbCuUpFunctionSingleAllOf1) MarshalJSON() ([]byte, error)

func (*NullableGnbCuUpFunctionSingleAllOf1) Set ¶

func (*NullableGnbCuUpFunctionSingleAllOf1) UnmarshalJSON ¶

func (v *NullableGnbCuUpFunctionSingleAllOf1) UnmarshalJSON(src []byte) error

func (*NullableGnbCuUpFunctionSingleAllOf1) Unset ¶

type NullableGnbCuUpFunctionSingleAllOfAttributes ¶

type NullableGnbCuUpFunctionSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableGnbCuUpFunctionSingleAllOfAttributes) Get ¶

func (NullableGnbCuUpFunctionSingleAllOfAttributes) IsSet ¶

func (NullableGnbCuUpFunctionSingleAllOfAttributes) MarshalJSON ¶

func (*NullableGnbCuUpFunctionSingleAllOfAttributes) Set ¶

func (*NullableGnbCuUpFunctionSingleAllOfAttributes) UnmarshalJSON ¶

func (*NullableGnbCuUpFunctionSingleAllOfAttributes) Unset ¶

type NullableGnbCuUpFunctionSingleAllOfAttributesAllOf ¶

type NullableGnbCuUpFunctionSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableGnbCuUpFunctionSingleAllOfAttributesAllOf) Get ¶

func (NullableGnbCuUpFunctionSingleAllOfAttributesAllOf) IsSet ¶

func (NullableGnbCuUpFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*NullableGnbCuUpFunctionSingleAllOfAttributesAllOf) Set ¶

func (*NullableGnbCuUpFunctionSingleAllOfAttributesAllOf) UnmarshalJSON ¶

func (*NullableGnbCuUpFunctionSingleAllOfAttributesAllOf) Unset ¶

type NullableGnbDuFunctionSingle ¶

type NullableGnbDuFunctionSingle struct {
	// contains filtered or unexported fields
}

func (NullableGnbDuFunctionSingle) Get ¶

func (NullableGnbDuFunctionSingle) IsSet ¶

func (NullableGnbDuFunctionSingle) MarshalJSON ¶

func (v NullableGnbDuFunctionSingle) MarshalJSON() ([]byte, error)

func (*NullableGnbDuFunctionSingle) Set ¶

func (*NullableGnbDuFunctionSingle) UnmarshalJSON ¶

func (v *NullableGnbDuFunctionSingle) UnmarshalJSON(src []byte) error

func (*NullableGnbDuFunctionSingle) Unset ¶

func (v *NullableGnbDuFunctionSingle) Unset()

type NullableGnbDuFunctionSingleAllOf ¶

type NullableGnbDuFunctionSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableGnbDuFunctionSingleAllOf) Get ¶

func (NullableGnbDuFunctionSingleAllOf) IsSet ¶

func (NullableGnbDuFunctionSingleAllOf) MarshalJSON ¶

func (v NullableGnbDuFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableGnbDuFunctionSingleAllOf) Set ¶

func (*NullableGnbDuFunctionSingleAllOf) UnmarshalJSON ¶

func (v *NullableGnbDuFunctionSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableGnbDuFunctionSingleAllOf) Unset ¶

type NullableGnbDuFunctionSingleAllOf1 ¶

type NullableGnbDuFunctionSingleAllOf1 struct {
	// contains filtered or unexported fields
}

func (NullableGnbDuFunctionSingleAllOf1) Get ¶

func (NullableGnbDuFunctionSingleAllOf1) IsSet ¶

func (NullableGnbDuFunctionSingleAllOf1) MarshalJSON ¶

func (v NullableGnbDuFunctionSingleAllOf1) MarshalJSON() ([]byte, error)

func (*NullableGnbDuFunctionSingleAllOf1) Set ¶

func (*NullableGnbDuFunctionSingleAllOf1) UnmarshalJSON ¶

func (v *NullableGnbDuFunctionSingleAllOf1) UnmarshalJSON(src []byte) error

func (*NullableGnbDuFunctionSingleAllOf1) Unset ¶

type NullableGnbDuFunctionSingleAllOfAttributes ¶

type NullableGnbDuFunctionSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableGnbDuFunctionSingleAllOfAttributes) Get ¶

func (NullableGnbDuFunctionSingleAllOfAttributes) IsSet ¶

func (NullableGnbDuFunctionSingleAllOfAttributes) MarshalJSON ¶

func (*NullableGnbDuFunctionSingleAllOfAttributes) Set ¶

func (*NullableGnbDuFunctionSingleAllOfAttributes) UnmarshalJSON ¶

func (v *NullableGnbDuFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullableGnbDuFunctionSingleAllOfAttributes) Unset ¶

type NullableGnbDuFunctionSingleAllOfAttributesAllOf ¶

type NullableGnbDuFunctionSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableGnbDuFunctionSingleAllOfAttributesAllOf) Get ¶

func (NullableGnbDuFunctionSingleAllOfAttributesAllOf) IsSet ¶

func (NullableGnbDuFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*NullableGnbDuFunctionSingleAllOfAttributesAllOf) Set ¶

func (*NullableGnbDuFunctionSingleAllOfAttributesAllOf) UnmarshalJSON ¶

func (*NullableGnbDuFunctionSingleAllOfAttributesAllOf) Unset ¶

type NullableGtpUPathDelayThresholdsType ¶

type NullableGtpUPathDelayThresholdsType struct {
	// contains filtered or unexported fields
}

func (NullableGtpUPathDelayThresholdsType) Get ¶

func (NullableGtpUPathDelayThresholdsType) IsSet ¶

func (NullableGtpUPathDelayThresholdsType) MarshalJSON ¶

func (v NullableGtpUPathDelayThresholdsType) MarshalJSON() ([]byte, error)

func (*NullableGtpUPathDelayThresholdsType) Set ¶

func (*NullableGtpUPathDelayThresholdsType) UnmarshalJSON ¶

func (v *NullableGtpUPathDelayThresholdsType) UnmarshalJSON(src []byte) error

func (*NullableGtpUPathDelayThresholdsType) Unset ¶

type NullableGtpUPathQoSMonitoringControlSingle ¶

type NullableGtpUPathQoSMonitoringControlSingle struct {
	// contains filtered or unexported fields
}

func (NullableGtpUPathQoSMonitoringControlSingle) Get ¶

func (NullableGtpUPathQoSMonitoringControlSingle) IsSet ¶

func (NullableGtpUPathQoSMonitoringControlSingle) MarshalJSON ¶

func (*NullableGtpUPathQoSMonitoringControlSingle) Set ¶

func (*NullableGtpUPathQoSMonitoringControlSingle) UnmarshalJSON ¶

func (v *NullableGtpUPathQoSMonitoringControlSingle) UnmarshalJSON(src []byte) error

func (*NullableGtpUPathQoSMonitoringControlSingle) Unset ¶

type NullableGtpUPathQoSMonitoringControlSingleAllOf ¶

type NullableGtpUPathQoSMonitoringControlSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableGtpUPathQoSMonitoringControlSingleAllOf) Get ¶

func (NullableGtpUPathQoSMonitoringControlSingleAllOf) IsSet ¶

func (NullableGtpUPathQoSMonitoringControlSingleAllOf) MarshalJSON ¶

func (*NullableGtpUPathQoSMonitoringControlSingleAllOf) Set ¶

func (*NullableGtpUPathQoSMonitoringControlSingleAllOf) UnmarshalJSON ¶

func (*NullableGtpUPathQoSMonitoringControlSingleAllOf) Unset ¶

type NullableGtpUPathQoSMonitoringControlSingleAllOfAttributes ¶

type NullableGtpUPathQoSMonitoringControlSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableGtpUPathQoSMonitoringControlSingleAllOfAttributes) Get ¶

func (NullableGtpUPathQoSMonitoringControlSingleAllOfAttributes) IsSet ¶

func (NullableGtpUPathQoSMonitoringControlSingleAllOfAttributes) MarshalJSON ¶

func (*NullableGtpUPathQoSMonitoringControlSingleAllOfAttributes) Set ¶

func (*NullableGtpUPathQoSMonitoringControlSingleAllOfAttributes) UnmarshalJSON ¶

func (*NullableGtpUPathQoSMonitoringControlSingleAllOfAttributes) Unset ¶

type NullableGtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf ¶

type NullableGtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableGtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) Get ¶

func (NullableGtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) IsSet ¶

func (NullableGtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*NullableGtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) Set ¶

func (*NullableGtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) UnmarshalJSON ¶

func (*NullableGtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) Unset ¶

type NullableHeartbeatControlSingle ¶

type NullableHeartbeatControlSingle struct {
	// contains filtered or unexported fields
}

func (NullableHeartbeatControlSingle) Get ¶

func (NullableHeartbeatControlSingle) IsSet ¶

func (NullableHeartbeatControlSingle) MarshalJSON ¶

func (v NullableHeartbeatControlSingle) MarshalJSON() ([]byte, error)

func (*NullableHeartbeatControlSingle) Set ¶

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 (NullableHeartbeatControlSingleAllOf) Get ¶

func (NullableHeartbeatControlSingleAllOf) IsSet ¶

func (NullableHeartbeatControlSingleAllOf) MarshalJSON ¶

func (v NullableHeartbeatControlSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableHeartbeatControlSingleAllOf) Set ¶

func (*NullableHeartbeatControlSingleAllOf) UnmarshalJSON ¶

func (v *NullableHeartbeatControlSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableHeartbeatControlSingleAllOf) Unset ¶

type NullableHeartbeatControlSingleAllOfAttributes ¶

type NullableHeartbeatControlSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableHeartbeatControlSingleAllOfAttributes) Get ¶

func (NullableHeartbeatControlSingleAllOfAttributes) IsSet ¶

func (NullableHeartbeatControlSingleAllOfAttributes) MarshalJSON ¶

func (*NullableHeartbeatControlSingleAllOfAttributes) Set ¶

func (*NullableHeartbeatControlSingleAllOfAttributes) UnmarshalJSON ¶

func (*NullableHeartbeatControlSingleAllOfAttributes) Unset ¶

type NullableHeartbeatNotificationTypes ¶

type NullableHeartbeatNotificationTypes struct {
	// contains filtered or unexported fields
}

func (NullableHeartbeatNotificationTypes) Get ¶

func (NullableHeartbeatNotificationTypes) IsSet ¶

func (NullableHeartbeatNotificationTypes) MarshalJSON ¶

func (v NullableHeartbeatNotificationTypes) MarshalJSON() ([]byte, error)

func (*NullableHeartbeatNotificationTypes) Set ¶

func (*NullableHeartbeatNotificationTypes) UnmarshalJSON ¶

func (v *NullableHeartbeatNotificationTypes) UnmarshalJSON(src []byte) error

func (*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 NullableIdentityRange ¶

type NullableIdentityRange struct {
	// contains filtered or unexported fields
}

func NewNullableIdentityRange ¶

func NewNullableIdentityRange(val *IdentityRange) *NullableIdentityRange

func (NullableIdentityRange) Get ¶

func (NullableIdentityRange) IsSet ¶

func (v NullableIdentityRange) IsSet() bool

func (NullableIdentityRange) MarshalJSON ¶

func (v NullableIdentityRange) MarshalJSON() ([]byte, error)

func (*NullableIdentityRange) Set ¶

func (v *NullableIdentityRange) Set(val *IdentityRange)

func (*NullableIdentityRange) UnmarshalJSON ¶

func (v *NullableIdentityRange) UnmarshalJSON(src []byte) error

func (*NullableIdentityRange) Unset ¶

func (v *NullableIdentityRange) Unset()

type NullableInsert ¶

type NullableInsert struct {
	// contains filtered or unexported fields
}

func NewNullableInsert ¶

func NewNullableInsert(val *Insert) *NullableInsert

func (NullableInsert) Get ¶

func (v NullableInsert) Get() *Insert

func (NullableInsert) IsSet ¶

func (v NullableInsert) IsSet() bool

func (NullableInsert) MarshalJSON ¶

func (v NullableInsert) MarshalJSON() ([]byte, error)

func (*NullableInsert) Set ¶

func (v *NullableInsert) Set(val *Insert)

func (*NullableInsert) UnmarshalJSON ¶

func (v *NullableInsert) UnmarshalJSON(src []byte) error

func (*NullableInsert) Unset ¶

func (v *NullableInsert) 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 NullableIntentContext ¶

type NullableIntentContext struct {
	// contains filtered or unexported fields
}

func NewNullableIntentContext ¶

func NewNullableIntentContext(val *IntentContext) *NullableIntentContext

func (NullableIntentContext) Get ¶

func (NullableIntentContext) IsSet ¶

func (v NullableIntentContext) IsSet() bool

func (NullableIntentContext) MarshalJSON ¶

func (v NullableIntentContext) MarshalJSON() ([]byte, error)

func (*NullableIntentContext) Set ¶

func (v *NullableIntentContext) Set(val *IntentContext)

func (*NullableIntentContext) UnmarshalJSON ¶

func (v *NullableIntentContext) UnmarshalJSON(src []byte) error

func (*NullableIntentContext) Unset ¶

func (v *NullableIntentContext) Unset()

type NullableIntentExpectation ¶

type NullableIntentExpectation struct {
	// contains filtered or unexported fields
}

func NewNullableIntentExpectation ¶

func NewNullableIntentExpectation(val *IntentExpectation) *NullableIntentExpectation

func (NullableIntentExpectation) Get ¶

func (NullableIntentExpectation) IsSet ¶

func (v NullableIntentExpectation) IsSet() bool

func (NullableIntentExpectation) MarshalJSON ¶

func (v NullableIntentExpectation) MarshalJSON() ([]byte, error)

func (*NullableIntentExpectation) Set ¶

func (*NullableIntentExpectation) UnmarshalJSON ¶

func (v *NullableIntentExpectation) UnmarshalJSON(src []byte) error

func (*NullableIntentExpectation) Unset ¶

func (v *NullableIntentExpectation) Unset()

type NullableIntentSingle ¶

type NullableIntentSingle struct {
	// contains filtered or unexported fields
}

func NewNullableIntentSingle ¶

func NewNullableIntentSingle(val *IntentSingle) *NullableIntentSingle

func (NullableIntentSingle) Get ¶

func (NullableIntentSingle) IsSet ¶

func (v NullableIntentSingle) IsSet() bool

func (NullableIntentSingle) MarshalJSON ¶

func (v NullableIntentSingle) MarshalJSON() ([]byte, error)

func (*NullableIntentSingle) Set ¶

func (v *NullableIntentSingle) Set(val *IntentSingle)

func (*NullableIntentSingle) UnmarshalJSON ¶

func (v *NullableIntentSingle) UnmarshalJSON(src []byte) error

func (*NullableIntentSingle) Unset ¶

func (v *NullableIntentSingle) Unset()

type NullableIntentSingleAllOf ¶

type NullableIntentSingleAllOf struct {
	// contains filtered or unexported fields
}

func NewNullableIntentSingleAllOf ¶

func NewNullableIntentSingleAllOf(val *IntentSingleAllOf) *NullableIntentSingleAllOf

func (NullableIntentSingleAllOf) Get ¶

func (NullableIntentSingleAllOf) IsSet ¶

func (v NullableIntentSingleAllOf) IsSet() bool

func (NullableIntentSingleAllOf) MarshalJSON ¶

func (v NullableIntentSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableIntentSingleAllOf) Set ¶

func (*NullableIntentSingleAllOf) UnmarshalJSON ¶

func (v *NullableIntentSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableIntentSingleAllOf) Unset ¶

func (v *NullableIntentSingleAllOf) Unset()

type NullableIntentSingleAllOfIntentExpectationsInner ¶

type NullableIntentSingleAllOfIntentExpectationsInner struct {
	// contains filtered or unexported fields
}

func (NullableIntentSingleAllOfIntentExpectationsInner) Get ¶

func (NullableIntentSingleAllOfIntentExpectationsInner) IsSet ¶

func (NullableIntentSingleAllOfIntentExpectationsInner) MarshalJSON ¶

func (*NullableIntentSingleAllOfIntentExpectationsInner) Set ¶

func (*NullableIntentSingleAllOfIntentExpectationsInner) UnmarshalJSON ¶

func (*NullableIntentSingleAllOfIntentExpectationsInner) Unset ¶

type NullableInterRatEsActivationCandidateCellParameters ¶

type NullableInterRatEsActivationCandidateCellParameters struct {
	// contains filtered or unexported fields
}

func (NullableInterRatEsActivationCandidateCellParameters) Get ¶

func (NullableInterRatEsActivationCandidateCellParameters) IsSet ¶

func (NullableInterRatEsActivationCandidateCellParameters) MarshalJSON ¶

func (*NullableInterRatEsActivationCandidateCellParameters) Set ¶

func (*NullableInterRatEsActivationCandidateCellParameters) UnmarshalJSON ¶

func (*NullableInterRatEsActivationCandidateCellParameters) Unset ¶

type NullableInterRatEsActivationOriginalCellParameters ¶

type NullableInterRatEsActivationOriginalCellParameters struct {
	// contains filtered or unexported fields
}

func (NullableInterRatEsActivationOriginalCellParameters) Get ¶

func (NullableInterRatEsActivationOriginalCellParameters) IsSet ¶

func (NullableInterRatEsActivationOriginalCellParameters) MarshalJSON ¶

func (*NullableInterRatEsActivationOriginalCellParameters) Set ¶

func (*NullableInterRatEsActivationOriginalCellParameters) UnmarshalJSON ¶

func (*NullableInterRatEsActivationOriginalCellParameters) Unset ¶

type NullableInterRatEsDeactivationCandidateCellParameters ¶

type NullableInterRatEsDeactivationCandidateCellParameters struct {
	// contains filtered or unexported fields
}

func (NullableInterRatEsDeactivationCandidateCellParameters) Get ¶

func (NullableInterRatEsDeactivationCandidateCellParameters) IsSet ¶

func (NullableInterRatEsDeactivationCandidateCellParameters) MarshalJSON ¶

func (*NullableInterRatEsDeactivationCandidateCellParameters) Set ¶

func (*NullableInterRatEsDeactivationCandidateCellParameters) UnmarshalJSON ¶

func (*NullableInterRatEsDeactivationCandidateCellParameters) Unset ¶

type NullableInterfaceUpfInfoItem ¶

type NullableInterfaceUpfInfoItem struct {
	// contains filtered or unexported fields
}

func (NullableInterfaceUpfInfoItem) Get ¶

func (NullableInterfaceUpfInfoItem) IsSet ¶

func (NullableInterfaceUpfInfoItem) MarshalJSON ¶

func (v NullableInterfaceUpfInfoItem) MarshalJSON() ([]byte, error)

func (*NullableInterfaceUpfInfoItem) Set ¶

func (*NullableInterfaceUpfInfoItem) UnmarshalJSON ¶

func (v *NullableInterfaceUpfInfoItem) UnmarshalJSON(src []byte) error

func (*NullableInterfaceUpfInfoItem) Unset ¶

func (v *NullableInterfaceUpfInfoItem) Unset()

type NullableInternalGroupIdRange ¶

type NullableInternalGroupIdRange struct {
	// contains filtered or unexported fields
}

func (NullableInternalGroupIdRange) Get ¶

func (NullableInternalGroupIdRange) IsSet ¶

func (NullableInternalGroupIdRange) MarshalJSON ¶

func (v NullableInternalGroupIdRange) MarshalJSON() ([]byte, error)

func (*NullableInternalGroupIdRange) Set ¶

func (*NullableInternalGroupIdRange) UnmarshalJSON ¶

func (v *NullableInternalGroupIdRange) UnmarshalJSON(src []byte) error

func (*NullableInternalGroupIdRange) Unset ¶

func (v *NullableInternalGroupIdRange) Unset()

type NullableIntraRatEsActivationCandidateCellsLoadParameters ¶

type NullableIntraRatEsActivationCandidateCellsLoadParameters struct {
	// contains filtered or unexported fields
}

func (NullableIntraRatEsActivationCandidateCellsLoadParameters) Get ¶

func (NullableIntraRatEsActivationCandidateCellsLoadParameters) IsSet ¶

func (NullableIntraRatEsActivationCandidateCellsLoadParameters) MarshalJSON ¶

func (*NullableIntraRatEsActivationCandidateCellsLoadParameters) Set ¶

func (*NullableIntraRatEsActivationCandidateCellsLoadParameters) UnmarshalJSON ¶

func (*NullableIntraRatEsActivationCandidateCellsLoadParameters) Unset ¶

type NullableIntraRatEsActivationOriginalCellLoadParameters ¶

type NullableIntraRatEsActivationOriginalCellLoadParameters struct {
	// contains filtered or unexported fields
}

func (NullableIntraRatEsActivationOriginalCellLoadParameters) Get ¶

func (NullableIntraRatEsActivationOriginalCellLoadParameters) IsSet ¶

func (NullableIntraRatEsActivationOriginalCellLoadParameters) MarshalJSON ¶

func (*NullableIntraRatEsActivationOriginalCellLoadParameters) Set ¶

func (*NullableIntraRatEsActivationOriginalCellLoadParameters) UnmarshalJSON ¶

func (*NullableIntraRatEsActivationOriginalCellLoadParameters) Unset ¶

type NullableIntraRatEsDeactivationCandidateCellsLoadParameters ¶

type NullableIntraRatEsDeactivationCandidateCellsLoadParameters struct {
	// contains filtered or unexported fields
}

func (NullableIntraRatEsDeactivationCandidateCellsLoadParameters) Get ¶

func (NullableIntraRatEsDeactivationCandidateCellsLoadParameters) IsSet ¶

func (NullableIntraRatEsDeactivationCandidateCellsLoadParameters) MarshalJSON ¶

func (*NullableIntraRatEsDeactivationCandidateCellsLoadParameters) Set ¶

func (*NullableIntraRatEsDeactivationCandidateCellsLoadParameters) UnmarshalJSON ¶

func (*NullableIntraRatEsDeactivationCandidateCellsLoadParameters) Unset ¶

type NullableIpAddr ¶

type NullableIpAddr struct {
	// contains filtered or unexported fields
}

func NewNullableIpAddr ¶

func NewNullableIpAddr(val *IpAddr) *NullableIpAddr

func (NullableIpAddr) Get ¶

func (v NullableIpAddr) Get() *IpAddr

func (NullableIpAddr) IsSet ¶

func (v NullableIpAddr) IsSet() bool

func (NullableIpAddr) MarshalJSON ¶

func (v NullableIpAddr) MarshalJSON() ([]byte, error)

func (*NullableIpAddr) Set ¶

func (v *NullableIpAddr) Set(val *IpAddr)

func (*NullableIpAddr) UnmarshalJSON ¶

func (v *NullableIpAddr) UnmarshalJSON(src []byte) error

func (*NullableIpAddr) Unset ¶

func (v *NullableIpAddr) Unset()

type NullableIpAddr1 ¶

type NullableIpAddr1 struct {
	// contains filtered or unexported fields
}

func NewNullableIpAddr1 ¶

func NewNullableIpAddr1(val *IpAddr1) *NullableIpAddr1

func (NullableIpAddr1) Get ¶

func (v NullableIpAddr1) Get() *IpAddr1

func (NullableIpAddr1) IsSet ¶

func (v NullableIpAddr1) IsSet() bool

func (NullableIpAddr1) MarshalJSON ¶

func (v NullableIpAddr1) MarshalJSON() ([]byte, error)

func (*NullableIpAddr1) Set ¶

func (v *NullableIpAddr1) Set(val *IpAddr1)

func (*NullableIpAddr1) UnmarshalJSON ¶

func (v *NullableIpAddr1) UnmarshalJSON(src []byte) error

func (*NullableIpAddr1) Unset ¶

func (v *NullableIpAddr1) Unset()

type NullableIpAddress ¶

type NullableIpAddress struct {
	// contains filtered or unexported fields
}

func NewNullableIpAddress ¶

func NewNullableIpAddress(val *IpAddress) *NullableIpAddress

func (NullableIpAddress) Get ¶

func (v NullableIpAddress) Get() *IpAddress

func (NullableIpAddress) IsSet ¶

func (v NullableIpAddress) IsSet() bool

func (NullableIpAddress) MarshalJSON ¶

func (v NullableIpAddress) MarshalJSON() ([]byte, error)

func (*NullableIpAddress) Set ¶

func (v *NullableIpAddress) Set(val *IpAddress)

func (*NullableIpAddress) UnmarshalJSON ¶

func (v *NullableIpAddress) UnmarshalJSON(src []byte) error

func (*NullableIpAddress) Unset ¶

func (v *NullableIpAddress) Unset()

type NullableIpEndPoint ¶

type NullableIpEndPoint struct {
	// contains filtered or unexported fields
}

func NewNullableIpEndPoint ¶

func NewNullableIpEndPoint(val *IpEndPoint) *NullableIpEndPoint

func (NullableIpEndPoint) Get ¶

func (v NullableIpEndPoint) Get() *IpEndPoint

func (NullableIpEndPoint) IsSet ¶

func (v NullableIpEndPoint) IsSet() bool

func (NullableIpEndPoint) MarshalJSON ¶

func (v NullableIpEndPoint) MarshalJSON() ([]byte, error)

func (*NullableIpEndPoint) Set ¶

func (v *NullableIpEndPoint) Set(val *IpEndPoint)

func (*NullableIpEndPoint) UnmarshalJSON ¶

func (v *NullableIpEndPoint) UnmarshalJSON(src []byte) error

func (*NullableIpEndPoint) Unset ¶

func (v *NullableIpEndPoint) Unset()

type NullableIpInterface ¶

type NullableIpInterface struct {
	// contains filtered or unexported fields
}

func NewNullableIpInterface ¶

func NewNullableIpInterface(val *IpInterface) *NullableIpInterface

func (NullableIpInterface) Get ¶

func (NullableIpInterface) IsSet ¶

func (v NullableIpInterface) IsSet() bool

func (NullableIpInterface) MarshalJSON ¶

func (v NullableIpInterface) MarshalJSON() ([]byte, error)

func (*NullableIpInterface) Set ¶

func (v *NullableIpInterface) Set(val *IpInterface)

func (*NullableIpInterface) UnmarshalJSON ¶

func (v *NullableIpInterface) UnmarshalJSON(src []byte) error

func (*NullableIpInterface) Unset ¶

func (v *NullableIpInterface) Unset()

type NullableIpReachability ¶

type NullableIpReachability struct {
	// contains filtered or unexported fields
}

func NewNullableIpReachability ¶

func NewNullableIpReachability(val *IpReachability) *NullableIpReachability

func (NullableIpReachability) Get ¶

func (NullableIpReachability) IsSet ¶

func (v NullableIpReachability) IsSet() bool

func (NullableIpReachability) MarshalJSON ¶

func (v NullableIpReachability) MarshalJSON() ([]byte, error)

func (*NullableIpReachability) Set ¶

func (*NullableIpReachability) UnmarshalJSON ¶

func (v *NullableIpReachability) UnmarshalJSON(src []byte) error

func (*NullableIpReachability) Unset ¶

func (v *NullableIpReachability) Unset()

type NullableIpv4AddressRange ¶

type NullableIpv4AddressRange struct {
	// contains filtered or unexported fields
}

func NewNullableIpv4AddressRange ¶

func NewNullableIpv4AddressRange(val *Ipv4AddressRange) *NullableIpv4AddressRange

func (NullableIpv4AddressRange) Get ¶

func (NullableIpv4AddressRange) IsSet ¶

func (v NullableIpv4AddressRange) IsSet() bool

func (NullableIpv4AddressRange) MarshalJSON ¶

func (v NullableIpv4AddressRange) MarshalJSON() ([]byte, error)

func (*NullableIpv4AddressRange) Set ¶

func (*NullableIpv4AddressRange) UnmarshalJSON ¶

func (v *NullableIpv4AddressRange) UnmarshalJSON(src []byte) error

func (*NullableIpv4AddressRange) Unset ¶

func (v *NullableIpv4AddressRange) 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 NullableIpv6Addr1 ¶

type NullableIpv6Addr1 struct {
	// contains filtered or unexported fields
}

func NewNullableIpv6Addr1 ¶

func NewNullableIpv6Addr1(val *Ipv6Addr1) *NullableIpv6Addr1

func (NullableIpv6Addr1) Get ¶

func (v NullableIpv6Addr1) Get() *Ipv6Addr1

func (NullableIpv6Addr1) IsSet ¶

func (v NullableIpv6Addr1) IsSet() bool

func (NullableIpv6Addr1) MarshalJSON ¶

func (v NullableIpv6Addr1) MarshalJSON() ([]byte, error)

func (*NullableIpv6Addr1) Set ¶

func (v *NullableIpv6Addr1) Set(val *Ipv6Addr1)

func (*NullableIpv6Addr1) UnmarshalJSON ¶

func (v *NullableIpv6Addr1) UnmarshalJSON(src []byte) error

func (*NullableIpv6Addr1) Unset ¶

func (v *NullableIpv6Addr1) Unset()

type NullableIpv6Prefix ¶

type NullableIpv6Prefix struct {
	// contains filtered or unexported fields
}

func NewNullableIpv6Prefix ¶

func NewNullableIpv6Prefix(val *Ipv6Prefix) *NullableIpv6Prefix

func (NullableIpv6Prefix) Get ¶

func (v NullableIpv6Prefix) Get() *Ipv6Prefix

func (NullableIpv6Prefix) IsSet ¶

func (v NullableIpv6Prefix) IsSet() bool

func (NullableIpv6Prefix) MarshalJSON ¶

func (v NullableIpv6Prefix) MarshalJSON() ([]byte, error)

func (*NullableIpv6Prefix) Set ¶

func (v *NullableIpv6Prefix) Set(val *Ipv6Prefix)

func (*NullableIpv6Prefix) UnmarshalJSON ¶

func (v *NullableIpv6Prefix) UnmarshalJSON(src []byte) error

func (*NullableIpv6Prefix) Unset ¶

func (v *NullableIpv6Prefix) Unset()

type NullableIpv6Prefix1 ¶

type NullableIpv6Prefix1 struct {
	// contains filtered or unexported fields
}

func NewNullableIpv6Prefix1 ¶

func NewNullableIpv6Prefix1(val *Ipv6Prefix1) *NullableIpv6Prefix1

func (NullableIpv6Prefix1) Get ¶

func (NullableIpv6Prefix1) IsSet ¶

func (v NullableIpv6Prefix1) IsSet() bool

func (NullableIpv6Prefix1) MarshalJSON ¶

func (v NullableIpv6Prefix1) MarshalJSON() ([]byte, error)

func (*NullableIpv6Prefix1) Set ¶

func (v *NullableIpv6Prefix1) Set(val *Ipv6Prefix1)

func (*NullableIpv6Prefix1) UnmarshalJSON ¶

func (v *NullableIpv6Prefix1) UnmarshalJSON(src []byte) error

func (*NullableIpv6Prefix1) Unset ¶

func (v *NullableIpv6Prefix1) Unset()

type NullableIpv6PrefixRange ¶

type NullableIpv6PrefixRange struct {
	// contains filtered or unexported fields
}

func NewNullableIpv6PrefixRange ¶

func NewNullableIpv6PrefixRange(val *Ipv6PrefixRange) *NullableIpv6PrefixRange

func (NullableIpv6PrefixRange) Get ¶

func (NullableIpv6PrefixRange) IsSet ¶

func (v NullableIpv6PrefixRange) IsSet() bool

func (NullableIpv6PrefixRange) MarshalJSON ¶

func (v NullableIpv6PrefixRange) MarshalJSON() ([]byte, error)

func (*NullableIpv6PrefixRange) Set ¶

func (*NullableIpv6PrefixRange) UnmarshalJSON ¶

func (v *NullableIpv6PrefixRange) UnmarshalJSON(src []byte) error

func (*NullableIpv6PrefixRange) Unset ¶

func (v *NullableIpv6PrefixRange) Unset()

type NullableIsESCoveredBy ¶

type NullableIsESCoveredBy struct {
	// contains filtered or unexported fields
}

func NewNullableIsESCoveredBy ¶

func NewNullableIsESCoveredBy(val *IsESCoveredBy) *NullableIsESCoveredBy

func (NullableIsESCoveredBy) Get ¶

func (NullableIsESCoveredBy) IsSet ¶

func (v NullableIsESCoveredBy) IsSet() bool

func (NullableIsESCoveredBy) MarshalJSON ¶

func (v NullableIsESCoveredBy) MarshalJSON() ([]byte, error)

func (*NullableIsESCoveredBy) Set ¶

func (v *NullableIsESCoveredBy) Set(val *IsESCoveredBy)

func (*NullableIsESCoveredBy) UnmarshalJSON ¶

func (v *NullableIsESCoveredBy) UnmarshalJSON(src []byte) error

func (*NullableIsESCoveredBy) Unset ¶

func (v *NullableIsESCoveredBy) Unset()

type NullableIsInitialBwp ¶

type NullableIsInitialBwp struct {
	// contains filtered or unexported fields
}

func NewNullableIsInitialBwp ¶

func NewNullableIsInitialBwp(val *IsInitialBwp) *NullableIsInitialBwp

func (NullableIsInitialBwp) Get ¶

func (NullableIsInitialBwp) IsSet ¶

func (v NullableIsInitialBwp) IsSet() bool

func (NullableIsInitialBwp) MarshalJSON ¶

func (v NullableIsInitialBwp) MarshalJSON() ([]byte, error)

func (*NullableIsInitialBwp) Set ¶

func (v *NullableIsInitialBwp) Set(val *IsInitialBwp)

func (*NullableIsInitialBwp) UnmarshalJSON ¶

func (v *NullableIsInitialBwp) UnmarshalJSON(src []byte) error

func (*NullableIsInitialBwp) Unset ¶

func (v *NullableIsInitialBwp) Unset()

type NullableJobTypeType ¶

type NullableJobTypeType struct {
	// contains filtered or unexported fields
}

func NewNullableJobTypeType ¶

func NewNullableJobTypeType(val *JobTypeType) *NullableJobTypeType

func (NullableJobTypeType) Get ¶

func (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 NullableKPIMonitoring ¶

type NullableKPIMonitoring struct {
	// contains filtered or unexported fields
}

func NewNullableKPIMonitoring ¶

func NewNullableKPIMonitoring(val *KPIMonitoring) *NullableKPIMonitoring

func (NullableKPIMonitoring) Get ¶

func (NullableKPIMonitoring) IsSet ¶

func (v NullableKPIMonitoring) IsSet() bool

func (NullableKPIMonitoring) MarshalJSON ¶

func (v NullableKPIMonitoring) MarshalJSON() ([]byte, error)

func (*NullableKPIMonitoring) Set ¶

func (v *NullableKPIMonitoring) Set(val *KPIMonitoring)

func (*NullableKPIMonitoring) UnmarshalJSON ¶

func (v *NullableKPIMonitoring) UnmarshalJSON(src []byte) error

func (*NullableKPIMonitoring) Unset ¶

func (v *NullableKPIMonitoring) Unset()

type NullableListOfInterfacesType ¶

type NullableListOfInterfacesType struct {
	// contains filtered or unexported fields
}

func (NullableListOfInterfacesType) Get ¶

func (NullableListOfInterfacesType) IsSet ¶

func (NullableListOfInterfacesType) MarshalJSON ¶

func (v NullableListOfInterfacesType) MarshalJSON() ([]byte, error)

func (*NullableListOfInterfacesType) Set ¶

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 (NullableListOfMeasurementsType) Get ¶

func (NullableListOfMeasurementsType) IsSet ¶

func (NullableListOfMeasurementsType) MarshalJSON ¶

func (v NullableListOfMeasurementsType) MarshalJSON() ([]byte, error)

func (*NullableListOfMeasurementsType) Set ¶

func (*NullableListOfMeasurementsType) UnmarshalJSON ¶

func (v *NullableListOfMeasurementsType) UnmarshalJSON(src []byte) error

func (*NullableListOfMeasurementsType) Unset ¶

func (v *NullableListOfMeasurementsType) Unset()

type NullableLmfFunctionSingle ¶

type NullableLmfFunctionSingle struct {
	// contains filtered or unexported fields
}

func NewNullableLmfFunctionSingle ¶

func NewNullableLmfFunctionSingle(val *LmfFunctionSingle) *NullableLmfFunctionSingle

func (NullableLmfFunctionSingle) Get ¶

func (NullableLmfFunctionSingle) IsSet ¶

func (v NullableLmfFunctionSingle) IsSet() bool

func (NullableLmfFunctionSingle) MarshalJSON ¶

func (v NullableLmfFunctionSingle) MarshalJSON() ([]byte, error)

func (*NullableLmfFunctionSingle) Set ¶

func (*NullableLmfFunctionSingle) UnmarshalJSON ¶

func (v *NullableLmfFunctionSingle) UnmarshalJSON(src []byte) error

func (*NullableLmfFunctionSingle) Unset ¶

func (v *NullableLmfFunctionSingle) Unset()

type NullableLmfFunctionSingleAllOf ¶

type NullableLmfFunctionSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableLmfFunctionSingleAllOf) Get ¶

func (NullableLmfFunctionSingleAllOf) IsSet ¶

func (NullableLmfFunctionSingleAllOf) MarshalJSON ¶

func (v NullableLmfFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableLmfFunctionSingleAllOf) Set ¶

func (*NullableLmfFunctionSingleAllOf) UnmarshalJSON ¶

func (v *NullableLmfFunctionSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableLmfFunctionSingleAllOf) Unset ¶

func (v *NullableLmfFunctionSingleAllOf) Unset()

type NullableLmfFunctionSingleAllOf1 ¶

type NullableLmfFunctionSingleAllOf1 struct {
	// contains filtered or unexported fields
}

func (NullableLmfFunctionSingleAllOf1) Get ¶

func (NullableLmfFunctionSingleAllOf1) IsSet ¶

func (NullableLmfFunctionSingleAllOf1) MarshalJSON ¶

func (v NullableLmfFunctionSingleAllOf1) MarshalJSON() ([]byte, error)

func (*NullableLmfFunctionSingleAllOf1) Set ¶

func (*NullableLmfFunctionSingleAllOf1) UnmarshalJSON ¶

func (v *NullableLmfFunctionSingleAllOf1) UnmarshalJSON(src []byte) error

func (*NullableLmfFunctionSingleAllOf1) Unset ¶

type NullableLmfFunctionSingleAllOfAttributes ¶

type NullableLmfFunctionSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableLmfFunctionSingleAllOfAttributes) Get ¶

func (NullableLmfFunctionSingleAllOfAttributes) IsSet ¶

func (NullableLmfFunctionSingleAllOfAttributes) MarshalJSON ¶

func (*NullableLmfFunctionSingleAllOfAttributes) Set ¶

func (*NullableLmfFunctionSingleAllOfAttributes) UnmarshalJSON ¶

func (v *NullableLmfFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullableLmfFunctionSingleAllOfAttributes) Unset ¶

type NullableLmfFunctionSingleAllOfAttributesAllOf ¶

type NullableLmfFunctionSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableLmfFunctionSingleAllOfAttributesAllOf) Get ¶

func (NullableLmfFunctionSingleAllOfAttributesAllOf) IsSet ¶

func (NullableLmfFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*NullableLmfFunctionSingleAllOfAttributesAllOf) Set ¶

func (*NullableLmfFunctionSingleAllOfAttributesAllOf) UnmarshalJSON ¶

func (*NullableLmfFunctionSingleAllOfAttributesAllOf) Unset ¶

type NullableLocalAddress ¶

type NullableLocalAddress struct {
	// contains filtered or unexported fields
}

func NewNullableLocalAddress ¶

func NewNullableLocalAddress(val *LocalAddress) *NullableLocalAddress

func (NullableLocalAddress) Get ¶

func (NullableLocalAddress) IsSet ¶

func (v NullableLocalAddress) IsSet() bool

func (NullableLocalAddress) MarshalJSON ¶

func (v NullableLocalAddress) MarshalJSON() ([]byte, error)

func (*NullableLocalAddress) Set ¶

func (v *NullableLocalAddress) Set(val *LocalAddress)

func (*NullableLocalAddress) UnmarshalJSON ¶

func (v *NullableLocalAddress) UnmarshalJSON(src []byte) error

func (*NullableLocalAddress) Unset ¶

func (v *NullableLocalAddress) Unset()

type NullableLoggingDurationType ¶

type NullableLoggingDurationType struct {
	// contains filtered or unexported fields
}

func (NullableLoggingDurationType) Get ¶

func (NullableLoggingDurationType) IsSet ¶

func (NullableLoggingDurationType) MarshalJSON ¶

func (v NullableLoggingDurationType) MarshalJSON() ([]byte, error)

func (*NullableLoggingDurationType) Set ¶

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 (NullableLoggingIntervalType) Get ¶

func (NullableLoggingIntervalType) IsSet ¶

func (NullableLoggingIntervalType) MarshalJSON ¶

func (v NullableLoggingIntervalType) MarshalJSON() ([]byte, error)

func (*NullableLoggingIntervalType) Set ¶

func (*NullableLoggingIntervalType) UnmarshalJSON ¶

func (v *NullableLoggingIntervalType) UnmarshalJSON(src []byte) error

func (*NullableLoggingIntervalType) Unset ¶

func (v *NullableLoggingIntervalType) Unset()

type NullableLogicalInterfaceInfo ¶

type NullableLogicalInterfaceInfo struct {
	// contains filtered or unexported fields
}

func (NullableLogicalInterfaceInfo) Get ¶

func (NullableLogicalInterfaceInfo) IsSet ¶

func (NullableLogicalInterfaceInfo) MarshalJSON ¶

func (v NullableLogicalInterfaceInfo) MarshalJSON() ([]byte, error)

func (*NullableLogicalInterfaceInfo) Set ¶

func (*NullableLogicalInterfaceInfo) UnmarshalJSON ¶

func (v *NullableLogicalInterfaceInfo) UnmarshalJSON(src []byte) error

func (*NullableLogicalInterfaceInfo) Unset ¶

func (v *NullableLogicalInterfaceInfo) Unset()

type NullableLowDLRANUEThptContext ¶

type NullableLowDLRANUEThptContext struct {
	// contains filtered or unexported fields
}

func (NullableLowDLRANUEThptContext) Get ¶

func (NullableLowDLRANUEThptContext) IsSet ¶

func (NullableLowDLRANUEThptContext) MarshalJSON ¶

func (v NullableLowDLRANUEThptContext) MarshalJSON() ([]byte, error)

func (*NullableLowDLRANUEThptContext) Set ¶

func (*NullableLowDLRANUEThptContext) UnmarshalJSON ¶

func (v *NullableLowDLRANUEThptContext) UnmarshalJSON(src []byte) error

func (*NullableLowDLRANUEThptContext) Unset ¶

func (v *NullableLowDLRANUEThptContext) Unset()

type NullableLowDLRANUEThptRatioTarget ¶

type NullableLowDLRANUEThptRatioTarget struct {
	// contains filtered or unexported fields
}

func (NullableLowDLRANUEThptRatioTarget) Get ¶

func (NullableLowDLRANUEThptRatioTarget) IsSet ¶

func (NullableLowDLRANUEThptRatioTarget) MarshalJSON ¶

func (v NullableLowDLRANUEThptRatioTarget) MarshalJSON() ([]byte, error)

func (*NullableLowDLRANUEThptRatioTarget) Set ¶

func (*NullableLowDLRANUEThptRatioTarget) UnmarshalJSON ¶

func (v *NullableLowDLRANUEThptRatioTarget) UnmarshalJSON(src []byte) error

func (*NullableLowDLRANUEThptRatioTarget) Unset ¶

type NullableLowSINRContext ¶

type NullableLowSINRContext struct {
	// contains filtered or unexported fields
}

func NewNullableLowSINRContext ¶

func NewNullableLowSINRContext(val *LowSINRContext) *NullableLowSINRContext

func (NullableLowSINRContext) Get ¶

func (NullableLowSINRContext) IsSet ¶

func (v NullableLowSINRContext) IsSet() bool

func (NullableLowSINRContext) MarshalJSON ¶

func (v NullableLowSINRContext) MarshalJSON() ([]byte, error)

func (*NullableLowSINRContext) Set ¶

func (*NullableLowSINRContext) UnmarshalJSON ¶

func (v *NullableLowSINRContext) UnmarshalJSON(src []byte) error

func (*NullableLowSINRContext) Unset ¶

func (v *NullableLowSINRContext) Unset()

type NullableLowSINRRatioTarget ¶

type NullableLowSINRRatioTarget struct {
	// contains filtered or unexported fields
}

func NewNullableLowSINRRatioTarget ¶

func NewNullableLowSINRRatioTarget(val *LowSINRRatioTarget) *NullableLowSINRRatioTarget

func (NullableLowSINRRatioTarget) Get ¶

func (NullableLowSINRRatioTarget) IsSet ¶

func (v NullableLowSINRRatioTarget) IsSet() bool

func (NullableLowSINRRatioTarget) MarshalJSON ¶

func (v NullableLowSINRRatioTarget) MarshalJSON() ([]byte, error)

func (*NullableLowSINRRatioTarget) Set ¶

func (*NullableLowSINRRatioTarget) UnmarshalJSON ¶

func (v *NullableLowSINRRatioTarget) UnmarshalJSON(src []byte) error

func (*NullableLowSINRRatioTarget) Unset ¶

func (v *NullableLowSINRRatioTarget) Unset()

type NullableLowULRANUEThptContext ¶

type NullableLowULRANUEThptContext struct {
	// contains filtered or unexported fields
}

func (NullableLowULRANUEThptContext) Get ¶

func (NullableLowULRANUEThptContext) IsSet ¶

func (NullableLowULRANUEThptContext) MarshalJSON ¶

func (v NullableLowULRANUEThptContext) MarshalJSON() ([]byte, error)

func (*NullableLowULRANUEThptContext) Set ¶

func (*NullableLowULRANUEThptContext) UnmarshalJSON ¶

func (v *NullableLowULRANUEThptContext) UnmarshalJSON(src []byte) error

func (*NullableLowULRANUEThptContext) Unset ¶

func (v *NullableLowULRANUEThptContext) Unset()

type NullableLowULRANUEThptRatioTarget ¶

type NullableLowULRANUEThptRatioTarget struct {
	// contains filtered or unexported fields
}

func (NullableLowULRANUEThptRatioTarget) Get ¶

func (NullableLowULRANUEThptRatioTarget) IsSet ¶

func (NullableLowULRANUEThptRatioTarget) MarshalJSON ¶

func (v NullableLowULRANUEThptRatioTarget) MarshalJSON() ([]byte, error)

func (*NullableLowULRANUEThptRatioTarget) Set ¶

func (*NullableLowULRANUEThptRatioTarget) UnmarshalJSON ¶

func (v *NullableLowULRANUEThptRatioTarget) UnmarshalJSON(src []byte) error

func (*NullableLowULRANUEThptRatioTarget) Unset ¶

type NullableMDAFunctionSingle ¶

type NullableMDAFunctionSingle struct {
	// contains filtered or unexported fields
}

func NewNullableMDAFunctionSingle ¶

func NewNullableMDAFunctionSingle(val *MDAFunctionSingle) *NullableMDAFunctionSingle

func (NullableMDAFunctionSingle) Get ¶

func (NullableMDAFunctionSingle) IsSet ¶

func (v NullableMDAFunctionSingle) IsSet() bool

func (NullableMDAFunctionSingle) MarshalJSON ¶

func (v NullableMDAFunctionSingle) MarshalJSON() ([]byte, error)

func (*NullableMDAFunctionSingle) Set ¶

func (*NullableMDAFunctionSingle) UnmarshalJSON ¶

func (v *NullableMDAFunctionSingle) UnmarshalJSON(src []byte) error

func (*NullableMDAFunctionSingle) Unset ¶

func (v *NullableMDAFunctionSingle) Unset()

type NullableMDAFunctionSingleAllOf ¶

type NullableMDAFunctionSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableMDAFunctionSingleAllOf) Get ¶

func (NullableMDAFunctionSingleAllOf) IsSet ¶

func (NullableMDAFunctionSingleAllOf) MarshalJSON ¶

func (v NullableMDAFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableMDAFunctionSingleAllOf) Set ¶

func (*NullableMDAFunctionSingleAllOf) UnmarshalJSON ¶

func (v *NullableMDAFunctionSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableMDAFunctionSingleAllOf) Unset ¶

func (v *NullableMDAFunctionSingleAllOf) Unset()

type NullableMDAFunctionSingleAllOf1 ¶

type NullableMDAFunctionSingleAllOf1 struct {
	// contains filtered or unexported fields
}

func (NullableMDAFunctionSingleAllOf1) Get ¶

func (NullableMDAFunctionSingleAllOf1) IsSet ¶

func (NullableMDAFunctionSingleAllOf1) MarshalJSON ¶

func (v NullableMDAFunctionSingleAllOf1) MarshalJSON() ([]byte, error)

func (*NullableMDAFunctionSingleAllOf1) Set ¶

func (*NullableMDAFunctionSingleAllOf1) UnmarshalJSON ¶

func (v *NullableMDAFunctionSingleAllOf1) UnmarshalJSON(src []byte) error

func (*NullableMDAFunctionSingleAllOf1) Unset ¶

type NullableMDAFunctionSingleAllOfAttributes ¶

type NullableMDAFunctionSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableMDAFunctionSingleAllOfAttributes) Get ¶

func (NullableMDAFunctionSingleAllOfAttributes) IsSet ¶

func (NullableMDAFunctionSingleAllOfAttributes) MarshalJSON ¶

func (*NullableMDAFunctionSingleAllOfAttributes) Set ¶

func (*NullableMDAFunctionSingleAllOfAttributes) UnmarshalJSON ¶

func (v *NullableMDAFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullableMDAFunctionSingleAllOfAttributes) Unset ¶

type NullableMDAFunctionSingleAllOfAttributesAllOf ¶

type NullableMDAFunctionSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableMDAFunctionSingleAllOfAttributesAllOf) Get ¶

func (NullableMDAFunctionSingleAllOfAttributesAllOf) IsSet ¶

func (NullableMDAFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*NullableMDAFunctionSingleAllOfAttributesAllOf) Set ¶

func (*NullableMDAFunctionSingleAllOfAttributesAllOf) UnmarshalJSON ¶

func (*NullableMDAFunctionSingleAllOfAttributesAllOf) Unset ¶

type NullableMDAOutputEntry ¶

type NullableMDAOutputEntry struct {
	// contains filtered or unexported fields
}

func NewNullableMDAOutputEntry ¶

func NewNullableMDAOutputEntry(val *MDAOutputEntry) *NullableMDAOutputEntry

func (NullableMDAOutputEntry) Get ¶

func (NullableMDAOutputEntry) IsSet ¶

func (v NullableMDAOutputEntry) IsSet() bool

func (NullableMDAOutputEntry) MarshalJSON ¶

func (v NullableMDAOutputEntry) MarshalJSON() ([]byte, error)

func (*NullableMDAOutputEntry) Set ¶

func (*NullableMDAOutputEntry) UnmarshalJSON ¶

func (v *NullableMDAOutputEntry) UnmarshalJSON(src []byte) error

func (*NullableMDAOutputEntry) Unset ¶

func (v *NullableMDAOutputEntry) Unset()

type NullableMDAOutputIEFilter ¶

type NullableMDAOutputIEFilter struct {
	// contains filtered or unexported fields
}

func NewNullableMDAOutputIEFilter ¶

func NewNullableMDAOutputIEFilter(val *MDAOutputIEFilter) *NullableMDAOutputIEFilter

func (NullableMDAOutputIEFilter) Get ¶

func (NullableMDAOutputIEFilter) IsSet ¶

func (v NullableMDAOutputIEFilter) IsSet() bool

func (NullableMDAOutputIEFilter) MarshalJSON ¶

func (v NullableMDAOutputIEFilter) MarshalJSON() ([]byte, error)

func (*NullableMDAOutputIEFilter) Set ¶

func (*NullableMDAOutputIEFilter) UnmarshalJSON ¶

func (v *NullableMDAOutputIEFilter) UnmarshalJSON(src []byte) error

func (*NullableMDAOutputIEFilter) Unset ¶

func (v *NullableMDAOutputIEFilter) Unset()

type NullableMDAOutputPerMDAType ¶

type NullableMDAOutputPerMDAType struct {
	// contains filtered or unexported fields
}

func (NullableMDAOutputPerMDAType) Get ¶

func (NullableMDAOutputPerMDAType) IsSet ¶

func (NullableMDAOutputPerMDAType) MarshalJSON ¶

func (v NullableMDAOutputPerMDAType) MarshalJSON() ([]byte, error)

func (*NullableMDAOutputPerMDAType) Set ¶

func (*NullableMDAOutputPerMDAType) UnmarshalJSON ¶

func (v *NullableMDAOutputPerMDAType) UnmarshalJSON(src []byte) error

func (*NullableMDAOutputPerMDAType) Unset ¶

func (v *NullableMDAOutputPerMDAType) Unset()

type NullableMDAOutputs1 ¶

type NullableMDAOutputs1 struct {
	// contains filtered or unexported fields
}

func NewNullableMDAOutputs1 ¶

func NewNullableMDAOutputs1(val *MDAOutputs1) *NullableMDAOutputs1

func (NullableMDAOutputs1) Get ¶

func (NullableMDAOutputs1) IsSet ¶

func (v NullableMDAOutputs1) IsSet() bool

func (NullableMDAOutputs1) MarshalJSON ¶

func (v NullableMDAOutputs1) MarshalJSON() ([]byte, error)

func (*NullableMDAOutputs1) Set ¶

func (v *NullableMDAOutputs1) Set(val *MDAOutputs1)

func (*NullableMDAOutputs1) UnmarshalJSON ¶

func (v *NullableMDAOutputs1) UnmarshalJSON(src []byte) error

func (*NullableMDAOutputs1) Unset ¶

func (v *NullableMDAOutputs1) Unset()

type NullableMDAReport ¶

type NullableMDAReport struct {
	// contains filtered or unexported fields
}

func NewNullableMDAReport ¶

func NewNullableMDAReport(val *MDAReport) *NullableMDAReport

func (NullableMDAReport) Get ¶

func (v NullableMDAReport) Get() *MDAReport

func (NullableMDAReport) IsSet ¶

func (v NullableMDAReport) IsSet() bool

func (NullableMDAReport) MarshalJSON ¶

func (v NullableMDAReport) MarshalJSON() ([]byte, error)

func (*NullableMDAReport) Set ¶

func (v *NullableMDAReport) Set(val *MDAReport)

func (*NullableMDAReport) UnmarshalJSON ¶

func (v *NullableMDAReport) UnmarshalJSON(src []byte) error

func (*NullableMDAReport) Unset ¶

func (v *NullableMDAReport) Unset()

type NullableMDAReportAllOf ¶

type NullableMDAReportAllOf struct {
	// contains filtered or unexported fields
}

func NewNullableMDAReportAllOf ¶

func NewNullableMDAReportAllOf(val *MDAReportAllOf) *NullableMDAReportAllOf

func (NullableMDAReportAllOf) Get ¶

func (NullableMDAReportAllOf) IsSet ¶

func (v NullableMDAReportAllOf) IsSet() bool

func (NullableMDAReportAllOf) MarshalJSON ¶

func (v NullableMDAReportAllOf) MarshalJSON() ([]byte, error)

func (*NullableMDAReportAllOf) Set ¶

func (*NullableMDAReportAllOf) UnmarshalJSON ¶

func (v *NullableMDAReportAllOf) UnmarshalJSON(src []byte) error

func (*NullableMDAReportAllOf) Unset ¶

func (v *NullableMDAReportAllOf) Unset()

type NullableMDAReportAllOfAttributes ¶

type NullableMDAReportAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableMDAReportAllOfAttributes) Get ¶

func (NullableMDAReportAllOfAttributes) IsSet ¶

func (NullableMDAReportAllOfAttributes) MarshalJSON ¶

func (v NullableMDAReportAllOfAttributes) MarshalJSON() ([]byte, error)

func (*NullableMDAReportAllOfAttributes) Set ¶

func (*NullableMDAReportAllOfAttributes) UnmarshalJSON ¶

func (v *NullableMDAReportAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullableMDAReportAllOfAttributes) Unset ¶

type NullableMDAReportAllOfAttributesAllOf ¶

type NullableMDAReportAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableMDAReportAllOfAttributesAllOf) Get ¶

func (NullableMDAReportAllOfAttributesAllOf) IsSet ¶

func (NullableMDAReportAllOfAttributesAllOf) MarshalJSON ¶

func (v NullableMDAReportAllOfAttributesAllOf) MarshalJSON() ([]byte, error)

func (*NullableMDAReportAllOfAttributesAllOf) Set ¶

func (*NullableMDAReportAllOfAttributesAllOf) UnmarshalJSON ¶

func (v *NullableMDAReportAllOfAttributesAllOf) UnmarshalJSON(src []byte) error

func (*NullableMDAReportAllOfAttributesAllOf) Unset ¶

type NullableMDARequestSingle ¶

type NullableMDARequestSingle struct {
	// contains filtered or unexported fields
}

func NewNullableMDARequestSingle ¶

func NewNullableMDARequestSingle(val *MDARequestSingle) *NullableMDARequestSingle

func (NullableMDARequestSingle) Get ¶

func (NullableMDARequestSingle) IsSet ¶

func (v NullableMDARequestSingle) IsSet() bool

func (NullableMDARequestSingle) MarshalJSON ¶

func (v NullableMDARequestSingle) MarshalJSON() ([]byte, error)

func (*NullableMDARequestSingle) Set ¶

func (*NullableMDARequestSingle) UnmarshalJSON ¶

func (v *NullableMDARequestSingle) UnmarshalJSON(src []byte) error

func (*NullableMDARequestSingle) Unset ¶

func (v *NullableMDARequestSingle) Unset()

type NullableMDARequestSingleAllOf ¶

type NullableMDARequestSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableMDARequestSingleAllOf) Get ¶

func (NullableMDARequestSingleAllOf) IsSet ¶

func (NullableMDARequestSingleAllOf) MarshalJSON ¶

func (v NullableMDARequestSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableMDARequestSingleAllOf) Set ¶

func (*NullableMDARequestSingleAllOf) UnmarshalJSON ¶

func (v *NullableMDARequestSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableMDARequestSingleAllOf) Unset ¶

func (v *NullableMDARequestSingleAllOf) Unset()

type NullableMDARequestSingleAllOfAttributes ¶

type NullableMDARequestSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableMDARequestSingleAllOfAttributes) Get ¶

func (NullableMDARequestSingleAllOfAttributes) IsSet ¶

func (NullableMDARequestSingleAllOfAttributes) MarshalJSON ¶

func (v NullableMDARequestSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*NullableMDARequestSingleAllOfAttributes) Set ¶

func (*NullableMDARequestSingleAllOfAttributes) UnmarshalJSON ¶

func (v *NullableMDARequestSingleAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullableMDARequestSingleAllOfAttributes) Unset ¶

type NullableMDARequestSingleAllOfAttributesAllOf ¶

type NullableMDARequestSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableMDARequestSingleAllOfAttributesAllOf) Get ¶

func (NullableMDARequestSingleAllOfAttributesAllOf) IsSet ¶

func (NullableMDARequestSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*NullableMDARequestSingleAllOfAttributesAllOf) Set ¶

func (*NullableMDARequestSingleAllOfAttributesAllOf) UnmarshalJSON ¶

func (*NullableMDARequestSingleAllOfAttributesAllOf) Unset ¶

type NullableMIoTEEPerfReq ¶

type NullableMIoTEEPerfReq struct {
	// contains filtered or unexported fields
}

func NewNullableMIoTEEPerfReq ¶

func NewNullableMIoTEEPerfReq(val *MIoTEEPerfReq) *NullableMIoTEEPerfReq

func (NullableMIoTEEPerfReq) Get ¶

func (NullableMIoTEEPerfReq) IsSet ¶

func (v NullableMIoTEEPerfReq) IsSet() bool

func (NullableMIoTEEPerfReq) MarshalJSON ¶

func (v NullableMIoTEEPerfReq) MarshalJSON() ([]byte, error)

func (*NullableMIoTEEPerfReq) Set ¶

func (v *NullableMIoTEEPerfReq) Set(val *MIoTEEPerfReq)

func (*NullableMIoTEEPerfReq) UnmarshalJSON ¶

func (v *NullableMIoTEEPerfReq) UnmarshalJSON(src []byte) error

func (*NullableMIoTEEPerfReq) Unset ¶

func (v *NullableMIoTEEPerfReq) Unset()

type NullableMLContext ¶

type NullableMLContext struct {
	// contains filtered or unexported fields
}

func NewNullableMLContext ¶

func NewNullableMLContext(val *MLContext) *NullableMLContext

func (NullableMLContext) Get ¶

func (v NullableMLContext) Get() *MLContext

func (NullableMLContext) IsSet ¶

func (v NullableMLContext) IsSet() bool

func (NullableMLContext) MarshalJSON ¶

func (v NullableMLContext) MarshalJSON() ([]byte, error)

func (*NullableMLContext) Set ¶

func (v *NullableMLContext) Set(val *MLContext)

func (*NullableMLContext) UnmarshalJSON ¶

func (v *NullableMLContext) UnmarshalJSON(src []byte) error

func (*NullableMLContext) Unset ¶

func (v *NullableMLContext) Unset()

type NullableMLEntity ¶

type NullableMLEntity struct {
	// contains filtered or unexported fields
}

func NewNullableMLEntity ¶

func NewNullableMLEntity(val *MLEntity) *NullableMLEntity

func (NullableMLEntity) Get ¶

func (v NullableMLEntity) Get() *MLEntity

func (NullableMLEntity) IsSet ¶

func (v NullableMLEntity) IsSet() bool

func (NullableMLEntity) MarshalJSON ¶

func (v NullableMLEntity) MarshalJSON() ([]byte, error)

func (*NullableMLEntity) Set ¶

func (v *NullableMLEntity) Set(val *MLEntity)

func (*NullableMLEntity) UnmarshalJSON ¶

func (v *NullableMLEntity) UnmarshalJSON(src []byte) error

func (*NullableMLEntity) Unset ¶

func (v *NullableMLEntity) Unset()

type NullableMLTrainingFunctionSingle ¶

type NullableMLTrainingFunctionSingle struct {
	// contains filtered or unexported fields
}

func (NullableMLTrainingFunctionSingle) Get ¶

func (NullableMLTrainingFunctionSingle) IsSet ¶

func (NullableMLTrainingFunctionSingle) MarshalJSON ¶

func (v NullableMLTrainingFunctionSingle) MarshalJSON() ([]byte, error)

func (*NullableMLTrainingFunctionSingle) Set ¶

func (*NullableMLTrainingFunctionSingle) UnmarshalJSON ¶

func (v *NullableMLTrainingFunctionSingle) UnmarshalJSON(src []byte) error

func (*NullableMLTrainingFunctionSingle) Unset ¶

type NullableMLTrainingFunctionSingleAllOf ¶

type NullableMLTrainingFunctionSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableMLTrainingFunctionSingleAllOf) Get ¶

func (NullableMLTrainingFunctionSingleAllOf) IsSet ¶

func (NullableMLTrainingFunctionSingleAllOf) MarshalJSON ¶

func (v NullableMLTrainingFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableMLTrainingFunctionSingleAllOf) Set ¶

func (*NullableMLTrainingFunctionSingleAllOf) UnmarshalJSON ¶

func (v *NullableMLTrainingFunctionSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableMLTrainingFunctionSingleAllOf) Unset ¶

type NullableMLTrainingFunctionSingleAllOf1 ¶

type NullableMLTrainingFunctionSingleAllOf1 struct {
	// contains filtered or unexported fields
}

func (NullableMLTrainingFunctionSingleAllOf1) Get ¶

func (NullableMLTrainingFunctionSingleAllOf1) IsSet ¶

func (NullableMLTrainingFunctionSingleAllOf1) MarshalJSON ¶

func (v NullableMLTrainingFunctionSingleAllOf1) MarshalJSON() ([]byte, error)

func (*NullableMLTrainingFunctionSingleAllOf1) Set ¶

func (*NullableMLTrainingFunctionSingleAllOf1) UnmarshalJSON ¶

func (v *NullableMLTrainingFunctionSingleAllOf1) UnmarshalJSON(src []byte) error

func (*NullableMLTrainingFunctionSingleAllOf1) Unset ¶

type NullableMLTrainingFunctionSingleAllOfAttributes ¶

type NullableMLTrainingFunctionSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableMLTrainingFunctionSingleAllOfAttributes) Get ¶

func (NullableMLTrainingFunctionSingleAllOfAttributes) IsSet ¶

func (NullableMLTrainingFunctionSingleAllOfAttributes) MarshalJSON ¶

func (*NullableMLTrainingFunctionSingleAllOfAttributes) Set ¶

func (*NullableMLTrainingFunctionSingleAllOfAttributes) UnmarshalJSON ¶

func (*NullableMLTrainingFunctionSingleAllOfAttributes) Unset ¶

type NullableMLTrainingFunctionSingleAllOfAttributesAllOf ¶

type NullableMLTrainingFunctionSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableMLTrainingFunctionSingleAllOfAttributesAllOf) Get ¶

func (NullableMLTrainingFunctionSingleAllOfAttributesAllOf) IsSet ¶

func (NullableMLTrainingFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*NullableMLTrainingFunctionSingleAllOfAttributesAllOf) Set ¶

func (*NullableMLTrainingFunctionSingleAllOfAttributesAllOf) UnmarshalJSON ¶

func (*NullableMLTrainingFunctionSingleAllOfAttributesAllOf) Unset ¶

type NullableMLTrainingProcessSingle ¶

type NullableMLTrainingProcessSingle struct {
	// contains filtered or unexported fields
}

func (NullableMLTrainingProcessSingle) Get ¶

func (NullableMLTrainingProcessSingle) IsSet ¶

func (NullableMLTrainingProcessSingle) MarshalJSON ¶

func (v NullableMLTrainingProcessSingle) MarshalJSON() ([]byte, error)

func (*NullableMLTrainingProcessSingle) Set ¶

func (*NullableMLTrainingProcessSingle) UnmarshalJSON ¶

func (v *NullableMLTrainingProcessSingle) UnmarshalJSON(src []byte) error

func (*NullableMLTrainingProcessSingle) Unset ¶

type NullableMLTrainingProcessSingleAllOf ¶

type NullableMLTrainingProcessSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableMLTrainingProcessSingleAllOf) Get ¶

func (NullableMLTrainingProcessSingleAllOf) IsSet ¶

func (NullableMLTrainingProcessSingleAllOf) MarshalJSON ¶

func (v NullableMLTrainingProcessSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableMLTrainingProcessSingleAllOf) Set ¶

func (*NullableMLTrainingProcessSingleAllOf) UnmarshalJSON ¶

func (v *NullableMLTrainingProcessSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableMLTrainingProcessSingleAllOf) Unset ¶

type NullableMLTrainingProcessSingleAllOfAttributes ¶

type NullableMLTrainingProcessSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableMLTrainingProcessSingleAllOfAttributes) Get ¶

func (NullableMLTrainingProcessSingleAllOfAttributes) IsSet ¶

func (NullableMLTrainingProcessSingleAllOfAttributes) MarshalJSON ¶

func (*NullableMLTrainingProcessSingleAllOfAttributes) Set ¶

func (*NullableMLTrainingProcessSingleAllOfAttributes) UnmarshalJSON ¶

func (*NullableMLTrainingProcessSingleAllOfAttributes) Unset ¶

type NullableMLTrainingProcessSingleAllOfAttributesAllOf ¶

type NullableMLTrainingProcessSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableMLTrainingProcessSingleAllOfAttributesAllOf) Get ¶

func (NullableMLTrainingProcessSingleAllOfAttributesAllOf) IsSet ¶

func (NullableMLTrainingProcessSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*NullableMLTrainingProcessSingleAllOfAttributesAllOf) Set ¶

func (*NullableMLTrainingProcessSingleAllOfAttributesAllOf) UnmarshalJSON ¶

func (*NullableMLTrainingProcessSingleAllOfAttributesAllOf) Unset ¶

type NullableMLTrainingReportSingle ¶

type NullableMLTrainingReportSingle struct {
	// contains filtered or unexported fields
}

func (NullableMLTrainingReportSingle) Get ¶

func (NullableMLTrainingReportSingle) IsSet ¶

func (NullableMLTrainingReportSingle) MarshalJSON ¶

func (v NullableMLTrainingReportSingle) MarshalJSON() ([]byte, error)

func (*NullableMLTrainingReportSingle) Set ¶

func (*NullableMLTrainingReportSingle) UnmarshalJSON ¶

func (v *NullableMLTrainingReportSingle) UnmarshalJSON(src []byte) error

func (*NullableMLTrainingReportSingle) Unset ¶

func (v *NullableMLTrainingReportSingle) Unset()

type NullableMLTrainingReportSingleAllOf ¶

type NullableMLTrainingReportSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableMLTrainingReportSingleAllOf) Get ¶

func (NullableMLTrainingReportSingleAllOf) IsSet ¶

func (NullableMLTrainingReportSingleAllOf) MarshalJSON ¶

func (v NullableMLTrainingReportSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableMLTrainingReportSingleAllOf) Set ¶

func (*NullableMLTrainingReportSingleAllOf) UnmarshalJSON ¶

func (v *NullableMLTrainingReportSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableMLTrainingReportSingleAllOf) Unset ¶

type NullableMLTrainingReportSingleAllOfAttributes ¶

type NullableMLTrainingReportSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableMLTrainingReportSingleAllOfAttributes) Get ¶

func (NullableMLTrainingReportSingleAllOfAttributes) IsSet ¶

func (NullableMLTrainingReportSingleAllOfAttributes) MarshalJSON ¶

func (*NullableMLTrainingReportSingleAllOfAttributes) Set ¶

func (*NullableMLTrainingReportSingleAllOfAttributes) UnmarshalJSON ¶

func (*NullableMLTrainingReportSingleAllOfAttributes) Unset ¶

type NullableMLTrainingReportSingleAllOfAttributesAllOf ¶

type NullableMLTrainingReportSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableMLTrainingReportSingleAllOfAttributesAllOf) Get ¶

func (NullableMLTrainingReportSingleAllOfAttributesAllOf) IsSet ¶

func (NullableMLTrainingReportSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*NullableMLTrainingReportSingleAllOfAttributesAllOf) Set ¶

func (*NullableMLTrainingReportSingleAllOfAttributesAllOf) UnmarshalJSON ¶

func (*NullableMLTrainingReportSingleAllOfAttributesAllOf) Unset ¶

type NullableMLTrainingRequestSingle ¶

type NullableMLTrainingRequestSingle struct {
	// contains filtered or unexported fields
}

func (NullableMLTrainingRequestSingle) Get ¶

func (NullableMLTrainingRequestSingle) IsSet ¶

func (NullableMLTrainingRequestSingle) MarshalJSON ¶

func (v NullableMLTrainingRequestSingle) MarshalJSON() ([]byte, error)

func (*NullableMLTrainingRequestSingle) Set ¶

func (*NullableMLTrainingRequestSingle) UnmarshalJSON ¶

func (v *NullableMLTrainingRequestSingle) UnmarshalJSON(src []byte) error

func (*NullableMLTrainingRequestSingle) Unset ¶

type NullableMLTrainingRequestSingleAllOf ¶

type NullableMLTrainingRequestSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableMLTrainingRequestSingleAllOf) Get ¶

func (NullableMLTrainingRequestSingleAllOf) IsSet ¶

func (NullableMLTrainingRequestSingleAllOf) MarshalJSON ¶

func (v NullableMLTrainingRequestSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableMLTrainingRequestSingleAllOf) Set ¶

func (*NullableMLTrainingRequestSingleAllOf) UnmarshalJSON ¶

func (v *NullableMLTrainingRequestSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableMLTrainingRequestSingleAllOf) Unset ¶

type NullableMLTrainingRequestSingleAllOfAttributes ¶

type NullableMLTrainingRequestSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableMLTrainingRequestSingleAllOfAttributes) Get ¶

func (NullableMLTrainingRequestSingleAllOfAttributes) IsSet ¶

func (NullableMLTrainingRequestSingleAllOfAttributes) MarshalJSON ¶

func (*NullableMLTrainingRequestSingleAllOfAttributes) Set ¶

func (*NullableMLTrainingRequestSingleAllOfAttributes) UnmarshalJSON ¶

func (*NullableMLTrainingRequestSingleAllOfAttributes) Unset ¶

type NullableMLTrainingRequestSingleAllOfAttributesAllOf ¶

type NullableMLTrainingRequestSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableMLTrainingRequestSingleAllOfAttributesAllOf) Get ¶

func (NullableMLTrainingRequestSingleAllOfAttributesAllOf) IsSet ¶

func (NullableMLTrainingRequestSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*NullableMLTrainingRequestSingleAllOfAttributesAllOf) Set ¶

func (*NullableMLTrainingRequestSingleAllOfAttributesAllOf) UnmarshalJSON ¶

func (*NullableMLTrainingRequestSingleAllOfAttributesAllOf) Unset ¶

type NullableManagedElementAttr ¶

type NullableManagedElementAttr struct {
	// contains filtered or unexported fields
}

func NewNullableManagedElementAttr ¶

func NewNullableManagedElementAttr(val *ManagedElementAttr) *NullableManagedElementAttr

func (NullableManagedElementAttr) Get ¶

func (NullableManagedElementAttr) IsSet ¶

func (v NullableManagedElementAttr) IsSet() bool

func (NullableManagedElementAttr) MarshalJSON ¶

func (v NullableManagedElementAttr) MarshalJSON() ([]byte, error)

func (*NullableManagedElementAttr) Set ¶

func (*NullableManagedElementAttr) UnmarshalJSON ¶

func (v *NullableManagedElementAttr) UnmarshalJSON(src []byte) error

func (*NullableManagedElementAttr) Unset ¶

func (v *NullableManagedElementAttr) Unset()

type NullableManagedElementNcO ¶

type NullableManagedElementNcO struct {
	// contains filtered or unexported fields
}

func NewNullableManagedElementNcO ¶

func NewNullableManagedElementNcO(val *ManagedElementNcO) *NullableManagedElementNcO

func (NullableManagedElementNcO) Get ¶

func (NullableManagedElementNcO) IsSet ¶

func (v NullableManagedElementNcO) IsSet() bool

func (NullableManagedElementNcO) MarshalJSON ¶

func (v NullableManagedElementNcO) MarshalJSON() ([]byte, error)

func (*NullableManagedElementNcO) Set ¶

func (*NullableManagedElementNcO) UnmarshalJSON ¶

func (v *NullableManagedElementNcO) UnmarshalJSON(src []byte) error

func (*NullableManagedElementNcO) Unset ¶

func (v *NullableManagedElementNcO) Unset()

type NullableManagedElementSingle ¶

type NullableManagedElementSingle struct {
	// contains filtered or unexported fields
}

func (NullableManagedElementSingle) Get ¶

func (NullableManagedElementSingle) IsSet ¶

func (NullableManagedElementSingle) MarshalJSON ¶

func (v NullableManagedElementSingle) MarshalJSON() ([]byte, error)

func (*NullableManagedElementSingle) Set ¶

func (*NullableManagedElementSingle) UnmarshalJSON ¶

func (v *NullableManagedElementSingle) UnmarshalJSON(src []byte) error

func (*NullableManagedElementSingle) Unset ¶

func (v *NullableManagedElementSingle) Unset()

type NullableManagedElementSingle1 ¶

type NullableManagedElementSingle1 struct {
	// contains filtered or unexported fields
}

func (NullableManagedElementSingle1) Get ¶

func (NullableManagedElementSingle1) IsSet ¶

func (NullableManagedElementSingle1) MarshalJSON ¶

func (v NullableManagedElementSingle1) MarshalJSON() ([]byte, error)

func (*NullableManagedElementSingle1) Set ¶

func (*NullableManagedElementSingle1) UnmarshalJSON ¶

func (v *NullableManagedElementSingle1) UnmarshalJSON(src []byte) error

func (*NullableManagedElementSingle1) Unset ¶

func (v *NullableManagedElementSingle1) Unset()

type NullableManagedElementSingle1AllOf ¶

type NullableManagedElementSingle1AllOf struct {
	// contains filtered or unexported fields
}

func (NullableManagedElementSingle1AllOf) Get ¶

func (NullableManagedElementSingle1AllOf) IsSet ¶

func (NullableManagedElementSingle1AllOf) MarshalJSON ¶

func (v NullableManagedElementSingle1AllOf) MarshalJSON() ([]byte, error)

func (*NullableManagedElementSingle1AllOf) Set ¶

func (*NullableManagedElementSingle1AllOf) UnmarshalJSON ¶

func (v *NullableManagedElementSingle1AllOf) UnmarshalJSON(src []byte) error

func (*NullableManagedElementSingle1AllOf) Unset ¶

type NullableManagedElementSingle1AllOf1 ¶

type NullableManagedElementSingle1AllOf1 struct {
	// contains filtered or unexported fields
}

func (NullableManagedElementSingle1AllOf1) Get ¶

func (NullableManagedElementSingle1AllOf1) IsSet ¶

func (NullableManagedElementSingle1AllOf1) MarshalJSON ¶

func (v NullableManagedElementSingle1AllOf1) MarshalJSON() ([]byte, error)

func (*NullableManagedElementSingle1AllOf1) Set ¶

func (*NullableManagedElementSingle1AllOf1) UnmarshalJSON ¶

func (v *NullableManagedElementSingle1AllOf1) UnmarshalJSON(src []byte) error

func (*NullableManagedElementSingle1AllOf1) Unset ¶

type NullableManagedElementSingle1AllOfAttributes ¶

type NullableManagedElementSingle1AllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableManagedElementSingle1AllOfAttributes) Get ¶

func (NullableManagedElementSingle1AllOfAttributes) IsSet ¶

func (NullableManagedElementSingle1AllOfAttributes) MarshalJSON ¶

func (*NullableManagedElementSingle1AllOfAttributes) Set ¶

func (*NullableManagedElementSingle1AllOfAttributes) UnmarshalJSON ¶

func (*NullableManagedElementSingle1AllOfAttributes) Unset ¶

type NullableManagedElementSingle2 ¶

type NullableManagedElementSingle2 struct {
	// contains filtered or unexported fields
}

func (NullableManagedElementSingle2) Get ¶

func (NullableManagedElementSingle2) IsSet ¶

func (NullableManagedElementSingle2) MarshalJSON ¶

func (v NullableManagedElementSingle2) MarshalJSON() ([]byte, error)

func (*NullableManagedElementSingle2) Set ¶

func (*NullableManagedElementSingle2) UnmarshalJSON ¶

func (v *NullableManagedElementSingle2) UnmarshalJSON(src []byte) error

func (*NullableManagedElementSingle2) Unset ¶

func (v *NullableManagedElementSingle2) Unset()

type NullableManagedElementSingle3 ¶

type NullableManagedElementSingle3 struct {
	// contains filtered or unexported fields
}

func (NullableManagedElementSingle3) Get ¶

func (NullableManagedElementSingle3) IsSet ¶

func (NullableManagedElementSingle3) MarshalJSON ¶

func (v NullableManagedElementSingle3) MarshalJSON() ([]byte, error)

func (*NullableManagedElementSingle3) Set ¶

func (*NullableManagedElementSingle3) UnmarshalJSON ¶

func (v *NullableManagedElementSingle3) UnmarshalJSON(src []byte) error

func (*NullableManagedElementSingle3) Unset ¶

func (v *NullableManagedElementSingle3) Unset()

type NullableManagedElementSingle3AllOf ¶

type NullableManagedElementSingle3AllOf struct {
	// contains filtered or unexported fields
}

func (NullableManagedElementSingle3AllOf) Get ¶

func (NullableManagedElementSingle3AllOf) IsSet ¶

func (NullableManagedElementSingle3AllOf) MarshalJSON ¶

func (v NullableManagedElementSingle3AllOf) MarshalJSON() ([]byte, error)

func (*NullableManagedElementSingle3AllOf) Set ¶

func (*NullableManagedElementSingle3AllOf) UnmarshalJSON ¶

func (v *NullableManagedElementSingle3AllOf) UnmarshalJSON(src []byte) error

func (*NullableManagedElementSingle3AllOf) Unset ¶

type NullableManagedElementSingle4 ¶

type NullableManagedElementSingle4 struct {
	// contains filtered or unexported fields
}

func (NullableManagedElementSingle4) Get ¶

func (NullableManagedElementSingle4) IsSet ¶

func (NullableManagedElementSingle4) MarshalJSON ¶

func (v NullableManagedElementSingle4) MarshalJSON() ([]byte, error)

func (*NullableManagedElementSingle4) Set ¶

func (*NullableManagedElementSingle4) UnmarshalJSON ¶

func (v *NullableManagedElementSingle4) UnmarshalJSON(src []byte) error

func (*NullableManagedElementSingle4) Unset ¶

func (v *NullableManagedElementSingle4) Unset()

type NullableManagedElementSingle4AllOf ¶

type NullableManagedElementSingle4AllOf struct {
	// contains filtered or unexported fields
}

func (NullableManagedElementSingle4AllOf) Get ¶

func (NullableManagedElementSingle4AllOf) IsSet ¶

func (NullableManagedElementSingle4AllOf) MarshalJSON ¶

func (v NullableManagedElementSingle4AllOf) MarshalJSON() ([]byte, error)

func (*NullableManagedElementSingle4AllOf) Set ¶

func (*NullableManagedElementSingle4AllOf) UnmarshalJSON ¶

func (v *NullableManagedElementSingle4AllOf) UnmarshalJSON(src []byte) error

func (*NullableManagedElementSingle4AllOf) Unset ¶

type NullableManagedElementSingleAllOf ¶

type NullableManagedElementSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableManagedElementSingleAllOf) Get ¶

func (NullableManagedElementSingleAllOf) IsSet ¶

func (NullableManagedElementSingleAllOf) MarshalJSON ¶

func (v NullableManagedElementSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableManagedElementSingleAllOf) Set ¶

func (*NullableManagedElementSingleAllOf) UnmarshalJSON ¶

func (v *NullableManagedElementSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableManagedElementSingleAllOf) Unset ¶

type NullableManagedElementSingleAllOf1 ¶

type NullableManagedElementSingleAllOf1 struct {
	// contains filtered or unexported fields
}

func (NullableManagedElementSingleAllOf1) Get ¶

func (NullableManagedElementSingleAllOf1) IsSet ¶

func (NullableManagedElementSingleAllOf1) MarshalJSON ¶

func (v NullableManagedElementSingleAllOf1) MarshalJSON() ([]byte, error)

func (*NullableManagedElementSingleAllOf1) Set ¶

func (*NullableManagedElementSingleAllOf1) UnmarshalJSON ¶

func (v *NullableManagedElementSingleAllOf1) UnmarshalJSON(src []byte) error

func (*NullableManagedElementSingleAllOf1) Unset ¶

type NullableManagedFunctionAttr ¶

type NullableManagedFunctionAttr struct {
	// contains filtered or unexported fields
}

func (NullableManagedFunctionAttr) Get ¶

func (NullableManagedFunctionAttr) IsSet ¶

func (NullableManagedFunctionAttr) MarshalJSON ¶

func (v NullableManagedFunctionAttr) MarshalJSON() ([]byte, error)

func (*NullableManagedFunctionAttr) Set ¶

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 (NullableManagedFunctionNcO) IsSet ¶

func (v NullableManagedFunctionNcO) IsSet() bool

func (NullableManagedFunctionNcO) MarshalJSON ¶

func (v NullableManagedFunctionNcO) MarshalJSON() ([]byte, error)

func (*NullableManagedFunctionNcO) Set ¶

func (*NullableManagedFunctionNcO) UnmarshalJSON ¶

func (v *NullableManagedFunctionNcO) UnmarshalJSON(src []byte) error

func (*NullableManagedFunctionNcO) Unset ¶

func (v *NullableManagedFunctionNcO) Unset()

type NullableManagedNFProfile ¶

type NullableManagedNFProfile struct {
	// contains filtered or unexported fields
}

func NewNullableManagedNFProfile ¶

func NewNullableManagedNFProfile(val *ManagedNFProfile) *NullableManagedNFProfile

func (NullableManagedNFProfile) Get ¶

func (NullableManagedNFProfile) IsSet ¶

func (v NullableManagedNFProfile) IsSet() bool

func (NullableManagedNFProfile) MarshalJSON ¶

func (v NullableManagedNFProfile) MarshalJSON() ([]byte, error)

func (*NullableManagedNFProfile) Set ¶

func (*NullableManagedNFProfile) UnmarshalJSON ¶

func (v *NullableManagedNFProfile) UnmarshalJSON(src []byte) error

func (*NullableManagedNFProfile) Unset ¶

func (v *NullableManagedNFProfile) Unset()

type NullableManagedNFServiceSingle ¶

type NullableManagedNFServiceSingle struct {
	// contains filtered or unexported fields
}

func (NullableManagedNFServiceSingle) Get ¶

func (NullableManagedNFServiceSingle) IsSet ¶

func (NullableManagedNFServiceSingle) MarshalJSON ¶

func (v NullableManagedNFServiceSingle) MarshalJSON() ([]byte, error)

func (*NullableManagedNFServiceSingle) Set ¶

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 (NullableManagedNFServiceSingleAllOf) Get ¶

func (NullableManagedNFServiceSingleAllOf) IsSet ¶

func (NullableManagedNFServiceSingleAllOf) MarshalJSON ¶

func (v NullableManagedNFServiceSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableManagedNFServiceSingleAllOf) Set ¶

func (*NullableManagedNFServiceSingleAllOf) UnmarshalJSON ¶

func (v *NullableManagedNFServiceSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableManagedNFServiceSingleAllOf) Unset ¶

type NullableManagedNFServiceSingleAllOfAttributes ¶

type NullableManagedNFServiceSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableManagedNFServiceSingleAllOfAttributes) Get ¶

func (NullableManagedNFServiceSingleAllOfAttributes) IsSet ¶

func (NullableManagedNFServiceSingleAllOfAttributes) MarshalJSON ¶

func (*NullableManagedNFServiceSingleAllOfAttributes) Set ¶

func (*NullableManagedNFServiceSingleAllOfAttributes) UnmarshalJSON ¶

func (*NullableManagedNFServiceSingleAllOfAttributes) Unset ¶

type NullableManagementData ¶

type NullableManagementData struct {
	// contains filtered or unexported fields
}

func NewNullableManagementData ¶

func NewNullableManagementData(val *ManagementData) *NullableManagementData

func (NullableManagementData) Get ¶

func (NullableManagementData) IsSet ¶

func (v NullableManagementData) IsSet() bool

func (NullableManagementData) MarshalJSON ¶

func (v NullableManagementData) MarshalJSON() ([]byte, error)

func (*NullableManagementData) Set ¶

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 (NullableManagementDataCollectionSingle) Get ¶

func (NullableManagementDataCollectionSingle) IsSet ¶

func (NullableManagementDataCollectionSingle) MarshalJSON ¶

func (v NullableManagementDataCollectionSingle) MarshalJSON() ([]byte, error)

func (*NullableManagementDataCollectionSingle) Set ¶

func (*NullableManagementDataCollectionSingle) UnmarshalJSON ¶

func (v *NullableManagementDataCollectionSingle) UnmarshalJSON(src []byte) error

func (*NullableManagementDataCollectionSingle) Unset ¶

type NullableManagementDataCollectionSingleAllOf ¶

type NullableManagementDataCollectionSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableManagementDataCollectionSingleAllOf) Get ¶

func (NullableManagementDataCollectionSingleAllOf) IsSet ¶

func (NullableManagementDataCollectionSingleAllOf) MarshalJSON ¶

func (*NullableManagementDataCollectionSingleAllOf) Set ¶

func (*NullableManagementDataCollectionSingleAllOf) UnmarshalJSON ¶

func (v *NullableManagementDataCollectionSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableManagementDataCollectionSingleAllOf) Unset ¶

type NullableManagementDataCollectionSingleAllOfAttributes ¶

type NullableManagementDataCollectionSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableManagementDataCollectionSingleAllOfAttributes) Get ¶

func (NullableManagementDataCollectionSingleAllOfAttributes) IsSet ¶

func (NullableManagementDataCollectionSingleAllOfAttributes) MarshalJSON ¶

func (*NullableManagementDataCollectionSingleAllOfAttributes) Set ¶

func (*NullableManagementDataCollectionSingleAllOfAttributes) UnmarshalJSON ¶

func (*NullableManagementDataCollectionSingleAllOfAttributes) Unset ¶

type NullableManagementNodeSingle ¶

type NullableManagementNodeSingle struct {
	// contains filtered or unexported fields
}

func (NullableManagementNodeSingle) Get ¶

func (NullableManagementNodeSingle) IsSet ¶

func (NullableManagementNodeSingle) MarshalJSON ¶

func (v NullableManagementNodeSingle) MarshalJSON() ([]byte, error)

func (*NullableManagementNodeSingle) Set ¶

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 (NullableManagementNodeSingleAllOf) Get ¶

func (NullableManagementNodeSingleAllOf) IsSet ¶

func (NullableManagementNodeSingleAllOf) MarshalJSON ¶

func (v NullableManagementNodeSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableManagementNodeSingleAllOf) Set ¶

func (*NullableManagementNodeSingleAllOf) UnmarshalJSON ¶

func (v *NullableManagementNodeSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableManagementNodeSingleAllOf) Unset ¶

type NullableManagementNodeSingleAllOfAttributes ¶

type NullableManagementNodeSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableManagementNodeSingleAllOfAttributes) Get ¶

func (NullableManagementNodeSingleAllOfAttributes) IsSet ¶

func (NullableManagementNodeSingleAllOfAttributes) MarshalJSON ¶

func (*NullableManagementNodeSingleAllOfAttributes) Set ¶

func (*NullableManagementNodeSingleAllOfAttributes) UnmarshalJSON ¶

func (v *NullableManagementNodeSingleAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullableManagementNodeSingleAllOfAttributes) Unset ¶

type NullableMappingSetIDBackhaulAddress ¶

type NullableMappingSetIDBackhaulAddress struct {
	// contains filtered or unexported fields
}

func (NullableMappingSetIDBackhaulAddress) Get ¶

func (NullableMappingSetIDBackhaulAddress) IsSet ¶

func (NullableMappingSetIDBackhaulAddress) MarshalJSON ¶

func (v NullableMappingSetIDBackhaulAddress) MarshalJSON() ([]byte, error)

func (*NullableMappingSetIDBackhaulAddress) Set ¶

func (*NullableMappingSetIDBackhaulAddress) UnmarshalJSON ¶

func (v *NullableMappingSetIDBackhaulAddress) UnmarshalJSON(src []byte) error

func (*NullableMappingSetIDBackhaulAddress) Unset ¶

type NullableMaxNumberofPDUSessions ¶

type NullableMaxNumberofPDUSessions struct {
	// contains filtered or unexported fields
}

func (NullableMaxNumberofPDUSessions) Get ¶

func (NullableMaxNumberofPDUSessions) IsSet ¶

func (NullableMaxNumberofPDUSessions) MarshalJSON ¶

func (v NullableMaxNumberofPDUSessions) MarshalJSON() ([]byte, error)

func (*NullableMaxNumberofPDUSessions) Set ¶

func (*NullableMaxNumberofPDUSessions) UnmarshalJSON ¶

func (v *NullableMaxNumberofPDUSessions) UnmarshalJSON(src []byte) error

func (*NullableMaxNumberofPDUSessions) Unset ¶

func (v *NullableMaxNumberofPDUSessions) Unset()

type NullableMaxNumberofUEsTarget ¶

type NullableMaxNumberofUEsTarget struct {
	// contains filtered or unexported fields
}

func (NullableMaxNumberofUEsTarget) Get ¶

func (NullableMaxNumberofUEsTarget) IsSet ¶

func (NullableMaxNumberofUEsTarget) MarshalJSON ¶

func (v NullableMaxNumberofUEsTarget) MarshalJSON() ([]byte, error)

func (*NullableMaxNumberofUEsTarget) Set ¶

func (*NullableMaxNumberofUEsTarget) UnmarshalJSON ¶

func (v *NullableMaxNumberofUEsTarget) UnmarshalJSON(src []byte) error

func (*NullableMaxNumberofUEsTarget) Unset ¶

func (v *NullableMaxNumberofUEsTarget) Unset()

type NullableMaxPktSize ¶

type NullableMaxPktSize struct {
	// contains filtered or unexported fields
}

func NewNullableMaxPktSize ¶

func NewNullableMaxPktSize(val *MaxPktSize) *NullableMaxPktSize

func (NullableMaxPktSize) Get ¶

func (v NullableMaxPktSize) Get() *MaxPktSize

func (NullableMaxPktSize) IsSet ¶

func (v NullableMaxPktSize) IsSet() bool

func (NullableMaxPktSize) MarshalJSON ¶

func (v NullableMaxPktSize) MarshalJSON() ([]byte, error)

func (*NullableMaxPktSize) Set ¶

func (v *NullableMaxPktSize) Set(val *MaxPktSize)

func (*NullableMaxPktSize) UnmarshalJSON ¶

func (v *NullableMaxPktSize) UnmarshalJSON(src []byte) error

func (*NullableMaxPktSize) Unset ¶

func (v *NullableMaxPktSize) 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 (NullableMeContextSingle) IsSet ¶

func (v NullableMeContextSingle) IsSet() bool

func (NullableMeContextSingle) MarshalJSON ¶

func (v NullableMeContextSingle) MarshalJSON() ([]byte, error)

func (*NullableMeContextSingle) Set ¶

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 (NullableMeContextSingleAllOf) Get ¶

func (NullableMeContextSingleAllOf) IsSet ¶

func (NullableMeContextSingleAllOf) MarshalJSON ¶

func (v NullableMeContextSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableMeContextSingleAllOf) Set ¶

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 (NullableMeContextSingleAllOfAttributes) Get ¶

func (NullableMeContextSingleAllOfAttributes) IsSet ¶

func (NullableMeContextSingleAllOfAttributes) MarshalJSON ¶

func (v NullableMeContextSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*NullableMeContextSingleAllOfAttributes) Set ¶

func (*NullableMeContextSingleAllOfAttributes) UnmarshalJSON ¶

func (v *NullableMeContextSingleAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullableMeContextSingleAllOfAttributes) Unset ¶

type NullableMeasurementPeriodLteType ¶

type NullableMeasurementPeriodLteType struct {
	// contains filtered or unexported fields
}

func (NullableMeasurementPeriodLteType) Get ¶

func (NullableMeasurementPeriodLteType) IsSet ¶

func (NullableMeasurementPeriodLteType) MarshalJSON ¶

func (v NullableMeasurementPeriodLteType) MarshalJSON() ([]byte, error)

func (*NullableMeasurementPeriodLteType) Set ¶

func (*NullableMeasurementPeriodLteType) UnmarshalJSON ¶

func (v *NullableMeasurementPeriodLteType) UnmarshalJSON(src []byte) error

func (*NullableMeasurementPeriodLteType) Unset ¶

type NullableMeasurementPeriodUmtsType ¶

type NullableMeasurementPeriodUmtsType struct {
	// contains filtered or unexported fields
}

func (NullableMeasurementPeriodUmtsType) Get ¶

func (NullableMeasurementPeriodUmtsType) IsSet ¶

func (NullableMeasurementPeriodUmtsType) MarshalJSON ¶

func (v NullableMeasurementPeriodUmtsType) MarshalJSON() ([]byte, error)

func (*NullableMeasurementPeriodUmtsType) Set ¶

func (*NullableMeasurementPeriodUmtsType) UnmarshalJSON ¶

func (v *NullableMeasurementPeriodUmtsType) UnmarshalJSON(src []byte) error

func (*NullableMeasurementPeriodUmtsType) Unset ¶

type NullableMeasurementQuantityType ¶

type NullableMeasurementQuantityType struct {
	// contains filtered or unexported fields
}

func (NullableMeasurementQuantityType) Get ¶

func (NullableMeasurementQuantityType) IsSet ¶

func (NullableMeasurementQuantityType) MarshalJSON ¶

func (v NullableMeasurementQuantityType) MarshalJSON() ([]byte, error)

func (*NullableMeasurementQuantityType) Set ¶

func (*NullableMeasurementQuantityType) UnmarshalJSON ¶

func (v *NullableMeasurementQuantityType) UnmarshalJSON(src []byte) error

func (*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 NullableMnS1 ¶

type NullableMnS1 struct {
	// contains filtered or unexported fields
}

func NewNullableMnS1 ¶

func NewNullableMnS1(val *MnS1) *NullableMnS1

func (NullableMnS1) Get ¶

func (v NullableMnS1) Get() *MnS1

func (NullableMnS1) IsSet ¶

func (v NullableMnS1) IsSet() bool

func (NullableMnS1) MarshalJSON ¶

func (v NullableMnS1) MarshalJSON() ([]byte, error)

func (*NullableMnS1) Set ¶

func (v *NullableMnS1) Set(val *MnS1)

func (*NullableMnS1) UnmarshalJSON ¶

func (v *NullableMnS1) UnmarshalJSON(src []byte) error

func (*NullableMnS1) Unset ¶

func (v *NullableMnS1) Unset()

type NullableMnSOneOf ¶

type NullableMnSOneOf struct {
	// contains filtered or unexported fields
}

func NewNullableMnSOneOf ¶

func NewNullableMnSOneOf(val *MnSOneOf) *NullableMnSOneOf

func (NullableMnSOneOf) Get ¶

func (v NullableMnSOneOf) Get() *MnSOneOf

func (NullableMnSOneOf) IsSet ¶

func (v NullableMnSOneOf) IsSet() bool

func (NullableMnSOneOf) MarshalJSON ¶

func (v NullableMnSOneOf) MarshalJSON() ([]byte, error)

func (*NullableMnSOneOf) Set ¶

func (v *NullableMnSOneOf) Set(val *MnSOneOf)

func (*NullableMnSOneOf) UnmarshalJSON ¶

func (v *NullableMnSOneOf) UnmarshalJSON(src []byte) error

func (*NullableMnSOneOf) Unset ¶

func (v *NullableMnSOneOf) Unset()

type NullableMnSOneOf1 ¶

type NullableMnSOneOf1 struct {
	// contains filtered or unexported fields
}

func NewNullableMnSOneOf1 ¶

func NewNullableMnSOneOf1(val *MnSOneOf1) *NullableMnSOneOf1

func (NullableMnSOneOf1) Get ¶

func (v NullableMnSOneOf1) Get() *MnSOneOf1

func (NullableMnSOneOf1) IsSet ¶

func (v NullableMnSOneOf1) IsSet() bool

func (NullableMnSOneOf1) MarshalJSON ¶

func (v NullableMnSOneOf1) MarshalJSON() ([]byte, error)

func (*NullableMnSOneOf1) Set ¶

func (v *NullableMnSOneOf1) Set(val *MnSOneOf1)

func (*NullableMnSOneOf1) UnmarshalJSON ¶

func (v *NullableMnSOneOf1) UnmarshalJSON(src []byte) error

func (*NullableMnSOneOf1) Unset ¶

func (v *NullableMnSOneOf1) Unset()

type NullableMnsAgentSingle ¶

type NullableMnsAgentSingle struct {
	// contains filtered or unexported fields
}

func NewNullableMnsAgentSingle ¶

func NewNullableMnsAgentSingle(val *MnsAgentSingle) *NullableMnsAgentSingle

func (NullableMnsAgentSingle) Get ¶

func (NullableMnsAgentSingle) IsSet ¶

func (v NullableMnsAgentSingle) IsSet() bool

func (NullableMnsAgentSingle) MarshalJSON ¶

func (v NullableMnsAgentSingle) MarshalJSON() ([]byte, error)

func (*NullableMnsAgentSingle) Set ¶

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 (NullableMnsAgentSingleAllOf) Get ¶

func (NullableMnsAgentSingleAllOf) IsSet ¶

func (NullableMnsAgentSingleAllOf) MarshalJSON ¶

func (v NullableMnsAgentSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableMnsAgentSingleAllOf) Set ¶

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 (NullableMnsAgentSingleAllOfAttributes) Get ¶

func (NullableMnsAgentSingleAllOfAttributes) IsSet ¶

func (NullableMnsAgentSingleAllOfAttributes) MarshalJSON ¶

func (v NullableMnsAgentSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*NullableMnsAgentSingleAllOfAttributes) Set ¶

func (*NullableMnsAgentSingleAllOfAttributes) UnmarshalJSON ¶

func (v *NullableMnsAgentSingleAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullableMnsAgentSingleAllOfAttributes) Unset ¶

type NullableMnsInfoSingle ¶

type NullableMnsInfoSingle struct {
	// contains filtered or unexported fields
}

func NewNullableMnsInfoSingle ¶

func NewNullableMnsInfoSingle(val *MnsInfoSingle) *NullableMnsInfoSingle

func (NullableMnsInfoSingle) Get ¶

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 (NullableMnsRegistrySingle) IsSet ¶

func (v NullableMnsRegistrySingle) IsSet() bool

func (NullableMnsRegistrySingle) MarshalJSON ¶

func (v NullableMnsRegistrySingle) MarshalJSON() ([]byte, error)

func (*NullableMnsRegistrySingle) Set ¶

func (*NullableMnsRegistrySingle) UnmarshalJSON ¶

func (v *NullableMnsRegistrySingle) UnmarshalJSON(src []byte) error

func (*NullableMnsRegistrySingle) Unset ¶

func (v *NullableMnsRegistrySingle) Unset()

type NullableMobilityLevel ¶

type NullableMobilityLevel struct {
	// contains filtered or unexported fields
}

func NewNullableMobilityLevel ¶

func NewNullableMobilityLevel(val *MobilityLevel) *NullableMobilityLevel

func (NullableMobilityLevel) Get ¶

func (NullableMobilityLevel) IsSet ¶

func (v NullableMobilityLevel) IsSet() bool

func (NullableMobilityLevel) MarshalJSON ¶

func (v NullableMobilityLevel) MarshalJSON() ([]byte, error)

func (*NullableMobilityLevel) Set ¶

func (v *NullableMobilityLevel) Set(val *MobilityLevel)

func (*NullableMobilityLevel) UnmarshalJSON ¶

func (v *NullableMobilityLevel) UnmarshalJSON(src []byte) error

func (*NullableMobilityLevel) Unset ¶

func (v *NullableMobilityLevel) Unset()

type NullableModel5GCNfConnEcmInfo ¶

type NullableModel5GCNfConnEcmInfo struct {
	// contains filtered or unexported fields
}

func (NullableModel5GCNfConnEcmInfo) Get ¶

func (NullableModel5GCNfConnEcmInfo) IsSet ¶

func (NullableModel5GCNfConnEcmInfo) MarshalJSON ¶

func (v NullableModel5GCNfConnEcmInfo) MarshalJSON() ([]byte, error)

func (*NullableModel5GCNfConnEcmInfo) Set ¶

func (*NullableModel5GCNfConnEcmInfo) UnmarshalJSON ¶

func (v *NullableModel5GCNfConnEcmInfo) UnmarshalJSON(src []byte) error

func (*NullableModel5GCNfConnEcmInfo) Unset ¶

func (v *NullableModel5GCNfConnEcmInfo) Unset()

type NullableModelPerformance ¶

type NullableModelPerformance struct {
	// contains filtered or unexported fields
}

func NewNullableModelPerformance ¶

func NewNullableModelPerformance(val *ModelPerformance) *NullableModelPerformance

func (NullableModelPerformance) Get ¶

func (NullableModelPerformance) IsSet ¶

func (v NullableModelPerformance) IsSet() bool

func (NullableModelPerformance) MarshalJSON ¶

func (v NullableModelPerformance) MarshalJSON() ([]byte, error)

func (*NullableModelPerformance) Set ¶

func (*NullableModelPerformance) UnmarshalJSON ¶

func (v *NullableModelPerformance) UnmarshalJSON(src []byte) error

func (*NullableModelPerformance) Unset ¶

func (v *NullableModelPerformance) Unset()

type NullableMoiChange ¶

type NullableMoiChange struct {
	// contains filtered or unexported fields
}

func NewNullableMoiChange ¶

func NewNullableMoiChange(val *MoiChange) *NullableMoiChange

func (NullableMoiChange) Get ¶

func (v NullableMoiChange) Get() *MoiChange

func (NullableMoiChange) IsSet ¶

func (v NullableMoiChange) IsSet() bool

func (NullableMoiChange) MarshalJSON ¶

func (v NullableMoiChange) MarshalJSON() ([]byte, error)

func (*NullableMoiChange) Set ¶

func (v *NullableMoiChange) Set(val *MoiChange)

func (*NullableMoiChange) UnmarshalJSON ¶

func (v *NullableMoiChange) UnmarshalJSON(src []byte) error

func (*NullableMoiChange) Unset ¶

func (v *NullableMoiChange) Unset()

type NullableMulticastAccessControl ¶

type NullableMulticastAccessControl struct {
	// contains filtered or unexported fields
}

func (NullableMulticastAccessControl) Get ¶

func (NullableMulticastAccessControl) IsSet ¶

func (NullableMulticastAccessControl) MarshalJSON ¶

func (v NullableMulticastAccessControl) MarshalJSON() ([]byte, error)

func (*NullableMulticastAccessControl) Set ¶

func (*NullableMulticastAccessControl) UnmarshalJSON ¶

func (v *NullableMulticastAccessControl) UnmarshalJSON(src []byte) error

func (*NullableMulticastAccessControl) Unset ¶

func (v *NullableMulticastAccessControl) Unset()

type NullableN3iwfFunctionSingle ¶

type NullableN3iwfFunctionSingle struct {
	// contains filtered or unexported fields
}

func (NullableN3iwfFunctionSingle) Get ¶

func (NullableN3iwfFunctionSingle) IsSet ¶

func (NullableN3iwfFunctionSingle) MarshalJSON ¶

func (v NullableN3iwfFunctionSingle) MarshalJSON() ([]byte, error)

func (*NullableN3iwfFunctionSingle) Set ¶

func (*NullableN3iwfFunctionSingle) UnmarshalJSON ¶

func (v *NullableN3iwfFunctionSingle) UnmarshalJSON(src []byte) error

func (*NullableN3iwfFunctionSingle) Unset ¶

func (v *NullableN3iwfFunctionSingle) Unset()

type NullableN3iwfFunctionSingleAllOf ¶

type NullableN3iwfFunctionSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableN3iwfFunctionSingleAllOf) Get ¶

func (NullableN3iwfFunctionSingleAllOf) IsSet ¶

func (NullableN3iwfFunctionSingleAllOf) MarshalJSON ¶

func (v NullableN3iwfFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableN3iwfFunctionSingleAllOf) Set ¶

func (*NullableN3iwfFunctionSingleAllOf) UnmarshalJSON ¶

func (v *NullableN3iwfFunctionSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableN3iwfFunctionSingleAllOf) Unset ¶

type NullableN3iwfFunctionSingleAllOf1 ¶

type NullableN3iwfFunctionSingleAllOf1 struct {
	// contains filtered or unexported fields
}

func (NullableN3iwfFunctionSingleAllOf1) Get ¶

func (NullableN3iwfFunctionSingleAllOf1) IsSet ¶

func (NullableN3iwfFunctionSingleAllOf1) MarshalJSON ¶

func (v NullableN3iwfFunctionSingleAllOf1) MarshalJSON() ([]byte, error)

func (*NullableN3iwfFunctionSingleAllOf1) Set ¶

func (*NullableN3iwfFunctionSingleAllOf1) UnmarshalJSON ¶

func (v *NullableN3iwfFunctionSingleAllOf1) UnmarshalJSON(src []byte) error

func (*NullableN3iwfFunctionSingleAllOf1) Unset ¶

type NullableN3iwfFunctionSingleAllOfAttributes ¶

type NullableN3iwfFunctionSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableN3iwfFunctionSingleAllOfAttributes) Get ¶

func (NullableN3iwfFunctionSingleAllOfAttributes) IsSet ¶

func (NullableN3iwfFunctionSingleAllOfAttributes) MarshalJSON ¶

func (*NullableN3iwfFunctionSingleAllOfAttributes) Set ¶

func (*NullableN3iwfFunctionSingleAllOfAttributes) UnmarshalJSON ¶

func (v *NullableN3iwfFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullableN3iwfFunctionSingleAllOfAttributes) Unset ¶

type NullableN3iwfFunctionSingleAllOfAttributesAllOf ¶

type NullableN3iwfFunctionSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableN3iwfFunctionSingleAllOfAttributesAllOf) Get ¶

func (NullableN3iwfFunctionSingleAllOfAttributesAllOf) IsSet ¶

func (NullableN3iwfFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*NullableN3iwfFunctionSingleAllOfAttributesAllOf) Set ¶

func (*NullableN3iwfFunctionSingleAllOfAttributesAllOf) UnmarshalJSON ¶

func (*NullableN3iwfFunctionSingleAllOfAttributesAllOf) Unset ¶

type NullableN6Protection ¶

type NullableN6Protection struct {
	// contains filtered or unexported fields
}

func NewNullableN6Protection ¶

func NewNullableN6Protection(val *N6Protection) *NullableN6Protection

func (NullableN6Protection) Get ¶

func (NullableN6Protection) IsSet ¶

func (v NullableN6Protection) IsSet() bool

func (NullableN6Protection) MarshalJSON ¶

func (v NullableN6Protection) MarshalJSON() ([]byte, error)

func (*NullableN6Protection) Set ¶

func (v *NullableN6Protection) Set(val *N6Protection)

func (*NullableN6Protection) UnmarshalJSON ¶

func (v *NullableN6Protection) UnmarshalJSON(src []byte) error

func (*NullableN6Protection) Unset ¶

func (v *NullableN6Protection) Unset()

type NullableNBIoT ¶

type NullableNBIoT struct {
	// contains filtered or unexported fields
}

func NewNullableNBIoT ¶

func NewNullableNBIoT(val *NBIoT) *NullableNBIoT

func (NullableNBIoT) Get ¶

func (v NullableNBIoT) Get() *NBIoT

func (NullableNBIoT) IsSet ¶

func (v NullableNBIoT) IsSet() bool

func (NullableNBIoT) MarshalJSON ¶

func (v NullableNBIoT) MarshalJSON() ([]byte, error)

func (*NullableNBIoT) Set ¶

func (v *NullableNBIoT) Set(val *NBIoT)

func (*NullableNBIoT) UnmarshalJSON ¶

func (v *NullableNBIoT) UnmarshalJSON(src []byte) error

func (*NullableNBIoT) Unset ¶

func (v *NullableNBIoT) Unset()

type NullableNFProfile ¶

type NullableNFProfile struct {
	// contains filtered or unexported fields
}

func NewNullableNFProfile ¶

func NewNullableNFProfile(val *NFProfile) *NullableNFProfile

func (NullableNFProfile) Get ¶

func (v NullableNFProfile) Get() *NFProfile

func (NullableNFProfile) IsSet ¶

func (v NullableNFProfile) IsSet() bool

func (NullableNFProfile) MarshalJSON ¶

func (v NullableNFProfile) MarshalJSON() ([]byte, error)

func (*NullableNFProfile) Set ¶

func (v *NullableNFProfile) Set(val *NFProfile)

func (*NullableNFProfile) UnmarshalJSON ¶

func (v *NullableNFProfile) UnmarshalJSON(src []byte) error

func (*NullableNFProfile) Unset ¶

func (v *NullableNFProfile) Unset()

type NullableNFService ¶

type NullableNFService struct {
	// contains filtered or unexported fields
}

func NewNullableNFService ¶

func NewNullableNFService(val *NFService) *NullableNFService

func (NullableNFService) Get ¶

func (v NullableNFService) Get() *NFService

func (NullableNFService) IsSet ¶

func (v NullableNFService) IsSet() bool

func (NullableNFService) MarshalJSON ¶

func (v NullableNFService) MarshalJSON() ([]byte, error)

func (*NullableNFService) Set ¶

func (v *NullableNFService) Set(val *NFService)

func (*NullableNFService) UnmarshalJSON ¶

func (v *NullableNFService) UnmarshalJSON(src []byte) error

func (*NullableNFService) Unset ¶

func (v *NullableNFService) Unset()

type NullableNFServiceType ¶

type NullableNFServiceType struct {
	// contains filtered or unexported fields
}

func NewNullableNFServiceType ¶

func NewNullableNFServiceType(val *NFServiceType) *NullableNFServiceType

func (NullableNFServiceType) Get ¶

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 NullableNFStatus ¶

type NullableNFStatus struct {
	// contains filtered or unexported fields
}

func NewNullableNFStatus ¶

func NewNullableNFStatus(val *NFStatus) *NullableNFStatus

func (NullableNFStatus) Get ¶

func (v NullableNFStatus) Get() *NFStatus

func (NullableNFStatus) IsSet ¶

func (v NullableNFStatus) IsSet() bool

func (NullableNFStatus) MarshalJSON ¶

func (v NullableNFStatus) MarshalJSON() ([]byte, error)

func (*NullableNFStatus) Set ¶

func (v *NullableNFStatus) Set(val *NFStatus)

func (*NullableNFStatus) UnmarshalJSON ¶

func (v *NullableNFStatus) UnmarshalJSON(src []byte) error

func (*NullableNFStatus) Unset ¶

func (v *NullableNFStatus) Unset()

type NullableNFType ¶

type NullableNFType struct {
	// contains filtered or unexported fields
}

func NewNullableNFType ¶

func NewNullableNFType(val *NFType) *NullableNFType

func (NullableNFType) Get ¶

func (v NullableNFType) Get() *NFType

func (NullableNFType) IsSet ¶

func (v NullableNFType) IsSet() bool

func (NullableNFType) MarshalJSON ¶

func (v NullableNFType) MarshalJSON() ([]byte, error)

func (*NullableNFType) Set ¶

func (v *NullableNFType) Set(val *NFType)

func (*NullableNFType) UnmarshalJSON ¶

func (v *NullableNFType) UnmarshalJSON(src []byte) error

func (*NullableNFType) Unset ¶

func (v *NullableNFType) Unset()

type NullableNRCellRelationSingle ¶

type NullableNRCellRelationSingle struct {
	// contains filtered or unexported fields
}

func (NullableNRCellRelationSingle) Get ¶

func (NullableNRCellRelationSingle) IsSet ¶

func (NullableNRCellRelationSingle) MarshalJSON ¶

func (v NullableNRCellRelationSingle) MarshalJSON() ([]byte, error)

func (*NullableNRCellRelationSingle) Set ¶

func (*NullableNRCellRelationSingle) UnmarshalJSON ¶

func (v *NullableNRCellRelationSingle) UnmarshalJSON(src []byte) error

func (*NullableNRCellRelationSingle) Unset ¶

func (v *NullableNRCellRelationSingle) Unset()

type NullableNRCellRelationSingleAllOf ¶

type NullableNRCellRelationSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableNRCellRelationSingleAllOf) Get ¶

func (NullableNRCellRelationSingleAllOf) IsSet ¶

func (NullableNRCellRelationSingleAllOf) MarshalJSON ¶

func (v NullableNRCellRelationSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableNRCellRelationSingleAllOf) Set ¶

func (*NullableNRCellRelationSingleAllOf) UnmarshalJSON ¶

func (v *NullableNRCellRelationSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableNRCellRelationSingleAllOf) Unset ¶

type NullableNRCellRelationSingleAllOfAttributes ¶

type NullableNRCellRelationSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableNRCellRelationSingleAllOfAttributes) Get ¶

func (NullableNRCellRelationSingleAllOfAttributes) IsSet ¶

func (NullableNRCellRelationSingleAllOfAttributes) MarshalJSON ¶

func (*NullableNRCellRelationSingleAllOfAttributes) Set ¶

func (*NullableNRCellRelationSingleAllOfAttributes) UnmarshalJSON ¶

func (v *NullableNRCellRelationSingleAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullableNRCellRelationSingleAllOfAttributes) Unset ¶

type NullableNRFqBandContext ¶

type NullableNRFqBandContext struct {
	// contains filtered or unexported fields
}

func NewNullableNRFqBandContext ¶

func NewNullableNRFqBandContext(val *NRFqBandContext) *NullableNRFqBandContext

func (NullableNRFqBandContext) Get ¶

func (NullableNRFqBandContext) IsSet ¶

func (v NullableNRFqBandContext) IsSet() bool

func (NullableNRFqBandContext) MarshalJSON ¶

func (v NullableNRFqBandContext) MarshalJSON() ([]byte, error)

func (*NullableNRFqBandContext) Set ¶

func (*NullableNRFqBandContext) UnmarshalJSON ¶

func (v *NullableNRFqBandContext) UnmarshalJSON(src []byte) error

func (*NullableNRFqBandContext) Unset ¶

func (v *NullableNRFqBandContext) Unset()

type NullableNRFreqRelationSingle ¶

type NullableNRFreqRelationSingle struct {
	// contains filtered or unexported fields
}

func (NullableNRFreqRelationSingle) Get ¶

func (NullableNRFreqRelationSingle) IsSet ¶

func (NullableNRFreqRelationSingle) MarshalJSON ¶

func (v NullableNRFreqRelationSingle) MarshalJSON() ([]byte, error)

func (*NullableNRFreqRelationSingle) Set ¶

func (*NullableNRFreqRelationSingle) UnmarshalJSON ¶

func (v *NullableNRFreqRelationSingle) UnmarshalJSON(src []byte) error

func (*NullableNRFreqRelationSingle) Unset ¶

func (v *NullableNRFreqRelationSingle) Unset()

type NullableNRFreqRelationSingleAllOf ¶

type NullableNRFreqRelationSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableNRFreqRelationSingleAllOf) Get ¶

func (NullableNRFreqRelationSingleAllOf) IsSet ¶

func (NullableNRFreqRelationSingleAllOf) MarshalJSON ¶

func (v NullableNRFreqRelationSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableNRFreqRelationSingleAllOf) Set ¶

func (*NullableNRFreqRelationSingleAllOf) UnmarshalJSON ¶

func (v *NullableNRFreqRelationSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableNRFreqRelationSingleAllOf) Unset ¶

type NullableNRFreqRelationSingleAllOfAttributes ¶

type NullableNRFreqRelationSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableNRFreqRelationSingleAllOfAttributes) Get ¶

func (NullableNRFreqRelationSingleAllOfAttributes) IsSet ¶

func (NullableNRFreqRelationSingleAllOfAttributes) MarshalJSON ¶

func (*NullableNRFreqRelationSingleAllOfAttributes) Set ¶

func (*NullableNRFreqRelationSingleAllOfAttributes) UnmarshalJSON ¶

func (v *NullableNRFreqRelationSingleAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullableNRFreqRelationSingleAllOfAttributes) Unset ¶

type NullableNRFrequencySingle ¶

type NullableNRFrequencySingle struct {
	// contains filtered or unexported fields
}

func NewNullableNRFrequencySingle ¶

func NewNullableNRFrequencySingle(val *NRFrequencySingle) *NullableNRFrequencySingle

func (NullableNRFrequencySingle) Get ¶

func (NullableNRFrequencySingle) IsSet ¶

func (v NullableNRFrequencySingle) IsSet() bool

func (NullableNRFrequencySingle) MarshalJSON ¶

func (v NullableNRFrequencySingle) MarshalJSON() ([]byte, error)

func (*NullableNRFrequencySingle) Set ¶

func (*NullableNRFrequencySingle) UnmarshalJSON ¶

func (v *NullableNRFrequencySingle) UnmarshalJSON(src []byte) error

func (*NullableNRFrequencySingle) Unset ¶

func (v *NullableNRFrequencySingle) Unset()

type NullableNRFrequencySingleAllOf ¶

type NullableNRFrequencySingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableNRFrequencySingleAllOf) Get ¶

func (NullableNRFrequencySingleAllOf) IsSet ¶

func (NullableNRFrequencySingleAllOf) MarshalJSON ¶

func (v NullableNRFrequencySingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableNRFrequencySingleAllOf) Set ¶

func (*NullableNRFrequencySingleAllOf) UnmarshalJSON ¶

func (v *NullableNRFrequencySingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableNRFrequencySingleAllOf) Unset ¶

func (v *NullableNRFrequencySingleAllOf) Unset()

type NullableNRFrequencySingleAllOfAttributes ¶

type NullableNRFrequencySingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableNRFrequencySingleAllOfAttributes) Get ¶

func (NullableNRFrequencySingleAllOfAttributes) IsSet ¶

func (NullableNRFrequencySingleAllOfAttributes) MarshalJSON ¶

func (*NullableNRFrequencySingleAllOfAttributes) Set ¶

func (*NullableNRFrequencySingleAllOfAttributes) UnmarshalJSON ¶

func (v *NullableNRFrequencySingleAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullableNRFrequencySingleAllOfAttributes) Unset ¶

type NullableNRPciList ¶

type NullableNRPciList struct {
	// contains filtered or unexported fields
}

func NewNullableNRPciList ¶

func NewNullableNRPciList(val *NRPciList) *NullableNRPciList

func (NullableNRPciList) Get ¶

func (v NullableNRPciList) Get() *NRPciList

func (NullableNRPciList) IsSet ¶

func (v NullableNRPciList) IsSet() bool

func (NullableNRPciList) MarshalJSON ¶

func (v NullableNRPciList) MarshalJSON() ([]byte, error)

func (*NullableNRPciList) Set ¶

func (v *NullableNRPciList) Set(val *NRPciList)

func (*NullableNRPciList) UnmarshalJSON ¶

func (v *NullableNRPciList) UnmarshalJSON(src []byte) error

func (*NullableNRPciList) Unset ¶

func (v *NullableNRPciList) Unset()

type NullableNRTACRange ¶

type NullableNRTACRange struct {
	// contains filtered or unexported fields
}

func NewNullableNRTACRange ¶

func NewNullableNRTACRange(val *NRTACRange) *NullableNRTACRange

func (NullableNRTACRange) Get ¶

func (v NullableNRTACRange) Get() *NRTACRange

func (NullableNRTACRange) IsSet ¶

func (v NullableNRTACRange) IsSet() bool

func (NullableNRTACRange) MarshalJSON ¶

func (v NullableNRTACRange) MarshalJSON() ([]byte, error)

func (*NullableNRTACRange) Set ¶

func (v *NullableNRTACRange) Set(val *NRTACRange)

func (*NullableNRTACRange) UnmarshalJSON ¶

func (v *NullableNRTACRange) UnmarshalJSON(src []byte) error

func (*NullableNRTACRange) Unset ¶

func (v *NullableNRTACRange) Unset()

type NullableNSSAASupport ¶

type NullableNSSAASupport struct {
	// contains filtered or unexported fields
}

func NewNullableNSSAASupport ¶

func NewNullableNSSAASupport(val *NSSAASupport) *NullableNSSAASupport

func (NullableNSSAASupport) Get ¶

func (NullableNSSAASupport) IsSet ¶

func (v NullableNSSAASupport) IsSet() bool

func (NullableNSSAASupport) MarshalJSON ¶

func (v NullableNSSAASupport) MarshalJSON() ([]byte, error)

func (*NullableNSSAASupport) Set ¶

func (v *NullableNSSAASupport) Set(val *NSSAASupport)

func (*NullableNSSAASupport) UnmarshalJSON ¶

func (v *NullableNSSAASupport) UnmarshalJSON(src []byte) error

func (*NullableNSSAASupport) Unset ¶

func (v *NullableNSSAASupport) Unset()

type NullableNefFunctionSingle ¶

type NullableNefFunctionSingle struct {
	// contains filtered or unexported fields
}

func NewNullableNefFunctionSingle ¶

func NewNullableNefFunctionSingle(val *NefFunctionSingle) *NullableNefFunctionSingle

func (NullableNefFunctionSingle) Get ¶

func (NullableNefFunctionSingle) IsSet ¶

func (v NullableNefFunctionSingle) IsSet() bool

func (NullableNefFunctionSingle) MarshalJSON ¶

func (v NullableNefFunctionSingle) MarshalJSON() ([]byte, error)

func (*NullableNefFunctionSingle) Set ¶

func (*NullableNefFunctionSingle) UnmarshalJSON ¶

func (v *NullableNefFunctionSingle) UnmarshalJSON(src []byte) error

func (*NullableNefFunctionSingle) Unset ¶

func (v *NullableNefFunctionSingle) Unset()

type NullableNefFunctionSingleAllOf ¶

type NullableNefFunctionSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableNefFunctionSingleAllOf) Get ¶

func (NullableNefFunctionSingleAllOf) IsSet ¶

func (NullableNefFunctionSingleAllOf) MarshalJSON ¶

func (v NullableNefFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableNefFunctionSingleAllOf) Set ¶

func (*NullableNefFunctionSingleAllOf) UnmarshalJSON ¶

func (v *NullableNefFunctionSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableNefFunctionSingleAllOf) Unset ¶

func (v *NullableNefFunctionSingleAllOf) Unset()

type NullableNefFunctionSingleAllOf1 ¶

type NullableNefFunctionSingleAllOf1 struct {
	// contains filtered or unexported fields
}

func (NullableNefFunctionSingleAllOf1) Get ¶

func (NullableNefFunctionSingleAllOf1) IsSet ¶

func (NullableNefFunctionSingleAllOf1) MarshalJSON ¶

func (v NullableNefFunctionSingleAllOf1) MarshalJSON() ([]byte, error)

func (*NullableNefFunctionSingleAllOf1) Set ¶

func (*NullableNefFunctionSingleAllOf1) UnmarshalJSON ¶

func (v *NullableNefFunctionSingleAllOf1) UnmarshalJSON(src []byte) error

func (*NullableNefFunctionSingleAllOf1) Unset ¶

type NullableNefFunctionSingleAllOfAttributes ¶

type NullableNefFunctionSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableNefFunctionSingleAllOfAttributes) Get ¶

func (NullableNefFunctionSingleAllOfAttributes) IsSet ¶

func (NullableNefFunctionSingleAllOfAttributes) MarshalJSON ¶

func (*NullableNefFunctionSingleAllOfAttributes) Set ¶

func (*NullableNefFunctionSingleAllOfAttributes) UnmarshalJSON ¶

func (v *NullableNefFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullableNefFunctionSingleAllOfAttributes) Unset ¶

type NullableNefFunctionSingleAllOfAttributesAllOf ¶

type NullableNefFunctionSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableNefFunctionSingleAllOfAttributesAllOf) Get ¶

func (NullableNefFunctionSingleAllOfAttributesAllOf) IsSet ¶

func (NullableNefFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*NullableNefFunctionSingleAllOfAttributesAllOf) Set ¶

func (*NullableNefFunctionSingleAllOfAttributesAllOf) UnmarshalJSON ¶

func (*NullableNefFunctionSingleAllOfAttributesAllOf) Unset ¶

type NullableNetworkSliceInfo ¶

type NullableNetworkSliceInfo struct {
	// contains filtered or unexported fields
}

func NewNullableNetworkSliceInfo ¶

func NewNullableNetworkSliceInfo(val *NetworkSliceInfo) *NullableNetworkSliceInfo

func (NullableNetworkSliceInfo) Get ¶

func (NullableNetworkSliceInfo) IsSet ¶

func (v NullableNetworkSliceInfo) IsSet() bool

func (NullableNetworkSliceInfo) MarshalJSON ¶

func (v NullableNetworkSliceInfo) MarshalJSON() ([]byte, error)

func (*NullableNetworkSliceInfo) Set ¶

func (*NullableNetworkSliceInfo) UnmarshalJSON ¶

func (v *NullableNetworkSliceInfo) UnmarshalJSON(src []byte) error

func (*NullableNetworkSliceInfo) Unset ¶

func (v *NullableNetworkSliceInfo) Unset()

type NullableNetworkSliceSharingIndicator ¶

type NullableNetworkSliceSharingIndicator struct {
	// contains filtered or unexported fields
}

func (NullableNetworkSliceSharingIndicator) Get ¶

func (NullableNetworkSliceSharingIndicator) IsSet ¶

func (NullableNetworkSliceSharingIndicator) MarshalJSON ¶

func (v NullableNetworkSliceSharingIndicator) MarshalJSON() ([]byte, error)

func (*NullableNetworkSliceSharingIndicator) Set ¶

func (*NullableNetworkSliceSharingIndicator) UnmarshalJSON ¶

func (v *NullableNetworkSliceSharingIndicator) UnmarshalJSON(src []byte) error

func (*NullableNetworkSliceSharingIndicator) Unset ¶

type NullableNetworkSliceSingle ¶

type NullableNetworkSliceSingle struct {
	// contains filtered or unexported fields
}

func NewNullableNetworkSliceSingle ¶

func NewNullableNetworkSliceSingle(val *NetworkSliceSingle) *NullableNetworkSliceSingle

func (NullableNetworkSliceSingle) Get ¶

func (NullableNetworkSliceSingle) IsSet ¶

func (v NullableNetworkSliceSingle) IsSet() bool

func (NullableNetworkSliceSingle) MarshalJSON ¶

func (v NullableNetworkSliceSingle) MarshalJSON() ([]byte, error)

func (*NullableNetworkSliceSingle) Set ¶

func (*NullableNetworkSliceSingle) UnmarshalJSON ¶

func (v *NullableNetworkSliceSingle) UnmarshalJSON(src []byte) error

func (*NullableNetworkSliceSingle) Unset ¶

func (v *NullableNetworkSliceSingle) Unset()

type NullableNetworkSliceSingleAllOf ¶

type NullableNetworkSliceSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableNetworkSliceSingleAllOf) Get ¶

func (NullableNetworkSliceSingleAllOf) IsSet ¶

func (NullableNetworkSliceSingleAllOf) MarshalJSON ¶

func (v NullableNetworkSliceSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableNetworkSliceSingleAllOf) Set ¶

func (*NullableNetworkSliceSingleAllOf) UnmarshalJSON ¶

func (v *NullableNetworkSliceSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableNetworkSliceSingleAllOf) Unset ¶

type NullableNetworkSliceSingleAllOfAttributes ¶

type NullableNetworkSliceSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableNetworkSliceSingleAllOfAttributes) Get ¶

func (NullableNetworkSliceSingleAllOfAttributes) IsSet ¶

func (NullableNetworkSliceSingleAllOfAttributes) MarshalJSON ¶

func (*NullableNetworkSliceSingleAllOfAttributes) Set ¶

func (*NullableNetworkSliceSingleAllOfAttributes) UnmarshalJSON ¶

func (v *NullableNetworkSliceSingleAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullableNetworkSliceSingleAllOfAttributes) Unset ¶

type NullableNetworkSliceSingleAllOfAttributesAllOf ¶

type NullableNetworkSliceSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableNetworkSliceSingleAllOfAttributesAllOf) Get ¶

func (NullableNetworkSliceSingleAllOfAttributesAllOf) IsSet ¶

func (NullableNetworkSliceSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*NullableNetworkSliceSingleAllOfAttributesAllOf) Set ¶

func (*NullableNetworkSliceSingleAllOfAttributesAllOf) UnmarshalJSON ¶

func (*NullableNetworkSliceSingleAllOfAttributesAllOf) Unset ¶

type NullableNetworkSliceSubnetProviderCapabilitiesSingle ¶

type NullableNetworkSliceSubnetProviderCapabilitiesSingle struct {
	// contains filtered or unexported fields
}

func (NullableNetworkSliceSubnetProviderCapabilitiesSingle) Get ¶

func (NullableNetworkSliceSubnetProviderCapabilitiesSingle) IsSet ¶

func (NullableNetworkSliceSubnetProviderCapabilitiesSingle) MarshalJSON ¶

func (*NullableNetworkSliceSubnetProviderCapabilitiesSingle) Set ¶

func (*NullableNetworkSliceSubnetProviderCapabilitiesSingle) UnmarshalJSON ¶

func (*NullableNetworkSliceSubnetProviderCapabilitiesSingle) Unset ¶

type NullableNetworkSliceSubnetProviderCapabilitiesSingleAllOf ¶

type NullableNetworkSliceSubnetProviderCapabilitiesSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableNetworkSliceSubnetProviderCapabilitiesSingleAllOf) Get ¶

func (NullableNetworkSliceSubnetProviderCapabilitiesSingleAllOf) IsSet ¶

func (NullableNetworkSliceSubnetProviderCapabilitiesSingleAllOf) MarshalJSON ¶

func (*NullableNetworkSliceSubnetProviderCapabilitiesSingleAllOf) Set ¶

func (*NullableNetworkSliceSubnetProviderCapabilitiesSingleAllOf) UnmarshalJSON ¶

func (*NullableNetworkSliceSubnetProviderCapabilitiesSingleAllOf) Unset ¶

type NullableNetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributes ¶

type NullableNetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableNetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributes) Get ¶

func (NullableNetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributes) IsSet ¶

func (NullableNetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributes) MarshalJSON ¶

func (*NullableNetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributes) Set ¶

func (*NullableNetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributes) UnmarshalJSON ¶

func (*NullableNetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributes) Unset ¶

type NullableNetworkSliceSubnetSingle ¶

type NullableNetworkSliceSubnetSingle struct {
	// contains filtered or unexported fields
}

func (NullableNetworkSliceSubnetSingle) Get ¶

func (NullableNetworkSliceSubnetSingle) IsSet ¶

func (NullableNetworkSliceSubnetSingle) MarshalJSON ¶

func (v NullableNetworkSliceSubnetSingle) MarshalJSON() ([]byte, error)

func (*NullableNetworkSliceSubnetSingle) Set ¶

func (*NullableNetworkSliceSubnetSingle) UnmarshalJSON ¶

func (v *NullableNetworkSliceSubnetSingle) UnmarshalJSON(src []byte) error

func (*NullableNetworkSliceSubnetSingle) Unset ¶

type NullableNetworkSliceSubnetSingleAllOf ¶

type NullableNetworkSliceSubnetSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableNetworkSliceSubnetSingleAllOf) Get ¶

func (NullableNetworkSliceSubnetSingleAllOf) IsSet ¶

func (NullableNetworkSliceSubnetSingleAllOf) MarshalJSON ¶

func (v NullableNetworkSliceSubnetSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableNetworkSliceSubnetSingleAllOf) Set ¶

func (*NullableNetworkSliceSubnetSingleAllOf) UnmarshalJSON ¶

func (v *NullableNetworkSliceSubnetSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableNetworkSliceSubnetSingleAllOf) Unset ¶

type NullableNetworkSliceSubnetSingleAllOfAttributes ¶

type NullableNetworkSliceSubnetSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableNetworkSliceSubnetSingleAllOfAttributes) Get ¶

func (NullableNetworkSliceSubnetSingleAllOfAttributes) IsSet ¶

func (NullableNetworkSliceSubnetSingleAllOfAttributes) MarshalJSON ¶

func (*NullableNetworkSliceSubnetSingleAllOfAttributes) Set ¶

func (*NullableNetworkSliceSubnetSingleAllOfAttributes) UnmarshalJSON ¶

func (*NullableNetworkSliceSubnetSingleAllOfAttributes) Unset ¶

type NullableNetworkSliceSubnetSingleAllOfAttributesAllOf ¶

type NullableNetworkSliceSubnetSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableNetworkSliceSubnetSingleAllOfAttributesAllOf) Get ¶

func (NullableNetworkSliceSubnetSingleAllOfAttributesAllOf) IsSet ¶

func (NullableNetworkSliceSubnetSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*NullableNetworkSliceSubnetSingleAllOfAttributesAllOf) Set ¶

func (*NullableNetworkSliceSubnetSingleAllOfAttributesAllOf) UnmarshalJSON ¶

func (*NullableNetworkSliceSubnetSingleAllOfAttributesAllOf) Unset ¶

type NullableNgeirFunctionSingle ¶

type NullableNgeirFunctionSingle struct {
	// contains filtered or unexported fields
}

func (NullableNgeirFunctionSingle) Get ¶

func (NullableNgeirFunctionSingle) IsSet ¶

func (NullableNgeirFunctionSingle) MarshalJSON ¶

func (v NullableNgeirFunctionSingle) MarshalJSON() ([]byte, error)

func (*NullableNgeirFunctionSingle) Set ¶

func (*NullableNgeirFunctionSingle) UnmarshalJSON ¶

func (v *NullableNgeirFunctionSingle) UnmarshalJSON(src []byte) error

func (*NullableNgeirFunctionSingle) Unset ¶

func (v *NullableNgeirFunctionSingle) Unset()

type NullableNgeirFunctionSingleAllOf ¶

type NullableNgeirFunctionSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableNgeirFunctionSingleAllOf) Get ¶

func (NullableNgeirFunctionSingleAllOf) IsSet ¶

func (NullableNgeirFunctionSingleAllOf) MarshalJSON ¶

func (v NullableNgeirFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableNgeirFunctionSingleAllOf) Set ¶

func (*NullableNgeirFunctionSingleAllOf) UnmarshalJSON ¶

func (v *NullableNgeirFunctionSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableNgeirFunctionSingleAllOf) Unset ¶

type NullableNgeirFunctionSingleAllOf1 ¶

type NullableNgeirFunctionSingleAllOf1 struct {
	// contains filtered or unexported fields
}

func (NullableNgeirFunctionSingleAllOf1) Get ¶

func (NullableNgeirFunctionSingleAllOf1) IsSet ¶

func (NullableNgeirFunctionSingleAllOf1) MarshalJSON ¶

func (v NullableNgeirFunctionSingleAllOf1) MarshalJSON() ([]byte, error)

func (*NullableNgeirFunctionSingleAllOf1) Set ¶

func (*NullableNgeirFunctionSingleAllOf1) UnmarshalJSON ¶

func (v *NullableNgeirFunctionSingleAllOf1) UnmarshalJSON(src []byte) error

func (*NullableNgeirFunctionSingleAllOf1) Unset ¶

type NullableNgeirFunctionSingleAllOfAttributes ¶

type NullableNgeirFunctionSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableNgeirFunctionSingleAllOfAttributes) Get ¶

func (NullableNgeirFunctionSingleAllOfAttributes) IsSet ¶

func (NullableNgeirFunctionSingleAllOfAttributes) MarshalJSON ¶

func (*NullableNgeirFunctionSingleAllOfAttributes) Set ¶

func (*NullableNgeirFunctionSingleAllOfAttributes) UnmarshalJSON ¶

func (v *NullableNgeirFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullableNgeirFunctionSingleAllOfAttributes) Unset ¶

type NullableNgeirFunctionSingleAllOfAttributesAllOf ¶

type NullableNgeirFunctionSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableNgeirFunctionSingleAllOfAttributesAllOf) Get ¶

func (NullableNgeirFunctionSingleAllOfAttributesAllOf) IsSet ¶

func (NullableNgeirFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*NullableNgeirFunctionSingleAllOfAttributesAllOf) Set ¶

func (*NullableNgeirFunctionSingleAllOfAttributesAllOf) UnmarshalJSON ¶

func (*NullableNgeirFunctionSingleAllOfAttributesAllOf) 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 NullableNotFulfilledState ¶

type NullableNotFulfilledState struct {
	// contains filtered or unexported fields
}

func NewNullableNotFulfilledState ¶

func NewNullableNotFulfilledState(val *NotFulfilledState) *NullableNotFulfilledState

func (NullableNotFulfilledState) Get ¶

func (NullableNotFulfilledState) IsSet ¶

func (v NullableNotFulfilledState) IsSet() bool

func (NullableNotFulfilledState) MarshalJSON ¶

func (v NullableNotFulfilledState) MarshalJSON() ([]byte, error)

func (*NullableNotFulfilledState) Set ¶

func (*NullableNotFulfilledState) UnmarshalJSON ¶

func (v *NullableNotFulfilledState) UnmarshalJSON(src []byte) error

func (*NullableNotFulfilledState) Unset ¶

func (v *NullableNotFulfilledState) Unset()

type NullableNotificationHeader ¶

type NullableNotificationHeader struct {
	// contains filtered or unexported fields
}

func NewNullableNotificationHeader ¶

func NewNullableNotificationHeader(val *NotificationHeader) *NullableNotificationHeader

func (NullableNotificationHeader) Get ¶

func (NullableNotificationHeader) IsSet ¶

func (v NullableNotificationHeader) IsSet() bool

func (NullableNotificationHeader) MarshalJSON ¶

func (v NullableNotificationHeader) MarshalJSON() ([]byte, error)

func (*NullableNotificationHeader) Set ¶

func (*NullableNotificationHeader) UnmarshalJSON ¶

func (v *NullableNotificationHeader) UnmarshalJSON(src []byte) error

func (*NullableNotificationHeader) Unset ¶

func (v *NullableNotificationHeader) Unset()

type NullableNotificationType ¶

type NullableNotificationType struct {
	// contains filtered or unexported fields
}

func NewNullableNotificationType ¶

func NewNullableNotificationType(val *NotificationType) *NullableNotificationType

func (NullableNotificationType) Get ¶

func (NullableNotificationType) IsSet ¶

func (v NullableNotificationType) IsSet() bool

func (NullableNotificationType) MarshalJSON ¶

func (v NullableNotificationType) MarshalJSON() ([]byte, error)

func (*NullableNotificationType) Set ¶

func (*NullableNotificationType) UnmarshalJSON ¶

func (v *NullableNotificationType) UnmarshalJSON(src []byte) error

func (*NullableNotificationType) Unset ¶

func (v *NullableNotificationType) Unset()

type NullableNotifyMoiAttributeValueChanges ¶

type NullableNotifyMoiAttributeValueChanges struct {
	// contains filtered or unexported fields
}

func (NullableNotifyMoiAttributeValueChanges) Get ¶

func (NullableNotifyMoiAttributeValueChanges) IsSet ¶

func (NullableNotifyMoiAttributeValueChanges) MarshalJSON ¶

func (v NullableNotifyMoiAttributeValueChanges) MarshalJSON() ([]byte, error)

func (*NullableNotifyMoiAttributeValueChanges) Set ¶

func (*NullableNotifyMoiAttributeValueChanges) UnmarshalJSON ¶

func (v *NullableNotifyMoiAttributeValueChanges) UnmarshalJSON(src []byte) error

func (*NullableNotifyMoiAttributeValueChanges) Unset ¶

type NullableNotifyMoiAttributeValueChangesAllOf ¶

type NullableNotifyMoiAttributeValueChangesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableNotifyMoiAttributeValueChangesAllOf) Get ¶

func (NullableNotifyMoiAttributeValueChangesAllOf) IsSet ¶

func (NullableNotifyMoiAttributeValueChangesAllOf) MarshalJSON ¶

func (*NullableNotifyMoiAttributeValueChangesAllOf) Set ¶

func (*NullableNotifyMoiAttributeValueChangesAllOf) UnmarshalJSON ¶

func (v *NullableNotifyMoiAttributeValueChangesAllOf) UnmarshalJSON(src []byte) error

func (*NullableNotifyMoiAttributeValueChangesAllOf) Unset ¶

type NullableNotifyMoiChanges ¶

type NullableNotifyMoiChanges struct {
	// contains filtered or unexported fields
}

func NewNullableNotifyMoiChanges ¶

func NewNullableNotifyMoiChanges(val *NotifyMoiChanges) *NullableNotifyMoiChanges

func (NullableNotifyMoiChanges) Get ¶

func (NullableNotifyMoiChanges) IsSet ¶

func (v NullableNotifyMoiChanges) IsSet() bool

func (NullableNotifyMoiChanges) MarshalJSON ¶

func (v NullableNotifyMoiChanges) MarshalJSON() ([]byte, error)

func (*NullableNotifyMoiChanges) Set ¶

func (*NullableNotifyMoiChanges) UnmarshalJSON ¶

func (v *NullableNotifyMoiChanges) UnmarshalJSON(src []byte) error

func (*NullableNotifyMoiChanges) Unset ¶

func (v *NullableNotifyMoiChanges) Unset()

type NullableNotifyMoiChangesAllOf ¶

type NullableNotifyMoiChangesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableNotifyMoiChangesAllOf) Get ¶

func (NullableNotifyMoiChangesAllOf) IsSet ¶

func (NullableNotifyMoiChangesAllOf) MarshalJSON ¶

func (v NullableNotifyMoiChangesAllOf) MarshalJSON() ([]byte, error)

func (*NullableNotifyMoiChangesAllOf) Set ¶

func (*NullableNotifyMoiChangesAllOf) UnmarshalJSON ¶

func (v *NullableNotifyMoiChangesAllOf) UnmarshalJSON(src []byte) error

func (*NullableNotifyMoiChangesAllOf) Unset ¶

func (v *NullableNotifyMoiChangesAllOf) Unset()

type NullableNotifyMoiCreation ¶

type NullableNotifyMoiCreation struct {
	// contains filtered or unexported fields
}

func NewNullableNotifyMoiCreation ¶

func NewNullableNotifyMoiCreation(val *NotifyMoiCreation) *NullableNotifyMoiCreation

func (NullableNotifyMoiCreation) Get ¶

func (NullableNotifyMoiCreation) IsSet ¶

func (v NullableNotifyMoiCreation) IsSet() bool

func (NullableNotifyMoiCreation) MarshalJSON ¶

func (v NullableNotifyMoiCreation) MarshalJSON() ([]byte, error)

func (*NullableNotifyMoiCreation) Set ¶

func (*NullableNotifyMoiCreation) UnmarshalJSON ¶

func (v *NullableNotifyMoiCreation) UnmarshalJSON(src []byte) error

func (*NullableNotifyMoiCreation) Unset ¶

func (v *NullableNotifyMoiCreation) Unset()

type NullableNotifyMoiCreationAllOf ¶

type NullableNotifyMoiCreationAllOf struct {
	// contains filtered or unexported fields
}

func (NullableNotifyMoiCreationAllOf) Get ¶

func (NullableNotifyMoiCreationAllOf) IsSet ¶

func (NullableNotifyMoiCreationAllOf) MarshalJSON ¶

func (v NullableNotifyMoiCreationAllOf) MarshalJSON() ([]byte, error)

func (*NullableNotifyMoiCreationAllOf) Set ¶

func (*NullableNotifyMoiCreationAllOf) UnmarshalJSON ¶

func (v *NullableNotifyMoiCreationAllOf) UnmarshalJSON(src []byte) error

func (*NullableNotifyMoiCreationAllOf) Unset ¶

func (v *NullableNotifyMoiCreationAllOf) Unset()

type NullableNotifyMoiDeletion ¶

type NullableNotifyMoiDeletion struct {
	// contains filtered or unexported fields
}

func NewNullableNotifyMoiDeletion ¶

func NewNullableNotifyMoiDeletion(val *NotifyMoiDeletion) *NullableNotifyMoiDeletion

func (NullableNotifyMoiDeletion) Get ¶

func (NullableNotifyMoiDeletion) IsSet ¶

func (v NullableNotifyMoiDeletion) IsSet() bool

func (NullableNotifyMoiDeletion) MarshalJSON ¶

func (v NullableNotifyMoiDeletion) MarshalJSON() ([]byte, error)

func (*NullableNotifyMoiDeletion) Set ¶

func (*NullableNotifyMoiDeletion) UnmarshalJSON ¶

func (v *NullableNotifyMoiDeletion) UnmarshalJSON(src []byte) error

func (*NullableNotifyMoiDeletion) Unset ¶

func (v *NullableNotifyMoiDeletion) Unset()

type NullableNpnIdentity ¶

type NullableNpnIdentity struct {
	// contains filtered or unexported fields
}

func NewNullableNpnIdentity ¶

func NewNullableNpnIdentity(val *NpnIdentity) *NullableNpnIdentity

func (NullableNpnIdentity) Get ¶

func (NullableNpnIdentity) IsSet ¶

func (v NullableNpnIdentity) IsSet() bool

func (NullableNpnIdentity) MarshalJSON ¶

func (v NullableNpnIdentity) MarshalJSON() ([]byte, error)

func (*NullableNpnIdentity) Set ¶

func (v *NullableNpnIdentity) Set(val *NpnIdentity)

func (*NullableNpnIdentity) UnmarshalJSON ¶

func (v *NullableNpnIdentity) UnmarshalJSON(src []byte) error

func (*NullableNpnIdentity) Unset ¶

func (v *NullableNpnIdentity) Unset()

type NullableNrCellCuSingle ¶

type NullableNrCellCuSingle struct {
	// contains filtered or unexported fields
}

func NewNullableNrCellCuSingle ¶

func NewNullableNrCellCuSingle(val *NrCellCuSingle) *NullableNrCellCuSingle

func (NullableNrCellCuSingle) Get ¶

func (NullableNrCellCuSingle) IsSet ¶

func (v NullableNrCellCuSingle) IsSet() bool

func (NullableNrCellCuSingle) MarshalJSON ¶

func (v NullableNrCellCuSingle) MarshalJSON() ([]byte, error)

func (*NullableNrCellCuSingle) Set ¶

func (*NullableNrCellCuSingle) UnmarshalJSON ¶

func (v *NullableNrCellCuSingle) UnmarshalJSON(src []byte) error

func (*NullableNrCellCuSingle) Unset ¶

func (v *NullableNrCellCuSingle) Unset()

type NullableNrCellCuSingleAllOf ¶

type NullableNrCellCuSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableNrCellCuSingleAllOf) Get ¶

func (NullableNrCellCuSingleAllOf) IsSet ¶

func (NullableNrCellCuSingleAllOf) MarshalJSON ¶

func (v NullableNrCellCuSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableNrCellCuSingleAllOf) Set ¶

func (*NullableNrCellCuSingleAllOf) UnmarshalJSON ¶

func (v *NullableNrCellCuSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableNrCellCuSingleAllOf) Unset ¶

func (v *NullableNrCellCuSingleAllOf) Unset()

type NullableNrCellCuSingleAllOf1 ¶

type NullableNrCellCuSingleAllOf1 struct {
	// contains filtered or unexported fields
}

func (NullableNrCellCuSingleAllOf1) Get ¶

func (NullableNrCellCuSingleAllOf1) IsSet ¶

func (NullableNrCellCuSingleAllOf1) MarshalJSON ¶

func (v NullableNrCellCuSingleAllOf1) MarshalJSON() ([]byte, error)

func (*NullableNrCellCuSingleAllOf1) Set ¶

func (*NullableNrCellCuSingleAllOf1) UnmarshalJSON ¶

func (v *NullableNrCellCuSingleAllOf1) UnmarshalJSON(src []byte) error

func (*NullableNrCellCuSingleAllOf1) Unset ¶

func (v *NullableNrCellCuSingleAllOf1) Unset()

type NullableNrCellCuSingleAllOfAttributes ¶

type NullableNrCellCuSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableNrCellCuSingleAllOfAttributes) Get ¶

func (NullableNrCellCuSingleAllOfAttributes) IsSet ¶

func (NullableNrCellCuSingleAllOfAttributes) MarshalJSON ¶

func (v NullableNrCellCuSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*NullableNrCellCuSingleAllOfAttributes) Set ¶

func (*NullableNrCellCuSingleAllOfAttributes) UnmarshalJSON ¶

func (v *NullableNrCellCuSingleAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullableNrCellCuSingleAllOfAttributes) Unset ¶

type NullableNrCellCuSingleAllOfAttributesAllOf ¶

type NullableNrCellCuSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableNrCellCuSingleAllOfAttributesAllOf) Get ¶

func (NullableNrCellCuSingleAllOfAttributesAllOf) IsSet ¶

func (NullableNrCellCuSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*NullableNrCellCuSingleAllOfAttributesAllOf) Set ¶

func (*NullableNrCellCuSingleAllOfAttributesAllOf) UnmarshalJSON ¶

func (v *NullableNrCellCuSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error

func (*NullableNrCellCuSingleAllOfAttributesAllOf) Unset ¶

type NullableNrCellDuSingle ¶

type NullableNrCellDuSingle struct {
	// contains filtered or unexported fields
}

func NewNullableNrCellDuSingle ¶

func NewNullableNrCellDuSingle(val *NrCellDuSingle) *NullableNrCellDuSingle

func (NullableNrCellDuSingle) Get ¶

func (NullableNrCellDuSingle) IsSet ¶

func (v NullableNrCellDuSingle) IsSet() bool

func (NullableNrCellDuSingle) MarshalJSON ¶

func (v NullableNrCellDuSingle) MarshalJSON() ([]byte, error)

func (*NullableNrCellDuSingle) Set ¶

func (*NullableNrCellDuSingle) UnmarshalJSON ¶

func (v *NullableNrCellDuSingle) UnmarshalJSON(src []byte) error

func (*NullableNrCellDuSingle) Unset ¶

func (v *NullableNrCellDuSingle) Unset()

type NullableNrCellDuSingleAllOf ¶

type NullableNrCellDuSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableNrCellDuSingleAllOf) Get ¶

func (NullableNrCellDuSingleAllOf) IsSet ¶

func (NullableNrCellDuSingleAllOf) MarshalJSON ¶

func (v NullableNrCellDuSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableNrCellDuSingleAllOf) Set ¶

func (*NullableNrCellDuSingleAllOf) UnmarshalJSON ¶

func (v *NullableNrCellDuSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableNrCellDuSingleAllOf) Unset ¶

func (v *NullableNrCellDuSingleAllOf) Unset()

type NullableNrCellDuSingleAllOf1 ¶

type NullableNrCellDuSingleAllOf1 struct {
	// contains filtered or unexported fields
}

func (NullableNrCellDuSingleAllOf1) Get ¶

func (NullableNrCellDuSingleAllOf1) IsSet ¶

func (NullableNrCellDuSingleAllOf1) MarshalJSON ¶

func (v NullableNrCellDuSingleAllOf1) MarshalJSON() ([]byte, error)

func (*NullableNrCellDuSingleAllOf1) Set ¶

func (*NullableNrCellDuSingleAllOf1) UnmarshalJSON ¶

func (v *NullableNrCellDuSingleAllOf1) UnmarshalJSON(src []byte) error

func (*NullableNrCellDuSingleAllOf1) Unset ¶

func (v *NullableNrCellDuSingleAllOf1) Unset()

type NullableNrCellDuSingleAllOfAttributes ¶

type NullableNrCellDuSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableNrCellDuSingleAllOfAttributes) Get ¶

func (NullableNrCellDuSingleAllOfAttributes) IsSet ¶

func (NullableNrCellDuSingleAllOfAttributes) MarshalJSON ¶

func (v NullableNrCellDuSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*NullableNrCellDuSingleAllOfAttributes) Set ¶

func (*NullableNrCellDuSingleAllOfAttributes) UnmarshalJSON ¶

func (v *NullableNrCellDuSingleAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullableNrCellDuSingleAllOfAttributes) Unset ¶

type NullableNrCellDuSingleAllOfAttributesAllOf ¶

type NullableNrCellDuSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableNrCellDuSingleAllOfAttributesAllOf) Get ¶

func (NullableNrCellDuSingleAllOfAttributesAllOf) IsSet ¶

func (NullableNrCellDuSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*NullableNrCellDuSingleAllOfAttributesAllOf) Set ¶

func (*NullableNrCellDuSingleAllOfAttributesAllOf) UnmarshalJSON ¶

func (v *NullableNrCellDuSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error

func (*NullableNrCellDuSingleAllOfAttributesAllOf) Unset ¶

type NullableNrOperatorCellDuSingle ¶

type NullableNrOperatorCellDuSingle struct {
	// contains filtered or unexported fields
}

func (NullableNrOperatorCellDuSingle) Get ¶

func (NullableNrOperatorCellDuSingle) IsSet ¶

func (NullableNrOperatorCellDuSingle) MarshalJSON ¶

func (v NullableNrOperatorCellDuSingle) MarshalJSON() ([]byte, error)

func (*NullableNrOperatorCellDuSingle) Set ¶

func (*NullableNrOperatorCellDuSingle) UnmarshalJSON ¶

func (v *NullableNrOperatorCellDuSingle) UnmarshalJSON(src []byte) error

func (*NullableNrOperatorCellDuSingle) Unset ¶

func (v *NullableNrOperatorCellDuSingle) Unset()

type NullableNrOperatorCellDuSingleAllOf ¶

type NullableNrOperatorCellDuSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableNrOperatorCellDuSingleAllOf) Get ¶

func (NullableNrOperatorCellDuSingleAllOf) IsSet ¶

func (NullableNrOperatorCellDuSingleAllOf) MarshalJSON ¶

func (v NullableNrOperatorCellDuSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableNrOperatorCellDuSingleAllOf) Set ¶

func (*NullableNrOperatorCellDuSingleAllOf) UnmarshalJSON ¶

func (v *NullableNrOperatorCellDuSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableNrOperatorCellDuSingleAllOf) Unset ¶

type NullableNrSectorCarrierSingle ¶

type NullableNrSectorCarrierSingle struct {
	// contains filtered or unexported fields
}

func (NullableNrSectorCarrierSingle) Get ¶

func (NullableNrSectorCarrierSingle) IsSet ¶

func (NullableNrSectorCarrierSingle) MarshalJSON ¶

func (v NullableNrSectorCarrierSingle) MarshalJSON() ([]byte, error)

func (*NullableNrSectorCarrierSingle) Set ¶

func (*NullableNrSectorCarrierSingle) UnmarshalJSON ¶

func (v *NullableNrSectorCarrierSingle) UnmarshalJSON(src []byte) error

func (*NullableNrSectorCarrierSingle) Unset ¶

func (v *NullableNrSectorCarrierSingle) Unset()

type NullableNrSectorCarrierSingleAllOf ¶

type NullableNrSectorCarrierSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableNrSectorCarrierSingleAllOf) Get ¶

func (NullableNrSectorCarrierSingleAllOf) IsSet ¶

func (NullableNrSectorCarrierSingleAllOf) MarshalJSON ¶

func (v NullableNrSectorCarrierSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableNrSectorCarrierSingleAllOf) Set ¶

func (*NullableNrSectorCarrierSingleAllOf) UnmarshalJSON ¶

func (v *NullableNrSectorCarrierSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableNrSectorCarrierSingleAllOf) Unset ¶

type NullableNrSectorCarrierSingleAllOf1 ¶

type NullableNrSectorCarrierSingleAllOf1 struct {
	// contains filtered or unexported fields
}

func (NullableNrSectorCarrierSingleAllOf1) Get ¶

func (NullableNrSectorCarrierSingleAllOf1) IsSet ¶

func (NullableNrSectorCarrierSingleAllOf1) MarshalJSON ¶

func (v NullableNrSectorCarrierSingleAllOf1) MarshalJSON() ([]byte, error)

func (*NullableNrSectorCarrierSingleAllOf1) Set ¶

func (*NullableNrSectorCarrierSingleAllOf1) UnmarshalJSON ¶

func (v *NullableNrSectorCarrierSingleAllOf1) UnmarshalJSON(src []byte) error

func (*NullableNrSectorCarrierSingleAllOf1) Unset ¶

type NullableNrSectorCarrierSingleAllOfAttributes ¶

type NullableNrSectorCarrierSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableNrSectorCarrierSingleAllOfAttributes) Get ¶

func (NullableNrSectorCarrierSingleAllOfAttributes) IsSet ¶

func (NullableNrSectorCarrierSingleAllOfAttributes) MarshalJSON ¶

func (*NullableNrSectorCarrierSingleAllOfAttributes) Set ¶

func (*NullableNrSectorCarrierSingleAllOfAttributes) UnmarshalJSON ¶

func (*NullableNrSectorCarrierSingleAllOfAttributes) Unset ¶

type NullableNrSectorCarrierSingleAllOfAttributesAllOf ¶

type NullableNrSectorCarrierSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableNrSectorCarrierSingleAllOfAttributesAllOf) Get ¶

func (NullableNrSectorCarrierSingleAllOfAttributesAllOf) IsSet ¶

func (NullableNrSectorCarrierSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*NullableNrSectorCarrierSingleAllOfAttributesAllOf) Set ¶

func (*NullableNrSectorCarrierSingleAllOfAttributesAllOf) UnmarshalJSON ¶

func (*NullableNrSectorCarrierSingleAllOfAttributesAllOf) Unset ¶

type NullableNrfFunctionSingle ¶

type NullableNrfFunctionSingle struct {
	// contains filtered or unexported fields
}

func NewNullableNrfFunctionSingle ¶

func NewNullableNrfFunctionSingle(val *NrfFunctionSingle) *NullableNrfFunctionSingle

func (NullableNrfFunctionSingle) Get ¶

func (NullableNrfFunctionSingle) IsSet ¶

func (v NullableNrfFunctionSingle) IsSet() bool

func (NullableNrfFunctionSingle) MarshalJSON ¶

func (v NullableNrfFunctionSingle) MarshalJSON() ([]byte, error)

func (*NullableNrfFunctionSingle) Set ¶

func (*NullableNrfFunctionSingle) UnmarshalJSON ¶

func (v *NullableNrfFunctionSingle) UnmarshalJSON(src []byte) error

func (*NullableNrfFunctionSingle) Unset ¶

func (v *NullableNrfFunctionSingle) Unset()

type NullableNrfFunctionSingleAllOf ¶

type NullableNrfFunctionSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableNrfFunctionSingleAllOf) Get ¶

func (NullableNrfFunctionSingleAllOf) IsSet ¶

func (NullableNrfFunctionSingleAllOf) MarshalJSON ¶

func (v NullableNrfFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableNrfFunctionSingleAllOf) Set ¶

func (*NullableNrfFunctionSingleAllOf) UnmarshalJSON ¶

func (v *NullableNrfFunctionSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableNrfFunctionSingleAllOf) Unset ¶

func (v *NullableNrfFunctionSingleAllOf) Unset()

type NullableNrfFunctionSingleAllOf1 ¶

type NullableNrfFunctionSingleAllOf1 struct {
	// contains filtered or unexported fields
}

func (NullableNrfFunctionSingleAllOf1) Get ¶

func (NullableNrfFunctionSingleAllOf1) IsSet ¶

func (NullableNrfFunctionSingleAllOf1) MarshalJSON ¶

func (v NullableNrfFunctionSingleAllOf1) MarshalJSON() ([]byte, error)

func (*NullableNrfFunctionSingleAllOf1) Set ¶

func (*NullableNrfFunctionSingleAllOf1) UnmarshalJSON ¶

func (v *NullableNrfFunctionSingleAllOf1) UnmarshalJSON(src []byte) error

func (*NullableNrfFunctionSingleAllOf1) Unset ¶

type NullableNrfFunctionSingleAllOfAttributes ¶

type NullableNrfFunctionSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableNrfFunctionSingleAllOfAttributes) Get ¶

func (NullableNrfFunctionSingleAllOfAttributes) IsSet ¶

func (NullableNrfFunctionSingleAllOfAttributes) MarshalJSON ¶

func (*NullableNrfFunctionSingleAllOfAttributes) Set ¶

func (*NullableNrfFunctionSingleAllOfAttributes) UnmarshalJSON ¶

func (v *NullableNrfFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullableNrfFunctionSingleAllOfAttributes) Unset ¶

type NullableNrfFunctionSingleAllOfAttributesAllOf ¶

type NullableNrfFunctionSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableNrfFunctionSingleAllOfAttributesAllOf) Get ¶

func (NullableNrfFunctionSingleAllOfAttributesAllOf) IsSet ¶

func (NullableNrfFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*NullableNrfFunctionSingleAllOfAttributesAllOf) Set ¶

func (*NullableNrfFunctionSingleAllOfAttributesAllOf) UnmarshalJSON ¶

func (*NullableNrfFunctionSingleAllOfAttributesAllOf) Unset ¶

type NullableNsInfo ¶

type NullableNsInfo struct {
	// contains filtered or unexported fields
}

func NewNullableNsInfo ¶

func NewNullableNsInfo(val *NsInfo) *NullableNsInfo

func (NullableNsInfo) Get ¶

func (v NullableNsInfo) Get() *NsInfo

func (NullableNsInfo) IsSet ¶

func (v NullableNsInfo) IsSet() bool

func (NullableNsInfo) MarshalJSON ¶

func (v NullableNsInfo) MarshalJSON() ([]byte, error)

func (*NullableNsInfo) Set ¶

func (v *NullableNsInfo) Set(val *NsInfo)

func (*NullableNsInfo) UnmarshalJSON ¶

func (v *NullableNsInfo) UnmarshalJSON(src []byte) error

func (*NullableNsInfo) Unset ¶

func (v *NullableNsInfo) Unset()

type NullableNsacfCapability ¶

type NullableNsacfCapability struct {
	// contains filtered or unexported fields
}

func NewNullableNsacfCapability ¶

func NewNullableNsacfCapability(val *NsacfCapability) *NullableNsacfCapability

func (NullableNsacfCapability) Get ¶

func (NullableNsacfCapability) IsSet ¶

func (v NullableNsacfCapability) IsSet() bool

func (NullableNsacfCapability) MarshalJSON ¶

func (v NullableNsacfCapability) MarshalJSON() ([]byte, error)

func (*NullableNsacfCapability) Set ¶

func (*NullableNsacfCapability) UnmarshalJSON ¶

func (v *NullableNsacfCapability) UnmarshalJSON(src []byte) error

func (*NullableNsacfCapability) Unset ¶

func (v *NullableNsacfCapability) Unset()

type NullableNsacfFunctionSingle ¶

type NullableNsacfFunctionSingle struct {
	// contains filtered or unexported fields
}

func (NullableNsacfFunctionSingle) Get ¶

func (NullableNsacfFunctionSingle) IsSet ¶

func (NullableNsacfFunctionSingle) MarshalJSON ¶

func (v NullableNsacfFunctionSingle) MarshalJSON() ([]byte, error)

func (*NullableNsacfFunctionSingle) Set ¶

func (*NullableNsacfFunctionSingle) UnmarshalJSON ¶

func (v *NullableNsacfFunctionSingle) UnmarshalJSON(src []byte) error

func (*NullableNsacfFunctionSingle) Unset ¶

func (v *NullableNsacfFunctionSingle) Unset()

type NullableNsacfFunctionSingleAllOf ¶

type NullableNsacfFunctionSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableNsacfFunctionSingleAllOf) Get ¶

func (NullableNsacfFunctionSingleAllOf) IsSet ¶

func (NullableNsacfFunctionSingleAllOf) MarshalJSON ¶

func (v NullableNsacfFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableNsacfFunctionSingleAllOf) Set ¶

func (*NullableNsacfFunctionSingleAllOf) UnmarshalJSON ¶

func (v *NullableNsacfFunctionSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableNsacfFunctionSingleAllOf) Unset ¶

type NullableNsacfFunctionSingleAllOf1 ¶

type NullableNsacfFunctionSingleAllOf1 struct {
	// contains filtered or unexported fields
}

func (NullableNsacfFunctionSingleAllOf1) Get ¶

func (NullableNsacfFunctionSingleAllOf1) IsSet ¶

func (NullableNsacfFunctionSingleAllOf1) MarshalJSON ¶

func (v NullableNsacfFunctionSingleAllOf1) MarshalJSON() ([]byte, error)

func (*NullableNsacfFunctionSingleAllOf1) Set ¶

func (*NullableNsacfFunctionSingleAllOf1) UnmarshalJSON ¶

func (v *NullableNsacfFunctionSingleAllOf1) UnmarshalJSON(src []byte) error

func (*NullableNsacfFunctionSingleAllOf1) Unset ¶

type NullableNsacfFunctionSingleAllOfAttributes ¶

type NullableNsacfFunctionSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableNsacfFunctionSingleAllOfAttributes) Get ¶

func (NullableNsacfFunctionSingleAllOfAttributes) IsSet ¶

func (NullableNsacfFunctionSingleAllOfAttributes) MarshalJSON ¶

func (*NullableNsacfFunctionSingleAllOfAttributes) Set ¶

func (*NullableNsacfFunctionSingleAllOfAttributes) UnmarshalJSON ¶

func (v *NullableNsacfFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullableNsacfFunctionSingleAllOfAttributes) Unset ¶

type NullableNsacfFunctionSingleAllOfAttributesAllOf ¶

type NullableNsacfFunctionSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableNsacfFunctionSingleAllOfAttributesAllOf) Get ¶

func (NullableNsacfFunctionSingleAllOfAttributesAllOf) IsSet ¶

func (NullableNsacfFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*NullableNsacfFunctionSingleAllOfAttributesAllOf) Set ¶

func (*NullableNsacfFunctionSingleAllOfAttributesAllOf) UnmarshalJSON ¶

func (*NullableNsacfFunctionSingleAllOfAttributesAllOf) Unset ¶

type NullableNsacfInfo ¶

type NullableNsacfInfo struct {
	// contains filtered or unexported fields
}

func NewNullableNsacfInfo ¶

func NewNullableNsacfInfo(val *NsacfInfo) *NullableNsacfInfo

func (NullableNsacfInfo) Get ¶

func (v NullableNsacfInfo) Get() *NsacfInfo

func (NullableNsacfInfo) IsSet ¶

func (v NullableNsacfInfo) IsSet() bool

func (NullableNsacfInfo) MarshalJSON ¶

func (v NullableNsacfInfo) MarshalJSON() ([]byte, error)

func (*NullableNsacfInfo) Set ¶

func (v *NullableNsacfInfo) Set(val *NsacfInfo)

func (*NullableNsacfInfo) UnmarshalJSON ¶

func (v *NullableNsacfInfo) UnmarshalJSON(src []byte) error

func (*NullableNsacfInfo) Unset ¶

func (v *NullableNsacfInfo) Unset()

type NullableNsacfInfoSnssai ¶

type NullableNsacfInfoSnssai struct {
	// contains filtered or unexported fields
}

func NewNullableNsacfInfoSnssai ¶

func NewNullableNsacfInfoSnssai(val *NsacfInfoSnssai) *NullableNsacfInfoSnssai

func (NullableNsacfInfoSnssai) Get ¶

func (NullableNsacfInfoSnssai) IsSet ¶

func (v NullableNsacfInfoSnssai) IsSet() bool

func (NullableNsacfInfoSnssai) MarshalJSON ¶

func (v NullableNsacfInfoSnssai) MarshalJSON() ([]byte, error)

func (*NullableNsacfInfoSnssai) Set ¶

func (*NullableNsacfInfoSnssai) UnmarshalJSON ¶

func (v *NullableNsacfInfoSnssai) UnmarshalJSON(src []byte) error

func (*NullableNsacfInfoSnssai) Unset ¶

func (v *NullableNsacfInfoSnssai) Unset()

type NullableNssfFunctionSingle ¶

type NullableNssfFunctionSingle struct {
	// contains filtered or unexported fields
}

func NewNullableNssfFunctionSingle ¶

func NewNullableNssfFunctionSingle(val *NssfFunctionSingle) *NullableNssfFunctionSingle

func (NullableNssfFunctionSingle) Get ¶

func (NullableNssfFunctionSingle) IsSet ¶

func (v NullableNssfFunctionSingle) IsSet() bool

func (NullableNssfFunctionSingle) MarshalJSON ¶

func (v NullableNssfFunctionSingle) MarshalJSON() ([]byte, error)

func (*NullableNssfFunctionSingle) Set ¶

func (*NullableNssfFunctionSingle) UnmarshalJSON ¶

func (v *NullableNssfFunctionSingle) UnmarshalJSON(src []byte) error

func (*NullableNssfFunctionSingle) Unset ¶

func (v *NullableNssfFunctionSingle) Unset()

type NullableNssfFunctionSingleAllOf ¶

type NullableNssfFunctionSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableNssfFunctionSingleAllOf) Get ¶

func (NullableNssfFunctionSingleAllOf) IsSet ¶

func (NullableNssfFunctionSingleAllOf) MarshalJSON ¶

func (v NullableNssfFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableNssfFunctionSingleAllOf) Set ¶

func (*NullableNssfFunctionSingleAllOf) UnmarshalJSON ¶

func (v *NullableNssfFunctionSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableNssfFunctionSingleAllOf) Unset ¶

type NullableNssfFunctionSingleAllOf1 ¶

type NullableNssfFunctionSingleAllOf1 struct {
	// contains filtered or unexported fields
}

func (NullableNssfFunctionSingleAllOf1) Get ¶

func (NullableNssfFunctionSingleAllOf1) IsSet ¶

func (NullableNssfFunctionSingleAllOf1) MarshalJSON ¶

func (v NullableNssfFunctionSingleAllOf1) MarshalJSON() ([]byte, error)

func (*NullableNssfFunctionSingleAllOf1) Set ¶

func (*NullableNssfFunctionSingleAllOf1) UnmarshalJSON ¶

func (v *NullableNssfFunctionSingleAllOf1) UnmarshalJSON(src []byte) error

func (*NullableNssfFunctionSingleAllOf1) Unset ¶

type NullableNssfFunctionSingleAllOfAttributes ¶

type NullableNssfFunctionSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableNssfFunctionSingleAllOfAttributes) Get ¶

func (NullableNssfFunctionSingleAllOfAttributes) IsSet ¶

func (NullableNssfFunctionSingleAllOfAttributes) MarshalJSON ¶

func (*NullableNssfFunctionSingleAllOfAttributes) Set ¶

func (*NullableNssfFunctionSingleAllOfAttributes) UnmarshalJSON ¶

func (v *NullableNssfFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullableNssfFunctionSingleAllOfAttributes) Unset ¶

type NullableNssfFunctionSingleAllOfAttributesAllOf ¶

type NullableNssfFunctionSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableNssfFunctionSingleAllOfAttributesAllOf) Get ¶

func (NullableNssfFunctionSingleAllOfAttributesAllOf) IsSet ¶

func (NullableNssfFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*NullableNssfFunctionSingleAllOfAttributesAllOf) Set ¶

func (*NullableNssfFunctionSingleAllOfAttributesAllOf) UnmarshalJSON ¶

func (*NullableNssfFunctionSingleAllOfAttributesAllOf) Unset ¶

type NullableNtfSubscriptionControlSingle ¶

type NullableNtfSubscriptionControlSingle struct {
	// contains filtered or unexported fields
}

func (NullableNtfSubscriptionControlSingle) Get ¶

func (NullableNtfSubscriptionControlSingle) IsSet ¶

func (NullableNtfSubscriptionControlSingle) MarshalJSON ¶

func (v NullableNtfSubscriptionControlSingle) MarshalJSON() ([]byte, error)

func (*NullableNtfSubscriptionControlSingle) Set ¶

func (*NullableNtfSubscriptionControlSingle) UnmarshalJSON ¶

func (v *NullableNtfSubscriptionControlSingle) UnmarshalJSON(src []byte) error

func (*NullableNtfSubscriptionControlSingle) Unset ¶

type NullableNtfSubscriptionControlSingleAllOf ¶

type NullableNtfSubscriptionControlSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableNtfSubscriptionControlSingleAllOf) Get ¶

func (NullableNtfSubscriptionControlSingleAllOf) IsSet ¶

func (NullableNtfSubscriptionControlSingleAllOf) MarshalJSON ¶

func (*NullableNtfSubscriptionControlSingleAllOf) Set ¶

func (*NullableNtfSubscriptionControlSingleAllOf) UnmarshalJSON ¶

func (v *NullableNtfSubscriptionControlSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableNtfSubscriptionControlSingleAllOf) Unset ¶

type NullableNtfSubscriptionControlSingleAllOfAttributes ¶

type NullableNtfSubscriptionControlSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableNtfSubscriptionControlSingleAllOfAttributes) Get ¶

func (NullableNtfSubscriptionControlSingleAllOfAttributes) IsSet ¶

func (NullableNtfSubscriptionControlSingleAllOfAttributes) MarshalJSON ¶

func (*NullableNtfSubscriptionControlSingleAllOfAttributes) Set ¶

func (*NullableNtfSubscriptionControlSingleAllOfAttributes) UnmarshalJSON ¶

func (*NullableNtfSubscriptionControlSingleAllOfAttributes) Unset ¶

type NullableNullValue ¶

type NullableNullValue struct {
	// contains filtered or unexported fields
}

func NewNullableNullValue ¶

func NewNullableNullValue(val *NullValue) *NullableNullValue

func (NullableNullValue) Get ¶

func (v NullableNullValue) Get() *NullValue

func (NullableNullValue) IsSet ¶

func (v NullableNullValue) IsSet() bool

func (NullableNullValue) MarshalJSON ¶

func (v NullableNullValue) MarshalJSON() ([]byte, error)

func (*NullableNullValue) Set ¶

func (v *NullableNullValue) Set(val *NullValue)

func (*NullableNullValue) UnmarshalJSON ¶

func (v *NullableNullValue) UnmarshalJSON(src []byte) error

func (*NullableNullValue) Unset ¶

func (v *NullableNullValue) Unset()

type NullableNwdafEvent ¶

type NullableNwdafEvent struct {
	// contains filtered or unexported fields
}

func NewNullableNwdafEvent ¶

func NewNullableNwdafEvent(val *NwdafEvent) *NullableNwdafEvent

func (NullableNwdafEvent) Get ¶

func (v NullableNwdafEvent) Get() *NwdafEvent

func (NullableNwdafEvent) IsSet ¶

func (v NullableNwdafEvent) IsSet() bool

func (NullableNwdafEvent) MarshalJSON ¶

func (v NullableNwdafEvent) MarshalJSON() ([]byte, error)

func (*NullableNwdafEvent) Set ¶

func (v *NullableNwdafEvent) Set(val *NwdafEvent)

func (*NullableNwdafEvent) UnmarshalJSON ¶

func (v *NullableNwdafEvent) UnmarshalJSON(src []byte) error

func (*NullableNwdafEvent) Unset ¶

func (v *NullableNwdafEvent) Unset()

type NullableNwdafFunctionSingle ¶

type NullableNwdafFunctionSingle struct {
	// contains filtered or unexported fields
}

func (NullableNwdafFunctionSingle) Get ¶

func (NullableNwdafFunctionSingle) IsSet ¶

func (NullableNwdafFunctionSingle) MarshalJSON ¶

func (v NullableNwdafFunctionSingle) MarshalJSON() ([]byte, error)

func (*NullableNwdafFunctionSingle) Set ¶

func (*NullableNwdafFunctionSingle) UnmarshalJSON ¶

func (v *NullableNwdafFunctionSingle) UnmarshalJSON(src []byte) error

func (*NullableNwdafFunctionSingle) Unset ¶

func (v *NullableNwdafFunctionSingle) Unset()

type NullableNwdafFunctionSingleAllOf ¶

type NullableNwdafFunctionSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableNwdafFunctionSingleAllOf) Get ¶

func (NullableNwdafFunctionSingleAllOf) IsSet ¶

func (NullableNwdafFunctionSingleAllOf) MarshalJSON ¶

func (v NullableNwdafFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableNwdafFunctionSingleAllOf) Set ¶

func (*NullableNwdafFunctionSingleAllOf) UnmarshalJSON ¶

func (v *NullableNwdafFunctionSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableNwdafFunctionSingleAllOf) Unset ¶

type NullableNwdafFunctionSingleAllOfAttributes ¶

type NullableNwdafFunctionSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableNwdafFunctionSingleAllOfAttributes) Get ¶

func (NullableNwdafFunctionSingleAllOfAttributes) IsSet ¶

func (NullableNwdafFunctionSingleAllOfAttributes) MarshalJSON ¶

func (*NullableNwdafFunctionSingleAllOfAttributes) Set ¶

func (*NullableNwdafFunctionSingleAllOfAttributes) UnmarshalJSON ¶

func (v *NullableNwdafFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullableNwdafFunctionSingleAllOfAttributes) Unset ¶

type NullableNwdafFunctionSingleAllOfAttributesAllOf ¶

type NullableNwdafFunctionSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableNwdafFunctionSingleAllOfAttributesAllOf) Get ¶

func (NullableNwdafFunctionSingleAllOfAttributesAllOf) IsSet ¶

func (NullableNwdafFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*NullableNwdafFunctionSingleAllOfAttributesAllOf) Set ¶

func (*NullableNwdafFunctionSingleAllOfAttributesAllOf) UnmarshalJSON ¶

func (*NullableNwdafFunctionSingleAllOfAttributesAllOf) Unset ¶

type NullableNwdafInfo ¶

type NullableNwdafInfo struct {
	// contains filtered or unexported fields
}

func NewNullableNwdafInfo ¶

func NewNullableNwdafInfo(val *NwdafInfo) *NullableNwdafInfo

func (NullableNwdafInfo) Get ¶

func (v NullableNwdafInfo) Get() *NwdafInfo

func (NullableNwdafInfo) IsSet ¶

func (v NullableNwdafInfo) IsSet() bool

func (NullableNwdafInfo) MarshalJSON ¶

func (v NullableNwdafInfo) MarshalJSON() ([]byte, error)

func (*NullableNwdafInfo) Set ¶

func (v *NullableNwdafInfo) Set(val *NwdafInfo)

func (*NullableNwdafInfo) UnmarshalJSON ¶

func (v *NullableNwdafInfo) UnmarshalJSON(src []byte) error

func (*NullableNwdafInfo) Unset ¶

func (v *NullableNwdafInfo) Unset()

type NullableObjectContext ¶

type NullableObjectContext struct {
	// contains filtered or unexported fields
}

func NewNullableObjectContext ¶

func NewNullableObjectContext(val *ObjectContext) *NullableObjectContext

func (NullableObjectContext) Get ¶

func (NullableObjectContext) IsSet ¶

func (v NullableObjectContext) IsSet() bool

func (NullableObjectContext) MarshalJSON ¶

func (v NullableObjectContext) MarshalJSON() ([]byte, error)

func (*NullableObjectContext) Set ¶

func (v *NullableObjectContext) Set(val *ObjectContext)

func (*NullableObjectContext) UnmarshalJSON ¶

func (v *NullableObjectContext) UnmarshalJSON(src []byte) error

func (*NullableObjectContext) Unset ¶

func (v *NullableObjectContext) 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 NullableOperation1 ¶

type NullableOperation1 struct {
	// contains filtered or unexported fields
}

func NewNullableOperation1 ¶

func NewNullableOperation1(val *Operation1) *NullableOperation1

func (NullableOperation1) Get ¶

func (v NullableOperation1) Get() *Operation1

func (NullableOperation1) IsSet ¶

func (v NullableOperation1) IsSet() bool

func (NullableOperation1) MarshalJSON ¶

func (v NullableOperation1) MarshalJSON() ([]byte, error)

func (*NullableOperation1) Set ¶

func (v *NullableOperation1) Set(val *Operation1)

func (*NullableOperation1) UnmarshalJSON ¶

func (v *NullableOperation1) UnmarshalJSON(src []byte) error

func (*NullableOperation1) Unset ¶

func (v *NullableOperation1) Unset()

type NullableOperationSemantics ¶

type NullableOperationSemantics struct {
	// contains filtered or unexported fields
}

func NewNullableOperationSemantics ¶

func NewNullableOperationSemantics(val *OperationSemantics) *NullableOperationSemantics

func (NullableOperationSemantics) Get ¶

func (NullableOperationSemantics) IsSet ¶

func (v NullableOperationSemantics) IsSet() bool

func (NullableOperationSemantics) MarshalJSON ¶

func (v NullableOperationSemantics) MarshalJSON() ([]byte, error)

func (*NullableOperationSemantics) Set ¶

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 (NullableOperationalState) IsSet ¶

func (v NullableOperationalState) IsSet() bool

func (NullableOperationalState) MarshalJSON ¶

func (v NullableOperationalState) MarshalJSON() ([]byte, error)

func (*NullableOperationalState) Set ¶

func (*NullableOperationalState) UnmarshalJSON ¶

func (v *NullableOperationalState) UnmarshalJSON(src []byte) error

func (*NullableOperationalState) Unset ¶

func (v *NullableOperationalState) Unset()

type NullableOperatorDuSingle ¶

type NullableOperatorDuSingle struct {
	// contains filtered or unexported fields
}

func NewNullableOperatorDuSingle ¶

func NewNullableOperatorDuSingle(val *OperatorDuSingle) *NullableOperatorDuSingle

func (NullableOperatorDuSingle) Get ¶

func (NullableOperatorDuSingle) IsSet ¶

func (v NullableOperatorDuSingle) IsSet() bool

func (NullableOperatorDuSingle) MarshalJSON ¶

func (v NullableOperatorDuSingle) MarshalJSON() ([]byte, error)

func (*NullableOperatorDuSingle) Set ¶

func (*NullableOperatorDuSingle) UnmarshalJSON ¶

func (v *NullableOperatorDuSingle) UnmarshalJSON(src []byte) error

func (*NullableOperatorDuSingle) Unset ¶

func (v *NullableOperatorDuSingle) Unset()

type NullableOperatorDuSingleAllOf ¶

type NullableOperatorDuSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableOperatorDuSingleAllOf) Get ¶

func (NullableOperatorDuSingleAllOf) IsSet ¶

func (NullableOperatorDuSingleAllOf) MarshalJSON ¶

func (v NullableOperatorDuSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableOperatorDuSingleAllOf) Set ¶

func (*NullableOperatorDuSingleAllOf) UnmarshalJSON ¶

func (v *NullableOperatorDuSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableOperatorDuSingleAllOf) Unset ¶

func (v *NullableOperatorDuSingleAllOf) Unset()

type NullableOperatorDuSingleAllOf1 ¶

type NullableOperatorDuSingleAllOf1 struct {
	// contains filtered or unexported fields
}

func (NullableOperatorDuSingleAllOf1) Get ¶

func (NullableOperatorDuSingleAllOf1) IsSet ¶

func (NullableOperatorDuSingleAllOf1) MarshalJSON ¶

func (v NullableOperatorDuSingleAllOf1) MarshalJSON() ([]byte, error)

func (*NullableOperatorDuSingleAllOf1) Set ¶

func (*NullableOperatorDuSingleAllOf1) UnmarshalJSON ¶

func (v *NullableOperatorDuSingleAllOf1) UnmarshalJSON(src []byte) error

func (*NullableOperatorDuSingleAllOf1) Unset ¶

func (v *NullableOperatorDuSingleAllOf1) Unset()

type NullablePLMNContext ¶

type NullablePLMNContext struct {
	// contains filtered or unexported fields
}

func NewNullablePLMNContext ¶

func NewNullablePLMNContext(val *PLMNContext) *NullablePLMNContext

func (NullablePLMNContext) Get ¶

func (NullablePLMNContext) IsSet ¶

func (v NullablePLMNContext) IsSet() bool

func (NullablePLMNContext) MarshalJSON ¶

func (v NullablePLMNContext) MarshalJSON() ([]byte, error)

func (*NullablePLMNContext) Set ¶

func (v *NullablePLMNContext) Set(val *PLMNContext)

func (*NullablePLMNContext) UnmarshalJSON ¶

func (v *NullablePLMNContext) UnmarshalJSON(src []byte) error

func (*NullablePLMNContext) Unset ¶

func (v *NullablePLMNContext) Unset()

type NullablePacketErrorRate ¶

type NullablePacketErrorRate struct {
	// contains filtered or unexported fields
}

func NewNullablePacketErrorRate ¶

func NewNullablePacketErrorRate(val *PacketErrorRate) *NullablePacketErrorRate

func (NullablePacketErrorRate) Get ¶

func (NullablePacketErrorRate) IsSet ¶

func (v NullablePacketErrorRate) IsSet() bool

func (NullablePacketErrorRate) MarshalJSON ¶

func (v NullablePacketErrorRate) MarshalJSON() ([]byte, error)

func (*NullablePacketErrorRate) Set ¶

func (*NullablePacketErrorRate) UnmarshalJSON ¶

func (v *NullablePacketErrorRate) UnmarshalJSON(src []byte) error

func (*NullablePacketErrorRate) Unset ¶

func (v *NullablePacketErrorRate) Unset()

type NullableParameterRange ¶

type NullableParameterRange struct {
	// contains filtered or unexported fields
}

func NewNullableParameterRange ¶

func NewNullableParameterRange(val *ParameterRange) *NullableParameterRange

func (NullableParameterRange) Get ¶

func (NullableParameterRange) IsSet ¶

func (v NullableParameterRange) IsSet() bool

func (NullableParameterRange) MarshalJSON ¶

func (v NullableParameterRange) MarshalJSON() ([]byte, error)

func (*NullableParameterRange) Set ¶

func (*NullableParameterRange) UnmarshalJSON ¶

func (v *NullableParameterRange) UnmarshalJSON(src []byte) error

func (*NullableParameterRange) Unset ¶

func (v *NullableParameterRange) Unset()

type NullablePatchItem ¶

type NullablePatchItem struct {
	// contains filtered or unexported fields
}

func NewNullablePatchItem ¶

func NewNullablePatchItem(val *PatchItem) *NullablePatchItem

func (NullablePatchItem) Get ¶

func (v NullablePatchItem) Get() *PatchItem

func (NullablePatchItem) IsSet ¶

func (v NullablePatchItem) IsSet() bool

func (NullablePatchItem) MarshalJSON ¶

func (v NullablePatchItem) MarshalJSON() ([]byte, error)

func (*NullablePatchItem) Set ¶

func (v *NullablePatchItem) Set(val *PatchItem)

func (*NullablePatchItem) UnmarshalJSON ¶

func (v *NullablePatchItem) UnmarshalJSON(src []byte) error

func (*NullablePatchItem) Unset ¶

func (v *NullablePatchItem) Unset()

type NullablePatchOperation ¶

type NullablePatchOperation struct {
	// contains filtered or unexported fields
}

func NewNullablePatchOperation ¶

func NewNullablePatchOperation(val *PatchOperation) *NullablePatchOperation

func (NullablePatchOperation) Get ¶

func (NullablePatchOperation) IsSet ¶

func (v NullablePatchOperation) IsSet() bool

func (NullablePatchOperation) MarshalJSON ¶

func (v NullablePatchOperation) MarshalJSON() ([]byte, error)

func (*NullablePatchOperation) Set ¶

func (*NullablePatchOperation) UnmarshalJSON ¶

func (v *NullablePatchOperation) UnmarshalJSON(src []byte) error

func (*NullablePatchOperation) Unset ¶

func (v *NullablePatchOperation) Unset()

type NullablePccRule ¶

type NullablePccRule struct {
	// contains filtered or unexported fields
}

func NewNullablePccRule ¶

func NewNullablePccRule(val *PccRule) *NullablePccRule

func (NullablePccRule) Get ¶

func (v NullablePccRule) Get() *PccRule

func (NullablePccRule) IsSet ¶

func (v NullablePccRule) IsSet() bool

func (NullablePccRule) MarshalJSON ¶

func (v NullablePccRule) MarshalJSON() ([]byte, error)

func (*NullablePccRule) Set ¶

func (v *NullablePccRule) Set(val *PccRule)

func (*NullablePccRule) UnmarshalJSON ¶

func (v *NullablePccRule) UnmarshalJSON(src []byte) error

func (*NullablePccRule) Unset ¶

func (v *NullablePccRule) Unset()

type NullablePcfFunctionSingle ¶

type NullablePcfFunctionSingle struct {
	// contains filtered or unexported fields
}

func NewNullablePcfFunctionSingle ¶

func NewNullablePcfFunctionSingle(val *PcfFunctionSingle) *NullablePcfFunctionSingle

func (NullablePcfFunctionSingle) Get ¶

func (NullablePcfFunctionSingle) IsSet ¶

func (v NullablePcfFunctionSingle) IsSet() bool

func (NullablePcfFunctionSingle) MarshalJSON ¶

func (v NullablePcfFunctionSingle) MarshalJSON() ([]byte, error)

func (*NullablePcfFunctionSingle) Set ¶

func (*NullablePcfFunctionSingle) UnmarshalJSON ¶

func (v *NullablePcfFunctionSingle) UnmarshalJSON(src []byte) error

func (*NullablePcfFunctionSingle) Unset ¶

func (v *NullablePcfFunctionSingle) Unset()

type NullablePcfFunctionSingleAllOf ¶

type NullablePcfFunctionSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullablePcfFunctionSingleAllOf) Get ¶

func (NullablePcfFunctionSingleAllOf) IsSet ¶

func (NullablePcfFunctionSingleAllOf) MarshalJSON ¶

func (v NullablePcfFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullablePcfFunctionSingleAllOf) Set ¶

func (*NullablePcfFunctionSingleAllOf) UnmarshalJSON ¶

func (v *NullablePcfFunctionSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullablePcfFunctionSingleAllOf) Unset ¶

func (v *NullablePcfFunctionSingleAllOf) Unset()

type NullablePcfFunctionSingleAllOf1 ¶

type NullablePcfFunctionSingleAllOf1 struct {
	// contains filtered or unexported fields
}

func (NullablePcfFunctionSingleAllOf1) Get ¶

func (NullablePcfFunctionSingleAllOf1) IsSet ¶

func (NullablePcfFunctionSingleAllOf1) MarshalJSON ¶

func (v NullablePcfFunctionSingleAllOf1) MarshalJSON() ([]byte, error)

func (*NullablePcfFunctionSingleAllOf1) Set ¶

func (*NullablePcfFunctionSingleAllOf1) UnmarshalJSON ¶

func (v *NullablePcfFunctionSingleAllOf1) UnmarshalJSON(src []byte) error

func (*NullablePcfFunctionSingleAllOf1) Unset ¶

type NullablePcfFunctionSingleAllOfAttributes ¶

type NullablePcfFunctionSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullablePcfFunctionSingleAllOfAttributes) Get ¶

func (NullablePcfFunctionSingleAllOfAttributes) IsSet ¶

func (NullablePcfFunctionSingleAllOfAttributes) MarshalJSON ¶

func (*NullablePcfFunctionSingleAllOfAttributes) Set ¶

func (*NullablePcfFunctionSingleAllOfAttributes) UnmarshalJSON ¶

func (v *NullablePcfFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullablePcfFunctionSingleAllOfAttributes) Unset ¶

type NullablePcfFunctionSingleAllOfAttributesAllOf ¶

type NullablePcfFunctionSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullablePcfFunctionSingleAllOfAttributesAllOf) Get ¶

func (NullablePcfFunctionSingleAllOfAttributesAllOf) IsSet ¶

func (NullablePcfFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*NullablePcfFunctionSingleAllOfAttributesAllOf) Set ¶

func (*NullablePcfFunctionSingleAllOfAttributesAllOf) UnmarshalJSON ¶

func (*NullablePcfFunctionSingleAllOfAttributesAllOf) Unset ¶

type NullablePeeParameter ¶

type NullablePeeParameter struct {
	// contains filtered or unexported fields
}

func NewNullablePeeParameter ¶

func NewNullablePeeParameter(val *PeeParameter) *NullablePeeParameter

func (NullablePeeParameter) Get ¶

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 (NullablePerceivedSeverity) IsSet ¶

func (v NullablePerceivedSeverity) IsSet() bool

func (NullablePerceivedSeverity) MarshalJSON ¶

func (v NullablePerceivedSeverity) MarshalJSON() ([]byte, error)

func (*NullablePerceivedSeverity) Set ¶

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 (NullablePerfMetricJobSingle) Get ¶

func (NullablePerfMetricJobSingle) IsSet ¶

func (NullablePerfMetricJobSingle) MarshalJSON ¶

func (v NullablePerfMetricJobSingle) MarshalJSON() ([]byte, error)

func (*NullablePerfMetricJobSingle) Set ¶

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 (NullablePerfMetricJobSingleAllOf) Get ¶

func (NullablePerfMetricJobSingleAllOf) IsSet ¶

func (NullablePerfMetricJobSingleAllOf) MarshalJSON ¶

func (v NullablePerfMetricJobSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullablePerfMetricJobSingleAllOf) Set ¶

func (*NullablePerfMetricJobSingleAllOf) UnmarshalJSON ¶

func (v *NullablePerfMetricJobSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullablePerfMetricJobSingleAllOf) Unset ¶

type NullablePerfMetricJobSingleAllOfAttributes ¶

type NullablePerfMetricJobSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullablePerfMetricJobSingleAllOfAttributes) Get ¶

func (NullablePerfMetricJobSingleAllOfAttributes) IsSet ¶

func (NullablePerfMetricJobSingleAllOfAttributes) MarshalJSON ¶

func (*NullablePerfMetricJobSingleAllOfAttributes) Set ¶

func (*NullablePerfMetricJobSingleAllOfAttributes) UnmarshalJSON ¶

func (v *NullablePerfMetricJobSingleAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullablePerfMetricJobSingleAllOfAttributes) Unset ¶

type NullablePerfNotificationTypes ¶

type NullablePerfNotificationTypes struct {
	// contains filtered or unexported fields
}

func (NullablePerfNotificationTypes) Get ¶

func (NullablePerfNotificationTypes) IsSet ¶

func (NullablePerfNotificationTypes) MarshalJSON ¶

func (v NullablePerfNotificationTypes) MarshalJSON() ([]byte, error)

func (*NullablePerfNotificationTypes) Set ¶

func (*NullablePerfNotificationTypes) UnmarshalJSON ¶

func (v *NullablePerfNotificationTypes) UnmarshalJSON(src []byte) error

func (*NullablePerfNotificationTypes) Unset ¶

func (v *NullablePerfNotificationTypes) Unset()

type NullablePfdData ¶

type NullablePfdData struct {
	// contains filtered or unexported fields
}

func NewNullablePfdData ¶

func NewNullablePfdData(val *PfdData) *NullablePfdData

func (NullablePfdData) Get ¶

func (v NullablePfdData) Get() *PfdData

func (NullablePfdData) IsSet ¶

func (v NullablePfdData) IsSet() bool

func (NullablePfdData) MarshalJSON ¶

func (v NullablePfdData) MarshalJSON() ([]byte, error)

func (*NullablePfdData) Set ¶

func (v *NullablePfdData) Set(val *PfdData)

func (*NullablePfdData) UnmarshalJSON ¶

func (v *NullablePfdData) UnmarshalJSON(src []byte) error

func (*NullablePfdData) Unset ¶

func (v *NullablePfdData) Unset()

type NullablePlmnId ¶

type NullablePlmnId struct {
	// contains filtered or unexported fields
}

func NewNullablePlmnId ¶

func NewNullablePlmnId(val *PlmnId) *NullablePlmnId

func (NullablePlmnId) Get ¶

func (v NullablePlmnId) Get() *PlmnId

func (NullablePlmnId) IsSet ¶

func (v NullablePlmnId) IsSet() bool

func (NullablePlmnId) MarshalJSON ¶

func (v NullablePlmnId) MarshalJSON() ([]byte, error)

func (*NullablePlmnId) Set ¶

func (v *NullablePlmnId) Set(val *PlmnId)

func (*NullablePlmnId) UnmarshalJSON ¶

func (v *NullablePlmnId) UnmarshalJSON(src []byte) error

func (*NullablePlmnId) Unset ¶

func (v *NullablePlmnId) Unset()

type NullablePlmnId1 ¶

type NullablePlmnId1 struct {
	// contains filtered or unexported fields
}

func NewNullablePlmnId1 ¶

func NewNullablePlmnId1(val *PlmnId1) *NullablePlmnId1

func (NullablePlmnId1) Get ¶

func (v NullablePlmnId1) Get() *PlmnId1

func (NullablePlmnId1) IsSet ¶

func (v NullablePlmnId1) IsSet() bool

func (NullablePlmnId1) MarshalJSON ¶

func (v NullablePlmnId1) MarshalJSON() ([]byte, error)

func (*NullablePlmnId1) Set ¶

func (v *NullablePlmnId1) Set(val *PlmnId1)

func (*NullablePlmnId1) UnmarshalJSON ¶

func (v *NullablePlmnId1) UnmarshalJSON(src []byte) error

func (*NullablePlmnId1) Unset ¶

func (v *NullablePlmnId1) Unset()

type NullablePlmnId2 ¶

type NullablePlmnId2 struct {
	// contains filtered or unexported fields
}

func NewNullablePlmnId2 ¶

func NewNullablePlmnId2(val *PlmnId2) *NullablePlmnId2

func (NullablePlmnId2) Get ¶

func (v NullablePlmnId2) Get() *PlmnId2

func (NullablePlmnId2) IsSet ¶

func (v NullablePlmnId2) IsSet() bool

func (NullablePlmnId2) MarshalJSON ¶

func (v NullablePlmnId2) MarshalJSON() ([]byte, error)

func (*NullablePlmnId2) Set ¶

func (v *NullablePlmnId2) Set(val *PlmnId2)

func (*NullablePlmnId2) UnmarshalJSON ¶

func (v *NullablePlmnId2) UnmarshalJSON(src []byte) error

func (*NullablePlmnId2) Unset ¶

func (v *NullablePlmnId2) Unset()

type NullablePlmnIdNid ¶

type NullablePlmnIdNid struct {
	// contains filtered or unexported fields
}

func NewNullablePlmnIdNid ¶

func NewNullablePlmnIdNid(val *PlmnIdNid) *NullablePlmnIdNid

func (NullablePlmnIdNid) Get ¶

func (v NullablePlmnIdNid) Get() *PlmnIdNid

func (NullablePlmnIdNid) IsSet ¶

func (v NullablePlmnIdNid) IsSet() bool

func (NullablePlmnIdNid) MarshalJSON ¶

func (v NullablePlmnIdNid) MarshalJSON() ([]byte, error)

func (*NullablePlmnIdNid) Set ¶

func (v *NullablePlmnIdNid) Set(val *PlmnIdNid)

func (*NullablePlmnIdNid) UnmarshalJSON ¶

func (v *NullablePlmnIdNid) UnmarshalJSON(src []byte) error

func (*NullablePlmnIdNid) Unset ¶

func (v *NullablePlmnIdNid) Unset()

type NullablePlmnIdNid1 ¶

type NullablePlmnIdNid1 struct {
	// contains filtered or unexported fields
}

func NewNullablePlmnIdNid1 ¶

func NewNullablePlmnIdNid1(val *PlmnIdNid1) *NullablePlmnIdNid1

func (NullablePlmnIdNid1) Get ¶

func (v NullablePlmnIdNid1) Get() *PlmnIdNid1

func (NullablePlmnIdNid1) IsSet ¶

func (v NullablePlmnIdNid1) IsSet() bool

func (NullablePlmnIdNid1) MarshalJSON ¶

func (v NullablePlmnIdNid1) MarshalJSON() ([]byte, error)

func (*NullablePlmnIdNid1) Set ¶

func (v *NullablePlmnIdNid1) Set(val *PlmnIdNid1)

func (*NullablePlmnIdNid1) UnmarshalJSON ¶

func (v *NullablePlmnIdNid1) UnmarshalJSON(src []byte) error

func (*NullablePlmnIdNid1) Unset ¶

func (v *NullablePlmnIdNid1) Unset()

type NullablePlmnInfo ¶

type NullablePlmnInfo struct {
	// contains filtered or unexported fields
}

func NewNullablePlmnInfo ¶

func NewNullablePlmnInfo(val *PlmnInfo) *NullablePlmnInfo

func (NullablePlmnInfo) Get ¶

func (v NullablePlmnInfo) Get() *PlmnInfo

func (NullablePlmnInfo) IsSet ¶

func (v NullablePlmnInfo) IsSet() bool

func (NullablePlmnInfo) MarshalJSON ¶

func (v NullablePlmnInfo) MarshalJSON() ([]byte, error)

func (*NullablePlmnInfo) Set ¶

func (v *NullablePlmnInfo) Set(val *PlmnInfo)

func (*NullablePlmnInfo) UnmarshalJSON ¶

func (v *NullablePlmnInfo) UnmarshalJSON(src []byte) error

func (*NullablePlmnInfo) Unset ¶

func (v *NullablePlmnInfo) Unset()

type NullablePlmnListTypeInner ¶

type NullablePlmnListTypeInner struct {
	// contains filtered or unexported fields
}

func NewNullablePlmnListTypeInner ¶

func NewNullablePlmnListTypeInner(val *PlmnListTypeInner) *NullablePlmnListTypeInner

func (NullablePlmnListTypeInner) Get ¶

func (NullablePlmnListTypeInner) IsSet ¶

func (v NullablePlmnListTypeInner) IsSet() bool

func (NullablePlmnListTypeInner) MarshalJSON ¶

func (v NullablePlmnListTypeInner) MarshalJSON() ([]byte, error)

func (*NullablePlmnListTypeInner) Set ¶

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 (NullablePlmnTargetType) IsSet ¶

func (v NullablePlmnTargetType) IsSet() bool

func (NullablePlmnTargetType) MarshalJSON ¶

func (v NullablePlmnTargetType) MarshalJSON() ([]byte, error)

func (*NullablePlmnTargetType) Set ¶

func (*NullablePlmnTargetType) UnmarshalJSON ¶

func (v *NullablePlmnTargetType) UnmarshalJSON(src []byte) error

func (*NullablePlmnTargetType) Unset ¶

func (v *NullablePlmnTargetType) Unset()

type NullablePositioning ¶

type NullablePositioning struct {
	// contains filtered or unexported fields
}

func NewNullablePositioning ¶

func NewNullablePositioning(val *Positioning) *NullablePositioning

func (NullablePositioning) Get ¶

func (NullablePositioning) IsSet ¶

func (v NullablePositioning) IsSet() bool

func (NullablePositioning) MarshalJSON ¶

func (v NullablePositioning) MarshalJSON() ([]byte, error)

func (*NullablePositioning) Set ¶

func (v *NullablePositioning) Set(val *Positioning)

func (*NullablePositioning) UnmarshalJSON ¶

func (v *NullablePositioning) UnmarshalJSON(src []byte) error

func (*NullablePositioning) Unset ¶

func (v *NullablePositioning) Unset()

type NullablePositioningMethodType ¶

type NullablePositioningMethodType struct {
	// contains filtered or unexported fields
}

func (NullablePositioningMethodType) Get ¶

func (NullablePositioningMethodType) IsSet ¶

func (NullablePositioningMethodType) MarshalJSON ¶

func (v NullablePositioningMethodType) MarshalJSON() ([]byte, error)

func (*NullablePositioningMethodType) Set ¶

func (*NullablePositioningMethodType) UnmarshalJSON ¶

func (v *NullablePositioningMethodType) UnmarshalJSON(src []byte) error

func (*NullablePositioningMethodType) Unset ¶

func (v *NullablePositioningMethodType) Unset()

type NullablePositioningRANSubnet ¶

type NullablePositioningRANSubnet struct {
	// contains filtered or unexported fields
}

func (NullablePositioningRANSubnet) Get ¶

func (NullablePositioningRANSubnet) IsSet ¶

func (NullablePositioningRANSubnet) MarshalJSON ¶

func (v NullablePositioningRANSubnet) MarshalJSON() ([]byte, error)

func (*NullablePositioningRANSubnet) Set ¶

func (*NullablePositioningRANSubnet) UnmarshalJSON ¶

func (v *NullablePositioningRANSubnet) UnmarshalJSON(src []byte) error

func (*NullablePositioningRANSubnet) Unset ¶

func (v *NullablePositioningRANSubnet) Unset()

type NullablePredefinedPccRuleSetSingle ¶

type NullablePredefinedPccRuleSetSingle struct {
	// contains filtered or unexported fields
}

func (NullablePredefinedPccRuleSetSingle) Get ¶

func (NullablePredefinedPccRuleSetSingle) IsSet ¶

func (NullablePredefinedPccRuleSetSingle) MarshalJSON ¶

func (v NullablePredefinedPccRuleSetSingle) MarshalJSON() ([]byte, error)

func (*NullablePredefinedPccRuleSetSingle) Set ¶

func (*NullablePredefinedPccRuleSetSingle) UnmarshalJSON ¶

func (v *NullablePredefinedPccRuleSetSingle) UnmarshalJSON(src []byte) error

func (*NullablePredefinedPccRuleSetSingle) Unset ¶

type NullablePredefinedPccRuleSetSingleAllOf ¶

type NullablePredefinedPccRuleSetSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullablePredefinedPccRuleSetSingleAllOf) Get ¶

func (NullablePredefinedPccRuleSetSingleAllOf) IsSet ¶

func (NullablePredefinedPccRuleSetSingleAllOf) MarshalJSON ¶

func (v NullablePredefinedPccRuleSetSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullablePredefinedPccRuleSetSingleAllOf) Set ¶

func (*NullablePredefinedPccRuleSetSingleAllOf) UnmarshalJSON ¶

func (v *NullablePredefinedPccRuleSetSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullablePredefinedPccRuleSetSingleAllOf) Unset ¶

type NullablePredefinedPccRuleSetSingleAllOfAttributes ¶

type NullablePredefinedPccRuleSetSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullablePredefinedPccRuleSetSingleAllOfAttributes) Get ¶

func (NullablePredefinedPccRuleSetSingleAllOfAttributes) IsSet ¶

func (NullablePredefinedPccRuleSetSingleAllOfAttributes) MarshalJSON ¶

func (*NullablePredefinedPccRuleSetSingleAllOfAttributes) Set ¶

func (*NullablePredefinedPccRuleSetSingleAllOfAttributes) UnmarshalJSON ¶

func (*NullablePredefinedPccRuleSetSingleAllOfAttributes) Unset ¶

type NullablePredefinedPccRuleSetSingleAllOfAttributesAllOf ¶

type NullablePredefinedPccRuleSetSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullablePredefinedPccRuleSetSingleAllOfAttributesAllOf) Get ¶

func (NullablePredefinedPccRuleSetSingleAllOfAttributesAllOf) IsSet ¶

func (NullablePredefinedPccRuleSetSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*NullablePredefinedPccRuleSetSingleAllOfAttributesAllOf) Set ¶

func (*NullablePredefinedPccRuleSetSingleAllOfAttributesAllOf) UnmarshalJSON ¶

func (*NullablePredefinedPccRuleSetSingleAllOfAttributesAllOf) Unset ¶

type NullablePredictionfrequency ¶

type NullablePredictionfrequency struct {
	// contains filtered or unexported fields
}

func (NullablePredictionfrequency) Get ¶

func (NullablePredictionfrequency) IsSet ¶

func (NullablePredictionfrequency) MarshalJSON ¶

func (v NullablePredictionfrequency) MarshalJSON() ([]byte, error)

func (*NullablePredictionfrequency) Set ¶

func (*NullablePredictionfrequency) UnmarshalJSON ¶

func (v *NullablePredictionfrequency) UnmarshalJSON(src []byte) error

func (*NullablePredictionfrequency) Unset ¶

func (v *NullablePredictionfrequency) Unset()

type NullablePreemptionCapability ¶

type NullablePreemptionCapability struct {
	// contains filtered or unexported fields
}

func (NullablePreemptionCapability) Get ¶

func (NullablePreemptionCapability) IsSet ¶

func (NullablePreemptionCapability) MarshalJSON ¶

func (v NullablePreemptionCapability) MarshalJSON() ([]byte, error)

func (*NullablePreemptionCapability) Set ¶

func (*NullablePreemptionCapability) UnmarshalJSON ¶

func (v *NullablePreemptionCapability) UnmarshalJSON(src []byte) error

func (*NullablePreemptionCapability) Unset ¶

func (v *NullablePreemptionCapability) Unset()

type NullablePreemptionVulnerability ¶

type NullablePreemptionVulnerability struct {
	// contains filtered or unexported fields
}

func (NullablePreemptionVulnerability) Get ¶

func (NullablePreemptionVulnerability) IsSet ¶

func (NullablePreemptionVulnerability) MarshalJSON ¶

func (v NullablePreemptionVulnerability) MarshalJSON() ([]byte, error)

func (*NullablePreemptionVulnerability) Set ¶

func (*NullablePreemptionVulnerability) UnmarshalJSON ¶

func (v *NullablePreemptionVulnerability) UnmarshalJSON(src []byte) error

func (*NullablePreemptionVulnerability) Unset ¶

type NullableProbableCause ¶

type NullableProbableCause struct {
	// contains filtered or unexported fields
}

func NewNullableProbableCause ¶

func NewNullableProbableCause(val *ProbableCause) *NullableProbableCause

func (NullableProbableCause) Get ¶

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 ¶

type NullableProbableCauseOneOf struct {
	// contains filtered or unexported fields
}

func NewNullableProbableCauseOneOf ¶

func NewNullableProbableCauseOneOf(val *ProbableCauseOneOf) *NullableProbableCauseOneOf

func (NullableProbableCauseOneOf) Get ¶

func (NullableProbableCauseOneOf) IsSet ¶

func (v NullableProbableCauseOneOf) IsSet() bool

func (NullableProbableCauseOneOf) MarshalJSON ¶

func (v NullableProbableCauseOneOf) MarshalJSON() ([]byte, error)

func (*NullableProbableCauseOneOf) Set ¶

func (*NullableProbableCauseOneOf) UnmarshalJSON ¶

func (v *NullableProbableCauseOneOf) UnmarshalJSON(src []byte) error

func (*NullableProbableCauseOneOf) Unset ¶

func (v *NullableProbableCauseOneOf) Unset()

type NullableProcessMonitor ¶

type NullableProcessMonitor struct {
	// contains filtered or unexported fields
}

func NewNullableProcessMonitor ¶

func NewNullableProcessMonitor(val *ProcessMonitor) *NullableProcessMonitor

func (NullableProcessMonitor) Get ¶

func (NullableProcessMonitor) IsSet ¶

func (v NullableProcessMonitor) IsSet() bool

func (NullableProcessMonitor) MarshalJSON ¶

func (v NullableProcessMonitor) MarshalJSON() ([]byte, error)

func (*NullableProcessMonitor) Set ¶

func (*NullableProcessMonitor) UnmarshalJSON ¶

func (v *NullableProcessMonitor) UnmarshalJSON(src []byte) error

func (*NullableProcessMonitor) Unset ¶

func (v *NullableProcessMonitor) Unset()

type NullableProseCapability ¶

type NullableProseCapability struct {
	// contains filtered or unexported fields
}

func NewNullableProseCapability ¶

func NewNullableProseCapability(val *ProseCapability) *NullableProseCapability

func (NullableProseCapability) Get ¶

func (NullableProseCapability) IsSet ¶

func (v NullableProseCapability) IsSet() bool

func (NullableProseCapability) MarshalJSON ¶

func (v NullableProseCapability) MarshalJSON() ([]byte, error)

func (*NullableProseCapability) Set ¶

func (*NullableProseCapability) UnmarshalJSON ¶

func (v *NullableProseCapability) UnmarshalJSON(src []byte) error

func (*NullableProseCapability) Unset ¶

func (v *NullableProseCapability) Unset()

type NullableProvMnS ¶

type NullableProvMnS struct {
	// contains filtered or unexported fields
}

func NewNullableProvMnS ¶

func NewNullableProvMnS(val *ProvMnS) *NullableProvMnS

func (NullableProvMnS) Get ¶

func (v NullableProvMnS) Get() *ProvMnS

func (NullableProvMnS) IsSet ¶

func (v NullableProvMnS) IsSet() bool

func (NullableProvMnS) MarshalJSON ¶

func (v NullableProvMnS) MarshalJSON() ([]byte, error)

func (*NullableProvMnS) Set ¶

func (v *NullableProvMnS) Set(val *ProvMnS)

func (*NullableProvMnS) UnmarshalJSON ¶

func (v *NullableProvMnS) UnmarshalJSON(src []byte) error

func (*NullableProvMnS) Unset ¶

func (v *NullableProvMnS) Unset()

type NullableQFPacketDelayThresholdsType ¶

type NullableQFPacketDelayThresholdsType struct {
	// contains filtered or unexported fields
}

func (NullableQFPacketDelayThresholdsType) Get ¶

func (NullableQFPacketDelayThresholdsType) IsSet ¶

func (NullableQFPacketDelayThresholdsType) MarshalJSON ¶

func (v NullableQFPacketDelayThresholdsType) MarshalJSON() ([]byte, error)

func (*NullableQFPacketDelayThresholdsType) Set ¶

func (*NullableQFPacketDelayThresholdsType) UnmarshalJSON ¶

func (v *NullableQFPacketDelayThresholdsType) UnmarshalJSON(src []byte) error

func (*NullableQFPacketDelayThresholdsType) Unset ¶

type NullableQFQoSMonitoringControlSingle ¶

type NullableQFQoSMonitoringControlSingle struct {
	// contains filtered or unexported fields
}

func (NullableQFQoSMonitoringControlSingle) Get ¶

func (NullableQFQoSMonitoringControlSingle) IsSet ¶

func (NullableQFQoSMonitoringControlSingle) MarshalJSON ¶

func (v NullableQFQoSMonitoringControlSingle) MarshalJSON() ([]byte, error)

func (*NullableQFQoSMonitoringControlSingle) Set ¶

func (*NullableQFQoSMonitoringControlSingle) UnmarshalJSON ¶

func (v *NullableQFQoSMonitoringControlSingle) UnmarshalJSON(src []byte) error

func (*NullableQFQoSMonitoringControlSingle) Unset ¶

type NullableQFQoSMonitoringControlSingleAllOf ¶

type NullableQFQoSMonitoringControlSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableQFQoSMonitoringControlSingleAllOf) Get ¶

func (NullableQFQoSMonitoringControlSingleAllOf) IsSet ¶

func (NullableQFQoSMonitoringControlSingleAllOf) MarshalJSON ¶

func (*NullableQFQoSMonitoringControlSingleAllOf) Set ¶

func (*NullableQFQoSMonitoringControlSingleAllOf) UnmarshalJSON ¶

func (v *NullableQFQoSMonitoringControlSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableQFQoSMonitoringControlSingleAllOf) Unset ¶

type NullableQFQoSMonitoringControlSingleAllOfAttributes ¶

type NullableQFQoSMonitoringControlSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableQFQoSMonitoringControlSingleAllOfAttributes) Get ¶

func (NullableQFQoSMonitoringControlSingleAllOfAttributes) IsSet ¶

func (NullableQFQoSMonitoringControlSingleAllOfAttributes) MarshalJSON ¶

func (*NullableQFQoSMonitoringControlSingleAllOfAttributes) Set ¶

func (*NullableQFQoSMonitoringControlSingleAllOfAttributes) UnmarshalJSON ¶

func (*NullableQFQoSMonitoringControlSingleAllOfAttributes) Unset ¶

type NullableQFQoSMonitoringControlSingleAllOfAttributesAllOf ¶

type NullableQFQoSMonitoringControlSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableQFQoSMonitoringControlSingleAllOfAttributesAllOf) Get ¶

func (NullableQFQoSMonitoringControlSingleAllOfAttributesAllOf) IsSet ¶

func (NullableQFQoSMonitoringControlSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*NullableQFQoSMonitoringControlSingleAllOfAttributesAllOf) Set ¶

func (*NullableQFQoSMonitoringControlSingleAllOfAttributesAllOf) UnmarshalJSON ¶

func (*NullableQFQoSMonitoringControlSingleAllOfAttributesAllOf) Unset ¶

type NullableQOffsetRange ¶

type NullableQOffsetRange struct {
	// contains filtered or unexported fields
}

func NewNullableQOffsetRange ¶

func NewNullableQOffsetRange(val *QOffsetRange) *NullableQOffsetRange

func (NullableQOffsetRange) Get ¶

func (NullableQOffsetRange) IsSet ¶

func (v NullableQOffsetRange) IsSet() bool

func (NullableQOffsetRange) MarshalJSON ¶

func (v NullableQOffsetRange) MarshalJSON() ([]byte, error)

func (*NullableQOffsetRange) Set ¶

func (v *NullableQOffsetRange) Set(val *QOffsetRange)

func (*NullableQOffsetRange) UnmarshalJSON ¶

func (v *NullableQOffsetRange) UnmarshalJSON(src []byte) error

func (*NullableQOffsetRange) Unset ¶

func (v *NullableQOffsetRange) Unset()

type NullableQOffsetRangeList ¶

type NullableQOffsetRangeList struct {
	// contains filtered or unexported fields
}

func NewNullableQOffsetRangeList ¶

func NewNullableQOffsetRangeList(val *QOffsetRangeList) *NullableQOffsetRangeList

func (NullableQOffsetRangeList) Get ¶

func (NullableQOffsetRangeList) IsSet ¶

func (v NullableQOffsetRangeList) IsSet() bool

func (NullableQOffsetRangeList) MarshalJSON ¶

func (v NullableQOffsetRangeList) MarshalJSON() ([]byte, error)

func (*NullableQOffsetRangeList) Set ¶

func (*NullableQOffsetRangeList) UnmarshalJSON ¶

func (v *NullableQOffsetRangeList) UnmarshalJSON(src []byte) error

func (*NullableQOffsetRangeList) Unset ¶

func (v *NullableQOffsetRangeList) Unset()

type NullableQosData ¶

type NullableQosData struct {
	// contains filtered or unexported fields
}

func NewNullableQosData ¶

func NewNullableQosData(val *QosData) *NullableQosData

func (NullableQosData) Get ¶

func (v NullableQosData) Get() *QosData

func (NullableQosData) IsSet ¶

func (v NullableQosData) IsSet() bool

func (NullableQosData) MarshalJSON ¶

func (v NullableQosData) MarshalJSON() ([]byte, error)

func (*NullableQosData) Set ¶

func (v *NullableQosData) Set(val *QosData)

func (*NullableQosData) UnmarshalJSON ¶

func (v *NullableQosData) UnmarshalJSON(src []byte) error

func (*NullableQosData) Unset ¶

func (v *NullableQosData) Unset()

type NullableRANSliceSubnetProfile ¶

type NullableRANSliceSubnetProfile struct {
	// contains filtered or unexported fields
}

func (NullableRANSliceSubnetProfile) Get ¶

func (NullableRANSliceSubnetProfile) IsSet ¶

func (NullableRANSliceSubnetProfile) MarshalJSON ¶

func (v NullableRANSliceSubnetProfile) MarshalJSON() ([]byte, error)

func (*NullableRANSliceSubnetProfile) Set ¶

func (*NullableRANSliceSubnetProfile) UnmarshalJSON ¶

func (v *NullableRANSliceSubnetProfile) UnmarshalJSON(src []byte) error

func (*NullableRANSliceSubnetProfile) Unset ¶

func (v *NullableRANSliceSubnetProfile) Unset()

type NullableRATContext ¶

type NullableRATContext struct {
	// contains filtered or unexported fields
}

func NewNullableRATContext ¶

func NewNullableRATContext(val *RATContext) *NullableRATContext

func (NullableRATContext) Get ¶

func (v NullableRATContext) Get() *RATContext

func (NullableRATContext) IsSet ¶

func (v NullableRATContext) IsSet() bool

func (NullableRATContext) MarshalJSON ¶

func (v NullableRATContext) MarshalJSON() ([]byte, error)

func (*NullableRATContext) Set ¶

func (v *NullableRATContext) Set(val *RATContext)

func (*NullableRATContext) UnmarshalJSON ¶

func (v *NullableRATContext) UnmarshalJSON(src []byte) error

func (*NullableRATContext) Unset ¶

func (v *NullableRATContext) Unset()

type NullableRRMPolicyRatioSingle ¶

type NullableRRMPolicyRatioSingle struct {
	// contains filtered or unexported fields
}

func (NullableRRMPolicyRatioSingle) Get ¶

func (NullableRRMPolicyRatioSingle) IsSet ¶

func (NullableRRMPolicyRatioSingle) MarshalJSON ¶

func (v NullableRRMPolicyRatioSingle) MarshalJSON() ([]byte, error)

func (*NullableRRMPolicyRatioSingle) Set ¶

func (*NullableRRMPolicyRatioSingle) UnmarshalJSON ¶

func (v *NullableRRMPolicyRatioSingle) UnmarshalJSON(src []byte) error

func (*NullableRRMPolicyRatioSingle) Unset ¶

func (v *NullableRRMPolicyRatioSingle) Unset()

type NullableRRMPolicyRatioSingleAllOf ¶

type NullableRRMPolicyRatioSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableRRMPolicyRatioSingleAllOf) Get ¶

func (NullableRRMPolicyRatioSingleAllOf) IsSet ¶

func (NullableRRMPolicyRatioSingleAllOf) MarshalJSON ¶

func (v NullableRRMPolicyRatioSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableRRMPolicyRatioSingleAllOf) Set ¶

func (*NullableRRMPolicyRatioSingleAllOf) UnmarshalJSON ¶

func (v *NullableRRMPolicyRatioSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableRRMPolicyRatioSingleAllOf) Unset ¶

type NullableRRMPolicyRatioSingleAllOfAttributes ¶

type NullableRRMPolicyRatioSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableRRMPolicyRatioSingleAllOfAttributes) Get ¶

func (NullableRRMPolicyRatioSingleAllOfAttributes) IsSet ¶

func (NullableRRMPolicyRatioSingleAllOfAttributes) MarshalJSON ¶

func (*NullableRRMPolicyRatioSingleAllOfAttributes) Set ¶

func (*NullableRRMPolicyRatioSingleAllOfAttributes) UnmarshalJSON ¶

func (v *NullableRRMPolicyRatioSingleAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullableRRMPolicyRatioSingleAllOfAttributes) Unset ¶

type NullableRRMPolicyRatioSingleAllOfAttributesAllOf ¶

type NullableRRMPolicyRatioSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableRRMPolicyRatioSingleAllOfAttributesAllOf) Get ¶

func (NullableRRMPolicyRatioSingleAllOfAttributesAllOf) IsSet ¶

func (NullableRRMPolicyRatioSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*NullableRRMPolicyRatioSingleAllOfAttributesAllOf) Set ¶

func (*NullableRRMPolicyRatioSingleAllOfAttributesAllOf) UnmarshalJSON ¶

func (*NullableRRMPolicyRatioSingleAllOfAttributesAllOf) Unset ¶

type NullableRSSetType ¶

type NullableRSSetType struct {
	// contains filtered or unexported fields
}

func NewNullableRSSetType ¶

func NewNullableRSSetType(val *RSSetType) *NullableRSSetType

func (NullableRSSetType) Get ¶

func (v NullableRSSetType) Get() *RSSetType

func (NullableRSSetType) IsSet ¶

func (v NullableRSSetType) IsSet() bool

func (NullableRSSetType) MarshalJSON ¶

func (v NullableRSSetType) MarshalJSON() ([]byte, error)

func (*NullableRSSetType) Set ¶

func (v *NullableRSSetType) Set(val *RSSetType)

func (*NullableRSSetType) UnmarshalJSON ¶

func (v *NullableRSSetType) UnmarshalJSON(src []byte) error

func (*NullableRSSetType) Unset ¶

func (v *NullableRSSetType) Unset()

type NullableRadioNetworkExpectation ¶

type NullableRadioNetworkExpectation struct {
	// contains filtered or unexported fields
}

func (NullableRadioNetworkExpectation) Get ¶

func (NullableRadioNetworkExpectation) IsSet ¶

func (NullableRadioNetworkExpectation) MarshalJSON ¶

func (v NullableRadioNetworkExpectation) MarshalJSON() ([]byte, error)

func (*NullableRadioNetworkExpectation) Set ¶

func (*NullableRadioNetworkExpectation) UnmarshalJSON ¶

func (v *NullableRadioNetworkExpectation) UnmarshalJSON(src []byte) error

func (*NullableRadioNetworkExpectation) Unset ¶

type NullableRadioNetworkExpectationExpectationTargetsInner ¶

type NullableRadioNetworkExpectationExpectationTargetsInner struct {
	// contains filtered or unexported fields
}

func (NullableRadioNetworkExpectationExpectationTargetsInner) Get ¶

func (NullableRadioNetworkExpectationExpectationTargetsInner) IsSet ¶

func (NullableRadioNetworkExpectationExpectationTargetsInner) MarshalJSON ¶

func (*NullableRadioNetworkExpectationExpectationTargetsInner) Set ¶

func (*NullableRadioNetworkExpectationExpectationTargetsInner) UnmarshalJSON ¶

func (*NullableRadioNetworkExpectationExpectationTargetsInner) Unset ¶

type NullableRadioNetworkExpectationObject ¶

type NullableRadioNetworkExpectationObject struct {
	// contains filtered or unexported fields
}

func (NullableRadioNetworkExpectationObject) Get ¶

func (NullableRadioNetworkExpectationObject) IsSet ¶

func (NullableRadioNetworkExpectationObject) MarshalJSON ¶

func (v NullableRadioNetworkExpectationObject) MarshalJSON() ([]byte, error)

func (*NullableRadioNetworkExpectationObject) Set ¶

func (*NullableRadioNetworkExpectationObject) UnmarshalJSON ¶

func (v *NullableRadioNetworkExpectationObject) UnmarshalJSON(src []byte) error

func (*NullableRadioNetworkExpectationObject) Unset ¶

type NullableRadioNetworkExpectationObjectObjectContextsInner ¶

type NullableRadioNetworkExpectationObjectObjectContextsInner struct {
	// contains filtered or unexported fields
}

func (NullableRadioNetworkExpectationObjectObjectContextsInner) Get ¶

func (NullableRadioNetworkExpectationObjectObjectContextsInner) IsSet ¶

func (NullableRadioNetworkExpectationObjectObjectContextsInner) MarshalJSON ¶

func (*NullableRadioNetworkExpectationObjectObjectContextsInner) Set ¶

func (*NullableRadioNetworkExpectationObjectObjectContextsInner) UnmarshalJSON ¶

func (*NullableRadioNetworkExpectationObjectObjectContextsInner) Unset ¶

type NullableRadioSpectrum ¶

type NullableRadioSpectrum struct {
	// contains filtered or unexported fields
}

func NewNullableRadioSpectrum ¶

func NewNullableRadioSpectrum(val *RadioSpectrum) *NullableRadioSpectrum

func (NullableRadioSpectrum) Get ¶

func (NullableRadioSpectrum) IsSet ¶

func (v NullableRadioSpectrum) IsSet() bool

func (NullableRadioSpectrum) MarshalJSON ¶

func (v NullableRadioSpectrum) MarshalJSON() ([]byte, error)

func (*NullableRadioSpectrum) Set ¶

func (v *NullableRadioSpectrum) Set(val *RadioSpectrum)

func (*NullableRadioSpectrum) UnmarshalJSON ¶

func (v *NullableRadioSpectrum) UnmarshalJSON(src []byte) error

func (*NullableRadioSpectrum) Unset ¶

func (v *NullableRadioSpectrum) Unset()

type NullableRatType ¶

type NullableRatType struct {
	// contains filtered or unexported fields
}

func NewNullableRatType ¶

func NewNullableRatType(val *RatType) *NullableRatType

func (NullableRatType) Get ¶

func (v NullableRatType) Get() *RatType

func (NullableRatType) IsSet ¶

func (v NullableRatType) IsSet() bool

func (NullableRatType) MarshalJSON ¶

func (v NullableRatType) MarshalJSON() ([]byte, error)

func (*NullableRatType) Set ¶

func (v *NullableRatType) Set(val *RatType)

func (*NullableRatType) UnmarshalJSON ¶

func (v *NullableRatType) UnmarshalJSON(src []byte) error

func (*NullableRatType) Unset ¶

func (v *NullableRatType) Unset()

type NullableRedirectAddressType ¶

type NullableRedirectAddressType struct {
	// contains filtered or unexported fields
}

func (NullableRedirectAddressType) Get ¶

func (NullableRedirectAddressType) IsSet ¶

func (NullableRedirectAddressType) MarshalJSON ¶

func (v NullableRedirectAddressType) MarshalJSON() ([]byte, error)

func (*NullableRedirectAddressType) Set ¶

func (*NullableRedirectAddressType) UnmarshalJSON ¶

func (v *NullableRedirectAddressType) UnmarshalJSON(src []byte) error

func (*NullableRedirectAddressType) Unset ¶

func (v *NullableRedirectAddressType) Unset()

type NullableRedirectInformation ¶

type NullableRedirectInformation struct {
	// contains filtered or unexported fields
}

func (NullableRedirectInformation) Get ¶

func (NullableRedirectInformation) IsSet ¶

func (NullableRedirectInformation) MarshalJSON ¶

func (v NullableRedirectInformation) MarshalJSON() ([]byte, error)

func (*NullableRedirectInformation) Set ¶

func (*NullableRedirectInformation) UnmarshalJSON ¶

func (v *NullableRedirectInformation) UnmarshalJSON(src []byte) error

func (*NullableRedirectInformation) Unset ¶

func (v *NullableRedirectInformation) Unset()

type NullableRegistrationState ¶

type NullableRegistrationState struct {
	// contains filtered or unexported fields
}

func NewNullableRegistrationState ¶

func NewNullableRegistrationState(val *RegistrationState) *NullableRegistrationState

func (NullableRegistrationState) Get ¶

func (NullableRegistrationState) IsSet ¶

func (v NullableRegistrationState) IsSet() bool

func (NullableRegistrationState) MarshalJSON ¶

func (v NullableRegistrationState) MarshalJSON() ([]byte, error)

func (*NullableRegistrationState) Set ¶

func (*NullableRegistrationState) UnmarshalJSON ¶

func (v *NullableRegistrationState) UnmarshalJSON(src []byte) error

func (*NullableRegistrationState) Unset ¶

func (v *NullableRegistrationState) Unset()

type NullableRemoteAddress ¶

type NullableRemoteAddress struct {
	// contains filtered or unexported fields
}

func NewNullableRemoteAddress ¶

func NewNullableRemoteAddress(val *RemoteAddress) *NullableRemoteAddress

func (NullableRemoteAddress) Get ¶

func (NullableRemoteAddress) IsSet ¶

func (v NullableRemoteAddress) IsSet() bool

func (NullableRemoteAddress) MarshalJSON ¶

func (v NullableRemoteAddress) MarshalJSON() ([]byte, error)

func (*NullableRemoteAddress) Set ¶

func (v *NullableRemoteAddress) Set(val *RemoteAddress)

func (*NullableRemoteAddress) UnmarshalJSON ¶

func (v *NullableRemoteAddress) UnmarshalJSON(src []byte) error

func (*NullableRemoteAddress) Unset ¶

func (v *NullableRemoteAddress) Unset()

type NullableReportAmountType ¶

type NullableReportAmountType struct {
	// contains filtered or unexported fields
}

func NewNullableReportAmountType ¶

func NewNullableReportAmountType(val *ReportAmountType) *NullableReportAmountType

func (NullableReportAmountType) Get ¶

func (NullableReportAmountType) IsSet ¶

func (v NullableReportAmountType) IsSet() bool

func (NullableReportAmountType) MarshalJSON ¶

func (v NullableReportAmountType) MarshalJSON() ([]byte, error)

func (*NullableReportAmountType) Set ¶

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 (NullableReportIntervalType) IsSet ¶

func (v NullableReportIntervalType) IsSet() bool

func (NullableReportIntervalType) MarshalJSON ¶

func (v NullableReportIntervalType) MarshalJSON() ([]byte, error)

func (*NullableReportIntervalType) Set ¶

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 (NullableReportTypeType) IsSet ¶

func (v NullableReportTypeType) IsSet() bool

func (NullableReportTypeType) MarshalJSON ¶

func (v NullableReportTypeType) MarshalJSON() ([]byte, error)

func (*NullableReportTypeType) Set ¶

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 (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 (NullableReportingCtrlOneOf) IsSet ¶

func (v NullableReportingCtrlOneOf) IsSet() bool

func (NullableReportingCtrlOneOf) MarshalJSON ¶

func (v NullableReportingCtrlOneOf) MarshalJSON() ([]byte, error)

func (*NullableReportingCtrlOneOf) Set ¶

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 (NullableReportingCtrlOneOf1) Get ¶

func (NullableReportingCtrlOneOf1) IsSet ¶

func (NullableReportingCtrlOneOf1) MarshalJSON ¶

func (v NullableReportingCtrlOneOf1) MarshalJSON() ([]byte, error)

func (*NullableReportingCtrlOneOf1) Set ¶

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 (NullableReportingCtrlOneOf2) Get ¶

func (NullableReportingCtrlOneOf2) IsSet ¶

func (NullableReportingCtrlOneOf2) MarshalJSON ¶

func (v NullableReportingCtrlOneOf2) MarshalJSON() ([]byte, error)

func (*NullableReportingCtrlOneOf2) Set ¶

func (*NullableReportingCtrlOneOf2) UnmarshalJSON ¶

func (v *NullableReportingCtrlOneOf2) UnmarshalJSON(src []byte) error

func (*NullableReportingCtrlOneOf2) Unset ¶

func (v *NullableReportingCtrlOneOf2) Unset()

type NullableReportingMethod ¶

type NullableReportingMethod struct {
	// contains filtered or unexported fields
}

func NewNullableReportingMethod ¶

func NewNullableReportingMethod(val *ReportingMethod) *NullableReportingMethod

func (NullableReportingMethod) Get ¶

func (NullableReportingMethod) IsSet ¶

func (v NullableReportingMethod) IsSet() bool

func (NullableReportingMethod) MarshalJSON ¶

func (v NullableReportingMethod) MarshalJSON() ([]byte, error)

func (*NullableReportingMethod) Set ¶

func (*NullableReportingMethod) UnmarshalJSON ¶

func (v *NullableReportingMethod) UnmarshalJSON(src []byte) error

func (*NullableReportingMethod) Unset ¶

func (v *NullableReportingMethod) Unset()

type NullableRequestStatus ¶

type NullableRequestStatus struct {
	// contains filtered or unexported fields
}

func NewNullableRequestStatus ¶

func NewNullableRequestStatus(val *RequestStatus) *NullableRequestStatus

func (NullableRequestStatus) Get ¶

func (NullableRequestStatus) IsSet ¶

func (v NullableRequestStatus) IsSet() bool

func (NullableRequestStatus) MarshalJSON ¶

func (v NullableRequestStatus) MarshalJSON() ([]byte, error)

func (*NullableRequestStatus) Set ¶

func (v *NullableRequestStatus) Set(val *RequestStatus)

func (*NullableRequestStatus) UnmarshalJSON ¶

func (v *NullableRequestStatus) UnmarshalJSON(src []byte) error

func (*NullableRequestStatus) Unset ¶

func (v *NullableRequestStatus) Unset()

type NullableResource ¶

type NullableResource struct {
	// contains filtered or unexported fields
}

func NewNullableResource ¶

func NewNullableResource(val *Resource) *NullableResource

func (NullableResource) Get ¶

func (v NullableResource) Get() *Resource

func (NullableResource) IsSet ¶

func (v NullableResource) IsSet() bool

func (NullableResource) MarshalJSON ¶

func (v NullableResource) MarshalJSON() ([]byte, error)

func (*NullableResource) Set ¶

func (v *NullableResource) Set(val *Resource)

func (*NullableResource) UnmarshalJSON ¶

func (v *NullableResource) UnmarshalJSON(src []byte) error

func (*NullableResource) Unset ¶

func (v *NullableResource) Unset()

type NullableResourceOneOf ¶

type NullableResourceOneOf struct {
	// contains filtered or unexported fields
}

func NewNullableResourceOneOf ¶

func NewNullableResourceOneOf(val *ResourceOneOf) *NullableResourceOneOf

func (NullableResourceOneOf) Get ¶

func (NullableResourceOneOf) IsSet ¶

func (v NullableResourceOneOf) IsSet() bool

func (NullableResourceOneOf) MarshalJSON ¶

func (v NullableResourceOneOf) MarshalJSON() ([]byte, error)

func (*NullableResourceOneOf) Set ¶

func (v *NullableResourceOneOf) Set(val *ResourceOneOf)

func (*NullableResourceOneOf) UnmarshalJSON ¶

func (v *NullableResourceOneOf) UnmarshalJSON(src []byte) error

func (*NullableResourceOneOf) Unset ¶

func (v *NullableResourceOneOf) Unset()

type NullableResourceOneOf1 ¶

type NullableResourceOneOf1 struct {
	// contains filtered or unexported fields
}

func NewNullableResourceOneOf1 ¶

func NewNullableResourceOneOf1(val *ResourceOneOf1) *NullableResourceOneOf1

func (NullableResourceOneOf1) Get ¶

func (NullableResourceOneOf1) IsSet ¶

func (v NullableResourceOneOf1) IsSet() bool

func (NullableResourceOneOf1) MarshalJSON ¶

func (v NullableResourceOneOf1) MarshalJSON() ([]byte, error)

func (*NullableResourceOneOf1) Set ¶

func (*NullableResourceOneOf1) UnmarshalJSON ¶

func (v *NullableResourceOneOf1) UnmarshalJSON(src []byte) error

func (*NullableResourceOneOf1) Unset ¶

func (v *NullableResourceOneOf1) Unset()

type NullableResourceReservationStatus ¶

type NullableResourceReservationStatus struct {
	// contains filtered or unexported fields
}

func (NullableResourceReservationStatus) Get ¶

func (NullableResourceReservationStatus) IsSet ¶

func (NullableResourceReservationStatus) MarshalJSON ¶

func (v NullableResourceReservationStatus) MarshalJSON() ([]byte, error)

func (*NullableResourceReservationStatus) Set ¶

func (*NullableResourceReservationStatus) UnmarshalJSON ¶

func (v *NullableResourceReservationStatus) UnmarshalJSON(src []byte) error

func (*NullableResourceReservationStatus) Unset ¶

type NullableResourceSharingLevelContext ¶

type NullableResourceSharingLevelContext struct {
	// contains filtered or unexported fields
}

func (NullableResourceSharingLevelContext) Get ¶

func (NullableResourceSharingLevelContext) IsSet ¶

func (NullableResourceSharingLevelContext) MarshalJSON ¶

func (v NullableResourceSharingLevelContext) MarshalJSON() ([]byte, error)

func (*NullableResourceSharingLevelContext) Set ¶

func (*NullableResourceSharingLevelContext) UnmarshalJSON ¶

func (v *NullableResourceSharingLevelContext) UnmarshalJSON(src []byte) error

func (*NullableResourceSharingLevelContext) Unset ¶

type NullableResourceType ¶

type NullableResourceType struct {
	// contains filtered or unexported fields
}

func NewNullableResourceType ¶

func NewNullableResourceType(val *ResourceType) *NullableResourceType

func (NullableResourceType) Get ¶

func (NullableResourceType) IsSet ¶

func (v NullableResourceType) IsSet() bool

func (NullableResourceType) MarshalJSON ¶

func (v NullableResourceType) MarshalJSON() ([]byte, error)

func (*NullableResourceType) Set ¶

func (v *NullableResourceType) Set(val *ResourceType)

func (*NullableResourceType) UnmarshalJSON ¶

func (v *NullableResourceType) UnmarshalJSON(src []byte) error

func (*NullableResourceType) Unset ¶

func (v *NullableResourceType) Unset()

type NullableResources5gcNrm ¶

type NullableResources5gcNrm struct {
	// contains filtered or unexported fields
}

func NewNullableResources5gcNrm ¶

func NewNullableResources5gcNrm(val *Resources5gcNrm) *NullableResources5gcNrm

func (NullableResources5gcNrm) Get ¶

func (NullableResources5gcNrm) IsSet ¶

func (v NullableResources5gcNrm) IsSet() bool

func (NullableResources5gcNrm) MarshalJSON ¶

func (v NullableResources5gcNrm) MarshalJSON() ([]byte, error)

func (*NullableResources5gcNrm) Set ¶

func (*NullableResources5gcNrm) UnmarshalJSON ¶

func (v *NullableResources5gcNrm) UnmarshalJSON(src []byte) error

func (*NullableResources5gcNrm) Unset ¶

func (v *NullableResources5gcNrm) Unset()

type NullableResourcesAiMlNrm ¶

type NullableResourcesAiMlNrm struct {
	// contains filtered or unexported fields
}

func NewNullableResourcesAiMlNrm ¶

func NewNullableResourcesAiMlNrm(val *ResourcesAiMlNrm) *NullableResourcesAiMlNrm

func (NullableResourcesAiMlNrm) Get ¶

func (NullableResourcesAiMlNrm) IsSet ¶

func (v NullableResourcesAiMlNrm) IsSet() bool

func (NullableResourcesAiMlNrm) MarshalJSON ¶

func (v NullableResourcesAiMlNrm) MarshalJSON() ([]byte, error)

func (*NullableResourcesAiMlNrm) Set ¶

func (*NullableResourcesAiMlNrm) UnmarshalJSON ¶

func (v *NullableResourcesAiMlNrm) UnmarshalJSON(src []byte) error

func (*NullableResourcesAiMlNrm) Unset ¶

func (v *NullableResourcesAiMlNrm) Unset()

type NullableResourcesCoslaNrm ¶

type NullableResourcesCoslaNrm struct {
	// contains filtered or unexported fields
}

func NewNullableResourcesCoslaNrm ¶

func NewNullableResourcesCoslaNrm(val *ResourcesCoslaNrm) *NullableResourcesCoslaNrm

func (NullableResourcesCoslaNrm) Get ¶

func (NullableResourcesCoslaNrm) IsSet ¶

func (v NullableResourcesCoslaNrm) IsSet() bool

func (NullableResourcesCoslaNrm) MarshalJSON ¶

func (v NullableResourcesCoslaNrm) MarshalJSON() ([]byte, error)

func (*NullableResourcesCoslaNrm) Set ¶

func (*NullableResourcesCoslaNrm) UnmarshalJSON ¶

func (v *NullableResourcesCoslaNrm) UnmarshalJSON(src []byte) error

func (*NullableResourcesCoslaNrm) Unset ¶

func (v *NullableResourcesCoslaNrm) Unset()

type NullableResourcesGenericNrm ¶

type NullableResourcesGenericNrm struct {
	// contains filtered or unexported fields
}

func (NullableResourcesGenericNrm) Get ¶

func (NullableResourcesGenericNrm) IsSet ¶

func (NullableResourcesGenericNrm) MarshalJSON ¶

func (v NullableResourcesGenericNrm) MarshalJSON() ([]byte, error)

func (*NullableResourcesGenericNrm) Set ¶

func (*NullableResourcesGenericNrm) UnmarshalJSON ¶

func (v *NullableResourcesGenericNrm) UnmarshalJSON(src []byte) error

func (*NullableResourcesGenericNrm) Unset ¶

func (v *NullableResourcesGenericNrm) Unset()

type NullableResourcesIntentNrm ¶

type NullableResourcesIntentNrm struct {
	// contains filtered or unexported fields
}

func NewNullableResourcesIntentNrm ¶

func NewNullableResourcesIntentNrm(val *ResourcesIntentNrm) *NullableResourcesIntentNrm

func (NullableResourcesIntentNrm) Get ¶

func (NullableResourcesIntentNrm) IsSet ¶

func (v NullableResourcesIntentNrm) IsSet() bool

func (NullableResourcesIntentNrm) MarshalJSON ¶

func (v NullableResourcesIntentNrm) MarshalJSON() ([]byte, error)

func (*NullableResourcesIntentNrm) Set ¶

func (*NullableResourcesIntentNrm) UnmarshalJSON ¶

func (v *NullableResourcesIntentNrm) UnmarshalJSON(src []byte) error

func (*NullableResourcesIntentNrm) Unset ¶

func (v *NullableResourcesIntentNrm) Unset()

type NullableResourcesMdaNrm ¶

type NullableResourcesMdaNrm struct {
	// contains filtered or unexported fields
}

func NewNullableResourcesMdaNrm ¶

func NewNullableResourcesMdaNrm(val *ResourcesMdaNrm) *NullableResourcesMdaNrm

func (NullableResourcesMdaNrm) Get ¶

func (NullableResourcesMdaNrm) IsSet ¶

func (v NullableResourcesMdaNrm) IsSet() bool

func (NullableResourcesMdaNrm) MarshalJSON ¶

func (v NullableResourcesMdaNrm) MarshalJSON() ([]byte, error)

func (*NullableResourcesMdaNrm) Set ¶

func (*NullableResourcesMdaNrm) UnmarshalJSON ¶

func (v *NullableResourcesMdaNrm) UnmarshalJSON(src []byte) error

func (*NullableResourcesMdaNrm) Unset ¶

func (v *NullableResourcesMdaNrm) Unset()

type NullableResourcesNrNrm ¶

type NullableResourcesNrNrm struct {
	// contains filtered or unexported fields
}

func NewNullableResourcesNrNrm ¶

func NewNullableResourcesNrNrm(val *ResourcesNrNrm) *NullableResourcesNrNrm

func (NullableResourcesNrNrm) Get ¶

func (NullableResourcesNrNrm) IsSet ¶

func (v NullableResourcesNrNrm) IsSet() bool

func (NullableResourcesNrNrm) MarshalJSON ¶

func (v NullableResourcesNrNrm) MarshalJSON() ([]byte, error)

func (*NullableResourcesNrNrm) Set ¶

func (*NullableResourcesNrNrm) UnmarshalJSON ¶

func (v *NullableResourcesNrNrm) UnmarshalJSON(src []byte) error

func (*NullableResourcesNrNrm) Unset ¶

func (v *NullableResourcesNrNrm) Unset()

type NullableResourcesSliceNrm ¶

type NullableResourcesSliceNrm struct {
	// contains filtered or unexported fields
}

func NewNullableResourcesSliceNrm ¶

func NewNullableResourcesSliceNrm(val *ResourcesSliceNrm) *NullableResourcesSliceNrm

func (NullableResourcesSliceNrm) Get ¶

func (NullableResourcesSliceNrm) IsSet ¶

func (v NullableResourcesSliceNrm) IsSet() bool

func (NullableResourcesSliceNrm) MarshalJSON ¶

func (v NullableResourcesSliceNrm) MarshalJSON() ([]byte, error)

func (*NullableResourcesSliceNrm) Set ¶

func (*NullableResourcesSliceNrm) UnmarshalJSON ¶

func (v *NullableResourcesSliceNrm) UnmarshalJSON(src []byte) error

func (*NullableResourcesSliceNrm) Unset ¶

func (v *NullableResourcesSliceNrm) Unset()

type NullableRimRSGlobalSingle ¶

type NullableRimRSGlobalSingle struct {
	// contains filtered or unexported fields
}

func NewNullableRimRSGlobalSingle ¶

func NewNullableRimRSGlobalSingle(val *RimRSGlobalSingle) *NullableRimRSGlobalSingle

func (NullableRimRSGlobalSingle) Get ¶

func (NullableRimRSGlobalSingle) IsSet ¶

func (v NullableRimRSGlobalSingle) IsSet() bool

func (NullableRimRSGlobalSingle) MarshalJSON ¶

func (v NullableRimRSGlobalSingle) MarshalJSON() ([]byte, error)

func (*NullableRimRSGlobalSingle) Set ¶

func (*NullableRimRSGlobalSingle) UnmarshalJSON ¶

func (v *NullableRimRSGlobalSingle) UnmarshalJSON(src []byte) error

func (*NullableRimRSGlobalSingle) Unset ¶

func (v *NullableRimRSGlobalSingle) Unset()

type NullableRimRSGlobalSingleAllOf ¶

type NullableRimRSGlobalSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableRimRSGlobalSingleAllOf) Get ¶

func (NullableRimRSGlobalSingleAllOf) IsSet ¶

func (NullableRimRSGlobalSingleAllOf) MarshalJSON ¶

func (v NullableRimRSGlobalSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableRimRSGlobalSingleAllOf) Set ¶

func (*NullableRimRSGlobalSingleAllOf) UnmarshalJSON ¶

func (v *NullableRimRSGlobalSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableRimRSGlobalSingleAllOf) Unset ¶

func (v *NullableRimRSGlobalSingleAllOf) Unset()

type NullableRimRSGlobalSingleAllOfAttributes ¶

type NullableRimRSGlobalSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableRimRSGlobalSingleAllOfAttributes) Get ¶

func (NullableRimRSGlobalSingleAllOfAttributes) IsSet ¶

func (NullableRimRSGlobalSingleAllOfAttributes) MarshalJSON ¶

func (*NullableRimRSGlobalSingleAllOfAttributes) Set ¶

func (*NullableRimRSGlobalSingleAllOfAttributes) UnmarshalJSON ¶

func (v *NullableRimRSGlobalSingleAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullableRimRSGlobalSingleAllOfAttributes) Unset ¶

type NullableRimRSReportConf ¶

type NullableRimRSReportConf struct {
	// contains filtered or unexported fields
}

func NewNullableRimRSReportConf ¶

func NewNullableRimRSReportConf(val *RimRSReportConf) *NullableRimRSReportConf

func (NullableRimRSReportConf) Get ¶

func (NullableRimRSReportConf) IsSet ¶

func (v NullableRimRSReportConf) IsSet() bool

func (NullableRimRSReportConf) MarshalJSON ¶

func (v NullableRimRSReportConf) MarshalJSON() ([]byte, error)

func (*NullableRimRSReportConf) Set ¶

func (*NullableRimRSReportConf) UnmarshalJSON ¶

func (v *NullableRimRSReportConf) UnmarshalJSON(src []byte) error

func (*NullableRimRSReportConf) Unset ¶

func (v *NullableRimRSReportConf) Unset()

type NullableRimRSReportInfo ¶

type NullableRimRSReportInfo struct {
	// contains filtered or unexported fields
}

func NewNullableRimRSReportInfo ¶

func NewNullableRimRSReportInfo(val *RimRSReportInfo) *NullableRimRSReportInfo

func (NullableRimRSReportInfo) Get ¶

func (NullableRimRSReportInfo) IsSet ¶

func (v NullableRimRSReportInfo) IsSet() bool

func (NullableRimRSReportInfo) MarshalJSON ¶

func (v NullableRimRSReportInfo) MarshalJSON() ([]byte, error)

func (*NullableRimRSReportInfo) Set ¶

func (*NullableRimRSReportInfo) UnmarshalJSON ¶

func (v *NullableRimRSReportInfo) UnmarshalJSON(src []byte) error

func (*NullableRimRSReportInfo) Unset ¶

func (v *NullableRimRSReportInfo) Unset()

type NullableRimRSSetSingle ¶

type NullableRimRSSetSingle struct {
	// contains filtered or unexported fields
}

func NewNullableRimRSSetSingle ¶

func NewNullableRimRSSetSingle(val *RimRSSetSingle) *NullableRimRSSetSingle

func (NullableRimRSSetSingle) Get ¶

func (NullableRimRSSetSingle) IsSet ¶

func (v NullableRimRSSetSingle) IsSet() bool

func (NullableRimRSSetSingle) MarshalJSON ¶

func (v NullableRimRSSetSingle) MarshalJSON() ([]byte, error)

func (*NullableRimRSSetSingle) Set ¶

func (*NullableRimRSSetSingle) UnmarshalJSON ¶

func (v *NullableRimRSSetSingle) UnmarshalJSON(src []byte) error

func (*NullableRimRSSetSingle) Unset ¶

func (v *NullableRimRSSetSingle) Unset()

type NullableRimRSSetSingleAllOf ¶

type NullableRimRSSetSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableRimRSSetSingleAllOf) Get ¶

func (NullableRimRSSetSingleAllOf) IsSet ¶

func (NullableRimRSSetSingleAllOf) MarshalJSON ¶

func (v NullableRimRSSetSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableRimRSSetSingleAllOf) Set ¶

func (*NullableRimRSSetSingleAllOf) UnmarshalJSON ¶

func (v *NullableRimRSSetSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableRimRSSetSingleAllOf) Unset ¶

func (v *NullableRimRSSetSingleAllOf) Unset()

type NullableRimRSSetSingleAllOfAttributes ¶

type NullableRimRSSetSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableRimRSSetSingleAllOfAttributes) Get ¶

func (NullableRimRSSetSingleAllOfAttributes) IsSet ¶

func (NullableRimRSSetSingleAllOfAttributes) MarshalJSON ¶

func (v NullableRimRSSetSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*NullableRimRSSetSingleAllOfAttributes) Set ¶

func (*NullableRimRSSetSingleAllOfAttributes) UnmarshalJSON ¶

func (v *NullableRimRSSetSingleAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullableRimRSSetSingleAllOfAttributes) Unset ¶

type NullableRouteInformation ¶

type NullableRouteInformation struct {
	// contains filtered or unexported fields
}

func NewNullableRouteInformation ¶

func NewNullableRouteInformation(val *RouteInformation) *NullableRouteInformation

func (NullableRouteInformation) Get ¶

func (NullableRouteInformation) IsSet ¶

func (v NullableRouteInformation) IsSet() bool

func (NullableRouteInformation) MarshalJSON ¶

func (v NullableRouteInformation) MarshalJSON() ([]byte, error)

func (*NullableRouteInformation) Set ¶

func (*NullableRouteInformation) UnmarshalJSON ¶

func (v *NullableRouteInformation) UnmarshalJSON(src []byte) error

func (*NullableRouteInformation) Unset ¶

func (v *NullableRouteInformation) Unset()

type NullableRouteToLocation ¶

type NullableRouteToLocation struct {
	// contains filtered or unexported fields
}

func NewNullableRouteToLocation ¶

func NewNullableRouteToLocation(val *RouteToLocation) *NullableRouteToLocation

func (NullableRouteToLocation) Get ¶

func (NullableRouteToLocation) IsSet ¶

func (v NullableRouteToLocation) IsSet() bool

func (NullableRouteToLocation) MarshalJSON ¶

func (v NullableRouteToLocation) MarshalJSON() ([]byte, error)

func (*NullableRouteToLocation) Set ¶

func (*NullableRouteToLocation) UnmarshalJSON ¶

func (v *NullableRouteToLocation) UnmarshalJSON(src []byte) error

func (*NullableRouteToLocation) Unset ¶

func (v *NullableRouteToLocation) Unset()

type NullableRrmPolicyAttr ¶

type NullableRrmPolicyAttr struct {
	// contains filtered or unexported fields
}

func NewNullableRrmPolicyAttr ¶

func NewNullableRrmPolicyAttr(val *RrmPolicyAttr) *NullableRrmPolicyAttr

func (NullableRrmPolicyAttr) Get ¶

func (NullableRrmPolicyAttr) IsSet ¶

func (v NullableRrmPolicyAttr) IsSet() bool

func (NullableRrmPolicyAttr) MarshalJSON ¶

func (v NullableRrmPolicyAttr) MarshalJSON() ([]byte, error)

func (*NullableRrmPolicyAttr) Set ¶

func (v *NullableRrmPolicyAttr) Set(val *RrmPolicyAttr)

func (*NullableRrmPolicyAttr) UnmarshalJSON ¶

func (v *NullableRrmPolicyAttr) UnmarshalJSON(src []byte) error

func (*NullableRrmPolicyAttr) Unset ¶

func (v *NullableRrmPolicyAttr) Unset()

type NullableRrmPolicyMember ¶

type NullableRrmPolicyMember struct {
	// contains filtered or unexported fields
}

func NewNullableRrmPolicyMember ¶

func NewNullableRrmPolicyMember(val *RrmPolicyMember) *NullableRrmPolicyMember

func (NullableRrmPolicyMember) Get ¶

func (NullableRrmPolicyMember) IsSet ¶

func (v NullableRrmPolicyMember) IsSet() bool

func (NullableRrmPolicyMember) MarshalJSON ¶

func (v NullableRrmPolicyMember) MarshalJSON() ([]byte, error)

func (*NullableRrmPolicyMember) Set ¶

func (*NullableRrmPolicyMember) UnmarshalJSON ¶

func (v *NullableRrmPolicyMember) UnmarshalJSON(src []byte) error

func (*NullableRrmPolicyMember) Unset ¶

func (v *NullableRrmPolicyMember) Unset()

type NullableSAP ¶

type NullableSAP struct {
	// contains filtered or unexported fields
}

func NewNullableSAP ¶

func NewNullableSAP(val *SAP) *NullableSAP

func (NullableSAP) Get ¶

func (v NullableSAP) Get() *SAP

func (NullableSAP) IsSet ¶

func (v NullableSAP) IsSet() bool

func (NullableSAP) MarshalJSON ¶

func (v NullableSAP) MarshalJSON() ([]byte, error)

func (*NullableSAP) Set ¶

func (v *NullableSAP) Set(val *SAP)

func (*NullableSAP) UnmarshalJSON ¶

func (v *NullableSAP) UnmarshalJSON(src []byte) error

func (*NullableSAP) Unset ¶

func (v *NullableSAP) Unset()

type NullableSEPPType ¶

type NullableSEPPType struct {
	// contains filtered or unexported fields
}

func NewNullableSEPPType ¶

func NewNullableSEPPType(val *SEPPType) *NullableSEPPType

func (NullableSEPPType) Get ¶

func (v NullableSEPPType) Get() *SEPPType

func (NullableSEPPType) IsSet ¶

func (v NullableSEPPType) IsSet() bool

func (NullableSEPPType) MarshalJSON ¶

func (v NullableSEPPType) MarshalJSON() ([]byte, error)

func (*NullableSEPPType) Set ¶

func (v *NullableSEPPType) Set(val *SEPPType)

func (*NullableSEPPType) UnmarshalJSON ¶

func (v *NullableSEPPType) UnmarshalJSON(src []byte) error

func (*NullableSEPPType) Unset ¶

func (v *NullableSEPPType) Unset()

type NullableSNssaiSmfInfoItem ¶

type NullableSNssaiSmfInfoItem struct {
	// contains filtered or unexported fields
}

func NewNullableSNssaiSmfInfoItem ¶

func NewNullableSNssaiSmfInfoItem(val *SNssaiSmfInfoItem) *NullableSNssaiSmfInfoItem

func (NullableSNssaiSmfInfoItem) Get ¶

func (NullableSNssaiSmfInfoItem) IsSet ¶

func (v NullableSNssaiSmfInfoItem) IsSet() bool

func (NullableSNssaiSmfInfoItem) MarshalJSON ¶

func (v NullableSNssaiSmfInfoItem) MarshalJSON() ([]byte, error)

func (*NullableSNssaiSmfInfoItem) Set ¶

func (*NullableSNssaiSmfInfoItem) UnmarshalJSON ¶

func (v *NullableSNssaiSmfInfoItem) UnmarshalJSON(src []byte) error

func (*NullableSNssaiSmfInfoItem) Unset ¶

func (v *NullableSNssaiSmfInfoItem) 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 NullableScope1 ¶

type NullableScope1 struct {
	// contains filtered or unexported fields
}

func NewNullableScope1 ¶

func NewNullableScope1(val *Scope1) *NullableScope1

func (NullableScope1) Get ¶

func (v NullableScope1) Get() *Scope1

func (NullableScope1) IsSet ¶

func (v NullableScope1) IsSet() bool

func (NullableScope1) MarshalJSON ¶

func (v NullableScope1) MarshalJSON() ([]byte, error)

func (*NullableScope1) Set ¶

func (v *NullableScope1) Set(val *Scope1)

func (*NullableScope1) UnmarshalJSON ¶

func (v *NullableScope1) UnmarshalJSON(src []byte) error

func (*NullableScope1) Unset ¶

func (v *NullableScope1) Unset()

type NullableScopeType ¶

type NullableScopeType struct {
	// contains filtered or unexported fields
}

func NewNullableScopeType ¶

func NewNullableScopeType(val *ScopeType) *NullableScopeType

func (NullableScopeType) Get ¶

func (v NullableScopeType) Get() *ScopeType

func (NullableScopeType) IsSet ¶

func (v NullableScopeType) IsSet() bool

func (NullableScopeType) MarshalJSON ¶

func (v NullableScopeType) MarshalJSON() ([]byte, error)

func (*NullableScopeType) Set ¶

func (v *NullableScopeType) Set(val *ScopeType)

func (*NullableScopeType) UnmarshalJSON ¶

func (v *NullableScopeType) UnmarshalJSON(src []byte) error

func (*NullableScopeType) Unset ¶

func (v *NullableScopeType) Unset()

type NullableScpCapability ¶

type NullableScpCapability struct {
	// contains filtered or unexported fields
}

func NewNullableScpCapability ¶

func NewNullableScpCapability(val *ScpCapability) *NullableScpCapability

func (NullableScpCapability) Get ¶

func (NullableScpCapability) IsSet ¶

func (v NullableScpCapability) IsSet() bool

func (NullableScpCapability) MarshalJSON ¶

func (v NullableScpCapability) MarshalJSON() ([]byte, error)

func (*NullableScpCapability) Set ¶

func (v *NullableScpCapability) Set(val *ScpCapability)

func (*NullableScpCapability) UnmarshalJSON ¶

func (v *NullableScpCapability) UnmarshalJSON(src []byte) error

func (*NullableScpCapability) Unset ¶

func (v *NullableScpCapability) Unset()

type NullableScpDomainInfo ¶

type NullableScpDomainInfo struct {
	// contains filtered or unexported fields
}

func NewNullableScpDomainInfo ¶

func NewNullableScpDomainInfo(val *ScpDomainInfo) *NullableScpDomainInfo

func (NullableScpDomainInfo) Get ¶

func (NullableScpDomainInfo) IsSet ¶

func (v NullableScpDomainInfo) IsSet() bool

func (NullableScpDomainInfo) MarshalJSON ¶

func (v NullableScpDomainInfo) MarshalJSON() ([]byte, error)

func (*NullableScpDomainInfo) Set ¶

func (v *NullableScpDomainInfo) Set(val *ScpDomainInfo)

func (*NullableScpDomainInfo) UnmarshalJSON ¶

func (v *NullableScpDomainInfo) UnmarshalJSON(src []byte) error

func (*NullableScpDomainInfo) Unset ¶

func (v *NullableScpDomainInfo) Unset()

type NullableScpFunctionSingle ¶

type NullableScpFunctionSingle struct {
	// contains filtered or unexported fields
}

func NewNullableScpFunctionSingle ¶

func NewNullableScpFunctionSingle(val *ScpFunctionSingle) *NullableScpFunctionSingle

func (NullableScpFunctionSingle) Get ¶

func (NullableScpFunctionSingle) IsSet ¶

func (v NullableScpFunctionSingle) IsSet() bool

func (NullableScpFunctionSingle) MarshalJSON ¶

func (v NullableScpFunctionSingle) MarshalJSON() ([]byte, error)

func (*NullableScpFunctionSingle) Set ¶

func (*NullableScpFunctionSingle) UnmarshalJSON ¶

func (v *NullableScpFunctionSingle) UnmarshalJSON(src []byte) error

func (*NullableScpFunctionSingle) Unset ¶

func (v *NullableScpFunctionSingle) Unset()

type NullableScpFunctionSingleAllOf ¶

type NullableScpFunctionSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableScpFunctionSingleAllOf) Get ¶

func (NullableScpFunctionSingleAllOf) IsSet ¶

func (NullableScpFunctionSingleAllOf) MarshalJSON ¶

func (v NullableScpFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableScpFunctionSingleAllOf) Set ¶

func (*NullableScpFunctionSingleAllOf) UnmarshalJSON ¶

func (v *NullableScpFunctionSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableScpFunctionSingleAllOf) Unset ¶

func (v *NullableScpFunctionSingleAllOf) Unset()

type NullableScpFunctionSingleAllOfAttributes ¶

type NullableScpFunctionSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableScpFunctionSingleAllOfAttributes) Get ¶

func (NullableScpFunctionSingleAllOfAttributes) IsSet ¶

func (NullableScpFunctionSingleAllOfAttributes) MarshalJSON ¶

func (*NullableScpFunctionSingleAllOfAttributes) Set ¶

func (*NullableScpFunctionSingleAllOfAttributes) UnmarshalJSON ¶

func (v *NullableScpFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullableScpFunctionSingleAllOfAttributes) Unset ¶

type NullableScpFunctionSingleAllOfAttributesAllOf ¶

type NullableScpFunctionSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableScpFunctionSingleAllOfAttributesAllOf) Get ¶

func (NullableScpFunctionSingleAllOfAttributesAllOf) IsSet ¶

func (NullableScpFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*NullableScpFunctionSingleAllOfAttributesAllOf) Set ¶

func (*NullableScpFunctionSingleAllOfAttributesAllOf) UnmarshalJSON ¶

func (*NullableScpFunctionSingleAllOfAttributesAllOf) Unset ¶

type NullableScpInfo ¶

type NullableScpInfo struct {
	// contains filtered or unexported fields
}

func NewNullableScpInfo ¶

func NewNullableScpInfo(val *ScpInfo) *NullableScpInfo

func (NullableScpInfo) Get ¶

func (v NullableScpInfo) Get() *ScpInfo

func (NullableScpInfo) IsSet ¶

func (v NullableScpInfo) IsSet() bool

func (NullableScpInfo) MarshalJSON ¶

func (v NullableScpInfo) MarshalJSON() ([]byte, error)

func (*NullableScpInfo) Set ¶

func (v *NullableScpInfo) Set(val *ScpInfo)

func (*NullableScpInfo) UnmarshalJSON ¶

func (v *NullableScpInfo) UnmarshalJSON(src []byte) error

func (*NullableScpInfo) Unset ¶

func (v *NullableScpInfo) Unset()

type NullableSdRange ¶

type NullableSdRange struct {
	// contains filtered or unexported fields
}

func NewNullableSdRange ¶

func NewNullableSdRange(val *SdRange) *NullableSdRange

func (NullableSdRange) Get ¶

func (v NullableSdRange) Get() *SdRange

func (NullableSdRange) IsSet ¶

func (v NullableSdRange) IsSet() bool

func (NullableSdRange) MarshalJSON ¶

func (v NullableSdRange) MarshalJSON() ([]byte, error)

func (*NullableSdRange) Set ¶

func (v *NullableSdRange) Set(val *SdRange)

func (*NullableSdRange) UnmarshalJSON ¶

func (v *NullableSdRange) UnmarshalJSON(src []byte) error

func (*NullableSdRange) Unset ¶

func (v *NullableSdRange) Unset()

type NullableSecFunc ¶

type NullableSecFunc struct {
	// contains filtered or unexported fields
}

func NewNullableSecFunc ¶

func NewNullableSecFunc(val *SecFunc) *NullableSecFunc

func (NullableSecFunc) Get ¶

func (v NullableSecFunc) Get() *SecFunc

func (NullableSecFunc) IsSet ¶

func (v NullableSecFunc) IsSet() bool

func (NullableSecFunc) MarshalJSON ¶

func (v NullableSecFunc) MarshalJSON() ([]byte, error)

func (*NullableSecFunc) Set ¶

func (v *NullableSecFunc) Set(val *SecFunc)

func (*NullableSecFunc) UnmarshalJSON ¶

func (v *NullableSecFunc) UnmarshalJSON(src []byte) error

func (*NullableSecFunc) Unset ¶

func (v *NullableSecFunc) Unset()

type NullableSeppFunctionSingle ¶

type NullableSeppFunctionSingle struct {
	// contains filtered or unexported fields
}

func NewNullableSeppFunctionSingle ¶

func NewNullableSeppFunctionSingle(val *SeppFunctionSingle) *NullableSeppFunctionSingle

func (NullableSeppFunctionSingle) Get ¶

func (NullableSeppFunctionSingle) IsSet ¶

func (v NullableSeppFunctionSingle) IsSet() bool

func (NullableSeppFunctionSingle) MarshalJSON ¶

func (v NullableSeppFunctionSingle) MarshalJSON() ([]byte, error)

func (*NullableSeppFunctionSingle) Set ¶

func (*NullableSeppFunctionSingle) UnmarshalJSON ¶

func (v *NullableSeppFunctionSingle) UnmarshalJSON(src []byte) error

func (*NullableSeppFunctionSingle) Unset ¶

func (v *NullableSeppFunctionSingle) Unset()

type NullableSeppFunctionSingleAllOf ¶

type NullableSeppFunctionSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableSeppFunctionSingleAllOf) Get ¶

func (NullableSeppFunctionSingleAllOf) IsSet ¶

func (NullableSeppFunctionSingleAllOf) MarshalJSON ¶

func (v NullableSeppFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableSeppFunctionSingleAllOf) Set ¶

func (*NullableSeppFunctionSingleAllOf) UnmarshalJSON ¶

func (v *NullableSeppFunctionSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableSeppFunctionSingleAllOf) Unset ¶

type NullableSeppFunctionSingleAllOf1 ¶

type NullableSeppFunctionSingleAllOf1 struct {
	// contains filtered or unexported fields
}

func (NullableSeppFunctionSingleAllOf1) Get ¶

func (NullableSeppFunctionSingleAllOf1) IsSet ¶

func (NullableSeppFunctionSingleAllOf1) MarshalJSON ¶

func (v NullableSeppFunctionSingleAllOf1) MarshalJSON() ([]byte, error)

func (*NullableSeppFunctionSingleAllOf1) Set ¶

func (*NullableSeppFunctionSingleAllOf1) UnmarshalJSON ¶

func (v *NullableSeppFunctionSingleAllOf1) UnmarshalJSON(src []byte) error

func (*NullableSeppFunctionSingleAllOf1) Unset ¶

type NullableSeppFunctionSingleAllOfAttributes ¶

type NullableSeppFunctionSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableSeppFunctionSingleAllOfAttributes) Get ¶

func (NullableSeppFunctionSingleAllOfAttributes) IsSet ¶

func (NullableSeppFunctionSingleAllOfAttributes) MarshalJSON ¶

func (*NullableSeppFunctionSingleAllOfAttributes) Set ¶

func (*NullableSeppFunctionSingleAllOfAttributes) UnmarshalJSON ¶

func (v *NullableSeppFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullableSeppFunctionSingleAllOfAttributes) Unset ¶

type NullableSeppFunctionSingleAllOfAttributesAllOf ¶

type NullableSeppFunctionSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableSeppFunctionSingleAllOfAttributesAllOf) Get ¶

func (NullableSeppFunctionSingleAllOfAttributesAllOf) IsSet ¶

func (NullableSeppFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*NullableSeppFunctionSingleAllOfAttributesAllOf) Set ¶

func (*NullableSeppFunctionSingleAllOfAttributesAllOf) UnmarshalJSON ¶

func (*NullableSeppFunctionSingleAllOfAttributesAllOf) Unset ¶

type NullableSeppInfo ¶

type NullableSeppInfo struct {
	// contains filtered or unexported fields
}

func NewNullableSeppInfo ¶

func NewNullableSeppInfo(val *SeppInfo) *NullableSeppInfo

func (NullableSeppInfo) Get ¶

func (v NullableSeppInfo) Get() *SeppInfo

func (NullableSeppInfo) IsSet ¶

func (v NullableSeppInfo) IsSet() bool

func (NullableSeppInfo) MarshalJSON ¶

func (v NullableSeppInfo) MarshalJSON() ([]byte, error)

func (*NullableSeppInfo) Set ¶

func (v *NullableSeppInfo) Set(val *SeppInfo)

func (*NullableSeppInfo) UnmarshalJSON ¶

func (v *NullableSeppInfo) UnmarshalJSON(src []byte) error

func (*NullableSeppInfo) Unset ¶

func (v *NullableSeppInfo) Unset()

type NullableSequenceDomainPara ¶

type NullableSequenceDomainPara struct {
	// contains filtered or unexported fields
}

func NewNullableSequenceDomainPara ¶

func NewNullableSequenceDomainPara(val *SequenceDomainPara) *NullableSequenceDomainPara

func (NullableSequenceDomainPara) Get ¶

func (NullableSequenceDomainPara) IsSet ¶

func (v NullableSequenceDomainPara) IsSet() bool

func (NullableSequenceDomainPara) MarshalJSON ¶

func (v NullableSequenceDomainPara) MarshalJSON() ([]byte, error)

func (*NullableSequenceDomainPara) Set ¶

func (*NullableSequenceDomainPara) UnmarshalJSON ¶

func (v *NullableSequenceDomainPara) UnmarshalJSON(src []byte) error

func (*NullableSequenceDomainPara) Unset ¶

func (v *NullableSequenceDomainPara) Unset()

type NullableServAttrCom ¶

type NullableServAttrCom struct {
	// contains filtered or unexported fields
}

func NewNullableServAttrCom ¶

func NewNullableServAttrCom(val *ServAttrCom) *NullableServAttrCom

func (NullableServAttrCom) Get ¶

func (NullableServAttrCom) IsSet ¶

func (v NullableServAttrCom) IsSet() bool

func (NullableServAttrCom) MarshalJSON ¶

func (v NullableServAttrCom) MarshalJSON() ([]byte, error)

func (*NullableServAttrCom) Set ¶

func (v *NullableServAttrCom) Set(val *ServAttrCom)

func (*NullableServAttrCom) UnmarshalJSON ¶

func (v *NullableServAttrCom) UnmarshalJSON(src []byte) error

func (*NullableServAttrCom) Unset ¶

func (v *NullableServAttrCom) Unset()

type NullableServiceEndTimeContext ¶

type NullableServiceEndTimeContext struct {
	// contains filtered or unexported fields
}

func (NullableServiceEndTimeContext) Get ¶

func (NullableServiceEndTimeContext) IsSet ¶

func (NullableServiceEndTimeContext) MarshalJSON ¶

func (v NullableServiceEndTimeContext) MarshalJSON() ([]byte, error)

func (*NullableServiceEndTimeContext) Set ¶

func (*NullableServiceEndTimeContext) UnmarshalJSON ¶

func (v *NullableServiceEndTimeContext) UnmarshalJSON(src []byte) error

func (*NullableServiceEndTimeContext) Unset ¶

func (v *NullableServiceEndTimeContext) Unset()

type NullableServiceProfile ¶

type NullableServiceProfile struct {
	// contains filtered or unexported fields
}

func NewNullableServiceProfile ¶

func NewNullableServiceProfile(val *ServiceProfile) *NullableServiceProfile

func (NullableServiceProfile) Get ¶

func (NullableServiceProfile) IsSet ¶

func (v NullableServiceProfile) IsSet() bool

func (NullableServiceProfile) MarshalJSON ¶

func (v NullableServiceProfile) MarshalJSON() ([]byte, error)

func (*NullableServiceProfile) Set ¶

func (*NullableServiceProfile) UnmarshalJSON ¶

func (v *NullableServiceProfile) UnmarshalJSON(src []byte) error

func (*NullableServiceProfile) Unset ¶

func (v *NullableServiceProfile) Unset()

type NullableServiceStartTimeContext ¶

type NullableServiceStartTimeContext struct {
	// contains filtered or unexported fields
}

func (NullableServiceStartTimeContext) Get ¶

func (NullableServiceStartTimeContext) IsSet ¶

func (NullableServiceStartTimeContext) MarshalJSON ¶

func (v NullableServiceStartTimeContext) MarshalJSON() ([]byte, error)

func (*NullableServiceStartTimeContext) Set ¶

func (*NullableServiceStartTimeContext) UnmarshalJSON ¶

func (v *NullableServiceStartTimeContext) UnmarshalJSON(src []byte) error

func (*NullableServiceStartTimeContext) Unset ¶

type NullableServiceSupportExpectation ¶

type NullableServiceSupportExpectation struct {
	// contains filtered or unexported fields
}

func (NullableServiceSupportExpectation) Get ¶

func (NullableServiceSupportExpectation) IsSet ¶

func (NullableServiceSupportExpectation) MarshalJSON ¶

func (v NullableServiceSupportExpectation) MarshalJSON() ([]byte, error)

func (*NullableServiceSupportExpectation) Set ¶

func (*NullableServiceSupportExpectation) UnmarshalJSON ¶

func (v *NullableServiceSupportExpectation) UnmarshalJSON(src []byte) error

func (*NullableServiceSupportExpectation) Unset ¶

type NullableServiceSupportExpectationExpectationContextsInner ¶

type NullableServiceSupportExpectationExpectationContextsInner struct {
	// contains filtered or unexported fields
}

func (NullableServiceSupportExpectationExpectationContextsInner) Get ¶

func (NullableServiceSupportExpectationExpectationContextsInner) IsSet ¶

func (NullableServiceSupportExpectationExpectationContextsInner) MarshalJSON ¶

func (*NullableServiceSupportExpectationExpectationContextsInner) Set ¶

func (*NullableServiceSupportExpectationExpectationContextsInner) UnmarshalJSON ¶

func (*NullableServiceSupportExpectationExpectationContextsInner) Unset ¶

type NullableServiceSupportExpectationExpectationTargetsInner ¶

type NullableServiceSupportExpectationExpectationTargetsInner struct {
	// contains filtered or unexported fields
}

func (NullableServiceSupportExpectationExpectationTargetsInner) Get ¶

func (NullableServiceSupportExpectationExpectationTargetsInner) IsSet ¶

func (NullableServiceSupportExpectationExpectationTargetsInner) MarshalJSON ¶

func (*NullableServiceSupportExpectationExpectationTargetsInner) Set ¶

func (*NullableServiceSupportExpectationExpectationTargetsInner) UnmarshalJSON ¶

func (*NullableServiceSupportExpectationExpectationTargetsInner) Unset ¶

type NullableServiceSupportExpectationObject ¶

type NullableServiceSupportExpectationObject struct {
	// contains filtered or unexported fields
}

func (NullableServiceSupportExpectationObject) Get ¶

func (NullableServiceSupportExpectationObject) IsSet ¶

func (NullableServiceSupportExpectationObject) MarshalJSON ¶

func (v NullableServiceSupportExpectationObject) MarshalJSON() ([]byte, error)

func (*NullableServiceSupportExpectationObject) Set ¶

func (*NullableServiceSupportExpectationObject) UnmarshalJSON ¶

func (v *NullableServiceSupportExpectationObject) UnmarshalJSON(src []byte) error

func (*NullableServiceSupportExpectationObject) Unset ¶

type NullableServiceSupportExpectationObjectObjectContextsInner ¶

type NullableServiceSupportExpectationObjectObjectContextsInner struct {
	// contains filtered or unexported fields
}

func (NullableServiceSupportExpectationObjectObjectContextsInner) Get ¶

func (NullableServiceSupportExpectationObjectObjectContextsInner) IsSet ¶

func (NullableServiceSupportExpectationObjectObjectContextsInner) MarshalJSON ¶

func (*NullableServiceSupportExpectationObjectObjectContextsInner) Set ¶

func (*NullableServiceSupportExpectationObjectObjectContextsInner) UnmarshalJSON ¶

func (*NullableServiceSupportExpectationObjectObjectContextsInner) Unset ¶

type NullableServingLocation ¶

type NullableServingLocation struct {
	// contains filtered or unexported fields
}

func NewNullableServingLocation ¶

func NewNullableServingLocation(val *ServingLocation) *NullableServingLocation

func (NullableServingLocation) Get ¶

func (NullableServingLocation) IsSet ¶

func (v NullableServingLocation) IsSet() bool

func (NullableServingLocation) MarshalJSON ¶

func (v NullableServingLocation) MarshalJSON() ([]byte, error)

func (*NullableServingLocation) Set ¶

func (*NullableServingLocation) UnmarshalJSON ¶

func (v *NullableServingLocation) UnmarshalJSON(src []byte) error

func (*NullableServingLocation) Unset ¶

func (v *NullableServingLocation) Unset()

type NullableSharedDataIdRange ¶

type NullableSharedDataIdRange struct {
	// contains filtered or unexported fields
}

func NewNullableSharedDataIdRange ¶

func NewNullableSharedDataIdRange(val *SharedDataIdRange) *NullableSharedDataIdRange

func (NullableSharedDataIdRange) Get ¶

func (NullableSharedDataIdRange) IsSet ¶

func (v NullableSharedDataIdRange) IsSet() bool

func (NullableSharedDataIdRange) MarshalJSON ¶

func (v NullableSharedDataIdRange) MarshalJSON() ([]byte, error)

func (*NullableSharedDataIdRange) Set ¶

func (*NullableSharedDataIdRange) UnmarshalJSON ¶

func (v *NullableSharedDataIdRange) UnmarshalJSON(src []byte) error

func (*NullableSharedDataIdRange) Unset ¶

func (v *NullableSharedDataIdRange) Unset()

type NullableSharingLevel ¶

type NullableSharingLevel struct {
	// contains filtered or unexported fields
}

func NewNullableSharingLevel ¶

func NewNullableSharingLevel(val *SharingLevel) *NullableSharingLevel

func (NullableSharingLevel) Get ¶

func (NullableSharingLevel) IsSet ¶

func (v NullableSharingLevel) IsSet() bool

func (NullableSharingLevel) MarshalJSON ¶

func (v NullableSharingLevel) MarshalJSON() ([]byte, error)

func (*NullableSharingLevel) Set ¶

func (v *NullableSharingLevel) Set(val *SharingLevel)

func (*NullableSharingLevel) UnmarshalJSON ¶

func (v *NullableSharingLevel) UnmarshalJSON(src []byte) error

func (*NullableSharingLevel) Unset ¶

func (v *NullableSharingLevel) Unset()

type NullableSliceProfile ¶

type NullableSliceProfile struct {
	// contains filtered or unexported fields
}

func NewNullableSliceProfile ¶

func NewNullableSliceProfile(val *SliceProfile) *NullableSliceProfile

func (NullableSliceProfile) Get ¶

func (NullableSliceProfile) IsSet ¶

func (v NullableSliceProfile) IsSet() bool

func (NullableSliceProfile) MarshalJSON ¶

func (v NullableSliceProfile) MarshalJSON() ([]byte, error)

func (*NullableSliceProfile) Set ¶

func (v *NullableSliceProfile) Set(val *SliceProfile)

func (*NullableSliceProfile) UnmarshalJSON ¶

func (v *NullableSliceProfile) UnmarshalJSON(src []byte) error

func (*NullableSliceProfile) Unset ¶

func (v *NullableSliceProfile) Unset()

type NullableSliceSimultaneousUse ¶

type NullableSliceSimultaneousUse struct {
	// contains filtered or unexported fields
}

func (NullableSliceSimultaneousUse) Get ¶

func (NullableSliceSimultaneousUse) IsSet ¶

func (NullableSliceSimultaneousUse) MarshalJSON ¶

func (v NullableSliceSimultaneousUse) MarshalJSON() ([]byte, error)

func (*NullableSliceSimultaneousUse) Set ¶

func (*NullableSliceSimultaneousUse) UnmarshalJSON ¶

func (v *NullableSliceSimultaneousUse) UnmarshalJSON(src []byte) error

func (*NullableSliceSimultaneousUse) Unset ¶

func (v *NullableSliceSimultaneousUse) Unset()

type NullableSmfFunctionSingle ¶

type NullableSmfFunctionSingle struct {
	// contains filtered or unexported fields
}

func NewNullableSmfFunctionSingle ¶

func NewNullableSmfFunctionSingle(val *SmfFunctionSingle) *NullableSmfFunctionSingle

func (NullableSmfFunctionSingle) Get ¶

func (NullableSmfFunctionSingle) IsSet ¶

func (v NullableSmfFunctionSingle) IsSet() bool

func (NullableSmfFunctionSingle) MarshalJSON ¶

func (v NullableSmfFunctionSingle) MarshalJSON() ([]byte, error)

func (*NullableSmfFunctionSingle) Set ¶

func (*NullableSmfFunctionSingle) UnmarshalJSON ¶

func (v *NullableSmfFunctionSingle) UnmarshalJSON(src []byte) error

func (*NullableSmfFunctionSingle) Unset ¶

func (v *NullableSmfFunctionSingle) Unset()

type NullableSmfFunctionSingleAllOf ¶

type NullableSmfFunctionSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableSmfFunctionSingleAllOf) Get ¶

func (NullableSmfFunctionSingleAllOf) IsSet ¶

func (NullableSmfFunctionSingleAllOf) MarshalJSON ¶

func (v NullableSmfFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableSmfFunctionSingleAllOf) Set ¶

func (*NullableSmfFunctionSingleAllOf) UnmarshalJSON ¶

func (v *NullableSmfFunctionSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableSmfFunctionSingleAllOf) Unset ¶

func (v *NullableSmfFunctionSingleAllOf) Unset()

type NullableSmfFunctionSingleAllOf1 ¶

type NullableSmfFunctionSingleAllOf1 struct {
	// contains filtered or unexported fields
}

func (NullableSmfFunctionSingleAllOf1) Get ¶

func (NullableSmfFunctionSingleAllOf1) IsSet ¶

func (NullableSmfFunctionSingleAllOf1) MarshalJSON ¶

func (v NullableSmfFunctionSingleAllOf1) MarshalJSON() ([]byte, error)

func (*NullableSmfFunctionSingleAllOf1) Set ¶

func (*NullableSmfFunctionSingleAllOf1) UnmarshalJSON ¶

func (v *NullableSmfFunctionSingleAllOf1) UnmarshalJSON(src []byte) error

func (*NullableSmfFunctionSingleAllOf1) Unset ¶

type NullableSmfFunctionSingleAllOfAttributes ¶

type NullableSmfFunctionSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableSmfFunctionSingleAllOfAttributes) Get ¶

func (NullableSmfFunctionSingleAllOfAttributes) IsSet ¶

func (NullableSmfFunctionSingleAllOfAttributes) MarshalJSON ¶

func (*NullableSmfFunctionSingleAllOfAttributes) Set ¶

func (*NullableSmfFunctionSingleAllOfAttributes) UnmarshalJSON ¶

func (v *NullableSmfFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullableSmfFunctionSingleAllOfAttributes) Unset ¶

type NullableSmfFunctionSingleAllOfAttributesAllOf ¶

type NullableSmfFunctionSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableSmfFunctionSingleAllOfAttributesAllOf) Get ¶

func (NullableSmfFunctionSingleAllOfAttributesAllOf) IsSet ¶

func (NullableSmfFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*NullableSmfFunctionSingleAllOfAttributesAllOf) Set ¶

func (*NullableSmfFunctionSingleAllOfAttributesAllOf) UnmarshalJSON ¶

func (*NullableSmfFunctionSingleAllOfAttributesAllOf) Unset ¶

type NullableSmsfFunctionSingle ¶

type NullableSmsfFunctionSingle struct {
	// contains filtered or unexported fields
}

func NewNullableSmsfFunctionSingle ¶

func NewNullableSmsfFunctionSingle(val *SmsfFunctionSingle) *NullableSmsfFunctionSingle

func (NullableSmsfFunctionSingle) Get ¶

func (NullableSmsfFunctionSingle) IsSet ¶

func (v NullableSmsfFunctionSingle) IsSet() bool

func (NullableSmsfFunctionSingle) MarshalJSON ¶

func (v NullableSmsfFunctionSingle) MarshalJSON() ([]byte, error)

func (*NullableSmsfFunctionSingle) Set ¶

func (*NullableSmsfFunctionSingle) UnmarshalJSON ¶

func (v *NullableSmsfFunctionSingle) UnmarshalJSON(src []byte) error

func (*NullableSmsfFunctionSingle) Unset ¶

func (v *NullableSmsfFunctionSingle) Unset()

type NullableSmsfFunctionSingleAllOf ¶

type NullableSmsfFunctionSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableSmsfFunctionSingleAllOf) Get ¶

func (NullableSmsfFunctionSingleAllOf) IsSet ¶

func (NullableSmsfFunctionSingleAllOf) MarshalJSON ¶

func (v NullableSmsfFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableSmsfFunctionSingleAllOf) Set ¶

func (*NullableSmsfFunctionSingleAllOf) UnmarshalJSON ¶

func (v *NullableSmsfFunctionSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableSmsfFunctionSingleAllOf) Unset ¶

type NullableSmsfFunctionSingleAllOf1 ¶

type NullableSmsfFunctionSingleAllOf1 struct {
	// contains filtered or unexported fields
}

func (NullableSmsfFunctionSingleAllOf1) Get ¶

func (NullableSmsfFunctionSingleAllOf1) IsSet ¶

func (NullableSmsfFunctionSingleAllOf1) MarshalJSON ¶

func (v NullableSmsfFunctionSingleAllOf1) MarshalJSON() ([]byte, error)

func (*NullableSmsfFunctionSingleAllOf1) Set ¶

func (*NullableSmsfFunctionSingleAllOf1) UnmarshalJSON ¶

func (v *NullableSmsfFunctionSingleAllOf1) UnmarshalJSON(src []byte) error

func (*NullableSmsfFunctionSingleAllOf1) Unset ¶

type NullableSmsfFunctionSingleAllOfAttributes ¶

type NullableSmsfFunctionSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableSmsfFunctionSingleAllOfAttributes) Get ¶

func (NullableSmsfFunctionSingleAllOfAttributes) IsSet ¶

func (NullableSmsfFunctionSingleAllOfAttributes) MarshalJSON ¶

func (*NullableSmsfFunctionSingleAllOfAttributes) Set ¶

func (*NullableSmsfFunctionSingleAllOfAttributes) UnmarshalJSON ¶

func (v *NullableSmsfFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullableSmsfFunctionSingleAllOfAttributes) Unset ¶

type NullableSmsfFunctionSingleAllOfAttributesAllOf ¶

type NullableSmsfFunctionSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableSmsfFunctionSingleAllOfAttributesAllOf) Get ¶

func (NullableSmsfFunctionSingleAllOfAttributesAllOf) IsSet ¶

func (NullableSmsfFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*NullableSmsfFunctionSingleAllOfAttributesAllOf) Set ¶

func (*NullableSmsfFunctionSingleAllOfAttributesAllOf) UnmarshalJSON ¶

func (*NullableSmsfFunctionSingleAllOfAttributesAllOf) Unset ¶

type NullableSnpnId ¶

type NullableSnpnId struct {
	// contains filtered or unexported fields
}

func NewNullableSnpnId ¶

func NewNullableSnpnId(val *SnpnId) *NullableSnpnId

func (NullableSnpnId) Get ¶

func (v NullableSnpnId) Get() *SnpnId

func (NullableSnpnId) IsSet ¶

func (v NullableSnpnId) IsSet() bool

func (NullableSnpnId) MarshalJSON ¶

func (v NullableSnpnId) MarshalJSON() ([]byte, error)

func (*NullableSnpnId) Set ¶

func (v *NullableSnpnId) Set(val *SnpnId)

func (*NullableSnpnId) UnmarshalJSON ¶

func (v *NullableSnpnId) UnmarshalJSON(src []byte) error

func (*NullableSnpnId) Unset ¶

func (v *NullableSnpnId) Unset()

type NullableSnpnInfo ¶

type NullableSnpnInfo struct {
	// contains filtered or unexported fields
}

func NewNullableSnpnInfo ¶

func NewNullableSnpnInfo(val *SnpnInfo) *NullableSnpnInfo

func (NullableSnpnInfo) Get ¶

func (v NullableSnpnInfo) Get() *SnpnInfo

func (NullableSnpnInfo) IsSet ¶

func (v NullableSnpnInfo) IsSet() bool

func (NullableSnpnInfo) MarshalJSON ¶

func (v NullableSnpnInfo) MarshalJSON() ([]byte, error)

func (*NullableSnpnInfo) Set ¶

func (v *NullableSnpnInfo) Set(val *SnpnInfo)

func (*NullableSnpnInfo) UnmarshalJSON ¶

func (v *NullableSnpnInfo) UnmarshalJSON(src []byte) error

func (*NullableSnpnInfo) Unset ¶

func (v *NullableSnpnInfo) Unset()

type NullableSnssai ¶

type NullableSnssai struct {
	// contains filtered or unexported fields
}

func NewNullableSnssai ¶

func NewNullableSnssai(val *Snssai) *NullableSnssai

func (NullableSnssai) Get ¶

func (v NullableSnssai) Get() *Snssai

func (NullableSnssai) IsSet ¶

func (v NullableSnssai) IsSet() bool

func (NullableSnssai) MarshalJSON ¶

func (v NullableSnssai) MarshalJSON() ([]byte, error)

func (*NullableSnssai) Set ¶

func (v *NullableSnssai) Set(val *Snssai)

func (*NullableSnssai) UnmarshalJSON ¶

func (v *NullableSnssai) UnmarshalJSON(src []byte) error

func (*NullableSnssai) Unset ¶

func (v *NullableSnssai) Unset()

type NullableSnssai1 ¶

type NullableSnssai1 struct {
	// contains filtered or unexported fields
}

func NewNullableSnssai1 ¶

func NewNullableSnssai1(val *Snssai1) *NullableSnssai1

func (NullableSnssai1) Get ¶

func (v NullableSnssai1) Get() *Snssai1

func (NullableSnssai1) IsSet ¶

func (v NullableSnssai1) IsSet() bool

func (NullableSnssai1) MarshalJSON ¶

func (v NullableSnssai1) MarshalJSON() ([]byte, error)

func (*NullableSnssai1) Set ¶

func (v *NullableSnssai1) Set(val *Snssai1)

func (*NullableSnssai1) UnmarshalJSON ¶

func (v *NullableSnssai1) UnmarshalJSON(src []byte) error

func (*NullableSnssai1) Unset ¶

func (v *NullableSnssai1) Unset()

type NullableSnssaiExtension ¶

type NullableSnssaiExtension struct {
	// contains filtered or unexported fields
}

func NewNullableSnssaiExtension ¶

func NewNullableSnssaiExtension(val *SnssaiExtension) *NullableSnssaiExtension

func (NullableSnssaiExtension) Get ¶

func (NullableSnssaiExtension) IsSet ¶

func (v NullableSnssaiExtension) IsSet() bool

func (NullableSnssaiExtension) MarshalJSON ¶

func (v NullableSnssaiExtension) MarshalJSON() ([]byte, error)

func (*NullableSnssaiExtension) Set ¶

func (*NullableSnssaiExtension) UnmarshalJSON ¶

func (v *NullableSnssaiExtension) UnmarshalJSON(src []byte) error

func (*NullableSnssaiExtension) Unset ¶

func (v *NullableSnssaiExtension) Unset()

type NullableSnssaiInfo ¶

type NullableSnssaiInfo struct {
	// contains filtered or unexported fields
}

func NewNullableSnssaiInfo ¶

func NewNullableSnssaiInfo(val *SnssaiInfo) *NullableSnssaiInfo

func (NullableSnssaiInfo) Get ¶

func (v NullableSnssaiInfo) Get() *SnssaiInfo

func (NullableSnssaiInfo) IsSet ¶

func (v NullableSnssaiInfo) IsSet() bool

func (NullableSnssaiInfo) MarshalJSON ¶

func (v NullableSnssaiInfo) MarshalJSON() ([]byte, error)

func (*NullableSnssaiInfo) Set ¶

func (v *NullableSnssaiInfo) Set(val *SnssaiInfo)

func (*NullableSnssaiInfo) UnmarshalJSON ¶

func (v *NullableSnssaiInfo) UnmarshalJSON(src []byte) error

func (*NullableSnssaiInfo) Unset ¶

func (v *NullableSnssaiInfo) Unset()

type NullableSnssaiInfoItem ¶

type NullableSnssaiInfoItem struct {
	// contains filtered or unexported fields
}

func NewNullableSnssaiInfoItem ¶

func NewNullableSnssaiInfoItem(val *SnssaiInfoItem) *NullableSnssaiInfoItem

func (NullableSnssaiInfoItem) Get ¶

func (NullableSnssaiInfoItem) IsSet ¶

func (v NullableSnssaiInfoItem) IsSet() bool

func (NullableSnssaiInfoItem) MarshalJSON ¶

func (v NullableSnssaiInfoItem) MarshalJSON() ([]byte, error)

func (*NullableSnssaiInfoItem) Set ¶

func (*NullableSnssaiInfoItem) UnmarshalJSON ¶

func (v *NullableSnssaiInfoItem) UnmarshalJSON(src []byte) error

func (*NullableSnssaiInfoItem) Unset ¶

func (v *NullableSnssaiInfoItem) Unset()

type NullableSourceIndicator ¶

type NullableSourceIndicator struct {
	// contains filtered or unexported fields
}

func NewNullableSourceIndicator ¶

func NewNullableSourceIndicator(val *SourceIndicator) *NullableSourceIndicator

func (NullableSourceIndicator) Get ¶

func (NullableSourceIndicator) IsSet ¶

func (v NullableSourceIndicator) IsSet() bool

func (NullableSourceIndicator) MarshalJSON ¶

func (v NullableSourceIndicator) MarshalJSON() ([]byte, error)

func (*NullableSourceIndicator) Set ¶

func (*NullableSourceIndicator) UnmarshalJSON ¶

func (v *NullableSourceIndicator) UnmarshalJSON(src []byte) error

func (*NullableSourceIndicator) Unset ¶

func (v *NullableSourceIndicator) Unset()

type NullableSpecificProblem ¶

type NullableSpecificProblem struct {
	// contains filtered or unexported fields
}

func NewNullableSpecificProblem ¶

func NewNullableSpecificProblem(val *SpecificProblem) *NullableSpecificProblem

func (NullableSpecificProblem) Get ¶

func (NullableSpecificProblem) IsSet ¶

func (v NullableSpecificProblem) IsSet() bool

func (NullableSpecificProblem) MarshalJSON ¶

func (v NullableSpecificProblem) MarshalJSON() ([]byte, error)

func (*NullableSpecificProblem) Set ¶

func (*NullableSpecificProblem) UnmarshalJSON ¶

func (v *NullableSpecificProblem) UnmarshalJSON(src []byte) error

func (*NullableSpecificProblem) Unset ¶

func (v *NullableSpecificProblem) Unset()

type NullableSsbDuration ¶

type NullableSsbDuration struct {
	// contains filtered or unexported fields
}

func NewNullableSsbDuration ¶

func NewNullableSsbDuration(val *SsbDuration) *NullableSsbDuration

func (NullableSsbDuration) Get ¶

func (NullableSsbDuration) IsSet ¶

func (v NullableSsbDuration) IsSet() bool

func (NullableSsbDuration) MarshalJSON ¶

func (v NullableSsbDuration) MarshalJSON() ([]byte, error)

func (*NullableSsbDuration) Set ¶

func (v *NullableSsbDuration) Set(val *SsbDuration)

func (*NullableSsbDuration) UnmarshalJSON ¶

func (v *NullableSsbDuration) UnmarshalJSON(src []byte) error

func (*NullableSsbDuration) Unset ¶

func (v *NullableSsbDuration) Unset()

type NullableSsbPeriodicity ¶

type NullableSsbPeriodicity struct {
	// contains filtered or unexported fields
}

func NewNullableSsbPeriodicity ¶

func NewNullableSsbPeriodicity(val *SsbPeriodicity) *NullableSsbPeriodicity

func (NullableSsbPeriodicity) Get ¶

func (NullableSsbPeriodicity) IsSet ¶

func (v NullableSsbPeriodicity) IsSet() bool

func (NullableSsbPeriodicity) MarshalJSON ¶

func (v NullableSsbPeriodicity) MarshalJSON() ([]byte, error)

func (*NullableSsbPeriodicity) Set ¶

func (*NullableSsbPeriodicity) UnmarshalJSON ¶

func (v *NullableSsbPeriodicity) UnmarshalJSON(src []byte) error

func (*NullableSsbPeriodicity) Unset ¶

func (v *NullableSsbPeriodicity) Unset()

type NullableSsbSubCarrierSpacing ¶

type NullableSsbSubCarrierSpacing struct {
	// contains filtered or unexported fields
}

func (NullableSsbSubCarrierSpacing) Get ¶

func (NullableSsbSubCarrierSpacing) IsSet ¶

func (NullableSsbSubCarrierSpacing) MarshalJSON ¶

func (v NullableSsbSubCarrierSpacing) MarshalJSON() ([]byte, error)

func (*NullableSsbSubCarrierSpacing) Set ¶

func (*NullableSsbSubCarrierSpacing) UnmarshalJSON ¶

func (v *NullableSsbSubCarrierSpacing) UnmarshalJSON(src []byte) error

func (*NullableSsbSubCarrierSpacing) Unset ¶

func (v *NullableSsbSubCarrierSpacing) Unset()

type NullableSteerModeValue ¶

type NullableSteerModeValue struct {
	// contains filtered or unexported fields
}

func NewNullableSteerModeValue ¶

func NewNullableSteerModeValue(val *SteerModeValue) *NullableSteerModeValue

func (NullableSteerModeValue) Get ¶

func (NullableSteerModeValue) IsSet ¶

func (v NullableSteerModeValue) IsSet() bool

func (NullableSteerModeValue) MarshalJSON ¶

func (v NullableSteerModeValue) MarshalJSON() ([]byte, error)

func (*NullableSteerModeValue) Set ¶

func (*NullableSteerModeValue) UnmarshalJSON ¶

func (v *NullableSteerModeValue) UnmarshalJSON(src []byte) error

func (*NullableSteerModeValue) Unset ¶

func (v *NullableSteerModeValue) Unset()

type NullableSteeringFunctionality ¶

type NullableSteeringFunctionality struct {
	// contains filtered or unexported fields
}

func (NullableSteeringFunctionality) Get ¶

func (NullableSteeringFunctionality) IsSet ¶

func (NullableSteeringFunctionality) MarshalJSON ¶

func (v NullableSteeringFunctionality) MarshalJSON() ([]byte, error)

func (*NullableSteeringFunctionality) Set ¶

func (*NullableSteeringFunctionality) UnmarshalJSON ¶

func (v *NullableSteeringFunctionality) UnmarshalJSON(src []byte) error

func (*NullableSteeringFunctionality) Unset ¶

func (v *NullableSteeringFunctionality) Unset()

type NullableSteeringMode ¶

type NullableSteeringMode struct {
	// contains filtered or unexported fields
}

func NewNullableSteeringMode ¶

func NewNullableSteeringMode(val *SteeringMode) *NullableSteeringMode

func (NullableSteeringMode) Get ¶

func (NullableSteeringMode) IsSet ¶

func (v NullableSteeringMode) IsSet() bool

func (NullableSteeringMode) MarshalJSON ¶

func (v NullableSteeringMode) MarshalJSON() ([]byte, error)

func (*NullableSteeringMode) Set ¶

func (v *NullableSteeringMode) Set(val *SteeringMode)

func (*NullableSteeringMode) UnmarshalJSON ¶

func (v *NullableSteeringMode) UnmarshalJSON(src []byte) error

func (*NullableSteeringMode) Unset ¶

func (v *NullableSteeringMode) Unset()

type NullableString ¶

type NullableString struct {
	// contains filtered or unexported fields
}

func NewNullableString ¶

func NewNullableString(val *string) *NullableString

func (NullableString) Get ¶

func (v NullableString) Get() *string

func (NullableString) IsSet ¶

func (v NullableString) IsSet() bool

func (NullableString) MarshalJSON ¶

func (v NullableString) MarshalJSON() ([]byte, error)

func (*NullableString) Set ¶

func (v *NullableString) Set(val *string)

func (*NullableString) UnmarshalJSON ¶

func (v *NullableString) UnmarshalJSON(src []byte) error

func (*NullableString) Unset ¶

func (v *NullableString) Unset()

type NullableSubNetworkAttr ¶

type NullableSubNetworkAttr struct {
	// contains filtered or unexported fields
}

func NewNullableSubNetworkAttr ¶

func NewNullableSubNetworkAttr(val *SubNetworkAttr) *NullableSubNetworkAttr

func (NullableSubNetworkAttr) Get ¶

func (NullableSubNetworkAttr) IsSet ¶

func (v NullableSubNetworkAttr) IsSet() bool

func (NullableSubNetworkAttr) MarshalJSON ¶

func (v NullableSubNetworkAttr) MarshalJSON() ([]byte, error)

func (*NullableSubNetworkAttr) Set ¶

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 (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 (NullableSubNetworkSingle) IsSet ¶

func (v NullableSubNetworkSingle) IsSet() bool

func (NullableSubNetworkSingle) MarshalJSON ¶

func (v NullableSubNetworkSingle) MarshalJSON() ([]byte, error)

func (*NullableSubNetworkSingle) Set ¶

func (*NullableSubNetworkSingle) UnmarshalJSON ¶

func (v *NullableSubNetworkSingle) UnmarshalJSON(src []byte) error

func (*NullableSubNetworkSingle) Unset ¶

func (v *NullableSubNetworkSingle) Unset()

type NullableSubNetworkSingle1 ¶

type NullableSubNetworkSingle1 struct {
	// contains filtered or unexported fields
}

func NewNullableSubNetworkSingle1 ¶

func NewNullableSubNetworkSingle1(val *SubNetworkSingle1) *NullableSubNetworkSingle1

func (NullableSubNetworkSingle1) Get ¶

func (NullableSubNetworkSingle1) IsSet ¶

func (v NullableSubNetworkSingle1) IsSet() bool

func (NullableSubNetworkSingle1) MarshalJSON ¶

func (v NullableSubNetworkSingle1) MarshalJSON() ([]byte, error)

func (*NullableSubNetworkSingle1) Set ¶

func (*NullableSubNetworkSingle1) UnmarshalJSON ¶

func (v *NullableSubNetworkSingle1) UnmarshalJSON(src []byte) error

func (*NullableSubNetworkSingle1) Unset ¶

func (v *NullableSubNetworkSingle1) Unset()

type NullableSubNetworkSingle1AllOf ¶

type NullableSubNetworkSingle1AllOf struct {
	// contains filtered or unexported fields
}

func (NullableSubNetworkSingle1AllOf) Get ¶

func (NullableSubNetworkSingle1AllOf) IsSet ¶

func (NullableSubNetworkSingle1AllOf) MarshalJSON ¶

func (v NullableSubNetworkSingle1AllOf) MarshalJSON() ([]byte, error)

func (*NullableSubNetworkSingle1AllOf) Set ¶

func (*NullableSubNetworkSingle1AllOf) UnmarshalJSON ¶

func (v *NullableSubNetworkSingle1AllOf) UnmarshalJSON(src []byte) error

func (*NullableSubNetworkSingle1AllOf) Unset ¶

func (v *NullableSubNetworkSingle1AllOf) Unset()

type NullableSubNetworkSingle1AllOf1 ¶

type NullableSubNetworkSingle1AllOf1 struct {
	// contains filtered or unexported fields
}

func (NullableSubNetworkSingle1AllOf1) Get ¶

func (NullableSubNetworkSingle1AllOf1) IsSet ¶

func (NullableSubNetworkSingle1AllOf1) MarshalJSON ¶

func (v NullableSubNetworkSingle1AllOf1) MarshalJSON() ([]byte, error)

func (*NullableSubNetworkSingle1AllOf1) Set ¶

func (*NullableSubNetworkSingle1AllOf1) UnmarshalJSON ¶

func (v *NullableSubNetworkSingle1AllOf1) UnmarshalJSON(src []byte) error

func (*NullableSubNetworkSingle1AllOf1) Unset ¶

type NullableSubNetworkSingle1AllOfAttributes ¶

type NullableSubNetworkSingle1AllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableSubNetworkSingle1AllOfAttributes) Get ¶

func (NullableSubNetworkSingle1AllOfAttributes) IsSet ¶

func (NullableSubNetworkSingle1AllOfAttributes) MarshalJSON ¶

func (*NullableSubNetworkSingle1AllOfAttributes) Set ¶

func (*NullableSubNetworkSingle1AllOfAttributes) UnmarshalJSON ¶

func (v *NullableSubNetworkSingle1AllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullableSubNetworkSingle1AllOfAttributes) Unset ¶

type NullableSubNetworkSingle2 ¶

type NullableSubNetworkSingle2 struct {
	// contains filtered or unexported fields
}

func NewNullableSubNetworkSingle2 ¶

func NewNullableSubNetworkSingle2(val *SubNetworkSingle2) *NullableSubNetworkSingle2

func (NullableSubNetworkSingle2) Get ¶

func (NullableSubNetworkSingle2) IsSet ¶

func (v NullableSubNetworkSingle2) IsSet() bool

func (NullableSubNetworkSingle2) MarshalJSON ¶

func (v NullableSubNetworkSingle2) MarshalJSON() ([]byte, error)

func (*NullableSubNetworkSingle2) Set ¶

func (*NullableSubNetworkSingle2) UnmarshalJSON ¶

func (v *NullableSubNetworkSingle2) UnmarshalJSON(src []byte) error

func (*NullableSubNetworkSingle2) Unset ¶

func (v *NullableSubNetworkSingle2) Unset()

type NullableSubNetworkSingle2AllOf ¶

type NullableSubNetworkSingle2AllOf struct {
	// contains filtered or unexported fields
}

func (NullableSubNetworkSingle2AllOf) Get ¶

func (NullableSubNetworkSingle2AllOf) IsSet ¶

func (NullableSubNetworkSingle2AllOf) MarshalJSON ¶

func (v NullableSubNetworkSingle2AllOf) MarshalJSON() ([]byte, error)

func (*NullableSubNetworkSingle2AllOf) Set ¶

func (*NullableSubNetworkSingle2AllOf) UnmarshalJSON ¶

func (v *NullableSubNetworkSingle2AllOf) UnmarshalJSON(src []byte) error

func (*NullableSubNetworkSingle2AllOf) Unset ¶

func (v *NullableSubNetworkSingle2AllOf) Unset()

type NullableSubNetworkSingle3 ¶

type NullableSubNetworkSingle3 struct {
	// contains filtered or unexported fields
}

func NewNullableSubNetworkSingle3 ¶

func NewNullableSubNetworkSingle3(val *SubNetworkSingle3) *NullableSubNetworkSingle3

func (NullableSubNetworkSingle3) Get ¶

func (NullableSubNetworkSingle3) IsSet ¶

func (v NullableSubNetworkSingle3) IsSet() bool

func (NullableSubNetworkSingle3) MarshalJSON ¶

func (v NullableSubNetworkSingle3) MarshalJSON() ([]byte, error)

func (*NullableSubNetworkSingle3) Set ¶

func (*NullableSubNetworkSingle3) UnmarshalJSON ¶

func (v *NullableSubNetworkSingle3) UnmarshalJSON(src []byte) error

func (*NullableSubNetworkSingle3) Unset ¶

func (v *NullableSubNetworkSingle3) Unset()

type NullableSubNetworkSingle3AllOf ¶

type NullableSubNetworkSingle3AllOf struct {
	// contains filtered or unexported fields
}

func (NullableSubNetworkSingle3AllOf) Get ¶

func (NullableSubNetworkSingle3AllOf) IsSet ¶

func (NullableSubNetworkSingle3AllOf) MarshalJSON ¶

func (v NullableSubNetworkSingle3AllOf) MarshalJSON() ([]byte, error)

func (*NullableSubNetworkSingle3AllOf) Set ¶

func (*NullableSubNetworkSingle3AllOf) UnmarshalJSON ¶

func (v *NullableSubNetworkSingle3AllOf) UnmarshalJSON(src []byte) error

func (*NullableSubNetworkSingle3AllOf) Unset ¶

func (v *NullableSubNetworkSingle3AllOf) Unset()

type NullableSubNetworkSingle4 ¶

type NullableSubNetworkSingle4 struct {
	// contains filtered or unexported fields
}

func NewNullableSubNetworkSingle4 ¶

func NewNullableSubNetworkSingle4(val *SubNetworkSingle4) *NullableSubNetworkSingle4

func (NullableSubNetworkSingle4) Get ¶

func (NullableSubNetworkSingle4) IsSet ¶

func (v NullableSubNetworkSingle4) IsSet() bool

func (NullableSubNetworkSingle4) MarshalJSON ¶

func (v NullableSubNetworkSingle4) MarshalJSON() ([]byte, error)

func (*NullableSubNetworkSingle4) Set ¶

func (*NullableSubNetworkSingle4) UnmarshalJSON ¶

func (v *NullableSubNetworkSingle4) UnmarshalJSON(src []byte) error

func (*NullableSubNetworkSingle4) Unset ¶

func (v *NullableSubNetworkSingle4) Unset()

type NullableSubNetworkSingle4AllOf ¶

type NullableSubNetworkSingle4AllOf struct {
	// contains filtered or unexported fields
}

func (NullableSubNetworkSingle4AllOf) Get ¶

func (NullableSubNetworkSingle4AllOf) IsSet ¶

func (NullableSubNetworkSingle4AllOf) MarshalJSON ¶

func (v NullableSubNetworkSingle4AllOf) MarshalJSON() ([]byte, error)

func (*NullableSubNetworkSingle4AllOf) Set ¶

func (*NullableSubNetworkSingle4AllOf) UnmarshalJSON ¶

func (v *NullableSubNetworkSingle4AllOf) UnmarshalJSON(src []byte) error

func (*NullableSubNetworkSingle4AllOf) Unset ¶

func (v *NullableSubNetworkSingle4AllOf) Unset()

type NullableSubNetworkSingle5 ¶

type NullableSubNetworkSingle5 struct {
	// contains filtered or unexported fields
}

func NewNullableSubNetworkSingle5 ¶

func NewNullableSubNetworkSingle5(val *SubNetworkSingle5) *NullableSubNetworkSingle5

func (NullableSubNetworkSingle5) Get ¶

func (NullableSubNetworkSingle5) IsSet ¶

func (v NullableSubNetworkSingle5) IsSet() bool

func (NullableSubNetworkSingle5) MarshalJSON ¶

func (v NullableSubNetworkSingle5) MarshalJSON() ([]byte, error)

func (*NullableSubNetworkSingle5) Set ¶

func (*NullableSubNetworkSingle5) UnmarshalJSON ¶

func (v *NullableSubNetworkSingle5) UnmarshalJSON(src []byte) error

func (*NullableSubNetworkSingle5) Unset ¶

func (v *NullableSubNetworkSingle5) Unset()

type NullableSubNetworkSingle5AllOf ¶

type NullableSubNetworkSingle5AllOf struct {
	// contains filtered or unexported fields
}

func (NullableSubNetworkSingle5AllOf) Get ¶

func (NullableSubNetworkSingle5AllOf) IsSet ¶

func (NullableSubNetworkSingle5AllOf) MarshalJSON ¶

func (v NullableSubNetworkSingle5AllOf) MarshalJSON() ([]byte, error)

func (*NullableSubNetworkSingle5AllOf) Set ¶

func (*NullableSubNetworkSingle5AllOf) UnmarshalJSON ¶

func (v *NullableSubNetworkSingle5AllOf) UnmarshalJSON(src []byte) error

func (*NullableSubNetworkSingle5AllOf) Unset ¶

func (v *NullableSubNetworkSingle5AllOf) Unset()

type NullableSubNetworkSingle6 ¶

type NullableSubNetworkSingle6 struct {
	// contains filtered or unexported fields
}

func NewNullableSubNetworkSingle6 ¶

func NewNullableSubNetworkSingle6(val *SubNetworkSingle6) *NullableSubNetworkSingle6

func (NullableSubNetworkSingle6) Get ¶

func (NullableSubNetworkSingle6) IsSet ¶

func (v NullableSubNetworkSingle6) IsSet() bool

func (NullableSubNetworkSingle6) MarshalJSON ¶

func (v NullableSubNetworkSingle6) MarshalJSON() ([]byte, error)

func (*NullableSubNetworkSingle6) Set ¶

func (*NullableSubNetworkSingle6) UnmarshalJSON ¶

func (v *NullableSubNetworkSingle6) UnmarshalJSON(src []byte) error

func (*NullableSubNetworkSingle6) Unset ¶

func (v *NullableSubNetworkSingle6) Unset()

type NullableSubNetworkSingle6AllOf ¶

type NullableSubNetworkSingle6AllOf struct {
	// contains filtered or unexported fields
}

func (NullableSubNetworkSingle6AllOf) Get ¶

func (NullableSubNetworkSingle6AllOf) IsSet ¶

func (NullableSubNetworkSingle6AllOf) MarshalJSON ¶

func (v NullableSubNetworkSingle6AllOf) MarshalJSON() ([]byte, error)

func (*NullableSubNetworkSingle6AllOf) Set ¶

func (*NullableSubNetworkSingle6AllOf) UnmarshalJSON ¶

func (v *NullableSubNetworkSingle6AllOf) UnmarshalJSON(src []byte) error

func (*NullableSubNetworkSingle6AllOf) Unset ¶

func (v *NullableSubNetworkSingle6AllOf) Unset()

type NullableSubNetworkSingleAllOf ¶

type NullableSubNetworkSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableSubNetworkSingleAllOf) Get ¶

func (NullableSubNetworkSingleAllOf) IsSet ¶

func (NullableSubNetworkSingleAllOf) MarshalJSON ¶

func (v NullableSubNetworkSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableSubNetworkSingleAllOf) Set ¶

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 (NullableSubNetworkSingleAllOf1) Get ¶

func (NullableSubNetworkSingleAllOf1) IsSet ¶

func (NullableSubNetworkSingleAllOf1) MarshalJSON ¶

func (v NullableSubNetworkSingleAllOf1) MarshalJSON() ([]byte, error)

func (*NullableSubNetworkSingleAllOf1) Set ¶

func (*NullableSubNetworkSingleAllOf1) UnmarshalJSON ¶

func (v *NullableSubNetworkSingleAllOf1) UnmarshalJSON(src []byte) error

func (*NullableSubNetworkSingleAllOf1) Unset ¶

func (v *NullableSubNetworkSingleAllOf1) Unset()

type NullableSuciInfo ¶

type NullableSuciInfo struct {
	// contains filtered or unexported fields
}

func NewNullableSuciInfo ¶

func NewNullableSuciInfo(val *SuciInfo) *NullableSuciInfo

func (NullableSuciInfo) Get ¶

func (v NullableSuciInfo) Get() *SuciInfo

func (NullableSuciInfo) IsSet ¶

func (v NullableSuciInfo) IsSet() bool

func (NullableSuciInfo) MarshalJSON ¶

func (v NullableSuciInfo) MarshalJSON() ([]byte, error)

func (*NullableSuciInfo) Set ¶

func (v *NullableSuciInfo) Set(val *SuciInfo)

func (*NullableSuciInfo) UnmarshalJSON ¶

func (v *NullableSuciInfo) UnmarshalJSON(src []byte) error

func (*NullableSuciInfo) Unset ¶

func (v *NullableSuciInfo) Unset()

type NullableSupiRange ¶

type NullableSupiRange struct {
	// contains filtered or unexported fields
}

func NewNullableSupiRange ¶

func NewNullableSupiRange(val *SupiRange) *NullableSupiRange

func (NullableSupiRange) Get ¶

func (v NullableSupiRange) Get() *SupiRange

func (NullableSupiRange) IsSet ¶

func (v NullableSupiRange) IsSet() bool

func (NullableSupiRange) MarshalJSON ¶

func (v NullableSupiRange) MarshalJSON() ([]byte, error)

func (*NullableSupiRange) Set ¶

func (v *NullableSupiRange) Set(val *SupiRange)

func (*NullableSupiRange) UnmarshalJSON ¶

func (v *NullableSupiRange) UnmarshalJSON(src []byte) error

func (*NullableSupiRange) Unset ¶

func (v *NullableSupiRange) Unset()

type NullableSupport ¶

type NullableSupport struct {
	// contains filtered or unexported fields
}

func NewNullableSupport ¶

func NewNullableSupport(val *Support) *NullableSupport

func (NullableSupport) Get ¶

func (v NullableSupport) Get() *Support

func (NullableSupport) IsSet ¶

func (v NullableSupport) IsSet() bool

func (NullableSupport) MarshalJSON ¶

func (v NullableSupport) MarshalJSON() ([]byte, error)

func (*NullableSupport) Set ¶

func (v *NullableSupport) Set(val *Support)

func (*NullableSupport) UnmarshalJSON ¶

func (v *NullableSupport) UnmarshalJSON(src []byte) error

func (*NullableSupport) Unset ¶

func (v *NullableSupport) Unset()

type NullableSupportedDataSet ¶

type NullableSupportedDataSet struct {
	// contains filtered or unexported fields
}

func NewNullableSupportedDataSet ¶

func NewNullableSupportedDataSet(val *SupportedDataSet) *NullableSupportedDataSet

func (NullableSupportedDataSet) Get ¶

func (NullableSupportedDataSet) IsSet ¶

func (v NullableSupportedDataSet) IsSet() bool

func (NullableSupportedDataSet) MarshalJSON ¶

func (v NullableSupportedDataSet) MarshalJSON() ([]byte, error)

func (*NullableSupportedDataSet) Set ¶

func (*NullableSupportedDataSet) UnmarshalJSON ¶

func (v *NullableSupportedDataSet) UnmarshalJSON(src []byte) error

func (*NullableSupportedDataSet) Unset ¶

func (v *NullableSupportedDataSet) Unset()

type NullableSupportedFunc ¶

type NullableSupportedFunc struct {
	// contains filtered or unexported fields
}

func NewNullableSupportedFunc ¶

func NewNullableSupportedFunc(val *SupportedFunc) *NullableSupportedFunc

func (NullableSupportedFunc) Get ¶

func (NullableSupportedFunc) IsSet ¶

func (v NullableSupportedFunc) IsSet() bool

func (NullableSupportedFunc) MarshalJSON ¶

func (v NullableSupportedFunc) MarshalJSON() ([]byte, error)

func (*NullableSupportedFunc) Set ¶

func (v *NullableSupportedFunc) Set(val *SupportedFunc)

func (*NullableSupportedFunc) UnmarshalJSON ¶

func (v *NullableSupportedFunc) UnmarshalJSON(src []byte) error

func (*NullableSupportedFunc) Unset ¶

func (v *NullableSupportedFunc) Unset()

type NullableSupportedPerfMetricGroup ¶

type NullableSupportedPerfMetricGroup struct {
	// contains filtered or unexported fields
}

func (NullableSupportedPerfMetricGroup) Get ¶

func (NullableSupportedPerfMetricGroup) IsSet ¶

func (NullableSupportedPerfMetricGroup) MarshalJSON ¶

func (v NullableSupportedPerfMetricGroup) MarshalJSON() ([]byte, error)

func (*NullableSupportedPerfMetricGroup) Set ¶

func (*NullableSupportedPerfMetricGroup) UnmarshalJSON ¶

func (v *NullableSupportedPerfMetricGroup) UnmarshalJSON(src []byte) error

func (*NullableSupportedPerfMetricGroup) Unset ¶

type NullableSynAvailability ¶

type NullableSynAvailability struct {
	// contains filtered or unexported fields
}

func NewNullableSynAvailability ¶

func NewNullableSynAvailability(val *SynAvailability) *NullableSynAvailability

func (NullableSynAvailability) Get ¶

func (NullableSynAvailability) IsSet ¶

func (v NullableSynAvailability) IsSet() bool

func (NullableSynAvailability) MarshalJSON ¶

func (v NullableSynAvailability) MarshalJSON() ([]byte, error)

func (*NullableSynAvailability) Set ¶

func (*NullableSynAvailability) UnmarshalJSON ¶

func (v *NullableSynAvailability) UnmarshalJSON(src []byte) error

func (*NullableSynAvailability) Unset ¶

func (v *NullableSynAvailability) Unset()

type NullableSynchronicity ¶

type NullableSynchronicity struct {
	// contains filtered or unexported fields
}

func NewNullableSynchronicity ¶

func NewNullableSynchronicity(val *Synchronicity) *NullableSynchronicity

func (NullableSynchronicity) Get ¶

func (NullableSynchronicity) IsSet ¶

func (v NullableSynchronicity) IsSet() bool

func (NullableSynchronicity) MarshalJSON ¶

func (v NullableSynchronicity) MarshalJSON() ([]byte, error)

func (*NullableSynchronicity) Set ¶

func (v *NullableSynchronicity) Set(val *Synchronicity)

func (*NullableSynchronicity) UnmarshalJSON ¶

func (v *NullableSynchronicity) UnmarshalJSON(src []byte) error

func (*NullableSynchronicity) Unset ¶

func (v *NullableSynchronicity) Unset()

type NullableSynchronicityRANSubnet ¶

type NullableSynchronicityRANSubnet struct {
	// contains filtered or unexported fields
}

func (NullableSynchronicityRANSubnet) Get ¶

func (NullableSynchronicityRANSubnet) IsSet ¶

func (NullableSynchronicityRANSubnet) MarshalJSON ¶

func (v NullableSynchronicityRANSubnet) MarshalJSON() ([]byte, error)

func (*NullableSynchronicityRANSubnet) Set ¶

func (*NullableSynchronicityRANSubnet) UnmarshalJSON ¶

func (v *NullableSynchronicityRANSubnet) UnmarshalJSON(src []byte) error

func (*NullableSynchronicityRANSubnet) Unset ¶

func (v *NullableSynchronicityRANSubnet) Unset()

type NullableTReselectionNRSf ¶

type NullableTReselectionNRSf struct {
	// contains filtered or unexported fields
}

func NewNullableTReselectionNRSf ¶

func NewNullableTReselectionNRSf(val *TReselectionNRSf) *NullableTReselectionNRSf

func (NullableTReselectionNRSf) Get ¶

func (NullableTReselectionNRSf) IsSet ¶

func (v NullableTReselectionNRSf) IsSet() bool

func (NullableTReselectionNRSf) MarshalJSON ¶

func (v NullableTReselectionNRSf) MarshalJSON() ([]byte, error)

func (*NullableTReselectionNRSf) Set ¶

func (*NullableTReselectionNRSf) UnmarshalJSON ¶

func (v *NullableTReselectionNRSf) UnmarshalJSON(src []byte) error

func (*NullableTReselectionNRSf) Unset ¶

func (v *NullableTReselectionNRSf) Unset()

type NullableTai ¶

type NullableTai struct {
	// contains filtered or unexported fields
}

func NewNullableTai ¶

func NewNullableTai(val *Tai) *NullableTai

func (NullableTai) Get ¶

func (v NullableTai) Get() *Tai

func (NullableTai) IsSet ¶

func (v NullableTai) IsSet() bool

func (NullableTai) MarshalJSON ¶

func (v NullableTai) MarshalJSON() ([]byte, error)

func (*NullableTai) Set ¶

func (v *NullableTai) Set(val *Tai)

func (*NullableTai) UnmarshalJSON ¶

func (v *NullableTai) UnmarshalJSON(src []byte) error

func (*NullableTai) Unset ¶

func (v *NullableTai) Unset()

type NullableTai1 ¶

type NullableTai1 struct {
	// contains filtered or unexported fields
}

func NewNullableTai1 ¶

func NewNullableTai1(val *Tai1) *NullableTai1

func (NullableTai1) Get ¶

func (v NullableTai1) Get() *Tai1

func (NullableTai1) IsSet ¶

func (v NullableTai1) IsSet() bool

func (NullableTai1) MarshalJSON ¶

func (v NullableTai1) MarshalJSON() ([]byte, error)

func (*NullableTai1) Set ¶

func (v *NullableTai1) Set(val *Tai1)

func (*NullableTai1) UnmarshalJSON ¶

func (v *NullableTai1) UnmarshalJSON(src []byte) error

func (*NullableTai1) Unset ¶

func (v *NullableTai1) Unset()

type NullableTaiRange ¶

type NullableTaiRange struct {
	// contains filtered or unexported fields
}

func NewNullableTaiRange ¶

func NewNullableTaiRange(val *TaiRange) *NullableTaiRange

func (NullableTaiRange) Get ¶

func (v NullableTaiRange) Get() *TaiRange

func (NullableTaiRange) IsSet ¶

func (v NullableTaiRange) IsSet() bool

func (NullableTaiRange) MarshalJSON ¶

func (v NullableTaiRange) MarshalJSON() ([]byte, error)

func (*NullableTaiRange) Set ¶

func (v *NullableTaiRange) Set(val *TaiRange)

func (*NullableTaiRange) UnmarshalJSON ¶

func (v *NullableTaiRange) UnmarshalJSON(src []byte) error

func (*NullableTaiRange) Unset ¶

func (v *NullableTaiRange) Unset()

type NullableTargetContext ¶

type NullableTargetContext struct {
	// contains filtered or unexported fields
}

func NewNullableTargetContext ¶

func NewNullableTargetContext(val *TargetContext) *NullableTargetContext

func (NullableTargetContext) Get ¶

func (NullableTargetContext) IsSet ¶

func (v NullableTargetContext) IsSet() bool

func (NullableTargetContext) MarshalJSON ¶

func (v NullableTargetContext) MarshalJSON() ([]byte, error)

func (*NullableTargetContext) Set ¶

func (v *NullableTargetContext) Set(val *TargetContext)

func (*NullableTargetContext) UnmarshalJSON ¶

func (v *NullableTargetContext) UnmarshalJSON(src []byte) error

func (*NullableTargetContext) Unset ¶

func (v *NullableTargetContext) Unset()

type NullableTceMappingInfo ¶

type NullableTceMappingInfo struct {
	// contains filtered or unexported fields
}

func NewNullableTceMappingInfo ¶

func NewNullableTceMappingInfo(val *TceMappingInfo) *NullableTceMappingInfo

func (NullableTceMappingInfo) Get ¶

func (NullableTceMappingInfo) IsSet ¶

func (v NullableTceMappingInfo) IsSet() bool

func (NullableTceMappingInfo) MarshalJSON ¶

func (v NullableTceMappingInfo) MarshalJSON() ([]byte, error)

func (*NullableTceMappingInfo) Set ¶

func (*NullableTceMappingInfo) UnmarshalJSON ¶

func (v *NullableTceMappingInfo) UnmarshalJSON(src []byte) error

func (*NullableTceMappingInfo) Unset ¶

func (v *NullableTceMappingInfo) Unset()

type NullableTceMappingInfoTceIPAddress ¶

type NullableTceMappingInfoTceIPAddress struct {
	// contains filtered or unexported fields
}

func (NullableTceMappingInfoTceIPAddress) Get ¶

func (NullableTceMappingInfoTceIPAddress) IsSet ¶

func (NullableTceMappingInfoTceIPAddress) MarshalJSON ¶

func (v NullableTceMappingInfoTceIPAddress) MarshalJSON() ([]byte, error)

func (*NullableTceMappingInfoTceIPAddress) Set ¶

func (*NullableTceMappingInfoTceIPAddress) UnmarshalJSON ¶

func (v *NullableTceMappingInfoTceIPAddress) UnmarshalJSON(src []byte) error

func (*NullableTceMappingInfoTceIPAddress) Unset ¶

type NullableTermDensity ¶

type NullableTermDensity struct {
	// contains filtered or unexported fields
}

func NewNullableTermDensity ¶

func NewNullableTermDensity(val *TermDensity) *NullableTermDensity

func (NullableTermDensity) Get ¶

func (NullableTermDensity) IsSet ¶

func (v NullableTermDensity) IsSet() bool

func (NullableTermDensity) MarshalJSON ¶

func (v NullableTermDensity) MarshalJSON() ([]byte, error)

func (*NullableTermDensity) Set ¶

func (v *NullableTermDensity) Set(val *TermDensity)

func (*NullableTermDensity) UnmarshalJSON ¶

func (v *NullableTermDensity) UnmarshalJSON(src []byte) error

func (*NullableTermDensity) Unset ¶

func (v *NullableTermDensity) Unset()

type NullableThresholdInfo ¶

type NullableThresholdInfo struct {
	// contains filtered or unexported fields
}

func NewNullableThresholdInfo ¶

func NewNullableThresholdInfo(val *ThresholdInfo) *NullableThresholdInfo

func (NullableThresholdInfo) Get ¶

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 (NullableThresholdInfo1) IsSet ¶

func (v NullableThresholdInfo1) IsSet() bool

func (NullableThresholdInfo1) MarshalJSON ¶

func (v NullableThresholdInfo1) MarshalJSON() ([]byte, error)

func (*NullableThresholdInfo1) Set ¶

func (*NullableThresholdInfo1) UnmarshalJSON ¶

func (v *NullableThresholdInfo1) UnmarshalJSON(src []byte) error

func (*NullableThresholdInfo1) Unset ¶

func (v *NullableThresholdInfo1) Unset()

type NullableThresholdInfo2 ¶

type NullableThresholdInfo2 struct {
	// contains filtered or unexported fields
}

func NewNullableThresholdInfo2 ¶

func NewNullableThresholdInfo2(val *ThresholdInfo2) *NullableThresholdInfo2

func (NullableThresholdInfo2) Get ¶

func (NullableThresholdInfo2) IsSet ¶

func (v NullableThresholdInfo2) IsSet() bool

func (NullableThresholdInfo2) MarshalJSON ¶

func (v NullableThresholdInfo2) MarshalJSON() ([]byte, error)

func (*NullableThresholdInfo2) Set ¶

func (*NullableThresholdInfo2) UnmarshalJSON ¶

func (v *NullableThresholdInfo2) UnmarshalJSON(src []byte) error

func (*NullableThresholdInfo2) Unset ¶

func (v *NullableThresholdInfo2) Unset()

type NullableThresholdInfoHysteresis ¶

type NullableThresholdInfoHysteresis struct {
	// contains filtered or unexported fields
}

func (NullableThresholdInfoHysteresis) Get ¶

func (NullableThresholdInfoHysteresis) IsSet ¶

func (NullableThresholdInfoHysteresis) MarshalJSON ¶

func (v NullableThresholdInfoHysteresis) MarshalJSON() ([]byte, error)

func (*NullableThresholdInfoHysteresis) Set ¶

func (*NullableThresholdInfoHysteresis) UnmarshalJSON ¶

func (v *NullableThresholdInfoHysteresis) UnmarshalJSON(src []byte) error

func (*NullableThresholdInfoHysteresis) Unset ¶

type NullableThresholdInfoThresholdValue ¶

type NullableThresholdInfoThresholdValue struct {
	// contains filtered or unexported fields
}

func (NullableThresholdInfoThresholdValue) Get ¶

func (NullableThresholdInfoThresholdValue) IsSet ¶

func (NullableThresholdInfoThresholdValue) MarshalJSON ¶

func (v NullableThresholdInfoThresholdValue) MarshalJSON() ([]byte, error)

func (*NullableThresholdInfoThresholdValue) Set ¶

func (*NullableThresholdInfoThresholdValue) UnmarshalJSON ¶

func (v *NullableThresholdInfoThresholdValue) UnmarshalJSON(src []byte) error

func (*NullableThresholdInfoThresholdValue) Unset ¶

type NullableThresholdLevelInd ¶

type NullableThresholdLevelInd struct {
	// contains filtered or unexported fields
}

func NewNullableThresholdLevelInd ¶

func NewNullableThresholdLevelInd(val *ThresholdLevelInd) *NullableThresholdLevelInd

func (NullableThresholdLevelInd) Get ¶

func (NullableThresholdLevelInd) IsSet ¶

func (v NullableThresholdLevelInd) IsSet() bool

func (NullableThresholdLevelInd) MarshalJSON ¶

func (v NullableThresholdLevelInd) MarshalJSON() ([]byte, error)

func (*NullableThresholdLevelInd) Set ¶

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 (NullableThresholdLevelIndOneOf) Get ¶

func (NullableThresholdLevelIndOneOf) IsSet ¶

func (NullableThresholdLevelIndOneOf) MarshalJSON ¶

func (v NullableThresholdLevelIndOneOf) MarshalJSON() ([]byte, error)

func (*NullableThresholdLevelIndOneOf) Set ¶

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 (NullableThresholdLevelIndOneOf1) Get ¶

func (NullableThresholdLevelIndOneOf1) IsSet ¶

func (NullableThresholdLevelIndOneOf1) MarshalJSON ¶

func (v NullableThresholdLevelIndOneOf1) MarshalJSON() ([]byte, error)

func (*NullableThresholdLevelIndOneOf1) Set ¶

func (*NullableThresholdLevelIndOneOf1) UnmarshalJSON ¶

func (v *NullableThresholdLevelIndOneOf1) UnmarshalJSON(src []byte) error

func (*NullableThresholdLevelIndOneOf1) Unset ¶

type NullableThresholdMonitorSingle ¶

type NullableThresholdMonitorSingle struct {
	// contains filtered or unexported fields
}

func (NullableThresholdMonitorSingle) Get ¶

func (NullableThresholdMonitorSingle) IsSet ¶

func (NullableThresholdMonitorSingle) MarshalJSON ¶

func (v NullableThresholdMonitorSingle) MarshalJSON() ([]byte, error)

func (*NullableThresholdMonitorSingle) Set ¶

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 (NullableThresholdMonitorSingleAllOf) Get ¶

func (NullableThresholdMonitorSingleAllOf) IsSet ¶

func (NullableThresholdMonitorSingleAllOf) MarshalJSON ¶

func (v NullableThresholdMonitorSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableThresholdMonitorSingleAllOf) Set ¶

func (*NullableThresholdMonitorSingleAllOf) UnmarshalJSON ¶

func (v *NullableThresholdMonitorSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableThresholdMonitorSingleAllOf) Unset ¶

type NullableThresholdMonitorSingleAllOfAttributes ¶

type NullableThresholdMonitorSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableThresholdMonitorSingleAllOfAttributes) Get ¶

func (NullableThresholdMonitorSingleAllOfAttributes) IsSet ¶

func (NullableThresholdMonitorSingleAllOfAttributes) MarshalJSON ¶

func (*NullableThresholdMonitorSingleAllOfAttributes) Set ¶

func (*NullableThresholdMonitorSingleAllOfAttributes) UnmarshalJSON ¶

func (*NullableThresholdMonitorSingleAllOfAttributes) Unset ¶

type NullableTime ¶

type NullableTime struct {
	// contains filtered or unexported fields
}

func NewNullableTime ¶

func NewNullableTime(val *time.Time) *NullableTime

func (NullableTime) Get ¶

func (v NullableTime) Get() *time.Time

func (NullableTime) IsSet ¶

func (v NullableTime) IsSet() bool

func (NullableTime) MarshalJSON ¶

func (v NullableTime) MarshalJSON() ([]byte, error)

func (*NullableTime) Set ¶

func (v *NullableTime) Set(val *time.Time)

func (*NullableTime) UnmarshalJSON ¶

func (v *NullableTime) UnmarshalJSON(src []byte) error

func (*NullableTime) Unset ¶

func (v *NullableTime) Unset()

type NullableTimeDomainPara ¶

type NullableTimeDomainPara struct {
	// contains filtered or unexported fields
}

func NewNullableTimeDomainPara ¶

func NewNullableTimeDomainPara(val *TimeDomainPara) *NullableTimeDomainPara

func (NullableTimeDomainPara) Get ¶

func (NullableTimeDomainPara) IsSet ¶

func (v NullableTimeDomainPara) IsSet() bool

func (NullableTimeDomainPara) MarshalJSON ¶

func (v NullableTimeDomainPara) MarshalJSON() ([]byte, error)

func (*NullableTimeDomainPara) Set ¶

func (*NullableTimeDomainPara) UnmarshalJSON ¶

func (v *NullableTimeDomainPara) UnmarshalJSON(src []byte) error

func (*NullableTimeDomainPara) Unset ¶

func (v *NullableTimeDomainPara) Unset()

type NullableTimeToTriggerL1Type ¶

type NullableTimeToTriggerL1Type struct {
	// contains filtered or unexported fields
}

func (NullableTimeToTriggerL1Type) Get ¶

func (NullableTimeToTriggerL1Type) IsSet ¶

func (NullableTimeToTriggerL1Type) MarshalJSON ¶

func (v NullableTimeToTriggerL1Type) MarshalJSON() ([]byte, error)

func (*NullableTimeToTriggerL1Type) Set ¶

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 NullableTimeWindow1 ¶

type NullableTimeWindow1 struct {
	// contains filtered or unexported fields
}

func NewNullableTimeWindow1 ¶

func NewNullableTimeWindow1(val *TimeWindow1) *NullableTimeWindow1

func (NullableTimeWindow1) Get ¶

func (NullableTimeWindow1) IsSet ¶

func (v NullableTimeWindow1) IsSet() bool

func (NullableTimeWindow1) MarshalJSON ¶

func (v NullableTimeWindow1) MarshalJSON() ([]byte, error)

func (*NullableTimeWindow1) Set ¶

func (v *NullableTimeWindow1) Set(val *TimeWindow1)

func (*NullableTimeWindow1) UnmarshalJSON ¶

func (v *NullableTimeWindow1) UnmarshalJSON(src []byte) error

func (*NullableTimeWindow1) Unset ¶

func (v *NullableTimeWindow1) Unset()

type NullableTimeWindow2 ¶

type NullableTimeWindow2 struct {
	// contains filtered or unexported fields
}

func NewNullableTimeWindow2 ¶

func NewNullableTimeWindow2(val *TimeWindow2) *NullableTimeWindow2

func (NullableTimeWindow2) Get ¶

func (NullableTimeWindow2) IsSet ¶

func (v NullableTimeWindow2) IsSet() bool

func (NullableTimeWindow2) MarshalJSON ¶

func (v NullableTimeWindow2) MarshalJSON() ([]byte, error)

func (*NullableTimeWindow2) Set ¶

func (v *NullableTimeWindow2) Set(val *TimeWindow2)

func (*NullableTimeWindow2) UnmarshalJSON ¶

func (v *NullableTimeWindow2) UnmarshalJSON(src []byte) error

func (*NullableTimeWindow2) Unset ¶

func (v *NullableTimeWindow2) 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 NullableTop1 ¶

type NullableTop1 struct {
	// contains filtered or unexported fields
}

func NewNullableTop1 ¶

func NewNullableTop1(val *Top1) *NullableTop1

func (NullableTop1) Get ¶

func (v NullableTop1) Get() *Top1

func (NullableTop1) IsSet ¶

func (v NullableTop1) IsSet() bool

func (NullableTop1) MarshalJSON ¶

func (v NullableTop1) MarshalJSON() ([]byte, error)

func (*NullableTop1) Set ¶

func (v *NullableTop1) Set(val *Top1)

func (*NullableTop1) UnmarshalJSON ¶

func (v *NullableTop1) UnmarshalJSON(src []byte) error

func (*NullableTop1) Unset ¶

func (v *NullableTop1) Unset()

type NullableTopSliceSubnetProfile ¶

type NullableTopSliceSubnetProfile struct {
	// contains filtered or unexported fields
}

func (NullableTopSliceSubnetProfile) Get ¶

func (NullableTopSliceSubnetProfile) IsSet ¶

func (NullableTopSliceSubnetProfile) MarshalJSON ¶

func (v NullableTopSliceSubnetProfile) MarshalJSON() ([]byte, error)

func (*NullableTopSliceSubnetProfile) Set ¶

func (*NullableTopSliceSubnetProfile) UnmarshalJSON ¶

func (v *NullableTopSliceSubnetProfile) UnmarshalJSON(src []byte) error

func (*NullableTopSliceSubnetProfile) Unset ¶

func (v *NullableTopSliceSubnetProfile) Unset()

type NullableTopologicalServiceArea ¶

type NullableTopologicalServiceArea struct {
	// contains filtered or unexported fields
}

func (NullableTopologicalServiceArea) Get ¶

func (NullableTopologicalServiceArea) IsSet ¶

func (NullableTopologicalServiceArea) MarshalJSON ¶

func (v NullableTopologicalServiceArea) MarshalJSON() ([]byte, error)

func (*NullableTopologicalServiceArea) Set ¶

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 (NullableTraceDepthType) IsSet ¶

func (v NullableTraceDepthType) IsSet() bool

func (NullableTraceDepthType) MarshalJSON ¶

func (v NullableTraceDepthType) MarshalJSON() ([]byte, error)

func (*NullableTraceDepthType) Set ¶

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 (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 (NullableTraceJobSingle) IsSet ¶

func (v NullableTraceJobSingle) IsSet() bool

func (NullableTraceJobSingle) MarshalJSON ¶

func (v NullableTraceJobSingle) MarshalJSON() ([]byte, error)

func (*NullableTraceJobSingle) Set ¶

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 (NullableTraceJobSingleAllOf) Get ¶

func (NullableTraceJobSingleAllOf) IsSet ¶

func (NullableTraceJobSingleAllOf) MarshalJSON ¶

func (v NullableTraceJobSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableTraceJobSingleAllOf) Set ¶

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 (NullableTraceReferenceType) IsSet ¶

func (v NullableTraceReferenceType) IsSet() bool

func (NullableTraceReferenceType) MarshalJSON ¶

func (v NullableTraceReferenceType) MarshalJSON() ([]byte, error)

func (*NullableTraceReferenceType) Set ¶

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 (NullableTraceReportingFormatType) Get ¶

func (NullableTraceReportingFormatType) IsSet ¶

func (NullableTraceReportingFormatType) MarshalJSON ¶

func (v NullableTraceReportingFormatType) MarshalJSON() ([]byte, error)

func (*NullableTraceReportingFormatType) Set ¶

func (*NullableTraceReportingFormatType) UnmarshalJSON ¶

func (v *NullableTraceReportingFormatType) UnmarshalJSON(src []byte) error

func (*NullableTraceReportingFormatType) Unset ¶

type NullableTraceTargetType ¶

type NullableTraceTargetType struct {
	// contains filtered or unexported fields
}

func NewNullableTraceTargetType ¶

func NewNullableTraceTargetType(val *TraceTargetType) *NullableTraceTargetType

func (NullableTraceTargetType) Get ¶

func (NullableTraceTargetType) IsSet ¶

func (v NullableTraceTargetType) IsSet() bool

func (NullableTraceTargetType) MarshalJSON ¶

func (v NullableTraceTargetType) MarshalJSON() ([]byte, error)

func (*NullableTraceTargetType) Set ¶

func (*NullableTraceTargetType) UnmarshalJSON ¶

func (v *NullableTraceTargetType) UnmarshalJSON(src []byte) error

func (*NullableTraceTargetType) Unset ¶

func (v *NullableTraceTargetType) Unset()

type NullableTrafficControlData ¶

type NullableTrafficControlData struct {
	// contains filtered or unexported fields
}

func NewNullableTrafficControlData ¶

func NewNullableTrafficControlData(val *TrafficControlData) *NullableTrafficControlData

func (NullableTrafficControlData) Get ¶

func (NullableTrafficControlData) IsSet ¶

func (v NullableTrafficControlData) IsSet() bool

func (NullableTrafficControlData) MarshalJSON ¶

func (v NullableTrafficControlData) MarshalJSON() ([]byte, error)

func (*NullableTrafficControlData) Set ¶

func (*NullableTrafficControlData) UnmarshalJSON ¶

func (v *NullableTrafficControlData) UnmarshalJSON(src []byte) error

func (*NullableTrafficControlData) Unset ¶

func (v *NullableTrafficControlData) Unset()

type NullableTrainingProcessMonitor ¶

type NullableTrainingProcessMonitor struct {
	// contains filtered or unexported fields
}

func (NullableTrainingProcessMonitor) Get ¶

func (NullableTrainingProcessMonitor) IsSet ¶

func (NullableTrainingProcessMonitor) MarshalJSON ¶

func (v NullableTrainingProcessMonitor) MarshalJSON() ([]byte, error)

func (*NullableTrainingProcessMonitor) Set ¶

func (*NullableTrainingProcessMonitor) UnmarshalJSON ¶

func (v *NullableTrainingProcessMonitor) UnmarshalJSON(src []byte) error

func (*NullableTrainingProcessMonitor) Unset ¶

func (v *NullableTrainingProcessMonitor) Unset()

type NullableTransportProtocol ¶

type NullableTransportProtocol struct {
	// contains filtered or unexported fields
}

func NewNullableTransportProtocol ¶

func NewNullableTransportProtocol(val *TransportProtocol) *NullableTransportProtocol

func (NullableTransportProtocol) Get ¶

func (NullableTransportProtocol) IsSet ¶

func (v NullableTransportProtocol) IsSet() bool

func (NullableTransportProtocol) MarshalJSON ¶

func (v NullableTransportProtocol) MarshalJSON() ([]byte, error)

func (*NullableTransportProtocol) Set ¶

func (*NullableTransportProtocol) UnmarshalJSON ¶

func (v *NullableTransportProtocol) UnmarshalJSON(src []byte) error

func (*NullableTransportProtocol) Unset ¶

func (v *NullableTransportProtocol) Unset()

type NullableTrendIndication ¶

type NullableTrendIndication struct {
	// contains filtered or unexported fields
}

func NewNullableTrendIndication ¶

func NewNullableTrendIndication(val *TrendIndication) *NullableTrendIndication

func (NullableTrendIndication) Get ¶

func (NullableTrendIndication) IsSet ¶

func (v NullableTrendIndication) IsSet() bool

func (NullableTrendIndication) MarshalJSON ¶

func (v NullableTrendIndication) MarshalJSON() ([]byte, error)

func (*NullableTrendIndication) Set ¶

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 (NullableTriggeringEventsType) Get ¶

func (NullableTriggeringEventsType) IsSet ¶

func (NullableTriggeringEventsType) MarshalJSON ¶

func (v NullableTriggeringEventsType) MarshalJSON() ([]byte, error)

func (*NullableTriggeringEventsType) Set ¶

func (*NullableTriggeringEventsType) UnmarshalJSON ¶

func (v *NullableTriggeringEventsType) UnmarshalJSON(src []byte) error

func (*NullableTriggeringEventsType) Unset ¶

func (v *NullableTriggeringEventsType) Unset()

type NullableTscaiInputContainer ¶

type NullableTscaiInputContainer struct {
	// contains filtered or unexported fields
}

func (NullableTscaiInputContainer) Get ¶

func (NullableTscaiInputContainer) IsSet ¶

func (NullableTscaiInputContainer) MarshalJSON ¶

func (v NullableTscaiInputContainer) MarshalJSON() ([]byte, error)

func (*NullableTscaiInputContainer) Set ¶

func (*NullableTscaiInputContainer) UnmarshalJSON ¶

func (v *NullableTscaiInputContainer) UnmarshalJSON(src []byte) error

func (*NullableTscaiInputContainer) Unset ¶

func (v *NullableTscaiInputContainer) Unset()

type NullableTxDirection ¶

type NullableTxDirection struct {
	// contains filtered or unexported fields
}

func NewNullableTxDirection ¶

func NewNullableTxDirection(val *TxDirection) *NullableTxDirection

func (NullableTxDirection) Get ¶

func (NullableTxDirection) IsSet ¶

func (v NullableTxDirection) IsSet() bool

func (NullableTxDirection) MarshalJSON ¶

func (v NullableTxDirection) MarshalJSON() ([]byte, error)

func (*NullableTxDirection) Set ¶

func (v *NullableTxDirection) Set(val *TxDirection)

func (*NullableTxDirection) UnmarshalJSON ¶

func (v *NullableTxDirection) UnmarshalJSON(src []byte) error

func (*NullableTxDirection) Unset ¶

func (v *NullableTxDirection) Unset()

type NullableUEMobilityLevelContext ¶

type NullableUEMobilityLevelContext struct {
	// contains filtered or unexported fields
}

func (NullableUEMobilityLevelContext) Get ¶

func (NullableUEMobilityLevelContext) IsSet ¶

func (NullableUEMobilityLevelContext) MarshalJSON ¶

func (v NullableUEMobilityLevelContext) MarshalJSON() ([]byte, error)

func (*NullableUEMobilityLevelContext) Set ¶

func (*NullableUEMobilityLevelContext) UnmarshalJSON ¶

func (v *NullableUEMobilityLevelContext) UnmarshalJSON(src []byte) error

func (*NullableUEMobilityLevelContext) Unset ¶

func (v *NullableUEMobilityLevelContext) Unset()

type NullableUESpeedTarget ¶

type NullableUESpeedTarget struct {
	// contains filtered or unexported fields
}

func NewNullableUESpeedTarget ¶

func NewNullableUESpeedTarget(val *UESpeedTarget) *NullableUESpeedTarget

func (NullableUESpeedTarget) Get ¶

func (NullableUESpeedTarget) IsSet ¶

func (v NullableUESpeedTarget) IsSet() bool

func (NullableUESpeedTarget) MarshalJSON ¶

func (v NullableUESpeedTarget) MarshalJSON() ([]byte, error)

func (*NullableUESpeedTarget) Set ¶

func (v *NullableUESpeedTarget) Set(val *UESpeedTarget)

func (*NullableUESpeedTarget) UnmarshalJSON ¶

func (v *NullableUESpeedTarget) UnmarshalJSON(src []byte) error

func (*NullableUESpeedTarget) Unset ¶

func (v *NullableUESpeedTarget) Unset()

type NullableULLatencyTarget ¶

type NullableULLatencyTarget struct {
	// contains filtered or unexported fields
}

func NewNullableULLatencyTarget ¶

func NewNullableULLatencyTarget(val *ULLatencyTarget) *NullableULLatencyTarget

func (NullableULLatencyTarget) Get ¶

func (NullableULLatencyTarget) IsSet ¶

func (v NullableULLatencyTarget) IsSet() bool

func (NullableULLatencyTarget) MarshalJSON ¶

func (v NullableULLatencyTarget) MarshalJSON() ([]byte, error)

func (*NullableULLatencyTarget) Set ¶

func (*NullableULLatencyTarget) UnmarshalJSON ¶

func (v *NullableULLatencyTarget) UnmarshalJSON(src []byte) error

func (*NullableULLatencyTarget) Unset ¶

func (v *NullableULLatencyTarget) Unset()

type NullableULThptPerUETarget ¶

type NullableULThptPerUETarget struct {
	// contains filtered or unexported fields
}

func NewNullableULThptPerUETarget ¶

func NewNullableULThptPerUETarget(val *ULThptPerUETarget) *NullableULThptPerUETarget

func (NullableULThptPerUETarget) Get ¶

func (NullableULThptPerUETarget) IsSet ¶

func (v NullableULThptPerUETarget) IsSet() bool

func (NullableULThptPerUETarget) MarshalJSON ¶

func (v NullableULThptPerUETarget) MarshalJSON() ([]byte, error)

func (*NullableULThptPerUETarget) Set ¶

func (*NullableULThptPerUETarget) UnmarshalJSON ¶

func (v *NullableULThptPerUETarget) UnmarshalJSON(src []byte) error

func (*NullableULThptPerUETarget) Unset ¶

func (v *NullableULThptPerUETarget) Unset()

type NullableUPFConnectionInfo ¶

type NullableUPFConnectionInfo struct {
	// contains filtered or unexported fields
}

func NewNullableUPFConnectionInfo ¶

func NewNullableUPFConnectionInfo(val *UPFConnectionInfo) *NullableUPFConnectionInfo

func (NullableUPFConnectionInfo) Get ¶

func (NullableUPFConnectionInfo) IsSet ¶

func (v NullableUPFConnectionInfo) IsSet() bool

func (NullableUPFConnectionInfo) MarshalJSON ¶

func (v NullableUPFConnectionInfo) MarshalJSON() ([]byte, error)

func (*NullableUPFConnectionInfo) Set ¶

func (*NullableUPFConnectionInfo) UnmarshalJSON ¶

func (v *NullableUPFConnectionInfo) UnmarshalJSON(src []byte) error

func (*NullableUPFConnectionInfo) Unset ¶

func (v *NullableUPFConnectionInfo) Unset()

type NullableUdmFunctionSingle ¶

type NullableUdmFunctionSingle struct {
	// contains filtered or unexported fields
}

func NewNullableUdmFunctionSingle ¶

func NewNullableUdmFunctionSingle(val *UdmFunctionSingle) *NullableUdmFunctionSingle

func (NullableUdmFunctionSingle) Get ¶

func (NullableUdmFunctionSingle) IsSet ¶

func (v NullableUdmFunctionSingle) IsSet() bool

func (NullableUdmFunctionSingle) MarshalJSON ¶

func (v NullableUdmFunctionSingle) MarshalJSON() ([]byte, error)

func (*NullableUdmFunctionSingle) Set ¶

func (*NullableUdmFunctionSingle) UnmarshalJSON ¶

func (v *NullableUdmFunctionSingle) UnmarshalJSON(src []byte) error

func (*NullableUdmFunctionSingle) Unset ¶

func (v *NullableUdmFunctionSingle) Unset()

type NullableUdmFunctionSingleAllOf ¶

type NullableUdmFunctionSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableUdmFunctionSingleAllOf) Get ¶

func (NullableUdmFunctionSingleAllOf) IsSet ¶

func (NullableUdmFunctionSingleAllOf) MarshalJSON ¶

func (v NullableUdmFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableUdmFunctionSingleAllOf) Set ¶

func (*NullableUdmFunctionSingleAllOf) UnmarshalJSON ¶

func (v *NullableUdmFunctionSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableUdmFunctionSingleAllOf) Unset ¶

func (v *NullableUdmFunctionSingleAllOf) Unset()

type NullableUdmFunctionSingleAllOf1 ¶

type NullableUdmFunctionSingleAllOf1 struct {
	// contains filtered or unexported fields
}

func (NullableUdmFunctionSingleAllOf1) Get ¶

func (NullableUdmFunctionSingleAllOf1) IsSet ¶

func (NullableUdmFunctionSingleAllOf1) MarshalJSON ¶

func (v NullableUdmFunctionSingleAllOf1) MarshalJSON() ([]byte, error)

func (*NullableUdmFunctionSingleAllOf1) Set ¶

func (*NullableUdmFunctionSingleAllOf1) UnmarshalJSON ¶

func (v *NullableUdmFunctionSingleAllOf1) UnmarshalJSON(src []byte) error

func (*NullableUdmFunctionSingleAllOf1) Unset ¶

type NullableUdmFunctionSingleAllOfAttributes ¶

type NullableUdmFunctionSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableUdmFunctionSingleAllOfAttributes) Get ¶

func (NullableUdmFunctionSingleAllOfAttributes) IsSet ¶

func (NullableUdmFunctionSingleAllOfAttributes) MarshalJSON ¶

func (*NullableUdmFunctionSingleAllOfAttributes) Set ¶

func (*NullableUdmFunctionSingleAllOfAttributes) UnmarshalJSON ¶

func (v *NullableUdmFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullableUdmFunctionSingleAllOfAttributes) Unset ¶

type NullableUdmFunctionSingleAllOfAttributesAllOf ¶

type NullableUdmFunctionSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableUdmFunctionSingleAllOfAttributesAllOf) Get ¶

func (NullableUdmFunctionSingleAllOfAttributesAllOf) IsSet ¶

func (NullableUdmFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*NullableUdmFunctionSingleAllOfAttributesAllOf) Set ¶

func (*NullableUdmFunctionSingleAllOfAttributesAllOf) UnmarshalJSON ¶

func (*NullableUdmFunctionSingleAllOfAttributesAllOf) Unset ¶

type NullableUdrFunctionSingle ¶

type NullableUdrFunctionSingle struct {
	// contains filtered or unexported fields
}

func NewNullableUdrFunctionSingle ¶

func NewNullableUdrFunctionSingle(val *UdrFunctionSingle) *NullableUdrFunctionSingle

func (NullableUdrFunctionSingle) Get ¶

func (NullableUdrFunctionSingle) IsSet ¶

func (v NullableUdrFunctionSingle) IsSet() bool

func (NullableUdrFunctionSingle) MarshalJSON ¶

func (v NullableUdrFunctionSingle) MarshalJSON() ([]byte, error)

func (*NullableUdrFunctionSingle) Set ¶

func (*NullableUdrFunctionSingle) UnmarshalJSON ¶

func (v *NullableUdrFunctionSingle) UnmarshalJSON(src []byte) error

func (*NullableUdrFunctionSingle) Unset ¶

func (v *NullableUdrFunctionSingle) Unset()

type NullableUdrFunctionSingleAllOf ¶

type NullableUdrFunctionSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableUdrFunctionSingleAllOf) Get ¶

func (NullableUdrFunctionSingleAllOf) IsSet ¶

func (NullableUdrFunctionSingleAllOf) MarshalJSON ¶

func (v NullableUdrFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableUdrFunctionSingleAllOf) Set ¶

func (*NullableUdrFunctionSingleAllOf) UnmarshalJSON ¶

func (v *NullableUdrFunctionSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableUdrFunctionSingleAllOf) Unset ¶

func (v *NullableUdrFunctionSingleAllOf) Unset()

type NullableUdrFunctionSingleAllOfAttributes ¶

type NullableUdrFunctionSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableUdrFunctionSingleAllOfAttributes) Get ¶

func (NullableUdrFunctionSingleAllOfAttributes) IsSet ¶

func (NullableUdrFunctionSingleAllOfAttributes) MarshalJSON ¶

func (*NullableUdrFunctionSingleAllOfAttributes) Set ¶

func (*NullableUdrFunctionSingleAllOfAttributes) UnmarshalJSON ¶

func (v *NullableUdrFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullableUdrFunctionSingleAllOfAttributes) Unset ¶

type NullableUdrFunctionSingleAllOfAttributesAllOf ¶

type NullableUdrFunctionSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableUdrFunctionSingleAllOfAttributesAllOf) Get ¶

func (NullableUdrFunctionSingleAllOfAttributesAllOf) IsSet ¶

func (NullableUdrFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*NullableUdrFunctionSingleAllOfAttributesAllOf) Set ¶

func (*NullableUdrFunctionSingleAllOfAttributesAllOf) UnmarshalJSON ¶

func (*NullableUdrFunctionSingleAllOfAttributesAllOf) Unset ¶

type NullableUdsfFunctionSingle ¶

type NullableUdsfFunctionSingle struct {
	// contains filtered or unexported fields
}

func NewNullableUdsfFunctionSingle ¶

func NewNullableUdsfFunctionSingle(val *UdsfFunctionSingle) *NullableUdsfFunctionSingle

func (NullableUdsfFunctionSingle) Get ¶

func (NullableUdsfFunctionSingle) IsSet ¶

func (v NullableUdsfFunctionSingle) IsSet() bool

func (NullableUdsfFunctionSingle) MarshalJSON ¶

func (v NullableUdsfFunctionSingle) MarshalJSON() ([]byte, error)

func (*NullableUdsfFunctionSingle) Set ¶

func (*NullableUdsfFunctionSingle) UnmarshalJSON ¶

func (v *NullableUdsfFunctionSingle) UnmarshalJSON(src []byte) error

func (*NullableUdsfFunctionSingle) Unset ¶

func (v *NullableUdsfFunctionSingle) Unset()

type NullableUdsfFunctionSingleAllOf ¶

type NullableUdsfFunctionSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableUdsfFunctionSingleAllOf) Get ¶

func (NullableUdsfFunctionSingleAllOf) IsSet ¶

func (NullableUdsfFunctionSingleAllOf) MarshalJSON ¶

func (v NullableUdsfFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableUdsfFunctionSingleAllOf) Set ¶

func (*NullableUdsfFunctionSingleAllOf) UnmarshalJSON ¶

func (v *NullableUdsfFunctionSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableUdsfFunctionSingleAllOf) Unset ¶

type NullableUdsfFunctionSingleAllOfAttributes ¶

type NullableUdsfFunctionSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableUdsfFunctionSingleAllOfAttributes) Get ¶

func (NullableUdsfFunctionSingleAllOfAttributes) IsSet ¶

func (NullableUdsfFunctionSingleAllOfAttributes) MarshalJSON ¶

func (*NullableUdsfFunctionSingleAllOfAttributes) Set ¶

func (*NullableUdsfFunctionSingleAllOfAttributes) UnmarshalJSON ¶

func (v *NullableUdsfFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullableUdsfFunctionSingleAllOfAttributes) Unset ¶

type NullableUdsfFunctionSingleAllOfAttributesAllOf ¶

type NullableUdsfFunctionSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableUdsfFunctionSingleAllOfAttributesAllOf) Get ¶

func (NullableUdsfFunctionSingleAllOfAttributesAllOf) IsSet ¶

func (NullableUdsfFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*NullableUdsfFunctionSingleAllOfAttributesAllOf) Set ¶

func (*NullableUdsfFunctionSingleAllOfAttributesAllOf) UnmarshalJSON ¶

func (*NullableUdsfFunctionSingleAllOfAttributesAllOf) Unset ¶

type NullableUdsfInfo ¶

type NullableUdsfInfo struct {
	// contains filtered or unexported fields
}

func NewNullableUdsfInfo ¶

func NewNullableUdsfInfo(val *UdsfInfo) *NullableUdsfInfo

func (NullableUdsfInfo) Get ¶

func (v NullableUdsfInfo) Get() *UdsfInfo

func (NullableUdsfInfo) IsSet ¶

func (v NullableUdsfInfo) IsSet() bool

func (NullableUdsfInfo) MarshalJSON ¶

func (v NullableUdsfInfo) MarshalJSON() ([]byte, error)

func (*NullableUdsfInfo) Set ¶

func (v *NullableUdsfInfo) Set(val *UdsfInfo)

func (*NullableUdsfInfo) UnmarshalJSON ¶

func (v *NullableUdsfInfo) UnmarshalJSON(src []byte) error

func (*NullableUdsfInfo) Unset ¶

func (v *NullableUdsfInfo) Unset()

type NullableUeAccDelayProbilityDist ¶

type NullableUeAccDelayProbilityDist struct {
	// contains filtered or unexported fields
}

func (NullableUeAccDelayProbilityDist) Get ¶

func (NullableUeAccDelayProbilityDist) IsSet ¶

func (NullableUeAccDelayProbilityDist) MarshalJSON ¶

func (v NullableUeAccDelayProbilityDist) MarshalJSON() ([]byte, error)

func (*NullableUeAccDelayProbilityDist) Set ¶

func (*NullableUeAccDelayProbilityDist) UnmarshalJSON ¶

func (v *NullableUeAccDelayProbilityDist) UnmarshalJSON(src []byte) error

func (*NullableUeAccDelayProbilityDist) Unset ¶

type NullableUeAccProbilityDist ¶

type NullableUeAccProbilityDist struct {
	// contains filtered or unexported fields
}

func NewNullableUeAccProbilityDist ¶

func NewNullableUeAccProbilityDist(val *UeAccProbilityDist) *NullableUeAccProbilityDist

func (NullableUeAccProbilityDist) Get ¶

func (NullableUeAccProbilityDist) IsSet ¶

func (v NullableUeAccProbilityDist) IsSet() bool

func (NullableUeAccProbilityDist) MarshalJSON ¶

func (v NullableUeAccProbilityDist) MarshalJSON() ([]byte, error)

func (*NullableUeAccProbilityDist) Set ¶

func (*NullableUeAccProbilityDist) UnmarshalJSON ¶

func (v *NullableUeAccProbilityDist) UnmarshalJSON(src []byte) error

func (*NullableUeAccProbilityDist) Unset ¶

func (v *NullableUeAccProbilityDist) Unset()

type NullableUnTrustAfInfo ¶

type NullableUnTrustAfInfo struct {
	// contains filtered or unexported fields
}

func NewNullableUnTrustAfInfo ¶

func NewNullableUnTrustAfInfo(val *UnTrustAfInfo) *NullableUnTrustAfInfo

func (NullableUnTrustAfInfo) Get ¶

func (NullableUnTrustAfInfo) IsSet ¶

func (v NullableUnTrustAfInfo) IsSet() bool

func (NullableUnTrustAfInfo) MarshalJSON ¶

func (v NullableUnTrustAfInfo) MarshalJSON() ([]byte, error)

func (*NullableUnTrustAfInfo) Set ¶

func (v *NullableUnTrustAfInfo) Set(val *UnTrustAfInfo)

func (*NullableUnTrustAfInfo) UnmarshalJSON ¶

func (v *NullableUnTrustAfInfo) UnmarshalJSON(src []byte) error

func (*NullableUnTrustAfInfo) Unset ¶

func (v *NullableUnTrustAfInfo) Unset()

type NullableUpPathChgEvent ¶

type NullableUpPathChgEvent struct {
	// contains filtered or unexported fields
}

func NewNullableUpPathChgEvent ¶

func NewNullableUpPathChgEvent(val *UpPathChgEvent) *NullableUpPathChgEvent

func (NullableUpPathChgEvent) Get ¶

func (NullableUpPathChgEvent) IsSet ¶

func (v NullableUpPathChgEvent) IsSet() bool

func (NullableUpPathChgEvent) MarshalJSON ¶

func (v NullableUpPathChgEvent) MarshalJSON() ([]byte, error)

func (*NullableUpPathChgEvent) Set ¶

func (*NullableUpPathChgEvent) UnmarshalJSON ¶

func (v *NullableUpPathChgEvent) UnmarshalJSON(src []byte) error

func (*NullableUpPathChgEvent) Unset ¶

func (v *NullableUpPathChgEvent) Unset()

type NullableUpfFunctionSingle ¶

type NullableUpfFunctionSingle struct {
	// contains filtered or unexported fields
}

func NewNullableUpfFunctionSingle ¶

func NewNullableUpfFunctionSingle(val *UpfFunctionSingle) *NullableUpfFunctionSingle

func (NullableUpfFunctionSingle) Get ¶

func (NullableUpfFunctionSingle) IsSet ¶

func (v NullableUpfFunctionSingle) IsSet() bool

func (NullableUpfFunctionSingle) MarshalJSON ¶

func (v NullableUpfFunctionSingle) MarshalJSON() ([]byte, error)

func (*NullableUpfFunctionSingle) Set ¶

func (*NullableUpfFunctionSingle) UnmarshalJSON ¶

func (v *NullableUpfFunctionSingle) UnmarshalJSON(src []byte) error

func (*NullableUpfFunctionSingle) Unset ¶

func (v *NullableUpfFunctionSingle) Unset()

type NullableUpfFunctionSingleAllOf ¶

type NullableUpfFunctionSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableUpfFunctionSingleAllOf) Get ¶

func (NullableUpfFunctionSingleAllOf) IsSet ¶

func (NullableUpfFunctionSingleAllOf) MarshalJSON ¶

func (v NullableUpfFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableUpfFunctionSingleAllOf) Set ¶

func (*NullableUpfFunctionSingleAllOf) UnmarshalJSON ¶

func (v *NullableUpfFunctionSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableUpfFunctionSingleAllOf) Unset ¶

func (v *NullableUpfFunctionSingleAllOf) Unset()

type NullableUpfFunctionSingleAllOf1 ¶

type NullableUpfFunctionSingleAllOf1 struct {
	// contains filtered or unexported fields
}

func (NullableUpfFunctionSingleAllOf1) Get ¶

func (NullableUpfFunctionSingleAllOf1) IsSet ¶

func (NullableUpfFunctionSingleAllOf1) MarshalJSON ¶

func (v NullableUpfFunctionSingleAllOf1) MarshalJSON() ([]byte, error)

func (*NullableUpfFunctionSingleAllOf1) Set ¶

func (*NullableUpfFunctionSingleAllOf1) UnmarshalJSON ¶

func (v *NullableUpfFunctionSingleAllOf1) UnmarshalJSON(src []byte) error

func (*NullableUpfFunctionSingleAllOf1) Unset ¶

type NullableUpfFunctionSingleAllOfAttributes ¶

type NullableUpfFunctionSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableUpfFunctionSingleAllOfAttributes) Get ¶

func (NullableUpfFunctionSingleAllOfAttributes) IsSet ¶

func (NullableUpfFunctionSingleAllOfAttributes) MarshalJSON ¶

func (*NullableUpfFunctionSingleAllOfAttributes) Set ¶

func (*NullableUpfFunctionSingleAllOfAttributes) UnmarshalJSON ¶

func (v *NullableUpfFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullableUpfFunctionSingleAllOfAttributes) Unset ¶

type NullableUpfFunctionSingleAllOfAttributesAllOf ¶

type NullableUpfFunctionSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableUpfFunctionSingleAllOfAttributesAllOf) Get ¶

func (NullableUpfFunctionSingleAllOfAttributesAllOf) IsSet ¶

func (NullableUpfFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*NullableUpfFunctionSingleAllOfAttributesAllOf) Set ¶

func (*NullableUpfFunctionSingleAllOfAttributesAllOf) UnmarshalJSON ¶

func (*NullableUpfFunctionSingleAllOfAttributesAllOf) Unset ¶

type NullableUrllcEEPerfReq ¶

type NullableUrllcEEPerfReq struct {
	// contains filtered or unexported fields
}

func NewNullableUrllcEEPerfReq ¶

func NewNullableUrllcEEPerfReq(val *UrllcEEPerfReq) *NullableUrllcEEPerfReq

func (NullableUrllcEEPerfReq) Get ¶

func (NullableUrllcEEPerfReq) IsSet ¶

func (v NullableUrllcEEPerfReq) IsSet() bool

func (NullableUrllcEEPerfReq) MarshalJSON ¶

func (v NullableUrllcEEPerfReq) MarshalJSON() ([]byte, error)

func (*NullableUrllcEEPerfReq) Set ¶

func (*NullableUrllcEEPerfReq) UnmarshalJSON ¶

func (v *NullableUrllcEEPerfReq) UnmarshalJSON(src []byte) error

func (*NullableUrllcEEPerfReq) Unset ¶

func (v *NullableUrllcEEPerfReq) 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 NullableUserMgmtOpen ¶

type NullableUserMgmtOpen struct {
	// contains filtered or unexported fields
}

func NewNullableUserMgmtOpen ¶

func NewNullableUserMgmtOpen(val *UserMgmtOpen) *NullableUserMgmtOpen

func (NullableUserMgmtOpen) Get ¶

func (NullableUserMgmtOpen) IsSet ¶

func (v NullableUserMgmtOpen) IsSet() bool

func (NullableUserMgmtOpen) MarshalJSON ¶

func (v NullableUserMgmtOpen) MarshalJSON() ([]byte, error)

func (*NullableUserMgmtOpen) Set ¶

func (v *NullableUserMgmtOpen) Set(val *UserMgmtOpen)

func (*NullableUserMgmtOpen) UnmarshalJSON ¶

func (v *NullableUserMgmtOpen) UnmarshalJSON(src []byte) error

func (*NullableUserMgmtOpen) Unset ¶

func (v *NullableUserMgmtOpen) Unset()

type NullableV2XCommModels ¶

type NullableV2XCommModels struct {
	// contains filtered or unexported fields
}

func NewNullableV2XCommModels ¶

func NewNullableV2XCommModels(val *V2XCommModels) *NullableV2XCommModels

func (NullableV2XCommModels) Get ¶

func (NullableV2XCommModels) IsSet ¶

func (v NullableV2XCommModels) IsSet() bool

func (NullableV2XCommModels) MarshalJSON ¶

func (v NullableV2XCommModels) MarshalJSON() ([]byte, error)

func (*NullableV2XCommModels) Set ¶

func (v *NullableV2XCommModels) Set(val *V2XCommModels)

func (*NullableV2XCommModels) UnmarshalJSON ¶

func (v *NullableV2XCommModels) UnmarshalJSON(src []byte) error

func (*NullableV2XCommModels) Unset ¶

func (v *NullableV2XCommModels) Unset()

type NullableV2xCapability ¶

type NullableV2xCapability struct {
	// contains filtered or unexported fields
}

func NewNullableV2xCapability ¶

func NewNullableV2xCapability(val *V2xCapability) *NullableV2xCapability

func (NullableV2xCapability) Get ¶

func (NullableV2xCapability) IsSet ¶

func (v NullableV2xCapability) IsSet() bool

func (NullableV2xCapability) MarshalJSON ¶

func (v NullableV2xCapability) MarshalJSON() ([]byte, error)

func (*NullableV2xCapability) Set ¶

func (v *NullableV2xCapability) Set(val *V2xCapability)

func (*NullableV2xCapability) UnmarshalJSON ¶

func (v *NullableV2xCapability) UnmarshalJSON(src []byte) error

func (*NullableV2xCapability) Unset ¶

func (v *NullableV2xCapability) Unset()

type NullableVnfParameter ¶

type NullableVnfParameter struct {
	// contains filtered or unexported fields
}

func NewNullableVnfParameter ¶

func NewNullableVnfParameter(val *VnfParameter) *NullableVnfParameter

func (NullableVnfParameter) Get ¶

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 (NullableVsDataContainerSingle) Get ¶

func (NullableVsDataContainerSingle) IsSet ¶

func (NullableVsDataContainerSingle) MarshalJSON ¶

func (v NullableVsDataContainerSingle) MarshalJSON() ([]byte, error)

func (*NullableVsDataContainerSingle) Set ¶

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 (NullableVsDataContainerSingleAttributes) Get ¶

func (NullableVsDataContainerSingleAttributes) IsSet ¶

func (NullableVsDataContainerSingleAttributes) MarshalJSON ¶

func (v NullableVsDataContainerSingleAttributes) MarshalJSON() ([]byte, error)

func (*NullableVsDataContainerSingleAttributes) Set ¶

func (*NullableVsDataContainerSingleAttributes) UnmarshalJSON ¶

func (v *NullableVsDataContainerSingleAttributes) UnmarshalJSON(src []byte) error

func (*NullableVsDataContainerSingleAttributes) Unset ¶

type NullableWeakRSRPContext ¶

type NullableWeakRSRPContext struct {
	// contains filtered or unexported fields
}

func NewNullableWeakRSRPContext ¶

func NewNullableWeakRSRPContext(val *WeakRSRPContext) *NullableWeakRSRPContext

func (NullableWeakRSRPContext) Get ¶

func (NullableWeakRSRPContext) IsSet ¶

func (v NullableWeakRSRPContext) IsSet() bool

func (NullableWeakRSRPContext) MarshalJSON ¶

func (v NullableWeakRSRPContext) MarshalJSON() ([]byte, error)

func (*NullableWeakRSRPContext) Set ¶

func (*NullableWeakRSRPContext) UnmarshalJSON ¶

func (v *NullableWeakRSRPContext) UnmarshalJSON(src []byte) error

func (*NullableWeakRSRPContext) Unset ¶

func (v *NullableWeakRSRPContext) Unset()

type NullableWeakRSRPRatioTarget ¶

type NullableWeakRSRPRatioTarget struct {
	// contains filtered or unexported fields
}

func (NullableWeakRSRPRatioTarget) Get ¶

func (NullableWeakRSRPRatioTarget) IsSet ¶

func (NullableWeakRSRPRatioTarget) MarshalJSON ¶

func (v NullableWeakRSRPRatioTarget) MarshalJSON() ([]byte, error)

func (*NullableWeakRSRPRatioTarget) Set ¶

func (*NullableWeakRSRPRatioTarget) UnmarshalJSON ¶

func (v *NullableWeakRSRPRatioTarget) UnmarshalJSON(src []byte) error

func (*NullableWeakRSRPRatioTarget) Unset ¶

func (v *NullableWeakRSRPRatioTarget) Unset()

type NullableXLThpt ¶

type NullableXLThpt struct {
	// contains filtered or unexported fields
}

func NewNullableXLThpt ¶

func NewNullableXLThpt(val *XLThpt) *NullableXLThpt

func (NullableXLThpt) Get ¶

func (v NullableXLThpt) Get() *XLThpt

func (NullableXLThpt) IsSet ¶

func (v NullableXLThpt) IsSet() bool

func (NullableXLThpt) MarshalJSON ¶

func (v NullableXLThpt) MarshalJSON() ([]byte, error)

func (*NullableXLThpt) Set ¶

func (v *NullableXLThpt) Set(val *XLThpt)

func (*NullableXLThpt) UnmarshalJSON ¶

func (v *NullableXLThpt) UnmarshalJSON(src []byte) error

func (*NullableXLThpt) Unset ¶

func (v *NullableXLThpt) Unset()

type NwdafEvent ¶

type NwdafEvent struct {
	String *string
}

NwdafEvent Possible values are: - SLICE_LOAD_LEVEL: Indicates that the event subscribed is load level information of Network Slice - NETWORK_PERFORMANCE: Indicates that the event subscribed is network performance information. - NF_LOAD: Indicates that the event subscribed is load level and status of one or several Network Functions. - SERVICE_EXPERIENCE: Indicates that the event subscribed is service experience. - UE_MOBILITY: Indicates that the event subscribed is UE mobility information. - UE_COMMUNICATION: Indicates that the event subscribed is UE communication information. - QOS_SUSTAINABILITY: Indicates that the event subscribed is QoS sustainability. - ABNORMAL_BEHAVIOUR: Indicates that the event subscribed is abnormal behaviour. - USER_DATA_CONGESTION: Indicates that the event subscribed is user data congestion information. - NSI_LOAD_LEVEL: Indicates that the event subscribed is load level information of Network Slice and the optionally associated Network Slice Instance - DN_PERFORMANCE: Indicates that the event subscribed is DN performance information. - DISPERSION: Indicates that the event subscribed is dispersion information. - RED_TRANS_EXP: Indicates that the event subscribed is redundant transmission experience. - WLAN_PERFORMANCE: Indicates that the event subscribed is WLAN performance. - SM_CONGESTION: Indicates the Session Management Congestion Control Experience information for specific DNN and/or S-NSSAI.

func (*NwdafEvent) MarshalJSON ¶

func (src *NwdafEvent) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*NwdafEvent) UnmarshalJSON ¶

func (dst *NwdafEvent) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type NwdafFunctionSingle ¶

type NwdafFunctionSingle struct {
	Top
	Attributes *NwdafFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}

NwdafFunctionSingle struct for NwdafFunctionSingle

func NewNwdafFunctionSingle ¶

func NewNwdafFunctionSingle(id NullableString) *NwdafFunctionSingle

NewNwdafFunctionSingle instantiates a new NwdafFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNwdafFunctionSingleWithDefaults ¶

func NewNwdafFunctionSingleWithDefaults() *NwdafFunctionSingle

NewNwdafFunctionSingleWithDefaults instantiates a new NwdafFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NwdafFunctionSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*NwdafFunctionSingle) GetAttributesOk ¶

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 (*NwdafFunctionSingle) HasAttributes ¶

func (o *NwdafFunctionSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (NwdafFunctionSingle) MarshalJSON ¶

func (o NwdafFunctionSingle) MarshalJSON() ([]byte, error)

func (*NwdafFunctionSingle) SetAttributes ¶

SetAttributes gets a reference to the given NwdafFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (NwdafFunctionSingle) ToMap ¶

func (o NwdafFunctionSingle) ToMap() (map[string]interface{}, error)

type NwdafFunctionSingleAllOf ¶

type NwdafFunctionSingleAllOf struct {
	Attributes *NwdafFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}

NwdafFunctionSingleAllOf struct for NwdafFunctionSingleAllOf

func NewNwdafFunctionSingleAllOf ¶

func NewNwdafFunctionSingleAllOf() *NwdafFunctionSingleAllOf

NewNwdafFunctionSingleAllOf instantiates a new NwdafFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNwdafFunctionSingleAllOfWithDefaults ¶

func NewNwdafFunctionSingleAllOfWithDefaults() *NwdafFunctionSingleAllOf

NewNwdafFunctionSingleAllOfWithDefaults instantiates a new NwdafFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NwdafFunctionSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*NwdafFunctionSingleAllOf) GetAttributesOk ¶

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 (*NwdafFunctionSingleAllOf) HasAttributes ¶

func (o *NwdafFunctionSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (NwdafFunctionSingleAllOf) MarshalJSON ¶

func (o NwdafFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*NwdafFunctionSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given NwdafFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (NwdafFunctionSingleAllOf) ToMap ¶

func (o NwdafFunctionSingleAllOf) ToMap() (map[string]interface{}, error)

type NwdafFunctionSingleAllOfAttributes ¶

type NwdafFunctionSingleAllOfAttributes struct {
	ManagedFunctionAttr
	PlmnIdList           []PlmnId             `json:"plmnIdList,omitempty"`
	SBIFqdn              *string              `json:"sBIFqdn,omitempty"`
	SnssaiList           []Snssai             `json:"snssaiList,omitempty"`
	ManagedNFProfile     *ManagedNFProfile    `json:"managedNFProfile,omitempty"`
	CommModelList        []CommModel          `json:"commModelList,omitempty"`
	NetworkSliceInfoList []NetworkSliceInfo   `json:"networkSliceInfoList,omitempty"`
	AdministrativeState  *AdministrativeState `json:"administrativeState,omitempty"`
	NwdafInfo            *NwdafInfo           `json:"nwdafInfo,omitempty"`
}

NwdafFunctionSingleAllOfAttributes struct for NwdafFunctionSingleAllOfAttributes

func NewNwdafFunctionSingleAllOfAttributes ¶

func NewNwdafFunctionSingleAllOfAttributes() *NwdafFunctionSingleAllOfAttributes

NewNwdafFunctionSingleAllOfAttributes instantiates a new NwdafFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNwdafFunctionSingleAllOfAttributesWithDefaults ¶

func NewNwdafFunctionSingleAllOfAttributesWithDefaults() *NwdafFunctionSingleAllOfAttributes

NewNwdafFunctionSingleAllOfAttributesWithDefaults instantiates a new NwdafFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NwdafFunctionSingleAllOfAttributes) GetAdministrativeState ¶

func (o *NwdafFunctionSingleAllOfAttributes) GetAdministrativeState() AdministrativeState

GetAdministrativeState returns the AdministrativeState field value if set, zero value otherwise.

func (*NwdafFunctionSingleAllOfAttributes) GetAdministrativeStateOk ¶

func (o *NwdafFunctionSingleAllOfAttributes) 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 (*NwdafFunctionSingleAllOfAttributes) GetCommModelList ¶

func (o *NwdafFunctionSingleAllOfAttributes) GetCommModelList() []CommModel

GetCommModelList returns the CommModelList field value if set, zero value otherwise.

func (*NwdafFunctionSingleAllOfAttributes) GetCommModelListOk ¶

func (o *NwdafFunctionSingleAllOfAttributes) GetCommModelListOk() ([]CommModel, bool)

GetCommModelListOk returns a tuple with the CommModelList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NwdafFunctionSingleAllOfAttributes) GetManagedNFProfile ¶

func (o *NwdafFunctionSingleAllOfAttributes) GetManagedNFProfile() ManagedNFProfile

GetManagedNFProfile returns the ManagedNFProfile field value if set, zero value otherwise.

func (*NwdafFunctionSingleAllOfAttributes) GetManagedNFProfileOk ¶

func (o *NwdafFunctionSingleAllOfAttributes) GetManagedNFProfileOk() (*ManagedNFProfile, bool)

GetManagedNFProfileOk returns a tuple with the ManagedNFProfile field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NwdafFunctionSingleAllOfAttributes) GetNetworkSliceInfoList ¶

func (o *NwdafFunctionSingleAllOfAttributes) GetNetworkSliceInfoList() []NetworkSliceInfo

GetNetworkSliceInfoList returns the NetworkSliceInfoList field value if set, zero value otherwise.

func (*NwdafFunctionSingleAllOfAttributes) GetNetworkSliceInfoListOk ¶

func (o *NwdafFunctionSingleAllOfAttributes) GetNetworkSliceInfoListOk() ([]NetworkSliceInfo, bool)

GetNetworkSliceInfoListOk returns a tuple with the NetworkSliceInfoList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NwdafFunctionSingleAllOfAttributes) GetNwdafInfo ¶

GetNwdafInfo returns the NwdafInfo field value if set, zero value otherwise.

func (*NwdafFunctionSingleAllOfAttributes) GetNwdafInfoOk ¶

func (o *NwdafFunctionSingleAllOfAttributes) GetNwdafInfoOk() (*NwdafInfo, bool)

GetNwdafInfoOk returns a tuple with the NwdafInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NwdafFunctionSingleAllOfAttributes) GetPlmnIdList ¶

func (o *NwdafFunctionSingleAllOfAttributes) GetPlmnIdList() []PlmnId

GetPlmnIdList returns the PlmnIdList field value if set, zero value otherwise.

func (*NwdafFunctionSingleAllOfAttributes) GetPlmnIdListOk ¶

func (o *NwdafFunctionSingleAllOfAttributes) GetPlmnIdListOk() ([]PlmnId, bool)

GetPlmnIdListOk returns a tuple with the PlmnIdList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NwdafFunctionSingleAllOfAttributes) GetSBIFqdn ¶

GetSBIFqdn returns the SBIFqdn field value if set, zero value otherwise.

func (*NwdafFunctionSingleAllOfAttributes) GetSBIFqdnOk ¶

func (o *NwdafFunctionSingleAllOfAttributes) GetSBIFqdnOk() (*string, bool)

GetSBIFqdnOk returns a tuple with the SBIFqdn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NwdafFunctionSingleAllOfAttributes) GetSnssaiList ¶

func (o *NwdafFunctionSingleAllOfAttributes) GetSnssaiList() []Snssai

GetSnssaiList returns the SnssaiList field value if set, zero value otherwise.

func (*NwdafFunctionSingleAllOfAttributes) GetSnssaiListOk ¶

func (o *NwdafFunctionSingleAllOfAttributes) GetSnssaiListOk() ([]Snssai, bool)

GetSnssaiListOk returns a tuple with the SnssaiList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NwdafFunctionSingleAllOfAttributes) HasAdministrativeState ¶

func (o *NwdafFunctionSingleAllOfAttributes) HasAdministrativeState() bool

HasAdministrativeState returns a boolean if a field has been set.

func (*NwdafFunctionSingleAllOfAttributes) HasCommModelList ¶

func (o *NwdafFunctionSingleAllOfAttributes) HasCommModelList() bool

HasCommModelList returns a boolean if a field has been set.

func (*NwdafFunctionSingleAllOfAttributes) HasManagedNFProfile ¶

func (o *NwdafFunctionSingleAllOfAttributes) HasManagedNFProfile() bool

HasManagedNFProfile returns a boolean if a field has been set.

func (*NwdafFunctionSingleAllOfAttributes) HasNetworkSliceInfoList ¶

func (o *NwdafFunctionSingleAllOfAttributes) HasNetworkSliceInfoList() bool

HasNetworkSliceInfoList returns a boolean if a field has been set.

func (*NwdafFunctionSingleAllOfAttributes) HasNwdafInfo ¶

func (o *NwdafFunctionSingleAllOfAttributes) HasNwdafInfo() bool

HasNwdafInfo returns a boolean if a field has been set.

func (*NwdafFunctionSingleAllOfAttributes) HasPlmnIdList ¶

func (o *NwdafFunctionSingleAllOfAttributes) HasPlmnIdList() bool

HasPlmnIdList returns a boolean if a field has been set.

func (*NwdafFunctionSingleAllOfAttributes) HasSBIFqdn ¶

func (o *NwdafFunctionSingleAllOfAttributes) HasSBIFqdn() bool

HasSBIFqdn returns a boolean if a field has been set.

func (*NwdafFunctionSingleAllOfAttributes) HasSnssaiList ¶

func (o *NwdafFunctionSingleAllOfAttributes) HasSnssaiList() bool

HasSnssaiList returns a boolean if a field has been set.

func (NwdafFunctionSingleAllOfAttributes) MarshalJSON ¶

func (o NwdafFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*NwdafFunctionSingleAllOfAttributes) SetAdministrativeState ¶

func (o *NwdafFunctionSingleAllOfAttributes) SetAdministrativeState(v AdministrativeState)

SetAdministrativeState gets a reference to the given AdministrativeState and assigns it to the AdministrativeState field.

func (*NwdafFunctionSingleAllOfAttributes) SetCommModelList ¶

func (o *NwdafFunctionSingleAllOfAttributes) SetCommModelList(v []CommModel)

SetCommModelList gets a reference to the given []CommModel and assigns it to the CommModelList field.

func (*NwdafFunctionSingleAllOfAttributes) SetManagedNFProfile ¶

func (o *NwdafFunctionSingleAllOfAttributes) SetManagedNFProfile(v ManagedNFProfile)

SetManagedNFProfile gets a reference to the given ManagedNFProfile and assigns it to the ManagedNFProfile field.

func (*NwdafFunctionSingleAllOfAttributes) SetNetworkSliceInfoList ¶

func (o *NwdafFunctionSingleAllOfAttributes) SetNetworkSliceInfoList(v []NetworkSliceInfo)

SetNetworkSliceInfoList gets a reference to the given []NetworkSliceInfo and assigns it to the NetworkSliceInfoList field.

func (*NwdafFunctionSingleAllOfAttributes) SetNwdafInfo ¶

func (o *NwdafFunctionSingleAllOfAttributes) SetNwdafInfo(v NwdafInfo)

SetNwdafInfo gets a reference to the given NwdafInfo and assigns it to the NwdafInfo field.

func (*NwdafFunctionSingleAllOfAttributes) SetPlmnIdList ¶

func (o *NwdafFunctionSingleAllOfAttributes) SetPlmnIdList(v []PlmnId)

SetPlmnIdList gets a reference to the given []PlmnId and assigns it to the PlmnIdList field.

func (*NwdafFunctionSingleAllOfAttributes) SetSBIFqdn ¶

func (o *NwdafFunctionSingleAllOfAttributes) SetSBIFqdn(v string)

SetSBIFqdn gets a reference to the given string and assigns it to the SBIFqdn field.

func (*NwdafFunctionSingleAllOfAttributes) SetSnssaiList ¶

func (o *NwdafFunctionSingleAllOfAttributes) SetSnssaiList(v []Snssai)

SetSnssaiList gets a reference to the given []Snssai and assigns it to the SnssaiList field.

func (NwdafFunctionSingleAllOfAttributes) ToMap ¶

func (o NwdafFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type NwdafFunctionSingleAllOfAttributesAllOf ¶

type NwdafFunctionSingleAllOfAttributesAllOf struct {
	PlmnIdList           []PlmnId             `json:"plmnIdList,omitempty"`
	SBIFqdn              *string              `json:"sBIFqdn,omitempty"`
	SnssaiList           []Snssai             `json:"snssaiList,omitempty"`
	ManagedNFProfile     *ManagedNFProfile    `json:"managedNFProfile,omitempty"`
	CommModelList        []CommModel          `json:"commModelList,omitempty"`
	NetworkSliceInfoList []NetworkSliceInfo   `json:"networkSliceInfoList,omitempty"`
	AdministrativeState  *AdministrativeState `json:"administrativeState,omitempty"`
	NwdafInfo            *NwdafInfo           `json:"nwdafInfo,omitempty"`
}

NwdafFunctionSingleAllOfAttributesAllOf struct for NwdafFunctionSingleAllOfAttributesAllOf

func NewNwdafFunctionSingleAllOfAttributesAllOf ¶

func NewNwdafFunctionSingleAllOfAttributesAllOf() *NwdafFunctionSingleAllOfAttributesAllOf

NewNwdafFunctionSingleAllOfAttributesAllOf instantiates a new NwdafFunctionSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNwdafFunctionSingleAllOfAttributesAllOfWithDefaults ¶

func NewNwdafFunctionSingleAllOfAttributesAllOfWithDefaults() *NwdafFunctionSingleAllOfAttributesAllOf

NewNwdafFunctionSingleAllOfAttributesAllOfWithDefaults instantiates a new NwdafFunctionSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NwdafFunctionSingleAllOfAttributesAllOf) GetAdministrativeState ¶

GetAdministrativeState returns the AdministrativeState field value if set, zero value otherwise.

func (*NwdafFunctionSingleAllOfAttributesAllOf) GetAdministrativeStateOk ¶

func (o *NwdafFunctionSingleAllOfAttributesAllOf) 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 (*NwdafFunctionSingleAllOfAttributesAllOf) GetCommModelList ¶

func (o *NwdafFunctionSingleAllOfAttributesAllOf) GetCommModelList() []CommModel

GetCommModelList returns the CommModelList field value if set, zero value otherwise.

func (*NwdafFunctionSingleAllOfAttributesAllOf) GetCommModelListOk ¶

func (o *NwdafFunctionSingleAllOfAttributesAllOf) GetCommModelListOk() ([]CommModel, bool)

GetCommModelListOk returns a tuple with the CommModelList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NwdafFunctionSingleAllOfAttributesAllOf) GetManagedNFProfile ¶

GetManagedNFProfile returns the ManagedNFProfile field value if set, zero value otherwise.

func (*NwdafFunctionSingleAllOfAttributesAllOf) GetManagedNFProfileOk ¶

func (o *NwdafFunctionSingleAllOfAttributesAllOf) GetManagedNFProfileOk() (*ManagedNFProfile, bool)

GetManagedNFProfileOk returns a tuple with the ManagedNFProfile field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NwdafFunctionSingleAllOfAttributesAllOf) GetNetworkSliceInfoList ¶

func (o *NwdafFunctionSingleAllOfAttributesAllOf) GetNetworkSliceInfoList() []NetworkSliceInfo

GetNetworkSliceInfoList returns the NetworkSliceInfoList field value if set, zero value otherwise.

func (*NwdafFunctionSingleAllOfAttributesAllOf) GetNetworkSliceInfoListOk ¶

func (o *NwdafFunctionSingleAllOfAttributesAllOf) GetNetworkSliceInfoListOk() ([]NetworkSliceInfo, bool)

GetNetworkSliceInfoListOk returns a tuple with the NetworkSliceInfoList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NwdafFunctionSingleAllOfAttributesAllOf) GetNwdafInfo ¶

GetNwdafInfo returns the NwdafInfo field value if set, zero value otherwise.

func (*NwdafFunctionSingleAllOfAttributesAllOf) GetNwdafInfoOk ¶

func (o *NwdafFunctionSingleAllOfAttributesAllOf) GetNwdafInfoOk() (*NwdafInfo, bool)

GetNwdafInfoOk returns a tuple with the NwdafInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NwdafFunctionSingleAllOfAttributesAllOf) GetPlmnIdList ¶

func (o *NwdafFunctionSingleAllOfAttributesAllOf) GetPlmnIdList() []PlmnId

GetPlmnIdList returns the PlmnIdList field value if set, zero value otherwise.

func (*NwdafFunctionSingleAllOfAttributesAllOf) GetPlmnIdListOk ¶

func (o *NwdafFunctionSingleAllOfAttributesAllOf) GetPlmnIdListOk() ([]PlmnId, bool)

GetPlmnIdListOk returns a tuple with the PlmnIdList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NwdafFunctionSingleAllOfAttributesAllOf) GetSBIFqdn ¶

GetSBIFqdn returns the SBIFqdn field value if set, zero value otherwise.

func (*NwdafFunctionSingleAllOfAttributesAllOf) GetSBIFqdnOk ¶

func (o *NwdafFunctionSingleAllOfAttributesAllOf) GetSBIFqdnOk() (*string, bool)

GetSBIFqdnOk returns a tuple with the SBIFqdn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NwdafFunctionSingleAllOfAttributesAllOf) GetSnssaiList ¶

func (o *NwdafFunctionSingleAllOfAttributesAllOf) GetSnssaiList() []Snssai

GetSnssaiList returns the SnssaiList field value if set, zero value otherwise.

func (*NwdafFunctionSingleAllOfAttributesAllOf) GetSnssaiListOk ¶

func (o *NwdafFunctionSingleAllOfAttributesAllOf) GetSnssaiListOk() ([]Snssai, bool)

GetSnssaiListOk returns a tuple with the SnssaiList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NwdafFunctionSingleAllOfAttributesAllOf) HasAdministrativeState ¶

func (o *NwdafFunctionSingleAllOfAttributesAllOf) HasAdministrativeState() bool

HasAdministrativeState returns a boolean if a field has been set.

func (*NwdafFunctionSingleAllOfAttributesAllOf) HasCommModelList ¶

func (o *NwdafFunctionSingleAllOfAttributesAllOf) HasCommModelList() bool

HasCommModelList returns a boolean if a field has been set.

func (*NwdafFunctionSingleAllOfAttributesAllOf) HasManagedNFProfile ¶

func (o *NwdafFunctionSingleAllOfAttributesAllOf) HasManagedNFProfile() bool

HasManagedNFProfile returns a boolean if a field has been set.

func (*NwdafFunctionSingleAllOfAttributesAllOf) HasNetworkSliceInfoList ¶

func (o *NwdafFunctionSingleAllOfAttributesAllOf) HasNetworkSliceInfoList() bool

HasNetworkSliceInfoList returns a boolean if a field has been set.

func (*NwdafFunctionSingleAllOfAttributesAllOf) HasNwdafInfo ¶

HasNwdafInfo returns a boolean if a field has been set.

func (*NwdafFunctionSingleAllOfAttributesAllOf) HasPlmnIdList ¶

func (o *NwdafFunctionSingleAllOfAttributesAllOf) HasPlmnIdList() bool

HasPlmnIdList returns a boolean if a field has been set.

func (*NwdafFunctionSingleAllOfAttributesAllOf) HasSBIFqdn ¶

HasSBIFqdn returns a boolean if a field has been set.

func (*NwdafFunctionSingleAllOfAttributesAllOf) HasSnssaiList ¶

func (o *NwdafFunctionSingleAllOfAttributesAllOf) HasSnssaiList() bool

HasSnssaiList returns a boolean if a field has been set.

func (NwdafFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (o NwdafFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)

func (*NwdafFunctionSingleAllOfAttributesAllOf) SetAdministrativeState ¶

func (o *NwdafFunctionSingleAllOfAttributesAllOf) SetAdministrativeState(v AdministrativeState)

SetAdministrativeState gets a reference to the given AdministrativeState and assigns it to the AdministrativeState field.

func (*NwdafFunctionSingleAllOfAttributesAllOf) SetCommModelList ¶

func (o *NwdafFunctionSingleAllOfAttributesAllOf) SetCommModelList(v []CommModel)

SetCommModelList gets a reference to the given []CommModel and assigns it to the CommModelList field.

func (*NwdafFunctionSingleAllOfAttributesAllOf) SetManagedNFProfile ¶

SetManagedNFProfile gets a reference to the given ManagedNFProfile and assigns it to the ManagedNFProfile field.

func (*NwdafFunctionSingleAllOfAttributesAllOf) SetNetworkSliceInfoList ¶

func (o *NwdafFunctionSingleAllOfAttributesAllOf) SetNetworkSliceInfoList(v []NetworkSliceInfo)

SetNetworkSliceInfoList gets a reference to the given []NetworkSliceInfo and assigns it to the NetworkSliceInfoList field.

func (*NwdafFunctionSingleAllOfAttributesAllOf) SetNwdafInfo ¶

SetNwdafInfo gets a reference to the given NwdafInfo and assigns it to the NwdafInfo field.

func (*NwdafFunctionSingleAllOfAttributesAllOf) SetPlmnIdList ¶

func (o *NwdafFunctionSingleAllOfAttributesAllOf) SetPlmnIdList(v []PlmnId)

SetPlmnIdList gets a reference to the given []PlmnId and assigns it to the PlmnIdList field.

func (*NwdafFunctionSingleAllOfAttributesAllOf) SetSBIFqdn ¶

SetSBIFqdn gets a reference to the given string and assigns it to the SBIFqdn field.

func (*NwdafFunctionSingleAllOfAttributesAllOf) SetSnssaiList ¶

func (o *NwdafFunctionSingleAllOfAttributesAllOf) SetSnssaiList(v []Snssai)

SetSnssaiList gets a reference to the given []Snssai and assigns it to the SnssaiList field.

func (NwdafFunctionSingleAllOfAttributesAllOf) ToMap ¶

func (o NwdafFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)

type NwdafInfo ¶

type NwdafInfo struct {
	EventIds    []EventId    `json:"eventIds,omitempty"`
	NwdafEvents []NwdafEvent `json:"nwdafEvents,omitempty"`
}

NwdafInfo Information of a NWDAF NF Instance

func NewNwdafInfo ¶

func NewNwdafInfo() *NwdafInfo

NewNwdafInfo instantiates a new NwdafInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNwdafInfoWithDefaults ¶

func NewNwdafInfoWithDefaults() *NwdafInfo

NewNwdafInfoWithDefaults instantiates a new NwdafInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NwdafInfo) GetEventIds ¶

func (o *NwdafInfo) GetEventIds() []EventId

GetEventIds returns the EventIds field value if set, zero value otherwise.

func (*NwdafInfo) GetEventIdsOk ¶

func (o *NwdafInfo) GetEventIdsOk() ([]EventId, bool)

GetEventIdsOk returns a tuple with the EventIds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NwdafInfo) GetNwdafEvents ¶

func (o *NwdafInfo) GetNwdafEvents() []NwdafEvent

GetNwdafEvents returns the NwdafEvents field value if set, zero value otherwise.

func (*NwdafInfo) GetNwdafEventsOk ¶

func (o *NwdafInfo) GetNwdafEventsOk() ([]NwdafEvent, bool)

GetNwdafEventsOk returns a tuple with the NwdafEvents field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NwdafInfo) HasEventIds ¶

func (o *NwdafInfo) HasEventIds() bool

HasEventIds returns a boolean if a field has been set.

func (*NwdafInfo) HasNwdafEvents ¶

func (o *NwdafInfo) HasNwdafEvents() bool

HasNwdafEvents returns a boolean if a field has been set.

func (NwdafInfo) MarshalJSON ¶

func (o NwdafInfo) MarshalJSON() ([]byte, error)

func (*NwdafInfo) SetEventIds ¶

func (o *NwdafInfo) SetEventIds(v []EventId)

SetEventIds gets a reference to the given []EventId and assigns it to the EventIds field.

func (*NwdafInfo) SetNwdafEvents ¶

func (o *NwdafInfo) SetNwdafEvents(v []NwdafEvent)

SetNwdafEvents gets a reference to the given []NwdafEvent and assigns it to the NwdafEvents field.

func (NwdafInfo) ToMap ¶

func (o NwdafInfo) ToMap() (map[string]interface{}, error)

type ObjectContext ¶

type ObjectContext struct {
	ContextAttribute  *string    `json:"contextAttribute,omitempty"`
	ContextCondition  *Condition `json:"contextCondition,omitempty"`
	ContextValueRange []float32  `json:"contextValueRange,omitempty"`
}

ObjectContext This data type is the \"ObjectContext\" data type without specialisations

func NewObjectContext ¶

func NewObjectContext() *ObjectContext

NewObjectContext instantiates a new ObjectContext object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewObjectContextWithDefaults ¶

func NewObjectContextWithDefaults() *ObjectContext

NewObjectContextWithDefaults instantiates a new ObjectContext object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ObjectContext) GetContextAttribute ¶

func (o *ObjectContext) GetContextAttribute() string

GetContextAttribute returns the ContextAttribute field value if set, zero value otherwise.

func (*ObjectContext) GetContextAttributeOk ¶

func (o *ObjectContext) GetContextAttributeOk() (*string, bool)

GetContextAttributeOk returns a tuple with the ContextAttribute field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ObjectContext) GetContextCondition ¶

func (o *ObjectContext) GetContextCondition() Condition

GetContextCondition returns the ContextCondition field value if set, zero value otherwise.

func (*ObjectContext) GetContextConditionOk ¶

func (o *ObjectContext) GetContextConditionOk() (*Condition, bool)

GetContextConditionOk returns a tuple with the ContextCondition field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ObjectContext) GetContextValueRange ¶

func (o *ObjectContext) GetContextValueRange() []float32

GetContextValueRange returns the ContextValueRange field value if set, zero value otherwise.

func (*ObjectContext) GetContextValueRangeOk ¶

func (o *ObjectContext) GetContextValueRangeOk() ([]float32, bool)

GetContextValueRangeOk returns a tuple with the ContextValueRange field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ObjectContext) HasContextAttribute ¶

func (o *ObjectContext) HasContextAttribute() bool

HasContextAttribute returns a boolean if a field has been set.

func (*ObjectContext) HasContextCondition ¶

func (o *ObjectContext) HasContextCondition() bool

HasContextCondition returns a boolean if a field has been set.

func (*ObjectContext) HasContextValueRange ¶

func (o *ObjectContext) HasContextValueRange() bool

HasContextValueRange returns a boolean if a field has been set.

func (ObjectContext) MarshalJSON ¶

func (o ObjectContext) MarshalJSON() ([]byte, error)

func (*ObjectContext) SetContextAttribute ¶

func (o *ObjectContext) SetContextAttribute(v string)

SetContextAttribute gets a reference to the given string and assigns it to the ContextAttribute field.

func (*ObjectContext) SetContextCondition ¶

func (o *ObjectContext) SetContextCondition(v Condition)

SetContextCondition gets a reference to the given Condition and assigns it to the ContextCondition field.

func (*ObjectContext) SetContextValueRange ¶

func (o *ObjectContext) SetContextValueRange(v []float32)

SetContextValueRange gets a reference to the given []float32 and assigns it to the ContextValueRange field.

func (ObjectContext) ToMap ¶

func (o ObjectContext) ToMap() (map[string]interface{}, error)

type Operation ¶

type Operation string

Operation the model 'Operation'

const (
	ADD     Operation = "add"
	REMOVE  Operation = "remove"
	REPLACE Operation = "replace"
)

List of Operation

func NewOperationFromValue ¶

func NewOperationFromValue(v string) (*Operation, error)

NewOperationFromValue returns a pointer to a valid Operation for the value passed as argument, or an error if the value passed is not allowed by the enum

func (Operation) IsValid ¶

func (v Operation) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (Operation) Ptr ¶

func (v Operation) Ptr() *Operation

Ptr returns reference to Operation value

func (*Operation) UnmarshalJSON ¶

func (v *Operation) UnmarshalJSON(src []byte) error

type Operation1 ¶

type Operation1 struct {
	Name               *string             `json:"name,omitempty"`
	AllowedNFTypes     *NFType             `json:"allowedNFTypes,omitempty"`
	OperationSemantics *OperationSemantics `json:"operationSemantics,omitempty"`
}

Operation1 struct for Operation1

func NewOperation1 ¶

func NewOperation1() *Operation1

NewOperation1 instantiates a new Operation1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewOperation1WithDefaults ¶

func NewOperation1WithDefaults() *Operation1

NewOperation1WithDefaults instantiates a new Operation1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Operation1) GetAllowedNFTypes ¶

func (o *Operation1) GetAllowedNFTypes() NFType

GetAllowedNFTypes returns the AllowedNFTypes field value if set, zero value otherwise.

func (*Operation1) GetAllowedNFTypesOk ¶

func (o *Operation1) GetAllowedNFTypesOk() (*NFType, bool)

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 (*Operation1) GetName ¶

func (o *Operation1) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*Operation1) GetNameOk ¶

func (o *Operation1) GetNameOk() (*string, bool)

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 (*Operation1) GetOperationSemantics ¶

func (o *Operation1) GetOperationSemantics() OperationSemantics

GetOperationSemantics returns the OperationSemantics field value if set, zero value otherwise.

func (*Operation1) GetOperationSemanticsOk ¶

func (o *Operation1) 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 (*Operation1) HasAllowedNFTypes ¶

func (o *Operation1) HasAllowedNFTypes() bool

HasAllowedNFTypes returns a boolean if a field has been set.

func (*Operation1) HasName ¶

func (o *Operation1) HasName() bool

HasName returns a boolean if a field has been set.

func (*Operation1) HasOperationSemantics ¶

func (o *Operation1) HasOperationSemantics() bool

HasOperationSemantics returns a boolean if a field has been set.

func (Operation1) MarshalJSON ¶

func (o Operation1) MarshalJSON() ([]byte, error)

func (*Operation1) SetAllowedNFTypes ¶

func (o *Operation1) SetAllowedNFTypes(v NFType)

SetAllowedNFTypes gets a reference to the given NFType and assigns it to the AllowedNFTypes field.

func (*Operation1) SetName ¶

func (o *Operation1) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*Operation1) SetOperationSemantics ¶

func (o *Operation1) SetOperationSemantics(v OperationSemantics)

SetOperationSemantics gets a reference to the given OperationSemantics and assigns it to the OperationSemantics field.

func (Operation1) ToMap ¶

func (o Operation1) ToMap() (map[string]interface{}, error)

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 ¶

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 ¶

Ptr returns reference to OperationalState value

func (*OperationalState) UnmarshalJSON ¶

func (v *OperationalState) UnmarshalJSON(src []byte) error

type OperatorDuSingle ¶

type OperatorDuSingle struct {
	Top
	GnbId       *string       `json:"gnbId,omitempty"`
	GnbIdLength *int32        `json:"gnbIdLength,omitempty"`
	EPF1C       *EPF1CSingle  `json:"EP_F1C,omitempty"`
	EPF1U       []EPF1USingle `json:"EP_F1U,omitempty"`
}

OperatorDuSingle struct for OperatorDuSingle

func NewOperatorDuSingle ¶

func NewOperatorDuSingle(id NullableString) *OperatorDuSingle

NewOperatorDuSingle instantiates a new OperatorDuSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewOperatorDuSingleWithDefaults ¶

func NewOperatorDuSingleWithDefaults() *OperatorDuSingle

NewOperatorDuSingleWithDefaults instantiates a new OperatorDuSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*OperatorDuSingle) GetEPF1C ¶

func (o *OperatorDuSingle) GetEPF1C() EPF1CSingle

GetEPF1C returns the EPF1C field value if set, zero value otherwise.

func (*OperatorDuSingle) GetEPF1COk ¶

func (o *OperatorDuSingle) GetEPF1COk() (*EPF1CSingle, bool)

GetEPF1COk returns a tuple with the EPF1C field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OperatorDuSingle) GetEPF1U ¶

func (o *OperatorDuSingle) GetEPF1U() []EPF1USingle

GetEPF1U returns the EPF1U field value if set, zero value otherwise.

func (*OperatorDuSingle) GetEPF1UOk ¶

func (o *OperatorDuSingle) GetEPF1UOk() ([]EPF1USingle, bool)

GetEPF1UOk returns a tuple with the EPF1U field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OperatorDuSingle) GetGnbId ¶

func (o *OperatorDuSingle) GetGnbId() string

GetGnbId returns the GnbId field value if set, zero value otherwise.

func (*OperatorDuSingle) GetGnbIdLength ¶

func (o *OperatorDuSingle) GetGnbIdLength() int32

GetGnbIdLength returns the GnbIdLength field value if set, zero value otherwise.

func (*OperatorDuSingle) GetGnbIdLengthOk ¶

func (o *OperatorDuSingle) GetGnbIdLengthOk() (*int32, bool)

GetGnbIdLengthOk returns a tuple with the GnbIdLength field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OperatorDuSingle) GetGnbIdOk ¶

func (o *OperatorDuSingle) GetGnbIdOk() (*string, bool)

GetGnbIdOk returns a tuple with the GnbId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OperatorDuSingle) HasEPF1C ¶

func (o *OperatorDuSingle) HasEPF1C() bool

HasEPF1C returns a boolean if a field has been set.

func (*OperatorDuSingle) HasEPF1U ¶

func (o *OperatorDuSingle) HasEPF1U() bool

HasEPF1U returns a boolean if a field has been set.

func (*OperatorDuSingle) HasGnbId ¶

func (o *OperatorDuSingle) HasGnbId() bool

HasGnbId returns a boolean if a field has been set.

func (*OperatorDuSingle) HasGnbIdLength ¶

func (o *OperatorDuSingle) HasGnbIdLength() bool

HasGnbIdLength returns a boolean if a field has been set.

func (OperatorDuSingle) MarshalJSON ¶

func (o OperatorDuSingle) MarshalJSON() ([]byte, error)

func (*OperatorDuSingle) SetEPF1C ¶

func (o *OperatorDuSingle) SetEPF1C(v EPF1CSingle)

SetEPF1C gets a reference to the given EPF1CSingle and assigns it to the EPF1C field.

func (*OperatorDuSingle) SetEPF1U ¶

func (o *OperatorDuSingle) SetEPF1U(v []EPF1USingle)

SetEPF1U gets a reference to the given []EPF1USingle and assigns it to the EPF1U field.

func (*OperatorDuSingle) SetGnbId ¶

func (o *OperatorDuSingle) SetGnbId(v string)

SetGnbId gets a reference to the given string and assigns it to the GnbId field.

func (*OperatorDuSingle) SetGnbIdLength ¶

func (o *OperatorDuSingle) SetGnbIdLength(v int32)

SetGnbIdLength gets a reference to the given int32 and assigns it to the GnbIdLength field.

func (OperatorDuSingle) ToMap ¶

func (o OperatorDuSingle) ToMap() (map[string]interface{}, error)

type OperatorDuSingleAllOf ¶

type OperatorDuSingleAllOf struct {
	GnbId       *string `json:"gnbId,omitempty"`
	GnbIdLength *int32  `json:"gnbIdLength,omitempty"`
}

OperatorDuSingleAllOf struct for OperatorDuSingleAllOf

func NewOperatorDuSingleAllOf ¶

func NewOperatorDuSingleAllOf() *OperatorDuSingleAllOf

NewOperatorDuSingleAllOf instantiates a new OperatorDuSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewOperatorDuSingleAllOfWithDefaults ¶

func NewOperatorDuSingleAllOfWithDefaults() *OperatorDuSingleAllOf

NewOperatorDuSingleAllOfWithDefaults instantiates a new OperatorDuSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*OperatorDuSingleAllOf) GetGnbId ¶

func (o *OperatorDuSingleAllOf) GetGnbId() string

GetGnbId returns the GnbId field value if set, zero value otherwise.

func (*OperatorDuSingleAllOf) GetGnbIdLength ¶

func (o *OperatorDuSingleAllOf) GetGnbIdLength() int32

GetGnbIdLength returns the GnbIdLength field value if set, zero value otherwise.

func (*OperatorDuSingleAllOf) GetGnbIdLengthOk ¶

func (o *OperatorDuSingleAllOf) GetGnbIdLengthOk() (*int32, bool)

GetGnbIdLengthOk returns a tuple with the GnbIdLength field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OperatorDuSingleAllOf) GetGnbIdOk ¶

func (o *OperatorDuSingleAllOf) GetGnbIdOk() (*string, bool)

GetGnbIdOk returns a tuple with the GnbId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OperatorDuSingleAllOf) HasGnbId ¶

func (o *OperatorDuSingleAllOf) HasGnbId() bool

HasGnbId returns a boolean if a field has been set.

func (*OperatorDuSingleAllOf) HasGnbIdLength ¶

func (o *OperatorDuSingleAllOf) HasGnbIdLength() bool

HasGnbIdLength returns a boolean if a field has been set.

func (OperatorDuSingleAllOf) MarshalJSON ¶

func (o OperatorDuSingleAllOf) MarshalJSON() ([]byte, error)

func (*OperatorDuSingleAllOf) SetGnbId ¶

func (o *OperatorDuSingleAllOf) SetGnbId(v string)

SetGnbId gets a reference to the given string and assigns it to the GnbId field.

func (*OperatorDuSingleAllOf) SetGnbIdLength ¶

func (o *OperatorDuSingleAllOf) SetGnbIdLength(v int32)

SetGnbIdLength gets a reference to the given int32 and assigns it to the GnbIdLength field.

func (OperatorDuSingleAllOf) ToMap ¶

func (o OperatorDuSingleAllOf) ToMap() (map[string]interface{}, error)

type OperatorDuSingleAllOf1 ¶

type OperatorDuSingleAllOf1 struct {
	EPF1C *EPF1CSingle  `json:"EP_F1C,omitempty"`
	EPF1U []EPF1USingle `json:"EP_F1U,omitempty"`
}

OperatorDuSingleAllOf1 struct for OperatorDuSingleAllOf1

func NewOperatorDuSingleAllOf1 ¶

func NewOperatorDuSingleAllOf1() *OperatorDuSingleAllOf1

NewOperatorDuSingleAllOf1 instantiates a new OperatorDuSingleAllOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewOperatorDuSingleAllOf1WithDefaults ¶

func NewOperatorDuSingleAllOf1WithDefaults() *OperatorDuSingleAllOf1

NewOperatorDuSingleAllOf1WithDefaults instantiates a new OperatorDuSingleAllOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*OperatorDuSingleAllOf1) GetEPF1C ¶

func (o *OperatorDuSingleAllOf1) GetEPF1C() EPF1CSingle

GetEPF1C returns the EPF1C field value if set, zero value otherwise.

func (*OperatorDuSingleAllOf1) GetEPF1COk ¶

func (o *OperatorDuSingleAllOf1) GetEPF1COk() (*EPF1CSingle, bool)

GetEPF1COk returns a tuple with the EPF1C field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OperatorDuSingleAllOf1) GetEPF1U ¶

func (o *OperatorDuSingleAllOf1) GetEPF1U() []EPF1USingle

GetEPF1U returns the EPF1U field value if set, zero value otherwise.

func (*OperatorDuSingleAllOf1) GetEPF1UOk ¶

func (o *OperatorDuSingleAllOf1) GetEPF1UOk() ([]EPF1USingle, bool)

GetEPF1UOk returns a tuple with the EPF1U field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OperatorDuSingleAllOf1) HasEPF1C ¶

func (o *OperatorDuSingleAllOf1) HasEPF1C() bool

HasEPF1C returns a boolean if a field has been set.

func (*OperatorDuSingleAllOf1) HasEPF1U ¶

func (o *OperatorDuSingleAllOf1) HasEPF1U() bool

HasEPF1U returns a boolean if a field has been set.

func (OperatorDuSingleAllOf1) MarshalJSON ¶

func (o OperatorDuSingleAllOf1) MarshalJSON() ([]byte, error)

func (*OperatorDuSingleAllOf1) SetEPF1C ¶

func (o *OperatorDuSingleAllOf1) SetEPF1C(v EPF1CSingle)

SetEPF1C gets a reference to the given EPF1CSingle and assigns it to the EPF1C field.

func (*OperatorDuSingleAllOf1) SetEPF1U ¶

func (o *OperatorDuSingleAllOf1) SetEPF1U(v []EPF1USingle)

SetEPF1U gets a reference to the given []EPF1USingle and assigns it to the EPF1U field.

func (OperatorDuSingleAllOf1) ToMap ¶

func (o OperatorDuSingleAllOf1) ToMap() (map[string]interface{}, error)

type PLMNContext ¶

type PLMNContext struct {
	ContextAttribute  *string  `json:"contextAttribute,omitempty"`
	ContextCondition  *string  `json:"contextCondition,omitempty"`
	ContextValueRange []PlmnId `json:"contextValueRange,omitempty"`
}

PLMNContext This data type is the \"ObjectContext\" data type with specialisations for PLMNContext

func NewPLMNContext ¶

func NewPLMNContext() *PLMNContext

NewPLMNContext instantiates a new PLMNContext object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPLMNContextWithDefaults ¶

func NewPLMNContextWithDefaults() *PLMNContext

NewPLMNContextWithDefaults instantiates a new PLMNContext object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PLMNContext) GetContextAttribute ¶

func (o *PLMNContext) GetContextAttribute() string

GetContextAttribute returns the ContextAttribute field value if set, zero value otherwise.

func (*PLMNContext) GetContextAttributeOk ¶

func (o *PLMNContext) GetContextAttributeOk() (*string, bool)

GetContextAttributeOk returns a tuple with the ContextAttribute field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PLMNContext) GetContextCondition ¶

func (o *PLMNContext) GetContextCondition() string

GetContextCondition returns the ContextCondition field value if set, zero value otherwise.

func (*PLMNContext) GetContextConditionOk ¶

func (o *PLMNContext) GetContextConditionOk() (*string, bool)

GetContextConditionOk returns a tuple with the ContextCondition field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PLMNContext) GetContextValueRange ¶

func (o *PLMNContext) GetContextValueRange() []PlmnId

GetContextValueRange returns the ContextValueRange field value if set, zero value otherwise.

func (*PLMNContext) GetContextValueRangeOk ¶

func (o *PLMNContext) GetContextValueRangeOk() ([]PlmnId, bool)

GetContextValueRangeOk returns a tuple with the ContextValueRange field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PLMNContext) HasContextAttribute ¶

func (o *PLMNContext) HasContextAttribute() bool

HasContextAttribute returns a boolean if a field has been set.

func (*PLMNContext) HasContextCondition ¶

func (o *PLMNContext) HasContextCondition() bool

HasContextCondition returns a boolean if a field has been set.

func (*PLMNContext) HasContextValueRange ¶

func (o *PLMNContext) HasContextValueRange() bool

HasContextValueRange returns a boolean if a field has been set.

func (PLMNContext) MarshalJSON ¶

func (o PLMNContext) MarshalJSON() ([]byte, error)

func (*PLMNContext) SetContextAttribute ¶

func (o *PLMNContext) SetContextAttribute(v string)

SetContextAttribute gets a reference to the given string and assigns it to the ContextAttribute field.

func (*PLMNContext) SetContextCondition ¶

func (o *PLMNContext) SetContextCondition(v string)

SetContextCondition gets a reference to the given string and assigns it to the ContextCondition field.

func (*PLMNContext) SetContextValueRange ¶

func (o *PLMNContext) SetContextValueRange(v []PlmnId)

SetContextValueRange gets a reference to the given []PlmnId and assigns it to the ContextValueRange field.

func (PLMNContext) ToMap ¶

func (o PLMNContext) ToMap() (map[string]interface{}, error)

type PacketErrorRate ¶

type PacketErrorRate struct {
	Scalar   *int32 `json:"scalar,omitempty"`
	Exponent *int32 `json:"exponent,omitempty"`
}

PacketErrorRate struct for PacketErrorRate

func NewPacketErrorRate ¶

func NewPacketErrorRate() *PacketErrorRate

NewPacketErrorRate instantiates a new PacketErrorRate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPacketErrorRateWithDefaults ¶

func NewPacketErrorRateWithDefaults() *PacketErrorRate

NewPacketErrorRateWithDefaults instantiates a new PacketErrorRate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PacketErrorRate) GetExponent ¶

func (o *PacketErrorRate) GetExponent() int32

GetExponent returns the Exponent field value if set, zero value otherwise.

func (*PacketErrorRate) GetExponentOk ¶

func (o *PacketErrorRate) GetExponentOk() (*int32, bool)

GetExponentOk returns a tuple with the Exponent field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PacketErrorRate) GetScalar ¶

func (o *PacketErrorRate) GetScalar() int32

GetScalar returns the Scalar field value if set, zero value otherwise.

func (*PacketErrorRate) GetScalarOk ¶

func (o *PacketErrorRate) GetScalarOk() (*int32, bool)

GetScalarOk returns a tuple with the Scalar field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PacketErrorRate) HasExponent ¶

func (o *PacketErrorRate) HasExponent() bool

HasExponent returns a boolean if a field has been set.

func (*PacketErrorRate) HasScalar ¶

func (o *PacketErrorRate) HasScalar() bool

HasScalar returns a boolean if a field has been set.

func (PacketErrorRate) MarshalJSON ¶

func (o PacketErrorRate) MarshalJSON() ([]byte, error)

func (*PacketErrorRate) SetExponent ¶

func (o *PacketErrorRate) SetExponent(v int32)

SetExponent gets a reference to the given int32 and assigns it to the Exponent field.

func (*PacketErrorRate) SetScalar ¶

func (o *PacketErrorRate) SetScalar(v int32)

SetScalar gets a reference to the given int32 and assigns it to the Scalar field.

func (PacketErrorRate) ToMap ¶

func (o PacketErrorRate) ToMap() (map[string]interface{}, error)

type ParameterRange ¶

type ParameterRange struct {
	MaxValue *int32 `json:"maxValue,omitempty"`
	MinValue *int32 `json:"minValue,omitempty"`
}

ParameterRange struct for ParameterRange

func NewParameterRange ¶

func NewParameterRange() *ParameterRange

NewParameterRange instantiates a new ParameterRange object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewParameterRangeWithDefaults ¶

func NewParameterRangeWithDefaults() *ParameterRange

NewParameterRangeWithDefaults instantiates a new ParameterRange object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ParameterRange) GetMaxValue ¶

func (o *ParameterRange) GetMaxValue() int32

GetMaxValue returns the MaxValue field value if set, zero value otherwise.

func (*ParameterRange) GetMaxValueOk ¶

func (o *ParameterRange) GetMaxValueOk() (*int32, bool)

GetMaxValueOk returns a tuple with the MaxValue field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterRange) GetMinValue ¶

func (o *ParameterRange) GetMinValue() int32

GetMinValue returns the MinValue field value if set, zero value otherwise.

func (*ParameterRange) GetMinValueOk ¶

func (o *ParameterRange) GetMinValueOk() (*int32, bool)

GetMinValueOk returns a tuple with the MinValue field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterRange) HasMaxValue ¶

func (o *ParameterRange) HasMaxValue() bool

HasMaxValue returns a boolean if a field has been set.

func (*ParameterRange) HasMinValue ¶

func (o *ParameterRange) HasMinValue() bool

HasMinValue returns a boolean if a field has been set.

func (ParameterRange) MarshalJSON ¶

func (o ParameterRange) MarshalJSON() ([]byte, error)

func (*ParameterRange) SetMaxValue ¶

func (o *ParameterRange) SetMaxValue(v int32)

SetMaxValue gets a reference to the given int32 and assigns it to the MaxValue field.

func (*ParameterRange) SetMinValue ¶

func (o *ParameterRange) SetMinValue(v int32)

SetMinValue gets a reference to the given int32 and assigns it to the MinValue field.

func (ParameterRange) ToMap ¶

func (o ParameterRange) ToMap() (map[string]interface{}, error)

type PatchItem ¶

type PatchItem struct {
	Op    *PatchOperation `json:"op,omitempty"`
	From  *string         `json:"from,omitempty"`
	Path  *string         `json:"path,omitempty"`
	Value interface{}     `json:"value,omitempty"`
}

PatchItem struct for PatchItem

func NewPatchItem ¶

func NewPatchItem() *PatchItem

NewPatchItem instantiates a new PatchItem object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPatchItemWithDefaults ¶

func NewPatchItemWithDefaults() *PatchItem

NewPatchItemWithDefaults instantiates a new PatchItem object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PatchItem) GetFrom ¶

func (o *PatchItem) GetFrom() string

GetFrom returns the From field value if set, zero value otherwise.

func (*PatchItem) GetFromOk ¶

func (o *PatchItem) GetFromOk() (*string, bool)

GetFromOk returns a tuple with the From field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PatchItem) GetOp ¶

func (o *PatchItem) GetOp() PatchOperation

GetOp returns the Op field value if set, zero value otherwise.

func (*PatchItem) GetOpOk ¶

func (o *PatchItem) GetOpOk() (*PatchOperation, bool)

GetOpOk returns a tuple with the Op field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PatchItem) GetPath ¶

func (o *PatchItem) GetPath() string

GetPath returns the Path field value if set, zero value otherwise.

func (*PatchItem) GetPathOk ¶

func (o *PatchItem) GetPathOk() (*string, bool)

GetPathOk returns a tuple with the Path field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PatchItem) GetValue ¶

func (o *PatchItem) GetValue() interface{}

GetValue returns the Value field value if set, zero value otherwise (both if not set or set to explicit null).

func (*PatchItem) GetValueOk ¶

func (o *PatchItem) GetValueOk() (*interface{}, bool)

GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*PatchItem) HasFrom ¶

func (o *PatchItem) HasFrom() bool

HasFrom returns a boolean if a field has been set.

func (*PatchItem) HasOp ¶

func (o *PatchItem) HasOp() bool

HasOp returns a boolean if a field has been set.

func (*PatchItem) HasPath ¶

func (o *PatchItem) HasPath() bool

HasPath returns a boolean if a field has been set.

func (*PatchItem) HasValue ¶

func (o *PatchItem) HasValue() bool

HasValue returns a boolean if a field has been set.

func (PatchItem) MarshalJSON ¶

func (o PatchItem) MarshalJSON() ([]byte, error)

func (*PatchItem) SetFrom ¶

func (o *PatchItem) SetFrom(v string)

SetFrom gets a reference to the given string and assigns it to the From field.

func (*PatchItem) SetOp ¶

func (o *PatchItem) SetOp(v PatchOperation)

SetOp gets a reference to the given PatchOperation and assigns it to the Op field.

func (*PatchItem) SetPath ¶

func (o *PatchItem) SetPath(v string)

SetPath gets a reference to the given string and assigns it to the Path field.

func (*PatchItem) SetValue ¶

func (o *PatchItem) SetValue(v interface{})

SetValue gets a reference to the given interface{} and assigns it to the Value field.

func (PatchItem) ToMap ¶

func (o PatchItem) ToMap() (map[string]interface{}, error)

type PatchOperation ¶

type PatchOperation string

PatchOperation the model 'PatchOperation'

const (
	ADD     PatchOperation = "add"
	REPLACE PatchOperation = "replace"
	REMOVE  PatchOperation = "remove"
	COPY    PatchOperation = "copy"
	MOVE    PatchOperation = "move"
	TEST    PatchOperation = "test"
)

List of PatchOperation

func NewPatchOperationFromValue ¶

func NewPatchOperationFromValue(v string) (*PatchOperation, error)

NewPatchOperationFromValue returns a pointer to a valid PatchOperation for the value passed as argument, or an error if the value passed is not allowed by the enum

func (PatchOperation) IsValid ¶

func (v PatchOperation) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (PatchOperation) Ptr ¶

func (v PatchOperation) Ptr() *PatchOperation

Ptr returns reference to PatchOperation value

func (*PatchOperation) UnmarshalJSON ¶

func (v *PatchOperation) UnmarshalJSON(src []byte) error

type PccRule ¶

type PccRule struct {
	// Univocally identifies the PCC rule within a PDU session.
	PccRuleId     *string           `json:"pccRuleId,omitempty"`
	FlowInfoList  []FlowInformation `json:"flowInfoList,omitempty"`
	ApplicationId *string           `json:"applicationId,omitempty"`
	// string with format 'bytes' as defined in OpenAPI
	AppDescriptor *string `json:"appDescriptor,omitempty"`
	// Represents the content version of some content.
	ContentVersion *int32 `json:"contentVersion,omitempty"`
	// Unsigned Integer, i.e. only value 0 and integers above 0 are permissible.
	Precedence         *int32                      `json:"precedence,omitempty"`
	AfSigProtocol      *AfSigProtocol              `json:"afSigProtocol,omitempty"`
	IsAppRelocatable   *bool                       `json:"isAppRelocatable,omitempty"`
	IsUeAddrPreserved  *bool                       `json:"isUeAddrPreserved,omitempty"`
	QosData            [][]QosData                 `json:"qosData,omitempty"`
	AltQosParams       [][]QosData                 `json:"altQosParams,omitempty"`
	TrafficControlData [][]TrafficControlData      `json:"trafficControlData,omitempty"`
	ConditionData      NullableConditionData       `json:"conditionData,omitempty"`
	TscaiInputDl       NullableTscaiInputContainer `json:"tscaiInputDl,omitempty"`
	TscaiInputUl       NullableTscaiInputContainer `json:"tscaiInputUl,omitempty"`
}

PccRule struct for PccRule

func NewPccRule ¶

func NewPccRule() *PccRule

NewPccRule instantiates a new PccRule object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPccRuleWithDefaults ¶

func NewPccRuleWithDefaults() *PccRule

NewPccRuleWithDefaults instantiates a new PccRule object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PccRule) GetAfSigProtocol ¶

func (o *PccRule) GetAfSigProtocol() AfSigProtocol

GetAfSigProtocol returns the AfSigProtocol field value if set, zero value otherwise.

func (*PccRule) GetAfSigProtocolOk ¶

func (o *PccRule) GetAfSigProtocolOk() (*AfSigProtocol, bool)

GetAfSigProtocolOk returns a tuple with the AfSigProtocol field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PccRule) GetAltQosParams ¶

func (o *PccRule) GetAltQosParams() [][]QosData

GetAltQosParams returns the AltQosParams field value if set, zero value otherwise.

func (*PccRule) GetAltQosParamsOk ¶

func (o *PccRule) GetAltQosParamsOk() ([][]QosData, bool)

GetAltQosParamsOk returns a tuple with the AltQosParams field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PccRule) GetAppDescriptor ¶

func (o *PccRule) GetAppDescriptor() string

GetAppDescriptor returns the AppDescriptor field value if set, zero value otherwise.

func (*PccRule) GetAppDescriptorOk ¶

func (o *PccRule) GetAppDescriptorOk() (*string, bool)

GetAppDescriptorOk returns a tuple with the AppDescriptor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PccRule) GetApplicationId ¶

func (o *PccRule) GetApplicationId() string

GetApplicationId returns the ApplicationId field value if set, zero value otherwise.

func (*PccRule) GetApplicationIdOk ¶

func (o *PccRule) GetApplicationIdOk() (*string, bool)

GetApplicationIdOk returns a tuple with the ApplicationId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PccRule) GetConditionData ¶

func (o *PccRule) GetConditionData() ConditionData

GetConditionData returns the ConditionData field value if set, zero value otherwise (both if not set or set to explicit null).

func (*PccRule) GetConditionDataOk ¶

func (o *PccRule) GetConditionDataOk() (*ConditionData, bool)

GetConditionDataOk returns a tuple with the ConditionData field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*PccRule) GetContentVersion ¶

func (o *PccRule) GetContentVersion() int32

GetContentVersion returns the ContentVersion field value if set, zero value otherwise.

func (*PccRule) GetContentVersionOk ¶

func (o *PccRule) GetContentVersionOk() (*int32, bool)

GetContentVersionOk returns a tuple with the ContentVersion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PccRule) GetFlowInfoList ¶

func (o *PccRule) GetFlowInfoList() []FlowInformation

GetFlowInfoList returns the FlowInfoList field value if set, zero value otherwise.

func (*PccRule) GetFlowInfoListOk ¶

func (o *PccRule) GetFlowInfoListOk() ([]FlowInformation, bool)

GetFlowInfoListOk returns a tuple with the FlowInfoList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PccRule) GetIsAppRelocatable ¶

func (o *PccRule) GetIsAppRelocatable() bool

GetIsAppRelocatable returns the IsAppRelocatable field value if set, zero value otherwise.

func (*PccRule) GetIsAppRelocatableOk ¶

func (o *PccRule) GetIsAppRelocatableOk() (*bool, bool)

GetIsAppRelocatableOk returns a tuple with the IsAppRelocatable field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PccRule) GetIsUeAddrPreserved ¶

func (o *PccRule) GetIsUeAddrPreserved() bool

GetIsUeAddrPreserved returns the IsUeAddrPreserved field value if set, zero value otherwise.

func (*PccRule) GetIsUeAddrPreservedOk ¶

func (o *PccRule) GetIsUeAddrPreservedOk() (*bool, bool)

GetIsUeAddrPreservedOk returns a tuple with the IsUeAddrPreserved field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PccRule) GetPccRuleId ¶

func (o *PccRule) GetPccRuleId() string

GetPccRuleId returns the PccRuleId field value if set, zero value otherwise.

func (*PccRule) GetPccRuleIdOk ¶

func (o *PccRule) GetPccRuleIdOk() (*string, bool)

GetPccRuleIdOk returns a tuple with the PccRuleId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PccRule) GetPrecedence ¶

func (o *PccRule) GetPrecedence() int32

GetPrecedence returns the Precedence field value if set, zero value otherwise.

func (*PccRule) GetPrecedenceOk ¶

func (o *PccRule) GetPrecedenceOk() (*int32, bool)

GetPrecedenceOk returns a tuple with the Precedence field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PccRule) GetQosData ¶

func (o *PccRule) GetQosData() [][]QosData

GetQosData returns the QosData field value if set, zero value otherwise.

func (*PccRule) GetQosDataOk ¶

func (o *PccRule) GetQosDataOk() ([][]QosData, bool)

GetQosDataOk returns a tuple with the QosData field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PccRule) GetTrafficControlData ¶

func (o *PccRule) GetTrafficControlData() [][]TrafficControlData

GetTrafficControlData returns the TrafficControlData field value if set, zero value otherwise.

func (*PccRule) GetTrafficControlDataOk ¶

func (o *PccRule) GetTrafficControlDataOk() ([][]TrafficControlData, bool)

GetTrafficControlDataOk returns a tuple with the TrafficControlData field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PccRule) GetTscaiInputDl ¶

func (o *PccRule) GetTscaiInputDl() TscaiInputContainer

GetTscaiInputDl returns the TscaiInputDl field value if set, zero value otherwise (both if not set or set to explicit null).

func (*PccRule) GetTscaiInputDlOk ¶

func (o *PccRule) GetTscaiInputDlOk() (*TscaiInputContainer, bool)

GetTscaiInputDlOk returns a tuple with the TscaiInputDl field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*PccRule) GetTscaiInputUl ¶

func (o *PccRule) GetTscaiInputUl() TscaiInputContainer

GetTscaiInputUl returns the TscaiInputUl field value if set, zero value otherwise (both if not set or set to explicit null).

func (*PccRule) GetTscaiInputUlOk ¶

func (o *PccRule) GetTscaiInputUlOk() (*TscaiInputContainer, bool)

GetTscaiInputUlOk returns a tuple with the TscaiInputUl field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*PccRule) HasAfSigProtocol ¶

func (o *PccRule) HasAfSigProtocol() bool

HasAfSigProtocol returns a boolean if a field has been set.

func (*PccRule) HasAltQosParams ¶

func (o *PccRule) HasAltQosParams() bool

HasAltQosParams returns a boolean if a field has been set.

func (*PccRule) HasAppDescriptor ¶

func (o *PccRule) HasAppDescriptor() bool

HasAppDescriptor returns a boolean if a field has been set.

func (*PccRule) HasApplicationId ¶

func (o *PccRule) HasApplicationId() bool

HasApplicationId returns a boolean if a field has been set.

func (*PccRule) HasConditionData ¶

func (o *PccRule) HasConditionData() bool

HasConditionData returns a boolean if a field has been set.

func (*PccRule) HasContentVersion ¶

func (o *PccRule) HasContentVersion() bool

HasContentVersion returns a boolean if a field has been set.

func (*PccRule) HasFlowInfoList ¶

func (o *PccRule) HasFlowInfoList() bool

HasFlowInfoList returns a boolean if a field has been set.

func (*PccRule) HasIsAppRelocatable ¶

func (o *PccRule) HasIsAppRelocatable() bool

HasIsAppRelocatable returns a boolean if a field has been set.

func (*PccRule) HasIsUeAddrPreserved ¶

func (o *PccRule) HasIsUeAddrPreserved() bool

HasIsUeAddrPreserved returns a boolean if a field has been set.

func (*PccRule) HasPccRuleId ¶

func (o *PccRule) HasPccRuleId() bool

HasPccRuleId returns a boolean if a field has been set.

func (*PccRule) HasPrecedence ¶

func (o *PccRule) HasPrecedence() bool

HasPrecedence returns a boolean if a field has been set.

func (*PccRule) HasQosData ¶

func (o *PccRule) HasQosData() bool

HasQosData returns a boolean if a field has been set.

func (*PccRule) HasTrafficControlData ¶

func (o *PccRule) HasTrafficControlData() bool

HasTrafficControlData returns a boolean if a field has been set.

func (*PccRule) HasTscaiInputDl ¶

func (o *PccRule) HasTscaiInputDl() bool

HasTscaiInputDl returns a boolean if a field has been set.

func (*PccRule) HasTscaiInputUl ¶

func (o *PccRule) HasTscaiInputUl() bool

HasTscaiInputUl returns a boolean if a field has been set.

func (PccRule) MarshalJSON ¶

func (o PccRule) MarshalJSON() ([]byte, error)

func (*PccRule) SetAfSigProtocol ¶

func (o *PccRule) SetAfSigProtocol(v AfSigProtocol)

SetAfSigProtocol gets a reference to the given AfSigProtocol and assigns it to the AfSigProtocol field.

func (*PccRule) SetAltQosParams ¶

func (o *PccRule) SetAltQosParams(v [][]QosData)

SetAltQosParams gets a reference to the given [][]QosData and assigns it to the AltQosParams field.

func (*PccRule) SetAppDescriptor ¶

func (o *PccRule) SetAppDescriptor(v string)

SetAppDescriptor gets a reference to the given string and assigns it to the AppDescriptor field.

func (*PccRule) SetApplicationId ¶

func (o *PccRule) SetApplicationId(v string)

SetApplicationId gets a reference to the given string and assigns it to the ApplicationId field.

func (*PccRule) SetConditionData ¶

func (o *PccRule) SetConditionData(v ConditionData)

SetConditionData gets a reference to the given NullableConditionData and assigns it to the ConditionData field.

func (*PccRule) SetConditionDataNil ¶

func (o *PccRule) SetConditionDataNil()

SetConditionDataNil sets the value for ConditionData to be an explicit nil

func (*PccRule) SetContentVersion ¶

func (o *PccRule) SetContentVersion(v int32)

SetContentVersion gets a reference to the given int32 and assigns it to the ContentVersion field.

func (*PccRule) SetFlowInfoList ¶

func (o *PccRule) SetFlowInfoList(v []FlowInformation)

SetFlowInfoList gets a reference to the given []FlowInformation and assigns it to the FlowInfoList field.

func (*PccRule) SetIsAppRelocatable ¶

func (o *PccRule) SetIsAppRelocatable(v bool)

SetIsAppRelocatable gets a reference to the given bool and assigns it to the IsAppRelocatable field.

func (*PccRule) SetIsUeAddrPreserved ¶

func (o *PccRule) SetIsUeAddrPreserved(v bool)

SetIsUeAddrPreserved gets a reference to the given bool and assigns it to the IsUeAddrPreserved field.

func (*PccRule) SetPccRuleId ¶

func (o *PccRule) SetPccRuleId(v string)

SetPccRuleId gets a reference to the given string and assigns it to the PccRuleId field.

func (*PccRule) SetPrecedence ¶

func (o *PccRule) SetPrecedence(v int32)

SetPrecedence gets a reference to the given int32 and assigns it to the Precedence field.

func (*PccRule) SetQosData ¶

func (o *PccRule) SetQosData(v [][]QosData)

SetQosData gets a reference to the given [][]QosData and assigns it to the QosData field.

func (*PccRule) SetTrafficControlData ¶

func (o *PccRule) SetTrafficControlData(v [][]TrafficControlData)

SetTrafficControlData gets a reference to the given [][]TrafficControlData and assigns it to the TrafficControlData field.

func (*PccRule) SetTscaiInputDl ¶

func (o *PccRule) SetTscaiInputDl(v TscaiInputContainer)

SetTscaiInputDl gets a reference to the given NullableTscaiInputContainer and assigns it to the TscaiInputDl field.

func (*PccRule) SetTscaiInputDlNil ¶

func (o *PccRule) SetTscaiInputDlNil()

SetTscaiInputDlNil sets the value for TscaiInputDl to be an explicit nil

func (*PccRule) SetTscaiInputUl ¶

func (o *PccRule) SetTscaiInputUl(v TscaiInputContainer)

SetTscaiInputUl gets a reference to the given NullableTscaiInputContainer and assigns it to the TscaiInputUl field.

func (*PccRule) SetTscaiInputUlNil ¶

func (o *PccRule) SetTscaiInputUlNil()

SetTscaiInputUlNil sets the value for TscaiInputUl to be an explicit nil

func (PccRule) ToMap ¶

func (o PccRule) ToMap() (map[string]interface{}, error)

func (*PccRule) UnsetConditionData ¶

func (o *PccRule) UnsetConditionData()

UnsetConditionData ensures that no value is present for ConditionData, not even an explicit nil

func (*PccRule) UnsetTscaiInputDl ¶

func (o *PccRule) UnsetTscaiInputDl()

UnsetTscaiInputDl ensures that no value is present for TscaiInputDl, not even an explicit nil

func (*PccRule) UnsetTscaiInputUl ¶

func (o *PccRule) UnsetTscaiInputUl()

UnsetTscaiInputUl ensures that no value is present for TscaiInputUl, not even an explicit nil

type PcfFunctionSingle ¶

type PcfFunctionSingle struct {
	Top
	Attributes           *PcfFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
	PerfMetricJob        []PerfMetricJobSingle             `json:"PerfMetricJob,omitempty"`
	ThresholdMonitor     []ThresholdMonitorSingle          `json:"ThresholdMonitor,omitempty"`
	ManagedNFService     []ManagedNFServiceSingle          `json:"ManagedNFService,omitempty"`
	TraceJob             []TraceJobSingle                  `json:"TraceJob,omitempty"`
	EPN5                 []EPN5Single                      `json:"EP_N5,omitempty"`
	EPN7                 []EPN7Single                      `json:"EP_N7,omitempty"`
	EPN15                []EPN15Single                     `json:"EP_N15,omitempty"`
	EPN16                []EPN16Single                     `json:"EP_N16,omitempty"`
	EPRx                 []EPRxSingle                      `json:"EP_Rx,omitempty"`
	PredefinedPccRuleSet *PredefinedPccRuleSetSingle       `json:"PredefinedPccRuleSet,omitempty"`
}

PcfFunctionSingle struct for PcfFunctionSingle

func NewPcfFunctionSingle ¶

func NewPcfFunctionSingle(id NullableString) *PcfFunctionSingle

NewPcfFunctionSingle instantiates a new PcfFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPcfFunctionSingleWithDefaults ¶

func NewPcfFunctionSingleWithDefaults() *PcfFunctionSingle

NewPcfFunctionSingleWithDefaults instantiates a new PcfFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PcfFunctionSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*PcfFunctionSingle) GetAttributesOk ¶

func (o *PcfFunctionSingle) GetAttributesOk() (*PcfFunctionSingleAllOfAttributes, 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 (*PcfFunctionSingle) GetEPN15 ¶

func (o *PcfFunctionSingle) GetEPN15() []EPN15Single

GetEPN15 returns the EPN15 field value if set, zero value otherwise.

func (*PcfFunctionSingle) GetEPN15Ok ¶

func (o *PcfFunctionSingle) GetEPN15Ok() ([]EPN15Single, bool)

GetEPN15Ok returns a tuple with the EPN15 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PcfFunctionSingle) GetEPN16 ¶

func (o *PcfFunctionSingle) GetEPN16() []EPN16Single

GetEPN16 returns the EPN16 field value if set, zero value otherwise.

func (*PcfFunctionSingle) GetEPN16Ok ¶

func (o *PcfFunctionSingle) GetEPN16Ok() ([]EPN16Single, bool)

GetEPN16Ok returns a tuple with the EPN16 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PcfFunctionSingle) GetEPN5 ¶

func (o *PcfFunctionSingle) GetEPN5() []EPN5Single

GetEPN5 returns the EPN5 field value if set, zero value otherwise.

func (*PcfFunctionSingle) GetEPN5Ok ¶

func (o *PcfFunctionSingle) GetEPN5Ok() ([]EPN5Single, bool)

GetEPN5Ok returns a tuple with the EPN5 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PcfFunctionSingle) GetEPN7 ¶

func (o *PcfFunctionSingle) GetEPN7() []EPN7Single

GetEPN7 returns the EPN7 field value if set, zero value otherwise.

func (*PcfFunctionSingle) GetEPN7Ok ¶

func (o *PcfFunctionSingle) GetEPN7Ok() ([]EPN7Single, bool)

GetEPN7Ok returns a tuple with the EPN7 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PcfFunctionSingle) GetEPRx ¶

func (o *PcfFunctionSingle) GetEPRx() []EPRxSingle

GetEPRx returns the EPRx field value if set, zero value otherwise.

func (*PcfFunctionSingle) GetEPRxOk ¶

func (o *PcfFunctionSingle) GetEPRxOk() ([]EPRxSingle, bool)

GetEPRxOk returns a tuple with the EPRx field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PcfFunctionSingle) GetManagedNFService ¶

func (o *PcfFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle

GetManagedNFService returns the ManagedNFService field value if set, zero value otherwise.

func (*PcfFunctionSingle) GetManagedNFServiceOk ¶

func (o *PcfFunctionSingle) 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 (*PcfFunctionSingle) GetPerfMetricJob ¶

func (o *PcfFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle

GetPerfMetricJob returns the PerfMetricJob field value if set, zero value otherwise.

func (*PcfFunctionSingle) GetPerfMetricJobOk ¶

func (o *PcfFunctionSingle) 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 (*PcfFunctionSingle) GetPredefinedPccRuleSet ¶

func (o *PcfFunctionSingle) GetPredefinedPccRuleSet() PredefinedPccRuleSetSingle

GetPredefinedPccRuleSet returns the PredefinedPccRuleSet field value if set, zero value otherwise.

func (*PcfFunctionSingle) GetPredefinedPccRuleSetOk ¶

func (o *PcfFunctionSingle) GetPredefinedPccRuleSetOk() (*PredefinedPccRuleSetSingle, bool)

GetPredefinedPccRuleSetOk returns a tuple with the PredefinedPccRuleSet field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PcfFunctionSingle) GetThresholdMonitor ¶

func (o *PcfFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle

GetThresholdMonitor returns the ThresholdMonitor field value if set, zero value otherwise.

func (*PcfFunctionSingle) GetThresholdMonitorOk ¶

func (o *PcfFunctionSingle) 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 (*PcfFunctionSingle) GetTraceJob ¶

func (o *PcfFunctionSingle) GetTraceJob() []TraceJobSingle

GetTraceJob returns the TraceJob field value if set, zero value otherwise.

func (*PcfFunctionSingle) GetTraceJobOk ¶

func (o *PcfFunctionSingle) 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 (*PcfFunctionSingle) HasAttributes ¶

func (o *PcfFunctionSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*PcfFunctionSingle) HasEPN15 ¶

func (o *PcfFunctionSingle) HasEPN15() bool

HasEPN15 returns a boolean if a field has been set.

func (*PcfFunctionSingle) HasEPN16 ¶

func (o *PcfFunctionSingle) HasEPN16() bool

HasEPN16 returns a boolean if a field has been set.

func (*PcfFunctionSingle) HasEPN5 ¶

func (o *PcfFunctionSingle) HasEPN5() bool

HasEPN5 returns a boolean if a field has been set.

func (*PcfFunctionSingle) HasEPN7 ¶

func (o *PcfFunctionSingle) HasEPN7() bool

HasEPN7 returns a boolean if a field has been set.

func (*PcfFunctionSingle) HasEPRx ¶

func (o *PcfFunctionSingle) HasEPRx() bool

HasEPRx returns a boolean if a field has been set.

func (*PcfFunctionSingle) HasManagedNFService ¶

func (o *PcfFunctionSingle) HasManagedNFService() bool

HasManagedNFService returns a boolean if a field has been set.

func (*PcfFunctionSingle) HasPerfMetricJob ¶

func (o *PcfFunctionSingle) HasPerfMetricJob() bool

HasPerfMetricJob returns a boolean if a field has been set.

func (*PcfFunctionSingle) HasPredefinedPccRuleSet ¶

func (o *PcfFunctionSingle) HasPredefinedPccRuleSet() bool

HasPredefinedPccRuleSet returns a boolean if a field has been set.

func (*PcfFunctionSingle) HasThresholdMonitor ¶

func (o *PcfFunctionSingle) HasThresholdMonitor() bool

HasThresholdMonitor returns a boolean if a field has been set.

func (*PcfFunctionSingle) HasTraceJob ¶

func (o *PcfFunctionSingle) HasTraceJob() bool

HasTraceJob returns a boolean if a field has been set.

func (PcfFunctionSingle) MarshalJSON ¶

func (o PcfFunctionSingle) MarshalJSON() ([]byte, error)

func (*PcfFunctionSingle) SetAttributes ¶

SetAttributes gets a reference to the given PcfFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (*PcfFunctionSingle) SetEPN15 ¶

func (o *PcfFunctionSingle) SetEPN15(v []EPN15Single)

SetEPN15 gets a reference to the given []EPN15Single and assigns it to the EPN15 field.

func (*PcfFunctionSingle) SetEPN16 ¶

func (o *PcfFunctionSingle) SetEPN16(v []EPN16Single)

SetEPN16 gets a reference to the given []EPN16Single and assigns it to the EPN16 field.

func (*PcfFunctionSingle) SetEPN5 ¶

func (o *PcfFunctionSingle) SetEPN5(v []EPN5Single)

SetEPN5 gets a reference to the given []EPN5Single and assigns it to the EPN5 field.

func (*PcfFunctionSingle) SetEPN7 ¶

func (o *PcfFunctionSingle) SetEPN7(v []EPN7Single)

SetEPN7 gets a reference to the given []EPN7Single and assigns it to the EPN7 field.

func (*PcfFunctionSingle) SetEPRx ¶

func (o *PcfFunctionSingle) SetEPRx(v []EPRxSingle)

SetEPRx gets a reference to the given []EPRxSingle and assigns it to the EPRx field.

func (*PcfFunctionSingle) SetManagedNFService ¶

func (o *PcfFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle)

SetManagedNFService gets a reference to the given []ManagedNFServiceSingle and assigns it to the ManagedNFService field.

func (*PcfFunctionSingle) SetPerfMetricJob ¶

func (o *PcfFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle)

SetPerfMetricJob gets a reference to the given []PerfMetricJobSingle and assigns it to the PerfMetricJob field.

func (*PcfFunctionSingle) SetPredefinedPccRuleSet ¶

func (o *PcfFunctionSingle) SetPredefinedPccRuleSet(v PredefinedPccRuleSetSingle)

SetPredefinedPccRuleSet gets a reference to the given PredefinedPccRuleSetSingle and assigns it to the PredefinedPccRuleSet field.

func (*PcfFunctionSingle) SetThresholdMonitor ¶

func (o *PcfFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)

SetThresholdMonitor gets a reference to the given []ThresholdMonitorSingle and assigns it to the ThresholdMonitor field.

func (*PcfFunctionSingle) SetTraceJob ¶

func (o *PcfFunctionSingle) SetTraceJob(v []TraceJobSingle)

SetTraceJob gets a reference to the given []TraceJobSingle and assigns it to the TraceJob field.

func (PcfFunctionSingle) ToMap ¶

func (o PcfFunctionSingle) ToMap() (map[string]interface{}, error)

type PcfFunctionSingleAllOf ¶

type PcfFunctionSingleAllOf struct {
	Attributes *PcfFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}

PcfFunctionSingleAllOf struct for PcfFunctionSingleAllOf

func NewPcfFunctionSingleAllOf ¶

func NewPcfFunctionSingleAllOf() *PcfFunctionSingleAllOf

NewPcfFunctionSingleAllOf instantiates a new PcfFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPcfFunctionSingleAllOfWithDefaults ¶

func NewPcfFunctionSingleAllOfWithDefaults() *PcfFunctionSingleAllOf

NewPcfFunctionSingleAllOfWithDefaults instantiates a new PcfFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PcfFunctionSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*PcfFunctionSingleAllOf) GetAttributesOk ¶

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 (*PcfFunctionSingleAllOf) HasAttributes ¶

func (o *PcfFunctionSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (PcfFunctionSingleAllOf) MarshalJSON ¶

func (o PcfFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*PcfFunctionSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given PcfFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (PcfFunctionSingleAllOf) ToMap ¶

func (o PcfFunctionSingleAllOf) ToMap() (map[string]interface{}, error)

type PcfFunctionSingleAllOf1 ¶

type PcfFunctionSingleAllOf1 struct {
	EPN5                 []EPN5Single                `json:"EP_N5,omitempty"`
	EPN7                 []EPN7Single                `json:"EP_N7,omitempty"`
	EPN15                []EPN15Single               `json:"EP_N15,omitempty"`
	EPN16                []EPN16Single               `json:"EP_N16,omitempty"`
	EPRx                 []EPRxSingle                `json:"EP_Rx,omitempty"`
	PredefinedPccRuleSet *PredefinedPccRuleSetSingle `json:"PredefinedPccRuleSet,omitempty"`
}

PcfFunctionSingleAllOf1 struct for PcfFunctionSingleAllOf1

func NewPcfFunctionSingleAllOf1 ¶

func NewPcfFunctionSingleAllOf1() *PcfFunctionSingleAllOf1

NewPcfFunctionSingleAllOf1 instantiates a new PcfFunctionSingleAllOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPcfFunctionSingleAllOf1WithDefaults ¶

func NewPcfFunctionSingleAllOf1WithDefaults() *PcfFunctionSingleAllOf1

NewPcfFunctionSingleAllOf1WithDefaults instantiates a new PcfFunctionSingleAllOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PcfFunctionSingleAllOf1) GetEPN15 ¶

func (o *PcfFunctionSingleAllOf1) GetEPN15() []EPN15Single

GetEPN15 returns the EPN15 field value if set, zero value otherwise.

func (*PcfFunctionSingleAllOf1) GetEPN15Ok ¶

func (o *PcfFunctionSingleAllOf1) GetEPN15Ok() ([]EPN15Single, bool)

GetEPN15Ok returns a tuple with the EPN15 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PcfFunctionSingleAllOf1) GetEPN16 ¶

func (o *PcfFunctionSingleAllOf1) GetEPN16() []EPN16Single

GetEPN16 returns the EPN16 field value if set, zero value otherwise.

func (*PcfFunctionSingleAllOf1) GetEPN16Ok ¶

func (o *PcfFunctionSingleAllOf1) GetEPN16Ok() ([]EPN16Single, bool)

GetEPN16Ok returns a tuple with the EPN16 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PcfFunctionSingleAllOf1) GetEPN5 ¶

func (o *PcfFunctionSingleAllOf1) GetEPN5() []EPN5Single

GetEPN5 returns the EPN5 field value if set, zero value otherwise.

func (*PcfFunctionSingleAllOf1) GetEPN5Ok ¶

func (o *PcfFunctionSingleAllOf1) GetEPN5Ok() ([]EPN5Single, bool)

GetEPN5Ok returns a tuple with the EPN5 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PcfFunctionSingleAllOf1) GetEPN7 ¶

func (o *PcfFunctionSingleAllOf1) GetEPN7() []EPN7Single

GetEPN7 returns the EPN7 field value if set, zero value otherwise.

func (*PcfFunctionSingleAllOf1) GetEPN7Ok ¶

func (o *PcfFunctionSingleAllOf1) GetEPN7Ok() ([]EPN7Single, bool)

GetEPN7Ok returns a tuple with the EPN7 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PcfFunctionSingleAllOf1) GetEPRx ¶

func (o *PcfFunctionSingleAllOf1) GetEPRx() []EPRxSingle

GetEPRx returns the EPRx field value if set, zero value otherwise.

func (*PcfFunctionSingleAllOf1) GetEPRxOk ¶

func (o *PcfFunctionSingleAllOf1) GetEPRxOk() ([]EPRxSingle, bool)

GetEPRxOk returns a tuple with the EPRx field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PcfFunctionSingleAllOf1) GetPredefinedPccRuleSet ¶

func (o *PcfFunctionSingleAllOf1) GetPredefinedPccRuleSet() PredefinedPccRuleSetSingle

GetPredefinedPccRuleSet returns the PredefinedPccRuleSet field value if set, zero value otherwise.

func (*PcfFunctionSingleAllOf1) GetPredefinedPccRuleSetOk ¶

func (o *PcfFunctionSingleAllOf1) GetPredefinedPccRuleSetOk() (*PredefinedPccRuleSetSingle, bool)

GetPredefinedPccRuleSetOk returns a tuple with the PredefinedPccRuleSet field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PcfFunctionSingleAllOf1) HasEPN15 ¶

func (o *PcfFunctionSingleAllOf1) HasEPN15() bool

HasEPN15 returns a boolean if a field has been set.

func (*PcfFunctionSingleAllOf1) HasEPN16 ¶

func (o *PcfFunctionSingleAllOf1) HasEPN16() bool

HasEPN16 returns a boolean if a field has been set.

func (*PcfFunctionSingleAllOf1) HasEPN5 ¶

func (o *PcfFunctionSingleAllOf1) HasEPN5() bool

HasEPN5 returns a boolean if a field has been set.

func (*PcfFunctionSingleAllOf1) HasEPN7 ¶

func (o *PcfFunctionSingleAllOf1) HasEPN7() bool

HasEPN7 returns a boolean if a field has been set.

func (*PcfFunctionSingleAllOf1) HasEPRx ¶

func (o *PcfFunctionSingleAllOf1) HasEPRx() bool

HasEPRx returns a boolean if a field has been set.

func (*PcfFunctionSingleAllOf1) HasPredefinedPccRuleSet ¶

func (o *PcfFunctionSingleAllOf1) HasPredefinedPccRuleSet() bool

HasPredefinedPccRuleSet returns a boolean if a field has been set.

func (PcfFunctionSingleAllOf1) MarshalJSON ¶

func (o PcfFunctionSingleAllOf1) MarshalJSON() ([]byte, error)

func (*PcfFunctionSingleAllOf1) SetEPN15 ¶

func (o *PcfFunctionSingleAllOf1) SetEPN15(v []EPN15Single)

SetEPN15 gets a reference to the given []EPN15Single and assigns it to the EPN15 field.

func (*PcfFunctionSingleAllOf1) SetEPN16 ¶

func (o *PcfFunctionSingleAllOf1) SetEPN16(v []EPN16Single)

SetEPN16 gets a reference to the given []EPN16Single and assigns it to the EPN16 field.

func (*PcfFunctionSingleAllOf1) SetEPN5 ¶

func (o *PcfFunctionSingleAllOf1) SetEPN5(v []EPN5Single)

SetEPN5 gets a reference to the given []EPN5Single and assigns it to the EPN5 field.

func (*PcfFunctionSingleAllOf1) SetEPN7 ¶

func (o *PcfFunctionSingleAllOf1) SetEPN7(v []EPN7Single)

SetEPN7 gets a reference to the given []EPN7Single and assigns it to the EPN7 field.

func (*PcfFunctionSingleAllOf1) SetEPRx ¶

func (o *PcfFunctionSingleAllOf1) SetEPRx(v []EPRxSingle)

SetEPRx gets a reference to the given []EPRxSingle and assigns it to the EPRx field.

func (*PcfFunctionSingleAllOf1) SetPredefinedPccRuleSet ¶

func (o *PcfFunctionSingleAllOf1) SetPredefinedPccRuleSet(v PredefinedPccRuleSetSingle)

SetPredefinedPccRuleSet gets a reference to the given PredefinedPccRuleSetSingle and assigns it to the PredefinedPccRuleSet field.

func (PcfFunctionSingleAllOf1) ToMap ¶

func (o PcfFunctionSingleAllOf1) ToMap() (map[string]interface{}, error)

type PcfFunctionSingleAllOfAttributes ¶

type PcfFunctionSingleAllOfAttributes struct {
	ManagedFunctionAttr
	PLMNInfoList          []PlmnInfo        `json:"pLMNInfoList,omitempty"`
	SBIFqdn               *string           `json:"sBIFqdn,omitempty"`
	ManagedNFProfile      *ManagedNFProfile `json:"managedNFProfile,omitempty"`
	CommModelList         []CommModel       `json:"commModelList,omitempty"`
	GroupId               *string           `json:"groupId,omitempty"`
	DnnList               []string          `json:"dnnList,omitempty"`
	SupiRanges            []SupiRange       `json:"supiRanges,omitempty"`
	GpsiRanges            []IdentityRange   `json:"gpsiRanges,omitempty"`
	RxDiamHost            *string           `json:"rxDiamHost,omitempty"`
	RxDiamRealm           *string           `json:"rxDiamRealm,omitempty"`
	V2xSupportInd         *bool             `json:"v2xSupportInd,omitempty"`
	ProseSupportInd       *bool             `json:"proseSupportInd,omitempty"`
	ProseCapability       *ProseCapability  `json:"proseCapability,omitempty"`
	V2xCapability         *V2xCapability    `json:"v2xCapability,omitempty"`
	Configurable5QISetRef *string           `json:"configurable5QISetRef,omitempty"`
	Dynamic5QISetRef      *string           `json:"dynamic5QISetRef,omitempty"`
	SupportedBMOList      []string          `json:"supportedBMOList,omitempty"`
}

PcfFunctionSingleAllOfAttributes struct for PcfFunctionSingleAllOfAttributes

func NewPcfFunctionSingleAllOfAttributes ¶

func NewPcfFunctionSingleAllOfAttributes() *PcfFunctionSingleAllOfAttributes

NewPcfFunctionSingleAllOfAttributes instantiates a new PcfFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPcfFunctionSingleAllOfAttributesWithDefaults ¶

func NewPcfFunctionSingleAllOfAttributesWithDefaults() *PcfFunctionSingleAllOfAttributes

NewPcfFunctionSingleAllOfAttributesWithDefaults instantiates a new PcfFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PcfFunctionSingleAllOfAttributes) GetCommModelList ¶

func (o *PcfFunctionSingleAllOfAttributes) GetCommModelList() []CommModel

GetCommModelList returns the CommModelList field value if set, zero value otherwise.

func (*PcfFunctionSingleAllOfAttributes) GetCommModelListOk ¶

func (o *PcfFunctionSingleAllOfAttributes) GetCommModelListOk() ([]CommModel, bool)

GetCommModelListOk returns a tuple with the CommModelList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PcfFunctionSingleAllOfAttributes) GetConfigurable5QISetRef ¶

func (o *PcfFunctionSingleAllOfAttributes) GetConfigurable5QISetRef() string

GetConfigurable5QISetRef returns the Configurable5QISetRef field value if set, zero value otherwise.

func (*PcfFunctionSingleAllOfAttributes) GetConfigurable5QISetRefOk ¶

func (o *PcfFunctionSingleAllOfAttributes) GetConfigurable5QISetRefOk() (*string, bool)

GetConfigurable5QISetRefOk returns a tuple with the Configurable5QISetRef field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PcfFunctionSingleAllOfAttributes) GetDnnList ¶

func (o *PcfFunctionSingleAllOfAttributes) GetDnnList() []string

GetDnnList returns the DnnList field value if set, zero value otherwise.

func (*PcfFunctionSingleAllOfAttributes) GetDnnListOk ¶

func (o *PcfFunctionSingleAllOfAttributes) GetDnnListOk() ([]string, bool)

GetDnnListOk returns a tuple with the DnnList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PcfFunctionSingleAllOfAttributes) GetDynamic5QISetRef ¶

func (o *PcfFunctionSingleAllOfAttributes) GetDynamic5QISetRef() string

GetDynamic5QISetRef returns the Dynamic5QISetRef field value if set, zero value otherwise.

func (*PcfFunctionSingleAllOfAttributes) GetDynamic5QISetRefOk ¶

func (o *PcfFunctionSingleAllOfAttributes) GetDynamic5QISetRefOk() (*string, bool)

GetDynamic5QISetRefOk returns a tuple with the Dynamic5QISetRef field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PcfFunctionSingleAllOfAttributes) GetGpsiRanges ¶

func (o *PcfFunctionSingleAllOfAttributes) GetGpsiRanges() []IdentityRange

GetGpsiRanges returns the GpsiRanges field value if set, zero value otherwise.

func (*PcfFunctionSingleAllOfAttributes) GetGpsiRangesOk ¶

func (o *PcfFunctionSingleAllOfAttributes) GetGpsiRangesOk() ([]IdentityRange, bool)

GetGpsiRangesOk returns a tuple with the GpsiRanges field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PcfFunctionSingleAllOfAttributes) GetGroupId ¶

func (o *PcfFunctionSingleAllOfAttributes) GetGroupId() string

GetGroupId returns the GroupId field value if set, zero value otherwise.

func (*PcfFunctionSingleAllOfAttributes) GetGroupIdOk ¶

func (o *PcfFunctionSingleAllOfAttributes) GetGroupIdOk() (*string, bool)

GetGroupIdOk returns a tuple with the GroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PcfFunctionSingleAllOfAttributes) GetManagedNFProfile ¶

func (o *PcfFunctionSingleAllOfAttributes) GetManagedNFProfile() ManagedNFProfile

GetManagedNFProfile returns the ManagedNFProfile field value if set, zero value otherwise.

func (*PcfFunctionSingleAllOfAttributes) GetManagedNFProfileOk ¶

func (o *PcfFunctionSingleAllOfAttributes) GetManagedNFProfileOk() (*ManagedNFProfile, bool)

GetManagedNFProfileOk returns a tuple with the ManagedNFProfile field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PcfFunctionSingleAllOfAttributes) GetPLMNInfoList ¶

func (o *PcfFunctionSingleAllOfAttributes) GetPLMNInfoList() []PlmnInfo

GetPLMNInfoList returns the PLMNInfoList field value if set, zero value otherwise.

func (*PcfFunctionSingleAllOfAttributes) GetPLMNInfoListOk ¶

func (o *PcfFunctionSingleAllOfAttributes) GetPLMNInfoListOk() ([]PlmnInfo, bool)

GetPLMNInfoListOk returns a tuple with the PLMNInfoList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PcfFunctionSingleAllOfAttributes) GetProseCapability ¶

func (o *PcfFunctionSingleAllOfAttributes) GetProseCapability() ProseCapability

GetProseCapability returns the ProseCapability field value if set, zero value otherwise.

func (*PcfFunctionSingleAllOfAttributes) GetProseCapabilityOk ¶

func (o *PcfFunctionSingleAllOfAttributes) GetProseCapabilityOk() (*ProseCapability, bool)

GetProseCapabilityOk returns a tuple with the ProseCapability field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PcfFunctionSingleAllOfAttributes) GetProseSupportInd ¶

func (o *PcfFunctionSingleAllOfAttributes) GetProseSupportInd() bool

GetProseSupportInd returns the ProseSupportInd field value if set, zero value otherwise.

func (*PcfFunctionSingleAllOfAttributes) GetProseSupportIndOk ¶

func (o *PcfFunctionSingleAllOfAttributes) GetProseSupportIndOk() (*bool, bool)

GetProseSupportIndOk returns a tuple with the ProseSupportInd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PcfFunctionSingleAllOfAttributes) GetRxDiamHost ¶

func (o *PcfFunctionSingleAllOfAttributes) GetRxDiamHost() string

GetRxDiamHost returns the RxDiamHost field value if set, zero value otherwise.

func (*PcfFunctionSingleAllOfAttributes) GetRxDiamHostOk ¶

func (o *PcfFunctionSingleAllOfAttributes) GetRxDiamHostOk() (*string, bool)

GetRxDiamHostOk returns a tuple with the RxDiamHost field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PcfFunctionSingleAllOfAttributes) GetRxDiamRealm ¶

func (o *PcfFunctionSingleAllOfAttributes) GetRxDiamRealm() string

GetRxDiamRealm returns the RxDiamRealm field value if set, zero value otherwise.

func (*PcfFunctionSingleAllOfAttributes) GetRxDiamRealmOk ¶

func (o *PcfFunctionSingleAllOfAttributes) GetRxDiamRealmOk() (*string, bool)

GetRxDiamRealmOk returns a tuple with the RxDiamRealm field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PcfFunctionSingleAllOfAttributes) GetSBIFqdn ¶

func (o *PcfFunctionSingleAllOfAttributes) GetSBIFqdn() string

GetSBIFqdn returns the SBIFqdn field value if set, zero value otherwise.

func (*PcfFunctionSingleAllOfAttributes) GetSBIFqdnOk ¶

func (o *PcfFunctionSingleAllOfAttributes) GetSBIFqdnOk() (*string, bool)

GetSBIFqdnOk returns a tuple with the SBIFqdn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PcfFunctionSingleAllOfAttributes) GetSupiRanges ¶

func (o *PcfFunctionSingleAllOfAttributes) GetSupiRanges() []SupiRange

GetSupiRanges returns the SupiRanges field value if set, zero value otherwise.

func (*PcfFunctionSingleAllOfAttributes) GetSupiRangesOk ¶

func (o *PcfFunctionSingleAllOfAttributes) GetSupiRangesOk() ([]SupiRange, bool)

GetSupiRangesOk returns a tuple with the SupiRanges field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PcfFunctionSingleAllOfAttributes) GetSupportedBMOList ¶

func (o *PcfFunctionSingleAllOfAttributes) GetSupportedBMOList() []string

GetSupportedBMOList returns the SupportedBMOList field value if set, zero value otherwise.

func (*PcfFunctionSingleAllOfAttributes) GetSupportedBMOListOk ¶

func (o *PcfFunctionSingleAllOfAttributes) GetSupportedBMOListOk() ([]string, bool)

GetSupportedBMOListOk returns a tuple with the SupportedBMOList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PcfFunctionSingleAllOfAttributes) GetV2xCapability ¶

func (o *PcfFunctionSingleAllOfAttributes) GetV2xCapability() V2xCapability

GetV2xCapability returns the V2xCapability field value if set, zero value otherwise.

func (*PcfFunctionSingleAllOfAttributes) GetV2xCapabilityOk ¶

func (o *PcfFunctionSingleAllOfAttributes) GetV2xCapabilityOk() (*V2xCapability, bool)

GetV2xCapabilityOk returns a tuple with the V2xCapability field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PcfFunctionSingleAllOfAttributes) GetV2xSupportInd ¶

func (o *PcfFunctionSingleAllOfAttributes) GetV2xSupportInd() bool

GetV2xSupportInd returns the V2xSupportInd field value if set, zero value otherwise.

func (*PcfFunctionSingleAllOfAttributes) GetV2xSupportIndOk ¶

func (o *PcfFunctionSingleAllOfAttributes) GetV2xSupportIndOk() (*bool, bool)

GetV2xSupportIndOk returns a tuple with the V2xSupportInd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PcfFunctionSingleAllOfAttributes) HasCommModelList ¶

func (o *PcfFunctionSingleAllOfAttributes) HasCommModelList() bool

HasCommModelList returns a boolean if a field has been set.

func (*PcfFunctionSingleAllOfAttributes) HasConfigurable5QISetRef ¶

func (o *PcfFunctionSingleAllOfAttributes) HasConfigurable5QISetRef() bool

HasConfigurable5QISetRef returns a boolean if a field has been set.

func (*PcfFunctionSingleAllOfAttributes) HasDnnList ¶

func (o *PcfFunctionSingleAllOfAttributes) HasDnnList() bool

HasDnnList returns a boolean if a field has been set.

func (*PcfFunctionSingleAllOfAttributes) HasDynamic5QISetRef ¶

func (o *PcfFunctionSingleAllOfAttributes) HasDynamic5QISetRef() bool

HasDynamic5QISetRef returns a boolean if a field has been set.

func (*PcfFunctionSingleAllOfAttributes) HasGpsiRanges ¶

func (o *PcfFunctionSingleAllOfAttributes) HasGpsiRanges() bool

HasGpsiRanges returns a boolean if a field has been set.

func (*PcfFunctionSingleAllOfAttributes) HasGroupId ¶

func (o *PcfFunctionSingleAllOfAttributes) HasGroupId() bool

HasGroupId returns a boolean if a field has been set.

func (*PcfFunctionSingleAllOfAttributes) HasManagedNFProfile ¶

func (o *PcfFunctionSingleAllOfAttributes) HasManagedNFProfile() bool

HasManagedNFProfile returns a boolean if a field has been set.

func (*PcfFunctionSingleAllOfAttributes) HasPLMNInfoList ¶

func (o *PcfFunctionSingleAllOfAttributes) HasPLMNInfoList() bool

HasPLMNInfoList returns a boolean if a field has been set.

func (*PcfFunctionSingleAllOfAttributes) HasProseCapability ¶

func (o *PcfFunctionSingleAllOfAttributes) HasProseCapability() bool

HasProseCapability returns a boolean if a field has been set.

func (*PcfFunctionSingleAllOfAttributes) HasProseSupportInd ¶

func (o *PcfFunctionSingleAllOfAttributes) HasProseSupportInd() bool

HasProseSupportInd returns a boolean if a field has been set.

func (*PcfFunctionSingleAllOfAttributes) HasRxDiamHost ¶

func (o *PcfFunctionSingleAllOfAttributes) HasRxDiamHost() bool

HasRxDiamHost returns a boolean if a field has been set.

func (*PcfFunctionSingleAllOfAttributes) HasRxDiamRealm ¶

func (o *PcfFunctionSingleAllOfAttributes) HasRxDiamRealm() bool

HasRxDiamRealm returns a boolean if a field has been set.

func (*PcfFunctionSingleAllOfAttributes) HasSBIFqdn ¶

func (o *PcfFunctionSingleAllOfAttributes) HasSBIFqdn() bool

HasSBIFqdn returns a boolean if a field has been set.

func (*PcfFunctionSingleAllOfAttributes) HasSupiRanges ¶

func (o *PcfFunctionSingleAllOfAttributes) HasSupiRanges() bool

HasSupiRanges returns a boolean if a field has been set.

func (*PcfFunctionSingleAllOfAttributes) HasSupportedBMOList ¶

func (o *PcfFunctionSingleAllOfAttributes) HasSupportedBMOList() bool

HasSupportedBMOList returns a boolean if a field has been set.

func (*PcfFunctionSingleAllOfAttributes) HasV2xCapability ¶

func (o *PcfFunctionSingleAllOfAttributes) HasV2xCapability() bool

HasV2xCapability returns a boolean if a field has been set.

func (*PcfFunctionSingleAllOfAttributes) HasV2xSupportInd ¶

func (o *PcfFunctionSingleAllOfAttributes) HasV2xSupportInd() bool

HasV2xSupportInd returns a boolean if a field has been set.

func (PcfFunctionSingleAllOfAttributes) MarshalJSON ¶

func (o PcfFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*PcfFunctionSingleAllOfAttributes) SetCommModelList ¶

func (o *PcfFunctionSingleAllOfAttributes) SetCommModelList(v []CommModel)

SetCommModelList gets a reference to the given []CommModel and assigns it to the CommModelList field.

func (*PcfFunctionSingleAllOfAttributes) SetConfigurable5QISetRef ¶

func (o *PcfFunctionSingleAllOfAttributes) SetConfigurable5QISetRef(v string)

SetConfigurable5QISetRef gets a reference to the given string and assigns it to the Configurable5QISetRef field.

func (*PcfFunctionSingleAllOfAttributes) SetDnnList ¶

func (o *PcfFunctionSingleAllOfAttributes) SetDnnList(v []string)

SetDnnList gets a reference to the given []string and assigns it to the DnnList field.

func (*PcfFunctionSingleAllOfAttributes) SetDynamic5QISetRef ¶

func (o *PcfFunctionSingleAllOfAttributes) SetDynamic5QISetRef(v string)

SetDynamic5QISetRef gets a reference to the given string and assigns it to the Dynamic5QISetRef field.

func (*PcfFunctionSingleAllOfAttributes) SetGpsiRanges ¶

func (o *PcfFunctionSingleAllOfAttributes) SetGpsiRanges(v []IdentityRange)

SetGpsiRanges gets a reference to the given []IdentityRange and assigns it to the GpsiRanges field.

func (*PcfFunctionSingleAllOfAttributes) SetGroupId ¶

func (o *PcfFunctionSingleAllOfAttributes) SetGroupId(v string)

SetGroupId gets a reference to the given string and assigns it to the GroupId field.

func (*PcfFunctionSingleAllOfAttributes) SetManagedNFProfile ¶

func (o *PcfFunctionSingleAllOfAttributes) SetManagedNFProfile(v ManagedNFProfile)

SetManagedNFProfile gets a reference to the given ManagedNFProfile and assigns it to the ManagedNFProfile field.

func (*PcfFunctionSingleAllOfAttributes) SetPLMNInfoList ¶

func (o *PcfFunctionSingleAllOfAttributes) SetPLMNInfoList(v []PlmnInfo)

SetPLMNInfoList gets a reference to the given []PlmnInfo and assigns it to the PLMNInfoList field.

func (*PcfFunctionSingleAllOfAttributes) SetProseCapability ¶

func (o *PcfFunctionSingleAllOfAttributes) SetProseCapability(v ProseCapability)

SetProseCapability gets a reference to the given ProseCapability and assigns it to the ProseCapability field.

func (*PcfFunctionSingleAllOfAttributes) SetProseSupportInd ¶

func (o *PcfFunctionSingleAllOfAttributes) SetProseSupportInd(v bool)

SetProseSupportInd gets a reference to the given bool and assigns it to the ProseSupportInd field.

func (*PcfFunctionSingleAllOfAttributes) SetRxDiamHost ¶

func (o *PcfFunctionSingleAllOfAttributes) SetRxDiamHost(v string)

SetRxDiamHost gets a reference to the given string and assigns it to the RxDiamHost field.

func (*PcfFunctionSingleAllOfAttributes) SetRxDiamRealm ¶

func (o *PcfFunctionSingleAllOfAttributes) SetRxDiamRealm(v string)

SetRxDiamRealm gets a reference to the given string and assigns it to the RxDiamRealm field.

func (*PcfFunctionSingleAllOfAttributes) SetSBIFqdn ¶

func (o *PcfFunctionSingleAllOfAttributes) SetSBIFqdn(v string)

SetSBIFqdn gets a reference to the given string and assigns it to the SBIFqdn field.

func (*PcfFunctionSingleAllOfAttributes) SetSupiRanges ¶

func (o *PcfFunctionSingleAllOfAttributes) SetSupiRanges(v []SupiRange)

SetSupiRanges gets a reference to the given []SupiRange and assigns it to the SupiRanges field.

func (*PcfFunctionSingleAllOfAttributes) SetSupportedBMOList ¶

func (o *PcfFunctionSingleAllOfAttributes) SetSupportedBMOList(v []string)

SetSupportedBMOList gets a reference to the given []string and assigns it to the SupportedBMOList field.

func (*PcfFunctionSingleAllOfAttributes) SetV2xCapability ¶

func (o *PcfFunctionSingleAllOfAttributes) SetV2xCapability(v V2xCapability)

SetV2xCapability gets a reference to the given V2xCapability and assigns it to the V2xCapability field.

func (*PcfFunctionSingleAllOfAttributes) SetV2xSupportInd ¶

func (o *PcfFunctionSingleAllOfAttributes) SetV2xSupportInd(v bool)

SetV2xSupportInd gets a reference to the given bool and assigns it to the V2xSupportInd field.

func (PcfFunctionSingleAllOfAttributes) ToMap ¶

func (o PcfFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type PcfFunctionSingleAllOfAttributesAllOf ¶

type PcfFunctionSingleAllOfAttributesAllOf struct {
	PLMNInfoList          []PlmnInfo        `json:"pLMNInfoList,omitempty"`
	SBIFqdn               *string           `json:"sBIFqdn,omitempty"`
	ManagedNFProfile      *ManagedNFProfile `json:"managedNFProfile,omitempty"`
	CommModelList         []CommModel       `json:"commModelList,omitempty"`
	GroupId               *string           `json:"groupId,omitempty"`
	DnnList               []string          `json:"dnnList,omitempty"`
	SupiRanges            []SupiRange       `json:"supiRanges,omitempty"`
	GpsiRanges            []IdentityRange   `json:"gpsiRanges,omitempty"`
	RxDiamHost            *string           `json:"rxDiamHost,omitempty"`
	RxDiamRealm           *string           `json:"rxDiamRealm,omitempty"`
	V2xSupportInd         *bool             `json:"v2xSupportInd,omitempty"`
	ProseSupportInd       *bool             `json:"proseSupportInd,omitempty"`
	ProseCapability       *ProseCapability  `json:"proseCapability,omitempty"`
	V2xCapability         *V2xCapability    `json:"v2xCapability,omitempty"`
	Configurable5QISetRef *string           `json:"configurable5QISetRef,omitempty"`
	Dynamic5QISetRef      *string           `json:"dynamic5QISetRef,omitempty"`
	SupportedBMOList      []string          `json:"supportedBMOList,omitempty"`
}

PcfFunctionSingleAllOfAttributesAllOf struct for PcfFunctionSingleAllOfAttributesAllOf

func NewPcfFunctionSingleAllOfAttributesAllOf ¶

func NewPcfFunctionSingleAllOfAttributesAllOf() *PcfFunctionSingleAllOfAttributesAllOf

NewPcfFunctionSingleAllOfAttributesAllOf instantiates a new PcfFunctionSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPcfFunctionSingleAllOfAttributesAllOfWithDefaults ¶

func NewPcfFunctionSingleAllOfAttributesAllOfWithDefaults() *PcfFunctionSingleAllOfAttributesAllOf

NewPcfFunctionSingleAllOfAttributesAllOfWithDefaults instantiates a new PcfFunctionSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PcfFunctionSingleAllOfAttributesAllOf) GetCommModelList ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) GetCommModelList() []CommModel

GetCommModelList returns the CommModelList field value if set, zero value otherwise.

func (*PcfFunctionSingleAllOfAttributesAllOf) GetCommModelListOk ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) GetCommModelListOk() ([]CommModel, bool)

GetCommModelListOk returns a tuple with the CommModelList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PcfFunctionSingleAllOfAttributesAllOf) GetConfigurable5QISetRef ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) GetConfigurable5QISetRef() string

GetConfigurable5QISetRef returns the Configurable5QISetRef field value if set, zero value otherwise.

func (*PcfFunctionSingleAllOfAttributesAllOf) GetConfigurable5QISetRefOk ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) GetConfigurable5QISetRefOk() (*string, bool)

GetConfigurable5QISetRefOk returns a tuple with the Configurable5QISetRef field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PcfFunctionSingleAllOfAttributesAllOf) GetDnnList ¶

GetDnnList returns the DnnList field value if set, zero value otherwise.

func (*PcfFunctionSingleAllOfAttributesAllOf) GetDnnListOk ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) GetDnnListOk() ([]string, bool)

GetDnnListOk returns a tuple with the DnnList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PcfFunctionSingleAllOfAttributesAllOf) GetDynamic5QISetRef ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) GetDynamic5QISetRef() string

GetDynamic5QISetRef returns the Dynamic5QISetRef field value if set, zero value otherwise.

func (*PcfFunctionSingleAllOfAttributesAllOf) GetDynamic5QISetRefOk ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) GetDynamic5QISetRefOk() (*string, bool)

GetDynamic5QISetRefOk returns a tuple with the Dynamic5QISetRef field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PcfFunctionSingleAllOfAttributesAllOf) GetGpsiRanges ¶

GetGpsiRanges returns the GpsiRanges field value if set, zero value otherwise.

func (*PcfFunctionSingleAllOfAttributesAllOf) GetGpsiRangesOk ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) GetGpsiRangesOk() ([]IdentityRange, bool)

GetGpsiRangesOk returns a tuple with the GpsiRanges field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PcfFunctionSingleAllOfAttributesAllOf) GetGroupId ¶

GetGroupId returns the GroupId field value if set, zero value otherwise.

func (*PcfFunctionSingleAllOfAttributesAllOf) GetGroupIdOk ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) GetGroupIdOk() (*string, bool)

GetGroupIdOk returns a tuple with the GroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PcfFunctionSingleAllOfAttributesAllOf) GetManagedNFProfile ¶

GetManagedNFProfile returns the ManagedNFProfile field value if set, zero value otherwise.

func (*PcfFunctionSingleAllOfAttributesAllOf) GetManagedNFProfileOk ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) GetManagedNFProfileOk() (*ManagedNFProfile, bool)

GetManagedNFProfileOk returns a tuple with the ManagedNFProfile field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PcfFunctionSingleAllOfAttributesAllOf) GetPLMNInfoList ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) GetPLMNInfoList() []PlmnInfo

GetPLMNInfoList returns the PLMNInfoList field value if set, zero value otherwise.

func (*PcfFunctionSingleAllOfAttributesAllOf) GetPLMNInfoListOk ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) GetPLMNInfoListOk() ([]PlmnInfo, bool)

GetPLMNInfoListOk returns a tuple with the PLMNInfoList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PcfFunctionSingleAllOfAttributesAllOf) GetProseCapability ¶

GetProseCapability returns the ProseCapability field value if set, zero value otherwise.

func (*PcfFunctionSingleAllOfAttributesAllOf) GetProseCapabilityOk ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) GetProseCapabilityOk() (*ProseCapability, bool)

GetProseCapabilityOk returns a tuple with the ProseCapability field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PcfFunctionSingleAllOfAttributesAllOf) GetProseSupportInd ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) GetProseSupportInd() bool

GetProseSupportInd returns the ProseSupportInd field value if set, zero value otherwise.

func (*PcfFunctionSingleAllOfAttributesAllOf) GetProseSupportIndOk ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) GetProseSupportIndOk() (*bool, bool)

GetProseSupportIndOk returns a tuple with the ProseSupportInd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PcfFunctionSingleAllOfAttributesAllOf) GetRxDiamHost ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) GetRxDiamHost() string

GetRxDiamHost returns the RxDiamHost field value if set, zero value otherwise.

func (*PcfFunctionSingleAllOfAttributesAllOf) GetRxDiamHostOk ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) GetRxDiamHostOk() (*string, bool)

GetRxDiamHostOk returns a tuple with the RxDiamHost field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PcfFunctionSingleAllOfAttributesAllOf) GetRxDiamRealm ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) GetRxDiamRealm() string

GetRxDiamRealm returns the RxDiamRealm field value if set, zero value otherwise.

func (*PcfFunctionSingleAllOfAttributesAllOf) GetRxDiamRealmOk ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) GetRxDiamRealmOk() (*string, bool)

GetRxDiamRealmOk returns a tuple with the RxDiamRealm field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PcfFunctionSingleAllOfAttributesAllOf) GetSBIFqdn ¶

GetSBIFqdn returns the SBIFqdn field value if set, zero value otherwise.

func (*PcfFunctionSingleAllOfAttributesAllOf) GetSBIFqdnOk ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) GetSBIFqdnOk() (*string, bool)

GetSBIFqdnOk returns a tuple with the SBIFqdn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PcfFunctionSingleAllOfAttributesAllOf) GetSupiRanges ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) GetSupiRanges() []SupiRange

GetSupiRanges returns the SupiRanges field value if set, zero value otherwise.

func (*PcfFunctionSingleAllOfAttributesAllOf) GetSupiRangesOk ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) GetSupiRangesOk() ([]SupiRange, bool)

GetSupiRangesOk returns a tuple with the SupiRanges field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PcfFunctionSingleAllOfAttributesAllOf) GetSupportedBMOList ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) GetSupportedBMOList() []string

GetSupportedBMOList returns the SupportedBMOList field value if set, zero value otherwise.

func (*PcfFunctionSingleAllOfAttributesAllOf) GetSupportedBMOListOk ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) GetSupportedBMOListOk() ([]string, bool)

GetSupportedBMOListOk returns a tuple with the SupportedBMOList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PcfFunctionSingleAllOfAttributesAllOf) GetV2xCapability ¶

GetV2xCapability returns the V2xCapability field value if set, zero value otherwise.

func (*PcfFunctionSingleAllOfAttributesAllOf) GetV2xCapabilityOk ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) GetV2xCapabilityOk() (*V2xCapability, bool)

GetV2xCapabilityOk returns a tuple with the V2xCapability field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PcfFunctionSingleAllOfAttributesAllOf) GetV2xSupportInd ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) GetV2xSupportInd() bool

GetV2xSupportInd returns the V2xSupportInd field value if set, zero value otherwise.

func (*PcfFunctionSingleAllOfAttributesAllOf) GetV2xSupportIndOk ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) GetV2xSupportIndOk() (*bool, bool)

GetV2xSupportIndOk returns a tuple with the V2xSupportInd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PcfFunctionSingleAllOfAttributesAllOf) HasCommModelList ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) HasCommModelList() bool

HasCommModelList returns a boolean if a field has been set.

func (*PcfFunctionSingleAllOfAttributesAllOf) HasConfigurable5QISetRef ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) HasConfigurable5QISetRef() bool

HasConfigurable5QISetRef returns a boolean if a field has been set.

func (*PcfFunctionSingleAllOfAttributesAllOf) HasDnnList ¶

HasDnnList returns a boolean if a field has been set.

func (*PcfFunctionSingleAllOfAttributesAllOf) HasDynamic5QISetRef ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) HasDynamic5QISetRef() bool

HasDynamic5QISetRef returns a boolean if a field has been set.

func (*PcfFunctionSingleAllOfAttributesAllOf) HasGpsiRanges ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) HasGpsiRanges() bool

HasGpsiRanges returns a boolean if a field has been set.

func (*PcfFunctionSingleAllOfAttributesAllOf) HasGroupId ¶

HasGroupId returns a boolean if a field has been set.

func (*PcfFunctionSingleAllOfAttributesAllOf) HasManagedNFProfile ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) HasManagedNFProfile() bool

HasManagedNFProfile returns a boolean if a field has been set.

func (*PcfFunctionSingleAllOfAttributesAllOf) HasPLMNInfoList ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) HasPLMNInfoList() bool

HasPLMNInfoList returns a boolean if a field has been set.

func (*PcfFunctionSingleAllOfAttributesAllOf) HasProseCapability ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) HasProseCapability() bool

HasProseCapability returns a boolean if a field has been set.

func (*PcfFunctionSingleAllOfAttributesAllOf) HasProseSupportInd ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) HasProseSupportInd() bool

HasProseSupportInd returns a boolean if a field has been set.

func (*PcfFunctionSingleAllOfAttributesAllOf) HasRxDiamHost ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) HasRxDiamHost() bool

HasRxDiamHost returns a boolean if a field has been set.

func (*PcfFunctionSingleAllOfAttributesAllOf) HasRxDiamRealm ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) HasRxDiamRealm() bool

HasRxDiamRealm returns a boolean if a field has been set.

func (*PcfFunctionSingleAllOfAttributesAllOf) HasSBIFqdn ¶

HasSBIFqdn returns a boolean if a field has been set.

func (*PcfFunctionSingleAllOfAttributesAllOf) HasSupiRanges ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) HasSupiRanges() bool

HasSupiRanges returns a boolean if a field has been set.

func (*PcfFunctionSingleAllOfAttributesAllOf) HasSupportedBMOList ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) HasSupportedBMOList() bool

HasSupportedBMOList returns a boolean if a field has been set.

func (*PcfFunctionSingleAllOfAttributesAllOf) HasV2xCapability ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) HasV2xCapability() bool

HasV2xCapability returns a boolean if a field has been set.

func (*PcfFunctionSingleAllOfAttributesAllOf) HasV2xSupportInd ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) HasV2xSupportInd() bool

HasV2xSupportInd returns a boolean if a field has been set.

func (PcfFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (o PcfFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)

func (*PcfFunctionSingleAllOfAttributesAllOf) SetCommModelList ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) SetCommModelList(v []CommModel)

SetCommModelList gets a reference to the given []CommModel and assigns it to the CommModelList field.

func (*PcfFunctionSingleAllOfAttributesAllOf) SetConfigurable5QISetRef ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) SetConfigurable5QISetRef(v string)

SetConfigurable5QISetRef gets a reference to the given string and assigns it to the Configurable5QISetRef field.

func (*PcfFunctionSingleAllOfAttributesAllOf) SetDnnList ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) SetDnnList(v []string)

SetDnnList gets a reference to the given []string and assigns it to the DnnList field.

func (*PcfFunctionSingleAllOfAttributesAllOf) SetDynamic5QISetRef ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) SetDynamic5QISetRef(v string)

SetDynamic5QISetRef gets a reference to the given string and assigns it to the Dynamic5QISetRef field.

func (*PcfFunctionSingleAllOfAttributesAllOf) SetGpsiRanges ¶

SetGpsiRanges gets a reference to the given []IdentityRange and assigns it to the GpsiRanges field.

func (*PcfFunctionSingleAllOfAttributesAllOf) SetGroupId ¶

SetGroupId gets a reference to the given string and assigns it to the GroupId field.

func (*PcfFunctionSingleAllOfAttributesAllOf) SetManagedNFProfile ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) SetManagedNFProfile(v ManagedNFProfile)

SetManagedNFProfile gets a reference to the given ManagedNFProfile and assigns it to the ManagedNFProfile field.

func (*PcfFunctionSingleAllOfAttributesAllOf) SetPLMNInfoList ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) SetPLMNInfoList(v []PlmnInfo)

SetPLMNInfoList gets a reference to the given []PlmnInfo and assigns it to the PLMNInfoList field.

func (*PcfFunctionSingleAllOfAttributesAllOf) SetProseCapability ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) SetProseCapability(v ProseCapability)

SetProseCapability gets a reference to the given ProseCapability and assigns it to the ProseCapability field.

func (*PcfFunctionSingleAllOfAttributesAllOf) SetProseSupportInd ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) SetProseSupportInd(v bool)

SetProseSupportInd gets a reference to the given bool and assigns it to the ProseSupportInd field.

func (*PcfFunctionSingleAllOfAttributesAllOf) SetRxDiamHost ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) SetRxDiamHost(v string)

SetRxDiamHost gets a reference to the given string and assigns it to the RxDiamHost field.

func (*PcfFunctionSingleAllOfAttributesAllOf) SetRxDiamRealm ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) SetRxDiamRealm(v string)

SetRxDiamRealm gets a reference to the given string and assigns it to the RxDiamRealm field.

func (*PcfFunctionSingleAllOfAttributesAllOf) SetSBIFqdn ¶

SetSBIFqdn gets a reference to the given string and assigns it to the SBIFqdn field.

func (*PcfFunctionSingleAllOfAttributesAllOf) SetSupiRanges ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) SetSupiRanges(v []SupiRange)

SetSupiRanges gets a reference to the given []SupiRange and assigns it to the SupiRanges field.

func (*PcfFunctionSingleAllOfAttributesAllOf) SetSupportedBMOList ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) SetSupportedBMOList(v []string)

SetSupportedBMOList gets a reference to the given []string and assigns it to the SupportedBMOList field.

func (*PcfFunctionSingleAllOfAttributesAllOf) SetV2xCapability ¶

SetV2xCapability gets a reference to the given V2xCapability and assigns it to the V2xCapability field.

func (*PcfFunctionSingleAllOfAttributesAllOf) SetV2xSupportInd ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) SetV2xSupportInd(v bool)

SetV2xSupportInd gets a reference to the given bool and assigns it to the V2xSupportInd field.

func (PcfFunctionSingleAllOfAttributesAllOf) ToMap ¶

func (o PcfFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)

type PeeParameter ¶

type PeeParameter struct {
	SiteIdentification *string  `json:"siteIdentification,omitempty"`
	SiteDescription    *string  `json:"siteDescription,omitempty"`
	SiteLatitude       *float32 `json:"siteLatitude,omitempty"`
	SiteLongitude      *float32 `json:"siteLongitude,omitempty"`
	SiteAltitude       *float32 `json:"siteAltitude,omitempty"`
	EquipmentType      *string  `json:"equipmentType,omitempty"`
	EnvironmentType    *string  `json:"environmentType,omitempty"`
	PowerInterface     *string  `json:"powerInterface,omitempty"`
}

PeeParameter struct for PeeParameter

func NewPeeParameter ¶

func NewPeeParameter() *PeeParameter

NewPeeParameter instantiates a new PeeParameter object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPeeParameterWithDefaults ¶

func NewPeeParameterWithDefaults() *PeeParameter

NewPeeParameterWithDefaults instantiates a new PeeParameter object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PeeParameter) GetEnvironmentType ¶

func (o *PeeParameter) GetEnvironmentType() string

GetEnvironmentType returns the EnvironmentType field value if set, zero value otherwise.

func (*PeeParameter) GetEnvironmentTypeOk ¶

func (o *PeeParameter) GetEnvironmentTypeOk() (*string, bool)

GetEnvironmentTypeOk returns a tuple with the EnvironmentType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PeeParameter) GetEquipmentType ¶

func (o *PeeParameter) GetEquipmentType() string

GetEquipmentType returns the EquipmentType field value if set, zero value otherwise.

func (*PeeParameter) GetEquipmentTypeOk ¶

func (o *PeeParameter) GetEquipmentTypeOk() (*string, bool)

GetEquipmentTypeOk returns a tuple with the EquipmentType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PeeParameter) GetPowerInterface ¶

func (o *PeeParameter) GetPowerInterface() string

GetPowerInterface returns the PowerInterface field value if set, zero value otherwise.

func (*PeeParameter) GetPowerInterfaceOk ¶

func (o *PeeParameter) GetPowerInterfaceOk() (*string, bool)

GetPowerInterfaceOk returns a tuple with the PowerInterface field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PeeParameter) GetSiteAltitude ¶

func (o *PeeParameter) GetSiteAltitude() float32

GetSiteAltitude returns the SiteAltitude field value if set, zero value otherwise.

func (*PeeParameter) GetSiteAltitudeOk ¶

func (o *PeeParameter) GetSiteAltitudeOk() (*float32, bool)

GetSiteAltitudeOk returns a tuple with the SiteAltitude field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PeeParameter) GetSiteDescription ¶

func (o *PeeParameter) GetSiteDescription() string

GetSiteDescription returns the SiteDescription field value if set, zero value otherwise.

func (*PeeParameter) GetSiteDescriptionOk ¶

func (o *PeeParameter) GetSiteDescriptionOk() (*string, bool)

GetSiteDescriptionOk returns a tuple with the SiteDescription field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PeeParameter) GetSiteIdentification ¶

func (o *PeeParameter) GetSiteIdentification() string

GetSiteIdentification returns the SiteIdentification field value if set, zero value otherwise.

func (*PeeParameter) GetSiteIdentificationOk ¶

func (o *PeeParameter) GetSiteIdentificationOk() (*string, bool)

GetSiteIdentificationOk returns a tuple with the SiteIdentification field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PeeParameter) GetSiteLatitude ¶

func (o *PeeParameter) GetSiteLatitude() float32

GetSiteLatitude returns the SiteLatitude field value if set, zero value otherwise.

func (*PeeParameter) GetSiteLatitudeOk ¶

func (o *PeeParameter) GetSiteLatitudeOk() (*float32, bool)

GetSiteLatitudeOk returns a tuple with the SiteLatitude field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PeeParameter) GetSiteLongitude ¶

func (o *PeeParameter) GetSiteLongitude() float32

GetSiteLongitude returns the SiteLongitude field value if set, zero value otherwise.

func (*PeeParameter) GetSiteLongitudeOk ¶

func (o *PeeParameter) GetSiteLongitudeOk() (*float32, bool)

GetSiteLongitudeOk returns a tuple with the SiteLongitude field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PeeParameter) HasEnvironmentType ¶

func (o *PeeParameter) HasEnvironmentType() bool

HasEnvironmentType returns a boolean if a field has been set.

func (*PeeParameter) HasEquipmentType ¶

func (o *PeeParameter) HasEquipmentType() bool

HasEquipmentType returns a boolean if a field has been set.

func (*PeeParameter) HasPowerInterface ¶

func (o *PeeParameter) HasPowerInterface() bool

HasPowerInterface returns a boolean if a field has been set.

func (*PeeParameter) HasSiteAltitude ¶

func (o *PeeParameter) HasSiteAltitude() bool

HasSiteAltitude returns a boolean if a field has been set.

func (*PeeParameter) HasSiteDescription ¶

func (o *PeeParameter) HasSiteDescription() bool

HasSiteDescription returns a boolean if a field has been set.

func (*PeeParameter) HasSiteIdentification ¶

func (o *PeeParameter) HasSiteIdentification() bool

HasSiteIdentification returns a boolean if a field has been set.

func (*PeeParameter) HasSiteLatitude ¶

func (o *PeeParameter) HasSiteLatitude() bool

HasSiteLatitude returns a boolean if a field has been set.

func (*PeeParameter) HasSiteLongitude ¶

func (o *PeeParameter) HasSiteLongitude() bool

HasSiteLongitude returns a boolean if a field has been set.

func (PeeParameter) MarshalJSON ¶

func (o PeeParameter) MarshalJSON() ([]byte, error)

func (*PeeParameter) SetEnvironmentType ¶

func (o *PeeParameter) SetEnvironmentType(v string)

SetEnvironmentType gets a reference to the given string and assigns it to the EnvironmentType field.

func (*PeeParameter) SetEquipmentType ¶

func (o *PeeParameter) SetEquipmentType(v string)

SetEquipmentType gets a reference to the given string and assigns it to the EquipmentType field.

func (*PeeParameter) SetPowerInterface ¶

func (o *PeeParameter) SetPowerInterface(v string)

SetPowerInterface gets a reference to the given string and assigns it to the PowerInterface field.

func (*PeeParameter) SetSiteAltitude ¶

func (o *PeeParameter) SetSiteAltitude(v float32)

SetSiteAltitude gets a reference to the given float32 and assigns it to the SiteAltitude field.

func (*PeeParameter) SetSiteDescription ¶

func (o *PeeParameter) SetSiteDescription(v string)

SetSiteDescription gets a reference to the given string and assigns it to the SiteDescription field.

func (*PeeParameter) SetSiteIdentification ¶

func (o *PeeParameter) SetSiteIdentification(v string)

SetSiteIdentification gets a reference to the given string and assigns it to the SiteIdentification field.

func (*PeeParameter) SetSiteLatitude ¶

func (o *PeeParameter) SetSiteLatitude(v float32)

SetSiteLatitude gets a reference to the given float32 and assigns it to the SiteLatitude field.

func (*PeeParameter) SetSiteLongitude ¶

func (o *PeeParameter) SetSiteLongitude(v float32)

SetSiteLongitude gets a reference to the given float32 and assigns it to the SiteLongitude field.

func (PeeParameter) ToMap ¶

func (o PeeParameter) ToMap() (map[string]interface{}, error)

type PerceivedSeverity ¶

type PerceivedSeverity string

PerceivedSeverity the model 'PerceivedSeverity'

const (
	INDETERMINATE PerceivedSeverity = "INDETERMINATE"
	CRITICAL      PerceivedSeverity = "CRITICAL"
	MAJOR         PerceivedSeverity = "MAJOR"
	MINOR         PerceivedSeverity = "MINOR"
	WARNING       PerceivedSeverity = "WARNING"
	CLEARED       PerceivedSeverity = "CLEARED"
)

List of PerceivedSeverity

func NewPerceivedSeverityFromValue ¶

func NewPerceivedSeverityFromValue(v string) (*PerceivedSeverity, error)

NewPerceivedSeverityFromValue returns a pointer to a valid PerceivedSeverity for the value passed as argument, or an error if the value passed is not allowed by the enum

func (PerceivedSeverity) IsValid ¶

func (v PerceivedSeverity) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (PerceivedSeverity) Ptr ¶

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 ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*PerfMetricJobSingle) GetAttributesOk ¶

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 ¶

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 ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*PerfMetricJobSingleAllOf) GetAttributesOk ¶

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 ¶

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 ¶

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 ¶

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 ¶

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 ¶

Ptr returns reference to PerfNotificationTypes value

func (*PerfNotificationTypes) UnmarshalJSON ¶

func (v *PerfNotificationTypes) UnmarshalJSON(src []byte) error

type PfdData ¶

type PfdData struct {
	AppIds []string `json:"appIds,omitempty"`
	AfIds  []string `json:"afIds,omitempty"`
}

PfdData List of Application IDs and/or AF IDs managed by a given NEF Instance

func NewPfdData ¶

func NewPfdData() *PfdData

NewPfdData instantiates a new PfdData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPfdDataWithDefaults ¶

func NewPfdDataWithDefaults() *PfdData

NewPfdDataWithDefaults instantiates a new PfdData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PfdData) GetAfIds ¶

func (o *PfdData) GetAfIds() []string

GetAfIds returns the AfIds field value if set, zero value otherwise.

func (*PfdData) GetAfIdsOk ¶

func (o *PfdData) GetAfIdsOk() ([]string, bool)

GetAfIdsOk returns a tuple with the AfIds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PfdData) GetAppIds ¶

func (o *PfdData) GetAppIds() []string

GetAppIds returns the AppIds field value if set, zero value otherwise.

func (*PfdData) GetAppIdsOk ¶

func (o *PfdData) GetAppIdsOk() ([]string, bool)

GetAppIdsOk returns a tuple with the AppIds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PfdData) HasAfIds ¶

func (o *PfdData) HasAfIds() bool

HasAfIds returns a boolean if a field has been set.

func (*PfdData) HasAppIds ¶

func (o *PfdData) HasAppIds() bool

HasAppIds returns a boolean if a field has been set.

func (PfdData) MarshalJSON ¶

func (o PfdData) MarshalJSON() ([]byte, error)

func (*PfdData) SetAfIds ¶

func (o *PfdData) SetAfIds(v []string)

SetAfIds gets a reference to the given []string and assigns it to the AfIds field.

func (*PfdData) SetAppIds ¶

func (o *PfdData) SetAppIds(v []string)

SetAppIds gets a reference to the given []string and assigns it to the AppIds field.

func (PfdData) ToMap ¶

func (o PfdData) ToMap() (map[string]interface{}, error)

type PlmnId ¶

type PlmnId struct {
	Mcc *string `json:"mcc,omitempty"`
	Mnc *string `json:"mnc,omitempty"`
}

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) GetMcc ¶

func (o *PlmnId) GetMcc() string

GetMcc returns the Mcc field value if set, zero value otherwise.

func (*PlmnId) GetMccOk ¶

func (o *PlmnId) 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 (*PlmnId) GetMnc ¶

func (o *PlmnId) GetMnc() string

GetMnc returns the Mnc field value if set, zero value otherwise.

func (*PlmnId) GetMncOk ¶

func (o *PlmnId) GetMncOk() (*string, bool)

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) HasMcc ¶

func (o *PlmnId) HasMcc() bool

HasMcc returns a boolean if a field has been set.

func (*PlmnId) HasMnc ¶

func (o *PlmnId) HasMnc() bool

HasMnc returns a boolean if a field has been set.

func (PlmnId) MarshalJSON ¶

func (o PlmnId) MarshalJSON() ([]byte, error)

func (*PlmnId) SetMcc ¶

func (o *PlmnId) SetMcc(v string)

SetMcc gets a reference to the given string and assigns it to the Mcc field.

func (*PlmnId) SetMnc ¶

func (o *PlmnId) SetMnc(v string)

SetMnc gets a reference to the given string and assigns it to the Mnc field.

func (PlmnId) ToMap ¶

func (o PlmnId) ToMap() (map[string]interface{}, error)

type PlmnId1 ¶

type PlmnId1 struct {
	Mcc *string `json:"mcc,omitempty"`
	Mnc *string `json:"mnc,omitempty"`
}

PlmnId1 struct for PlmnId1

func NewPlmnId1 ¶

func NewPlmnId1() *PlmnId1

NewPlmnId1 instantiates a new PlmnId1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPlmnId1WithDefaults ¶

func NewPlmnId1WithDefaults() *PlmnId1

NewPlmnId1WithDefaults instantiates a new PlmnId1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PlmnId1) GetMcc ¶

func (o *PlmnId1) GetMcc() string

GetMcc returns the Mcc field value if set, zero value otherwise.

func (*PlmnId1) GetMccOk ¶

func (o *PlmnId1) 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 (*PlmnId1) GetMnc ¶

func (o *PlmnId1) GetMnc() string

GetMnc returns the Mnc field value if set, zero value otherwise.

func (*PlmnId1) GetMncOk ¶

func (o *PlmnId1) GetMncOk() (*string, bool)

GetMncOk returns a tuple with the Mnc field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PlmnId1) HasMcc ¶

func (o *PlmnId1) HasMcc() bool

HasMcc returns a boolean if a field has been set.

func (*PlmnId1) HasMnc ¶

func (o *PlmnId1) HasMnc() bool

HasMnc returns a boolean if a field has been set.

func (PlmnId1) MarshalJSON ¶

func (o PlmnId1) MarshalJSON() ([]byte, error)

func (*PlmnId1) SetMcc ¶

func (o *PlmnId1) SetMcc(v string)

SetMcc gets a reference to the given string and assigns it to the Mcc field.

func (*PlmnId1) SetMnc ¶

func (o *PlmnId1) SetMnc(v string)

SetMnc gets a reference to the given string and assigns it to the Mnc field.

func (PlmnId1) ToMap ¶

func (o PlmnId1) ToMap() (map[string]interface{}, error)

type PlmnId2 ¶

type PlmnId2 struct {
	// Mobile Country Code part of the PLMN, comprising 3 digits, as defined in clause 9.3.3.5 of 3GPP TS 38.413.
	Mcc string `json:"mcc"`
	// Mobile Network Code part of the PLMN, comprising 2 or 3 digits, as defined in clause 9.3.3.5 of 3GPP TS 38.413.
	Mnc string `json:"mnc"`
}

PlmnId2 When PlmnId needs to be converted to string (e.g. when used in maps as key), the string shall be composed of three digits \"mcc\" followed by \"-\" and two or three digits \"mnc\".

func NewPlmnId2 ¶

func NewPlmnId2(mcc string, mnc string) *PlmnId2

NewPlmnId2 instantiates a new PlmnId2 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPlmnId2WithDefaults ¶

func NewPlmnId2WithDefaults() *PlmnId2

NewPlmnId2WithDefaults instantiates a new PlmnId2 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PlmnId2) GetMcc ¶

func (o *PlmnId2) GetMcc() string

GetMcc returns the Mcc field value

func (*PlmnId2) GetMccOk ¶

func (o *PlmnId2) GetMccOk() (*string, bool)

GetMccOk returns a tuple with the Mcc field value and a boolean to check if the value has been set.

func (*PlmnId2) GetMnc ¶

func (o *PlmnId2) GetMnc() string

GetMnc returns the Mnc field value

func (*PlmnId2) GetMncOk ¶

func (o *PlmnId2) GetMncOk() (*string, bool)

GetMncOk returns a tuple with the Mnc field value and a boolean to check if the value has been set.

func (PlmnId2) MarshalJSON ¶

func (o PlmnId2) MarshalJSON() ([]byte, error)

func (*PlmnId2) SetMcc ¶

func (o *PlmnId2) SetMcc(v string)

SetMcc sets field value

func (*PlmnId2) SetMnc ¶

func (o *PlmnId2) SetMnc(v string)

SetMnc sets field value

func (PlmnId2) ToMap ¶

func (o PlmnId2) ToMap() (map[string]interface{}, error)

type PlmnIdNid ¶

type PlmnIdNid struct {
	Mcc *string `json:"mcc,omitempty"`
	Mnc *string `json:"mnc,omitempty"`
	Nid *string `json:"nid,omitempty"`
}

PlmnIdNid struct for PlmnIdNid

func NewPlmnIdNid ¶

func NewPlmnIdNid() *PlmnIdNid

NewPlmnIdNid instantiates a new PlmnIdNid object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPlmnIdNidWithDefaults ¶

func NewPlmnIdNidWithDefaults() *PlmnIdNid

NewPlmnIdNidWithDefaults instantiates a new PlmnIdNid object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PlmnIdNid) GetMcc ¶

func (o *PlmnIdNid) GetMcc() string

GetMcc returns the Mcc field value if set, zero value otherwise.

func (*PlmnIdNid) GetMccOk ¶

func (o *PlmnIdNid) 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 (*PlmnIdNid) GetMnc ¶

func (o *PlmnIdNid) GetMnc() string

GetMnc returns the Mnc field value if set, zero value otherwise.

func (*PlmnIdNid) GetMncOk ¶

func (o *PlmnIdNid) GetMncOk() (*string, bool)

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 (*PlmnIdNid) GetNid ¶

func (o *PlmnIdNid) GetNid() string

GetNid returns the Nid field value if set, zero value otherwise.

func (*PlmnIdNid) GetNidOk ¶

func (o *PlmnIdNid) GetNidOk() (*string, bool)

GetNidOk returns a tuple with the Nid field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PlmnIdNid) HasMcc ¶

func (o *PlmnIdNid) HasMcc() bool

HasMcc returns a boolean if a field has been set.

func (*PlmnIdNid) HasMnc ¶

func (o *PlmnIdNid) HasMnc() bool

HasMnc returns a boolean if a field has been set.

func (*PlmnIdNid) HasNid ¶

func (o *PlmnIdNid) HasNid() bool

HasNid returns a boolean if a field has been set.

func (PlmnIdNid) MarshalJSON ¶

func (o PlmnIdNid) MarshalJSON() ([]byte, error)

func (*PlmnIdNid) SetMcc ¶

func (o *PlmnIdNid) SetMcc(v string)

SetMcc gets a reference to the given string and assigns it to the Mcc field.

func (*PlmnIdNid) SetMnc ¶

func (o *PlmnIdNid) SetMnc(v string)

SetMnc gets a reference to the given string and assigns it to the Mnc field.

func (*PlmnIdNid) SetNid ¶

func (o *PlmnIdNid) SetNid(v string)

SetNid gets a reference to the given string and assigns it to the Nid field.

func (PlmnIdNid) ToMap ¶

func (o PlmnIdNid) ToMap() (map[string]interface{}, error)

type PlmnIdNid1 ¶

type PlmnIdNid1 struct {
	// Mobile Country Code part of the PLMN, comprising 3 digits, as defined in clause 9.3.3.5 of 3GPP TS 38.413.
	Mcc string `json:"mcc"`
	// Mobile Network Code part of the PLMN, comprising 2 or 3 digits, as defined in clause 9.3.3.5 of 3GPP TS 38.413.
	Mnc string  `json:"mnc"`
	Nid *string `json:"nid,omitempty"`
}

PlmnIdNid1 Contains the serving core network operator PLMN ID and, for an SNPN, the NID that together with the PLMN ID identifies the SNPN.

func NewPlmnIdNid1 ¶

func NewPlmnIdNid1(mcc string, mnc string) *PlmnIdNid1

NewPlmnIdNid1 instantiates a new PlmnIdNid1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPlmnIdNid1WithDefaults ¶

func NewPlmnIdNid1WithDefaults() *PlmnIdNid1

NewPlmnIdNid1WithDefaults instantiates a new PlmnIdNid1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PlmnIdNid1) GetMcc ¶

func (o *PlmnIdNid1) GetMcc() string

GetMcc returns the Mcc field value

func (*PlmnIdNid1) GetMccOk ¶

func (o *PlmnIdNid1) GetMccOk() (*string, bool)

GetMccOk returns a tuple with the Mcc field value and a boolean to check if the value has been set.

func (*PlmnIdNid1) GetMnc ¶

func (o *PlmnIdNid1) GetMnc() string

GetMnc returns the Mnc field value

func (*PlmnIdNid1) GetMncOk ¶

func (o *PlmnIdNid1) GetMncOk() (*string, bool)

GetMncOk returns a tuple with the Mnc field value and a boolean to check if the value has been set.

func (*PlmnIdNid1) GetNid ¶

func (o *PlmnIdNid1) GetNid() string

GetNid returns the Nid field value if set, zero value otherwise.

func (*PlmnIdNid1) GetNidOk ¶

func (o *PlmnIdNid1) GetNidOk() (*string, bool)

GetNidOk returns a tuple with the Nid field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PlmnIdNid1) HasNid ¶

func (o *PlmnIdNid1) HasNid() bool

HasNid returns a boolean if a field has been set.

func (PlmnIdNid1) MarshalJSON ¶

func (o PlmnIdNid1) MarshalJSON() ([]byte, error)

func (*PlmnIdNid1) SetMcc ¶

func (o *PlmnIdNid1) SetMcc(v string)

SetMcc sets field value

func (*PlmnIdNid1) SetMnc ¶

func (o *PlmnIdNid1) SetMnc(v string)

SetMnc sets field value

func (*PlmnIdNid1) SetNid ¶

func (o *PlmnIdNid1) SetNid(v string)

SetNid gets a reference to the given string and assigns it to the Nid field.

func (PlmnIdNid1) ToMap ¶

func (o PlmnIdNid1) ToMap() (map[string]interface{}, error)

type PlmnInfo ¶

type PlmnInfo struct {
	PlmnId *PlmnId `json:"plmnId,omitempty"`
	Snssai *Snssai `json:"snssai,omitempty"`
}

PlmnInfo struct for PlmnInfo

func NewPlmnInfo ¶

func NewPlmnInfo() *PlmnInfo

NewPlmnInfo instantiates a new PlmnInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPlmnInfoWithDefaults ¶

func NewPlmnInfoWithDefaults() *PlmnInfo

NewPlmnInfoWithDefaults instantiates a new PlmnInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PlmnInfo) GetPlmnId ¶

func (o *PlmnInfo) GetPlmnId() PlmnId

GetPlmnId returns the PlmnId field value if set, zero value otherwise.

func (*PlmnInfo) GetPlmnIdOk ¶

func (o *PlmnInfo) GetPlmnIdOk() (*PlmnId, bool)

GetPlmnIdOk returns a tuple with the PlmnId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PlmnInfo) GetSnssai ¶

func (o *PlmnInfo) GetSnssai() Snssai

GetSnssai returns the Snssai field value if set, zero value otherwise.

func (*PlmnInfo) GetSnssaiOk ¶

func (o *PlmnInfo) GetSnssaiOk() (*Snssai, bool)

GetSnssaiOk returns a tuple with the Snssai field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PlmnInfo) HasPlmnId ¶

func (o *PlmnInfo) HasPlmnId() bool

HasPlmnId returns a boolean if a field has been set.

func (*PlmnInfo) HasSnssai ¶

func (o *PlmnInfo) HasSnssai() bool

HasSnssai returns a boolean if a field has been set.

func (PlmnInfo) MarshalJSON ¶

func (o PlmnInfo) MarshalJSON() ([]byte, error)

func (*PlmnInfo) SetPlmnId ¶

func (o *PlmnInfo) SetPlmnId(v PlmnId)

SetPlmnId gets a reference to the given PlmnId and assigns it to the PlmnId field.

func (*PlmnInfo) SetSnssai ¶

func (o *PlmnInfo) SetSnssai(v Snssai)

SetSnssai gets a reference to the given Snssai and assigns it to the Snssai field.

func (PlmnInfo) ToMap ¶

func (o PlmnInfo) ToMap() (map[string]interface{}, error)

type PlmnListTypeInner ¶

type PlmnListTypeInner struct {
	Mcc string `json:"mcc"`
	Mnc string `json:"mnc"`
}

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 ¶

type PlmnTargetType struct {
	Mcc string `json:"mcc"`
	Mnc string `json:"mnc"`
}

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) SetMcc ¶

func (o *PlmnTargetType) SetMcc(v string)

SetMcc sets field value

func (*PlmnTargetType) SetMnc ¶

func (o *PlmnTargetType) SetMnc(v string)

SetMnc sets field value

func (PlmnTargetType) ToMap ¶

func (o PlmnTargetType) ToMap() (map[string]interface{}, error)

type Positioning ¶

type Positioning struct {
	ServAttrCom         *ServAttrCom         `json:"servAttrCom,omitempty"`
	Availability        []string             `json:"availability,omitempty"`
	Predictionfrequency *Predictionfrequency `json:"predictionfrequency,omitempty"`
	Accuracy            *float32             `json:"accuracy,omitempty"`
}

Positioning struct for Positioning

func NewPositioning ¶

func NewPositioning() *Positioning

NewPositioning instantiates a new Positioning object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPositioningWithDefaults ¶

func NewPositioningWithDefaults() *Positioning

NewPositioningWithDefaults instantiates a new Positioning object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Positioning) GetAccuracy ¶

func (o *Positioning) GetAccuracy() float32

GetAccuracy returns the Accuracy field value if set, zero value otherwise.

func (*Positioning) GetAccuracyOk ¶

func (o *Positioning) GetAccuracyOk() (*float32, bool)

GetAccuracyOk returns a tuple with the Accuracy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Positioning) GetAvailability ¶

func (o *Positioning) GetAvailability() []string

GetAvailability returns the Availability field value if set, zero value otherwise.

func (*Positioning) GetAvailabilityOk ¶

func (o *Positioning) GetAvailabilityOk() ([]string, bool)

GetAvailabilityOk returns a tuple with the Availability field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Positioning) GetPredictionfrequency ¶

func (o *Positioning) GetPredictionfrequency() Predictionfrequency

GetPredictionfrequency returns the Predictionfrequency field value if set, zero value otherwise.

func (*Positioning) GetPredictionfrequencyOk ¶

func (o *Positioning) GetPredictionfrequencyOk() (*Predictionfrequency, bool)

GetPredictionfrequencyOk returns a tuple with the Predictionfrequency field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Positioning) GetServAttrCom ¶

func (o *Positioning) GetServAttrCom() ServAttrCom

GetServAttrCom returns the ServAttrCom field value if set, zero value otherwise.

func (*Positioning) GetServAttrComOk ¶

func (o *Positioning) GetServAttrComOk() (*ServAttrCom, bool)

GetServAttrComOk returns a tuple with the ServAttrCom field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Positioning) HasAccuracy ¶

func (o *Positioning) HasAccuracy() bool

HasAccuracy returns a boolean if a field has been set.

func (*Positioning) HasAvailability ¶

func (o *Positioning) HasAvailability() bool

HasAvailability returns a boolean if a field has been set.

func (*Positioning) HasPredictionfrequency ¶

func (o *Positioning) HasPredictionfrequency() bool

HasPredictionfrequency returns a boolean if a field has been set.

func (*Positioning) HasServAttrCom ¶

func (o *Positioning) HasServAttrCom() bool

HasServAttrCom returns a boolean if a field has been set.

func (Positioning) MarshalJSON ¶

func (o Positioning) MarshalJSON() ([]byte, error)

func (*Positioning) SetAccuracy ¶

func (o *Positioning) SetAccuracy(v float32)

SetAccuracy gets a reference to the given float32 and assigns it to the Accuracy field.

func (*Positioning) SetAvailability ¶

func (o *Positioning) SetAvailability(v []string)

SetAvailability gets a reference to the given []string and assigns it to the Availability field.

func (*Positioning) SetPredictionfrequency ¶

func (o *Positioning) SetPredictionfrequency(v Predictionfrequency)

SetPredictionfrequency gets a reference to the given Predictionfrequency and assigns it to the Predictionfrequency field.

func (*Positioning) SetServAttrCom ¶

func (o *Positioning) SetServAttrCom(v ServAttrCom)

SetServAttrCom gets a reference to the given ServAttrCom and assigns it to the ServAttrCom field.

func (Positioning) ToMap ¶

func (o Positioning) 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 ¶

Ptr returns reference to positioningMethod-Type value

func (*PositioningMethodType) UnmarshalJSON ¶

func (v *PositioningMethodType) UnmarshalJSON(src []byte) error

type PositioningRANSubnet ¶

type PositioningRANSubnet struct {
	Availability        []string             `json:"availability,omitempty"`
	Predictionfrequency *Predictionfrequency `json:"predictionfrequency,omitempty"`
	Accuracy            *float32             `json:"accuracy,omitempty"`
}

PositioningRANSubnet struct for PositioningRANSubnet

func NewPositioningRANSubnet ¶

func NewPositioningRANSubnet() *PositioningRANSubnet

NewPositioningRANSubnet instantiates a new PositioningRANSubnet object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPositioningRANSubnetWithDefaults ¶

func NewPositioningRANSubnetWithDefaults() *PositioningRANSubnet

NewPositioningRANSubnetWithDefaults instantiates a new PositioningRANSubnet object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PositioningRANSubnet) GetAccuracy ¶

func (o *PositioningRANSubnet) GetAccuracy() float32

GetAccuracy returns the Accuracy field value if set, zero value otherwise.

func (*PositioningRANSubnet) GetAccuracyOk ¶

func (o *PositioningRANSubnet) GetAccuracyOk() (*float32, bool)

GetAccuracyOk returns a tuple with the Accuracy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PositioningRANSubnet) GetAvailability ¶

func (o *PositioningRANSubnet) GetAvailability() []string

GetAvailability returns the Availability field value if set, zero value otherwise.

func (*PositioningRANSubnet) GetAvailabilityOk ¶

func (o *PositioningRANSubnet) GetAvailabilityOk() ([]string, bool)

GetAvailabilityOk returns a tuple with the Availability field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PositioningRANSubnet) GetPredictionfrequency ¶

func (o *PositioningRANSubnet) GetPredictionfrequency() Predictionfrequency

GetPredictionfrequency returns the Predictionfrequency field value if set, zero value otherwise.

func (*PositioningRANSubnet) GetPredictionfrequencyOk ¶

func (o *PositioningRANSubnet) GetPredictionfrequencyOk() (*Predictionfrequency, bool)

GetPredictionfrequencyOk returns a tuple with the Predictionfrequency field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PositioningRANSubnet) HasAccuracy ¶

func (o *PositioningRANSubnet) HasAccuracy() bool

HasAccuracy returns a boolean if a field has been set.

func (*PositioningRANSubnet) HasAvailability ¶

func (o *PositioningRANSubnet) HasAvailability() bool

HasAvailability returns a boolean if a field has been set.

func (*PositioningRANSubnet) HasPredictionfrequency ¶

func (o *PositioningRANSubnet) HasPredictionfrequency() bool

HasPredictionfrequency returns a boolean if a field has been set.

func (PositioningRANSubnet) MarshalJSON ¶

func (o PositioningRANSubnet) MarshalJSON() ([]byte, error)

func (*PositioningRANSubnet) SetAccuracy ¶

func (o *PositioningRANSubnet) SetAccuracy(v float32)

SetAccuracy gets a reference to the given float32 and assigns it to the Accuracy field.

func (*PositioningRANSubnet) SetAvailability ¶

func (o *PositioningRANSubnet) SetAvailability(v []string)

SetAvailability gets a reference to the given []string and assigns it to the Availability field.

func (*PositioningRANSubnet) SetPredictionfrequency ¶

func (o *PositioningRANSubnet) SetPredictionfrequency(v Predictionfrequency)

SetPredictionfrequency gets a reference to the given Predictionfrequency and assigns it to the Predictionfrequency field.

func (PositioningRANSubnet) ToMap ¶

func (o PositioningRANSubnet) ToMap() (map[string]interface{}, error)

type PredefinedPccRuleSetSingle ¶

type PredefinedPccRuleSetSingle struct {
	Top
	Attributes *PredefinedPccRuleSetSingleAllOfAttributes `json:"attributes,omitempty"`
}

PredefinedPccRuleSetSingle struct for PredefinedPccRuleSetSingle

func NewPredefinedPccRuleSetSingle ¶

func NewPredefinedPccRuleSetSingle(id NullableString) *PredefinedPccRuleSetSingle

NewPredefinedPccRuleSetSingle instantiates a new PredefinedPccRuleSetSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPredefinedPccRuleSetSingleWithDefaults ¶

func NewPredefinedPccRuleSetSingleWithDefaults() *PredefinedPccRuleSetSingle

NewPredefinedPccRuleSetSingleWithDefaults instantiates a new PredefinedPccRuleSetSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PredefinedPccRuleSetSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*PredefinedPccRuleSetSingle) GetAttributesOk ¶

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 (*PredefinedPccRuleSetSingle) HasAttributes ¶

func (o *PredefinedPccRuleSetSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (PredefinedPccRuleSetSingle) MarshalJSON ¶

func (o PredefinedPccRuleSetSingle) MarshalJSON() ([]byte, error)

func (*PredefinedPccRuleSetSingle) SetAttributes ¶

SetAttributes gets a reference to the given PredefinedPccRuleSetSingleAllOfAttributes and assigns it to the Attributes field.

func (PredefinedPccRuleSetSingle) ToMap ¶

func (o PredefinedPccRuleSetSingle) ToMap() (map[string]interface{}, error)

type PredefinedPccRuleSetSingleAllOf ¶

type PredefinedPccRuleSetSingleAllOf struct {
	Attributes *PredefinedPccRuleSetSingleAllOfAttributes `json:"attributes,omitempty"`
}

PredefinedPccRuleSetSingleAllOf struct for PredefinedPccRuleSetSingleAllOf

func NewPredefinedPccRuleSetSingleAllOf ¶

func NewPredefinedPccRuleSetSingleAllOf() *PredefinedPccRuleSetSingleAllOf

NewPredefinedPccRuleSetSingleAllOf instantiates a new PredefinedPccRuleSetSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPredefinedPccRuleSetSingleAllOfWithDefaults ¶

func NewPredefinedPccRuleSetSingleAllOfWithDefaults() *PredefinedPccRuleSetSingleAllOf

NewPredefinedPccRuleSetSingleAllOfWithDefaults instantiates a new PredefinedPccRuleSetSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PredefinedPccRuleSetSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*PredefinedPccRuleSetSingleAllOf) GetAttributesOk ¶

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 (*PredefinedPccRuleSetSingleAllOf) HasAttributes ¶

func (o *PredefinedPccRuleSetSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (PredefinedPccRuleSetSingleAllOf) MarshalJSON ¶

func (o PredefinedPccRuleSetSingleAllOf) MarshalJSON() ([]byte, error)

func (*PredefinedPccRuleSetSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given PredefinedPccRuleSetSingleAllOfAttributes and assigns it to the Attributes field.

func (PredefinedPccRuleSetSingleAllOf) ToMap ¶

func (o PredefinedPccRuleSetSingleAllOf) ToMap() (map[string]interface{}, error)

type PredefinedPccRuleSetSingleAllOfAttributes ¶

type PredefinedPccRuleSetSingleAllOfAttributes struct {
	PredefinedPccRules []PccRule `json:"predefinedPccRules,omitempty"`
}

PredefinedPccRuleSetSingleAllOfAttributes struct for PredefinedPccRuleSetSingleAllOfAttributes

func NewPredefinedPccRuleSetSingleAllOfAttributes ¶

func NewPredefinedPccRuleSetSingleAllOfAttributes() *PredefinedPccRuleSetSingleAllOfAttributes

NewPredefinedPccRuleSetSingleAllOfAttributes instantiates a new PredefinedPccRuleSetSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPredefinedPccRuleSetSingleAllOfAttributesWithDefaults ¶

func NewPredefinedPccRuleSetSingleAllOfAttributesWithDefaults() *PredefinedPccRuleSetSingleAllOfAttributes

NewPredefinedPccRuleSetSingleAllOfAttributesWithDefaults instantiates a new PredefinedPccRuleSetSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PredefinedPccRuleSetSingleAllOfAttributes) GetPredefinedPccRules ¶

func (o *PredefinedPccRuleSetSingleAllOfAttributes) GetPredefinedPccRules() []PccRule

GetPredefinedPccRules returns the PredefinedPccRules field value if set, zero value otherwise.

func (*PredefinedPccRuleSetSingleAllOfAttributes) GetPredefinedPccRulesOk ¶

func (o *PredefinedPccRuleSetSingleAllOfAttributes) GetPredefinedPccRulesOk() ([]PccRule, bool)

GetPredefinedPccRulesOk returns a tuple with the PredefinedPccRules field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PredefinedPccRuleSetSingleAllOfAttributes) HasPredefinedPccRules ¶

func (o *PredefinedPccRuleSetSingleAllOfAttributes) HasPredefinedPccRules() bool

HasPredefinedPccRules returns a boolean if a field has been set.

func (PredefinedPccRuleSetSingleAllOfAttributes) MarshalJSON ¶

func (*PredefinedPccRuleSetSingleAllOfAttributes) SetPredefinedPccRules ¶

func (o *PredefinedPccRuleSetSingleAllOfAttributes) SetPredefinedPccRules(v []PccRule)

SetPredefinedPccRules gets a reference to the given []PccRule and assigns it to the PredefinedPccRules field.

func (PredefinedPccRuleSetSingleAllOfAttributes) ToMap ¶

func (o PredefinedPccRuleSetSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type PredefinedPccRuleSetSingleAllOfAttributesAllOf ¶

type PredefinedPccRuleSetSingleAllOfAttributesAllOf struct {
	PredefinedPccRules []PccRule `json:"predefinedPccRules,omitempty"`
}

PredefinedPccRuleSetSingleAllOfAttributesAllOf struct for PredefinedPccRuleSetSingleAllOfAttributesAllOf

func NewPredefinedPccRuleSetSingleAllOfAttributesAllOf ¶

func NewPredefinedPccRuleSetSingleAllOfAttributesAllOf() *PredefinedPccRuleSetSingleAllOfAttributesAllOf

NewPredefinedPccRuleSetSingleAllOfAttributesAllOf instantiates a new PredefinedPccRuleSetSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPredefinedPccRuleSetSingleAllOfAttributesAllOfWithDefaults ¶

func NewPredefinedPccRuleSetSingleAllOfAttributesAllOfWithDefaults() *PredefinedPccRuleSetSingleAllOfAttributesAllOf

NewPredefinedPccRuleSetSingleAllOfAttributesAllOfWithDefaults instantiates a new PredefinedPccRuleSetSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PredefinedPccRuleSetSingleAllOfAttributesAllOf) GetPredefinedPccRules ¶

func (o *PredefinedPccRuleSetSingleAllOfAttributesAllOf) GetPredefinedPccRules() []PccRule

GetPredefinedPccRules returns the PredefinedPccRules field value if set, zero value otherwise.

func (*PredefinedPccRuleSetSingleAllOfAttributesAllOf) GetPredefinedPccRulesOk ¶

func (o *PredefinedPccRuleSetSingleAllOfAttributesAllOf) GetPredefinedPccRulesOk() ([]PccRule, bool)

GetPredefinedPccRulesOk returns a tuple with the PredefinedPccRules field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PredefinedPccRuleSetSingleAllOfAttributesAllOf) HasPredefinedPccRules ¶

func (o *PredefinedPccRuleSetSingleAllOfAttributesAllOf) HasPredefinedPccRules() bool

HasPredefinedPccRules returns a boolean if a field has been set.

func (PredefinedPccRuleSetSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*PredefinedPccRuleSetSingleAllOfAttributesAllOf) SetPredefinedPccRules ¶

func (o *PredefinedPccRuleSetSingleAllOfAttributesAllOf) SetPredefinedPccRules(v []PccRule)

SetPredefinedPccRules gets a reference to the given []PccRule and assigns it to the PredefinedPccRules field.

func (PredefinedPccRuleSetSingleAllOfAttributesAllOf) ToMap ¶

func (o PredefinedPccRuleSetSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)

type Predictionfrequency ¶

type Predictionfrequency string

Predictionfrequency the model 'Predictionfrequency'

const (
	PERSEC  Predictionfrequency = "PERSEC"
	PERMIN  Predictionfrequency = "PERMIN"
	PERHOUR Predictionfrequency = "PERHOUR"
)

List of Predictionfrequency

func NewPredictionfrequencyFromValue ¶

func NewPredictionfrequencyFromValue(v string) (*Predictionfrequency, error)

NewPredictionfrequencyFromValue returns a pointer to a valid Predictionfrequency for the value passed as argument, or an error if the value passed is not allowed by the enum

func (Predictionfrequency) IsValid ¶

func (v Predictionfrequency) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (Predictionfrequency) Ptr ¶

Ptr returns reference to Predictionfrequency value

func (*Predictionfrequency) UnmarshalJSON ¶

func (v *Predictionfrequency) UnmarshalJSON(src []byte) error

type PreemptionCapability ¶

type PreemptionCapability struct {
	String *string
}

PreemptionCapability The enumeration PreemptionCapability indicates the pre-emption capability of a request on other QoS flows. See clause 5.7.2.2 of 3GPP TS 23.501. It shall comply with the provisions defined in table 5.5.3.1-1.

func (*PreemptionCapability) MarshalJSON ¶

func (src *PreemptionCapability) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*PreemptionCapability) UnmarshalJSON ¶

func (dst *PreemptionCapability) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type PreemptionVulnerability ¶

type PreemptionVulnerability struct {
	String *string
}

PreemptionVulnerability The enumeration PreemptionVulnerability indicates the pre-emption vulnerability of the QoS flow to pre-emption from other QoS flows. See clause 5.7.2.2 of 3GPP TS 23.501. It shall comply with the provisions defined in table 5.5.3.2-1

func (*PreemptionVulnerability) MarshalJSON ¶

func (src *PreemptionVulnerability) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*PreemptionVulnerability) UnmarshalJSON ¶

func (dst *PreemptionVulnerability) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type 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.2

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 ¶

type ProbableCauseOneOf struct {
	String *string
}

ProbableCauseOneOf struct for ProbableCauseOneOf

func (*ProbableCauseOneOf) MarshalJSON ¶

func (src *ProbableCauseOneOf) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*ProbableCauseOneOf) UnmarshalJSON ¶

func (dst *ProbableCauseOneOf) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type ProcessMonitor ¶

type ProcessMonitor struct {
	JobId              *string    `json:"jobId,omitempty"`
	Status             *string    `json:"status,omitempty"`
	ProgressPercentage *int32     `json:"progressPercentage,omitempty"`
	ProgressStateInfo  *string    `json:"progressStateInfo,omitempty"`
	ResultStateInfo    *string    `json:"resultStateInfo,omitempty"`
	StartTime          *time.Time `json:"startTime,omitempty"`
	EndTime            *time.Time `json:"endTime,omitempty"`
	Timer              *int32     `json:"timer,omitempty"`
}

ProcessMonitor This data type is the \"ProcessMonitor\" data type without specialisations.

func NewProcessMonitor ¶

func NewProcessMonitor() *ProcessMonitor

NewProcessMonitor instantiates a new ProcessMonitor object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewProcessMonitorWithDefaults ¶

func NewProcessMonitorWithDefaults() *ProcessMonitor

NewProcessMonitorWithDefaults instantiates a new ProcessMonitor object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ProcessMonitor) GetEndTime ¶

func (o *ProcessMonitor) GetEndTime() time.Time

GetEndTime returns the EndTime field value if set, zero value otherwise.

func (*ProcessMonitor) GetEndTimeOk ¶

func (o *ProcessMonitor) 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 (*ProcessMonitor) GetJobId ¶

func (o *ProcessMonitor) GetJobId() string

GetJobId returns the JobId field value if set, zero value otherwise.

func (*ProcessMonitor) GetJobIdOk ¶

func (o *ProcessMonitor) 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 (*ProcessMonitor) GetProgressPercentage ¶

func (o *ProcessMonitor) GetProgressPercentage() int32

GetProgressPercentage returns the ProgressPercentage field value if set, zero value otherwise.

func (*ProcessMonitor) GetProgressPercentageOk ¶

func (o *ProcessMonitor) 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 (*ProcessMonitor) GetProgressStateInfo ¶

func (o *ProcessMonitor) GetProgressStateInfo() string

GetProgressStateInfo returns the ProgressStateInfo field value if set, zero value otherwise.

func (*ProcessMonitor) GetProgressStateInfoOk ¶

func (o *ProcessMonitor) 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 (*ProcessMonitor) GetResultStateInfo ¶

func (o *ProcessMonitor) GetResultStateInfo() string

GetResultStateInfo returns the ResultStateInfo field value if set, zero value otherwise.

func (*ProcessMonitor) GetResultStateInfoOk ¶

func (o *ProcessMonitor) GetResultStateInfoOk() (*string, 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 (*ProcessMonitor) GetStartTime ¶

func (o *ProcessMonitor) GetStartTime() time.Time

GetStartTime returns the StartTime field value if set, zero value otherwise.

func (*ProcessMonitor) GetStartTimeOk ¶

func (o *ProcessMonitor) 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 (*ProcessMonitor) GetStatus ¶

func (o *ProcessMonitor) GetStatus() string

GetStatus returns the Status field value if set, zero value otherwise.

func (*ProcessMonitor) GetStatusOk ¶

func (o *ProcessMonitor) 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 (*ProcessMonitor) GetTimer ¶

func (o *ProcessMonitor) GetTimer() int32

GetTimer returns the Timer field value if set, zero value otherwise.

func (*ProcessMonitor) GetTimerOk ¶

func (o *ProcessMonitor) 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 (*ProcessMonitor) HasEndTime ¶

func (o *ProcessMonitor) HasEndTime() bool

HasEndTime returns a boolean if a field has been set.

func (*ProcessMonitor) HasJobId ¶

func (o *ProcessMonitor) HasJobId() bool

HasJobId returns a boolean if a field has been set.

func (*ProcessMonitor) HasProgressPercentage ¶

func (o *ProcessMonitor) HasProgressPercentage() bool

HasProgressPercentage returns a boolean if a field has been set.

func (*ProcessMonitor) HasProgressStateInfo ¶

func (o *ProcessMonitor) HasProgressStateInfo() bool

HasProgressStateInfo returns a boolean if a field has been set.

func (*ProcessMonitor) HasResultStateInfo ¶

func (o *ProcessMonitor) HasResultStateInfo() bool

HasResultStateInfo returns a boolean if a field has been set.

func (*ProcessMonitor) HasStartTime ¶

func (o *ProcessMonitor) HasStartTime() bool

HasStartTime returns a boolean if a field has been set.

func (*ProcessMonitor) HasStatus ¶

func (o *ProcessMonitor) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*ProcessMonitor) HasTimer ¶

func (o *ProcessMonitor) HasTimer() bool

HasTimer returns a boolean if a field has been set.

func (ProcessMonitor) MarshalJSON ¶

func (o ProcessMonitor) MarshalJSON() ([]byte, error)

func (*ProcessMonitor) SetEndTime ¶

func (o *ProcessMonitor) SetEndTime(v time.Time)

SetEndTime gets a reference to the given time.Time and assigns it to the EndTime field.

func (*ProcessMonitor) SetJobId ¶

func (o *ProcessMonitor) SetJobId(v string)

SetJobId gets a reference to the given string and assigns it to the JobId field.

func (*ProcessMonitor) SetProgressPercentage ¶

func (o *ProcessMonitor) SetProgressPercentage(v int32)

SetProgressPercentage gets a reference to the given int32 and assigns it to the ProgressPercentage field.

func (*ProcessMonitor) SetProgressStateInfo ¶

func (o *ProcessMonitor) SetProgressStateInfo(v string)

SetProgressStateInfo gets a reference to the given string and assigns it to the ProgressStateInfo field.

func (*ProcessMonitor) SetResultStateInfo ¶

func (o *ProcessMonitor) SetResultStateInfo(v string)

SetResultStateInfo gets a reference to the given string and assigns it to the ResultStateInfo field.

func (*ProcessMonitor) SetStartTime ¶

func (o *ProcessMonitor) SetStartTime(v time.Time)

SetStartTime gets a reference to the given time.Time and assigns it to the StartTime field.

func (*ProcessMonitor) SetStatus ¶

func (o *ProcessMonitor) SetStatus(v string)

SetStatus gets a reference to the given string and assigns it to the Status field.

func (*ProcessMonitor) SetTimer ¶

func (o *ProcessMonitor) SetTimer(v int32)

SetTimer gets a reference to the given int32 and assigns it to the Timer field.

func (ProcessMonitor) ToMap ¶

func (o ProcessMonitor) ToMap() (map[string]interface{}, error)

type ProseCapability ¶

type ProseCapability struct {
	ProseDirectDiscovey      *bool `json:"proseDirectDiscovey,omitempty"`
	ProseDirectCommunication *bool `json:"proseDirectCommunication,omitempty"`
	ProseL2UetoNetworkRelay  *bool `json:"proseL2UetoNetworkRelay,omitempty"`
	ProseL3UetoNetworkRelay  *bool `json:"proseL3UetoNetworkRelay,omitempty"`
	ProseL2RemoteUe          *bool `json:"proseL2RemoteUe,omitempty"`
	ProseL3RemoteUe          *bool `json:"proseL3RemoteUe,omitempty"`
}

ProseCapability struct for ProseCapability

func NewProseCapability ¶

func NewProseCapability() *ProseCapability

NewProseCapability instantiates a new ProseCapability object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewProseCapabilityWithDefaults ¶

func NewProseCapabilityWithDefaults() *ProseCapability

NewProseCapabilityWithDefaults instantiates a new ProseCapability object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ProseCapability) GetProseDirectCommunication ¶

func (o *ProseCapability) GetProseDirectCommunication() bool

GetProseDirectCommunication returns the ProseDirectCommunication field value if set, zero value otherwise.

func (*ProseCapability) GetProseDirectCommunicationOk ¶

func (o *ProseCapability) GetProseDirectCommunicationOk() (*bool, bool)

GetProseDirectCommunicationOk returns a tuple with the ProseDirectCommunication field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProseCapability) GetProseDirectDiscovey ¶

func (o *ProseCapability) GetProseDirectDiscovey() bool

GetProseDirectDiscovey returns the ProseDirectDiscovey field value if set, zero value otherwise.

func (*ProseCapability) GetProseDirectDiscoveyOk ¶

func (o *ProseCapability) GetProseDirectDiscoveyOk() (*bool, bool)

GetProseDirectDiscoveyOk returns a tuple with the ProseDirectDiscovey field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProseCapability) GetProseL2RemoteUe ¶

func (o *ProseCapability) GetProseL2RemoteUe() bool

GetProseL2RemoteUe returns the ProseL2RemoteUe field value if set, zero value otherwise.

func (*ProseCapability) GetProseL2RemoteUeOk ¶

func (o *ProseCapability) GetProseL2RemoteUeOk() (*bool, bool)

GetProseL2RemoteUeOk returns a tuple with the ProseL2RemoteUe field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProseCapability) GetProseL2UetoNetworkRelay ¶

func (o *ProseCapability) GetProseL2UetoNetworkRelay() bool

GetProseL2UetoNetworkRelay returns the ProseL2UetoNetworkRelay field value if set, zero value otherwise.

func (*ProseCapability) GetProseL2UetoNetworkRelayOk ¶

func (o *ProseCapability) GetProseL2UetoNetworkRelayOk() (*bool, bool)

GetProseL2UetoNetworkRelayOk returns a tuple with the ProseL2UetoNetworkRelay field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProseCapability) GetProseL3RemoteUe ¶

func (o *ProseCapability) GetProseL3RemoteUe() bool

GetProseL3RemoteUe returns the ProseL3RemoteUe field value if set, zero value otherwise.

func (*ProseCapability) GetProseL3RemoteUeOk ¶

func (o *ProseCapability) GetProseL3RemoteUeOk() (*bool, bool)

GetProseL3RemoteUeOk returns a tuple with the ProseL3RemoteUe field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProseCapability) GetProseL3UetoNetworkRelay ¶

func (o *ProseCapability) GetProseL3UetoNetworkRelay() bool

GetProseL3UetoNetworkRelay returns the ProseL3UetoNetworkRelay field value if set, zero value otherwise.

func (*ProseCapability) GetProseL3UetoNetworkRelayOk ¶

func (o *ProseCapability) GetProseL3UetoNetworkRelayOk() (*bool, bool)

GetProseL3UetoNetworkRelayOk returns a tuple with the ProseL3UetoNetworkRelay field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProseCapability) HasProseDirectCommunication ¶

func (o *ProseCapability) HasProseDirectCommunication() bool

HasProseDirectCommunication returns a boolean if a field has been set.

func (*ProseCapability) HasProseDirectDiscovey ¶

func (o *ProseCapability) HasProseDirectDiscovey() bool

HasProseDirectDiscovey returns a boolean if a field has been set.

func (*ProseCapability) HasProseL2RemoteUe ¶

func (o *ProseCapability) HasProseL2RemoteUe() bool

HasProseL2RemoteUe returns a boolean if a field has been set.

func (*ProseCapability) HasProseL2UetoNetworkRelay ¶

func (o *ProseCapability) HasProseL2UetoNetworkRelay() bool

HasProseL2UetoNetworkRelay returns a boolean if a field has been set.

func (*ProseCapability) HasProseL3RemoteUe ¶

func (o *ProseCapability) HasProseL3RemoteUe() bool

HasProseL3RemoteUe returns a boolean if a field has been set.

func (*ProseCapability) HasProseL3UetoNetworkRelay ¶

func (o *ProseCapability) HasProseL3UetoNetworkRelay() bool

HasProseL3UetoNetworkRelay returns a boolean if a field has been set.

func (ProseCapability) MarshalJSON ¶

func (o ProseCapability) MarshalJSON() ([]byte, error)

func (*ProseCapability) SetProseDirectCommunication ¶

func (o *ProseCapability) SetProseDirectCommunication(v bool)

SetProseDirectCommunication gets a reference to the given bool and assigns it to the ProseDirectCommunication field.

func (*ProseCapability) SetProseDirectDiscovey ¶

func (o *ProseCapability) SetProseDirectDiscovey(v bool)

SetProseDirectDiscovey gets a reference to the given bool and assigns it to the ProseDirectDiscovey field.

func (*ProseCapability) SetProseL2RemoteUe ¶

func (o *ProseCapability) SetProseL2RemoteUe(v bool)

SetProseL2RemoteUe gets a reference to the given bool and assigns it to the ProseL2RemoteUe field.

func (*ProseCapability) SetProseL2UetoNetworkRelay ¶

func (o *ProseCapability) SetProseL2UetoNetworkRelay(v bool)

SetProseL2UetoNetworkRelay gets a reference to the given bool and assigns it to the ProseL2UetoNetworkRelay field.

func (*ProseCapability) SetProseL3RemoteUe ¶

func (o *ProseCapability) SetProseL3RemoteUe(v bool)

SetProseL3RemoteUe gets a reference to the given bool and assigns it to the ProseL3RemoteUe field.

func (*ProseCapability) SetProseL3UetoNetworkRelay ¶

func (o *ProseCapability) SetProseL3UetoNetworkRelay(v bool)

SetProseL3UetoNetworkRelay gets a reference to the given bool and assigns it to the ProseL3UetoNetworkRelay field.

func (ProseCapability) ToMap ¶

func (o ProseCapability) ToMap() (map[string]interface{}, error)

type ProvMnS ¶

type ProvMnS struct {
	MnSOneOf  *MnSOneOf
	MnSOneOf1 *MnSOneOf1
}

ProvMnS - struct for ProvMnS

func MnSOneOf1AsProvMnS ¶

func MnSOneOf1AsProvMnS(v *MnSOneOf1) ProvMnS

MnSOneOf1AsProvMnS is a convenience function that returns MnSOneOf1 wrapped in ProvMnS

func MnSOneOfAsProvMnS ¶

func MnSOneOfAsProvMnS(v *MnSOneOf) ProvMnS

MnSOneOfAsProvMnS is a convenience function that returns MnSOneOf wrapped in ProvMnS

func (*ProvMnS) GetActualInstance ¶

func (obj *ProvMnS) GetActualInstance() interface{}

Get the actual instance

func (ProvMnS) MarshalJSON ¶

func (src ProvMnS) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*ProvMnS) UnmarshalJSON ¶

func (dst *ProvMnS) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type QFPacketDelayThresholdsType ¶

type QFPacketDelayThresholdsType struct {
	ThresholdDl  *int32 `json:"thresholdDl,omitempty"`
	ThresholdUl  *int32 `json:"thresholdUl,omitempty"`
	ThresholdRtt *int32 `json:"thresholdRtt,omitempty"`
}

QFPacketDelayThresholdsType struct for QFPacketDelayThresholdsType

func NewQFPacketDelayThresholdsType ¶

func NewQFPacketDelayThresholdsType() *QFPacketDelayThresholdsType

NewQFPacketDelayThresholdsType instantiates a new QFPacketDelayThresholdsType object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewQFPacketDelayThresholdsTypeWithDefaults ¶

func NewQFPacketDelayThresholdsTypeWithDefaults() *QFPacketDelayThresholdsType

NewQFPacketDelayThresholdsTypeWithDefaults instantiates a new QFPacketDelayThresholdsType object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*QFPacketDelayThresholdsType) GetThresholdDl ¶

func (o *QFPacketDelayThresholdsType) GetThresholdDl() int32

GetThresholdDl returns the ThresholdDl field value if set, zero value otherwise.

func (*QFPacketDelayThresholdsType) GetThresholdDlOk ¶

func (o *QFPacketDelayThresholdsType) GetThresholdDlOk() (*int32, bool)

GetThresholdDlOk returns a tuple with the ThresholdDl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QFPacketDelayThresholdsType) GetThresholdRtt ¶

func (o *QFPacketDelayThresholdsType) GetThresholdRtt() int32

GetThresholdRtt returns the ThresholdRtt field value if set, zero value otherwise.

func (*QFPacketDelayThresholdsType) GetThresholdRttOk ¶

func (o *QFPacketDelayThresholdsType) GetThresholdRttOk() (*int32, bool)

GetThresholdRttOk returns a tuple with the ThresholdRtt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QFPacketDelayThresholdsType) GetThresholdUl ¶

func (o *QFPacketDelayThresholdsType) GetThresholdUl() int32

GetThresholdUl returns the ThresholdUl field value if set, zero value otherwise.

func (*QFPacketDelayThresholdsType) GetThresholdUlOk ¶

func (o *QFPacketDelayThresholdsType) GetThresholdUlOk() (*int32, bool)

GetThresholdUlOk returns a tuple with the ThresholdUl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QFPacketDelayThresholdsType) HasThresholdDl ¶

func (o *QFPacketDelayThresholdsType) HasThresholdDl() bool

HasThresholdDl returns a boolean if a field has been set.

func (*QFPacketDelayThresholdsType) HasThresholdRtt ¶

func (o *QFPacketDelayThresholdsType) HasThresholdRtt() bool

HasThresholdRtt returns a boolean if a field has been set.

func (*QFPacketDelayThresholdsType) HasThresholdUl ¶

func (o *QFPacketDelayThresholdsType) HasThresholdUl() bool

HasThresholdUl returns a boolean if a field has been set.

func (QFPacketDelayThresholdsType) MarshalJSON ¶

func (o QFPacketDelayThresholdsType) MarshalJSON() ([]byte, error)

func (*QFPacketDelayThresholdsType) SetThresholdDl ¶

func (o *QFPacketDelayThresholdsType) SetThresholdDl(v int32)

SetThresholdDl gets a reference to the given int32 and assigns it to the ThresholdDl field.

func (*QFPacketDelayThresholdsType) SetThresholdRtt ¶

func (o *QFPacketDelayThresholdsType) SetThresholdRtt(v int32)

SetThresholdRtt gets a reference to the given int32 and assigns it to the ThresholdRtt field.

func (*QFPacketDelayThresholdsType) SetThresholdUl ¶

func (o *QFPacketDelayThresholdsType) SetThresholdUl(v int32)

SetThresholdUl gets a reference to the given int32 and assigns it to the ThresholdUl field.

func (QFPacketDelayThresholdsType) ToMap ¶

func (o QFPacketDelayThresholdsType) ToMap() (map[string]interface{}, error)

type QFQoSMonitoringControlSingle ¶

type QFQoSMonitoringControlSingle struct {
	Top
	Attributes *QFQoSMonitoringControlSingleAllOfAttributes `json:"attributes,omitempty"`
}

QFQoSMonitoringControlSingle struct for QFQoSMonitoringControlSingle

func NewQFQoSMonitoringControlSingle ¶

func NewQFQoSMonitoringControlSingle(id NullableString) *QFQoSMonitoringControlSingle

NewQFQoSMonitoringControlSingle instantiates a new QFQoSMonitoringControlSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewQFQoSMonitoringControlSingleWithDefaults ¶

func NewQFQoSMonitoringControlSingleWithDefaults() *QFQoSMonitoringControlSingle

NewQFQoSMonitoringControlSingleWithDefaults instantiates a new QFQoSMonitoringControlSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*QFQoSMonitoringControlSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*QFQoSMonitoringControlSingle) GetAttributesOk ¶

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 (*QFQoSMonitoringControlSingle) HasAttributes ¶

func (o *QFQoSMonitoringControlSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (QFQoSMonitoringControlSingle) MarshalJSON ¶

func (o QFQoSMonitoringControlSingle) MarshalJSON() ([]byte, error)

func (*QFQoSMonitoringControlSingle) SetAttributes ¶

SetAttributes gets a reference to the given QFQoSMonitoringControlSingleAllOfAttributes and assigns it to the Attributes field.

func (QFQoSMonitoringControlSingle) ToMap ¶

func (o QFQoSMonitoringControlSingle) ToMap() (map[string]interface{}, error)

type QFQoSMonitoringControlSingleAllOf ¶

type QFQoSMonitoringControlSingleAllOf struct {
	Attributes *QFQoSMonitoringControlSingleAllOfAttributes `json:"attributes,omitempty"`
}

QFQoSMonitoringControlSingleAllOf struct for QFQoSMonitoringControlSingleAllOf

func NewQFQoSMonitoringControlSingleAllOf ¶

func NewQFQoSMonitoringControlSingleAllOf() *QFQoSMonitoringControlSingleAllOf

NewQFQoSMonitoringControlSingleAllOf instantiates a new QFQoSMonitoringControlSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewQFQoSMonitoringControlSingleAllOfWithDefaults ¶

func NewQFQoSMonitoringControlSingleAllOfWithDefaults() *QFQoSMonitoringControlSingleAllOf

NewQFQoSMonitoringControlSingleAllOfWithDefaults instantiates a new QFQoSMonitoringControlSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*QFQoSMonitoringControlSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*QFQoSMonitoringControlSingleAllOf) GetAttributesOk ¶

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 (*QFQoSMonitoringControlSingleAllOf) HasAttributes ¶

func (o *QFQoSMonitoringControlSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (QFQoSMonitoringControlSingleAllOf) MarshalJSON ¶

func (o QFQoSMonitoringControlSingleAllOf) MarshalJSON() ([]byte, error)

func (*QFQoSMonitoringControlSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given QFQoSMonitoringControlSingleAllOfAttributes and assigns it to the Attributes field.

func (QFQoSMonitoringControlSingleAllOf) ToMap ¶

func (o QFQoSMonitoringControlSingleAllOf) ToMap() (map[string]interface{}, error)

type QFQoSMonitoringControlSingleAllOfAttributes ¶

type QFQoSMonitoringControlSingleAllOfAttributes struct {
	QFQoSMonitoringState                   *string                      `json:"qFQoSMonitoringState,omitempty"`
	QFMonitoredSNSSAIs                     []Snssai                     `json:"qFMonitoredSNSSAIs,omitempty"`
	QFMonitored5QIs                        []int32                      `json:"qFMonitored5QIs,omitempty"`
	IsEventTriggeredQFMonitoringSupported  *bool                        `json:"isEventTriggeredQFMonitoringSupported,omitempty"`
	IsPeriodicQFMonitoringSupported        *bool                        `json:"isPeriodicQFMonitoringSupported,omitempty"`
	IsSessionReleasedQFMonitoringSupported *bool                        `json:"isSessionReleasedQFMonitoringSupported,omitempty"`
	QFPacketDelayThresholds                *QFPacketDelayThresholdsType `json:"qFPacketDelayThresholds,omitempty"`
	QFMinimumWaitTime                      *int32                       `json:"qFMinimumWaitTime,omitempty"`
	QFMeasurementPeriod                    *int32                       `json:"qFMeasurementPeriod,omitempty"`
}

QFQoSMonitoringControlSingleAllOfAttributes struct for QFQoSMonitoringControlSingleAllOfAttributes

func NewQFQoSMonitoringControlSingleAllOfAttributes ¶

func NewQFQoSMonitoringControlSingleAllOfAttributes() *QFQoSMonitoringControlSingleAllOfAttributes

NewQFQoSMonitoringControlSingleAllOfAttributes instantiates a new QFQoSMonitoringControlSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewQFQoSMonitoringControlSingleAllOfAttributesWithDefaults ¶

func NewQFQoSMonitoringControlSingleAllOfAttributesWithDefaults() *QFQoSMonitoringControlSingleAllOfAttributes

NewQFQoSMonitoringControlSingleAllOfAttributesWithDefaults instantiates a new QFQoSMonitoringControlSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*QFQoSMonitoringControlSingleAllOfAttributes) GetIsEventTriggeredQFMonitoringSupported ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributes) GetIsEventTriggeredQFMonitoringSupported() bool

GetIsEventTriggeredQFMonitoringSupported returns the IsEventTriggeredQFMonitoringSupported field value if set, zero value otherwise.

func (*QFQoSMonitoringControlSingleAllOfAttributes) GetIsEventTriggeredQFMonitoringSupportedOk ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributes) GetIsEventTriggeredQFMonitoringSupportedOk() (*bool, bool)

GetIsEventTriggeredQFMonitoringSupportedOk returns a tuple with the IsEventTriggeredQFMonitoringSupported field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QFQoSMonitoringControlSingleAllOfAttributes) GetIsPeriodicQFMonitoringSupported ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributes) GetIsPeriodicQFMonitoringSupported() bool

GetIsPeriodicQFMonitoringSupported returns the IsPeriodicQFMonitoringSupported field value if set, zero value otherwise.

func (*QFQoSMonitoringControlSingleAllOfAttributes) GetIsPeriodicQFMonitoringSupportedOk ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributes) GetIsPeriodicQFMonitoringSupportedOk() (*bool, bool)

GetIsPeriodicQFMonitoringSupportedOk returns a tuple with the IsPeriodicQFMonitoringSupported field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QFQoSMonitoringControlSingleAllOfAttributes) GetIsSessionReleasedQFMonitoringSupported ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributes) GetIsSessionReleasedQFMonitoringSupported() bool

GetIsSessionReleasedQFMonitoringSupported returns the IsSessionReleasedQFMonitoringSupported field value if set, zero value otherwise.

func (*QFQoSMonitoringControlSingleAllOfAttributes) GetIsSessionReleasedQFMonitoringSupportedOk ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributes) GetIsSessionReleasedQFMonitoringSupportedOk() (*bool, bool)

GetIsSessionReleasedQFMonitoringSupportedOk returns a tuple with the IsSessionReleasedQFMonitoringSupported field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QFQoSMonitoringControlSingleAllOfAttributes) GetQFMeasurementPeriod ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributes) GetQFMeasurementPeriod() int32

GetQFMeasurementPeriod returns the QFMeasurementPeriod field value if set, zero value otherwise.

func (*QFQoSMonitoringControlSingleAllOfAttributes) GetQFMeasurementPeriodOk ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributes) GetQFMeasurementPeriodOk() (*int32, bool)

GetQFMeasurementPeriodOk returns a tuple with the QFMeasurementPeriod field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QFQoSMonitoringControlSingleAllOfAttributes) GetQFMinimumWaitTime ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributes) GetQFMinimumWaitTime() int32

GetQFMinimumWaitTime returns the QFMinimumWaitTime field value if set, zero value otherwise.

func (*QFQoSMonitoringControlSingleAllOfAttributes) GetQFMinimumWaitTimeOk ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributes) GetQFMinimumWaitTimeOk() (*int32, bool)

GetQFMinimumWaitTimeOk returns a tuple with the QFMinimumWaitTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QFQoSMonitoringControlSingleAllOfAttributes) GetQFMonitored5QIs ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributes) GetQFMonitored5QIs() []int32

GetQFMonitored5QIs returns the QFMonitored5QIs field value if set, zero value otherwise.

func (*QFQoSMonitoringControlSingleAllOfAttributes) GetQFMonitored5QIsOk ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributes) GetQFMonitored5QIsOk() ([]int32, bool)

GetQFMonitored5QIsOk returns a tuple with the QFMonitored5QIs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QFQoSMonitoringControlSingleAllOfAttributes) GetQFMonitoredSNSSAIs ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributes) GetQFMonitoredSNSSAIs() []Snssai

GetQFMonitoredSNSSAIs returns the QFMonitoredSNSSAIs field value if set, zero value otherwise.

func (*QFQoSMonitoringControlSingleAllOfAttributes) GetQFMonitoredSNSSAIsOk ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributes) GetQFMonitoredSNSSAIsOk() ([]Snssai, bool)

GetQFMonitoredSNSSAIsOk returns a tuple with the QFMonitoredSNSSAIs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QFQoSMonitoringControlSingleAllOfAttributes) GetQFPacketDelayThresholds ¶

GetQFPacketDelayThresholds returns the QFPacketDelayThresholds field value if set, zero value otherwise.

func (*QFQoSMonitoringControlSingleAllOfAttributes) GetQFPacketDelayThresholdsOk ¶

GetQFPacketDelayThresholdsOk returns a tuple with the QFPacketDelayThresholds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QFQoSMonitoringControlSingleAllOfAttributes) GetQFQoSMonitoringState ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributes) GetQFQoSMonitoringState() string

GetQFQoSMonitoringState returns the QFQoSMonitoringState field value if set, zero value otherwise.

func (*QFQoSMonitoringControlSingleAllOfAttributes) GetQFQoSMonitoringStateOk ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributes) GetQFQoSMonitoringStateOk() (*string, bool)

GetQFQoSMonitoringStateOk returns a tuple with the QFQoSMonitoringState field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QFQoSMonitoringControlSingleAllOfAttributes) HasIsEventTriggeredQFMonitoringSupported ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributes) HasIsEventTriggeredQFMonitoringSupported() bool

HasIsEventTriggeredQFMonitoringSupported returns a boolean if a field has been set.

func (*QFQoSMonitoringControlSingleAllOfAttributes) HasIsPeriodicQFMonitoringSupported ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributes) HasIsPeriodicQFMonitoringSupported() bool

HasIsPeriodicQFMonitoringSupported returns a boolean if a field has been set.

func (*QFQoSMonitoringControlSingleAllOfAttributes) HasIsSessionReleasedQFMonitoringSupported ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributes) HasIsSessionReleasedQFMonitoringSupported() bool

HasIsSessionReleasedQFMonitoringSupported returns a boolean if a field has been set.

func (*QFQoSMonitoringControlSingleAllOfAttributes) HasQFMeasurementPeriod ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributes) HasQFMeasurementPeriod() bool

HasQFMeasurementPeriod returns a boolean if a field has been set.

func (*QFQoSMonitoringControlSingleAllOfAttributes) HasQFMinimumWaitTime ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributes) HasQFMinimumWaitTime() bool

HasQFMinimumWaitTime returns a boolean if a field has been set.

func (*QFQoSMonitoringControlSingleAllOfAttributes) HasQFMonitored5QIs ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributes) HasQFMonitored5QIs() bool

HasQFMonitored5QIs returns a boolean if a field has been set.

func (*QFQoSMonitoringControlSingleAllOfAttributes) HasQFMonitoredSNSSAIs ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributes) HasQFMonitoredSNSSAIs() bool

HasQFMonitoredSNSSAIs returns a boolean if a field has been set.

func (*QFQoSMonitoringControlSingleAllOfAttributes) HasQFPacketDelayThresholds ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributes) HasQFPacketDelayThresholds() bool

HasQFPacketDelayThresholds returns a boolean if a field has been set.

func (*QFQoSMonitoringControlSingleAllOfAttributes) HasQFQoSMonitoringState ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributes) HasQFQoSMonitoringState() bool

HasQFQoSMonitoringState returns a boolean if a field has been set.

func (QFQoSMonitoringControlSingleAllOfAttributes) MarshalJSON ¶

func (*QFQoSMonitoringControlSingleAllOfAttributes) SetIsEventTriggeredQFMonitoringSupported ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributes) SetIsEventTriggeredQFMonitoringSupported(v bool)

SetIsEventTriggeredQFMonitoringSupported gets a reference to the given bool and assigns it to the IsEventTriggeredQFMonitoringSupported field.

func (*QFQoSMonitoringControlSingleAllOfAttributes) SetIsPeriodicQFMonitoringSupported ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributes) SetIsPeriodicQFMonitoringSupported(v bool)

SetIsPeriodicQFMonitoringSupported gets a reference to the given bool and assigns it to the IsPeriodicQFMonitoringSupported field.

func (*QFQoSMonitoringControlSingleAllOfAttributes) SetIsSessionReleasedQFMonitoringSupported ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributes) SetIsSessionReleasedQFMonitoringSupported(v bool)

SetIsSessionReleasedQFMonitoringSupported gets a reference to the given bool and assigns it to the IsSessionReleasedQFMonitoringSupported field.

func (*QFQoSMonitoringControlSingleAllOfAttributes) SetQFMeasurementPeriod ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributes) SetQFMeasurementPeriod(v int32)

SetQFMeasurementPeriod gets a reference to the given int32 and assigns it to the QFMeasurementPeriod field.

func (*QFQoSMonitoringControlSingleAllOfAttributes) SetQFMinimumWaitTime ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributes) SetQFMinimumWaitTime(v int32)

SetQFMinimumWaitTime gets a reference to the given int32 and assigns it to the QFMinimumWaitTime field.

func (*QFQoSMonitoringControlSingleAllOfAttributes) SetQFMonitored5QIs ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributes) SetQFMonitored5QIs(v []int32)

SetQFMonitored5QIs gets a reference to the given []int32 and assigns it to the QFMonitored5QIs field.

func (*QFQoSMonitoringControlSingleAllOfAttributes) SetQFMonitoredSNSSAIs ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributes) SetQFMonitoredSNSSAIs(v []Snssai)

SetQFMonitoredSNSSAIs gets a reference to the given []Snssai and assigns it to the QFMonitoredSNSSAIs field.

func (*QFQoSMonitoringControlSingleAllOfAttributes) SetQFPacketDelayThresholds ¶

SetQFPacketDelayThresholds gets a reference to the given QFPacketDelayThresholdsType and assigns it to the QFPacketDelayThresholds field.

func (*QFQoSMonitoringControlSingleAllOfAttributes) SetQFQoSMonitoringState ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributes) SetQFQoSMonitoringState(v string)

SetQFQoSMonitoringState gets a reference to the given string and assigns it to the QFQoSMonitoringState field.

func (QFQoSMonitoringControlSingleAllOfAttributes) ToMap ¶

func (o QFQoSMonitoringControlSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type QFQoSMonitoringControlSingleAllOfAttributesAllOf ¶

type QFQoSMonitoringControlSingleAllOfAttributesAllOf struct {
	QFQoSMonitoringState                   *string                      `json:"qFQoSMonitoringState,omitempty"`
	QFMonitoredSNSSAIs                     []Snssai                     `json:"qFMonitoredSNSSAIs,omitempty"`
	QFMonitored5QIs                        []int32                      `json:"qFMonitored5QIs,omitempty"`
	IsEventTriggeredQFMonitoringSupported  *bool                        `json:"isEventTriggeredQFMonitoringSupported,omitempty"`
	IsPeriodicQFMonitoringSupported        *bool                        `json:"isPeriodicQFMonitoringSupported,omitempty"`
	IsSessionReleasedQFMonitoringSupported *bool                        `json:"isSessionReleasedQFMonitoringSupported,omitempty"`
	QFPacketDelayThresholds                *QFPacketDelayThresholdsType `json:"qFPacketDelayThresholds,omitempty"`
	QFMinimumWaitTime                      *int32                       `json:"qFMinimumWaitTime,omitempty"`
	QFMeasurementPeriod                    *int32                       `json:"qFMeasurementPeriod,omitempty"`
}

QFQoSMonitoringControlSingleAllOfAttributesAllOf struct for QFQoSMonitoringControlSingleAllOfAttributesAllOf

func NewQFQoSMonitoringControlSingleAllOfAttributesAllOf ¶

func NewQFQoSMonitoringControlSingleAllOfAttributesAllOf() *QFQoSMonitoringControlSingleAllOfAttributesAllOf

NewQFQoSMonitoringControlSingleAllOfAttributesAllOf instantiates a new QFQoSMonitoringControlSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewQFQoSMonitoringControlSingleAllOfAttributesAllOfWithDefaults ¶

func NewQFQoSMonitoringControlSingleAllOfAttributesAllOfWithDefaults() *QFQoSMonitoringControlSingleAllOfAttributesAllOf

NewQFQoSMonitoringControlSingleAllOfAttributesAllOfWithDefaults instantiates a new QFQoSMonitoringControlSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetIsEventTriggeredQFMonitoringSupported ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetIsEventTriggeredQFMonitoringSupported() bool

GetIsEventTriggeredQFMonitoringSupported returns the IsEventTriggeredQFMonitoringSupported field value if set, zero value otherwise.

func (*QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetIsEventTriggeredQFMonitoringSupportedOk ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetIsEventTriggeredQFMonitoringSupportedOk() (*bool, bool)

GetIsEventTriggeredQFMonitoringSupportedOk returns a tuple with the IsEventTriggeredQFMonitoringSupported field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetIsPeriodicQFMonitoringSupported ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetIsPeriodicQFMonitoringSupported() bool

GetIsPeriodicQFMonitoringSupported returns the IsPeriodicQFMonitoringSupported field value if set, zero value otherwise.

func (*QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetIsPeriodicQFMonitoringSupportedOk ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetIsPeriodicQFMonitoringSupportedOk() (*bool, bool)

GetIsPeriodicQFMonitoringSupportedOk returns a tuple with the IsPeriodicQFMonitoringSupported field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetIsSessionReleasedQFMonitoringSupported ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetIsSessionReleasedQFMonitoringSupported() bool

GetIsSessionReleasedQFMonitoringSupported returns the IsSessionReleasedQFMonitoringSupported field value if set, zero value otherwise.

func (*QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetIsSessionReleasedQFMonitoringSupportedOk ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetIsSessionReleasedQFMonitoringSupportedOk() (*bool, bool)

GetIsSessionReleasedQFMonitoringSupportedOk returns a tuple with the IsSessionReleasedQFMonitoringSupported field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetQFMeasurementPeriod ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetQFMeasurementPeriod() int32

GetQFMeasurementPeriod returns the QFMeasurementPeriod field value if set, zero value otherwise.

func (*QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetQFMeasurementPeriodOk ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetQFMeasurementPeriodOk() (*int32, bool)

GetQFMeasurementPeriodOk returns a tuple with the QFMeasurementPeriod field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetQFMinimumWaitTime ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetQFMinimumWaitTime() int32

GetQFMinimumWaitTime returns the QFMinimumWaitTime field value if set, zero value otherwise.

func (*QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetQFMinimumWaitTimeOk ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetQFMinimumWaitTimeOk() (*int32, bool)

GetQFMinimumWaitTimeOk returns a tuple with the QFMinimumWaitTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetQFMonitored5QIs ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetQFMonitored5QIs() []int32

GetQFMonitored5QIs returns the QFMonitored5QIs field value if set, zero value otherwise.

func (*QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetQFMonitored5QIsOk ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetQFMonitored5QIsOk() ([]int32, bool)

GetQFMonitored5QIsOk returns a tuple with the QFMonitored5QIs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetQFMonitoredSNSSAIs ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetQFMonitoredSNSSAIs() []Snssai

GetQFMonitoredSNSSAIs returns the QFMonitoredSNSSAIs field value if set, zero value otherwise.

func (*QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetQFMonitoredSNSSAIsOk ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetQFMonitoredSNSSAIsOk() ([]Snssai, bool)

GetQFMonitoredSNSSAIsOk returns a tuple with the QFMonitoredSNSSAIs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetQFPacketDelayThresholds ¶

GetQFPacketDelayThresholds returns the QFPacketDelayThresholds field value if set, zero value otherwise.

func (*QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetQFPacketDelayThresholdsOk ¶

GetQFPacketDelayThresholdsOk returns a tuple with the QFPacketDelayThresholds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetQFQoSMonitoringState ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetQFQoSMonitoringState() string

GetQFQoSMonitoringState returns the QFQoSMonitoringState field value if set, zero value otherwise.

func (*QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetQFQoSMonitoringStateOk ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetQFQoSMonitoringStateOk() (*string, bool)

GetQFQoSMonitoringStateOk returns a tuple with the QFQoSMonitoringState field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QFQoSMonitoringControlSingleAllOfAttributesAllOf) HasIsEventTriggeredQFMonitoringSupported ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) HasIsEventTriggeredQFMonitoringSupported() bool

HasIsEventTriggeredQFMonitoringSupported returns a boolean if a field has been set.

func (*QFQoSMonitoringControlSingleAllOfAttributesAllOf) HasIsPeriodicQFMonitoringSupported ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) HasIsPeriodicQFMonitoringSupported() bool

HasIsPeriodicQFMonitoringSupported returns a boolean if a field has been set.

func (*QFQoSMonitoringControlSingleAllOfAttributesAllOf) HasIsSessionReleasedQFMonitoringSupported ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) HasIsSessionReleasedQFMonitoringSupported() bool

HasIsSessionReleasedQFMonitoringSupported returns a boolean if a field has been set.

func (*QFQoSMonitoringControlSingleAllOfAttributesAllOf) HasQFMeasurementPeriod ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) HasQFMeasurementPeriod() bool

HasQFMeasurementPeriod returns a boolean if a field has been set.

func (*QFQoSMonitoringControlSingleAllOfAttributesAllOf) HasQFMinimumWaitTime ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) HasQFMinimumWaitTime() bool

HasQFMinimumWaitTime returns a boolean if a field has been set.

func (*QFQoSMonitoringControlSingleAllOfAttributesAllOf) HasQFMonitored5QIs ¶

HasQFMonitored5QIs returns a boolean if a field has been set.

func (*QFQoSMonitoringControlSingleAllOfAttributesAllOf) HasQFMonitoredSNSSAIs ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) HasQFMonitoredSNSSAIs() bool

HasQFMonitoredSNSSAIs returns a boolean if a field has been set.

func (*QFQoSMonitoringControlSingleAllOfAttributesAllOf) HasQFPacketDelayThresholds ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) HasQFPacketDelayThresholds() bool

HasQFPacketDelayThresholds returns a boolean if a field has been set.

func (*QFQoSMonitoringControlSingleAllOfAttributesAllOf) HasQFQoSMonitoringState ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) HasQFQoSMonitoringState() bool

HasQFQoSMonitoringState returns a boolean if a field has been set.

func (QFQoSMonitoringControlSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*QFQoSMonitoringControlSingleAllOfAttributesAllOf) SetIsEventTriggeredQFMonitoringSupported ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) SetIsEventTriggeredQFMonitoringSupported(v bool)

SetIsEventTriggeredQFMonitoringSupported gets a reference to the given bool and assigns it to the IsEventTriggeredQFMonitoringSupported field.

func (*QFQoSMonitoringControlSingleAllOfAttributesAllOf) SetIsPeriodicQFMonitoringSupported ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) SetIsPeriodicQFMonitoringSupported(v bool)

SetIsPeriodicQFMonitoringSupported gets a reference to the given bool and assigns it to the IsPeriodicQFMonitoringSupported field.

func (*QFQoSMonitoringControlSingleAllOfAttributesAllOf) SetIsSessionReleasedQFMonitoringSupported ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) SetIsSessionReleasedQFMonitoringSupported(v bool)

SetIsSessionReleasedQFMonitoringSupported gets a reference to the given bool and assigns it to the IsSessionReleasedQFMonitoringSupported field.

func (*QFQoSMonitoringControlSingleAllOfAttributesAllOf) SetQFMeasurementPeriod ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) SetQFMeasurementPeriod(v int32)

SetQFMeasurementPeriod gets a reference to the given int32 and assigns it to the QFMeasurementPeriod field.

func (*QFQoSMonitoringControlSingleAllOfAttributesAllOf) SetQFMinimumWaitTime ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) SetQFMinimumWaitTime(v int32)

SetQFMinimumWaitTime gets a reference to the given int32 and assigns it to the QFMinimumWaitTime field.

func (*QFQoSMonitoringControlSingleAllOfAttributesAllOf) SetQFMonitored5QIs ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) SetQFMonitored5QIs(v []int32)

SetQFMonitored5QIs gets a reference to the given []int32 and assigns it to the QFMonitored5QIs field.

func (*QFQoSMonitoringControlSingleAllOfAttributesAllOf) SetQFMonitoredSNSSAIs ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) SetQFMonitoredSNSSAIs(v []Snssai)

SetQFMonitoredSNSSAIs gets a reference to the given []Snssai and assigns it to the QFMonitoredSNSSAIs field.

func (*QFQoSMonitoringControlSingleAllOfAttributesAllOf) SetQFPacketDelayThresholds ¶

SetQFPacketDelayThresholds gets a reference to the given QFPacketDelayThresholdsType and assigns it to the QFPacketDelayThresholds field.

func (*QFQoSMonitoringControlSingleAllOfAttributesAllOf) SetQFQoSMonitoringState ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) SetQFQoSMonitoringState(v string)

SetQFQoSMonitoringState gets a reference to the given string and assigns it to the QFQoSMonitoringState field.

func (QFQoSMonitoringControlSingleAllOfAttributesAllOf) ToMap ¶

func (o QFQoSMonitoringControlSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)

type QOffsetRange ¶

type QOffsetRange int32

QOffsetRange the model 'QOffsetRange'

func NewQOffsetRangeFromValue ¶

func NewQOffsetRangeFromValue(v int32) (*QOffsetRange, error)

NewQOffsetRangeFromValue returns a pointer to a valid QOffsetRange for the value passed as argument, or an error if the value passed is not allowed by the enum

func (QOffsetRange) IsValid ¶

func (v QOffsetRange) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (QOffsetRange) Ptr ¶

func (v QOffsetRange) Ptr() *QOffsetRange

Ptr returns reference to QOffsetRange value

func (*QOffsetRange) UnmarshalJSON ¶

func (v *QOffsetRange) UnmarshalJSON(src []byte) error

type QOffsetRangeList ¶

type QOffsetRangeList struct {
	RsrpOffsetSSB   *QOffsetRange `json:"rsrpOffsetSSB,omitempty"`
	RsrqOffsetSSB   *QOffsetRange `json:"rsrqOffsetSSB,omitempty"`
	SinrOffsetSSB   *QOffsetRange `json:"sinrOffsetSSB,omitempty"`
	RsrpOffsetCSIRS *QOffsetRange `json:"rsrpOffsetCSI-RS,omitempty"`
	RsrqOffsetCSIRS *QOffsetRange `json:"rsrqOffsetCSI-RS,omitempty"`
	SinrOffsetCSIRS *QOffsetRange `json:"sinrOffsetCSI-RS,omitempty"`
}

QOffsetRangeList struct for QOffsetRangeList

func NewQOffsetRangeList ¶

func NewQOffsetRangeList() *QOffsetRangeList

NewQOffsetRangeList instantiates a new QOffsetRangeList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewQOffsetRangeListWithDefaults ¶

func NewQOffsetRangeListWithDefaults() *QOffsetRangeList

NewQOffsetRangeListWithDefaults instantiates a new QOffsetRangeList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*QOffsetRangeList) GetRsrpOffsetCSIRS ¶

func (o *QOffsetRangeList) GetRsrpOffsetCSIRS() QOffsetRange

GetRsrpOffsetCSIRS returns the RsrpOffsetCSIRS field value if set, zero value otherwise.

func (*QOffsetRangeList) GetRsrpOffsetCSIRSOk ¶

func (o *QOffsetRangeList) GetRsrpOffsetCSIRSOk() (*QOffsetRange, bool)

GetRsrpOffsetCSIRSOk returns a tuple with the RsrpOffsetCSIRS field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QOffsetRangeList) GetRsrpOffsetSSB ¶

func (o *QOffsetRangeList) GetRsrpOffsetSSB() QOffsetRange

GetRsrpOffsetSSB returns the RsrpOffsetSSB field value if set, zero value otherwise.

func (*QOffsetRangeList) GetRsrpOffsetSSBOk ¶

func (o *QOffsetRangeList) GetRsrpOffsetSSBOk() (*QOffsetRange, bool)

GetRsrpOffsetSSBOk returns a tuple with the RsrpOffsetSSB field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QOffsetRangeList) GetRsrqOffsetCSIRS ¶

func (o *QOffsetRangeList) GetRsrqOffsetCSIRS() QOffsetRange

GetRsrqOffsetCSIRS returns the RsrqOffsetCSIRS field value if set, zero value otherwise.

func (*QOffsetRangeList) GetRsrqOffsetCSIRSOk ¶

func (o *QOffsetRangeList) GetRsrqOffsetCSIRSOk() (*QOffsetRange, bool)

GetRsrqOffsetCSIRSOk returns a tuple with the RsrqOffsetCSIRS field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QOffsetRangeList) GetRsrqOffsetSSB ¶

func (o *QOffsetRangeList) GetRsrqOffsetSSB() QOffsetRange

GetRsrqOffsetSSB returns the RsrqOffsetSSB field value if set, zero value otherwise.

func (*QOffsetRangeList) GetRsrqOffsetSSBOk ¶

func (o *QOffsetRangeList) GetRsrqOffsetSSBOk() (*QOffsetRange, bool)

GetRsrqOffsetSSBOk returns a tuple with the RsrqOffsetSSB field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QOffsetRangeList) GetSinrOffsetCSIRS ¶

func (o *QOffsetRangeList) GetSinrOffsetCSIRS() QOffsetRange

GetSinrOffsetCSIRS returns the SinrOffsetCSIRS field value if set, zero value otherwise.

func (*QOffsetRangeList) GetSinrOffsetCSIRSOk ¶

func (o *QOffsetRangeList) GetSinrOffsetCSIRSOk() (*QOffsetRange, bool)

GetSinrOffsetCSIRSOk returns a tuple with the SinrOffsetCSIRS field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QOffsetRangeList) GetSinrOffsetSSB ¶

func (o *QOffsetRangeList) GetSinrOffsetSSB() QOffsetRange

GetSinrOffsetSSB returns the SinrOffsetSSB field value if set, zero value otherwise.

func (*QOffsetRangeList) GetSinrOffsetSSBOk ¶

func (o *QOffsetRangeList) GetSinrOffsetSSBOk() (*QOffsetRange, bool)

GetSinrOffsetSSBOk returns a tuple with the SinrOffsetSSB field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QOffsetRangeList) HasRsrpOffsetCSIRS ¶

func (o *QOffsetRangeList) HasRsrpOffsetCSIRS() bool

HasRsrpOffsetCSIRS returns a boolean if a field has been set.

func (*QOffsetRangeList) HasRsrpOffsetSSB ¶

func (o *QOffsetRangeList) HasRsrpOffsetSSB() bool

HasRsrpOffsetSSB returns a boolean if a field has been set.

func (*QOffsetRangeList) HasRsrqOffsetCSIRS ¶

func (o *QOffsetRangeList) HasRsrqOffsetCSIRS() bool

HasRsrqOffsetCSIRS returns a boolean if a field has been set.

func (*QOffsetRangeList) HasRsrqOffsetSSB ¶

func (o *QOffsetRangeList) HasRsrqOffsetSSB() bool

HasRsrqOffsetSSB returns a boolean if a field has been set.

func (*QOffsetRangeList) HasSinrOffsetCSIRS ¶

func (o *QOffsetRangeList) HasSinrOffsetCSIRS() bool

HasSinrOffsetCSIRS returns a boolean if a field has been set.

func (*QOffsetRangeList) HasSinrOffsetSSB ¶

func (o *QOffsetRangeList) HasSinrOffsetSSB() bool

HasSinrOffsetSSB returns a boolean if a field has been set.

func (QOffsetRangeList) MarshalJSON ¶

func (o QOffsetRangeList) MarshalJSON() ([]byte, error)

func (*QOffsetRangeList) SetRsrpOffsetCSIRS ¶

func (o *QOffsetRangeList) SetRsrpOffsetCSIRS(v QOffsetRange)

SetRsrpOffsetCSIRS gets a reference to the given QOffsetRange and assigns it to the RsrpOffsetCSIRS field.

func (*QOffsetRangeList) SetRsrpOffsetSSB ¶

func (o *QOffsetRangeList) SetRsrpOffsetSSB(v QOffsetRange)

SetRsrpOffsetSSB gets a reference to the given QOffsetRange and assigns it to the RsrpOffsetSSB field.

func (*QOffsetRangeList) SetRsrqOffsetCSIRS ¶

func (o *QOffsetRangeList) SetRsrqOffsetCSIRS(v QOffsetRange)

SetRsrqOffsetCSIRS gets a reference to the given QOffsetRange and assigns it to the RsrqOffsetCSIRS field.

func (*QOffsetRangeList) SetRsrqOffsetSSB ¶

func (o *QOffsetRangeList) SetRsrqOffsetSSB(v QOffsetRange)

SetRsrqOffsetSSB gets a reference to the given QOffsetRange and assigns it to the RsrqOffsetSSB field.

func (*QOffsetRangeList) SetSinrOffsetCSIRS ¶

func (o *QOffsetRangeList) SetSinrOffsetCSIRS(v QOffsetRange)

SetSinrOffsetCSIRS gets a reference to the given QOffsetRange and assigns it to the SinrOffsetCSIRS field.

func (*QOffsetRangeList) SetSinrOffsetSSB ¶

func (o *QOffsetRangeList) SetSinrOffsetSSB(v QOffsetRange)

SetSinrOffsetSSB gets a reference to the given QOffsetRange and assigns it to the SinrOffsetSSB field.

func (QOffsetRangeList) ToMap ¶

func (o QOffsetRangeList) ToMap() (map[string]interface{}, error)

type QosData ¶

type QosData struct {
	QosId       *string `json:"qosId,omitempty"`
	FiveQIValue *int32  `json:"fiveQIValue,omitempty"`
	// This data type is defined in the same way as the 'BitRate' data type, but with the OpenAPI 'nullable: true' property.
	MaxbrUl NullableString `json:"maxbrUl,omitempty"`
	// This data type is defined in the same way as the 'BitRate' data type, but with the OpenAPI 'nullable: true' property.
	MaxbrDl NullableString `json:"maxbrDl,omitempty"`
	// This data type is defined in the same way as the 'BitRate' data type, but with the OpenAPI 'nullable: true' property.
	GbrUl NullableString `json:"gbrUl,omitempty"`
	// This data type is defined in the same way as the 'BitRate' data type, but with the OpenAPI 'nullable: true' property.
	GbrDl                  NullableString `json:"gbrDl,omitempty"`
	Arp                    *Arp           `json:"arp,omitempty"`
	QosNotificationControl *bool          `json:"qosNotificationControl,omitempty"`
	ReflectiveQos          *bool          `json:"reflectiveQos,omitempty"`
	SharingKeyDl           *string        `json:"sharingKeyDl,omitempty"`
	SharingKeyUl           *string        `json:"sharingKeyUl,omitempty"`
	// This data type is defined in the same way as the 'PacketLossRate' data type, but with the OpenAPI 'nullable: true' property.
	MaxPacketLossRateDl NullableInt32 `json:"maxPacketLossRateDl,omitempty"`
	// This data type is defined in the same way as the 'PacketLossRate' data type, but with the OpenAPI 'nullable: true' property.
	MaxPacketLossRateUl NullableInt32 `json:"maxPacketLossRateUl,omitempty"`
	// This data type is defined in the same way as the 'ExtMaxDataBurstVol' data type, but with the OpenAPI 'nullable: true' property.
	ExtMaxDataBurstVol NullableInt32 `json:"extMaxDataBurstVol,omitempty"`
}

QosData struct for QosData

func NewQosData ¶

func NewQosData() *QosData

NewQosData instantiates a new QosData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewQosDataWithDefaults ¶

func NewQosDataWithDefaults() *QosData

NewQosDataWithDefaults instantiates a new QosData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*QosData) GetArp ¶

func (o *QosData) GetArp() Arp

GetArp returns the Arp field value if set, zero value otherwise.

func (*QosData) GetArpOk ¶

func (o *QosData) GetArpOk() (*Arp, bool)

GetArpOk returns a tuple with the Arp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QosData) GetExtMaxDataBurstVol ¶

func (o *QosData) GetExtMaxDataBurstVol() int32

GetExtMaxDataBurstVol returns the ExtMaxDataBurstVol field value if set, zero value otherwise (both if not set or set to explicit null).

func (*QosData) GetExtMaxDataBurstVolOk ¶

func (o *QosData) GetExtMaxDataBurstVolOk() (*int32, bool)

GetExtMaxDataBurstVolOk returns a tuple with the ExtMaxDataBurstVol field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*QosData) GetFiveQIValue ¶

func (o *QosData) GetFiveQIValue() int32

GetFiveQIValue returns the FiveQIValue field value if set, zero value otherwise.

func (*QosData) GetFiveQIValueOk ¶

func (o *QosData) GetFiveQIValueOk() (*int32, bool)

GetFiveQIValueOk returns a tuple with the FiveQIValue field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QosData) GetGbrDl ¶

func (o *QosData) GetGbrDl() string

GetGbrDl returns the GbrDl field value if set, zero value otherwise (both if not set or set to explicit null).

func (*QosData) GetGbrDlOk ¶

func (o *QosData) GetGbrDlOk() (*string, bool)

GetGbrDlOk returns a tuple with the GbrDl field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*QosData) GetGbrUl ¶

func (o *QosData) GetGbrUl() string

GetGbrUl returns the GbrUl field value if set, zero value otherwise (both if not set or set to explicit null).

func (*QosData) GetGbrUlOk ¶

func (o *QosData) GetGbrUlOk() (*string, bool)

GetGbrUlOk returns a tuple with the GbrUl field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*QosData) GetMaxPacketLossRateDl ¶

func (o *QosData) GetMaxPacketLossRateDl() int32

GetMaxPacketLossRateDl returns the MaxPacketLossRateDl field value if set, zero value otherwise (both if not set or set to explicit null).

func (*QosData) GetMaxPacketLossRateDlOk ¶

func (o *QosData) GetMaxPacketLossRateDlOk() (*int32, bool)

GetMaxPacketLossRateDlOk returns a tuple with the MaxPacketLossRateDl field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*QosData) GetMaxPacketLossRateUl ¶

func (o *QosData) GetMaxPacketLossRateUl() int32

GetMaxPacketLossRateUl returns the MaxPacketLossRateUl field value if set, zero value otherwise (both if not set or set to explicit null).

func (*QosData) GetMaxPacketLossRateUlOk ¶

func (o *QosData) GetMaxPacketLossRateUlOk() (*int32, bool)

GetMaxPacketLossRateUlOk returns a tuple with the MaxPacketLossRateUl field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*QosData) GetMaxbrDl ¶

func (o *QosData) GetMaxbrDl() string

GetMaxbrDl returns the MaxbrDl field value if set, zero value otherwise (both if not set or set to explicit null).

func (*QosData) GetMaxbrDlOk ¶

func (o *QosData) GetMaxbrDlOk() (*string, bool)

GetMaxbrDlOk returns a tuple with the MaxbrDl field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*QosData) GetMaxbrUl ¶

func (o *QosData) GetMaxbrUl() string

GetMaxbrUl returns the MaxbrUl field value if set, zero value otherwise (both if not set or set to explicit null).

func (*QosData) GetMaxbrUlOk ¶

func (o *QosData) GetMaxbrUlOk() (*string, bool)

GetMaxbrUlOk returns a tuple with the MaxbrUl field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*QosData) GetQosId ¶

func (o *QosData) GetQosId() string

GetQosId returns the QosId field value if set, zero value otherwise.

func (*QosData) GetQosIdOk ¶

func (o *QosData) GetQosIdOk() (*string, bool)

GetQosIdOk returns a tuple with the QosId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QosData) GetQosNotificationControl ¶

func (o *QosData) GetQosNotificationControl() bool

GetQosNotificationControl returns the QosNotificationControl field value if set, zero value otherwise.

func (*QosData) GetQosNotificationControlOk ¶

func (o *QosData) GetQosNotificationControlOk() (*bool, bool)

GetQosNotificationControlOk returns a tuple with the QosNotificationControl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QosData) GetReflectiveQos ¶

func (o *QosData) GetReflectiveQos() bool

GetReflectiveQos returns the ReflectiveQos field value if set, zero value otherwise.

func (*QosData) GetReflectiveQosOk ¶

func (o *QosData) GetReflectiveQosOk() (*bool, bool)

GetReflectiveQosOk returns a tuple with the ReflectiveQos field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QosData) GetSharingKeyDl ¶

func (o *QosData) GetSharingKeyDl() string

GetSharingKeyDl returns the SharingKeyDl field value if set, zero value otherwise.

func (*QosData) GetSharingKeyDlOk ¶

func (o *QosData) GetSharingKeyDlOk() (*string, bool)

GetSharingKeyDlOk returns a tuple with the SharingKeyDl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QosData) GetSharingKeyUl ¶

func (o *QosData) GetSharingKeyUl() string

GetSharingKeyUl returns the SharingKeyUl field value if set, zero value otherwise.

func (*QosData) GetSharingKeyUlOk ¶

func (o *QosData) GetSharingKeyUlOk() (*string, bool)

GetSharingKeyUlOk returns a tuple with the SharingKeyUl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QosData) HasArp ¶

func (o *QosData) HasArp() bool

HasArp returns a boolean if a field has been set.

func (*QosData) HasExtMaxDataBurstVol ¶

func (o *QosData) HasExtMaxDataBurstVol() bool

HasExtMaxDataBurstVol returns a boolean if a field has been set.

func (*QosData) HasFiveQIValue ¶

func (o *QosData) HasFiveQIValue() bool

HasFiveQIValue returns a boolean if a field has been set.

func (*QosData) HasGbrDl ¶

func (o *QosData) HasGbrDl() bool

HasGbrDl returns a boolean if a field has been set.

func (*QosData) HasGbrUl ¶

func (o *QosData) HasGbrUl() bool

HasGbrUl returns a boolean if a field has been set.

func (*QosData) HasMaxPacketLossRateDl ¶

func (o *QosData) HasMaxPacketLossRateDl() bool

HasMaxPacketLossRateDl returns a boolean if a field has been set.

func (*QosData) HasMaxPacketLossRateUl ¶

func (o *QosData) HasMaxPacketLossRateUl() bool

HasMaxPacketLossRateUl returns a boolean if a field has been set.

func (*QosData) HasMaxbrDl ¶

func (o *QosData) HasMaxbrDl() bool

HasMaxbrDl returns a boolean if a field has been set.

func (*QosData) HasMaxbrUl ¶

func (o *QosData) HasMaxbrUl() bool

HasMaxbrUl returns a boolean if a field has been set.

func (*QosData) HasQosId ¶

func (o *QosData) HasQosId() bool

HasQosId returns a boolean if a field has been set.

func (*QosData) HasQosNotificationControl ¶

func (o *QosData) HasQosNotificationControl() bool

HasQosNotificationControl returns a boolean if a field has been set.

func (*QosData) HasReflectiveQos ¶

func (o *QosData) HasReflectiveQos() bool

HasReflectiveQos returns a boolean if a field has been set.

func (*QosData) HasSharingKeyDl ¶

func (o *QosData) HasSharingKeyDl() bool

HasSharingKeyDl returns a boolean if a field has been set.

func (*QosData) HasSharingKeyUl ¶

func (o *QosData) HasSharingKeyUl() bool

HasSharingKeyUl returns a boolean if a field has been set.

func (QosData) MarshalJSON ¶

func (o QosData) MarshalJSON() ([]byte, error)

func (*QosData) SetArp ¶

func (o *QosData) SetArp(v Arp)

SetArp gets a reference to the given Arp and assigns it to the Arp field.

func (*QosData) SetExtMaxDataBurstVol ¶

func (o *QosData) SetExtMaxDataBurstVol(v int32)

SetExtMaxDataBurstVol gets a reference to the given NullableInt32 and assigns it to the ExtMaxDataBurstVol field.

func (*QosData) SetExtMaxDataBurstVolNil ¶

func (o *QosData) SetExtMaxDataBurstVolNil()

SetExtMaxDataBurstVolNil sets the value for ExtMaxDataBurstVol to be an explicit nil

func (*QosData) SetFiveQIValue ¶

func (o *QosData) SetFiveQIValue(v int32)

SetFiveQIValue gets a reference to the given int32 and assigns it to the FiveQIValue field.

func (*QosData) SetGbrDl ¶

func (o *QosData) SetGbrDl(v string)

SetGbrDl gets a reference to the given NullableString and assigns it to the GbrDl field.

func (*QosData) SetGbrDlNil ¶

func (o *QosData) SetGbrDlNil()

SetGbrDlNil sets the value for GbrDl to be an explicit nil

func (*QosData) SetGbrUl ¶

func (o *QosData) SetGbrUl(v string)

SetGbrUl gets a reference to the given NullableString and assigns it to the GbrUl field.

func (*QosData) SetGbrUlNil ¶

func (o *QosData) SetGbrUlNil()

SetGbrUlNil sets the value for GbrUl to be an explicit nil

func (*QosData) SetMaxPacketLossRateDl ¶

func (o *QosData) SetMaxPacketLossRateDl(v int32)

SetMaxPacketLossRateDl gets a reference to the given NullableInt32 and assigns it to the MaxPacketLossRateDl field.

func (*QosData) SetMaxPacketLossRateDlNil ¶

func (o *QosData) SetMaxPacketLossRateDlNil()

SetMaxPacketLossRateDlNil sets the value for MaxPacketLossRateDl to be an explicit nil

func (*QosData) SetMaxPacketLossRateUl ¶

func (o *QosData) SetMaxPacketLossRateUl(v int32)

SetMaxPacketLossRateUl gets a reference to the given NullableInt32 and assigns it to the MaxPacketLossRateUl field.

func (*QosData) SetMaxPacketLossRateUlNil ¶

func (o *QosData) SetMaxPacketLossRateUlNil()

SetMaxPacketLossRateUlNil sets the value for MaxPacketLossRateUl to be an explicit nil

func (*QosData) SetMaxbrDl ¶

func (o *QosData) SetMaxbrDl(v string)

SetMaxbrDl gets a reference to the given NullableString and assigns it to the MaxbrDl field.

func (*QosData) SetMaxbrDlNil ¶

func (o *QosData) SetMaxbrDlNil()

SetMaxbrDlNil sets the value for MaxbrDl to be an explicit nil

func (*QosData) SetMaxbrUl ¶

func (o *QosData) SetMaxbrUl(v string)

SetMaxbrUl gets a reference to the given NullableString and assigns it to the MaxbrUl field.

func (*QosData) SetMaxbrUlNil ¶

func (o *QosData) SetMaxbrUlNil()

SetMaxbrUlNil sets the value for MaxbrUl to be an explicit nil

func (*QosData) SetQosId ¶

func (o *QosData) SetQosId(v string)

SetQosId gets a reference to the given string and assigns it to the QosId field.

func (*QosData) SetQosNotificationControl ¶

func (o *QosData) SetQosNotificationControl(v bool)

SetQosNotificationControl gets a reference to the given bool and assigns it to the QosNotificationControl field.

func (*QosData) SetReflectiveQos ¶

func (o *QosData) SetReflectiveQos(v bool)

SetReflectiveQos gets a reference to the given bool and assigns it to the ReflectiveQos field.

func (*QosData) SetSharingKeyDl ¶

func (o *QosData) SetSharingKeyDl(v string)

SetSharingKeyDl gets a reference to the given string and assigns it to the SharingKeyDl field.

func (*QosData) SetSharingKeyUl ¶

func (o *QosData) SetSharingKeyUl(v string)

SetSharingKeyUl gets a reference to the given string and assigns it to the SharingKeyUl field.

func (QosData) ToMap ¶

func (o QosData) ToMap() (map[string]interface{}, error)

func (*QosData) UnsetExtMaxDataBurstVol ¶

func (o *QosData) UnsetExtMaxDataBurstVol()

UnsetExtMaxDataBurstVol ensures that no value is present for ExtMaxDataBurstVol, not even an explicit nil

func (*QosData) UnsetGbrDl ¶

func (o *QosData) UnsetGbrDl()

UnsetGbrDl ensures that no value is present for GbrDl, not even an explicit nil

func (*QosData) UnsetGbrUl ¶

func (o *QosData) UnsetGbrUl()

UnsetGbrUl ensures that no value is present for GbrUl, not even an explicit nil

func (*QosData) UnsetMaxPacketLossRateDl ¶

func (o *QosData) UnsetMaxPacketLossRateDl()

UnsetMaxPacketLossRateDl ensures that no value is present for MaxPacketLossRateDl, not even an explicit nil

func (*QosData) UnsetMaxPacketLossRateUl ¶

func (o *QosData) UnsetMaxPacketLossRateUl()

UnsetMaxPacketLossRateUl ensures that no value is present for MaxPacketLossRateUl, not even an explicit nil

func (*QosData) UnsetMaxbrDl ¶

func (o *QosData) UnsetMaxbrDl()

UnsetMaxbrDl ensures that no value is present for MaxbrDl, not even an explicit nil

func (*QosData) UnsetMaxbrUl ¶

func (o *QosData) UnsetMaxbrUl()

UnsetMaxbrUl ensures that no value is present for MaxbrUl, not even an explicit nil

type RANSliceSubnetProfile ¶

type RANSliceSubnetProfile struct {
	CoverageAreaTAList   []int32                 `json:"coverageAreaTAList,omitempty"`
	DLLatency            *float32                `json:"dLLatency,omitempty"`
	ULLatency            *float32                `json:"uLLatency,omitempty"`
	UEMobilityLevel      *MobilityLevel          `json:"uEMobilityLevel,omitempty"`
	ResourceSharingLevel *SharingLevel           `json:"resourceSharingLevel,omitempty"`
	MaxNumberofUEs       *int32                  `json:"maxNumberofUEs,omitempty"`
	ActivityFactor       *int32                  `json:"activityFactor,omitempty"`
	DLThptPerSliceSubnet *XLThpt                 `json:"dLThptPerSliceSubnet,omitempty"`
	DLThptPerUE          *XLThpt                 `json:"dLThptPerUE,omitempty"`
	ULThptPerSliceSubnet *XLThpt                 `json:"uLThptPerSliceSubnet,omitempty"`
	ULThptPerUE          *XLThpt                 `json:"uLThptPerUE,omitempty"`
	UESpeed              *int32                  `json:"uESpeed,omitempty"`
	Reliability          *float32                `json:"reliability,omitempty"`
	SST                  *int32                  `json:"sST,omitempty"`
	DLMaxPktSize         *int32                  `json:"dLMaxPktSize,omitempty"`
	ULMaxPktSize         *int32                  `json:"uLMaxPktSize,omitempty"`
	NROperatingBands     *string                 `json:"nROperatingBands,omitempty"`
	DelayTolerance       *DelayTolerance         `json:"delayTolerance,omitempty"`
	Positioning          *PositioningRANSubnet   `json:"positioning,omitempty"`
	SliceSimultaneousUse *SliceSimultaneousUse   `json:"sliceSimultaneousUse,omitempty"`
	EnergyEfficiency     *float32                `json:"energyEfficiency,omitempty"`
	TermDensity          *TermDensity            `json:"termDensity,omitempty"`
	SurvivalTime         *float32                `json:"survivalTime,omitempty"`
	Synchronicity        *SynchronicityRANSubnet `json:"synchronicity,omitempty"`
	DLDeterministicComm  *DeterministicComm      `json:"dLDeterministicComm,omitempty"`
	ULDeterministicComm  *DeterministicComm      `json:"uLDeterministicComm,omitempty"`
}

RANSliceSubnetProfile struct for RANSliceSubnetProfile

func NewRANSliceSubnetProfile ¶

func NewRANSliceSubnetProfile() *RANSliceSubnetProfile

NewRANSliceSubnetProfile instantiates a new RANSliceSubnetProfile object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRANSliceSubnetProfileWithDefaults ¶

func NewRANSliceSubnetProfileWithDefaults() *RANSliceSubnetProfile

NewRANSliceSubnetProfileWithDefaults instantiates a new RANSliceSubnetProfile object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RANSliceSubnetProfile) GetActivityFactor ¶

func (o *RANSliceSubnetProfile) GetActivityFactor() int32

GetActivityFactor returns the ActivityFactor field value if set, zero value otherwise.

func (*RANSliceSubnetProfile) GetActivityFactorOk ¶

func (o *RANSliceSubnetProfile) GetActivityFactorOk() (*int32, bool)

GetActivityFactorOk returns a tuple with the ActivityFactor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RANSliceSubnetProfile) GetCoverageAreaTAList ¶

func (o *RANSliceSubnetProfile) GetCoverageAreaTAList() []int32

GetCoverageAreaTAList returns the CoverageAreaTAList field value if set, zero value otherwise.

func (*RANSliceSubnetProfile) GetCoverageAreaTAListOk ¶

func (o *RANSliceSubnetProfile) GetCoverageAreaTAListOk() ([]int32, bool)

GetCoverageAreaTAListOk returns a tuple with the CoverageAreaTAList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RANSliceSubnetProfile) GetDLDeterministicComm ¶

func (o *RANSliceSubnetProfile) GetDLDeterministicComm() DeterministicComm

GetDLDeterministicComm returns the DLDeterministicComm field value if set, zero value otherwise.

func (*RANSliceSubnetProfile) GetDLDeterministicCommOk ¶

func (o *RANSliceSubnetProfile) GetDLDeterministicCommOk() (*DeterministicComm, bool)

GetDLDeterministicCommOk returns a tuple with the DLDeterministicComm field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RANSliceSubnetProfile) GetDLLatency ¶

func (o *RANSliceSubnetProfile) GetDLLatency() float32

GetDLLatency returns the DLLatency field value if set, zero value otherwise.

func (*RANSliceSubnetProfile) GetDLLatencyOk ¶

func (o *RANSliceSubnetProfile) GetDLLatencyOk() (*float32, bool)

GetDLLatencyOk returns a tuple with the DLLatency field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RANSliceSubnetProfile) GetDLMaxPktSize ¶

func (o *RANSliceSubnetProfile) GetDLMaxPktSize() int32

GetDLMaxPktSize returns the DLMaxPktSize field value if set, zero value otherwise.

func (*RANSliceSubnetProfile) GetDLMaxPktSizeOk ¶

func (o *RANSliceSubnetProfile) GetDLMaxPktSizeOk() (*int32, bool)

GetDLMaxPktSizeOk returns a tuple with the DLMaxPktSize field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RANSliceSubnetProfile) GetDLThptPerSliceSubnet ¶

func (o *RANSliceSubnetProfile) GetDLThptPerSliceSubnet() XLThpt

GetDLThptPerSliceSubnet returns the DLThptPerSliceSubnet field value if set, zero value otherwise.

func (*RANSliceSubnetProfile) GetDLThptPerSliceSubnetOk ¶

func (o *RANSliceSubnetProfile) GetDLThptPerSliceSubnetOk() (*XLThpt, bool)

GetDLThptPerSliceSubnetOk returns a tuple with the DLThptPerSliceSubnet field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RANSliceSubnetProfile) GetDLThptPerUE ¶

func (o *RANSliceSubnetProfile) GetDLThptPerUE() XLThpt

GetDLThptPerUE returns the DLThptPerUE field value if set, zero value otherwise.

func (*RANSliceSubnetProfile) GetDLThptPerUEOk ¶

func (o *RANSliceSubnetProfile) GetDLThptPerUEOk() (*XLThpt, bool)

GetDLThptPerUEOk returns a tuple with the DLThptPerUE field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RANSliceSubnetProfile) GetDelayTolerance ¶

func (o *RANSliceSubnetProfile) GetDelayTolerance() DelayTolerance

GetDelayTolerance returns the DelayTolerance field value if set, zero value otherwise.

func (*RANSliceSubnetProfile) GetDelayToleranceOk ¶

func (o *RANSliceSubnetProfile) GetDelayToleranceOk() (*DelayTolerance, bool)

GetDelayToleranceOk returns a tuple with the DelayTolerance field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RANSliceSubnetProfile) GetEnergyEfficiency ¶

func (o *RANSliceSubnetProfile) GetEnergyEfficiency() float32

GetEnergyEfficiency returns the EnergyEfficiency field value if set, zero value otherwise.

func (*RANSliceSubnetProfile) GetEnergyEfficiencyOk ¶

func (o *RANSliceSubnetProfile) GetEnergyEfficiencyOk() (*float32, bool)

GetEnergyEfficiencyOk returns a tuple with the EnergyEfficiency field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RANSliceSubnetProfile) GetMaxNumberofUEs ¶

func (o *RANSliceSubnetProfile) GetMaxNumberofUEs() int32

GetMaxNumberofUEs returns the MaxNumberofUEs field value if set, zero value otherwise.

func (*RANSliceSubnetProfile) GetMaxNumberofUEsOk ¶

func (o *RANSliceSubnetProfile) GetMaxNumberofUEsOk() (*int32, bool)

GetMaxNumberofUEsOk returns a tuple with the MaxNumberofUEs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RANSliceSubnetProfile) GetNROperatingBands ¶

func (o *RANSliceSubnetProfile) GetNROperatingBands() string

GetNROperatingBands returns the NROperatingBands field value if set, zero value otherwise.

func (*RANSliceSubnetProfile) GetNROperatingBandsOk ¶

func (o *RANSliceSubnetProfile) GetNROperatingBandsOk() (*string, bool)

GetNROperatingBandsOk returns a tuple with the NROperatingBands field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RANSliceSubnetProfile) GetPositioning ¶

func (o *RANSliceSubnetProfile) GetPositioning() PositioningRANSubnet

GetPositioning returns the Positioning field value if set, zero value otherwise.

func (*RANSliceSubnetProfile) GetPositioningOk ¶

func (o *RANSliceSubnetProfile) GetPositioningOk() (*PositioningRANSubnet, bool)

GetPositioningOk returns a tuple with the Positioning field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RANSliceSubnetProfile) GetReliability ¶

func (o *RANSliceSubnetProfile) GetReliability() float32

GetReliability returns the Reliability field value if set, zero value otherwise.

func (*RANSliceSubnetProfile) GetReliabilityOk ¶

func (o *RANSliceSubnetProfile) GetReliabilityOk() (*float32, bool)

GetReliabilityOk returns a tuple with the Reliability field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RANSliceSubnetProfile) GetResourceSharingLevel ¶

func (o *RANSliceSubnetProfile) GetResourceSharingLevel() SharingLevel

GetResourceSharingLevel returns the ResourceSharingLevel field value if set, zero value otherwise.

func (*RANSliceSubnetProfile) GetResourceSharingLevelOk ¶

func (o *RANSliceSubnetProfile) GetResourceSharingLevelOk() (*SharingLevel, bool)

GetResourceSharingLevelOk returns a tuple with the ResourceSharingLevel field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RANSliceSubnetProfile) GetSST ¶

func (o *RANSliceSubnetProfile) GetSST() int32

GetSST returns the SST field value if set, zero value otherwise.

func (*RANSliceSubnetProfile) GetSSTOk ¶

func (o *RANSliceSubnetProfile) 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 (*RANSliceSubnetProfile) GetSliceSimultaneousUse ¶

func (o *RANSliceSubnetProfile) GetSliceSimultaneousUse() SliceSimultaneousUse

GetSliceSimultaneousUse returns the SliceSimultaneousUse field value if set, zero value otherwise.

func (*RANSliceSubnetProfile) GetSliceSimultaneousUseOk ¶

func (o *RANSliceSubnetProfile) GetSliceSimultaneousUseOk() (*SliceSimultaneousUse, bool)

GetSliceSimultaneousUseOk returns a tuple with the SliceSimultaneousUse field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RANSliceSubnetProfile) GetSurvivalTime ¶

func (o *RANSliceSubnetProfile) GetSurvivalTime() float32

GetSurvivalTime returns the SurvivalTime field value if set, zero value otherwise.

func (*RANSliceSubnetProfile) GetSurvivalTimeOk ¶

func (o *RANSliceSubnetProfile) GetSurvivalTimeOk() (*float32, bool)

GetSurvivalTimeOk returns a tuple with the SurvivalTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RANSliceSubnetProfile) GetSynchronicity ¶

func (o *RANSliceSubnetProfile) GetSynchronicity() SynchronicityRANSubnet

GetSynchronicity returns the Synchronicity field value if set, zero value otherwise.

func (*RANSliceSubnetProfile) GetSynchronicityOk ¶

func (o *RANSliceSubnetProfile) GetSynchronicityOk() (*SynchronicityRANSubnet, bool)

GetSynchronicityOk returns a tuple with the Synchronicity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RANSliceSubnetProfile) GetTermDensity ¶

func (o *RANSliceSubnetProfile) GetTermDensity() TermDensity

GetTermDensity returns the TermDensity field value if set, zero value otherwise.

func (*RANSliceSubnetProfile) GetTermDensityOk ¶

func (o *RANSliceSubnetProfile) GetTermDensityOk() (*TermDensity, bool)

GetTermDensityOk returns a tuple with the TermDensity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RANSliceSubnetProfile) GetUEMobilityLevel ¶

func (o *RANSliceSubnetProfile) GetUEMobilityLevel() MobilityLevel

GetUEMobilityLevel returns the UEMobilityLevel field value if set, zero value otherwise.

func (*RANSliceSubnetProfile) GetUEMobilityLevelOk ¶

func (o *RANSliceSubnetProfile) GetUEMobilityLevelOk() (*MobilityLevel, bool)

GetUEMobilityLevelOk returns a tuple with the UEMobilityLevel field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RANSliceSubnetProfile) GetUESpeed ¶

func (o *RANSliceSubnetProfile) GetUESpeed() int32

GetUESpeed returns the UESpeed field value if set, zero value otherwise.

func (*RANSliceSubnetProfile) GetUESpeedOk ¶

func (o *RANSliceSubnetProfile) GetUESpeedOk() (*int32, bool)

GetUESpeedOk returns a tuple with the UESpeed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RANSliceSubnetProfile) GetULDeterministicComm ¶

func (o *RANSliceSubnetProfile) GetULDeterministicComm() DeterministicComm

GetULDeterministicComm returns the ULDeterministicComm field value if set, zero value otherwise.

func (*RANSliceSubnetProfile) GetULDeterministicCommOk ¶

func (o *RANSliceSubnetProfile) GetULDeterministicCommOk() (*DeterministicComm, bool)

GetULDeterministicCommOk returns a tuple with the ULDeterministicComm field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RANSliceSubnetProfile) GetULLatency ¶

func (o *RANSliceSubnetProfile) GetULLatency() float32

GetULLatency returns the ULLatency field value if set, zero value otherwise.

func (*RANSliceSubnetProfile) GetULLatencyOk ¶

func (o *RANSliceSubnetProfile) GetULLatencyOk() (*float32, bool)

GetULLatencyOk returns a tuple with the ULLatency field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RANSliceSubnetProfile) GetULMaxPktSize ¶

func (o *RANSliceSubnetProfile) GetULMaxPktSize() int32

GetULMaxPktSize returns the ULMaxPktSize field value if set, zero value otherwise.

func (*RANSliceSubnetProfile) GetULMaxPktSizeOk ¶

func (o *RANSliceSubnetProfile) GetULMaxPktSizeOk() (*int32, bool)

GetULMaxPktSizeOk returns a tuple with the ULMaxPktSize field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RANSliceSubnetProfile) GetULThptPerSliceSubnet ¶

func (o *RANSliceSubnetProfile) GetULThptPerSliceSubnet() XLThpt

GetULThptPerSliceSubnet returns the ULThptPerSliceSubnet field value if set, zero value otherwise.

func (*RANSliceSubnetProfile) GetULThptPerSliceSubnetOk ¶

func (o *RANSliceSubnetProfile) GetULThptPerSliceSubnetOk() (*XLThpt, bool)

GetULThptPerSliceSubnetOk returns a tuple with the ULThptPerSliceSubnet field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RANSliceSubnetProfile) GetULThptPerUE ¶

func (o *RANSliceSubnetProfile) GetULThptPerUE() XLThpt

GetULThptPerUE returns the ULThptPerUE field value if set, zero value otherwise.

func (*RANSliceSubnetProfile) GetULThptPerUEOk ¶

func (o *RANSliceSubnetProfile) GetULThptPerUEOk() (*XLThpt, bool)

GetULThptPerUEOk returns a tuple with the ULThptPerUE field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RANSliceSubnetProfile) HasActivityFactor ¶

func (o *RANSliceSubnetProfile) HasActivityFactor() bool

HasActivityFactor returns a boolean if a field has been set.

func (*RANSliceSubnetProfile) HasCoverageAreaTAList ¶

func (o *RANSliceSubnetProfile) HasCoverageAreaTAList() bool

HasCoverageAreaTAList returns a boolean if a field has been set.

func (*RANSliceSubnetProfile) HasDLDeterministicComm ¶

func (o *RANSliceSubnetProfile) HasDLDeterministicComm() bool

HasDLDeterministicComm returns a boolean if a field has been set.

func (*RANSliceSubnetProfile) HasDLLatency ¶

func (o *RANSliceSubnetProfile) HasDLLatency() bool

HasDLLatency returns a boolean if a field has been set.

func (*RANSliceSubnetProfile) HasDLMaxPktSize ¶

func (o *RANSliceSubnetProfile) HasDLMaxPktSize() bool

HasDLMaxPktSize returns a boolean if a field has been set.

func (*RANSliceSubnetProfile) HasDLThptPerSliceSubnet ¶

func (o *RANSliceSubnetProfile) HasDLThptPerSliceSubnet() bool

HasDLThptPerSliceSubnet returns a boolean if a field has been set.

func (*RANSliceSubnetProfile) HasDLThptPerUE ¶

func (o *RANSliceSubnetProfile) HasDLThptPerUE() bool

HasDLThptPerUE returns a boolean if a field has been set.

func (*RANSliceSubnetProfile) HasDelayTolerance ¶

func (o *RANSliceSubnetProfile) HasDelayTolerance() bool

HasDelayTolerance returns a boolean if a field has been set.

func (*RANSliceSubnetProfile) HasEnergyEfficiency ¶

func (o *RANSliceSubnetProfile) HasEnergyEfficiency() bool

HasEnergyEfficiency returns a boolean if a field has been set.

func (*RANSliceSubnetProfile) HasMaxNumberofUEs ¶

func (o *RANSliceSubnetProfile) HasMaxNumberofUEs() bool

HasMaxNumberofUEs returns a boolean if a field has been set.

func (*RANSliceSubnetProfile) HasNROperatingBands ¶

func (o *RANSliceSubnetProfile) HasNROperatingBands() bool

HasNROperatingBands returns a boolean if a field has been set.

func (*RANSliceSubnetProfile) HasPositioning ¶

func (o *RANSliceSubnetProfile) HasPositioning() bool

HasPositioning returns a boolean if a field has been set.

func (*RANSliceSubnetProfile) HasReliability ¶

func (o *RANSliceSubnetProfile) HasReliability() bool

HasReliability returns a boolean if a field has been set.

func (*RANSliceSubnetProfile) HasResourceSharingLevel ¶

func (o *RANSliceSubnetProfile) HasResourceSharingLevel() bool

HasResourceSharingLevel returns a boolean if a field has been set.

func (*RANSliceSubnetProfile) HasSST ¶

func (o *RANSliceSubnetProfile) HasSST() bool

HasSST returns a boolean if a field has been set.

func (*RANSliceSubnetProfile) HasSliceSimultaneousUse ¶

func (o *RANSliceSubnetProfile) HasSliceSimultaneousUse() bool

HasSliceSimultaneousUse returns a boolean if a field has been set.

func (*RANSliceSubnetProfile) HasSurvivalTime ¶

func (o *RANSliceSubnetProfile) HasSurvivalTime() bool

HasSurvivalTime returns a boolean if a field has been set.

func (*RANSliceSubnetProfile) HasSynchronicity ¶

func (o *RANSliceSubnetProfile) HasSynchronicity() bool

HasSynchronicity returns a boolean if a field has been set.

func (*RANSliceSubnetProfile) HasTermDensity ¶

func (o *RANSliceSubnetProfile) HasTermDensity() bool

HasTermDensity returns a boolean if a field has been set.

func (*RANSliceSubnetProfile) HasUEMobilityLevel ¶

func (o *RANSliceSubnetProfile) HasUEMobilityLevel() bool

HasUEMobilityLevel returns a boolean if a field has been set.

func (*RANSliceSubnetProfile) HasUESpeed ¶

func (o *RANSliceSubnetProfile) HasUESpeed() bool

HasUESpeed returns a boolean if a field has been set.

func (*RANSliceSubnetProfile) HasULDeterministicComm ¶

func (o *RANSliceSubnetProfile) HasULDeterministicComm() bool

HasULDeterministicComm returns a boolean if a field has been set.

func (*RANSliceSubnetProfile) HasULLatency ¶

func (o *RANSliceSubnetProfile) HasULLatency() bool

HasULLatency returns a boolean if a field has been set.

func (*RANSliceSubnetProfile) HasULMaxPktSize ¶

func (o *RANSliceSubnetProfile) HasULMaxPktSize() bool

HasULMaxPktSize returns a boolean if a field has been set.

func (*RANSliceSubnetProfile) HasULThptPerSliceSubnet ¶

func (o *RANSliceSubnetProfile) HasULThptPerSliceSubnet() bool

HasULThptPerSliceSubnet returns a boolean if a field has been set.

func (*RANSliceSubnetProfile) HasULThptPerUE ¶

func (o *RANSliceSubnetProfile) HasULThptPerUE() bool

HasULThptPerUE returns a boolean if a field has been set.

func (RANSliceSubnetProfile) MarshalJSON ¶

func (o RANSliceSubnetProfile) MarshalJSON() ([]byte, error)

func (*RANSliceSubnetProfile) SetActivityFactor ¶

func (o *RANSliceSubnetProfile) SetActivityFactor(v int32)

SetActivityFactor gets a reference to the given int32 and assigns it to the ActivityFactor field.

func (*RANSliceSubnetProfile) SetCoverageAreaTAList ¶

func (o *RANSliceSubnetProfile) SetCoverageAreaTAList(v []int32)

SetCoverageAreaTAList gets a reference to the given []int32 and assigns it to the CoverageAreaTAList field.

func (*RANSliceSubnetProfile) SetDLDeterministicComm ¶

func (o *RANSliceSubnetProfile) SetDLDeterministicComm(v DeterministicComm)

SetDLDeterministicComm gets a reference to the given DeterministicComm and assigns it to the DLDeterministicComm field.

func (*RANSliceSubnetProfile) SetDLLatency ¶

func (o *RANSliceSubnetProfile) SetDLLatency(v float32)

SetDLLatency gets a reference to the given float32 and assigns it to the DLLatency field.

func (*RANSliceSubnetProfile) SetDLMaxPktSize ¶

func (o *RANSliceSubnetProfile) SetDLMaxPktSize(v int32)

SetDLMaxPktSize gets a reference to the given int32 and assigns it to the DLMaxPktSize field.

func (*RANSliceSubnetProfile) SetDLThptPerSliceSubnet ¶

func (o *RANSliceSubnetProfile) SetDLThptPerSliceSubnet(v XLThpt)

SetDLThptPerSliceSubnet gets a reference to the given XLThpt and assigns it to the DLThptPerSliceSubnet field.

func (*RANSliceSubnetProfile) SetDLThptPerUE ¶

func (o *RANSliceSubnetProfile) SetDLThptPerUE(v XLThpt)

SetDLThptPerUE gets a reference to the given XLThpt and assigns it to the DLThptPerUE field.

func (*RANSliceSubnetProfile) SetDelayTolerance ¶

func (o *RANSliceSubnetProfile) SetDelayTolerance(v DelayTolerance)

SetDelayTolerance gets a reference to the given DelayTolerance and assigns it to the DelayTolerance field.

func (*RANSliceSubnetProfile) SetEnergyEfficiency ¶

func (o *RANSliceSubnetProfile) SetEnergyEfficiency(v float32)

SetEnergyEfficiency gets a reference to the given float32 and assigns it to the EnergyEfficiency field.

func (*RANSliceSubnetProfile) SetMaxNumberofUEs ¶

func (o *RANSliceSubnetProfile) SetMaxNumberofUEs(v int32)

SetMaxNumberofUEs gets a reference to the given int32 and assigns it to the MaxNumberofUEs field.

func (*RANSliceSubnetProfile) SetNROperatingBands ¶

func (o *RANSliceSubnetProfile) SetNROperatingBands(v string)

SetNROperatingBands gets a reference to the given string and assigns it to the NROperatingBands field.

func (*RANSliceSubnetProfile) SetPositioning ¶

func (o *RANSliceSubnetProfile) SetPositioning(v PositioningRANSubnet)

SetPositioning gets a reference to the given PositioningRANSubnet and assigns it to the Positioning field.

func (*RANSliceSubnetProfile) SetReliability ¶

func (o *RANSliceSubnetProfile) SetReliability(v float32)

SetReliability gets a reference to the given float32 and assigns it to the Reliability field.

func (*RANSliceSubnetProfile) SetResourceSharingLevel ¶

func (o *RANSliceSubnetProfile) SetResourceSharingLevel(v SharingLevel)

SetResourceSharingLevel gets a reference to the given SharingLevel and assigns it to the ResourceSharingLevel field.

func (*RANSliceSubnetProfile) SetSST ¶

func (o *RANSliceSubnetProfile) SetSST(v int32)

SetSST gets a reference to the given int32 and assigns it to the SST field.

func (*RANSliceSubnetProfile) SetSliceSimultaneousUse ¶

func (o *RANSliceSubnetProfile) SetSliceSimultaneousUse(v SliceSimultaneousUse)

SetSliceSimultaneousUse gets a reference to the given SliceSimultaneousUse and assigns it to the SliceSimultaneousUse field.

func (*RANSliceSubnetProfile) SetSurvivalTime ¶

func (o *RANSliceSubnetProfile) SetSurvivalTime(v float32)

SetSurvivalTime gets a reference to the given float32 and assigns it to the SurvivalTime field.

func (*RANSliceSubnetProfile) SetSynchronicity ¶

func (o *RANSliceSubnetProfile) SetSynchronicity(v SynchronicityRANSubnet)

SetSynchronicity gets a reference to the given SynchronicityRANSubnet and assigns it to the Synchronicity field.

func (*RANSliceSubnetProfile) SetTermDensity ¶

func (o *RANSliceSubnetProfile) SetTermDensity(v TermDensity)

SetTermDensity gets a reference to the given TermDensity and assigns it to the TermDensity field.

func (*RANSliceSubnetProfile) SetUEMobilityLevel ¶

func (o *RANSliceSubnetProfile) SetUEMobilityLevel(v MobilityLevel)

SetUEMobilityLevel gets a reference to the given MobilityLevel and assigns it to the UEMobilityLevel field.

func (*RANSliceSubnetProfile) SetUESpeed ¶

func (o *RANSliceSubnetProfile) SetUESpeed(v int32)

SetUESpeed gets a reference to the given int32 and assigns it to the UESpeed field.

func (*RANSliceSubnetProfile) SetULDeterministicComm ¶

func (o *RANSliceSubnetProfile) SetULDeterministicComm(v DeterministicComm)

SetULDeterministicComm gets a reference to the given DeterministicComm and assigns it to the ULDeterministicComm field.

func (*RANSliceSubnetProfile) SetULLatency ¶

func (o *RANSliceSubnetProfile) SetULLatency(v float32)

SetULLatency gets a reference to the given float32 and assigns it to the ULLatency field.

func (*RANSliceSubnetProfile) SetULMaxPktSize ¶

func (o *RANSliceSubnetProfile) SetULMaxPktSize(v int32)

SetULMaxPktSize gets a reference to the given int32 and assigns it to the ULMaxPktSize field.

func (*RANSliceSubnetProfile) SetULThptPerSliceSubnet ¶

func (o *RANSliceSubnetProfile) SetULThptPerSliceSubnet(v XLThpt)

SetULThptPerSliceSubnet gets a reference to the given XLThpt and assigns it to the ULThptPerSliceSubnet field.

func (*RANSliceSubnetProfile) SetULThptPerUE ¶

func (o *RANSliceSubnetProfile) SetULThptPerUE(v XLThpt)

SetULThptPerUE gets a reference to the given XLThpt and assigns it to the ULThptPerUE field.

func (RANSliceSubnetProfile) ToMap ¶

func (o RANSliceSubnetProfile) ToMap() (map[string]interface{}, error)

type RATContext ¶

type RATContext struct {
	ContextAttribute  *string  `json:"contextAttribute,omitempty"`
	ContextCondition  *string  `json:"contextCondition,omitempty"`
	ContextValueRange []string `json:"contextValueRange,omitempty"`
}

RATContext This data type is the \"ObjectContext\" data type with specialisations for RATContext

func NewRATContext ¶

func NewRATContext() *RATContext

NewRATContext instantiates a new RATContext object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRATContextWithDefaults ¶

func NewRATContextWithDefaults() *RATContext

NewRATContextWithDefaults instantiates a new RATContext object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RATContext) GetContextAttribute ¶

func (o *RATContext) GetContextAttribute() string

GetContextAttribute returns the ContextAttribute field value if set, zero value otherwise.

func (*RATContext) GetContextAttributeOk ¶

func (o *RATContext) GetContextAttributeOk() (*string, bool)

GetContextAttributeOk returns a tuple with the ContextAttribute field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RATContext) GetContextCondition ¶

func (o *RATContext) GetContextCondition() string

GetContextCondition returns the ContextCondition field value if set, zero value otherwise.

func (*RATContext) GetContextConditionOk ¶

func (o *RATContext) GetContextConditionOk() (*string, bool)

GetContextConditionOk returns a tuple with the ContextCondition field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RATContext) GetContextValueRange ¶

func (o *RATContext) GetContextValueRange() []string

GetContextValueRange returns the ContextValueRange field value if set, zero value otherwise.

func (*RATContext) GetContextValueRangeOk ¶

func (o *RATContext) GetContextValueRangeOk() ([]string, bool)

GetContextValueRangeOk returns a tuple with the ContextValueRange field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RATContext) HasContextAttribute ¶

func (o *RATContext) HasContextAttribute() bool

HasContextAttribute returns a boolean if a field has been set.

func (*RATContext) HasContextCondition ¶

func (o *RATContext) HasContextCondition() bool

HasContextCondition returns a boolean if a field has been set.

func (*RATContext) HasContextValueRange ¶

func (o *RATContext) HasContextValueRange() bool

HasContextValueRange returns a boolean if a field has been set.

func (RATContext) MarshalJSON ¶

func (o RATContext) MarshalJSON() ([]byte, error)

func (*RATContext) SetContextAttribute ¶

func (o *RATContext) SetContextAttribute(v string)

SetContextAttribute gets a reference to the given string and assigns it to the ContextAttribute field.

func (*RATContext) SetContextCondition ¶

func (o *RATContext) SetContextCondition(v string)

SetContextCondition gets a reference to the given string and assigns it to the ContextCondition field.

func (*RATContext) SetContextValueRange ¶

func (o *RATContext) SetContextValueRange(v []string)

SetContextValueRange gets a reference to the given []string and assigns it to the ContextValueRange field.

func (RATContext) ToMap ¶

func (o RATContext) ToMap() (map[string]interface{}, error)

type RRMPolicyRatioSingle ¶

type RRMPolicyRatioSingle struct {
	Top
	Attributes *RRMPolicyRatioSingleAllOfAttributes `json:"attributes,omitempty"`
}

RRMPolicyRatioSingle struct for RRMPolicyRatioSingle

func NewRRMPolicyRatioSingle ¶

func NewRRMPolicyRatioSingle(id NullableString) *RRMPolicyRatioSingle

NewRRMPolicyRatioSingle instantiates a new RRMPolicyRatioSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRRMPolicyRatioSingleWithDefaults ¶

func NewRRMPolicyRatioSingleWithDefaults() *RRMPolicyRatioSingle

NewRRMPolicyRatioSingleWithDefaults instantiates a new RRMPolicyRatioSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RRMPolicyRatioSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*RRMPolicyRatioSingle) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RRMPolicyRatioSingle) HasAttributes ¶

func (o *RRMPolicyRatioSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (RRMPolicyRatioSingle) MarshalJSON ¶

func (o RRMPolicyRatioSingle) MarshalJSON() ([]byte, error)

func (*RRMPolicyRatioSingle) SetAttributes ¶

SetAttributes gets a reference to the given RRMPolicyRatioSingleAllOfAttributes and assigns it to the Attributes field.

func (RRMPolicyRatioSingle) ToMap ¶

func (o RRMPolicyRatioSingle) ToMap() (map[string]interface{}, error)

type RRMPolicyRatioSingleAllOf ¶

type RRMPolicyRatioSingleAllOf struct {
	Attributes *RRMPolicyRatioSingleAllOfAttributes `json:"attributes,omitempty"`
}

RRMPolicyRatioSingleAllOf struct for RRMPolicyRatioSingleAllOf

func NewRRMPolicyRatioSingleAllOf ¶

func NewRRMPolicyRatioSingleAllOf() *RRMPolicyRatioSingleAllOf

NewRRMPolicyRatioSingleAllOf instantiates a new RRMPolicyRatioSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRRMPolicyRatioSingleAllOfWithDefaults ¶

func NewRRMPolicyRatioSingleAllOfWithDefaults() *RRMPolicyRatioSingleAllOf

NewRRMPolicyRatioSingleAllOfWithDefaults instantiates a new RRMPolicyRatioSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RRMPolicyRatioSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*RRMPolicyRatioSingleAllOf) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RRMPolicyRatioSingleAllOf) HasAttributes ¶

func (o *RRMPolicyRatioSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (RRMPolicyRatioSingleAllOf) MarshalJSON ¶

func (o RRMPolicyRatioSingleAllOf) MarshalJSON() ([]byte, error)

func (*RRMPolicyRatioSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given RRMPolicyRatioSingleAllOfAttributes and assigns it to the Attributes field.

func (RRMPolicyRatioSingleAllOf) ToMap ¶

func (o RRMPolicyRatioSingleAllOf) ToMap() (map[string]interface{}, error)

type RRMPolicyRatioSingleAllOfAttributes ¶

type RRMPolicyRatioSingleAllOfAttributes struct {
	RrmPolicyAttr
	RRMPolicyMaxRatio       *int32 `json:"rRMPolicyMaxRatio,omitempty"`
	RRMPolicyMinRatio       *int32 `json:"rRMPolicyMinRatio,omitempty"`
	RRMPolicyDedicatedRatio *int32 `json:"rRMPolicyDedicatedRatio,omitempty"`
}

RRMPolicyRatioSingleAllOfAttributes struct for RRMPolicyRatioSingleAllOfAttributes

func NewRRMPolicyRatioSingleAllOfAttributes ¶

func NewRRMPolicyRatioSingleAllOfAttributes() *RRMPolicyRatioSingleAllOfAttributes

NewRRMPolicyRatioSingleAllOfAttributes instantiates a new RRMPolicyRatioSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRRMPolicyRatioSingleAllOfAttributesWithDefaults ¶

func NewRRMPolicyRatioSingleAllOfAttributesWithDefaults() *RRMPolicyRatioSingleAllOfAttributes

NewRRMPolicyRatioSingleAllOfAttributesWithDefaults instantiates a new RRMPolicyRatioSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RRMPolicyRatioSingleAllOfAttributes) GetRRMPolicyDedicatedRatio ¶

func (o *RRMPolicyRatioSingleAllOfAttributes) GetRRMPolicyDedicatedRatio() int32

GetRRMPolicyDedicatedRatio returns the RRMPolicyDedicatedRatio field value if set, zero value otherwise.

func (*RRMPolicyRatioSingleAllOfAttributes) GetRRMPolicyDedicatedRatioOk ¶

func (o *RRMPolicyRatioSingleAllOfAttributes) GetRRMPolicyDedicatedRatioOk() (*int32, bool)

GetRRMPolicyDedicatedRatioOk returns a tuple with the RRMPolicyDedicatedRatio field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RRMPolicyRatioSingleAllOfAttributes) GetRRMPolicyMaxRatio ¶

func (o *RRMPolicyRatioSingleAllOfAttributes) GetRRMPolicyMaxRatio() int32

GetRRMPolicyMaxRatio returns the RRMPolicyMaxRatio field value if set, zero value otherwise.

func (*RRMPolicyRatioSingleAllOfAttributes) GetRRMPolicyMaxRatioOk ¶

func (o *RRMPolicyRatioSingleAllOfAttributes) GetRRMPolicyMaxRatioOk() (*int32, bool)

GetRRMPolicyMaxRatioOk returns a tuple with the RRMPolicyMaxRatio field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RRMPolicyRatioSingleAllOfAttributes) GetRRMPolicyMinRatio ¶

func (o *RRMPolicyRatioSingleAllOfAttributes) GetRRMPolicyMinRatio() int32

GetRRMPolicyMinRatio returns the RRMPolicyMinRatio field value if set, zero value otherwise.

func (*RRMPolicyRatioSingleAllOfAttributes) GetRRMPolicyMinRatioOk ¶

func (o *RRMPolicyRatioSingleAllOfAttributes) GetRRMPolicyMinRatioOk() (*int32, bool)

GetRRMPolicyMinRatioOk returns a tuple with the RRMPolicyMinRatio field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RRMPolicyRatioSingleAllOfAttributes) HasRRMPolicyDedicatedRatio ¶

func (o *RRMPolicyRatioSingleAllOfAttributes) HasRRMPolicyDedicatedRatio() bool

HasRRMPolicyDedicatedRatio returns a boolean if a field has been set.

func (*RRMPolicyRatioSingleAllOfAttributes) HasRRMPolicyMaxRatio ¶

func (o *RRMPolicyRatioSingleAllOfAttributes) HasRRMPolicyMaxRatio() bool

HasRRMPolicyMaxRatio returns a boolean if a field has been set.

func (*RRMPolicyRatioSingleAllOfAttributes) HasRRMPolicyMinRatio ¶

func (o *RRMPolicyRatioSingleAllOfAttributes) HasRRMPolicyMinRatio() bool

HasRRMPolicyMinRatio returns a boolean if a field has been set.

func (RRMPolicyRatioSingleAllOfAttributes) MarshalJSON ¶

func (o RRMPolicyRatioSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*RRMPolicyRatioSingleAllOfAttributes) SetRRMPolicyDedicatedRatio ¶

func (o *RRMPolicyRatioSingleAllOfAttributes) SetRRMPolicyDedicatedRatio(v int32)

SetRRMPolicyDedicatedRatio gets a reference to the given int32 and assigns it to the RRMPolicyDedicatedRatio field.

func (*RRMPolicyRatioSingleAllOfAttributes) SetRRMPolicyMaxRatio ¶

func (o *RRMPolicyRatioSingleAllOfAttributes) SetRRMPolicyMaxRatio(v int32)

SetRRMPolicyMaxRatio gets a reference to the given int32 and assigns it to the RRMPolicyMaxRatio field.

func (*RRMPolicyRatioSingleAllOfAttributes) SetRRMPolicyMinRatio ¶

func (o *RRMPolicyRatioSingleAllOfAttributes) SetRRMPolicyMinRatio(v int32)

SetRRMPolicyMinRatio gets a reference to the given int32 and assigns it to the RRMPolicyMinRatio field.

func (RRMPolicyRatioSingleAllOfAttributes) ToMap ¶

func (o RRMPolicyRatioSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type RRMPolicyRatioSingleAllOfAttributesAllOf ¶

type RRMPolicyRatioSingleAllOfAttributesAllOf struct {
	RRMPolicyMaxRatio       *int32 `json:"rRMPolicyMaxRatio,omitempty"`
	RRMPolicyMinRatio       *int32 `json:"rRMPolicyMinRatio,omitempty"`
	RRMPolicyDedicatedRatio *int32 `json:"rRMPolicyDedicatedRatio,omitempty"`
}

RRMPolicyRatioSingleAllOfAttributesAllOf struct for RRMPolicyRatioSingleAllOfAttributesAllOf

func NewRRMPolicyRatioSingleAllOfAttributesAllOf ¶

func NewRRMPolicyRatioSingleAllOfAttributesAllOf() *RRMPolicyRatioSingleAllOfAttributesAllOf

NewRRMPolicyRatioSingleAllOfAttributesAllOf instantiates a new RRMPolicyRatioSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRRMPolicyRatioSingleAllOfAttributesAllOfWithDefaults ¶

func NewRRMPolicyRatioSingleAllOfAttributesAllOfWithDefaults() *RRMPolicyRatioSingleAllOfAttributesAllOf

NewRRMPolicyRatioSingleAllOfAttributesAllOfWithDefaults instantiates a new RRMPolicyRatioSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RRMPolicyRatioSingleAllOfAttributesAllOf) GetRRMPolicyDedicatedRatio ¶

func (o *RRMPolicyRatioSingleAllOfAttributesAllOf) GetRRMPolicyDedicatedRatio() int32

GetRRMPolicyDedicatedRatio returns the RRMPolicyDedicatedRatio field value if set, zero value otherwise.

func (*RRMPolicyRatioSingleAllOfAttributesAllOf) GetRRMPolicyDedicatedRatioOk ¶

func (o *RRMPolicyRatioSingleAllOfAttributesAllOf) GetRRMPolicyDedicatedRatioOk() (*int32, bool)

GetRRMPolicyDedicatedRatioOk returns a tuple with the RRMPolicyDedicatedRatio field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RRMPolicyRatioSingleAllOfAttributesAllOf) GetRRMPolicyMaxRatio ¶

func (o *RRMPolicyRatioSingleAllOfAttributesAllOf) GetRRMPolicyMaxRatio() int32

GetRRMPolicyMaxRatio returns the RRMPolicyMaxRatio field value if set, zero value otherwise.

func (*RRMPolicyRatioSingleAllOfAttributesAllOf) GetRRMPolicyMaxRatioOk ¶

func (o *RRMPolicyRatioSingleAllOfAttributesAllOf) GetRRMPolicyMaxRatioOk() (*int32, bool)

GetRRMPolicyMaxRatioOk returns a tuple with the RRMPolicyMaxRatio field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RRMPolicyRatioSingleAllOfAttributesAllOf) GetRRMPolicyMinRatio ¶

func (o *RRMPolicyRatioSingleAllOfAttributesAllOf) GetRRMPolicyMinRatio() int32

GetRRMPolicyMinRatio returns the RRMPolicyMinRatio field value if set, zero value otherwise.

func (*RRMPolicyRatioSingleAllOfAttributesAllOf) GetRRMPolicyMinRatioOk ¶

func (o *RRMPolicyRatioSingleAllOfAttributesAllOf) GetRRMPolicyMinRatioOk() (*int32, bool)

GetRRMPolicyMinRatioOk returns a tuple with the RRMPolicyMinRatio field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RRMPolicyRatioSingleAllOfAttributesAllOf) HasRRMPolicyDedicatedRatio ¶

func (o *RRMPolicyRatioSingleAllOfAttributesAllOf) HasRRMPolicyDedicatedRatio() bool

HasRRMPolicyDedicatedRatio returns a boolean if a field has been set.

func (*RRMPolicyRatioSingleAllOfAttributesAllOf) HasRRMPolicyMaxRatio ¶

func (o *RRMPolicyRatioSingleAllOfAttributesAllOf) HasRRMPolicyMaxRatio() bool

HasRRMPolicyMaxRatio returns a boolean if a field has been set.

func (*RRMPolicyRatioSingleAllOfAttributesAllOf) HasRRMPolicyMinRatio ¶

func (o *RRMPolicyRatioSingleAllOfAttributesAllOf) HasRRMPolicyMinRatio() bool

HasRRMPolicyMinRatio returns a boolean if a field has been set.

func (RRMPolicyRatioSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*RRMPolicyRatioSingleAllOfAttributesAllOf) SetRRMPolicyDedicatedRatio ¶

func (o *RRMPolicyRatioSingleAllOfAttributesAllOf) SetRRMPolicyDedicatedRatio(v int32)

SetRRMPolicyDedicatedRatio gets a reference to the given int32 and assigns it to the RRMPolicyDedicatedRatio field.

func (*RRMPolicyRatioSingleAllOfAttributesAllOf) SetRRMPolicyMaxRatio ¶

func (o *RRMPolicyRatioSingleAllOfAttributesAllOf) SetRRMPolicyMaxRatio(v int32)

SetRRMPolicyMaxRatio gets a reference to the given int32 and assigns it to the RRMPolicyMaxRatio field.

func (*RRMPolicyRatioSingleAllOfAttributesAllOf) SetRRMPolicyMinRatio ¶

func (o *RRMPolicyRatioSingleAllOfAttributesAllOf) SetRRMPolicyMinRatio(v int32)

SetRRMPolicyMinRatio gets a reference to the given int32 and assigns it to the RRMPolicyMinRatio field.

func (RRMPolicyRatioSingleAllOfAttributesAllOf) ToMap ¶

func (o RRMPolicyRatioSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)

type RSSetType ¶

type RSSetType string

RSSetType the model 'RSSetType'

const (
	RS1 RSSetType = "RS1"
	RS2 RSSetType = "RS2"
)

List of RSSetType

func NewRSSetTypeFromValue ¶

func NewRSSetTypeFromValue(v string) (*RSSetType, error)

NewRSSetTypeFromValue returns a pointer to a valid RSSetType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (RSSetType) IsValid ¶

func (v RSSetType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (RSSetType) Ptr ¶

func (v RSSetType) Ptr() *RSSetType

Ptr returns reference to RSSetType value

func (*RSSetType) UnmarshalJSON ¶

func (v *RSSetType) UnmarshalJSON(src []byte) error

type RadioNetworkExpectation ¶

type RadioNetworkExpectation struct {
	ExpectationId             *string                                          `json:"expectationId,omitempty"`
	ExpectationVerb           *ExpectationVerb                                 `json:"expectationVerb,omitempty"`
	ExpectationObjects        []RadioNetworkExpectationObject                  `json:"expectationObjects,omitempty"`
	ExpectationTargets        []RadioNetworkExpectationExpectationTargetsInner `json:"expectationTargets,omitempty"`
	ExpectationContexts       []ExpectationContext                             `json:"expectationContexts,omitempty"`
	ExpectationfulfilmentInfo *FulfilmentInfo                                  `json:"expectationfulfilmentInfo,omitempty"`
}

RadioNetworkExpectation This data type is the \"IntentExpectation\" data type with specialisations to represent MnS consumer's expectations for radio network delivering and performance assurance

func NewRadioNetworkExpectation ¶

func NewRadioNetworkExpectation() *RadioNetworkExpectation

NewRadioNetworkExpectation instantiates a new RadioNetworkExpectation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRadioNetworkExpectationWithDefaults ¶

func NewRadioNetworkExpectationWithDefaults() *RadioNetworkExpectation

NewRadioNetworkExpectationWithDefaults instantiates a new RadioNetworkExpectation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RadioNetworkExpectation) GetExpectationContexts ¶

func (o *RadioNetworkExpectation) GetExpectationContexts() []ExpectationContext

GetExpectationContexts returns the ExpectationContexts field value if set, zero value otherwise.

func (*RadioNetworkExpectation) GetExpectationContextsOk ¶

func (o *RadioNetworkExpectation) GetExpectationContextsOk() ([]ExpectationContext, bool)

GetExpectationContextsOk returns a tuple with the ExpectationContexts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RadioNetworkExpectation) GetExpectationId ¶

func (o *RadioNetworkExpectation) GetExpectationId() string

GetExpectationId returns the ExpectationId field value if set, zero value otherwise.

func (*RadioNetworkExpectation) GetExpectationIdOk ¶

func (o *RadioNetworkExpectation) GetExpectationIdOk() (*string, bool)

GetExpectationIdOk returns a tuple with the ExpectationId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RadioNetworkExpectation) GetExpectationObjects ¶

func (o *RadioNetworkExpectation) GetExpectationObjects() []RadioNetworkExpectationObject

GetExpectationObjects returns the ExpectationObjects field value if set, zero value otherwise.

func (*RadioNetworkExpectation) GetExpectationObjectsOk ¶

func (o *RadioNetworkExpectation) GetExpectationObjectsOk() ([]RadioNetworkExpectationObject, bool)

GetExpectationObjectsOk returns a tuple with the ExpectationObjects field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RadioNetworkExpectation) GetExpectationTargets ¶

GetExpectationTargets returns the ExpectationTargets field value if set, zero value otherwise.

func (*RadioNetworkExpectation) GetExpectationTargetsOk ¶

GetExpectationTargetsOk returns a tuple with the ExpectationTargets field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RadioNetworkExpectation) GetExpectationVerb ¶

func (o *RadioNetworkExpectation) GetExpectationVerb() ExpectationVerb

GetExpectationVerb returns the ExpectationVerb field value if set, zero value otherwise.

func (*RadioNetworkExpectation) GetExpectationVerbOk ¶

func (o *RadioNetworkExpectation) GetExpectationVerbOk() (*ExpectationVerb, bool)

GetExpectationVerbOk returns a tuple with the ExpectationVerb field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RadioNetworkExpectation) GetExpectationfulfilmentInfo ¶

func (o *RadioNetworkExpectation) GetExpectationfulfilmentInfo() FulfilmentInfo

GetExpectationfulfilmentInfo returns the ExpectationfulfilmentInfo field value if set, zero value otherwise.

func (*RadioNetworkExpectation) GetExpectationfulfilmentInfoOk ¶

func (o *RadioNetworkExpectation) GetExpectationfulfilmentInfoOk() (*FulfilmentInfo, bool)

GetExpectationfulfilmentInfoOk returns a tuple with the ExpectationfulfilmentInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RadioNetworkExpectation) HasExpectationContexts ¶

func (o *RadioNetworkExpectation) HasExpectationContexts() bool

HasExpectationContexts returns a boolean if a field has been set.

func (*RadioNetworkExpectation) HasExpectationId ¶

func (o *RadioNetworkExpectation) HasExpectationId() bool

HasExpectationId returns a boolean if a field has been set.

func (*RadioNetworkExpectation) HasExpectationObjects ¶

func (o *RadioNetworkExpectation) HasExpectationObjects() bool

HasExpectationObjects returns a boolean if a field has been set.

func (*RadioNetworkExpectation) HasExpectationTargets ¶

func (o *RadioNetworkExpectation) HasExpectationTargets() bool

HasExpectationTargets returns a boolean if a field has been set.

func (*RadioNetworkExpectation) HasExpectationVerb ¶

func (o *RadioNetworkExpectation) HasExpectationVerb() bool

HasExpectationVerb returns a boolean if a field has been set.

func (*RadioNetworkExpectation) HasExpectationfulfilmentInfo ¶

func (o *RadioNetworkExpectation) HasExpectationfulfilmentInfo() bool

HasExpectationfulfilmentInfo returns a boolean if a field has been set.

func (RadioNetworkExpectation) MarshalJSON ¶

func (o RadioNetworkExpectation) MarshalJSON() ([]byte, error)

func (*RadioNetworkExpectation) SetExpectationContexts ¶

func (o *RadioNetworkExpectation) SetExpectationContexts(v []ExpectationContext)

SetExpectationContexts gets a reference to the given []ExpectationContext and assigns it to the ExpectationContexts field.

func (*RadioNetworkExpectation) SetExpectationId ¶

func (o *RadioNetworkExpectation) SetExpectationId(v string)

SetExpectationId gets a reference to the given string and assigns it to the ExpectationId field.

func (*RadioNetworkExpectation) SetExpectationObjects ¶

func (o *RadioNetworkExpectation) SetExpectationObjects(v []RadioNetworkExpectationObject)

SetExpectationObjects gets a reference to the given []RadioNetworkExpectationObject and assigns it to the ExpectationObjects field.

func (*RadioNetworkExpectation) SetExpectationTargets ¶

SetExpectationTargets gets a reference to the given []RadioNetworkExpectationExpectationTargetsInner and assigns it to the ExpectationTargets field.

func (*RadioNetworkExpectation) SetExpectationVerb ¶

func (o *RadioNetworkExpectation) SetExpectationVerb(v ExpectationVerb)

SetExpectationVerb gets a reference to the given ExpectationVerb and assigns it to the ExpectationVerb field.

func (*RadioNetworkExpectation) SetExpectationfulfilmentInfo ¶

func (o *RadioNetworkExpectation) SetExpectationfulfilmentInfo(v FulfilmentInfo)

SetExpectationfulfilmentInfo gets a reference to the given FulfilmentInfo and assigns it to the ExpectationfulfilmentInfo field.

func (RadioNetworkExpectation) ToMap ¶

func (o RadioNetworkExpectation) ToMap() (map[string]interface{}, error)

type RadioNetworkExpectationExpectationTargetsInner ¶

type RadioNetworkExpectationExpectationTargetsInner struct {
	AveDLRANUEThptTarget      *AveDLRANUEThptTarget
	AveULRANUEThptTarget      *AveULRANUEThptTarget
	ExpectationTarget         *ExpectationTarget
	LowDLRANUEThptRatioTarget *LowDLRANUEThptRatioTarget
	LowSINRRatioTarget        *LowSINRRatioTarget
	LowULRANUEThptRatioTarget *LowULRANUEThptRatioTarget
	WeakRSRPRatioTarget       *WeakRSRPRatioTarget
}

RadioNetworkExpectationExpectationTargetsInner - struct for RadioNetworkExpectationExpectationTargetsInner

func AveDLRANUEThptTargetAsRadioNetworkExpectationExpectationTargetsInner ¶

func AveDLRANUEThptTargetAsRadioNetworkExpectationExpectationTargetsInner(v *AveDLRANUEThptTarget) RadioNetworkExpectationExpectationTargetsInner

AveDLRANUEThptTargetAsRadioNetworkExpectationExpectationTargetsInner is a convenience function that returns AveDLRANUEThptTarget wrapped in RadioNetworkExpectationExpectationTargetsInner

func AveULRANUEThptTargetAsRadioNetworkExpectationExpectationTargetsInner ¶

func AveULRANUEThptTargetAsRadioNetworkExpectationExpectationTargetsInner(v *AveULRANUEThptTarget) RadioNetworkExpectationExpectationTargetsInner

AveULRANUEThptTargetAsRadioNetworkExpectationExpectationTargetsInner is a convenience function that returns AveULRANUEThptTarget wrapped in RadioNetworkExpectationExpectationTargetsInner

func ExpectationTargetAsRadioNetworkExpectationExpectationTargetsInner ¶

func ExpectationTargetAsRadioNetworkExpectationExpectationTargetsInner(v *ExpectationTarget) RadioNetworkExpectationExpectationTargetsInner

ExpectationTargetAsRadioNetworkExpectationExpectationTargetsInner is a convenience function that returns ExpectationTarget wrapped in RadioNetworkExpectationExpectationTargetsInner

func LowDLRANUEThptRatioTargetAsRadioNetworkExpectationExpectationTargetsInner ¶

func LowDLRANUEThptRatioTargetAsRadioNetworkExpectationExpectationTargetsInner(v *LowDLRANUEThptRatioTarget) RadioNetworkExpectationExpectationTargetsInner

LowDLRANUEThptRatioTargetAsRadioNetworkExpectationExpectationTargetsInner is a convenience function that returns LowDLRANUEThptRatioTarget wrapped in RadioNetworkExpectationExpectationTargetsInner

func LowSINRRatioTargetAsRadioNetworkExpectationExpectationTargetsInner ¶

func LowSINRRatioTargetAsRadioNetworkExpectationExpectationTargetsInner(v *LowSINRRatioTarget) RadioNetworkExpectationExpectationTargetsInner

LowSINRRatioTargetAsRadioNetworkExpectationExpectationTargetsInner is a convenience function that returns LowSINRRatioTarget wrapped in RadioNetworkExpectationExpectationTargetsInner

func LowULRANUEThptRatioTargetAsRadioNetworkExpectationExpectationTargetsInner ¶

func LowULRANUEThptRatioTargetAsRadioNetworkExpectationExpectationTargetsInner(v *LowULRANUEThptRatioTarget) RadioNetworkExpectationExpectationTargetsInner

LowULRANUEThptRatioTargetAsRadioNetworkExpectationExpectationTargetsInner is a convenience function that returns LowULRANUEThptRatioTarget wrapped in RadioNetworkExpectationExpectationTargetsInner

func WeakRSRPRatioTargetAsRadioNetworkExpectationExpectationTargetsInner ¶

func WeakRSRPRatioTargetAsRadioNetworkExpectationExpectationTargetsInner(v *WeakRSRPRatioTarget) RadioNetworkExpectationExpectationTargetsInner

WeakRSRPRatioTargetAsRadioNetworkExpectationExpectationTargetsInner is a convenience function that returns WeakRSRPRatioTarget wrapped in RadioNetworkExpectationExpectationTargetsInner

func (*RadioNetworkExpectationExpectationTargetsInner) GetActualInstance ¶

func (obj *RadioNetworkExpectationExpectationTargetsInner) GetActualInstance() interface{}

Get the actual instance

func (RadioNetworkExpectationExpectationTargetsInner) MarshalJSON ¶

Marshal data from the first non-nil pointers in the struct to JSON

func (*RadioNetworkExpectationExpectationTargetsInner) UnmarshalJSON ¶

func (dst *RadioNetworkExpectationExpectationTargetsInner) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type RadioNetworkExpectationObject ¶

type RadioNetworkExpectationObject struct {
	ObjectType     *string                                            `json:"objectType,omitempty"`
	ObjectInstance *string                                            `json:"objectInstance,omitempty"`
	ObjectContexts []RadioNetworkExpectationObjectObjectContextsInner `json:"objectContexts,omitempty"`
}

RadioNetworkExpectationObject This data type is the \"ExpectationObject\" data type with specialisations for RadioNetworkExpectation

func NewRadioNetworkExpectationObject ¶

func NewRadioNetworkExpectationObject() *RadioNetworkExpectationObject

NewRadioNetworkExpectationObject instantiates a new RadioNetworkExpectationObject object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRadioNetworkExpectationObjectWithDefaults ¶

func NewRadioNetworkExpectationObjectWithDefaults() *RadioNetworkExpectationObject

NewRadioNetworkExpectationObjectWithDefaults instantiates a new RadioNetworkExpectationObject object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RadioNetworkExpectationObject) GetObjectContexts ¶

GetObjectContexts returns the ObjectContexts field value if set, zero value otherwise.

func (*RadioNetworkExpectationObject) GetObjectContextsOk ¶

GetObjectContextsOk returns a tuple with the ObjectContexts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RadioNetworkExpectationObject) GetObjectInstance ¶

func (o *RadioNetworkExpectationObject) GetObjectInstance() string

GetObjectInstance returns the ObjectInstance field value if set, zero value otherwise.

func (*RadioNetworkExpectationObject) GetObjectInstanceOk ¶

func (o *RadioNetworkExpectationObject) 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 (*RadioNetworkExpectationObject) GetObjectType ¶

func (o *RadioNetworkExpectationObject) GetObjectType() string

GetObjectType returns the ObjectType field value if set, zero value otherwise.

func (*RadioNetworkExpectationObject) GetObjectTypeOk ¶

func (o *RadioNetworkExpectationObject) GetObjectTypeOk() (*string, bool)

GetObjectTypeOk returns a tuple with the ObjectType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RadioNetworkExpectationObject) HasObjectContexts ¶

func (o *RadioNetworkExpectationObject) HasObjectContexts() bool

HasObjectContexts returns a boolean if a field has been set.

func (*RadioNetworkExpectationObject) HasObjectInstance ¶

func (o *RadioNetworkExpectationObject) HasObjectInstance() bool

HasObjectInstance returns a boolean if a field has been set.

func (*RadioNetworkExpectationObject) HasObjectType ¶

func (o *RadioNetworkExpectationObject) HasObjectType() bool

HasObjectType returns a boolean if a field has been set.

func (RadioNetworkExpectationObject) MarshalJSON ¶

func (o RadioNetworkExpectationObject) MarshalJSON() ([]byte, error)

func (*RadioNetworkExpectationObject) SetObjectContexts ¶

SetObjectContexts gets a reference to the given []RadioNetworkExpectationObjectObjectContextsInner and assigns it to the ObjectContexts field.

func (*RadioNetworkExpectationObject) SetObjectInstance ¶

func (o *RadioNetworkExpectationObject) SetObjectInstance(v string)

SetObjectInstance gets a reference to the given string and assigns it to the ObjectInstance field.

func (*RadioNetworkExpectationObject) SetObjectType ¶

func (o *RadioNetworkExpectationObject) SetObjectType(v string)

SetObjectType gets a reference to the given string and assigns it to the ObjectType field.

func (RadioNetworkExpectationObject) ToMap ¶

func (o RadioNetworkExpectationObject) ToMap() (map[string]interface{}, error)

type RadioNetworkExpectationObjectObjectContextsInner ¶

type RadioNetworkExpectationObjectObjectContextsInner struct {
	CoverageAreaPolygonContext *CoverageAreaPolygonContext
	CoverageTACContext         *CoverageTACContext
	NRFqBandContext            *NRFqBandContext
	ObjectContext              *ObjectContext
	PLMNContext                *PLMNContext
	RATContext                 *RATContext
}

RadioNetworkExpectationObjectObjectContextsInner - struct for RadioNetworkExpectationObjectObjectContextsInner

func CoverageAreaPolygonContextAsRadioNetworkExpectationObjectObjectContextsInner ¶

func CoverageAreaPolygonContextAsRadioNetworkExpectationObjectObjectContextsInner(v *CoverageAreaPolygonContext) RadioNetworkExpectationObjectObjectContextsInner

CoverageAreaPolygonContextAsRadioNetworkExpectationObjectObjectContextsInner is a convenience function that returns CoverageAreaPolygonContext wrapped in RadioNetworkExpectationObjectObjectContextsInner

func CoverageTACContextAsRadioNetworkExpectationObjectObjectContextsInner ¶

func CoverageTACContextAsRadioNetworkExpectationObjectObjectContextsInner(v *CoverageTACContext) RadioNetworkExpectationObjectObjectContextsInner

CoverageTACContextAsRadioNetworkExpectationObjectObjectContextsInner is a convenience function that returns CoverageTACContext wrapped in RadioNetworkExpectationObjectObjectContextsInner

func NRFqBandContextAsRadioNetworkExpectationObjectObjectContextsInner ¶

func NRFqBandContextAsRadioNetworkExpectationObjectObjectContextsInner(v *NRFqBandContext) RadioNetworkExpectationObjectObjectContextsInner

NRFqBandContextAsRadioNetworkExpectationObjectObjectContextsInner is a convenience function that returns NRFqBandContext wrapped in RadioNetworkExpectationObjectObjectContextsInner

func ObjectContextAsRadioNetworkExpectationObjectObjectContextsInner ¶

func ObjectContextAsRadioNetworkExpectationObjectObjectContextsInner(v *ObjectContext) RadioNetworkExpectationObjectObjectContextsInner

ObjectContextAsRadioNetworkExpectationObjectObjectContextsInner is a convenience function that returns ObjectContext wrapped in RadioNetworkExpectationObjectObjectContextsInner

func PLMNContextAsRadioNetworkExpectationObjectObjectContextsInner ¶

func PLMNContextAsRadioNetworkExpectationObjectObjectContextsInner(v *PLMNContext) RadioNetworkExpectationObjectObjectContextsInner

PLMNContextAsRadioNetworkExpectationObjectObjectContextsInner is a convenience function that returns PLMNContext wrapped in RadioNetworkExpectationObjectObjectContextsInner

func RATContextAsRadioNetworkExpectationObjectObjectContextsInner ¶

func RATContextAsRadioNetworkExpectationObjectObjectContextsInner(v *RATContext) RadioNetworkExpectationObjectObjectContextsInner

RATContextAsRadioNetworkExpectationObjectObjectContextsInner is a convenience function that returns RATContext wrapped in RadioNetworkExpectationObjectObjectContextsInner

func (*RadioNetworkExpectationObjectObjectContextsInner) GetActualInstance ¶

func (obj *RadioNetworkExpectationObjectObjectContextsInner) GetActualInstance() interface{}

Get the actual instance

func (RadioNetworkExpectationObjectObjectContextsInner) MarshalJSON ¶

Marshal data from the first non-nil pointers in the struct to JSON

func (*RadioNetworkExpectationObjectObjectContextsInner) UnmarshalJSON ¶

func (dst *RadioNetworkExpectationObjectObjectContextsInner) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type RadioSpectrum ¶

type RadioSpectrum struct {
	ServAttrCom      *ServAttrCom `json:"servAttrCom,omitempty"`
	NROperatingBands *string      `json:"nROperatingBands,omitempty"`
}

RadioSpectrum struct for RadioSpectrum

func NewRadioSpectrum ¶

func NewRadioSpectrum() *RadioSpectrum

NewRadioSpectrum instantiates a new RadioSpectrum object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRadioSpectrumWithDefaults ¶

func NewRadioSpectrumWithDefaults() *RadioSpectrum

NewRadioSpectrumWithDefaults instantiates a new RadioSpectrum object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RadioSpectrum) GetNROperatingBands ¶

func (o *RadioSpectrum) GetNROperatingBands() string

GetNROperatingBands returns the NROperatingBands field value if set, zero value otherwise.

func (*RadioSpectrum) GetNROperatingBandsOk ¶

func (o *RadioSpectrum) GetNROperatingBandsOk() (*string, bool)

GetNROperatingBandsOk returns a tuple with the NROperatingBands field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RadioSpectrum) GetServAttrCom ¶

func (o *RadioSpectrum) GetServAttrCom() ServAttrCom

GetServAttrCom returns the ServAttrCom field value if set, zero value otherwise.

func (*RadioSpectrum) GetServAttrComOk ¶

func (o *RadioSpectrum) GetServAttrComOk() (*ServAttrCom, bool)

GetServAttrComOk returns a tuple with the ServAttrCom field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RadioSpectrum) HasNROperatingBands ¶

func (o *RadioSpectrum) HasNROperatingBands() bool

HasNROperatingBands returns a boolean if a field has been set.

func (*RadioSpectrum) HasServAttrCom ¶

func (o *RadioSpectrum) HasServAttrCom() bool

HasServAttrCom returns a boolean if a field has been set.

func (RadioSpectrum) MarshalJSON ¶

func (o RadioSpectrum) MarshalJSON() ([]byte, error)

func (*RadioSpectrum) SetNROperatingBands ¶

func (o *RadioSpectrum) SetNROperatingBands(v string)

SetNROperatingBands gets a reference to the given string and assigns it to the NROperatingBands field.

func (*RadioSpectrum) SetServAttrCom ¶

func (o *RadioSpectrum) SetServAttrCom(v ServAttrCom)

SetServAttrCom gets a reference to the given ServAttrCom and assigns it to the ServAttrCom field.

func (RadioSpectrum) ToMap ¶

func (o RadioSpectrum) ToMap() (map[string]interface{}, error)

type RatType ¶

type RatType struct {
	String *string
}

RatType Indicates the radio access used.

func (*RatType) MarshalJSON ¶

func (src *RatType) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*RatType) UnmarshalJSON ¶

func (dst *RatType) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type RedirectAddressType ¶

type RedirectAddressType struct {
	String *string
}

RedirectAddressType Possible values are - IPV4_ADDR: Indicates that the address type is in the form of \"dotted-decimal\" IPv4 address. - IPV6_ADDR: Indicates that the address type is in the form of IPv6 address. - URL: Indicates that the address type is in the form of Uniform Resource Locator. - SIP_URI: Indicates that the address type is in the form of SIP Uniform Resource Identifier.

func (*RedirectAddressType) MarshalJSON ¶

func (src *RedirectAddressType) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*RedirectAddressType) UnmarshalJSON ¶

func (dst *RedirectAddressType) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type RedirectInformation ¶

type RedirectInformation struct {
	// Indicates the redirect is enable.
	RedirectEnabled     *bool                `json:"redirectEnabled,omitempty"`
	RedirectAddressType *RedirectAddressType `json:"redirectAddressType,omitempty"`
	// Indicates the address of the redirect server. If \"redirectAddressType\" attribute indicates the IPV4_ADDR, the encoding is the same as the Ipv4Addr data type defined in 3GPP TS 29.571.If \"redirectAddressType\" attribute indicates the IPV6_ADDR, the encoding is the same as the Ipv6Addr data type defined in 3GPP TS 29.571.If \"redirectAddressType\" attribute indicates the URL or SIP_URI, the encoding is the same as the Uri data type defined in 3GPP TS 29.571.
	RedirectServerAddress *string `json:"redirectServerAddress,omitempty"`
}

RedirectInformation Contains the redirect information.

func NewRedirectInformation ¶

func NewRedirectInformation() *RedirectInformation

NewRedirectInformation instantiates a new RedirectInformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRedirectInformationWithDefaults ¶

func NewRedirectInformationWithDefaults() *RedirectInformation

NewRedirectInformationWithDefaults instantiates a new RedirectInformation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RedirectInformation) GetRedirectAddressType ¶

func (o *RedirectInformation) GetRedirectAddressType() RedirectAddressType

GetRedirectAddressType returns the RedirectAddressType field value if set, zero value otherwise.

func (*RedirectInformation) GetRedirectAddressTypeOk ¶

func (o *RedirectInformation) GetRedirectAddressTypeOk() (*RedirectAddressType, bool)

GetRedirectAddressTypeOk returns a tuple with the RedirectAddressType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RedirectInformation) GetRedirectEnabled ¶

func (o *RedirectInformation) GetRedirectEnabled() bool

GetRedirectEnabled returns the RedirectEnabled field value if set, zero value otherwise.

func (*RedirectInformation) GetRedirectEnabledOk ¶

func (o *RedirectInformation) GetRedirectEnabledOk() (*bool, bool)

GetRedirectEnabledOk returns a tuple with the RedirectEnabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RedirectInformation) GetRedirectServerAddress ¶

func (o *RedirectInformation) GetRedirectServerAddress() string

GetRedirectServerAddress returns the RedirectServerAddress field value if set, zero value otherwise.

func (*RedirectInformation) GetRedirectServerAddressOk ¶

func (o *RedirectInformation) GetRedirectServerAddressOk() (*string, bool)

GetRedirectServerAddressOk returns a tuple with the RedirectServerAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RedirectInformation) HasRedirectAddressType ¶

func (o *RedirectInformation) HasRedirectAddressType() bool

HasRedirectAddressType returns a boolean if a field has been set.

func (*RedirectInformation) HasRedirectEnabled ¶

func (o *RedirectInformation) HasRedirectEnabled() bool

HasRedirectEnabled returns a boolean if a field has been set.

func (*RedirectInformation) HasRedirectServerAddress ¶

func (o *RedirectInformation) HasRedirectServerAddress() bool

HasRedirectServerAddress returns a boolean if a field has been set.

func (RedirectInformation) MarshalJSON ¶

func (o RedirectInformation) MarshalJSON() ([]byte, error)

func (*RedirectInformation) SetRedirectAddressType ¶

func (o *RedirectInformation) SetRedirectAddressType(v RedirectAddressType)

SetRedirectAddressType gets a reference to the given RedirectAddressType and assigns it to the RedirectAddressType field.

func (*RedirectInformation) SetRedirectEnabled ¶

func (o *RedirectInformation) SetRedirectEnabled(v bool)

SetRedirectEnabled gets a reference to the given bool and assigns it to the RedirectEnabled field.

func (*RedirectInformation) SetRedirectServerAddress ¶

func (o *RedirectInformation) SetRedirectServerAddress(v string)

SetRedirectServerAddress gets a reference to the given string and assigns it to the RedirectServerAddress field.

func (RedirectInformation) ToMap ¶

func (o RedirectInformation) 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 ¶

Ptr returns reference to RegistrationState value

func (*RegistrationState) UnmarshalJSON ¶

func (v *RegistrationState) UnmarshalJSON(src []byte) error

type RemoteAddress ¶

type RemoteAddress struct {
	Ipv4Address *string   `json:"ipv4Address,omitempty"`
	Ipv6Address *Ipv6Addr `json:"ipv6Address,omitempty"`
}

RemoteAddress struct for RemoteAddress

func NewRemoteAddress ¶

func NewRemoteAddress() *RemoteAddress

NewRemoteAddress instantiates a new RemoteAddress object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRemoteAddressWithDefaults ¶

func NewRemoteAddressWithDefaults() *RemoteAddress

NewRemoteAddressWithDefaults instantiates a new RemoteAddress object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RemoteAddress) GetIpv4Address ¶

func (o *RemoteAddress) GetIpv4Address() string

GetIpv4Address returns the Ipv4Address field value if set, zero value otherwise.

func (*RemoteAddress) GetIpv4AddressOk ¶

func (o *RemoteAddress) GetIpv4AddressOk() (*string, bool)

GetIpv4AddressOk returns a tuple with the Ipv4Address field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteAddress) GetIpv6Address ¶

func (o *RemoteAddress) GetIpv6Address() Ipv6Addr

GetIpv6Address returns the Ipv6Address field value if set, zero value otherwise.

func (*RemoteAddress) GetIpv6AddressOk ¶

func (o *RemoteAddress) GetIpv6AddressOk() (*Ipv6Addr, bool)

GetIpv6AddressOk returns a tuple with the Ipv6Address field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteAddress) HasIpv4Address ¶

func (o *RemoteAddress) HasIpv4Address() bool

HasIpv4Address returns a boolean if a field has been set.

func (*RemoteAddress) HasIpv6Address ¶

func (o *RemoteAddress) HasIpv6Address() bool

HasIpv6Address returns a boolean if a field has been set.

func (RemoteAddress) MarshalJSON ¶

func (o RemoteAddress) MarshalJSON() ([]byte, error)

func (*RemoteAddress) SetIpv4Address ¶

func (o *RemoteAddress) SetIpv4Address(v string)

SetIpv4Address gets a reference to the given string and assigns it to the Ipv4Address field.

func (*RemoteAddress) SetIpv6Address ¶

func (o *RemoteAddress) SetIpv6Address(v Ipv6Addr)

SetIpv6Address gets a reference to the given Ipv6Addr and assigns it to the Ipv6Address field.

func (RemoteAddress) ToMap ¶

func (o RemoteAddress) ToMap() (map[string]interface{}, error)

type ReportAmountType ¶

type ReportAmountType string

ReportAmountType See details in 3GPP TS 32.422 clause 5.10.6.

const (
	INFINITY ReportAmountType = "INFINITY"
)

List of reportAmount-Type

func NewReportAmountTypeFromValue ¶

func NewReportAmountTypeFromValue(v string) (*ReportAmountType, error)

NewReportAmountTypeFromValue returns a pointer to a valid ReportAmountType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (ReportAmountType) IsValid ¶

func (v ReportAmountType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (ReportAmountType) Ptr ¶

Ptr returns reference to reportAmount-Type value

func (*ReportAmountType) UnmarshalJSON ¶

func (v *ReportAmountType) UnmarshalJSON(src []byte) error

type ReportIntervalType ¶

type ReportIntervalType struct {
	UMTS []string `json:"UMTS,omitempty"`
	LTE  []string `json:"LTE,omitempty"`
	NR   []string `json:"NR,omitempty"`
}

ReportIntervalType See details in 3GPP TS 32.422 clause 5.10.5.

func NewReportIntervalType ¶

func NewReportIntervalType() *ReportIntervalType

NewReportIntervalType instantiates a new ReportIntervalType object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewReportIntervalTypeWithDefaults ¶

func NewReportIntervalTypeWithDefaults() *ReportIntervalType

NewReportIntervalTypeWithDefaults instantiates a new ReportIntervalType object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ReportIntervalType) GetLTE ¶

func (o *ReportIntervalType) GetLTE() []string

GetLTE returns the LTE field value if set, zero value otherwise.

func (*ReportIntervalType) GetLTEOk ¶

func (o *ReportIntervalType) GetLTEOk() ([]string, bool)

GetLTEOk returns a tuple with the LTE field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportIntervalType) GetNR ¶

func (o *ReportIntervalType) GetNR() []string

GetNR returns the NR field value if set, zero value otherwise.

func (*ReportIntervalType) GetNROk ¶

func (o *ReportIntervalType) GetNROk() ([]string, bool)

GetNROk returns a tuple with the NR field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportIntervalType) GetUMTS ¶

func (o *ReportIntervalType) GetUMTS() []string

GetUMTS returns the UMTS field value if set, zero value otherwise.

func (*ReportIntervalType) GetUMTSOk ¶

func (o *ReportIntervalType) GetUMTSOk() ([]string, bool)

GetUMTSOk returns a tuple with the UMTS field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportIntervalType) HasLTE ¶

func (o *ReportIntervalType) HasLTE() bool

HasLTE returns a boolean if a field has been set.

func (*ReportIntervalType) HasNR ¶

func (o *ReportIntervalType) HasNR() bool

HasNR returns a boolean if a field has been set.

func (*ReportIntervalType) HasUMTS ¶

func (o *ReportIntervalType) HasUMTS() bool

HasUMTS returns a boolean if a field has been set.

func (ReportIntervalType) MarshalJSON ¶

func (o ReportIntervalType) MarshalJSON() ([]byte, error)

func (*ReportIntervalType) SetLTE ¶

func (o *ReportIntervalType) SetLTE(v []string)

SetLTE gets a reference to the given []string and assigns it to the LTE field.

func (*ReportIntervalType) SetNR ¶

func (o *ReportIntervalType) SetNR(v []string)

SetNR gets a reference to the given []string and assigns it to the NR field.

func (*ReportIntervalType) SetUMTS ¶

func (o *ReportIntervalType) SetUMTS(v []string)

SetUMTS gets a reference to the given []string and assigns it to the UMTS field.

func (ReportIntervalType) ToMap ¶

func (o ReportIntervalType) ToMap() (map[string]interface{}, error)

type ReportTypeType ¶

type ReportTypeType string

ReportTypeType Report type for logged NR MDT. See details in 3GPP TS 32.422 clause 5.10.27.

const (
	PERIODICAL      ReportTypeType = "PERIODICAL"
	EVENT_TRIGGERED ReportTypeType = "EVENT_TRIGGERED"
)

List of reportType-Type

func NewReportTypeTypeFromValue ¶

func NewReportTypeTypeFromValue(v string) (*ReportTypeType, error)

NewReportTypeTypeFromValue returns a pointer to a valid ReportTypeType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (ReportTypeType) IsValid ¶

func (v ReportTypeType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (ReportTypeType) Ptr ¶

func (v ReportTypeType) Ptr() *ReportTypeType

Ptr returns reference to reportType-Type value

func (*ReportTypeType) UnmarshalJSON ¶

func (v *ReportTypeType) UnmarshalJSON(src []byte) error

type ReportingCtrl ¶

type ReportingCtrl struct {
	ReportingCtrlOneOf  *ReportingCtrlOneOf
	ReportingCtrlOneOf1 *ReportingCtrlOneOf1
	ReportingCtrlOneOf2 *ReportingCtrlOneOf2
}

ReportingCtrl - struct for ReportingCtrl

func ReportingCtrlOneOf1AsReportingCtrl ¶

func ReportingCtrlOneOf1AsReportingCtrl(v *ReportingCtrlOneOf1) ReportingCtrl

ReportingCtrlOneOf1AsReportingCtrl is a convenience function that returns ReportingCtrlOneOf1 wrapped in ReportingCtrl

func ReportingCtrlOneOf2AsReportingCtrl ¶

func ReportingCtrlOneOf2AsReportingCtrl(v *ReportingCtrlOneOf2) ReportingCtrl

ReportingCtrlOneOf2AsReportingCtrl is a convenience function that returns ReportingCtrlOneOf2 wrapped in ReportingCtrl

func ReportingCtrlOneOfAsReportingCtrl ¶

func ReportingCtrlOneOfAsReportingCtrl(v *ReportingCtrlOneOf) ReportingCtrl

ReportingCtrlOneOfAsReportingCtrl is a convenience function that returns ReportingCtrlOneOf wrapped in ReportingCtrl

func (*ReportingCtrl) GetActualInstance ¶

func (obj *ReportingCtrl) GetActualInstance() interface{}

Get the actual instance

func (ReportingCtrl) MarshalJSON ¶

func (src ReportingCtrl) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*ReportingCtrl) UnmarshalJSON ¶

func (dst *ReportingCtrl) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type ReportingCtrlOneOf ¶

type ReportingCtrlOneOf struct {
	FileReportingPeriod *int32 `json:"fileReportingPeriod,omitempty"`
}

ReportingCtrlOneOf struct for ReportingCtrlOneOf

func NewReportingCtrlOneOf ¶

func NewReportingCtrlOneOf() *ReportingCtrlOneOf

NewReportingCtrlOneOf instantiates a new ReportingCtrlOneOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewReportingCtrlOneOfWithDefaults ¶

func NewReportingCtrlOneOfWithDefaults() *ReportingCtrlOneOf

NewReportingCtrlOneOfWithDefaults instantiates a new ReportingCtrlOneOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ReportingCtrlOneOf) GetFileReportingPeriod ¶

func (o *ReportingCtrlOneOf) GetFileReportingPeriod() int32

GetFileReportingPeriod returns the FileReportingPeriod field value if set, zero value otherwise.

func (*ReportingCtrlOneOf) GetFileReportingPeriodOk ¶

func (o *ReportingCtrlOneOf) GetFileReportingPeriodOk() (*int32, bool)

GetFileReportingPeriodOk returns a tuple with the FileReportingPeriod field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportingCtrlOneOf) HasFileReportingPeriod ¶

func (o *ReportingCtrlOneOf) HasFileReportingPeriod() bool

HasFileReportingPeriod returns a boolean if a field has been set.

func (ReportingCtrlOneOf) MarshalJSON ¶

func (o ReportingCtrlOneOf) MarshalJSON() ([]byte, error)

func (*ReportingCtrlOneOf) SetFileReportingPeriod ¶

func (o *ReportingCtrlOneOf) SetFileReportingPeriod(v int32)

SetFileReportingPeriod gets a reference to the given int32 and assigns it to the FileReportingPeriod field.

func (ReportingCtrlOneOf) ToMap ¶

func (o ReportingCtrlOneOf) ToMap() (map[string]interface{}, error)

type ReportingCtrlOneOf1 ¶

type ReportingCtrlOneOf1 struct {
	FileReportingPeriod *int32  `json:"fileReportingPeriod,omitempty"`
	FileLocation        *string `json:"fileLocation,omitempty"`
}

ReportingCtrlOneOf1 struct for ReportingCtrlOneOf1

func NewReportingCtrlOneOf1 ¶

func NewReportingCtrlOneOf1() *ReportingCtrlOneOf1

NewReportingCtrlOneOf1 instantiates a new ReportingCtrlOneOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewReportingCtrlOneOf1WithDefaults ¶

func NewReportingCtrlOneOf1WithDefaults() *ReportingCtrlOneOf1

NewReportingCtrlOneOf1WithDefaults instantiates a new ReportingCtrlOneOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ReportingCtrlOneOf1) GetFileLocation ¶

func (o *ReportingCtrlOneOf1) GetFileLocation() string

GetFileLocation returns the FileLocation field value if set, zero value otherwise.

func (*ReportingCtrlOneOf1) GetFileLocationOk ¶

func (o *ReportingCtrlOneOf1) GetFileLocationOk() (*string, bool)

GetFileLocationOk returns a tuple with the FileLocation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportingCtrlOneOf1) GetFileReportingPeriod ¶

func (o *ReportingCtrlOneOf1) GetFileReportingPeriod() int32

GetFileReportingPeriod returns the FileReportingPeriod field value if set, zero value otherwise.

func (*ReportingCtrlOneOf1) GetFileReportingPeriodOk ¶

func (o *ReportingCtrlOneOf1) GetFileReportingPeriodOk() (*int32, bool)

GetFileReportingPeriodOk returns a tuple with the FileReportingPeriod field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportingCtrlOneOf1) HasFileLocation ¶

func (o *ReportingCtrlOneOf1) HasFileLocation() bool

HasFileLocation returns a boolean if a field has been set.

func (*ReportingCtrlOneOf1) HasFileReportingPeriod ¶

func (o *ReportingCtrlOneOf1) HasFileReportingPeriod() bool

HasFileReportingPeriod returns a boolean if a field has been set.

func (ReportingCtrlOneOf1) MarshalJSON ¶

func (o ReportingCtrlOneOf1) MarshalJSON() ([]byte, error)

func (*ReportingCtrlOneOf1) SetFileLocation ¶

func (o *ReportingCtrlOneOf1) SetFileLocation(v string)

SetFileLocation gets a reference to the given string and assigns it to the FileLocation field.

func (*ReportingCtrlOneOf1) SetFileReportingPeriod ¶

func (o *ReportingCtrlOneOf1) SetFileReportingPeriod(v int32)

SetFileReportingPeriod gets a reference to the given int32 and assigns it to the FileReportingPeriod field.

func (ReportingCtrlOneOf1) ToMap ¶

func (o ReportingCtrlOneOf1) ToMap() (map[string]interface{}, error)

type ReportingCtrlOneOf2 ¶

type ReportingCtrlOneOf2 struct {
	StreamTarget *string `json:"streamTarget,omitempty"`
}

ReportingCtrlOneOf2 struct for ReportingCtrlOneOf2

func NewReportingCtrlOneOf2 ¶

func NewReportingCtrlOneOf2() *ReportingCtrlOneOf2

NewReportingCtrlOneOf2 instantiates a new ReportingCtrlOneOf2 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewReportingCtrlOneOf2WithDefaults ¶

func NewReportingCtrlOneOf2WithDefaults() *ReportingCtrlOneOf2

NewReportingCtrlOneOf2WithDefaults instantiates a new ReportingCtrlOneOf2 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ReportingCtrlOneOf2) GetStreamTarget ¶

func (o *ReportingCtrlOneOf2) GetStreamTarget() string

GetStreamTarget returns the StreamTarget field value if set, zero value otherwise.

func (*ReportingCtrlOneOf2) GetStreamTargetOk ¶

func (o *ReportingCtrlOneOf2) GetStreamTargetOk() (*string, bool)

GetStreamTargetOk returns a tuple with the StreamTarget field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportingCtrlOneOf2) HasStreamTarget ¶

func (o *ReportingCtrlOneOf2) HasStreamTarget() bool

HasStreamTarget returns a boolean if a field has been set.

func (ReportingCtrlOneOf2) MarshalJSON ¶

func (o ReportingCtrlOneOf2) MarshalJSON() ([]byte, error)

func (*ReportingCtrlOneOf2) SetStreamTarget ¶

func (o *ReportingCtrlOneOf2) SetStreamTarget(v string)

SetStreamTarget gets a reference to the given string and assigns it to the StreamTarget field.

func (ReportingCtrlOneOf2) ToMap ¶

func (o ReportingCtrlOneOf2) ToMap() (map[string]interface{}, error)

type ReportingMethod ¶

type ReportingMethod string

ReportingMethod the model 'ReportingMethod'

const (
	FILE         ReportingMethod = "FILE"
	STREAMING    ReportingMethod = "STREAMING"
	NOTIFICATION ReportingMethod = "NOTIFICATION"
)

List of ReportingMethod

func NewReportingMethodFromValue ¶

func NewReportingMethodFromValue(v string) (*ReportingMethod, error)

NewReportingMethodFromValue returns a pointer to a valid ReportingMethod for the value passed as argument, or an error if the value passed is not allowed by the enum

func (ReportingMethod) IsValid ¶

func (v ReportingMethod) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (ReportingMethod) Ptr ¶

Ptr returns reference to ReportingMethod value

func (*ReportingMethod) UnmarshalJSON ¶

func (v *ReportingMethod) UnmarshalJSON(src []byte) error

type RequestStatus ¶

type RequestStatus string

RequestStatus the model 'RequestStatus'

const (
	NOT_STARTED          RequestStatus = "NOT_STARTED"
	TRAINING_IN_PROGRESS RequestStatus = "TRAINING_IN_PROGRESS"
	SUSPENDED            RequestStatus = "SUSPENDED"
	FINISHED             RequestStatus = "FINISHED"
	CANCELLED            RequestStatus = "CANCELLED"
)

List of RequestStatus

func NewRequestStatusFromValue ¶

func NewRequestStatusFromValue(v string) (*RequestStatus, error)

NewRequestStatusFromValue returns a pointer to a valid RequestStatus for the value passed as argument, or an error if the value passed is not allowed by the enum

func (RequestStatus) IsValid ¶

func (v RequestStatus) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (RequestStatus) Ptr ¶

func (v RequestStatus) Ptr() *RequestStatus

Ptr returns reference to RequestStatus value

func (*RequestStatus) UnmarshalJSON ¶

func (v *RequestStatus) UnmarshalJSON(src []byte) error

type Resource ¶

type Resource struct {
	ResourceOneOf  *ResourceOneOf
	ResourceOneOf1 *ResourceOneOf1
}

Resource - struct for Resource

func ResourceOneOf1AsResource ¶ added in v1.18.2

func ResourceOneOf1AsResource(v *ResourceOneOf1) Resource

ResourceOneOf1AsResource is a convenience function that returns ResourceOneOf1 wrapped in Resource

func ResourceOneOfAsResource ¶

func ResourceOneOfAsResource(v *ResourceOneOf) Resource

ResourceOneOfAsResource is a convenience function that returns ResourceOneOf wrapped in Resource

func (*Resource) GetActualInstance ¶

func (obj *Resource) GetActualInstance() interface{}

Get the actual instance

func (Resource) MarshalJSON ¶

func (src Resource) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*Resource) UnmarshalJSON ¶

func (dst *Resource) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type ResourceOneOf ¶

type ResourceOneOf struct {
	Id             string                 `json:"id"`
	ObjectClass    *string                `json:"objectClass,omitempty"`
	ObjectInstance *string                `json:"objectInstance,omitempty"`
	Attributes     map[string]interface{} `json:"attributes,omitempty"`
}

ResourceOneOf struct for ResourceOneOf

func NewResourceOneOf ¶

func NewResourceOneOf(id string) *ResourceOneOf

NewResourceOneOf instantiates a new ResourceOneOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewResourceOneOfWithDefaults ¶

func NewResourceOneOfWithDefaults() *ResourceOneOf

NewResourceOneOfWithDefaults instantiates a new ResourceOneOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ResourceOneOf) GetAttributes ¶

func (o *ResourceOneOf) GetAttributes() map[string]interface{}

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*ResourceOneOf) GetAttributesOk ¶

func (o *ResourceOneOf) GetAttributesOk() (map[string]interface{}, 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 (*ResourceOneOf) GetId ¶

func (o *ResourceOneOf) GetId() string

GetId returns the Id field value

func (*ResourceOneOf) GetIdOk ¶

func (o *ResourceOneOf) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*ResourceOneOf) GetObjectClass ¶

func (o *ResourceOneOf) GetObjectClass() string

GetObjectClass returns the ObjectClass field value if set, zero value otherwise.

func (*ResourceOneOf) GetObjectClassOk ¶

func (o *ResourceOneOf) GetObjectClassOk() (*string, bool)

GetObjectClassOk returns a tuple with the ObjectClass field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResourceOneOf) GetObjectInstance ¶

func (o *ResourceOneOf) GetObjectInstance() string

GetObjectInstance returns the ObjectInstance field value if set, zero value otherwise.

func (*ResourceOneOf) GetObjectInstanceOk ¶

func (o *ResourceOneOf) 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 (*ResourceOneOf) HasAttributes ¶

func (o *ResourceOneOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*ResourceOneOf) HasObjectClass ¶

func (o *ResourceOneOf) HasObjectClass() bool

HasObjectClass returns a boolean if a field has been set.

func (*ResourceOneOf) HasObjectInstance ¶

func (o *ResourceOneOf) HasObjectInstance() bool

HasObjectInstance returns a boolean if a field has been set.

func (ResourceOneOf) MarshalJSON ¶

func (o ResourceOneOf) MarshalJSON() ([]byte, error)

func (*ResourceOneOf) SetAttributes ¶

func (o *ResourceOneOf) SetAttributes(v map[string]interface{})

SetAttributes gets a reference to the given map[string]interface{} and assigns it to the Attributes field.

func (*ResourceOneOf) SetId ¶

func (o *ResourceOneOf) SetId(v string)

SetId sets field value

func (*ResourceOneOf) SetObjectClass ¶

func (o *ResourceOneOf) SetObjectClass(v string)

SetObjectClass gets a reference to the given string and assigns it to the ObjectClass field.

func (*ResourceOneOf) SetObjectInstance ¶

func (o *ResourceOneOf) SetObjectInstance(v string)

SetObjectInstance gets a reference to the given string and assigns it to the ObjectInstance field.

func (ResourceOneOf) ToMap ¶

func (o ResourceOneOf) ToMap() (map[string]interface{}, error)

type ResourceOneOf1 ¶

type ResourceOneOf1 struct {
	Resources5gcNrm     *Resources5gcNrm
	ResourcesAiMlNrm    *ResourcesAiMlNrm
	ResourcesCoslaNrm   *ResourcesCoslaNrm
	ResourcesGenericNrm *ResourcesGenericNrm
	ResourcesIntentNrm  *ResourcesIntentNrm
	ResourcesMdaNrm     *ResourcesMdaNrm
	ResourcesNrNrm      *ResourcesNrNrm
	ResourcesSliceNrm   *ResourcesSliceNrm
}

ResourceOneOf1 struct for ResourceOneOf1

func (*ResourceOneOf1) MarshalJSON ¶

func (src *ResourceOneOf1) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*ResourceOneOf1) UnmarshalJSON ¶

func (dst *ResourceOneOf1) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type ResourceReservationStatus ¶

type ResourceReservationStatus string

ResourceReservationStatus An attribute which specifies the resource reservation result for the feasibility check job.

const (
	RESERVED   ResourceReservationStatus = "RESERVED"
	UNRESERVED ResourceReservationStatus = "UNRESERVED"
	USED       ResourceReservationStatus = "USED"
)

List of ResourceReservationStatus

func NewResourceReservationStatusFromValue ¶

func NewResourceReservationStatusFromValue(v string) (*ResourceReservationStatus, error)

NewResourceReservationStatusFromValue returns a pointer to a valid ResourceReservationStatus for the value passed as argument, or an error if the value passed is not allowed by the enum

func (ResourceReservationStatus) IsValid ¶

func (v ResourceReservationStatus) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (ResourceReservationStatus) Ptr ¶

Ptr returns reference to ResourceReservationStatus value

func (*ResourceReservationStatus) UnmarshalJSON ¶

func (v *ResourceReservationStatus) UnmarshalJSON(src []byte) error

type ResourceSharingLevelContext ¶

type ResourceSharingLevelContext struct {
	ContextAttribute  *string        `json:"contextAttribute,omitempty"`
	ContextCondition  *string        `json:"contextCondition,omitempty"`
	ContextValueRange []SharingLevel `json:"contextValueRange,omitempty"`
}

ResourceSharingLevelContext This data type is the \"ExpectationContext\" data type with specialisations for ResourceSharingLevelContext

func NewResourceSharingLevelContext ¶

func NewResourceSharingLevelContext() *ResourceSharingLevelContext

NewResourceSharingLevelContext instantiates a new ResourceSharingLevelContext object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewResourceSharingLevelContextWithDefaults ¶

func NewResourceSharingLevelContextWithDefaults() *ResourceSharingLevelContext

NewResourceSharingLevelContextWithDefaults instantiates a new ResourceSharingLevelContext object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ResourceSharingLevelContext) GetContextAttribute ¶

func (o *ResourceSharingLevelContext) GetContextAttribute() string

GetContextAttribute returns the ContextAttribute field value if set, zero value otherwise.

func (*ResourceSharingLevelContext) GetContextAttributeOk ¶

func (o *ResourceSharingLevelContext) GetContextAttributeOk() (*string, bool)

GetContextAttributeOk returns a tuple with the ContextAttribute field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResourceSharingLevelContext) GetContextCondition ¶

func (o *ResourceSharingLevelContext) GetContextCondition() string

GetContextCondition returns the ContextCondition field value if set, zero value otherwise.

func (*ResourceSharingLevelContext) GetContextConditionOk ¶

func (o *ResourceSharingLevelContext) GetContextConditionOk() (*string, bool)

GetContextConditionOk returns a tuple with the ContextCondition field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResourceSharingLevelContext) GetContextValueRange ¶

func (o *ResourceSharingLevelContext) GetContextValueRange() []SharingLevel

GetContextValueRange returns the ContextValueRange field value if set, zero value otherwise.

func (*ResourceSharingLevelContext) GetContextValueRangeOk ¶

func (o *ResourceSharingLevelContext) GetContextValueRangeOk() ([]SharingLevel, bool)

GetContextValueRangeOk returns a tuple with the ContextValueRange field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResourceSharingLevelContext) HasContextAttribute ¶

func (o *ResourceSharingLevelContext) HasContextAttribute() bool

HasContextAttribute returns a boolean if a field has been set.

func (*ResourceSharingLevelContext) HasContextCondition ¶

func (o *ResourceSharingLevelContext) HasContextCondition() bool

HasContextCondition returns a boolean if a field has been set.

func (*ResourceSharingLevelContext) HasContextValueRange ¶

func (o *ResourceSharingLevelContext) HasContextValueRange() bool

HasContextValueRange returns a boolean if a field has been set.

func (ResourceSharingLevelContext) MarshalJSON ¶

func (o ResourceSharingLevelContext) MarshalJSON() ([]byte, error)

func (*ResourceSharingLevelContext) SetContextAttribute ¶

func (o *ResourceSharingLevelContext) SetContextAttribute(v string)

SetContextAttribute gets a reference to the given string and assigns it to the ContextAttribute field.

func (*ResourceSharingLevelContext) SetContextCondition ¶

func (o *ResourceSharingLevelContext) SetContextCondition(v string)

SetContextCondition gets a reference to the given string and assigns it to the ContextCondition field.

func (*ResourceSharingLevelContext) SetContextValueRange ¶

func (o *ResourceSharingLevelContext) SetContextValueRange(v []SharingLevel)

SetContextValueRange gets a reference to the given []SharingLevel and assigns it to the ContextValueRange field.

func (ResourceSharingLevelContext) ToMap ¶

func (o ResourceSharingLevelContext) ToMap() (map[string]interface{}, error)

type ResourceType ¶

type ResourceType string

ResourceType the model 'ResourceType'

const (
	PRB    ResourceType = "PRB"
	PRB_UL ResourceType = "PRB_UL"
	PRB_DL ResourceType = "PRB_DL"
	RRC    ResourceType = "RRC"
	DRB    ResourceType = "DRB"
)

List of ResourceType

func NewResourceTypeFromValue ¶

func NewResourceTypeFromValue(v string) (*ResourceType, error)

NewResourceTypeFromValue returns a pointer to a valid ResourceType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (ResourceType) IsValid ¶

func (v ResourceType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (ResourceType) Ptr ¶

func (v ResourceType) Ptr() *ResourceType

Ptr returns reference to ResourceType value

func (*ResourceType) UnmarshalJSON ¶

func (v *ResourceType) UnmarshalJSON(src []byte) error

type Resources5gcNrm ¶

type Resources5gcNrm struct {
	AmfFunctionSingle                  *AmfFunctionSingle
	AmfRegionSingle                    *AmfRegionSingle
	AmfSetSingle                       *AmfSetSingle
	AusfFunctionSingle                 *AusfFunctionSingle
	Configurable5QISetSingle           *Configurable5QISetSingle
	DDNMFFunctionSingle                *DDNMFFunctionSingle
	Dynamic5QISetSingle                *Dynamic5QISetSingle
	EASDFFunctionSingle                *EASDFFunctionSingle
	EPMAPSMSCSingle                    *EPMAPSMSCSingle
	EPN10Single                        *EPN10Single
	EPN11Single                        *EPN11Single
	EPN12Single                        *EPN12Single
	EPN13Single                        *EPN13Single
	EPN14Single                        *EPN14Single
	EPN15Single                        *EPN15Single
	EPN16Single                        *EPN16Single
	EPN17Single                        *EPN17Single
	EPN20Single                        *EPN20Single
	EPN21Single                        *EPN21Single
	EPN22Single                        *EPN22Single
	EPN26Single                        *EPN26Single
	EPN27Single                        *EPN27Single
	EPN2Single                         *EPN2Single
	EPN31Single                        *EPN31Single
	EPN32Single                        *EPN32Single
	EPN33Single                        *EPN33Single
	EPN3Single                         *EPN3Single
	EPN4Single                         *EPN4Single
	EPN5Single                         *EPN5Single
	EPN60Single                        *EPN60Single
	EPN6Single                         *EPN6Single
	EPN7Single                         *EPN7Single
	EPN88Single                        *EPN88Single
	EPN8Single                         *EPN8Single
	EPN9Single                         *EPN9Single
	EPNLGSingle                        *EPNLGSingle
	EPNLSSingle                        *EPNLSSingle
	EPNpc4Single                       *EPNpc4Single
	EPNpc6Single                       *EPNpc6Single
	EPNpc7Single                       *EPNpc7Single
	EPNpc8Single                       *EPNpc8Single
	EPRxSingle                         *EPRxSingle
	EPS5CSingle                        *EPS5CSingle
	EPS5USingle                        *EPS5USingle
	EcmConnectionInfoSingle            *EcmConnectionInfoSingle
	ExternalAmfFunctionSingle          *ExternalAmfFunctionSingle
	ExternalNrfFunctionSingle          *ExternalNrfFunctionSingle
	ExternalNssfFunctionSingle         *ExternalNssfFunctionSingle
	ExternalSeppFunctionSingle         *ExternalSeppFunctionSingle
	FiveQiDscpMappingSetSingle         *FiveQiDscpMappingSetSingle
	GtpUPathQoSMonitoringControlSingle *GtpUPathQoSMonitoringControlSingle
	LmfFunctionSingle                  *LmfFunctionSingle
	ManagedElementSingle1              *ManagedElementSingle1
	N3iwfFunctionSingle                *N3iwfFunctionSingle
	NefFunctionSingle                  *NefFunctionSingle
	NgeirFunctionSingle                *NgeirFunctionSingle
	NrfFunctionSingle                  *NrfFunctionSingle
	NsacfFunctionSingle                *NsacfFunctionSingle
	NssfFunctionSingle                 *NssfFunctionSingle
	NwdafFunctionSingle                *NwdafFunctionSingle
	PcfFunctionSingle                  *PcfFunctionSingle
	PredefinedPccRuleSetSingle         *PredefinedPccRuleSetSingle
	ProvMnS                            *ProvMnS
	QFQoSMonitoringControlSingle       *QFQoSMonitoringControlSingle
	ScpFunctionSingle                  *ScpFunctionSingle
	SeppFunctionSingle                 *SeppFunctionSingle
	SmfFunctionSingle                  *SmfFunctionSingle
	SmsfFunctionSingle                 *SmsfFunctionSingle
	SubNetworkSingle1                  *SubNetworkSingle1
	UdmFunctionSingle                  *UdmFunctionSingle
	UdrFunctionSingle                  *UdrFunctionSingle
	UdsfFunctionSingle                 *UdsfFunctionSingle
	UpfFunctionSingle                  *UpfFunctionSingle
}

Resources5gcNrm - struct for Resources5gcNrm

func AmfFunctionSingleAsResources5gcNrm ¶

func AmfFunctionSingleAsResources5gcNrm(v *AmfFunctionSingle) Resources5gcNrm

AmfFunctionSingleAsResources5gcNrm is a convenience function that returns AmfFunctionSingle wrapped in Resources5gcNrm

func AmfRegionSingleAsResources5gcNrm ¶

func AmfRegionSingleAsResources5gcNrm(v *AmfRegionSingle) Resources5gcNrm

AmfRegionSingleAsResources5gcNrm is a convenience function that returns AmfRegionSingle wrapped in Resources5gcNrm

func AmfSetSingleAsResources5gcNrm ¶

func AmfSetSingleAsResources5gcNrm(v *AmfSetSingle) Resources5gcNrm

AmfSetSingleAsResources5gcNrm is a convenience function that returns AmfSetSingle wrapped in Resources5gcNrm

func AusfFunctionSingleAsResources5gcNrm ¶

func AusfFunctionSingleAsResources5gcNrm(v *AusfFunctionSingle) Resources5gcNrm

AusfFunctionSingleAsResources5gcNrm is a convenience function that returns AusfFunctionSingle wrapped in Resources5gcNrm

func Configurable5QISetSingleAsResources5gcNrm ¶

func Configurable5QISetSingleAsResources5gcNrm(v *Configurable5QISetSingle) Resources5gcNrm

Configurable5QISetSingleAsResources5gcNrm is a convenience function that returns Configurable5QISetSingle wrapped in Resources5gcNrm

func DDNMFFunctionSingleAsResources5gcNrm ¶

func DDNMFFunctionSingleAsResources5gcNrm(v *DDNMFFunctionSingle) Resources5gcNrm

DDNMFFunctionSingleAsResources5gcNrm is a convenience function that returns DDNMFFunctionSingle wrapped in Resources5gcNrm

func Dynamic5QISetSingleAsResources5gcNrm ¶

func Dynamic5QISetSingleAsResources5gcNrm(v *Dynamic5QISetSingle) Resources5gcNrm

Dynamic5QISetSingleAsResources5gcNrm is a convenience function that returns Dynamic5QISetSingle wrapped in Resources5gcNrm

func EASDFFunctionSingleAsResources5gcNrm ¶

func EASDFFunctionSingleAsResources5gcNrm(v *EASDFFunctionSingle) Resources5gcNrm

EASDFFunctionSingleAsResources5gcNrm is a convenience function that returns EASDFFunctionSingle wrapped in Resources5gcNrm

func EPMAPSMSCSingleAsResources5gcNrm ¶

func EPMAPSMSCSingleAsResources5gcNrm(v *EPMAPSMSCSingle) Resources5gcNrm

EPMAPSMSCSingleAsResources5gcNrm is a convenience function that returns EPMAPSMSCSingle wrapped in Resources5gcNrm

func EPN10SingleAsResources5gcNrm ¶

func EPN10SingleAsResources5gcNrm(v *EPN10Single) Resources5gcNrm

EPN10SingleAsResources5gcNrm is a convenience function that returns EPN10Single wrapped in Resources5gcNrm

func EPN11SingleAsResources5gcNrm ¶

func EPN11SingleAsResources5gcNrm(v *EPN11Single) Resources5gcNrm

EPN11SingleAsResources5gcNrm is a convenience function that returns EPN11Single wrapped in Resources5gcNrm

func EPN12SingleAsResources5gcNrm ¶

func EPN12SingleAsResources5gcNrm(v *EPN12Single) Resources5gcNrm

EPN12SingleAsResources5gcNrm is a convenience function that returns EPN12Single wrapped in Resources5gcNrm

func EPN13SingleAsResources5gcNrm ¶

func EPN13SingleAsResources5gcNrm(v *EPN13Single) Resources5gcNrm

EPN13SingleAsResources5gcNrm is a convenience function that returns EPN13Single wrapped in Resources5gcNrm

func EPN14SingleAsResources5gcNrm ¶

func EPN14SingleAsResources5gcNrm(v *EPN14Single) Resources5gcNrm

EPN14SingleAsResources5gcNrm is a convenience function that returns EPN14Single wrapped in Resources5gcNrm

func EPN15SingleAsResources5gcNrm ¶

func EPN15SingleAsResources5gcNrm(v *EPN15Single) Resources5gcNrm

EPN15SingleAsResources5gcNrm is a convenience function that returns EPN15Single wrapped in Resources5gcNrm

func EPN16SingleAsResources5gcNrm ¶

func EPN16SingleAsResources5gcNrm(v *EPN16Single) Resources5gcNrm

EPN16SingleAsResources5gcNrm is a convenience function that returns EPN16Single wrapped in Resources5gcNrm

func EPN17SingleAsResources5gcNrm ¶

func EPN17SingleAsResources5gcNrm(v *EPN17Single) Resources5gcNrm

EPN17SingleAsResources5gcNrm is a convenience function that returns EPN17Single wrapped in Resources5gcNrm

func EPN20SingleAsResources5gcNrm ¶

func EPN20SingleAsResources5gcNrm(v *EPN20Single) Resources5gcNrm

EPN20SingleAsResources5gcNrm is a convenience function that returns EPN20Single wrapped in Resources5gcNrm

func EPN21SingleAsResources5gcNrm ¶

func EPN21SingleAsResources5gcNrm(v *EPN21Single) Resources5gcNrm

EPN21SingleAsResources5gcNrm is a convenience function that returns EPN21Single wrapped in Resources5gcNrm

func EPN22SingleAsResources5gcNrm ¶

func EPN22SingleAsResources5gcNrm(v *EPN22Single) Resources5gcNrm

EPN22SingleAsResources5gcNrm is a convenience function that returns EPN22Single wrapped in Resources5gcNrm

func EPN26SingleAsResources5gcNrm ¶

func EPN26SingleAsResources5gcNrm(v *EPN26Single) Resources5gcNrm

EPN26SingleAsResources5gcNrm is a convenience function that returns EPN26Single wrapped in Resources5gcNrm

func EPN27SingleAsResources5gcNrm ¶

func EPN27SingleAsResources5gcNrm(v *EPN27Single) Resources5gcNrm

EPN27SingleAsResources5gcNrm is a convenience function that returns EPN27Single wrapped in Resources5gcNrm

func EPN2SingleAsResources5gcNrm ¶

func EPN2SingleAsResources5gcNrm(v *EPN2Single) Resources5gcNrm

EPN2SingleAsResources5gcNrm is a convenience function that returns EPN2Single wrapped in Resources5gcNrm

func EPN31SingleAsResources5gcNrm ¶

func EPN31SingleAsResources5gcNrm(v *EPN31Single) Resources5gcNrm

EPN31SingleAsResources5gcNrm is a convenience function that returns EPN31Single wrapped in Resources5gcNrm

func EPN32SingleAsResources5gcNrm ¶

func EPN32SingleAsResources5gcNrm(v *EPN32Single) Resources5gcNrm

EPN32SingleAsResources5gcNrm is a convenience function that returns EPN32Single wrapped in Resources5gcNrm

func EPN33SingleAsResources5gcNrm ¶

func EPN33SingleAsResources5gcNrm(v *EPN33Single) Resources5gcNrm

EPN33SingleAsResources5gcNrm is a convenience function that returns EPN33Single wrapped in Resources5gcNrm

func EPN3SingleAsResources5gcNrm ¶

func EPN3SingleAsResources5gcNrm(v *EPN3Single) Resources5gcNrm

EPN3SingleAsResources5gcNrm is a convenience function that returns EPN3Single wrapped in Resources5gcNrm

func EPN4SingleAsResources5gcNrm ¶

func EPN4SingleAsResources5gcNrm(v *EPN4Single) Resources5gcNrm

EPN4SingleAsResources5gcNrm is a convenience function that returns EPN4Single wrapped in Resources5gcNrm

func EPN5SingleAsResources5gcNrm ¶

func EPN5SingleAsResources5gcNrm(v *EPN5Single) Resources5gcNrm

EPN5SingleAsResources5gcNrm is a convenience function that returns EPN5Single wrapped in Resources5gcNrm

func EPN60SingleAsResources5gcNrm ¶

func EPN60SingleAsResources5gcNrm(v *EPN60Single) Resources5gcNrm

EPN60SingleAsResources5gcNrm is a convenience function that returns EPN60Single wrapped in Resources5gcNrm

func EPN6SingleAsResources5gcNrm ¶

func EPN6SingleAsResources5gcNrm(v *EPN6Single) Resources5gcNrm

EPN6SingleAsResources5gcNrm is a convenience function that returns EPN6Single wrapped in Resources5gcNrm

func EPN7SingleAsResources5gcNrm ¶

func EPN7SingleAsResources5gcNrm(v *EPN7Single) Resources5gcNrm

EPN7SingleAsResources5gcNrm is a convenience function that returns EPN7Single wrapped in Resources5gcNrm

func EPN88SingleAsResources5gcNrm ¶

func EPN88SingleAsResources5gcNrm(v *EPN88Single) Resources5gcNrm

EPN88SingleAsResources5gcNrm is a convenience function that returns EPN88Single wrapped in Resources5gcNrm

func EPN8SingleAsResources5gcNrm ¶

func EPN8SingleAsResources5gcNrm(v *EPN8Single) Resources5gcNrm

EPN8SingleAsResources5gcNrm is a convenience function that returns EPN8Single wrapped in Resources5gcNrm

func EPN9SingleAsResources5gcNrm ¶

func EPN9SingleAsResources5gcNrm(v *EPN9Single) Resources5gcNrm

EPN9SingleAsResources5gcNrm is a convenience function that returns EPN9Single wrapped in Resources5gcNrm

func EPNLGSingleAsResources5gcNrm ¶

func EPNLGSingleAsResources5gcNrm(v *EPNLGSingle) Resources5gcNrm

EPNLGSingleAsResources5gcNrm is a convenience function that returns EPNLGSingle wrapped in Resources5gcNrm

func EPNLSSingleAsResources5gcNrm ¶

func EPNLSSingleAsResources5gcNrm(v *EPNLSSingle) Resources5gcNrm

EPNLSSingleAsResources5gcNrm is a convenience function that returns EPNLSSingle wrapped in Resources5gcNrm

func EPNpc4SingleAsResources5gcNrm ¶

func EPNpc4SingleAsResources5gcNrm(v *EPNpc4Single) Resources5gcNrm

EPNpc4SingleAsResources5gcNrm is a convenience function that returns EPNpc4Single wrapped in Resources5gcNrm

func EPNpc6SingleAsResources5gcNrm ¶

func EPNpc6SingleAsResources5gcNrm(v *EPNpc6Single) Resources5gcNrm

EPNpc6SingleAsResources5gcNrm is a convenience function that returns EPNpc6Single wrapped in Resources5gcNrm

func EPNpc7SingleAsResources5gcNrm ¶

func EPNpc7SingleAsResources5gcNrm(v *EPNpc7Single) Resources5gcNrm

EPNpc7SingleAsResources5gcNrm is a convenience function that returns EPNpc7Single wrapped in Resources5gcNrm

func EPNpc8SingleAsResources5gcNrm ¶

func EPNpc8SingleAsResources5gcNrm(v *EPNpc8Single) Resources5gcNrm

EPNpc8SingleAsResources5gcNrm is a convenience function that returns EPNpc8Single wrapped in Resources5gcNrm

func EPRxSingleAsResources5gcNrm ¶

func EPRxSingleAsResources5gcNrm(v *EPRxSingle) Resources5gcNrm

EPRxSingleAsResources5gcNrm is a convenience function that returns EPRxSingle wrapped in Resources5gcNrm

func EPS5CSingleAsResources5gcNrm ¶

func EPS5CSingleAsResources5gcNrm(v *EPS5CSingle) Resources5gcNrm

EPS5CSingleAsResources5gcNrm is a convenience function that returns EPS5CSingle wrapped in Resources5gcNrm

func EPS5USingleAsResources5gcNrm ¶

func EPS5USingleAsResources5gcNrm(v *EPS5USingle) Resources5gcNrm

EPS5USingleAsResources5gcNrm is a convenience function that returns EPS5USingle wrapped in Resources5gcNrm

func EcmConnectionInfoSingleAsResources5gcNrm ¶

func EcmConnectionInfoSingleAsResources5gcNrm(v *EcmConnectionInfoSingle) Resources5gcNrm

EcmConnectionInfoSingleAsResources5gcNrm is a convenience function that returns EcmConnectionInfoSingle wrapped in Resources5gcNrm

func ExternalAmfFunctionSingleAsResources5gcNrm ¶

func ExternalAmfFunctionSingleAsResources5gcNrm(v *ExternalAmfFunctionSingle) Resources5gcNrm

ExternalAmfFunctionSingleAsResources5gcNrm is a convenience function that returns ExternalAmfFunctionSingle wrapped in Resources5gcNrm

func ExternalNrfFunctionSingleAsResources5gcNrm ¶

func ExternalNrfFunctionSingleAsResources5gcNrm(v *ExternalNrfFunctionSingle) Resources5gcNrm

ExternalNrfFunctionSingleAsResources5gcNrm is a convenience function that returns ExternalNrfFunctionSingle wrapped in Resources5gcNrm

func ExternalNssfFunctionSingleAsResources5gcNrm ¶

func ExternalNssfFunctionSingleAsResources5gcNrm(v *ExternalNssfFunctionSingle) Resources5gcNrm

ExternalNssfFunctionSingleAsResources5gcNrm is a convenience function that returns ExternalNssfFunctionSingle wrapped in Resources5gcNrm

func ExternalSeppFunctionSingleAsResources5gcNrm ¶

func ExternalSeppFunctionSingleAsResources5gcNrm(v *ExternalSeppFunctionSingle) Resources5gcNrm

ExternalSeppFunctionSingleAsResources5gcNrm is a convenience function that returns ExternalSeppFunctionSingle wrapped in Resources5gcNrm

func FiveQiDscpMappingSetSingleAsResources5gcNrm ¶

func FiveQiDscpMappingSetSingleAsResources5gcNrm(v *FiveQiDscpMappingSetSingle) Resources5gcNrm

FiveQiDscpMappingSetSingleAsResources5gcNrm is a convenience function that returns FiveQiDscpMappingSetSingle wrapped in Resources5gcNrm

func GtpUPathQoSMonitoringControlSingleAsResources5gcNrm ¶

func GtpUPathQoSMonitoringControlSingleAsResources5gcNrm(v *GtpUPathQoSMonitoringControlSingle) Resources5gcNrm

GtpUPathQoSMonitoringControlSingleAsResources5gcNrm is a convenience function that returns GtpUPathQoSMonitoringControlSingle wrapped in Resources5gcNrm

func LmfFunctionSingleAsResources5gcNrm ¶

func LmfFunctionSingleAsResources5gcNrm(v *LmfFunctionSingle) Resources5gcNrm

LmfFunctionSingleAsResources5gcNrm is a convenience function that returns LmfFunctionSingle wrapped in Resources5gcNrm

func ManagedElementSingle1AsResources5gcNrm ¶

func ManagedElementSingle1AsResources5gcNrm(v *ManagedElementSingle1) Resources5gcNrm

ManagedElementSingle1AsResources5gcNrm is a convenience function that returns ManagedElementSingle1 wrapped in Resources5gcNrm

func N3iwfFunctionSingleAsResources5gcNrm ¶

func N3iwfFunctionSingleAsResources5gcNrm(v *N3iwfFunctionSingle) Resources5gcNrm

N3iwfFunctionSingleAsResources5gcNrm is a convenience function that returns N3iwfFunctionSingle wrapped in Resources5gcNrm

func NefFunctionSingleAsResources5gcNrm ¶

func NefFunctionSingleAsResources5gcNrm(v *NefFunctionSingle) Resources5gcNrm

NefFunctionSingleAsResources5gcNrm is a convenience function that returns NefFunctionSingle wrapped in Resources5gcNrm

func NgeirFunctionSingleAsResources5gcNrm ¶

func NgeirFunctionSingleAsResources5gcNrm(v *NgeirFunctionSingle) Resources5gcNrm

NgeirFunctionSingleAsResources5gcNrm is a convenience function that returns NgeirFunctionSingle wrapped in Resources5gcNrm

func NrfFunctionSingleAsResources5gcNrm ¶

func NrfFunctionSingleAsResources5gcNrm(v *NrfFunctionSingle) Resources5gcNrm

NrfFunctionSingleAsResources5gcNrm is a convenience function that returns NrfFunctionSingle wrapped in Resources5gcNrm

func NsacfFunctionSingleAsResources5gcNrm ¶

func NsacfFunctionSingleAsResources5gcNrm(v *NsacfFunctionSingle) Resources5gcNrm

NsacfFunctionSingleAsResources5gcNrm is a convenience function that returns NsacfFunctionSingle wrapped in Resources5gcNrm

func NssfFunctionSingleAsResources5gcNrm ¶

func NssfFunctionSingleAsResources5gcNrm(v *NssfFunctionSingle) Resources5gcNrm

NssfFunctionSingleAsResources5gcNrm is a convenience function that returns NssfFunctionSingle wrapped in Resources5gcNrm

func NwdafFunctionSingleAsResources5gcNrm ¶

func NwdafFunctionSingleAsResources5gcNrm(v *NwdafFunctionSingle) Resources5gcNrm

NwdafFunctionSingleAsResources5gcNrm is a convenience function that returns NwdafFunctionSingle wrapped in Resources5gcNrm

func PcfFunctionSingleAsResources5gcNrm ¶

func PcfFunctionSingleAsResources5gcNrm(v *PcfFunctionSingle) Resources5gcNrm

PcfFunctionSingleAsResources5gcNrm is a convenience function that returns PcfFunctionSingle wrapped in Resources5gcNrm

func PredefinedPccRuleSetSingleAsResources5gcNrm ¶

func PredefinedPccRuleSetSingleAsResources5gcNrm(v *PredefinedPccRuleSetSingle) Resources5gcNrm

PredefinedPccRuleSetSingleAsResources5gcNrm is a convenience function that returns PredefinedPccRuleSetSingle wrapped in Resources5gcNrm

func ProvMnSAsResources5gcNrm ¶

func ProvMnSAsResources5gcNrm(v *ProvMnS) Resources5gcNrm

ProvMnSAsResources5gcNrm is a convenience function that returns ProvMnS wrapped in Resources5gcNrm

func QFQoSMonitoringControlSingleAsResources5gcNrm ¶

func QFQoSMonitoringControlSingleAsResources5gcNrm(v *QFQoSMonitoringControlSingle) Resources5gcNrm

QFQoSMonitoringControlSingleAsResources5gcNrm is a convenience function that returns QFQoSMonitoringControlSingle wrapped in Resources5gcNrm

func ScpFunctionSingleAsResources5gcNrm ¶

func ScpFunctionSingleAsResources5gcNrm(v *ScpFunctionSingle) Resources5gcNrm

ScpFunctionSingleAsResources5gcNrm is a convenience function that returns ScpFunctionSingle wrapped in Resources5gcNrm

func SeppFunctionSingleAsResources5gcNrm ¶

func SeppFunctionSingleAsResources5gcNrm(v *SeppFunctionSingle) Resources5gcNrm

SeppFunctionSingleAsResources5gcNrm is a convenience function that returns SeppFunctionSingle wrapped in Resources5gcNrm

func SmfFunctionSingleAsResources5gcNrm ¶

func SmfFunctionSingleAsResources5gcNrm(v *SmfFunctionSingle) Resources5gcNrm

SmfFunctionSingleAsResources5gcNrm is a convenience function that returns SmfFunctionSingle wrapped in Resources5gcNrm

func SmsfFunctionSingleAsResources5gcNrm ¶

func SmsfFunctionSingleAsResources5gcNrm(v *SmsfFunctionSingle) Resources5gcNrm

SmsfFunctionSingleAsResources5gcNrm is a convenience function that returns SmsfFunctionSingle wrapped in Resources5gcNrm

func SubNetworkSingle1AsResources5gcNrm ¶

func SubNetworkSingle1AsResources5gcNrm(v *SubNetworkSingle1) Resources5gcNrm

SubNetworkSingle1AsResources5gcNrm is a convenience function that returns SubNetworkSingle1 wrapped in Resources5gcNrm

func UdmFunctionSingleAsResources5gcNrm ¶

func UdmFunctionSingleAsResources5gcNrm(v *UdmFunctionSingle) Resources5gcNrm

UdmFunctionSingleAsResources5gcNrm is a convenience function that returns UdmFunctionSingle wrapped in Resources5gcNrm

func UdrFunctionSingleAsResources5gcNrm ¶

func UdrFunctionSingleAsResources5gcNrm(v *UdrFunctionSingle) Resources5gcNrm

UdrFunctionSingleAsResources5gcNrm is a convenience function that returns UdrFunctionSingle wrapped in Resources5gcNrm

func UdsfFunctionSingleAsResources5gcNrm ¶

func UdsfFunctionSingleAsResources5gcNrm(v *UdsfFunctionSingle) Resources5gcNrm

UdsfFunctionSingleAsResources5gcNrm is a convenience function that returns UdsfFunctionSingle wrapped in Resources5gcNrm

func UpfFunctionSingleAsResources5gcNrm ¶

func UpfFunctionSingleAsResources5gcNrm(v *UpfFunctionSingle) Resources5gcNrm

UpfFunctionSingleAsResources5gcNrm is a convenience function that returns UpfFunctionSingle wrapped in Resources5gcNrm

func (*Resources5gcNrm) GetActualInstance ¶

func (obj *Resources5gcNrm) GetActualInstance() interface{}

Get the actual instance

func (Resources5gcNrm) MarshalJSON ¶

func (src Resources5gcNrm) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*Resources5gcNrm) UnmarshalJSON ¶

func (dst *Resources5gcNrm) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type ResourcesAiMlNrm ¶

type ResourcesAiMlNrm struct {
	MLTrainingFunctionSingle *MLTrainingFunctionSingle
	MLTrainingProcessSingle  *MLTrainingProcessSingle
	MLTrainingReportSingle   *MLTrainingReportSingle
	MLTrainingRequestSingle  *MLTrainingRequestSingle
	ManagedElementSingle4    *ManagedElementSingle4
	SubNetworkSingle6        *SubNetworkSingle6
}

ResourcesAiMlNrm - struct for ResourcesAiMlNrm

func MLTrainingFunctionSingleAsResourcesAiMlNrm ¶

func MLTrainingFunctionSingleAsResourcesAiMlNrm(v *MLTrainingFunctionSingle) ResourcesAiMlNrm

MLTrainingFunctionSingleAsResourcesAiMlNrm is a convenience function that returns MLTrainingFunctionSingle wrapped in ResourcesAiMlNrm

func MLTrainingProcessSingleAsResourcesAiMlNrm ¶

func MLTrainingProcessSingleAsResourcesAiMlNrm(v *MLTrainingProcessSingle) ResourcesAiMlNrm

MLTrainingProcessSingleAsResourcesAiMlNrm is a convenience function that returns MLTrainingProcessSingle wrapped in ResourcesAiMlNrm

func MLTrainingReportSingleAsResourcesAiMlNrm ¶

func MLTrainingReportSingleAsResourcesAiMlNrm(v *MLTrainingReportSingle) ResourcesAiMlNrm

MLTrainingReportSingleAsResourcesAiMlNrm is a convenience function that returns MLTrainingReportSingle wrapped in ResourcesAiMlNrm

func MLTrainingRequestSingleAsResourcesAiMlNrm ¶

func MLTrainingRequestSingleAsResourcesAiMlNrm(v *MLTrainingRequestSingle) ResourcesAiMlNrm

MLTrainingRequestSingleAsResourcesAiMlNrm is a convenience function that returns MLTrainingRequestSingle wrapped in ResourcesAiMlNrm

func ManagedElementSingle4AsResourcesAiMlNrm ¶

func ManagedElementSingle4AsResourcesAiMlNrm(v *ManagedElementSingle4) ResourcesAiMlNrm

ManagedElementSingle4AsResourcesAiMlNrm is a convenience function that returns ManagedElementSingle4 wrapped in ResourcesAiMlNrm

func SubNetworkSingle6AsResourcesAiMlNrm ¶

func SubNetworkSingle6AsResourcesAiMlNrm(v *SubNetworkSingle6) ResourcesAiMlNrm

SubNetworkSingle6AsResourcesAiMlNrm is a convenience function that returns SubNetworkSingle6 wrapped in ResourcesAiMlNrm

func (*ResourcesAiMlNrm) GetActualInstance ¶

func (obj *ResourcesAiMlNrm) GetActualInstance() interface{}

Get the actual instance

func (ResourcesAiMlNrm) MarshalJSON ¶

func (src ResourcesAiMlNrm) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*ResourcesAiMlNrm) UnmarshalJSON ¶

func (dst *ResourcesAiMlNrm) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type ResourcesCoslaNrm ¶

type ResourcesCoslaNrm struct {
	AssuranceClosedControlLoopSingle *AssuranceClosedControlLoopSingle
	AssuranceGoalSingle              *AssuranceGoalSingle
	AssuranceReportSingle            *AssuranceReportSingle
	ManagedElementSingle2            *ManagedElementSingle2
	MnS                              *MnS
	SubNetworkSingle3                *SubNetworkSingle3
}

ResourcesCoslaNrm - struct for ResourcesCoslaNrm

func AssuranceClosedControlLoopSingleAsResourcesCoslaNrm ¶

func AssuranceClosedControlLoopSingleAsResourcesCoslaNrm(v *AssuranceClosedControlLoopSingle) ResourcesCoslaNrm

AssuranceClosedControlLoopSingleAsResourcesCoslaNrm is a convenience function that returns AssuranceClosedControlLoopSingle wrapped in ResourcesCoslaNrm

func AssuranceGoalSingleAsResourcesCoslaNrm ¶

func AssuranceGoalSingleAsResourcesCoslaNrm(v *AssuranceGoalSingle) ResourcesCoslaNrm

AssuranceGoalSingleAsResourcesCoslaNrm is a convenience function that returns AssuranceGoalSingle wrapped in ResourcesCoslaNrm

func AssuranceReportSingleAsResourcesCoslaNrm ¶

func AssuranceReportSingleAsResourcesCoslaNrm(v *AssuranceReportSingle) ResourcesCoslaNrm

AssuranceReportSingleAsResourcesCoslaNrm is a convenience function that returns AssuranceReportSingle wrapped in ResourcesCoslaNrm

func ManagedElementSingle2AsResourcesCoslaNrm ¶

func ManagedElementSingle2AsResourcesCoslaNrm(v *ManagedElementSingle2) ResourcesCoslaNrm

ManagedElementSingle2AsResourcesCoslaNrm is a convenience function that returns ManagedElementSingle2 wrapped in ResourcesCoslaNrm

func MnSAsResourcesCoslaNrm ¶

func MnSAsResourcesCoslaNrm(v *MnS) ResourcesCoslaNrm

MnSAsResourcesCoslaNrm is a convenience function that returns MnS wrapped in ResourcesCoslaNrm

func SubNetworkSingle3AsResourcesCoslaNrm ¶

func SubNetworkSingle3AsResourcesCoslaNrm(v *SubNetworkSingle3) ResourcesCoslaNrm

SubNetworkSingle3AsResourcesCoslaNrm is a convenience function that returns SubNetworkSingle3 wrapped in ResourcesCoslaNrm

func (*ResourcesCoslaNrm) GetActualInstance ¶

func (obj *ResourcesCoslaNrm) GetActualInstance() interface{}

Get the actual instance

func (ResourcesCoslaNrm) MarshalJSON ¶

func (src ResourcesCoslaNrm) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*ResourcesCoslaNrm) UnmarshalJSON ¶

func (dst *ResourcesCoslaNrm) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type ResourcesGenericNrm ¶

type ResourcesGenericNrm struct {
	AlarmListSingle                *AlarmListSingle
	FileDownloadJobSingle          *FileDownloadJobSingle
	FileSingle                     *FileSingle
	FilesSingle                    *FilesSingle
	HeartbeatControlSingle         *HeartbeatControlSingle
	ManagedNFServiceSingle         *ManagedNFServiceSingle
	ManagementDataCollectionSingle *ManagementDataCollectionSingle
	ManagementNodeSingle           *ManagementNodeSingle
	MeContextSingle                *MeContextSingle
	MnsAgentSingle                 *MnsAgentSingle
	MnsInfoSingle                  *MnsInfoSingle
	MnsRegistrySingle              *MnsRegistrySingle
	NtfSubscriptionControlSingle   *NtfSubscriptionControlSingle
	PerfMetricJobSingle            *PerfMetricJobSingle
	ThresholdMonitorSingle         *ThresholdMonitorSingle
	TraceJobSingle                 *TraceJobSingle
	VsDataContainerSingle          *VsDataContainerSingle
}

ResourcesGenericNrm - struct for ResourcesGenericNrm

func AlarmListSingleAsResourcesGenericNrm ¶

func AlarmListSingleAsResourcesGenericNrm(v *AlarmListSingle) ResourcesGenericNrm

AlarmListSingleAsResourcesGenericNrm is a convenience function that returns AlarmListSingle wrapped in ResourcesGenericNrm

func FileDownloadJobSingleAsResourcesGenericNrm ¶

func FileDownloadJobSingleAsResourcesGenericNrm(v *FileDownloadJobSingle) ResourcesGenericNrm

FileDownloadJobSingleAsResourcesGenericNrm is a convenience function that returns FileDownloadJobSingle wrapped in ResourcesGenericNrm

func FileSingleAsResourcesGenericNrm ¶

func FileSingleAsResourcesGenericNrm(v *FileSingle) ResourcesGenericNrm

FileSingleAsResourcesGenericNrm is a convenience function that returns FileSingle wrapped in ResourcesGenericNrm

func FilesSingleAsResourcesGenericNrm ¶

func FilesSingleAsResourcesGenericNrm(v *FilesSingle) ResourcesGenericNrm

FilesSingleAsResourcesGenericNrm is a convenience function that returns FilesSingle wrapped in ResourcesGenericNrm

func HeartbeatControlSingleAsResourcesGenericNrm ¶

func HeartbeatControlSingleAsResourcesGenericNrm(v *HeartbeatControlSingle) ResourcesGenericNrm

HeartbeatControlSingleAsResourcesGenericNrm is a convenience function that returns HeartbeatControlSingle wrapped in ResourcesGenericNrm

func ManagedNFServiceSingleAsResourcesGenericNrm ¶

func ManagedNFServiceSingleAsResourcesGenericNrm(v *ManagedNFServiceSingle) ResourcesGenericNrm

ManagedNFServiceSingleAsResourcesGenericNrm is a convenience function that returns ManagedNFServiceSingle wrapped in ResourcesGenericNrm

func ManagementDataCollectionSingleAsResourcesGenericNrm ¶

func ManagementDataCollectionSingleAsResourcesGenericNrm(v *ManagementDataCollectionSingle) ResourcesGenericNrm

ManagementDataCollectionSingleAsResourcesGenericNrm is a convenience function that returns ManagementDataCollectionSingle wrapped in ResourcesGenericNrm

func ManagementNodeSingleAsResourcesGenericNrm ¶

func ManagementNodeSingleAsResourcesGenericNrm(v *ManagementNodeSingle) ResourcesGenericNrm

ManagementNodeSingleAsResourcesGenericNrm is a convenience function that returns ManagementNodeSingle wrapped in ResourcesGenericNrm

func MeContextSingleAsResourcesGenericNrm ¶

func MeContextSingleAsResourcesGenericNrm(v *MeContextSingle) ResourcesGenericNrm

MeContextSingleAsResourcesGenericNrm is a convenience function that returns MeContextSingle wrapped in ResourcesGenericNrm

func MnsAgentSingleAsResourcesGenericNrm ¶

func MnsAgentSingleAsResourcesGenericNrm(v *MnsAgentSingle) ResourcesGenericNrm

MnsAgentSingleAsResourcesGenericNrm is a convenience function that returns MnsAgentSingle wrapped in ResourcesGenericNrm

func MnsInfoSingleAsResourcesGenericNrm ¶

func MnsInfoSingleAsResourcesGenericNrm(v *MnsInfoSingle) ResourcesGenericNrm

MnsInfoSingleAsResourcesGenericNrm is a convenience function that returns MnsInfoSingle wrapped in ResourcesGenericNrm

func MnsRegistrySingleAsResourcesGenericNrm ¶

func MnsRegistrySingleAsResourcesGenericNrm(v *MnsRegistrySingle) ResourcesGenericNrm

MnsRegistrySingleAsResourcesGenericNrm is a convenience function that returns MnsRegistrySingle wrapped in ResourcesGenericNrm

func NtfSubscriptionControlSingleAsResourcesGenericNrm ¶

func NtfSubscriptionControlSingleAsResourcesGenericNrm(v *NtfSubscriptionControlSingle) ResourcesGenericNrm

NtfSubscriptionControlSingleAsResourcesGenericNrm is a convenience function that returns NtfSubscriptionControlSingle wrapped in ResourcesGenericNrm

func PerfMetricJobSingleAsResourcesGenericNrm ¶

func PerfMetricJobSingleAsResourcesGenericNrm(v *PerfMetricJobSingle) ResourcesGenericNrm

PerfMetricJobSingleAsResourcesGenericNrm is a convenience function that returns PerfMetricJobSingle wrapped in ResourcesGenericNrm

func ThresholdMonitorSingleAsResourcesGenericNrm ¶

func ThresholdMonitorSingleAsResourcesGenericNrm(v *ThresholdMonitorSingle) ResourcesGenericNrm

ThresholdMonitorSingleAsResourcesGenericNrm is a convenience function that returns ThresholdMonitorSingle wrapped in ResourcesGenericNrm

func TraceJobSingleAsResourcesGenericNrm ¶

func TraceJobSingleAsResourcesGenericNrm(v *TraceJobSingle) ResourcesGenericNrm

TraceJobSingleAsResourcesGenericNrm is a convenience function that returns TraceJobSingle wrapped in ResourcesGenericNrm

func VsDataContainerSingleAsResourcesGenericNrm ¶

func VsDataContainerSingleAsResourcesGenericNrm(v *VsDataContainerSingle) ResourcesGenericNrm

VsDataContainerSingleAsResourcesGenericNrm is a convenience function that returns VsDataContainerSingle wrapped in ResourcesGenericNrm

func (*ResourcesGenericNrm) GetActualInstance ¶

func (obj *ResourcesGenericNrm) GetActualInstance() interface{}

Get the actual instance

func (ResourcesGenericNrm) MarshalJSON ¶

func (src ResourcesGenericNrm) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*ResourcesGenericNrm) UnmarshalJSON ¶

func (dst *ResourcesGenericNrm) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type ResourcesIntentNrm ¶

type ResourcesIntentNrm struct {
	IntentSingle      *IntentSingle
	SubNetworkSingle4 *SubNetworkSingle4
}

ResourcesIntentNrm - struct for ResourcesIntentNrm

func IntentSingleAsResourcesIntentNrm ¶

func IntentSingleAsResourcesIntentNrm(v *IntentSingle) ResourcesIntentNrm

IntentSingleAsResourcesIntentNrm is a convenience function that returns IntentSingle wrapped in ResourcesIntentNrm

func SubNetworkSingle4AsResourcesIntentNrm ¶

func SubNetworkSingle4AsResourcesIntentNrm(v *SubNetworkSingle4) ResourcesIntentNrm

SubNetworkSingle4AsResourcesIntentNrm is a convenience function that returns SubNetworkSingle4 wrapped in ResourcesIntentNrm

func (*ResourcesIntentNrm) GetActualInstance ¶

func (obj *ResourcesIntentNrm) GetActualInstance() interface{}

Get the actual instance

func (ResourcesIntentNrm) MarshalJSON ¶

func (src ResourcesIntentNrm) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*ResourcesIntentNrm) UnmarshalJSON ¶

func (dst *ResourcesIntentNrm) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type ResourcesMdaNrm ¶

type ResourcesMdaNrm struct {
	MDAFunctionSingle     *MDAFunctionSingle
	MDAReport             *MDAReport
	MDARequestSingle      *MDARequestSingle
	ManagedElementSingle3 *ManagedElementSingle3
	SubNetworkSingle5     *SubNetworkSingle5
}

ResourcesMdaNrm - struct for ResourcesMdaNrm

func MDAFunctionSingleAsResourcesMdaNrm ¶

func MDAFunctionSingleAsResourcesMdaNrm(v *MDAFunctionSingle) ResourcesMdaNrm

MDAFunctionSingleAsResourcesMdaNrm is a convenience function that returns MDAFunctionSingle wrapped in ResourcesMdaNrm

func MDAReportAsResourcesMdaNrm ¶

func MDAReportAsResourcesMdaNrm(v *MDAReport) ResourcesMdaNrm

MDAReportAsResourcesMdaNrm is a convenience function that returns MDAReport wrapped in ResourcesMdaNrm

func MDARequestSingleAsResourcesMdaNrm ¶

func MDARequestSingleAsResourcesMdaNrm(v *MDARequestSingle) ResourcesMdaNrm

MDARequestSingleAsResourcesMdaNrm is a convenience function that returns MDARequestSingle wrapped in ResourcesMdaNrm

func ManagedElementSingle3AsResourcesMdaNrm ¶

func ManagedElementSingle3AsResourcesMdaNrm(v *ManagedElementSingle3) ResourcesMdaNrm

ManagedElementSingle3AsResourcesMdaNrm is a convenience function that returns ManagedElementSingle3 wrapped in ResourcesMdaNrm

func SubNetworkSingle5AsResourcesMdaNrm ¶

func SubNetworkSingle5AsResourcesMdaNrm(v *SubNetworkSingle5) ResourcesMdaNrm

SubNetworkSingle5AsResourcesMdaNrm is a convenience function that returns SubNetworkSingle5 wrapped in ResourcesMdaNrm

func (*ResourcesMdaNrm) GetActualInstance ¶

func (obj *ResourcesMdaNrm) GetActualInstance() interface{}

Get the actual instance

func (ResourcesMdaNrm) MarshalJSON ¶

func (src ResourcesMdaNrm) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*ResourcesMdaNrm) UnmarshalJSON ¶

func (dst *ResourcesMdaNrm) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type ResourcesNrNrm ¶

type ResourcesNrNrm struct {
	BWPSetSingle                         *BWPSetSingle
	BeamSingle                           *BeamSingle
	BwpSingle                            *BwpSingle
	CCOFunctionSingle                    *CCOFunctionSingle
	CCOOvershootCoverageParametersSingle *CCOOvershootCoverageParametersSingle
	CCOPilotPollutionParametersSingle    *CCOPilotPollutionParametersSingle
	CCOWeakCoverageParametersSingle      *CCOWeakCoverageParametersSingle
	CESManagementFunctionSingle          *CESManagementFunctionSingle
	CPCIConfigurationFunctionSingle      *CPCIConfigurationFunctionSingle
	CommonBeamformingFunctionSingle      *CommonBeamformingFunctionSingle
	DANRManagementFunctionSingle         *DANRManagementFunctionSingle
	DESManagementFunctionSingle          *DESManagementFunctionSingle
	DLBOFunctionSingle                   *DLBOFunctionSingle
	DMROFunctionSingle                   *DMROFunctionSingle
	DPCIConfigurationFunctionSingle      *DPCIConfigurationFunctionSingle
	DRACHOptimizationFunctionSingle      *DRACHOptimizationFunctionSingle
	EPE1Single                           *EPE1Single
	EPF1CSingle                          *EPF1CSingle
	EPF1USingle                          *EPF1USingle
	EPNgCSingle                          *EPNgCSingle
	EPNgUSingle                          *EPNgUSingle
	EPS1USingle                          *EPS1USingle
	EPX2CSingle                          *EPX2CSingle
	EPX2USingle                          *EPX2USingle
	EPXnCSingle                          *EPXnCSingle
	EPXnUSingle                          *EPXnUSingle
	EUtranCellRelationSingle             *EUtranCellRelationSingle
	EUtranFreqRelationSingle             *EUtranFreqRelationSingle
	EUtranFrequencySingle                *EUtranFrequencySingle
	ExternalENBFunctionSingle            *ExternalENBFunctionSingle
	ExternalEUTranCellSingle             *ExternalEUTranCellSingle
	ExternalGnbCuCpFunctionSingle        *ExternalGnbCuCpFunctionSingle
	ExternalGnbCuUpFunctionSingle        *ExternalGnbCuUpFunctionSingle
	ExternalGnbDuFunctionSingle          *ExternalGnbDuFunctionSingle
	ExternalNrCellCuSingle               *ExternalNrCellCuSingle
	GnbCuCpFunctionSingle                *GnbCuCpFunctionSingle
	GnbCuUpFunctionSingle                *GnbCuUpFunctionSingle
	GnbDuFunctionSingle                  *GnbDuFunctionSingle
	ManagedElementSingle                 *ManagedElementSingle
	MnS                                  *MnS
	NRCellRelationSingle                 *NRCellRelationSingle
	NRFreqRelationSingle                 *NRFreqRelationSingle
	NRFrequencySingle                    *NRFrequencySingle
	NrCellCuSingle                       *NrCellCuSingle
	NrCellDuSingle                       *NrCellDuSingle
	NrOperatorCellDuSingle               *NrOperatorCellDuSingle
	NrSectorCarrierSingle                *NrSectorCarrierSingle
	OperatorDuSingle                     *OperatorDuSingle
	RRMPolicyRatioSingle                 *RRMPolicyRatioSingle
	RimRSGlobalSingle                    *RimRSGlobalSingle
	RimRSSetSingle                       *RimRSSetSingle
	SubNetworkSingle                     *SubNetworkSingle
}

ResourcesNrNrm - struct for ResourcesNrNrm

func BWPSetSingleAsResourcesNrNrm ¶

func BWPSetSingleAsResourcesNrNrm(v *BWPSetSingle) ResourcesNrNrm

BWPSetSingleAsResourcesNrNrm is a convenience function that returns BWPSetSingle wrapped in ResourcesNrNrm

func BeamSingleAsResourcesNrNrm ¶

func BeamSingleAsResourcesNrNrm(v *BeamSingle) ResourcesNrNrm

BeamSingleAsResourcesNrNrm is a convenience function that returns BeamSingle wrapped in ResourcesNrNrm

func BwpSingleAsResourcesNrNrm ¶

func BwpSingleAsResourcesNrNrm(v *BwpSingle) ResourcesNrNrm

BwpSingleAsResourcesNrNrm is a convenience function that returns BwpSingle wrapped in ResourcesNrNrm

func CCOFunctionSingleAsResourcesNrNrm ¶

func CCOFunctionSingleAsResourcesNrNrm(v *CCOFunctionSingle) ResourcesNrNrm

CCOFunctionSingleAsResourcesNrNrm is a convenience function that returns CCOFunctionSingle wrapped in ResourcesNrNrm

func CCOOvershootCoverageParametersSingleAsResourcesNrNrm ¶

func CCOOvershootCoverageParametersSingleAsResourcesNrNrm(v *CCOOvershootCoverageParametersSingle) ResourcesNrNrm

CCOOvershootCoverageParametersSingleAsResourcesNrNrm is a convenience function that returns CCOOvershootCoverageParametersSingle wrapped in ResourcesNrNrm

func CCOPilotPollutionParametersSingleAsResourcesNrNrm ¶

func CCOPilotPollutionParametersSingleAsResourcesNrNrm(v *CCOPilotPollutionParametersSingle) ResourcesNrNrm

CCOPilotPollutionParametersSingleAsResourcesNrNrm is a convenience function that returns CCOPilotPollutionParametersSingle wrapped in ResourcesNrNrm

func CCOWeakCoverageParametersSingleAsResourcesNrNrm ¶

func CCOWeakCoverageParametersSingleAsResourcesNrNrm(v *CCOWeakCoverageParametersSingle) ResourcesNrNrm

CCOWeakCoverageParametersSingleAsResourcesNrNrm is a convenience function that returns CCOWeakCoverageParametersSingle wrapped in ResourcesNrNrm

func CESManagementFunctionSingleAsResourcesNrNrm ¶

func CESManagementFunctionSingleAsResourcesNrNrm(v *CESManagementFunctionSingle) ResourcesNrNrm

CESManagementFunctionSingleAsResourcesNrNrm is a convenience function that returns CESManagementFunctionSingle wrapped in ResourcesNrNrm

func CPCIConfigurationFunctionSingleAsResourcesNrNrm ¶

func CPCIConfigurationFunctionSingleAsResourcesNrNrm(v *CPCIConfigurationFunctionSingle) ResourcesNrNrm

CPCIConfigurationFunctionSingleAsResourcesNrNrm is a convenience function that returns CPCIConfigurationFunctionSingle wrapped in ResourcesNrNrm

func CommonBeamformingFunctionSingleAsResourcesNrNrm ¶

func CommonBeamformingFunctionSingleAsResourcesNrNrm(v *CommonBeamformingFunctionSingle) ResourcesNrNrm

CommonBeamformingFunctionSingleAsResourcesNrNrm is a convenience function that returns CommonBeamformingFunctionSingle wrapped in ResourcesNrNrm

func DANRManagementFunctionSingleAsResourcesNrNrm ¶

func DANRManagementFunctionSingleAsResourcesNrNrm(v *DANRManagementFunctionSingle) ResourcesNrNrm

DANRManagementFunctionSingleAsResourcesNrNrm is a convenience function that returns DANRManagementFunctionSingle wrapped in ResourcesNrNrm

func DESManagementFunctionSingleAsResourcesNrNrm ¶

func DESManagementFunctionSingleAsResourcesNrNrm(v *DESManagementFunctionSingle) ResourcesNrNrm

DESManagementFunctionSingleAsResourcesNrNrm is a convenience function that returns DESManagementFunctionSingle wrapped in ResourcesNrNrm

func DLBOFunctionSingleAsResourcesNrNrm ¶

func DLBOFunctionSingleAsResourcesNrNrm(v *DLBOFunctionSingle) ResourcesNrNrm

DLBOFunctionSingleAsResourcesNrNrm is a convenience function that returns DLBOFunctionSingle wrapped in ResourcesNrNrm

func DMROFunctionSingleAsResourcesNrNrm ¶

func DMROFunctionSingleAsResourcesNrNrm(v *DMROFunctionSingle) ResourcesNrNrm

DMROFunctionSingleAsResourcesNrNrm is a convenience function that returns DMROFunctionSingle wrapped in ResourcesNrNrm

func DPCIConfigurationFunctionSingleAsResourcesNrNrm ¶

func DPCIConfigurationFunctionSingleAsResourcesNrNrm(v *DPCIConfigurationFunctionSingle) ResourcesNrNrm

DPCIConfigurationFunctionSingleAsResourcesNrNrm is a convenience function that returns DPCIConfigurationFunctionSingle wrapped in ResourcesNrNrm

func DRACHOptimizationFunctionSingleAsResourcesNrNrm ¶

func DRACHOptimizationFunctionSingleAsResourcesNrNrm(v *DRACHOptimizationFunctionSingle) ResourcesNrNrm

DRACHOptimizationFunctionSingleAsResourcesNrNrm is a convenience function that returns DRACHOptimizationFunctionSingle wrapped in ResourcesNrNrm

func EPE1SingleAsResourcesNrNrm ¶

func EPE1SingleAsResourcesNrNrm(v *EPE1Single) ResourcesNrNrm

EPE1SingleAsResourcesNrNrm is a convenience function that returns EPE1Single wrapped in ResourcesNrNrm

func EPF1CSingleAsResourcesNrNrm ¶

func EPF1CSingleAsResourcesNrNrm(v *EPF1CSingle) ResourcesNrNrm

EPF1CSingleAsResourcesNrNrm is a convenience function that returns EPF1CSingle wrapped in ResourcesNrNrm

func EPF1USingleAsResourcesNrNrm ¶

func EPF1USingleAsResourcesNrNrm(v *EPF1USingle) ResourcesNrNrm

EPF1USingleAsResourcesNrNrm is a convenience function that returns EPF1USingle wrapped in ResourcesNrNrm

func EPNgCSingleAsResourcesNrNrm ¶

func EPNgCSingleAsResourcesNrNrm(v *EPNgCSingle) ResourcesNrNrm

EPNgCSingleAsResourcesNrNrm is a convenience function that returns EPNgCSingle wrapped in ResourcesNrNrm

func EPNgUSingleAsResourcesNrNrm ¶

func EPNgUSingleAsResourcesNrNrm(v *EPNgUSingle) ResourcesNrNrm

EPNgUSingleAsResourcesNrNrm is a convenience function that returns EPNgUSingle wrapped in ResourcesNrNrm

func EPS1USingleAsResourcesNrNrm ¶

func EPS1USingleAsResourcesNrNrm(v *EPS1USingle) ResourcesNrNrm

EPS1USingleAsResourcesNrNrm is a convenience function that returns EPS1USingle wrapped in ResourcesNrNrm

func EPX2CSingleAsResourcesNrNrm ¶

func EPX2CSingleAsResourcesNrNrm(v *EPX2CSingle) ResourcesNrNrm

EPX2CSingleAsResourcesNrNrm is a convenience function that returns EPX2CSingle wrapped in ResourcesNrNrm

func EPX2USingleAsResourcesNrNrm ¶

func EPX2USingleAsResourcesNrNrm(v *EPX2USingle) ResourcesNrNrm

EPX2USingleAsResourcesNrNrm is a convenience function that returns EPX2USingle wrapped in ResourcesNrNrm

func EPXnCSingleAsResourcesNrNrm ¶

func EPXnCSingleAsResourcesNrNrm(v *EPXnCSingle) ResourcesNrNrm

EPXnCSingleAsResourcesNrNrm is a convenience function that returns EPXnCSingle wrapped in ResourcesNrNrm

func EPXnUSingleAsResourcesNrNrm ¶

func EPXnUSingleAsResourcesNrNrm(v *EPXnUSingle) ResourcesNrNrm

EPXnUSingleAsResourcesNrNrm is a convenience function that returns EPXnUSingle wrapped in ResourcesNrNrm

func EUtranCellRelationSingleAsResourcesNrNrm ¶

func EUtranCellRelationSingleAsResourcesNrNrm(v *EUtranCellRelationSingle) ResourcesNrNrm

EUtranCellRelationSingleAsResourcesNrNrm is a convenience function that returns EUtranCellRelationSingle wrapped in ResourcesNrNrm

func EUtranFreqRelationSingleAsResourcesNrNrm ¶

func EUtranFreqRelationSingleAsResourcesNrNrm(v *EUtranFreqRelationSingle) ResourcesNrNrm

EUtranFreqRelationSingleAsResourcesNrNrm is a convenience function that returns EUtranFreqRelationSingle wrapped in ResourcesNrNrm

func EUtranFrequencySingleAsResourcesNrNrm ¶

func EUtranFrequencySingleAsResourcesNrNrm(v *EUtranFrequencySingle) ResourcesNrNrm

EUtranFrequencySingleAsResourcesNrNrm is a convenience function that returns EUtranFrequencySingle wrapped in ResourcesNrNrm

func ExternalENBFunctionSingleAsResourcesNrNrm ¶

func ExternalENBFunctionSingleAsResourcesNrNrm(v *ExternalENBFunctionSingle) ResourcesNrNrm

ExternalENBFunctionSingleAsResourcesNrNrm is a convenience function that returns ExternalENBFunctionSingle wrapped in ResourcesNrNrm

func ExternalEUTranCellSingleAsResourcesNrNrm ¶

func ExternalEUTranCellSingleAsResourcesNrNrm(v *ExternalEUTranCellSingle) ResourcesNrNrm

ExternalEUTranCellSingleAsResourcesNrNrm is a convenience function that returns ExternalEUTranCellSingle wrapped in ResourcesNrNrm

func ExternalGnbCuCpFunctionSingleAsResourcesNrNrm ¶

func ExternalGnbCuCpFunctionSingleAsResourcesNrNrm(v *ExternalGnbCuCpFunctionSingle) ResourcesNrNrm

ExternalGnbCuCpFunctionSingleAsResourcesNrNrm is a convenience function that returns ExternalGnbCuCpFunctionSingle wrapped in ResourcesNrNrm

func ExternalGnbCuUpFunctionSingleAsResourcesNrNrm ¶

func ExternalGnbCuUpFunctionSingleAsResourcesNrNrm(v *ExternalGnbCuUpFunctionSingle) ResourcesNrNrm

ExternalGnbCuUpFunctionSingleAsResourcesNrNrm is a convenience function that returns ExternalGnbCuUpFunctionSingle wrapped in ResourcesNrNrm

func ExternalGnbDuFunctionSingleAsResourcesNrNrm ¶

func ExternalGnbDuFunctionSingleAsResourcesNrNrm(v *ExternalGnbDuFunctionSingle) ResourcesNrNrm

ExternalGnbDuFunctionSingleAsResourcesNrNrm is a convenience function that returns ExternalGnbDuFunctionSingle wrapped in ResourcesNrNrm

func ExternalNrCellCuSingleAsResourcesNrNrm ¶

func ExternalNrCellCuSingleAsResourcesNrNrm(v *ExternalNrCellCuSingle) ResourcesNrNrm

ExternalNrCellCuSingleAsResourcesNrNrm is a convenience function that returns ExternalNrCellCuSingle wrapped in ResourcesNrNrm

func GnbCuCpFunctionSingleAsResourcesNrNrm ¶

func GnbCuCpFunctionSingleAsResourcesNrNrm(v *GnbCuCpFunctionSingle) ResourcesNrNrm

GnbCuCpFunctionSingleAsResourcesNrNrm is a convenience function that returns GnbCuCpFunctionSingle wrapped in ResourcesNrNrm

func GnbCuUpFunctionSingleAsResourcesNrNrm ¶

func GnbCuUpFunctionSingleAsResourcesNrNrm(v *GnbCuUpFunctionSingle) ResourcesNrNrm

GnbCuUpFunctionSingleAsResourcesNrNrm is a convenience function that returns GnbCuUpFunctionSingle wrapped in ResourcesNrNrm

func GnbDuFunctionSingleAsResourcesNrNrm ¶

func GnbDuFunctionSingleAsResourcesNrNrm(v *GnbDuFunctionSingle) ResourcesNrNrm

GnbDuFunctionSingleAsResourcesNrNrm is a convenience function that returns GnbDuFunctionSingle wrapped in ResourcesNrNrm

func ManagedElementSingleAsResourcesNrNrm ¶

func ManagedElementSingleAsResourcesNrNrm(v *ManagedElementSingle) ResourcesNrNrm

ManagedElementSingleAsResourcesNrNrm is a convenience function that returns ManagedElementSingle wrapped in ResourcesNrNrm

func MnSAsResourcesNrNrm ¶

func MnSAsResourcesNrNrm(v *MnS) ResourcesNrNrm

MnSAsResourcesNrNrm is a convenience function that returns MnS wrapped in ResourcesNrNrm

func NRCellRelationSingleAsResourcesNrNrm ¶

func NRCellRelationSingleAsResourcesNrNrm(v *NRCellRelationSingle) ResourcesNrNrm

NRCellRelationSingleAsResourcesNrNrm is a convenience function that returns NRCellRelationSingle wrapped in ResourcesNrNrm

func NRFreqRelationSingleAsResourcesNrNrm ¶

func NRFreqRelationSingleAsResourcesNrNrm(v *NRFreqRelationSingle) ResourcesNrNrm

NRFreqRelationSingleAsResourcesNrNrm is a convenience function that returns NRFreqRelationSingle wrapped in ResourcesNrNrm

func NRFrequencySingleAsResourcesNrNrm ¶

func NRFrequencySingleAsResourcesNrNrm(v *NRFrequencySingle) ResourcesNrNrm

NRFrequencySingleAsResourcesNrNrm is a convenience function that returns NRFrequencySingle wrapped in ResourcesNrNrm

func NrCellCuSingleAsResourcesNrNrm ¶

func NrCellCuSingleAsResourcesNrNrm(v *NrCellCuSingle) ResourcesNrNrm

NrCellCuSingleAsResourcesNrNrm is a convenience function that returns NrCellCuSingle wrapped in ResourcesNrNrm

func NrCellDuSingleAsResourcesNrNrm ¶

func NrCellDuSingleAsResourcesNrNrm(v *NrCellDuSingle) ResourcesNrNrm

NrCellDuSingleAsResourcesNrNrm is a convenience function that returns NrCellDuSingle wrapped in ResourcesNrNrm

func NrOperatorCellDuSingleAsResourcesNrNrm ¶

func NrOperatorCellDuSingleAsResourcesNrNrm(v *NrOperatorCellDuSingle) ResourcesNrNrm

NrOperatorCellDuSingleAsResourcesNrNrm is a convenience function that returns NrOperatorCellDuSingle wrapped in ResourcesNrNrm

func NrSectorCarrierSingleAsResourcesNrNrm ¶

func NrSectorCarrierSingleAsResourcesNrNrm(v *NrSectorCarrierSingle) ResourcesNrNrm

NrSectorCarrierSingleAsResourcesNrNrm is a convenience function that returns NrSectorCarrierSingle wrapped in ResourcesNrNrm

func OperatorDuSingleAsResourcesNrNrm ¶

func OperatorDuSingleAsResourcesNrNrm(v *OperatorDuSingle) ResourcesNrNrm

OperatorDuSingleAsResourcesNrNrm is a convenience function that returns OperatorDuSingle wrapped in ResourcesNrNrm

func RRMPolicyRatioSingleAsResourcesNrNrm ¶

func RRMPolicyRatioSingleAsResourcesNrNrm(v *RRMPolicyRatioSingle) ResourcesNrNrm

RRMPolicyRatioSingleAsResourcesNrNrm is a convenience function that returns RRMPolicyRatioSingle wrapped in ResourcesNrNrm

func RimRSGlobalSingleAsResourcesNrNrm ¶

func RimRSGlobalSingleAsResourcesNrNrm(v *RimRSGlobalSingle) ResourcesNrNrm

RimRSGlobalSingleAsResourcesNrNrm is a convenience function that returns RimRSGlobalSingle wrapped in ResourcesNrNrm

func RimRSSetSingleAsResourcesNrNrm ¶

func RimRSSetSingleAsResourcesNrNrm(v *RimRSSetSingle) ResourcesNrNrm

RimRSSetSingleAsResourcesNrNrm is a convenience function that returns RimRSSetSingle wrapped in ResourcesNrNrm

func SubNetworkSingleAsResourcesNrNrm ¶

func SubNetworkSingleAsResourcesNrNrm(v *SubNetworkSingle) ResourcesNrNrm

SubNetworkSingleAsResourcesNrNrm is a convenience function that returns SubNetworkSingle wrapped in ResourcesNrNrm

func (*ResourcesNrNrm) GetActualInstance ¶

func (obj *ResourcesNrNrm) GetActualInstance() interface{}

Get the actual instance

func (ResourcesNrNrm) MarshalJSON ¶

func (src ResourcesNrNrm) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*ResourcesNrNrm) UnmarshalJSON ¶

func (dst *ResourcesNrNrm) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type ResourcesSliceNrm ¶

type ResourcesSliceNrm struct {
	EPTransportSingle                            *EPTransportSingle
	FeasibilityCheckAndReservationJobSingle      *FeasibilityCheckAndReservationJobSingle
	MnS1                                         *MnS1
	NetworkSliceSingle                           *NetworkSliceSingle
	NetworkSliceSubnetProviderCapabilitiesSingle *NetworkSliceSubnetProviderCapabilitiesSingle
	NetworkSliceSubnetSingle                     *NetworkSliceSubnetSingle
	SubNetworkSingle2                            *SubNetworkSingle2
}

ResourcesSliceNrm - struct for ResourcesSliceNrm

func EPTransportSingleAsResourcesSliceNrm ¶

func EPTransportSingleAsResourcesSliceNrm(v *EPTransportSingle) ResourcesSliceNrm

EPTransportSingleAsResourcesSliceNrm is a convenience function that returns EPTransportSingle wrapped in ResourcesSliceNrm

func FeasibilityCheckAndReservationJobSingleAsResourcesSliceNrm ¶

func FeasibilityCheckAndReservationJobSingleAsResourcesSliceNrm(v *FeasibilityCheckAndReservationJobSingle) ResourcesSliceNrm

FeasibilityCheckAndReservationJobSingleAsResourcesSliceNrm is a convenience function that returns FeasibilityCheckAndReservationJobSingle wrapped in ResourcesSliceNrm

func MnS1AsResourcesSliceNrm ¶

func MnS1AsResourcesSliceNrm(v *MnS1) ResourcesSliceNrm

MnS1AsResourcesSliceNrm is a convenience function that returns MnS1 wrapped in ResourcesSliceNrm

func NetworkSliceSingleAsResourcesSliceNrm ¶

func NetworkSliceSingleAsResourcesSliceNrm(v *NetworkSliceSingle) ResourcesSliceNrm

NetworkSliceSingleAsResourcesSliceNrm is a convenience function that returns NetworkSliceSingle wrapped in ResourcesSliceNrm

func NetworkSliceSubnetProviderCapabilitiesSingleAsResourcesSliceNrm ¶

func NetworkSliceSubnetProviderCapabilitiesSingleAsResourcesSliceNrm(v *NetworkSliceSubnetProviderCapabilitiesSingle) ResourcesSliceNrm

NetworkSliceSubnetProviderCapabilitiesSingleAsResourcesSliceNrm is a convenience function that returns NetworkSliceSubnetProviderCapabilitiesSingle wrapped in ResourcesSliceNrm

func NetworkSliceSubnetSingleAsResourcesSliceNrm ¶

func NetworkSliceSubnetSingleAsResourcesSliceNrm(v *NetworkSliceSubnetSingle) ResourcesSliceNrm

NetworkSliceSubnetSingleAsResourcesSliceNrm is a convenience function that returns NetworkSliceSubnetSingle wrapped in ResourcesSliceNrm

func SubNetworkSingle2AsResourcesSliceNrm ¶

func SubNetworkSingle2AsResourcesSliceNrm(v *SubNetworkSingle2) ResourcesSliceNrm

SubNetworkSingle2AsResourcesSliceNrm is a convenience function that returns SubNetworkSingle2 wrapped in ResourcesSliceNrm

func (*ResourcesSliceNrm) GetActualInstance ¶

func (obj *ResourcesSliceNrm) GetActualInstance() interface{}

Get the actual instance

func (ResourcesSliceNrm) MarshalJSON ¶

func (src ResourcesSliceNrm) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*ResourcesSliceNrm) UnmarshalJSON ¶

func (dst *ResourcesSliceNrm) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type RimRSGlobalSingle ¶

type RimRSGlobalSingle struct {
	Top
	Attributes *RimRSGlobalSingleAllOfAttributes `json:"attributes,omitempty"`
	RimRSSet   []RimRSSetSingle                  `json:"RimRSSet,omitempty"`
}

RimRSGlobalSingle struct for RimRSGlobalSingle

func NewRimRSGlobalSingle ¶

func NewRimRSGlobalSingle(id NullableString) *RimRSGlobalSingle

NewRimRSGlobalSingle instantiates a new RimRSGlobalSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRimRSGlobalSingleWithDefaults ¶

func NewRimRSGlobalSingleWithDefaults() *RimRSGlobalSingle

NewRimRSGlobalSingleWithDefaults instantiates a new RimRSGlobalSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RimRSGlobalSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*RimRSGlobalSingle) GetAttributesOk ¶

func (o *RimRSGlobalSingle) GetAttributesOk() (*RimRSGlobalSingleAllOfAttributes, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RimRSGlobalSingle) GetRimRSSet ¶

func (o *RimRSGlobalSingle) GetRimRSSet() []RimRSSetSingle

GetRimRSSet returns the RimRSSet field value if set, zero value otherwise.

func (*RimRSGlobalSingle) GetRimRSSetOk ¶

func (o *RimRSGlobalSingle) GetRimRSSetOk() ([]RimRSSetSingle, bool)

GetRimRSSetOk returns a tuple with the RimRSSet field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RimRSGlobalSingle) HasAttributes ¶

func (o *RimRSGlobalSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*RimRSGlobalSingle) HasRimRSSet ¶

func (o *RimRSGlobalSingle) HasRimRSSet() bool

HasRimRSSet returns a boolean if a field has been set.

func (RimRSGlobalSingle) MarshalJSON ¶

func (o RimRSGlobalSingle) MarshalJSON() ([]byte, error)

func (*RimRSGlobalSingle) SetAttributes ¶

SetAttributes gets a reference to the given RimRSGlobalSingleAllOfAttributes and assigns it to the Attributes field.

func (*RimRSGlobalSingle) SetRimRSSet ¶

func (o *RimRSGlobalSingle) SetRimRSSet(v []RimRSSetSingle)

SetRimRSSet gets a reference to the given []RimRSSetSingle and assigns it to the RimRSSet field.

func (RimRSGlobalSingle) ToMap ¶

func (o RimRSGlobalSingle) ToMap() (map[string]interface{}, error)

type RimRSGlobalSingleAllOf ¶

type RimRSGlobalSingleAllOf struct {
	Attributes *RimRSGlobalSingleAllOfAttributes `json:"attributes,omitempty"`
	RimRSSet   []RimRSSetSingle                  `json:"RimRSSet,omitempty"`
}

RimRSGlobalSingleAllOf struct for RimRSGlobalSingleAllOf

func NewRimRSGlobalSingleAllOf ¶

func NewRimRSGlobalSingleAllOf() *RimRSGlobalSingleAllOf

NewRimRSGlobalSingleAllOf instantiates a new RimRSGlobalSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRimRSGlobalSingleAllOfWithDefaults ¶

func NewRimRSGlobalSingleAllOfWithDefaults() *RimRSGlobalSingleAllOf

NewRimRSGlobalSingleAllOfWithDefaults instantiates a new RimRSGlobalSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RimRSGlobalSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*RimRSGlobalSingleAllOf) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RimRSGlobalSingleAllOf) GetRimRSSet ¶

func (o *RimRSGlobalSingleAllOf) GetRimRSSet() []RimRSSetSingle

GetRimRSSet returns the RimRSSet field value if set, zero value otherwise.

func (*RimRSGlobalSingleAllOf) GetRimRSSetOk ¶

func (o *RimRSGlobalSingleAllOf) GetRimRSSetOk() ([]RimRSSetSingle, bool)

GetRimRSSetOk returns a tuple with the RimRSSet field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RimRSGlobalSingleAllOf) HasAttributes ¶

func (o *RimRSGlobalSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*RimRSGlobalSingleAllOf) HasRimRSSet ¶

func (o *RimRSGlobalSingleAllOf) HasRimRSSet() bool

HasRimRSSet returns a boolean if a field has been set.

func (RimRSGlobalSingleAllOf) MarshalJSON ¶

func (o RimRSGlobalSingleAllOf) MarshalJSON() ([]byte, error)

func (*RimRSGlobalSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given RimRSGlobalSingleAllOfAttributes and assigns it to the Attributes field.

func (*RimRSGlobalSingleAllOf) SetRimRSSet ¶

func (o *RimRSGlobalSingleAllOf) SetRimRSSet(v []RimRSSetSingle)

SetRimRSSet gets a reference to the given []RimRSSetSingle and assigns it to the RimRSSet field.

func (RimRSGlobalSingleAllOf) ToMap ¶

func (o RimRSGlobalSingleAllOf) ToMap() (map[string]interface{}, error)

type RimRSGlobalSingleAllOfAttributes ¶

type RimRSGlobalSingleAllOfAttributes struct {
	FrequencyDomainPara *FrequencyDomainPara `json:"frequencyDomainPara,omitempty"`
	SequenceDomainPara  *SequenceDomainPara  `json:"sequenceDomainPara,omitempty"`
	TimeDomainPara      *TimeDomainPara      `json:"timeDomainPara,omitempty"`
}

RimRSGlobalSingleAllOfAttributes struct for RimRSGlobalSingleAllOfAttributes

func NewRimRSGlobalSingleAllOfAttributes ¶

func NewRimRSGlobalSingleAllOfAttributes() *RimRSGlobalSingleAllOfAttributes

NewRimRSGlobalSingleAllOfAttributes instantiates a new RimRSGlobalSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRimRSGlobalSingleAllOfAttributesWithDefaults ¶

func NewRimRSGlobalSingleAllOfAttributesWithDefaults() *RimRSGlobalSingleAllOfAttributes

NewRimRSGlobalSingleAllOfAttributesWithDefaults instantiates a new RimRSGlobalSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RimRSGlobalSingleAllOfAttributes) GetFrequencyDomainPara ¶

func (o *RimRSGlobalSingleAllOfAttributes) GetFrequencyDomainPara() FrequencyDomainPara

GetFrequencyDomainPara returns the FrequencyDomainPara field value if set, zero value otherwise.

func (*RimRSGlobalSingleAllOfAttributes) GetFrequencyDomainParaOk ¶

func (o *RimRSGlobalSingleAllOfAttributes) GetFrequencyDomainParaOk() (*FrequencyDomainPara, bool)

GetFrequencyDomainParaOk returns a tuple with the FrequencyDomainPara field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RimRSGlobalSingleAllOfAttributes) GetSequenceDomainPara ¶

func (o *RimRSGlobalSingleAllOfAttributes) GetSequenceDomainPara() SequenceDomainPara

GetSequenceDomainPara returns the SequenceDomainPara field value if set, zero value otherwise.

func (*RimRSGlobalSingleAllOfAttributes) GetSequenceDomainParaOk ¶

func (o *RimRSGlobalSingleAllOfAttributes) GetSequenceDomainParaOk() (*SequenceDomainPara, bool)

GetSequenceDomainParaOk returns a tuple with the SequenceDomainPara field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RimRSGlobalSingleAllOfAttributes) GetTimeDomainPara ¶

func (o *RimRSGlobalSingleAllOfAttributes) GetTimeDomainPara() TimeDomainPara

GetTimeDomainPara returns the TimeDomainPara field value if set, zero value otherwise.

func (*RimRSGlobalSingleAllOfAttributes) GetTimeDomainParaOk ¶

func (o *RimRSGlobalSingleAllOfAttributes) GetTimeDomainParaOk() (*TimeDomainPara, bool)

GetTimeDomainParaOk returns a tuple with the TimeDomainPara field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RimRSGlobalSingleAllOfAttributes) HasFrequencyDomainPara ¶

func (o *RimRSGlobalSingleAllOfAttributes) HasFrequencyDomainPara() bool

HasFrequencyDomainPara returns a boolean if a field has been set.

func (*RimRSGlobalSingleAllOfAttributes) HasSequenceDomainPara ¶

func (o *RimRSGlobalSingleAllOfAttributes) HasSequenceDomainPara() bool

HasSequenceDomainPara returns a boolean if a field has been set.

func (*RimRSGlobalSingleAllOfAttributes) HasTimeDomainPara ¶

func (o *RimRSGlobalSingleAllOfAttributes) HasTimeDomainPara() bool

HasTimeDomainPara returns a boolean if a field has been set.

func (RimRSGlobalSingleAllOfAttributes) MarshalJSON ¶

func (o RimRSGlobalSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*RimRSGlobalSingleAllOfAttributes) SetFrequencyDomainPara ¶

func (o *RimRSGlobalSingleAllOfAttributes) SetFrequencyDomainPara(v FrequencyDomainPara)

SetFrequencyDomainPara gets a reference to the given FrequencyDomainPara and assigns it to the FrequencyDomainPara field.

func (*RimRSGlobalSingleAllOfAttributes) SetSequenceDomainPara ¶

func (o *RimRSGlobalSingleAllOfAttributes) SetSequenceDomainPara(v SequenceDomainPara)

SetSequenceDomainPara gets a reference to the given SequenceDomainPara and assigns it to the SequenceDomainPara field.

func (*RimRSGlobalSingleAllOfAttributes) SetTimeDomainPara ¶

func (o *RimRSGlobalSingleAllOfAttributes) SetTimeDomainPara(v TimeDomainPara)

SetTimeDomainPara gets a reference to the given TimeDomainPara and assigns it to the TimeDomainPara field.

func (RimRSGlobalSingleAllOfAttributes) ToMap ¶

func (o RimRSGlobalSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type RimRSReportConf ¶

type RimRSReportConf struct {
	ReportIndicator     *string           `json:"reportIndicator,omitempty"`
	ReportInterval      *int32            `json:"reportInterval,omitempty"`
	NrofRIMRSReportInfo *int32            `json:"nrofRIMRSReportInfo,omitempty"`
	MaxPropagationDelay *int32            `json:"maxPropagationDelay,omitempty"`
	RimRSReportInfoList []RimRSReportInfo `json:"rimRSReportInfoList,omitempty"`
}

RimRSReportConf struct for RimRSReportConf

func NewRimRSReportConf ¶

func NewRimRSReportConf() *RimRSReportConf

NewRimRSReportConf instantiates a new RimRSReportConf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRimRSReportConfWithDefaults ¶

func NewRimRSReportConfWithDefaults() *RimRSReportConf

NewRimRSReportConfWithDefaults instantiates a new RimRSReportConf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RimRSReportConf) GetMaxPropagationDelay ¶

func (o *RimRSReportConf) GetMaxPropagationDelay() int32

GetMaxPropagationDelay returns the MaxPropagationDelay field value if set, zero value otherwise.

func (*RimRSReportConf) GetMaxPropagationDelayOk ¶

func (o *RimRSReportConf) GetMaxPropagationDelayOk() (*int32, bool)

GetMaxPropagationDelayOk returns a tuple with the MaxPropagationDelay field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RimRSReportConf) GetNrofRIMRSReportInfo ¶

func (o *RimRSReportConf) GetNrofRIMRSReportInfo() int32

GetNrofRIMRSReportInfo returns the NrofRIMRSReportInfo field value if set, zero value otherwise.

func (*RimRSReportConf) GetNrofRIMRSReportInfoOk ¶

func (o *RimRSReportConf) GetNrofRIMRSReportInfoOk() (*int32, bool)

GetNrofRIMRSReportInfoOk returns a tuple with the NrofRIMRSReportInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RimRSReportConf) GetReportIndicator ¶

func (o *RimRSReportConf) GetReportIndicator() string

GetReportIndicator returns the ReportIndicator field value if set, zero value otherwise.

func (*RimRSReportConf) GetReportIndicatorOk ¶

func (o *RimRSReportConf) GetReportIndicatorOk() (*string, bool)

GetReportIndicatorOk returns a tuple with the ReportIndicator field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RimRSReportConf) GetReportInterval ¶

func (o *RimRSReportConf) GetReportInterval() int32

GetReportInterval returns the ReportInterval field value if set, zero value otherwise.

func (*RimRSReportConf) GetReportIntervalOk ¶

func (o *RimRSReportConf) GetReportIntervalOk() (*int32, bool)

GetReportIntervalOk returns a tuple with the ReportInterval field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RimRSReportConf) GetRimRSReportInfoList ¶

func (o *RimRSReportConf) GetRimRSReportInfoList() []RimRSReportInfo

GetRimRSReportInfoList returns the RimRSReportInfoList field value if set, zero value otherwise.

func (*RimRSReportConf) GetRimRSReportInfoListOk ¶

func (o *RimRSReportConf) GetRimRSReportInfoListOk() ([]RimRSReportInfo, bool)

GetRimRSReportInfoListOk returns a tuple with the RimRSReportInfoList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RimRSReportConf) HasMaxPropagationDelay ¶

func (o *RimRSReportConf) HasMaxPropagationDelay() bool

HasMaxPropagationDelay returns a boolean if a field has been set.

func (*RimRSReportConf) HasNrofRIMRSReportInfo ¶

func (o *RimRSReportConf) HasNrofRIMRSReportInfo() bool

HasNrofRIMRSReportInfo returns a boolean if a field has been set.

func (*RimRSReportConf) HasReportIndicator ¶

func (o *RimRSReportConf) HasReportIndicator() bool

HasReportIndicator returns a boolean if a field has been set.

func (*RimRSReportConf) HasReportInterval ¶

func (o *RimRSReportConf) HasReportInterval() bool

HasReportInterval returns a boolean if a field has been set.

func (*RimRSReportConf) HasRimRSReportInfoList ¶

func (o *RimRSReportConf) HasRimRSReportInfoList() bool

HasRimRSReportInfoList returns a boolean if a field has been set.

func (RimRSReportConf) MarshalJSON ¶

func (o RimRSReportConf) MarshalJSON() ([]byte, error)

func (*RimRSReportConf) SetMaxPropagationDelay ¶

func (o *RimRSReportConf) SetMaxPropagationDelay(v int32)

SetMaxPropagationDelay gets a reference to the given int32 and assigns it to the MaxPropagationDelay field.

func (*RimRSReportConf) SetNrofRIMRSReportInfo ¶

func (o *RimRSReportConf) SetNrofRIMRSReportInfo(v int32)

SetNrofRIMRSReportInfo gets a reference to the given int32 and assigns it to the NrofRIMRSReportInfo field.

func (*RimRSReportConf) SetReportIndicator ¶

func (o *RimRSReportConf) SetReportIndicator(v string)

SetReportIndicator gets a reference to the given string and assigns it to the ReportIndicator field.

func (*RimRSReportConf) SetReportInterval ¶

func (o *RimRSReportConf) SetReportInterval(v int32)

SetReportInterval gets a reference to the given int32 and assigns it to the ReportInterval field.

func (*RimRSReportConf) SetRimRSReportInfoList ¶

func (o *RimRSReportConf) SetRimRSReportInfoList(v []RimRSReportInfo)

SetRimRSReportInfoList gets a reference to the given []RimRSReportInfo and assigns it to the RimRSReportInfoList field.

func (RimRSReportConf) ToMap ¶

func (o RimRSReportConf) ToMap() (map[string]interface{}, error)

type RimRSReportInfo ¶

type RimRSReportInfo struct {
	DetectedSetID        *int32  `json:"detectedSetID,omitempty"`
	PropagationDelay     *int32  `json:"propagationDelay,omitempty"`
	FunctionalityOfRIMRS *string `json:"functionalityOfRIMRS,omitempty"`
}

RimRSReportInfo struct for RimRSReportInfo

func NewRimRSReportInfo ¶

func NewRimRSReportInfo() *RimRSReportInfo

NewRimRSReportInfo instantiates a new RimRSReportInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRimRSReportInfoWithDefaults ¶

func NewRimRSReportInfoWithDefaults() *RimRSReportInfo

NewRimRSReportInfoWithDefaults instantiates a new RimRSReportInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RimRSReportInfo) GetDetectedSetID ¶

func (o *RimRSReportInfo) GetDetectedSetID() int32

GetDetectedSetID returns the DetectedSetID field value if set, zero value otherwise.

func (*RimRSReportInfo) GetDetectedSetIDOk ¶

func (o *RimRSReportInfo) GetDetectedSetIDOk() (*int32, bool)

GetDetectedSetIDOk returns a tuple with the DetectedSetID field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RimRSReportInfo) GetFunctionalityOfRIMRS ¶

func (o *RimRSReportInfo) GetFunctionalityOfRIMRS() string

GetFunctionalityOfRIMRS returns the FunctionalityOfRIMRS field value if set, zero value otherwise.

func (*RimRSReportInfo) GetFunctionalityOfRIMRSOk ¶

func (o *RimRSReportInfo) GetFunctionalityOfRIMRSOk() (*string, bool)

GetFunctionalityOfRIMRSOk returns a tuple with the FunctionalityOfRIMRS field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RimRSReportInfo) GetPropagationDelay ¶

func (o *RimRSReportInfo) GetPropagationDelay() int32

GetPropagationDelay returns the PropagationDelay field value if set, zero value otherwise.

func (*RimRSReportInfo) GetPropagationDelayOk ¶

func (o *RimRSReportInfo) GetPropagationDelayOk() (*int32, bool)

GetPropagationDelayOk returns a tuple with the PropagationDelay field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RimRSReportInfo) HasDetectedSetID ¶

func (o *RimRSReportInfo) HasDetectedSetID() bool

HasDetectedSetID returns a boolean if a field has been set.

func (*RimRSReportInfo) HasFunctionalityOfRIMRS ¶

func (o *RimRSReportInfo) HasFunctionalityOfRIMRS() bool

HasFunctionalityOfRIMRS returns a boolean if a field has been set.

func (*RimRSReportInfo) HasPropagationDelay ¶

func (o *RimRSReportInfo) HasPropagationDelay() bool

HasPropagationDelay returns a boolean if a field has been set.

func (RimRSReportInfo) MarshalJSON ¶

func (o RimRSReportInfo) MarshalJSON() ([]byte, error)

func (*RimRSReportInfo) SetDetectedSetID ¶

func (o *RimRSReportInfo) SetDetectedSetID(v int32)

SetDetectedSetID gets a reference to the given int32 and assigns it to the DetectedSetID field.

func (*RimRSReportInfo) SetFunctionalityOfRIMRS ¶

func (o *RimRSReportInfo) SetFunctionalityOfRIMRS(v string)

SetFunctionalityOfRIMRS gets a reference to the given string and assigns it to the FunctionalityOfRIMRS field.

func (*RimRSReportInfo) SetPropagationDelay ¶

func (o *RimRSReportInfo) SetPropagationDelay(v int32)

SetPropagationDelay gets a reference to the given int32 and assigns it to the PropagationDelay field.

func (RimRSReportInfo) ToMap ¶

func (o RimRSReportInfo) ToMap() (map[string]interface{}, error)

type RimRSSetSingle ¶

type RimRSSetSingle struct {
	Top
	Attributes *RimRSSetSingleAllOfAttributes `json:"attributes,omitempty"`
}

RimRSSetSingle struct for RimRSSetSingle

func NewRimRSSetSingle ¶

func NewRimRSSetSingle(id NullableString) *RimRSSetSingle

NewRimRSSetSingle instantiates a new RimRSSetSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRimRSSetSingleWithDefaults ¶

func NewRimRSSetSingleWithDefaults() *RimRSSetSingle

NewRimRSSetSingleWithDefaults instantiates a new RimRSSetSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RimRSSetSingle) GetAttributes ¶

func (o *RimRSSetSingle) GetAttributes() RimRSSetSingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*RimRSSetSingle) GetAttributesOk ¶

func (o *RimRSSetSingle) GetAttributesOk() (*RimRSSetSingleAllOfAttributes, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RimRSSetSingle) HasAttributes ¶

func (o *RimRSSetSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (RimRSSetSingle) MarshalJSON ¶

func (o RimRSSetSingle) MarshalJSON() ([]byte, error)

func (*RimRSSetSingle) SetAttributes ¶

func (o *RimRSSetSingle) SetAttributes(v RimRSSetSingleAllOfAttributes)

SetAttributes gets a reference to the given RimRSSetSingleAllOfAttributes and assigns it to the Attributes field.

func (RimRSSetSingle) ToMap ¶

func (o RimRSSetSingle) ToMap() (map[string]interface{}, error)

type RimRSSetSingleAllOf ¶

type RimRSSetSingleAllOf struct {
	Attributes *RimRSSetSingleAllOfAttributes `json:"attributes,omitempty"`
}

RimRSSetSingleAllOf struct for RimRSSetSingleAllOf

func NewRimRSSetSingleAllOf ¶

func NewRimRSSetSingleAllOf() *RimRSSetSingleAllOf

NewRimRSSetSingleAllOf instantiates a new RimRSSetSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRimRSSetSingleAllOfWithDefaults ¶

func NewRimRSSetSingleAllOfWithDefaults() *RimRSSetSingleAllOf

NewRimRSSetSingleAllOfWithDefaults instantiates a new RimRSSetSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RimRSSetSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*RimRSSetSingleAllOf) GetAttributesOk ¶

func (o *RimRSSetSingleAllOf) GetAttributesOk() (*RimRSSetSingleAllOfAttributes, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RimRSSetSingleAllOf) HasAttributes ¶

func (o *RimRSSetSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (RimRSSetSingleAllOf) MarshalJSON ¶

func (o RimRSSetSingleAllOf) MarshalJSON() ([]byte, error)

func (*RimRSSetSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given RimRSSetSingleAllOfAttributes and assigns it to the Attributes field.

func (RimRSSetSingleAllOf) ToMap ¶

func (o RimRSSetSingleAllOf) ToMap() (map[string]interface{}, error)

type RimRSSetSingleAllOfAttributes ¶

type RimRSSetSingleAllOfAttributes struct {
	SetId        *int32     `json:"setId,omitempty"`
	SetType      *RSSetType `json:"setType,omitempty"`
	NRCellDURefs []string   `json:"nRCellDURefs,omitempty"`
}

RimRSSetSingleAllOfAttributes struct for RimRSSetSingleAllOfAttributes

func NewRimRSSetSingleAllOfAttributes ¶

func NewRimRSSetSingleAllOfAttributes() *RimRSSetSingleAllOfAttributes

NewRimRSSetSingleAllOfAttributes instantiates a new RimRSSetSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRimRSSetSingleAllOfAttributesWithDefaults ¶

func NewRimRSSetSingleAllOfAttributesWithDefaults() *RimRSSetSingleAllOfAttributes

NewRimRSSetSingleAllOfAttributesWithDefaults instantiates a new RimRSSetSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RimRSSetSingleAllOfAttributes) GetNRCellDURefs ¶

func (o *RimRSSetSingleAllOfAttributes) GetNRCellDURefs() []string

GetNRCellDURefs returns the NRCellDURefs field value if set, zero value otherwise.

func (*RimRSSetSingleAllOfAttributes) GetNRCellDURefsOk ¶

func (o *RimRSSetSingleAllOfAttributes) GetNRCellDURefsOk() ([]string, bool)

GetNRCellDURefsOk returns a tuple with the NRCellDURefs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RimRSSetSingleAllOfAttributes) GetSetId ¶

func (o *RimRSSetSingleAllOfAttributes) GetSetId() int32

GetSetId returns the SetId field value if set, zero value otherwise.

func (*RimRSSetSingleAllOfAttributes) GetSetIdOk ¶

func (o *RimRSSetSingleAllOfAttributes) GetSetIdOk() (*int32, bool)

GetSetIdOk returns a tuple with the SetId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RimRSSetSingleAllOfAttributes) GetSetType ¶

func (o *RimRSSetSingleAllOfAttributes) GetSetType() RSSetType

GetSetType returns the SetType field value if set, zero value otherwise.

func (*RimRSSetSingleAllOfAttributes) GetSetTypeOk ¶

func (o *RimRSSetSingleAllOfAttributes) GetSetTypeOk() (*RSSetType, bool)

GetSetTypeOk returns a tuple with the SetType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RimRSSetSingleAllOfAttributes) HasNRCellDURefs ¶

func (o *RimRSSetSingleAllOfAttributes) HasNRCellDURefs() bool

HasNRCellDURefs returns a boolean if a field has been set.

func (*RimRSSetSingleAllOfAttributes) HasSetId ¶

func (o *RimRSSetSingleAllOfAttributes) HasSetId() bool

HasSetId returns a boolean if a field has been set.

func (*RimRSSetSingleAllOfAttributes) HasSetType ¶

func (o *RimRSSetSingleAllOfAttributes) HasSetType() bool

HasSetType returns a boolean if a field has been set.

func (RimRSSetSingleAllOfAttributes) MarshalJSON ¶

func (o RimRSSetSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*RimRSSetSingleAllOfAttributes) SetNRCellDURefs ¶

func (o *RimRSSetSingleAllOfAttributes) SetNRCellDURefs(v []string)

SetNRCellDURefs gets a reference to the given []string and assigns it to the NRCellDURefs field.

func (*RimRSSetSingleAllOfAttributes) SetSetId ¶

func (o *RimRSSetSingleAllOfAttributes) SetSetId(v int32)

SetSetId gets a reference to the given int32 and assigns it to the SetId field.

func (*RimRSSetSingleAllOfAttributes) SetSetType ¶

func (o *RimRSSetSingleAllOfAttributes) SetSetType(v RSSetType)

SetSetType gets a reference to the given RSSetType and assigns it to the SetType field.

func (RimRSSetSingleAllOfAttributes) ToMap ¶

func (o RimRSSetSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type RouteInformation ¶

type RouteInformation struct {
	// String identifying a IPv4 address formatted in the 'dotted decimal' notation as defined in RFC 1166.
	Ipv4Addr *string    `json:"ipv4Addr,omitempty"`
	Ipv6Addr *Ipv6Addr1 `json:"ipv6Addr,omitempty"`
	// Unsigned Integer, i.e. only value 0 and integers above 0 are permissible.
	PortNumber int32 `json:"portNumber"`
}

RouteInformation At least one of the \"ipv4Addr\" attribute and the \"ipv6Addr\" attribute shall be included in the \"RouteInformation\" data type.

func NewRouteInformation ¶

func NewRouteInformation(portNumber int32) *RouteInformation

NewRouteInformation instantiates a new RouteInformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRouteInformationWithDefaults ¶

func NewRouteInformationWithDefaults() *RouteInformation

NewRouteInformationWithDefaults instantiates a new RouteInformation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RouteInformation) GetIpv4Addr ¶

func (o *RouteInformation) GetIpv4Addr() string

GetIpv4Addr returns the Ipv4Addr field value if set, zero value otherwise.

func (*RouteInformation) GetIpv4AddrOk ¶

func (o *RouteInformation) GetIpv4AddrOk() (*string, bool)

GetIpv4AddrOk returns a tuple with the Ipv4Addr field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RouteInformation) GetIpv6Addr ¶

func (o *RouteInformation) GetIpv6Addr() Ipv6Addr1

GetIpv6Addr returns the Ipv6Addr field value if set, zero value otherwise.

func (*RouteInformation) GetIpv6AddrOk ¶

func (o *RouteInformation) GetIpv6AddrOk() (*Ipv6Addr1, bool)

GetIpv6AddrOk returns a tuple with the Ipv6Addr field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RouteInformation) GetPortNumber ¶

func (o *RouteInformation) GetPortNumber() int32

GetPortNumber returns the PortNumber field value

func (*RouteInformation) GetPortNumberOk ¶

func (o *RouteInformation) GetPortNumberOk() (*int32, bool)

GetPortNumberOk returns a tuple with the PortNumber field value and a boolean to check if the value has been set.

func (*RouteInformation) HasIpv4Addr ¶

func (o *RouteInformation) HasIpv4Addr() bool

HasIpv4Addr returns a boolean if a field has been set.

func (*RouteInformation) HasIpv6Addr ¶

func (o *RouteInformation) HasIpv6Addr() bool

HasIpv6Addr returns a boolean if a field has been set.

func (RouteInformation) MarshalJSON ¶

func (o RouteInformation) MarshalJSON() ([]byte, error)

func (*RouteInformation) SetIpv4Addr ¶

func (o *RouteInformation) SetIpv4Addr(v string)

SetIpv4Addr gets a reference to the given string and assigns it to the Ipv4Addr field.

func (*RouteInformation) SetIpv6Addr ¶

func (o *RouteInformation) SetIpv6Addr(v Ipv6Addr1)

SetIpv6Addr gets a reference to the given Ipv6Addr1 and assigns it to the Ipv6Addr field.

func (*RouteInformation) SetPortNumber ¶

func (o *RouteInformation) SetPortNumber(v int32)

SetPortNumber sets field value

func (RouteInformation) ToMap ¶

func (o RouteInformation) ToMap() (map[string]interface{}, error)

type RouteToLocation ¶

type RouteToLocation struct {
	Interface *interface{}
}

RouteToLocation At least one of the \"routeInfo\" attribute and the \"routeProfId\" attribute shall be included in the \"RouteToLocation\" data type.

func (*RouteToLocation) MarshalJSON ¶

func (src *RouteToLocation) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*RouteToLocation) UnmarshalJSON ¶

func (dst *RouteToLocation) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type RrmPolicyAttr ¶

type RrmPolicyAttr struct {
	ResourceType        *ResourceType     `json:"resourceType,omitempty"`
	RRMPolicyMemberList []RrmPolicyMember `json:"rRMPolicyMemberList,omitempty"`
}

RrmPolicyAttr struct for RrmPolicyAttr

func NewRrmPolicyAttr ¶

func NewRrmPolicyAttr() *RrmPolicyAttr

NewRrmPolicyAttr instantiates a new RrmPolicyAttr object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRrmPolicyAttrWithDefaults ¶

func NewRrmPolicyAttrWithDefaults() *RrmPolicyAttr

NewRrmPolicyAttrWithDefaults instantiates a new RrmPolicyAttr object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RrmPolicyAttr) GetRRMPolicyMemberList ¶

func (o *RrmPolicyAttr) GetRRMPolicyMemberList() []RrmPolicyMember

GetRRMPolicyMemberList returns the RRMPolicyMemberList field value if set, zero value otherwise.

func (*RrmPolicyAttr) GetRRMPolicyMemberListOk ¶

func (o *RrmPolicyAttr) GetRRMPolicyMemberListOk() ([]RrmPolicyMember, bool)

GetRRMPolicyMemberListOk returns a tuple with the RRMPolicyMemberList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RrmPolicyAttr) GetResourceType ¶

func (o *RrmPolicyAttr) GetResourceType() ResourceType

GetResourceType returns the ResourceType field value if set, zero value otherwise.

func (*RrmPolicyAttr) GetResourceTypeOk ¶

func (o *RrmPolicyAttr) GetResourceTypeOk() (*ResourceType, bool)

GetResourceTypeOk returns a tuple with the ResourceType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RrmPolicyAttr) HasRRMPolicyMemberList ¶

func (o *RrmPolicyAttr) HasRRMPolicyMemberList() bool

HasRRMPolicyMemberList returns a boolean if a field has been set.

func (*RrmPolicyAttr) HasResourceType ¶

func (o *RrmPolicyAttr) HasResourceType() bool

HasResourceType returns a boolean if a field has been set.

func (RrmPolicyAttr) MarshalJSON ¶

func (o RrmPolicyAttr) MarshalJSON() ([]byte, error)

func (*RrmPolicyAttr) SetRRMPolicyMemberList ¶

func (o *RrmPolicyAttr) SetRRMPolicyMemberList(v []RrmPolicyMember)

SetRRMPolicyMemberList gets a reference to the given []RrmPolicyMember and assigns it to the RRMPolicyMemberList field.

func (*RrmPolicyAttr) SetResourceType ¶

func (o *RrmPolicyAttr) SetResourceType(v ResourceType)

SetResourceType gets a reference to the given ResourceType and assigns it to the ResourceType field.

func (RrmPolicyAttr) ToMap ¶

func (o RrmPolicyAttr) ToMap() (map[string]interface{}, error)

type RrmPolicyMember ¶

type RrmPolicyMember struct {
	PlmnId *PlmnId `json:"plmnId,omitempty"`
	Snssai *Snssai `json:"snssai,omitempty"`
}

RrmPolicyMember struct for RrmPolicyMember

func NewRrmPolicyMember ¶

func NewRrmPolicyMember() *RrmPolicyMember

NewRrmPolicyMember instantiates a new RrmPolicyMember object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRrmPolicyMemberWithDefaults ¶

func NewRrmPolicyMemberWithDefaults() *RrmPolicyMember

NewRrmPolicyMemberWithDefaults instantiates a new RrmPolicyMember object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RrmPolicyMember) GetPlmnId ¶

func (o *RrmPolicyMember) GetPlmnId() PlmnId

GetPlmnId returns the PlmnId field value if set, zero value otherwise.

func (*RrmPolicyMember) GetPlmnIdOk ¶

func (o *RrmPolicyMember) GetPlmnIdOk() (*PlmnId, bool)

GetPlmnIdOk returns a tuple with the PlmnId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RrmPolicyMember) GetSnssai ¶

func (o *RrmPolicyMember) GetSnssai() Snssai

GetSnssai returns the Snssai field value if set, zero value otherwise.

func (*RrmPolicyMember) GetSnssaiOk ¶

func (o *RrmPolicyMember) GetSnssaiOk() (*Snssai, bool)

GetSnssaiOk returns a tuple with the Snssai field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RrmPolicyMember) HasPlmnId ¶

func (o *RrmPolicyMember) HasPlmnId() bool

HasPlmnId returns a boolean if a field has been set.

func (*RrmPolicyMember) HasSnssai ¶

func (o *RrmPolicyMember) HasSnssai() bool

HasSnssai returns a boolean if a field has been set.

func (RrmPolicyMember) MarshalJSON ¶

func (o RrmPolicyMember) MarshalJSON() ([]byte, error)

func (*RrmPolicyMember) SetPlmnId ¶

func (o *RrmPolicyMember) SetPlmnId(v PlmnId)

SetPlmnId gets a reference to the given PlmnId and assigns it to the PlmnId field.

func (*RrmPolicyMember) SetSnssai ¶

func (o *RrmPolicyMember) SetSnssai(v Snssai)

SetSnssai gets a reference to the given Snssai and assigns it to the Snssai field.

func (RrmPolicyMember) ToMap ¶

func (o RrmPolicyMember) ToMap() (map[string]interface{}, error)

type SAP ¶

type SAP struct {
	Host *HostAddr `json:"host,omitempty"`
	Port *int32    `json:"port,omitempty"`
}

SAP struct for SAP

func NewSAP ¶

func NewSAP() *SAP

NewSAP instantiates a new SAP object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSAPWithDefaults ¶

func NewSAPWithDefaults() *SAP

NewSAPWithDefaults instantiates a new SAP object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SAP) GetHost ¶

func (o *SAP) GetHost() HostAddr

GetHost returns the Host field value if set, zero value otherwise.

func (*SAP) GetHostOk ¶

func (o *SAP) GetHostOk() (*HostAddr, bool)

GetHostOk returns a tuple with the Host field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SAP) GetPort ¶

func (o *SAP) GetPort() int32

GetPort returns the Port field value if set, zero value otherwise.

func (*SAP) GetPortOk ¶

func (o *SAP) GetPortOk() (*int32, bool)

GetPortOk returns a tuple with the Port field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SAP) HasHost ¶

func (o *SAP) HasHost() bool

HasHost returns a boolean if a field has been set.

func (*SAP) HasPort ¶

func (o *SAP) HasPort() bool

HasPort returns a boolean if a field has been set.

func (SAP) MarshalJSON ¶

func (o SAP) MarshalJSON() ([]byte, error)

func (*SAP) SetHost ¶

func (o *SAP) SetHost(v HostAddr)

SetHost gets a reference to the given HostAddr and assigns it to the Host field.

func (*SAP) SetPort ¶

func (o *SAP) SetPort(v int32)

SetPort gets a reference to the given int32 and assigns it to the Port field.

func (SAP) ToMap ¶

func (o SAP) ToMap() (map[string]interface{}, error)

type SEPPType ¶

type SEPPType string

SEPPType any of enumrated value

const (
	CSEPP SEPPType = "CSEPP"
	PSEPP SEPPType = "PSEPP"
)

List of SEPPType

func NewSEPPTypeFromValue ¶

func NewSEPPTypeFromValue(v string) (*SEPPType, error)

NewSEPPTypeFromValue returns a pointer to a valid SEPPType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (SEPPType) IsValid ¶

func (v SEPPType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (SEPPType) Ptr ¶

func (v SEPPType) Ptr() *SEPPType

Ptr returns reference to SEPPType value

func (*SEPPType) UnmarshalJSON ¶

func (v *SEPPType) UnmarshalJSON(src []byte) error

type SNssaiSmfInfoItem ¶

type SNssaiSmfInfoItem struct {
	SNSSAI         *Snssai          `json:"sNSSAI,omitempty"`
	DnnSmfInfoList []DnnSmfInfoItem `json:"dnnSmfInfoList,omitempty"`
}

SNssaiSmfInfoItem struct for SNssaiSmfInfoItem

func NewSNssaiSmfInfoItem ¶

func NewSNssaiSmfInfoItem() *SNssaiSmfInfoItem

NewSNssaiSmfInfoItem instantiates a new SNssaiSmfInfoItem object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSNssaiSmfInfoItemWithDefaults ¶

func NewSNssaiSmfInfoItemWithDefaults() *SNssaiSmfInfoItem

NewSNssaiSmfInfoItemWithDefaults instantiates a new SNssaiSmfInfoItem object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SNssaiSmfInfoItem) GetDnnSmfInfoList ¶

func (o *SNssaiSmfInfoItem) GetDnnSmfInfoList() []DnnSmfInfoItem

GetDnnSmfInfoList returns the DnnSmfInfoList field value if set, zero value otherwise.

func (*SNssaiSmfInfoItem) GetDnnSmfInfoListOk ¶

func (o *SNssaiSmfInfoItem) GetDnnSmfInfoListOk() ([]DnnSmfInfoItem, bool)

GetDnnSmfInfoListOk returns a tuple with the DnnSmfInfoList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SNssaiSmfInfoItem) GetSNSSAI ¶

func (o *SNssaiSmfInfoItem) GetSNSSAI() Snssai

GetSNSSAI returns the SNSSAI field value if set, zero value otherwise.

func (*SNssaiSmfInfoItem) GetSNSSAIOk ¶

func (o *SNssaiSmfInfoItem) GetSNSSAIOk() (*Snssai, bool)

GetSNSSAIOk returns a tuple with the SNSSAI field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SNssaiSmfInfoItem) HasDnnSmfInfoList ¶

func (o *SNssaiSmfInfoItem) HasDnnSmfInfoList() bool

HasDnnSmfInfoList returns a boolean if a field has been set.

func (*SNssaiSmfInfoItem) HasSNSSAI ¶

func (o *SNssaiSmfInfoItem) HasSNSSAI() bool

HasSNSSAI returns a boolean if a field has been set.

func (SNssaiSmfInfoItem) MarshalJSON ¶

func (o SNssaiSmfInfoItem) MarshalJSON() ([]byte, error)

func (*SNssaiSmfInfoItem) SetDnnSmfInfoList ¶

func (o *SNssaiSmfInfoItem) SetDnnSmfInfoList(v []DnnSmfInfoItem)

SetDnnSmfInfoList gets a reference to the given []DnnSmfInfoItem and assigns it to the DnnSmfInfoList field.

func (*SNssaiSmfInfoItem) SetSNSSAI ¶

func (o *SNssaiSmfInfoItem) SetSNSSAI(v Snssai)

SetSNSSAI gets a reference to the given Snssai and assigns it to the SNSSAI field.

func (SNssaiSmfInfoItem) ToMap ¶

func (o SNssaiSmfInfoItem) ToMap() (map[string]interface{}, error)

type Scope ¶

type Scope struct {
	ScopeType  *ScopeType `json:"scopeType,omitempty"`
	ScopeLevel *int32     `json:"scopeLevel,omitempty"`
}

Scope struct for Scope

func NewScope ¶

func NewScope() *Scope

NewScope instantiates a new Scope object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewScopeWithDefaults ¶

func NewScopeWithDefaults() *Scope

NewScopeWithDefaults instantiates a new Scope object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Scope) GetScopeLevel ¶

func (o *Scope) GetScopeLevel() int32

GetScopeLevel returns the ScopeLevel field value if set, zero value otherwise.

func (*Scope) GetScopeLevelOk ¶

func (o *Scope) GetScopeLevelOk() (*int32, bool)

GetScopeLevelOk returns a tuple with the ScopeLevel field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Scope) GetScopeType ¶

func (o *Scope) GetScopeType() ScopeType

GetScopeType returns the ScopeType field value if set, zero value otherwise.

func (*Scope) GetScopeTypeOk ¶

func (o *Scope) GetScopeTypeOk() (*ScopeType, bool)

GetScopeTypeOk returns a tuple with the ScopeType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Scope) HasScopeLevel ¶

func (o *Scope) HasScopeLevel() bool

HasScopeLevel returns a boolean if a field has been set.

func (*Scope) HasScopeType ¶

func (o *Scope) HasScopeType() bool

HasScopeType returns a boolean if a field has been set.

func (Scope) MarshalJSON ¶

func (o Scope) MarshalJSON() ([]byte, error)

func (*Scope) SetScopeLevel ¶

func (o *Scope) SetScopeLevel(v int32)

SetScopeLevel gets a reference to the given int32 and assigns it to the ScopeLevel field.

func (*Scope) SetScopeType ¶

func (o *Scope) SetScopeType(v ScopeType)

SetScopeType gets a reference to the given ScopeType and assigns it to the ScopeType field.

func (Scope) ToMap ¶

func (o Scope) ToMap() (map[string]interface{}, error)

type Scope1 ¶

type Scope1 struct {
	ScopeType  *string `json:"scopeType,omitempty"`
	ScopeLevel *int32  `json:"scopeLevel,omitempty"`
}

Scope1 struct for Scope1

func NewScope1 ¶

func NewScope1() *Scope1

NewScope1 instantiates a new Scope1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewScope1WithDefaults ¶

func NewScope1WithDefaults() *Scope1

NewScope1WithDefaults instantiates a new Scope1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Scope1) GetScopeLevel ¶

func (o *Scope1) GetScopeLevel() int32

GetScopeLevel returns the ScopeLevel field value if set, zero value otherwise.

func (*Scope1) GetScopeLevelOk ¶

func (o *Scope1) GetScopeLevelOk() (*int32, bool)

GetScopeLevelOk returns a tuple with the ScopeLevel field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Scope1) GetScopeType ¶

func (o *Scope1) GetScopeType() string

GetScopeType returns the ScopeType field value if set, zero value otherwise.

func (*Scope1) GetScopeTypeOk ¶

func (o *Scope1) GetScopeTypeOk() (*string, bool)

GetScopeTypeOk returns a tuple with the ScopeType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Scope1) HasScopeLevel ¶

func (o *Scope1) HasScopeLevel() bool

HasScopeLevel returns a boolean if a field has been set.

func (*Scope1) HasScopeType ¶

func (o *Scope1) HasScopeType() bool

HasScopeType returns a boolean if a field has been set.

func (Scope1) MarshalJSON ¶

func (o Scope1) MarshalJSON() ([]byte, error)

func (*Scope1) SetScopeLevel ¶

func (o *Scope1) SetScopeLevel(v int32)

SetScopeLevel gets a reference to the given int32 and assigns it to the ScopeLevel field.

func (*Scope1) SetScopeType ¶

func (o *Scope1) SetScopeType(v string)

SetScopeType gets a reference to the given string and assigns it to the ScopeType field.

func (Scope1) ToMap ¶

func (o Scope1) ToMap() (map[string]interface{}, error)

type ScopeType ¶

type ScopeType string

ScopeType the model 'ScopeType'

const (
	ONLY      ScopeType = "BASE_ONLY"
	NTH_LEVEL ScopeType = "BASE_NTH_LEVEL"
	SUBTREE   ScopeType = "BASE_SUBTREE"
	ALL       ScopeType = "BASE_ALL"
)

List of ScopeType

func NewScopeTypeFromValue ¶

func NewScopeTypeFromValue(v string) (*ScopeType, error)

NewScopeTypeFromValue returns a pointer to a valid ScopeType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (ScopeType) IsValid ¶

func (v ScopeType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (ScopeType) Ptr ¶

func (v ScopeType) Ptr() *ScopeType

Ptr returns reference to ScopeType value

func (*ScopeType) UnmarshalJSON ¶

func (v *ScopeType) UnmarshalJSON(src []byte) error

type ScpCapability ¶

type ScpCapability string

ScpCapability the model 'ScpCapability'

const (
	INDIRECT_COM_WITH_DELEG_DISC ScpCapability = "INDIRECT_COM_WITH_DELEG_DISC"
)

List of ScpCapability

func NewScpCapabilityFromValue ¶

func NewScpCapabilityFromValue(v string) (*ScpCapability, error)

NewScpCapabilityFromValue returns a pointer to a valid ScpCapability for the value passed as argument, or an error if the value passed is not allowed by the enum

func (ScpCapability) IsValid ¶

func (v ScpCapability) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (ScpCapability) Ptr ¶

func (v ScpCapability) Ptr() *ScpCapability

Ptr returns reference to ScpCapability value

func (*ScpCapability) UnmarshalJSON ¶

func (v *ScpCapability) UnmarshalJSON(src []byte) error

type ScpDomainInfo ¶

type ScpDomainInfo struct {
	ScpFqdn        *string      `json:"scpFqdn,omitempty"`
	ScpIpEndPoints []IpEndPoint `json:"scpIpEndPoints,omitempty"`
	ScpPrefix      *string      `json:"scpPrefix,omitempty"`
	// Port numbers for HTTP and HTTPS. The key of the map shall be \"http\" or \"https\".
	ScpPorts *map[string]int32 `json:"scpPorts,omitempty"`
}

ScpDomainInfo SCP Domain specific information

func NewScpDomainInfo ¶

func NewScpDomainInfo() *ScpDomainInfo

NewScpDomainInfo instantiates a new ScpDomainInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewScpDomainInfoWithDefaults ¶

func NewScpDomainInfoWithDefaults() *ScpDomainInfo

NewScpDomainInfoWithDefaults instantiates a new ScpDomainInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ScpDomainInfo) GetScpFqdn ¶

func (o *ScpDomainInfo) GetScpFqdn() string

GetScpFqdn returns the ScpFqdn field value if set, zero value otherwise.

func (*ScpDomainInfo) GetScpFqdnOk ¶

func (o *ScpDomainInfo) GetScpFqdnOk() (*string, bool)

GetScpFqdnOk returns a tuple with the ScpFqdn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ScpDomainInfo) GetScpIpEndPoints ¶

func (o *ScpDomainInfo) GetScpIpEndPoints() []IpEndPoint

GetScpIpEndPoints returns the ScpIpEndPoints field value if set, zero value otherwise.

func (*ScpDomainInfo) GetScpIpEndPointsOk ¶

func (o *ScpDomainInfo) GetScpIpEndPointsOk() ([]IpEndPoint, bool)

GetScpIpEndPointsOk returns a tuple with the ScpIpEndPoints field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ScpDomainInfo) GetScpPorts ¶

func (o *ScpDomainInfo) GetScpPorts() map[string]int32

GetScpPorts returns the ScpPorts field value if set, zero value otherwise.

func (*ScpDomainInfo) GetScpPortsOk ¶

func (o *ScpDomainInfo) GetScpPortsOk() (*map[string]int32, bool)

GetScpPortsOk returns a tuple with the ScpPorts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ScpDomainInfo) GetScpPrefix ¶

func (o *ScpDomainInfo) GetScpPrefix() string

GetScpPrefix returns the ScpPrefix field value if set, zero value otherwise.

func (*ScpDomainInfo) GetScpPrefixOk ¶

func (o *ScpDomainInfo) GetScpPrefixOk() (*string, bool)

GetScpPrefixOk returns a tuple with the ScpPrefix field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ScpDomainInfo) HasScpFqdn ¶

func (o *ScpDomainInfo) HasScpFqdn() bool

HasScpFqdn returns a boolean if a field has been set.

func (*ScpDomainInfo) HasScpIpEndPoints ¶

func (o *ScpDomainInfo) HasScpIpEndPoints() bool

HasScpIpEndPoints returns a boolean if a field has been set.

func (*ScpDomainInfo) HasScpPorts ¶

func (o *ScpDomainInfo) HasScpPorts() bool

HasScpPorts returns a boolean if a field has been set.

func (*ScpDomainInfo) HasScpPrefix ¶

func (o *ScpDomainInfo) HasScpPrefix() bool

HasScpPrefix returns a boolean if a field has been set.

func (ScpDomainInfo) MarshalJSON ¶

func (o ScpDomainInfo) MarshalJSON() ([]byte, error)

func (*ScpDomainInfo) SetScpFqdn ¶

func (o *ScpDomainInfo) SetScpFqdn(v string)

SetScpFqdn gets a reference to the given string and assigns it to the ScpFqdn field.

func (*ScpDomainInfo) SetScpIpEndPoints ¶

func (o *ScpDomainInfo) SetScpIpEndPoints(v []IpEndPoint)

SetScpIpEndPoints gets a reference to the given []IpEndPoint and assigns it to the ScpIpEndPoints field.

func (*ScpDomainInfo) SetScpPorts ¶

func (o *ScpDomainInfo) SetScpPorts(v map[string]int32)

SetScpPorts gets a reference to the given map[string]int32 and assigns it to the ScpPorts field.

func (*ScpDomainInfo) SetScpPrefix ¶

func (o *ScpDomainInfo) SetScpPrefix(v string)

SetScpPrefix gets a reference to the given string and assigns it to the ScpPrefix field.

func (ScpDomainInfo) ToMap ¶

func (o ScpDomainInfo) ToMap() (map[string]interface{}, error)

type ScpFunctionSingle ¶

type ScpFunctionSingle struct {
	Top
	Attributes       *ScpFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
	PerfMetricJob    []PerfMetricJobSingle             `json:"PerfMetricJob,omitempty"`
	ThresholdMonitor []ThresholdMonitorSingle          `json:"ThresholdMonitor,omitempty"`
	ManagedNFService []ManagedNFServiceSingle          `json:"ManagedNFService,omitempty"`
	TraceJob         []TraceJobSingle                  `json:"TraceJob,omitempty"`
}

ScpFunctionSingle struct for ScpFunctionSingle

func NewScpFunctionSingle ¶

func NewScpFunctionSingle(id NullableString) *ScpFunctionSingle

NewScpFunctionSingle instantiates a new ScpFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewScpFunctionSingleWithDefaults ¶

func NewScpFunctionSingleWithDefaults() *ScpFunctionSingle

NewScpFunctionSingleWithDefaults instantiates a new ScpFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ScpFunctionSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*ScpFunctionSingle) GetAttributesOk ¶

func (o *ScpFunctionSingle) GetAttributesOk() (*ScpFunctionSingleAllOfAttributes, 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 (*ScpFunctionSingle) GetManagedNFService ¶

func (o *ScpFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle

GetManagedNFService returns the ManagedNFService field value if set, zero value otherwise.

func (*ScpFunctionSingle) GetManagedNFServiceOk ¶

func (o *ScpFunctionSingle) 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 (*ScpFunctionSingle) GetPerfMetricJob ¶

func (o *ScpFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle

GetPerfMetricJob returns the PerfMetricJob field value if set, zero value otherwise.

func (*ScpFunctionSingle) GetPerfMetricJobOk ¶

func (o *ScpFunctionSingle) 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 (*ScpFunctionSingle) GetThresholdMonitor ¶

func (o *ScpFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle

GetThresholdMonitor returns the ThresholdMonitor field value if set, zero value otherwise.

func (*ScpFunctionSingle) GetThresholdMonitorOk ¶

func (o *ScpFunctionSingle) 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 (*ScpFunctionSingle) GetTraceJob ¶

func (o *ScpFunctionSingle) GetTraceJob() []TraceJobSingle

GetTraceJob returns the TraceJob field value if set, zero value otherwise.

func (*ScpFunctionSingle) GetTraceJobOk ¶

func (o *ScpFunctionSingle) 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 (*ScpFunctionSingle) HasAttributes ¶

func (o *ScpFunctionSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*ScpFunctionSingle) HasManagedNFService ¶

func (o *ScpFunctionSingle) HasManagedNFService() bool

HasManagedNFService returns a boolean if a field has been set.

func (*ScpFunctionSingle) HasPerfMetricJob ¶

func (o *ScpFunctionSingle) HasPerfMetricJob() bool

HasPerfMetricJob returns a boolean if a field has been set.

func (*ScpFunctionSingle) HasThresholdMonitor ¶

func (o *ScpFunctionSingle) HasThresholdMonitor() bool

HasThresholdMonitor returns a boolean if a field has been set.

func (*ScpFunctionSingle) HasTraceJob ¶

func (o *ScpFunctionSingle) HasTraceJob() bool

HasTraceJob returns a boolean if a field has been set.

func (ScpFunctionSingle) MarshalJSON ¶

func (o ScpFunctionSingle) MarshalJSON() ([]byte, error)

func (*ScpFunctionSingle) SetAttributes ¶

SetAttributes gets a reference to the given ScpFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (*ScpFunctionSingle) SetManagedNFService ¶

func (o *ScpFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle)

SetManagedNFService gets a reference to the given []ManagedNFServiceSingle and assigns it to the ManagedNFService field.

func (*ScpFunctionSingle) SetPerfMetricJob ¶

func (o *ScpFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle)

SetPerfMetricJob gets a reference to the given []PerfMetricJobSingle and assigns it to the PerfMetricJob field.

func (*ScpFunctionSingle) SetThresholdMonitor ¶

func (o *ScpFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)

SetThresholdMonitor gets a reference to the given []ThresholdMonitorSingle and assigns it to the ThresholdMonitor field.

func (*ScpFunctionSingle) SetTraceJob ¶

func (o *ScpFunctionSingle) SetTraceJob(v []TraceJobSingle)

SetTraceJob gets a reference to the given []TraceJobSingle and assigns it to the TraceJob field.

func (ScpFunctionSingle) ToMap ¶

func (o ScpFunctionSingle) ToMap() (map[string]interface{}, error)

type ScpFunctionSingleAllOf ¶

type ScpFunctionSingleAllOf struct {
	Attributes *ScpFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}

ScpFunctionSingleAllOf struct for ScpFunctionSingleAllOf

func NewScpFunctionSingleAllOf ¶

func NewScpFunctionSingleAllOf() *ScpFunctionSingleAllOf

NewScpFunctionSingleAllOf instantiates a new ScpFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewScpFunctionSingleAllOfWithDefaults ¶

func NewScpFunctionSingleAllOfWithDefaults() *ScpFunctionSingleAllOf

NewScpFunctionSingleAllOfWithDefaults instantiates a new ScpFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ScpFunctionSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*ScpFunctionSingleAllOf) GetAttributesOk ¶

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 (*ScpFunctionSingleAllOf) HasAttributes ¶

func (o *ScpFunctionSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (ScpFunctionSingleAllOf) MarshalJSON ¶

func (o ScpFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*ScpFunctionSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given ScpFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (ScpFunctionSingleAllOf) ToMap ¶

func (o ScpFunctionSingleAllOf) ToMap() (map[string]interface{}, error)

type ScpFunctionSingleAllOfAttributes ¶

type ScpFunctionSingleAllOfAttributes struct {
	ManagedFunctionAttr
	SupportedFuncList []SupportedFunc `json:"supportedFuncList,omitempty"`
	Address           *HostAddr       `json:"address,omitempty"`
	ScpInfo           *ScpInfo        `json:"scpInfo,omitempty"`
}

ScpFunctionSingleAllOfAttributes struct for ScpFunctionSingleAllOfAttributes

func NewScpFunctionSingleAllOfAttributes ¶

func NewScpFunctionSingleAllOfAttributes() *ScpFunctionSingleAllOfAttributes

NewScpFunctionSingleAllOfAttributes instantiates a new ScpFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewScpFunctionSingleAllOfAttributesWithDefaults ¶

func NewScpFunctionSingleAllOfAttributesWithDefaults() *ScpFunctionSingleAllOfAttributes

NewScpFunctionSingleAllOfAttributesWithDefaults instantiates a new ScpFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ScpFunctionSingleAllOfAttributes) GetAddress ¶

GetAddress returns the Address field value if set, zero value otherwise.

func (*ScpFunctionSingleAllOfAttributes) GetAddressOk ¶

func (o *ScpFunctionSingleAllOfAttributes) GetAddressOk() (*HostAddr, bool)

GetAddressOk returns a tuple with the Address field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ScpFunctionSingleAllOfAttributes) GetScpInfo ¶

func (o *ScpFunctionSingleAllOfAttributes) GetScpInfo() ScpInfo

GetScpInfo returns the ScpInfo field value if set, zero value otherwise.

func (*ScpFunctionSingleAllOfAttributes) GetScpInfoOk ¶

func (o *ScpFunctionSingleAllOfAttributes) GetScpInfoOk() (*ScpInfo, bool)

GetScpInfoOk returns a tuple with the ScpInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ScpFunctionSingleAllOfAttributes) GetSupportedFuncList ¶

func (o *ScpFunctionSingleAllOfAttributes) GetSupportedFuncList() []SupportedFunc

GetSupportedFuncList returns the SupportedFuncList field value if set, zero value otherwise.

func (*ScpFunctionSingleAllOfAttributes) GetSupportedFuncListOk ¶

func (o *ScpFunctionSingleAllOfAttributes) GetSupportedFuncListOk() ([]SupportedFunc, bool)

GetSupportedFuncListOk returns a tuple with the SupportedFuncList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ScpFunctionSingleAllOfAttributes) HasAddress ¶

func (o *ScpFunctionSingleAllOfAttributes) HasAddress() bool

HasAddress returns a boolean if a field has been set.

func (*ScpFunctionSingleAllOfAttributes) HasScpInfo ¶

func (o *ScpFunctionSingleAllOfAttributes) HasScpInfo() bool

HasScpInfo returns a boolean if a field has been set.

func (*ScpFunctionSingleAllOfAttributes) HasSupportedFuncList ¶

func (o *ScpFunctionSingleAllOfAttributes) HasSupportedFuncList() bool

HasSupportedFuncList returns a boolean if a field has been set.

func (ScpFunctionSingleAllOfAttributes) MarshalJSON ¶

func (o ScpFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*ScpFunctionSingleAllOfAttributes) SetAddress ¶

func (o *ScpFunctionSingleAllOfAttributes) SetAddress(v HostAddr)

SetAddress gets a reference to the given HostAddr and assigns it to the Address field.

func (*ScpFunctionSingleAllOfAttributes) SetScpInfo ¶

func (o *ScpFunctionSingleAllOfAttributes) SetScpInfo(v ScpInfo)

SetScpInfo gets a reference to the given ScpInfo and assigns it to the ScpInfo field.

func (*ScpFunctionSingleAllOfAttributes) SetSupportedFuncList ¶

func (o *ScpFunctionSingleAllOfAttributes) SetSupportedFuncList(v []SupportedFunc)

SetSupportedFuncList gets a reference to the given []SupportedFunc and assigns it to the SupportedFuncList field.

func (ScpFunctionSingleAllOfAttributes) ToMap ¶

func (o ScpFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type ScpFunctionSingleAllOfAttributesAllOf ¶

type ScpFunctionSingleAllOfAttributesAllOf struct {
	SupportedFuncList []SupportedFunc `json:"supportedFuncList,omitempty"`
	Address           *HostAddr       `json:"address,omitempty"`
	ScpInfo           *ScpInfo        `json:"scpInfo,omitempty"`
}

ScpFunctionSingleAllOfAttributesAllOf struct for ScpFunctionSingleAllOfAttributesAllOf

func NewScpFunctionSingleAllOfAttributesAllOf ¶

func NewScpFunctionSingleAllOfAttributesAllOf() *ScpFunctionSingleAllOfAttributesAllOf

NewScpFunctionSingleAllOfAttributesAllOf instantiates a new ScpFunctionSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewScpFunctionSingleAllOfAttributesAllOfWithDefaults ¶

func NewScpFunctionSingleAllOfAttributesAllOfWithDefaults() *ScpFunctionSingleAllOfAttributesAllOf

NewScpFunctionSingleAllOfAttributesAllOfWithDefaults instantiates a new ScpFunctionSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ScpFunctionSingleAllOfAttributesAllOf) GetAddress ¶

GetAddress returns the Address field value if set, zero value otherwise.

func (*ScpFunctionSingleAllOfAttributesAllOf) GetAddressOk ¶

func (o *ScpFunctionSingleAllOfAttributesAllOf) GetAddressOk() (*HostAddr, bool)

GetAddressOk returns a tuple with the Address field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ScpFunctionSingleAllOfAttributesAllOf) GetScpInfo ¶

GetScpInfo returns the ScpInfo field value if set, zero value otherwise.

func (*ScpFunctionSingleAllOfAttributesAllOf) GetScpInfoOk ¶

func (o *ScpFunctionSingleAllOfAttributesAllOf) GetScpInfoOk() (*ScpInfo, bool)

GetScpInfoOk returns a tuple with the ScpInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ScpFunctionSingleAllOfAttributesAllOf) GetSupportedFuncList ¶

func (o *ScpFunctionSingleAllOfAttributesAllOf) GetSupportedFuncList() []SupportedFunc

GetSupportedFuncList returns the SupportedFuncList field value if set, zero value otherwise.

func (*ScpFunctionSingleAllOfAttributesAllOf) GetSupportedFuncListOk ¶

func (o *ScpFunctionSingleAllOfAttributesAllOf) GetSupportedFuncListOk() ([]SupportedFunc, bool)

GetSupportedFuncListOk returns a tuple with the SupportedFuncList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ScpFunctionSingleAllOfAttributesAllOf) HasAddress ¶

HasAddress returns a boolean if a field has been set.

func (*ScpFunctionSingleAllOfAttributesAllOf) HasScpInfo ¶

HasScpInfo returns a boolean if a field has been set.

func (*ScpFunctionSingleAllOfAttributesAllOf) HasSupportedFuncList ¶

func (o *ScpFunctionSingleAllOfAttributesAllOf) HasSupportedFuncList() bool

HasSupportedFuncList returns a boolean if a field has been set.

func (ScpFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (o ScpFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)

func (*ScpFunctionSingleAllOfAttributesAllOf) SetAddress ¶

SetAddress gets a reference to the given HostAddr and assigns it to the Address field.

func (*ScpFunctionSingleAllOfAttributesAllOf) SetScpInfo ¶

SetScpInfo gets a reference to the given ScpInfo and assigns it to the ScpInfo field.

func (*ScpFunctionSingleAllOfAttributesAllOf) SetSupportedFuncList ¶

func (o *ScpFunctionSingleAllOfAttributesAllOf) SetSupportedFuncList(v []SupportedFunc)

SetSupportedFuncList gets a reference to the given []SupportedFunc and assigns it to the SupportedFuncList field.

func (ScpFunctionSingleAllOfAttributesAllOf) ToMap ¶

func (o ScpFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)

type ScpInfo ¶

type ScpInfo struct {
	// A map (list of key-value pairs) where the key of the map shall be the string identifying an SCP domain
	ScpDomainInfoList *map[string]ScpDomainInfo `json:"scpDomainInfoList,omitempty"`
	ScpPrefix         *string                   `json:"scpPrefix,omitempty"`
	// Port numbers for HTTP and HTTPS. The key of the map shall be \"http\" or \"https\".
	ScpPorts          *map[string]int32  `json:"scpPorts,omitempty"`
	AddressDomains    []string           `json:"addressDomains,omitempty"`
	Ipv4Addresses     []string           `json:"ipv4Addresses,omitempty"`
	Ipv6Prefixes      []Ipv6Prefix1      `json:"ipv6Prefixes,omitempty"`
	Ipv4AddrRanges    []Ipv4AddressRange `json:"ipv4AddrRanges,omitempty"`
	Ipv6PrefixRanges  []Ipv6PrefixRange  `json:"ipv6PrefixRanges,omitempty"`
	ServedNfSetIdList []string           `json:"servedNfSetIdList,omitempty"`
	RemotePlmnList    []PlmnId2          `json:"remotePlmnList,omitempty"`
	RemoteSnpnList    []PlmnIdNid        `json:"remoteSnpnList,omitempty"`
	IpReachability    *IpReachability    `json:"ipReachability,omitempty"`
	ScpCapabilities   []ScpCapability    `json:"scpCapabilities,omitempty"`
}

ScpInfo Information of an SCP Instance

func NewScpInfo ¶

func NewScpInfo() *ScpInfo

NewScpInfo instantiates a new ScpInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewScpInfoWithDefaults ¶

func NewScpInfoWithDefaults() *ScpInfo

NewScpInfoWithDefaults instantiates a new ScpInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ScpInfo) GetAddressDomains ¶

func (o *ScpInfo) GetAddressDomains() []string

GetAddressDomains returns the AddressDomains field value if set, zero value otherwise.

func (*ScpInfo) GetAddressDomainsOk ¶

func (o *ScpInfo) GetAddressDomainsOk() ([]string, bool)

GetAddressDomainsOk returns a tuple with the AddressDomains field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ScpInfo) GetIpReachability ¶

func (o *ScpInfo) GetIpReachability() IpReachability

GetIpReachability returns the IpReachability field value if set, zero value otherwise.

func (*ScpInfo) GetIpReachabilityOk ¶

func (o *ScpInfo) GetIpReachabilityOk() (*IpReachability, bool)

GetIpReachabilityOk returns a tuple with the IpReachability field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ScpInfo) GetIpv4AddrRanges ¶

func (o *ScpInfo) GetIpv4AddrRanges() []Ipv4AddressRange

GetIpv4AddrRanges returns the Ipv4AddrRanges field value if set, zero value otherwise.

func (*ScpInfo) GetIpv4AddrRangesOk ¶

func (o *ScpInfo) GetIpv4AddrRangesOk() ([]Ipv4AddressRange, bool)

GetIpv4AddrRangesOk returns a tuple with the Ipv4AddrRanges field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ScpInfo) GetIpv4Addresses ¶

func (o *ScpInfo) GetIpv4Addresses() []string

GetIpv4Addresses returns the Ipv4Addresses field value if set, zero value otherwise.

func (*ScpInfo) GetIpv4AddressesOk ¶

func (o *ScpInfo) GetIpv4AddressesOk() ([]string, bool)

GetIpv4AddressesOk returns a tuple with the Ipv4Addresses field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ScpInfo) GetIpv6PrefixRanges ¶

func (o *ScpInfo) GetIpv6PrefixRanges() []Ipv6PrefixRange

GetIpv6PrefixRanges returns the Ipv6PrefixRanges field value if set, zero value otherwise.

func (*ScpInfo) GetIpv6PrefixRangesOk ¶

func (o *ScpInfo) GetIpv6PrefixRangesOk() ([]Ipv6PrefixRange, bool)

GetIpv6PrefixRangesOk returns a tuple with the Ipv6PrefixRanges field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ScpInfo) GetIpv6Prefixes ¶

func (o *ScpInfo) GetIpv6Prefixes() []Ipv6Prefix1

GetIpv6Prefixes returns the Ipv6Prefixes field value if set, zero value otherwise.

func (*ScpInfo) GetIpv6PrefixesOk ¶

func (o *ScpInfo) GetIpv6PrefixesOk() ([]Ipv6Prefix1, bool)

GetIpv6PrefixesOk returns a tuple with the Ipv6Prefixes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ScpInfo) GetRemotePlmnList ¶

func (o *ScpInfo) GetRemotePlmnList() []PlmnId2

GetRemotePlmnList returns the RemotePlmnList field value if set, zero value otherwise.

func (*ScpInfo) GetRemotePlmnListOk ¶

func (o *ScpInfo) GetRemotePlmnListOk() ([]PlmnId2, bool)

GetRemotePlmnListOk returns a tuple with the RemotePlmnList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ScpInfo) GetRemoteSnpnList ¶

func (o *ScpInfo) GetRemoteSnpnList() []PlmnIdNid

GetRemoteSnpnList returns the RemoteSnpnList field value if set, zero value otherwise.

func (*ScpInfo) GetRemoteSnpnListOk ¶

func (o *ScpInfo) GetRemoteSnpnListOk() ([]PlmnIdNid, bool)

GetRemoteSnpnListOk returns a tuple with the RemoteSnpnList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ScpInfo) GetScpCapabilities ¶

func (o *ScpInfo) GetScpCapabilities() []ScpCapability

GetScpCapabilities returns the ScpCapabilities field value if set, zero value otherwise.

func (*ScpInfo) GetScpCapabilitiesOk ¶

func (o *ScpInfo) GetScpCapabilitiesOk() ([]ScpCapability, bool)

GetScpCapabilitiesOk returns a tuple with the ScpCapabilities field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ScpInfo) GetScpDomainInfoList ¶

func (o *ScpInfo) GetScpDomainInfoList() map[string]ScpDomainInfo

GetScpDomainInfoList returns the ScpDomainInfoList field value if set, zero value otherwise.

func (*ScpInfo) GetScpDomainInfoListOk ¶

func (o *ScpInfo) GetScpDomainInfoListOk() (*map[string]ScpDomainInfo, bool)

GetScpDomainInfoListOk returns a tuple with the ScpDomainInfoList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ScpInfo) GetScpPorts ¶

func (o *ScpInfo) GetScpPorts() map[string]int32

GetScpPorts returns the ScpPorts field value if set, zero value otherwise.

func (*ScpInfo) GetScpPortsOk ¶

func (o *ScpInfo) GetScpPortsOk() (*map[string]int32, bool)

GetScpPortsOk returns a tuple with the ScpPorts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ScpInfo) GetScpPrefix ¶

func (o *ScpInfo) GetScpPrefix() string

GetScpPrefix returns the ScpPrefix field value if set, zero value otherwise.

func (*ScpInfo) GetScpPrefixOk ¶

func (o *ScpInfo) GetScpPrefixOk() (*string, bool)

GetScpPrefixOk returns a tuple with the ScpPrefix field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ScpInfo) GetServedNfSetIdList ¶

func (o *ScpInfo) GetServedNfSetIdList() []string

GetServedNfSetIdList returns the ServedNfSetIdList field value if set, zero value otherwise.

func (*ScpInfo) GetServedNfSetIdListOk ¶

func (o *ScpInfo) GetServedNfSetIdListOk() ([]string, bool)

GetServedNfSetIdListOk returns a tuple with the ServedNfSetIdList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ScpInfo) HasAddressDomains ¶

func (o *ScpInfo) HasAddressDomains() bool

HasAddressDomains returns a boolean if a field has been set.

func (*ScpInfo) HasIpReachability ¶

func (o *ScpInfo) HasIpReachability() bool

HasIpReachability returns a boolean if a field has been set.

func (*ScpInfo) HasIpv4AddrRanges ¶

func (o *ScpInfo) HasIpv4AddrRanges() bool

HasIpv4AddrRanges returns a boolean if a field has been set.

func (*ScpInfo) HasIpv4Addresses ¶

func (o *ScpInfo) HasIpv4Addresses() bool

HasIpv4Addresses returns a boolean if a field has been set.

func (*ScpInfo) HasIpv6PrefixRanges ¶

func (o *ScpInfo) HasIpv6PrefixRanges() bool

HasIpv6PrefixRanges returns a boolean if a field has been set.

func (*ScpInfo) HasIpv6Prefixes ¶

func (o *ScpInfo) HasIpv6Prefixes() bool

HasIpv6Prefixes returns a boolean if a field has been set.

func (*ScpInfo) HasRemotePlmnList ¶

func (o *ScpInfo) HasRemotePlmnList() bool

HasRemotePlmnList returns a boolean if a field has been set.

func (*ScpInfo) HasRemoteSnpnList ¶

func (o *ScpInfo) HasRemoteSnpnList() bool

HasRemoteSnpnList returns a boolean if a field has been set.

func (*ScpInfo) HasScpCapabilities ¶

func (o *ScpInfo) HasScpCapabilities() bool

HasScpCapabilities returns a boolean if a field has been set.

func (*ScpInfo) HasScpDomainInfoList ¶

func (o *ScpInfo) HasScpDomainInfoList() bool

HasScpDomainInfoList returns a boolean if a field has been set.

func (*ScpInfo) HasScpPorts ¶

func (o *ScpInfo) HasScpPorts() bool

HasScpPorts returns a boolean if a field has been set.

func (*ScpInfo) HasScpPrefix ¶

func (o *ScpInfo) HasScpPrefix() bool

HasScpPrefix returns a boolean if a field has been set.

func (*ScpInfo) HasServedNfSetIdList ¶

func (o *ScpInfo) HasServedNfSetIdList() bool

HasServedNfSetIdList returns a boolean if a field has been set.

func (ScpInfo) MarshalJSON ¶

func (o ScpInfo) MarshalJSON() ([]byte, error)

func (*ScpInfo) SetAddressDomains ¶

func (o *ScpInfo) SetAddressDomains(v []string)

SetAddressDomains gets a reference to the given []string and assigns it to the AddressDomains field.

func (*ScpInfo) SetIpReachability ¶

func (o *ScpInfo) SetIpReachability(v IpReachability)

SetIpReachability gets a reference to the given IpReachability and assigns it to the IpReachability field.

func (*ScpInfo) SetIpv4AddrRanges ¶

func (o *ScpInfo) SetIpv4AddrRanges(v []Ipv4AddressRange)

SetIpv4AddrRanges gets a reference to the given []Ipv4AddressRange and assigns it to the Ipv4AddrRanges field.

func (*ScpInfo) SetIpv4Addresses ¶

func (o *ScpInfo) SetIpv4Addresses(v []string)

SetIpv4Addresses gets a reference to the given []string and assigns it to the Ipv4Addresses field.

func (*ScpInfo) SetIpv6PrefixRanges ¶

func (o *ScpInfo) SetIpv6PrefixRanges(v []Ipv6PrefixRange)

SetIpv6PrefixRanges gets a reference to the given []Ipv6PrefixRange and assigns it to the Ipv6PrefixRanges field.

func (*ScpInfo) SetIpv6Prefixes ¶

func (o *ScpInfo) SetIpv6Prefixes(v []Ipv6Prefix1)

SetIpv6Prefixes gets a reference to the given []Ipv6Prefix1 and assigns it to the Ipv6Prefixes field.

func (*ScpInfo) SetRemotePlmnList ¶

func (o *ScpInfo) SetRemotePlmnList(v []PlmnId2)

SetRemotePlmnList gets a reference to the given []PlmnId2 and assigns it to the RemotePlmnList field.

func (*ScpInfo) SetRemoteSnpnList ¶

func (o *ScpInfo) SetRemoteSnpnList(v []PlmnIdNid)

SetRemoteSnpnList gets a reference to the given []PlmnIdNid and assigns it to the RemoteSnpnList field.

func (*ScpInfo) SetScpCapabilities ¶

func (o *ScpInfo) SetScpCapabilities(v []ScpCapability)

SetScpCapabilities gets a reference to the given []ScpCapability and assigns it to the ScpCapabilities field.

func (*ScpInfo) SetScpDomainInfoList ¶

func (o *ScpInfo) SetScpDomainInfoList(v map[string]ScpDomainInfo)

SetScpDomainInfoList gets a reference to the given map[string]ScpDomainInfo and assigns it to the ScpDomainInfoList field.

func (*ScpInfo) SetScpPorts ¶

func (o *ScpInfo) SetScpPorts(v map[string]int32)

SetScpPorts gets a reference to the given map[string]int32 and assigns it to the ScpPorts field.

func (*ScpInfo) SetScpPrefix ¶

func (o *ScpInfo) SetScpPrefix(v string)

SetScpPrefix gets a reference to the given string and assigns it to the ScpPrefix field.

func (*ScpInfo) SetServedNfSetIdList ¶

func (o *ScpInfo) SetServedNfSetIdList(v []string)

SetServedNfSetIdList gets a reference to the given []string and assigns it to the ServedNfSetIdList field.

func (ScpInfo) ToMap ¶

func (o ScpInfo) ToMap() (map[string]interface{}, error)

type SdRange ¶

type SdRange struct {
	// First value identifying the start of an SD range. This string shall be formatted as specified for the sd attribute of the Snssai data type in clause 5.4.4.2.
	Start *string `json:"start,omitempty"`
	// Last value identifying the end of an SD range. This string shall be formatted as specified for the sd attribute of the Snssai data type in clause 5.4.4.2.
	End *string `json:"end,omitempty"`
}

SdRange A range of SDs (Slice Differentiators)

func NewSdRange ¶

func NewSdRange() *SdRange

NewSdRange instantiates a new SdRange object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSdRangeWithDefaults ¶

func NewSdRangeWithDefaults() *SdRange

NewSdRangeWithDefaults instantiates a new SdRange object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SdRange) GetEnd ¶

func (o *SdRange) GetEnd() string

GetEnd returns the End field value if set, zero value otherwise.

func (*SdRange) GetEndOk ¶

func (o *SdRange) GetEndOk() (*string, bool)

GetEndOk returns a tuple with the End field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SdRange) GetStart ¶

func (o *SdRange) GetStart() string

GetStart returns the Start field value if set, zero value otherwise.

func (*SdRange) GetStartOk ¶

func (o *SdRange) GetStartOk() (*string, bool)

GetStartOk returns a tuple with the Start field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SdRange) HasEnd ¶

func (o *SdRange) HasEnd() bool

HasEnd returns a boolean if a field has been set.

func (*SdRange) HasStart ¶

func (o *SdRange) HasStart() bool

HasStart returns a boolean if a field has been set.

func (SdRange) MarshalJSON ¶

func (o SdRange) MarshalJSON() ([]byte, error)

func (*SdRange) SetEnd ¶

func (o *SdRange) SetEnd(v string)

SetEnd gets a reference to the given string and assigns it to the End field.

func (*SdRange) SetStart ¶

func (o *SdRange) SetStart(v string)

SetStart gets a reference to the given string and assigns it to the Start field.

func (SdRange) ToMap ¶

func (o SdRange) ToMap() (map[string]interface{}, error)

type SecFunc ¶

type SecFunc struct {
	SecFunId   *string  `json:"secFunId,omitempty"`
	SecFunType *string  `json:"secFunType,omitempty"`
	SecRules   []string `json:"secRules,omitempty"`
}

SecFunc struct for SecFunc

func NewSecFunc ¶

func NewSecFunc() *SecFunc

NewSecFunc instantiates a new SecFunc object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSecFuncWithDefaults ¶

func NewSecFuncWithDefaults() *SecFunc

NewSecFuncWithDefaults instantiates a new SecFunc object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SecFunc) GetSecFunId ¶

func (o *SecFunc) GetSecFunId() string

GetSecFunId returns the SecFunId field value if set, zero value otherwise.

func (*SecFunc) GetSecFunIdOk ¶

func (o *SecFunc) GetSecFunIdOk() (*string, bool)

GetSecFunIdOk returns a tuple with the SecFunId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SecFunc) GetSecFunType ¶

func (o *SecFunc) GetSecFunType() string

GetSecFunType returns the SecFunType field value if set, zero value otherwise.

func (*SecFunc) GetSecFunTypeOk ¶

func (o *SecFunc) GetSecFunTypeOk() (*string, bool)

GetSecFunTypeOk returns a tuple with the SecFunType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SecFunc) GetSecRules ¶

func (o *SecFunc) GetSecRules() []string

GetSecRules returns the SecRules field value if set, zero value otherwise.

func (*SecFunc) GetSecRulesOk ¶

func (o *SecFunc) GetSecRulesOk() ([]string, bool)

GetSecRulesOk returns a tuple with the SecRules field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SecFunc) HasSecFunId ¶

func (o *SecFunc) HasSecFunId() bool

HasSecFunId returns a boolean if a field has been set.

func (*SecFunc) HasSecFunType ¶

func (o *SecFunc) HasSecFunType() bool

HasSecFunType returns a boolean if a field has been set.

func (*SecFunc) HasSecRules ¶

func (o *SecFunc) HasSecRules() bool

HasSecRules returns a boolean if a field has been set.

func (SecFunc) MarshalJSON ¶

func (o SecFunc) MarshalJSON() ([]byte, error)

func (*SecFunc) SetSecFunId ¶

func (o *SecFunc) SetSecFunId(v string)

SetSecFunId gets a reference to the given string and assigns it to the SecFunId field.

func (*SecFunc) SetSecFunType ¶

func (o *SecFunc) SetSecFunType(v string)

SetSecFunType gets a reference to the given string and assigns it to the SecFunType field.

func (*SecFunc) SetSecRules ¶

func (o *SecFunc) SetSecRules(v []string)

SetSecRules gets a reference to the given []string and assigns it to the SecRules field.

func (SecFunc) ToMap ¶

func (o SecFunc) ToMap() (map[string]interface{}, error)

type SeppFunctionSingle ¶

type SeppFunctionSingle struct {
	Top
	Attributes       *SeppFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
	PerfMetricJob    []PerfMetricJobSingle              `json:"PerfMetricJob,omitempty"`
	ThresholdMonitor []ThresholdMonitorSingle           `json:"ThresholdMonitor,omitempty"`
	ManagedNFService []ManagedNFServiceSingle           `json:"ManagedNFService,omitempty"`
	TraceJob         []TraceJobSingle                   `json:"TraceJob,omitempty"`
	EPN32            []EPN32Single                      `json:"EP_N32,omitempty"`
}

SeppFunctionSingle struct for SeppFunctionSingle

func NewSeppFunctionSingle ¶

func NewSeppFunctionSingle(id NullableString) *SeppFunctionSingle

NewSeppFunctionSingle instantiates a new SeppFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSeppFunctionSingleWithDefaults ¶

func NewSeppFunctionSingleWithDefaults() *SeppFunctionSingle

NewSeppFunctionSingleWithDefaults instantiates a new SeppFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SeppFunctionSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*SeppFunctionSingle) GetAttributesOk ¶

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 (*SeppFunctionSingle) GetEPN32 ¶

func (o *SeppFunctionSingle) GetEPN32() []EPN32Single

GetEPN32 returns the EPN32 field value if set, zero value otherwise.

func (*SeppFunctionSingle) GetEPN32Ok ¶

func (o *SeppFunctionSingle) GetEPN32Ok() ([]EPN32Single, bool)

GetEPN32Ok returns a tuple with the EPN32 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SeppFunctionSingle) GetManagedNFService ¶

func (o *SeppFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle

GetManagedNFService returns the ManagedNFService field value if set, zero value otherwise.

func (*SeppFunctionSingle) GetManagedNFServiceOk ¶

func (o *SeppFunctionSingle) 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 (*SeppFunctionSingle) GetPerfMetricJob ¶

func (o *SeppFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle

GetPerfMetricJob returns the PerfMetricJob field value if set, zero value otherwise.

func (*SeppFunctionSingle) GetPerfMetricJobOk ¶

func (o *SeppFunctionSingle) 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 (*SeppFunctionSingle) GetThresholdMonitor ¶

func (o *SeppFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle

GetThresholdMonitor returns the ThresholdMonitor field value if set, zero value otherwise.

func (*SeppFunctionSingle) GetThresholdMonitorOk ¶

func (o *SeppFunctionSingle) 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 (*SeppFunctionSingle) GetTraceJob ¶

func (o *SeppFunctionSingle) GetTraceJob() []TraceJobSingle

GetTraceJob returns the TraceJob field value if set, zero value otherwise.

func (*SeppFunctionSingle) GetTraceJobOk ¶

func (o *SeppFunctionSingle) 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 (*SeppFunctionSingle) HasAttributes ¶

func (o *SeppFunctionSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*SeppFunctionSingle) HasEPN32 ¶

func (o *SeppFunctionSingle) HasEPN32() bool

HasEPN32 returns a boolean if a field has been set.

func (*SeppFunctionSingle) HasManagedNFService ¶

func (o *SeppFunctionSingle) HasManagedNFService() bool

HasManagedNFService returns a boolean if a field has been set.

func (*SeppFunctionSingle) HasPerfMetricJob ¶

func (o *SeppFunctionSingle) HasPerfMetricJob() bool

HasPerfMetricJob returns a boolean if a field has been set.

func (*SeppFunctionSingle) HasThresholdMonitor ¶

func (o *SeppFunctionSingle) HasThresholdMonitor() bool

HasThresholdMonitor returns a boolean if a field has been set.

func (*SeppFunctionSingle) HasTraceJob ¶

func (o *SeppFunctionSingle) HasTraceJob() bool

HasTraceJob returns a boolean if a field has been set.

func (SeppFunctionSingle) MarshalJSON ¶

func (o SeppFunctionSingle) MarshalJSON() ([]byte, error)

func (*SeppFunctionSingle) SetAttributes ¶

SetAttributes gets a reference to the given SeppFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (*SeppFunctionSingle) SetEPN32 ¶

func (o *SeppFunctionSingle) SetEPN32(v []EPN32Single)

SetEPN32 gets a reference to the given []EPN32Single and assigns it to the EPN32 field.

func (*SeppFunctionSingle) SetManagedNFService ¶

func (o *SeppFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle)

SetManagedNFService gets a reference to the given []ManagedNFServiceSingle and assigns it to the ManagedNFService field.

func (*SeppFunctionSingle) SetPerfMetricJob ¶

func (o *SeppFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle)

SetPerfMetricJob gets a reference to the given []PerfMetricJobSingle and assigns it to the PerfMetricJob field.

func (*SeppFunctionSingle) SetThresholdMonitor ¶

func (o *SeppFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)

SetThresholdMonitor gets a reference to the given []ThresholdMonitorSingle and assigns it to the ThresholdMonitor field.

func (*SeppFunctionSingle) SetTraceJob ¶

func (o *SeppFunctionSingle) SetTraceJob(v []TraceJobSingle)

SetTraceJob gets a reference to the given []TraceJobSingle and assigns it to the TraceJob field.

func (SeppFunctionSingle) ToMap ¶

func (o SeppFunctionSingle) ToMap() (map[string]interface{}, error)

type SeppFunctionSingleAllOf ¶

type SeppFunctionSingleAllOf struct {
	Attributes *SeppFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}

SeppFunctionSingleAllOf struct for SeppFunctionSingleAllOf

func NewSeppFunctionSingleAllOf ¶

func NewSeppFunctionSingleAllOf() *SeppFunctionSingleAllOf

NewSeppFunctionSingleAllOf instantiates a new SeppFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSeppFunctionSingleAllOfWithDefaults ¶

func NewSeppFunctionSingleAllOfWithDefaults() *SeppFunctionSingleAllOf

NewSeppFunctionSingleAllOfWithDefaults instantiates a new SeppFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SeppFunctionSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*SeppFunctionSingleAllOf) GetAttributesOk ¶

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 (*SeppFunctionSingleAllOf) HasAttributes ¶

func (o *SeppFunctionSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (SeppFunctionSingleAllOf) MarshalJSON ¶

func (o SeppFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*SeppFunctionSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given SeppFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (SeppFunctionSingleAllOf) ToMap ¶

func (o SeppFunctionSingleAllOf) ToMap() (map[string]interface{}, error)

type SeppFunctionSingleAllOf1 ¶

type SeppFunctionSingleAllOf1 struct {
	EPN32 []EPN32Single `json:"EP_N32,omitempty"`
}

SeppFunctionSingleAllOf1 struct for SeppFunctionSingleAllOf1

func NewSeppFunctionSingleAllOf1 ¶

func NewSeppFunctionSingleAllOf1() *SeppFunctionSingleAllOf1

NewSeppFunctionSingleAllOf1 instantiates a new SeppFunctionSingleAllOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSeppFunctionSingleAllOf1WithDefaults ¶

func NewSeppFunctionSingleAllOf1WithDefaults() *SeppFunctionSingleAllOf1

NewSeppFunctionSingleAllOf1WithDefaults instantiates a new SeppFunctionSingleAllOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SeppFunctionSingleAllOf1) GetEPN32 ¶

func (o *SeppFunctionSingleAllOf1) GetEPN32() []EPN32Single

GetEPN32 returns the EPN32 field value if set, zero value otherwise.

func (*SeppFunctionSingleAllOf1) GetEPN32Ok ¶

func (o *SeppFunctionSingleAllOf1) GetEPN32Ok() ([]EPN32Single, bool)

GetEPN32Ok returns a tuple with the EPN32 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SeppFunctionSingleAllOf1) HasEPN32 ¶

func (o *SeppFunctionSingleAllOf1) HasEPN32() bool

HasEPN32 returns a boolean if a field has been set.

func (SeppFunctionSingleAllOf1) MarshalJSON ¶

func (o SeppFunctionSingleAllOf1) MarshalJSON() ([]byte, error)

func (*SeppFunctionSingleAllOf1) SetEPN32 ¶

func (o *SeppFunctionSingleAllOf1) SetEPN32(v []EPN32Single)

SetEPN32 gets a reference to the given []EPN32Single and assigns it to the EPN32 field.

func (SeppFunctionSingleAllOf1) ToMap ¶

func (o SeppFunctionSingleAllOf1) ToMap() (map[string]interface{}, error)

type SeppFunctionSingleAllOfAttributes ¶

type SeppFunctionSingleAllOfAttributes struct {
	ManagedFunctionAttr
	PlmnId   *PlmnId   `json:"plmnId,omitempty"`
	SEPPType *SEPPType `json:"sEPPType,omitempty"`
	SEPPId   *int32    `json:"sEPPId,omitempty"`
	Fqdn     *string   `json:"fqdn,omitempty"`
	SeppInfo *SeppInfo `json:"seppInfo,omitempty"`
}

SeppFunctionSingleAllOfAttributes struct for SeppFunctionSingleAllOfAttributes

func NewSeppFunctionSingleAllOfAttributes ¶

func NewSeppFunctionSingleAllOfAttributes() *SeppFunctionSingleAllOfAttributes

NewSeppFunctionSingleAllOfAttributes instantiates a new SeppFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSeppFunctionSingleAllOfAttributesWithDefaults ¶

func NewSeppFunctionSingleAllOfAttributesWithDefaults() *SeppFunctionSingleAllOfAttributes

NewSeppFunctionSingleAllOfAttributesWithDefaults instantiates a new SeppFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SeppFunctionSingleAllOfAttributes) GetFqdn ¶

GetFqdn returns the Fqdn field value if set, zero value otherwise.

func (*SeppFunctionSingleAllOfAttributes) GetFqdnOk ¶

func (o *SeppFunctionSingleAllOfAttributes) GetFqdnOk() (*string, bool)

GetFqdnOk returns a tuple with the Fqdn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SeppFunctionSingleAllOfAttributes) GetPlmnId ¶

GetPlmnId returns the PlmnId field value if set, zero value otherwise.

func (*SeppFunctionSingleAllOfAttributes) GetPlmnIdOk ¶

func (o *SeppFunctionSingleAllOfAttributes) GetPlmnIdOk() (*PlmnId, bool)

GetPlmnIdOk returns a tuple with the PlmnId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SeppFunctionSingleAllOfAttributes) GetSEPPId ¶

GetSEPPId returns the SEPPId field value if set, zero value otherwise.

func (*SeppFunctionSingleAllOfAttributes) GetSEPPIdOk ¶

func (o *SeppFunctionSingleAllOfAttributes) GetSEPPIdOk() (*int32, bool)

GetSEPPIdOk returns a tuple with the SEPPId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SeppFunctionSingleAllOfAttributes) GetSEPPType ¶

GetSEPPType returns the SEPPType field value if set, zero value otherwise.

func (*SeppFunctionSingleAllOfAttributes) GetSEPPTypeOk ¶

func (o *SeppFunctionSingleAllOfAttributes) GetSEPPTypeOk() (*SEPPType, bool)

GetSEPPTypeOk returns a tuple with the SEPPType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SeppFunctionSingleAllOfAttributes) GetSeppInfo ¶

GetSeppInfo returns the SeppInfo field value if set, zero value otherwise.

func (*SeppFunctionSingleAllOfAttributes) GetSeppInfoOk ¶

func (o *SeppFunctionSingleAllOfAttributes) GetSeppInfoOk() (*SeppInfo, bool)

GetSeppInfoOk returns a tuple with the SeppInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SeppFunctionSingleAllOfAttributes) HasFqdn ¶

HasFqdn returns a boolean if a field has been set.

func (*SeppFunctionSingleAllOfAttributes) HasPlmnId ¶

func (o *SeppFunctionSingleAllOfAttributes) HasPlmnId() bool

HasPlmnId returns a boolean if a field has been set.

func (*SeppFunctionSingleAllOfAttributes) HasSEPPId ¶

func (o *SeppFunctionSingleAllOfAttributes) HasSEPPId() bool

HasSEPPId returns a boolean if a field has been set.

func (*SeppFunctionSingleAllOfAttributes) HasSEPPType ¶

func (o *SeppFunctionSingleAllOfAttributes) HasSEPPType() bool

HasSEPPType returns a boolean if a field has been set.

func (*SeppFunctionSingleAllOfAttributes) HasSeppInfo ¶

func (o *SeppFunctionSingleAllOfAttributes) HasSeppInfo() bool

HasSeppInfo returns a boolean if a field has been set.

func (SeppFunctionSingleAllOfAttributes) MarshalJSON ¶

func (o SeppFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*SeppFunctionSingleAllOfAttributes) SetFqdn ¶

SetFqdn gets a reference to the given string and assigns it to the Fqdn field.

func (*SeppFunctionSingleAllOfAttributes) SetPlmnId ¶

func (o *SeppFunctionSingleAllOfAttributes) SetPlmnId(v PlmnId)

SetPlmnId gets a reference to the given PlmnId and assigns it to the PlmnId field.

func (*SeppFunctionSingleAllOfAttributes) SetSEPPId ¶

func (o *SeppFunctionSingleAllOfAttributes) SetSEPPId(v int32)

SetSEPPId gets a reference to the given int32 and assigns it to the SEPPId field.

func (*SeppFunctionSingleAllOfAttributes) SetSEPPType ¶

func (o *SeppFunctionSingleAllOfAttributes) SetSEPPType(v SEPPType)

SetSEPPType gets a reference to the given SEPPType and assigns it to the SEPPType field.

func (*SeppFunctionSingleAllOfAttributes) SetSeppInfo ¶

func (o *SeppFunctionSingleAllOfAttributes) SetSeppInfo(v SeppInfo)

SetSeppInfo gets a reference to the given SeppInfo and assigns it to the SeppInfo field.

func (SeppFunctionSingleAllOfAttributes) ToMap ¶

func (o SeppFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type SeppFunctionSingleAllOfAttributesAllOf ¶

type SeppFunctionSingleAllOfAttributesAllOf struct {
	PlmnId   *PlmnId   `json:"plmnId,omitempty"`
	SEPPType *SEPPType `json:"sEPPType,omitempty"`
	SEPPId   *int32    `json:"sEPPId,omitempty"`
	Fqdn     *string   `json:"fqdn,omitempty"`
	SeppInfo *SeppInfo `json:"seppInfo,omitempty"`
}

SeppFunctionSingleAllOfAttributesAllOf struct for SeppFunctionSingleAllOfAttributesAllOf

func NewSeppFunctionSingleAllOfAttributesAllOf ¶

func NewSeppFunctionSingleAllOfAttributesAllOf() *SeppFunctionSingleAllOfAttributesAllOf

NewSeppFunctionSingleAllOfAttributesAllOf instantiates a new SeppFunctionSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSeppFunctionSingleAllOfAttributesAllOfWithDefaults ¶

func NewSeppFunctionSingleAllOfAttributesAllOfWithDefaults() *SeppFunctionSingleAllOfAttributesAllOf

NewSeppFunctionSingleAllOfAttributesAllOfWithDefaults instantiates a new SeppFunctionSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SeppFunctionSingleAllOfAttributesAllOf) GetFqdn ¶

GetFqdn returns the Fqdn field value if set, zero value otherwise.

func (*SeppFunctionSingleAllOfAttributesAllOf) GetFqdnOk ¶

GetFqdnOk returns a tuple with the Fqdn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SeppFunctionSingleAllOfAttributesAllOf) GetPlmnId ¶

GetPlmnId returns the PlmnId field value if set, zero value otherwise.

func (*SeppFunctionSingleAllOfAttributesAllOf) GetPlmnIdOk ¶

func (o *SeppFunctionSingleAllOfAttributesAllOf) GetPlmnIdOk() (*PlmnId, bool)

GetPlmnIdOk returns a tuple with the PlmnId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SeppFunctionSingleAllOfAttributesAllOf) GetSEPPId ¶

GetSEPPId returns the SEPPId field value if set, zero value otherwise.

func (*SeppFunctionSingleAllOfAttributesAllOf) GetSEPPIdOk ¶

func (o *SeppFunctionSingleAllOfAttributesAllOf) GetSEPPIdOk() (*int32, bool)

GetSEPPIdOk returns a tuple with the SEPPId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SeppFunctionSingleAllOfAttributesAllOf) GetSEPPType ¶

GetSEPPType returns the SEPPType field value if set, zero value otherwise.

func (*SeppFunctionSingleAllOfAttributesAllOf) GetSEPPTypeOk ¶

func (o *SeppFunctionSingleAllOfAttributesAllOf) GetSEPPTypeOk() (*SEPPType, bool)

GetSEPPTypeOk returns a tuple with the SEPPType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SeppFunctionSingleAllOfAttributesAllOf) GetSeppInfo ¶

GetSeppInfo returns the SeppInfo field value if set, zero value otherwise.

func (*SeppFunctionSingleAllOfAttributesAllOf) GetSeppInfoOk ¶

func (o *SeppFunctionSingleAllOfAttributesAllOf) GetSeppInfoOk() (*SeppInfo, bool)

GetSeppInfoOk returns a tuple with the SeppInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SeppFunctionSingleAllOfAttributesAllOf) HasFqdn ¶

HasFqdn returns a boolean if a field has been set.

func (*SeppFunctionSingleAllOfAttributesAllOf) HasPlmnId ¶

HasPlmnId returns a boolean if a field has been set.

func (*SeppFunctionSingleAllOfAttributesAllOf) HasSEPPId ¶

HasSEPPId returns a boolean if a field has been set.

func (*SeppFunctionSingleAllOfAttributesAllOf) HasSEPPType ¶

HasSEPPType returns a boolean if a field has been set.

func (*SeppFunctionSingleAllOfAttributesAllOf) HasSeppInfo ¶

HasSeppInfo returns a boolean if a field has been set.

func (SeppFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (o SeppFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)

func (*SeppFunctionSingleAllOfAttributesAllOf) SetFqdn ¶

SetFqdn gets a reference to the given string and assigns it to the Fqdn field.

func (*SeppFunctionSingleAllOfAttributesAllOf) SetPlmnId ¶

SetPlmnId gets a reference to the given PlmnId and assigns it to the PlmnId field.

func (*SeppFunctionSingleAllOfAttributesAllOf) SetSEPPId ¶

SetSEPPId gets a reference to the given int32 and assigns it to the SEPPId field.

func (*SeppFunctionSingleAllOfAttributesAllOf) SetSEPPType ¶

SetSEPPType gets a reference to the given SEPPType and assigns it to the SEPPType field.

func (*SeppFunctionSingleAllOfAttributesAllOf) SetSeppInfo ¶

SetSeppInfo gets a reference to the given SeppInfo and assigns it to the SeppInfo field.

func (SeppFunctionSingleAllOfAttributesAllOf) ToMap ¶

func (o SeppFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)

type SeppInfo ¶

type SeppInfo struct {
	SeppPrefix *string `json:"seppPrefix,omitempty"`
	// Port numbers for HTTP and HTTPS. The key of the map shall be \"http\" or \"https\".
	SeppPorts      *map[string]int32 `json:"seppPorts,omitempty"`
	RemotePlmnList []PlmnId1         `json:"remotePlmnList,omitempty"`
	RemoteSnpnList []PlmnIdNid1      `json:"remoteSnpnList,omitempty"`
}

SeppInfo Information of a SEPP Instance

func NewSeppInfo ¶

func NewSeppInfo() *SeppInfo

NewSeppInfo instantiates a new SeppInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSeppInfoWithDefaults ¶

func NewSeppInfoWithDefaults() *SeppInfo

NewSeppInfoWithDefaults instantiates a new SeppInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SeppInfo) GetRemotePlmnList ¶

func (o *SeppInfo) GetRemotePlmnList() []PlmnId1

GetRemotePlmnList returns the RemotePlmnList field value if set, zero value otherwise.

func (*SeppInfo) GetRemotePlmnListOk ¶

func (o *SeppInfo) GetRemotePlmnListOk() ([]PlmnId1, bool)

GetRemotePlmnListOk returns a tuple with the RemotePlmnList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SeppInfo) GetRemoteSnpnList ¶

func (o *SeppInfo) GetRemoteSnpnList() []PlmnIdNid1

GetRemoteSnpnList returns the RemoteSnpnList field value if set, zero value otherwise.

func (*SeppInfo) GetRemoteSnpnListOk ¶

func (o *SeppInfo) GetRemoteSnpnListOk() ([]PlmnIdNid1, bool)

GetRemoteSnpnListOk returns a tuple with the RemoteSnpnList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SeppInfo) GetSeppPorts ¶

func (o *SeppInfo) GetSeppPorts() map[string]int32

GetSeppPorts returns the SeppPorts field value if set, zero value otherwise.

func (*SeppInfo) GetSeppPortsOk ¶

func (o *SeppInfo) GetSeppPortsOk() (*map[string]int32, bool)

GetSeppPortsOk returns a tuple with the SeppPorts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SeppInfo) GetSeppPrefix ¶

func (o *SeppInfo) GetSeppPrefix() string

GetSeppPrefix returns the SeppPrefix field value if set, zero value otherwise.

func (*SeppInfo) GetSeppPrefixOk ¶

func (o *SeppInfo) GetSeppPrefixOk() (*string, bool)

GetSeppPrefixOk returns a tuple with the SeppPrefix field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SeppInfo) HasRemotePlmnList ¶

func (o *SeppInfo) HasRemotePlmnList() bool

HasRemotePlmnList returns a boolean if a field has been set.

func (*SeppInfo) HasRemoteSnpnList ¶

func (o *SeppInfo) HasRemoteSnpnList() bool

HasRemoteSnpnList returns a boolean if a field has been set.

func (*SeppInfo) HasSeppPorts ¶

func (o *SeppInfo) HasSeppPorts() bool

HasSeppPorts returns a boolean if a field has been set.

func (*SeppInfo) HasSeppPrefix ¶

func (o *SeppInfo) HasSeppPrefix() bool

HasSeppPrefix returns a boolean if a field has been set.

func (SeppInfo) MarshalJSON ¶

func (o SeppInfo) MarshalJSON() ([]byte, error)

func (*SeppInfo) SetRemotePlmnList ¶

func (o *SeppInfo) SetRemotePlmnList(v []PlmnId1)

SetRemotePlmnList gets a reference to the given []PlmnId1 and assigns it to the RemotePlmnList field.

func (*SeppInfo) SetRemoteSnpnList ¶

func (o *SeppInfo) SetRemoteSnpnList(v []PlmnIdNid1)

SetRemoteSnpnList gets a reference to the given []PlmnIdNid1 and assigns it to the RemoteSnpnList field.

func (*SeppInfo) SetSeppPorts ¶

func (o *SeppInfo) SetSeppPorts(v map[string]int32)

SetSeppPorts gets a reference to the given map[string]int32 and assigns it to the SeppPorts field.

func (*SeppInfo) SetSeppPrefix ¶

func (o *SeppInfo) SetSeppPrefix(v string)

SetSeppPrefix gets a reference to the given string and assigns it to the SeppPrefix field.

func (SeppInfo) ToMap ¶

func (o SeppInfo) ToMap() (map[string]interface{}, error)

type SequenceDomainPara ¶

type SequenceDomainPara struct {
	NrofRIMRSSequenceCandidatesofRS1 *int32  `json:"nrofRIMRSSequenceCandidatesofRS1,omitempty"`
	RimRSScrambleIdListofRS1         []int32 `json:"rimRSScrambleIdListofRS1,omitempty"`
	NrofRIMRSSequenceCandidatesofRS2 *int32  `json:"nrofRIMRSSequenceCandidatesofRS2,omitempty"`
	RimRSScrambleIdListofRS2         []int32 `json:"rimRSScrambleIdListofRS2,omitempty"`
	EnableEnoughNotEnoughIndication  *string `json:"enableEnoughNotEnoughIndication,omitempty"`
	RIMRSScrambleTimerMultiplier     *int32  `json:"RIMRSScrambleTimerMultiplier,omitempty"`
	RIMRSScrambleTimerOffset         *int32  `json:"RIMRSScrambleTimerOffset,omitempty"`
}

SequenceDomainPara struct for SequenceDomainPara

func NewSequenceDomainPara ¶

func NewSequenceDomainPara() *SequenceDomainPara

NewSequenceDomainPara instantiates a new SequenceDomainPara object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSequenceDomainParaWithDefaults ¶

func NewSequenceDomainParaWithDefaults() *SequenceDomainPara

NewSequenceDomainParaWithDefaults instantiates a new SequenceDomainPara object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SequenceDomainPara) GetEnableEnoughNotEnoughIndication ¶

func (o *SequenceDomainPara) GetEnableEnoughNotEnoughIndication() string

GetEnableEnoughNotEnoughIndication returns the EnableEnoughNotEnoughIndication field value if set, zero value otherwise.

func (*SequenceDomainPara) GetEnableEnoughNotEnoughIndicationOk ¶

func (o *SequenceDomainPara) GetEnableEnoughNotEnoughIndicationOk() (*string, bool)

GetEnableEnoughNotEnoughIndicationOk returns a tuple with the EnableEnoughNotEnoughIndication field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SequenceDomainPara) GetNrofRIMRSSequenceCandidatesofRS1 ¶

func (o *SequenceDomainPara) GetNrofRIMRSSequenceCandidatesofRS1() int32

GetNrofRIMRSSequenceCandidatesofRS1 returns the NrofRIMRSSequenceCandidatesofRS1 field value if set, zero value otherwise.

func (*SequenceDomainPara) GetNrofRIMRSSequenceCandidatesofRS1Ok ¶

func (o *SequenceDomainPara) GetNrofRIMRSSequenceCandidatesofRS1Ok() (*int32, bool)

GetNrofRIMRSSequenceCandidatesofRS1Ok returns a tuple with the NrofRIMRSSequenceCandidatesofRS1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SequenceDomainPara) GetNrofRIMRSSequenceCandidatesofRS2 ¶

func (o *SequenceDomainPara) GetNrofRIMRSSequenceCandidatesofRS2() int32

GetNrofRIMRSSequenceCandidatesofRS2 returns the NrofRIMRSSequenceCandidatesofRS2 field value if set, zero value otherwise.

func (*SequenceDomainPara) GetNrofRIMRSSequenceCandidatesofRS2Ok ¶

func (o *SequenceDomainPara) GetNrofRIMRSSequenceCandidatesofRS2Ok() (*int32, bool)

GetNrofRIMRSSequenceCandidatesofRS2Ok returns a tuple with the NrofRIMRSSequenceCandidatesofRS2 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SequenceDomainPara) GetRIMRSScrambleTimerMultiplier ¶

func (o *SequenceDomainPara) GetRIMRSScrambleTimerMultiplier() int32

GetRIMRSScrambleTimerMultiplier returns the RIMRSScrambleTimerMultiplier field value if set, zero value otherwise.

func (*SequenceDomainPara) GetRIMRSScrambleTimerMultiplierOk ¶

func (o *SequenceDomainPara) GetRIMRSScrambleTimerMultiplierOk() (*int32, bool)

GetRIMRSScrambleTimerMultiplierOk returns a tuple with the RIMRSScrambleTimerMultiplier field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SequenceDomainPara) GetRIMRSScrambleTimerOffset ¶

func (o *SequenceDomainPara) GetRIMRSScrambleTimerOffset() int32

GetRIMRSScrambleTimerOffset returns the RIMRSScrambleTimerOffset field value if set, zero value otherwise.

func (*SequenceDomainPara) GetRIMRSScrambleTimerOffsetOk ¶

func (o *SequenceDomainPara) GetRIMRSScrambleTimerOffsetOk() (*int32, bool)

GetRIMRSScrambleTimerOffsetOk returns a tuple with the RIMRSScrambleTimerOffset field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SequenceDomainPara) GetRimRSScrambleIdListofRS1 ¶

func (o *SequenceDomainPara) GetRimRSScrambleIdListofRS1() []int32

GetRimRSScrambleIdListofRS1 returns the RimRSScrambleIdListofRS1 field value if set, zero value otherwise.

func (*SequenceDomainPara) GetRimRSScrambleIdListofRS1Ok ¶

func (o *SequenceDomainPara) GetRimRSScrambleIdListofRS1Ok() ([]int32, bool)

GetRimRSScrambleIdListofRS1Ok returns a tuple with the RimRSScrambleIdListofRS1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SequenceDomainPara) GetRimRSScrambleIdListofRS2 ¶

func (o *SequenceDomainPara) GetRimRSScrambleIdListofRS2() []int32

GetRimRSScrambleIdListofRS2 returns the RimRSScrambleIdListofRS2 field value if set, zero value otherwise.

func (*SequenceDomainPara) GetRimRSScrambleIdListofRS2Ok ¶

func (o *SequenceDomainPara) GetRimRSScrambleIdListofRS2Ok() ([]int32, bool)

GetRimRSScrambleIdListofRS2Ok returns a tuple with the RimRSScrambleIdListofRS2 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SequenceDomainPara) HasEnableEnoughNotEnoughIndication ¶

func (o *SequenceDomainPara) HasEnableEnoughNotEnoughIndication() bool

HasEnableEnoughNotEnoughIndication returns a boolean if a field has been set.

func (*SequenceDomainPara) HasNrofRIMRSSequenceCandidatesofRS1 ¶

func (o *SequenceDomainPara) HasNrofRIMRSSequenceCandidatesofRS1() bool

HasNrofRIMRSSequenceCandidatesofRS1 returns a boolean if a field has been set.

func (*SequenceDomainPara) HasNrofRIMRSSequenceCandidatesofRS2 ¶

func (o *SequenceDomainPara) HasNrofRIMRSSequenceCandidatesofRS2() bool

HasNrofRIMRSSequenceCandidatesofRS2 returns a boolean if a field has been set.

func (*SequenceDomainPara) HasRIMRSScrambleTimerMultiplier ¶

func (o *SequenceDomainPara) HasRIMRSScrambleTimerMultiplier() bool

HasRIMRSScrambleTimerMultiplier returns a boolean if a field has been set.

func (*SequenceDomainPara) HasRIMRSScrambleTimerOffset ¶

func (o *SequenceDomainPara) HasRIMRSScrambleTimerOffset() bool

HasRIMRSScrambleTimerOffset returns a boolean if a field has been set.

func (*SequenceDomainPara) HasRimRSScrambleIdListofRS1 ¶

func (o *SequenceDomainPara) HasRimRSScrambleIdListofRS1() bool

HasRimRSScrambleIdListofRS1 returns a boolean if a field has been set.

func (*SequenceDomainPara) HasRimRSScrambleIdListofRS2 ¶

func (o *SequenceDomainPara) HasRimRSScrambleIdListofRS2() bool

HasRimRSScrambleIdListofRS2 returns a boolean if a field has been set.

func (SequenceDomainPara) MarshalJSON ¶

func (o SequenceDomainPara) MarshalJSON() ([]byte, error)

func (*SequenceDomainPara) SetEnableEnoughNotEnoughIndication ¶

func (o *SequenceDomainPara) SetEnableEnoughNotEnoughIndication(v string)

SetEnableEnoughNotEnoughIndication gets a reference to the given string and assigns it to the EnableEnoughNotEnoughIndication field.

func (*SequenceDomainPara) SetNrofRIMRSSequenceCandidatesofRS1 ¶

func (o *SequenceDomainPara) SetNrofRIMRSSequenceCandidatesofRS1(v int32)

SetNrofRIMRSSequenceCandidatesofRS1 gets a reference to the given int32 and assigns it to the NrofRIMRSSequenceCandidatesofRS1 field.

func (*SequenceDomainPara) SetNrofRIMRSSequenceCandidatesofRS2 ¶

func (o *SequenceDomainPara) SetNrofRIMRSSequenceCandidatesofRS2(v int32)

SetNrofRIMRSSequenceCandidatesofRS2 gets a reference to the given int32 and assigns it to the NrofRIMRSSequenceCandidatesofRS2 field.

func (*SequenceDomainPara) SetRIMRSScrambleTimerMultiplier ¶

func (o *SequenceDomainPara) SetRIMRSScrambleTimerMultiplier(v int32)

SetRIMRSScrambleTimerMultiplier gets a reference to the given int32 and assigns it to the RIMRSScrambleTimerMultiplier field.

func (*SequenceDomainPara) SetRIMRSScrambleTimerOffset ¶

func (o *SequenceDomainPara) SetRIMRSScrambleTimerOffset(v int32)

SetRIMRSScrambleTimerOffset gets a reference to the given int32 and assigns it to the RIMRSScrambleTimerOffset field.

func (*SequenceDomainPara) SetRimRSScrambleIdListofRS1 ¶

func (o *SequenceDomainPara) SetRimRSScrambleIdListofRS1(v []int32)

SetRimRSScrambleIdListofRS1 gets a reference to the given []int32 and assigns it to the RimRSScrambleIdListofRS1 field.

func (*SequenceDomainPara) SetRimRSScrambleIdListofRS2 ¶

func (o *SequenceDomainPara) SetRimRSScrambleIdListofRS2(v []int32)

SetRimRSScrambleIdListofRS2 gets a reference to the given []int32 and assigns it to the RimRSScrambleIdListofRS2 field.

func (SequenceDomainPara) ToMap ¶

func (o SequenceDomainPara) ToMap() (map[string]interface{}, error)

type ServAttrCom ¶

type ServAttrCom struct {
	Category *Category `json:"category,omitempty"`
	Tagging  []string  `json:"tagging,omitempty"`
	Exposure *Exposure `json:"exposure,omitempty"`
}

ServAttrCom struct for ServAttrCom

func NewServAttrCom ¶

func NewServAttrCom() *ServAttrCom

NewServAttrCom instantiates a new ServAttrCom object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewServAttrComWithDefaults ¶

func NewServAttrComWithDefaults() *ServAttrCom

NewServAttrComWithDefaults instantiates a new ServAttrCom object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ServAttrCom) GetCategory ¶

func (o *ServAttrCom) GetCategory() Category

GetCategory returns the Category field value if set, zero value otherwise.

func (*ServAttrCom) GetCategoryOk ¶

func (o *ServAttrCom) GetCategoryOk() (*Category, bool)

GetCategoryOk returns a tuple with the Category field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServAttrCom) GetExposure ¶

func (o *ServAttrCom) GetExposure() Exposure

GetExposure returns the Exposure field value if set, zero value otherwise.

func (*ServAttrCom) GetExposureOk ¶

func (o *ServAttrCom) GetExposureOk() (*Exposure, bool)

GetExposureOk returns a tuple with the Exposure field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServAttrCom) GetTagging ¶

func (o *ServAttrCom) GetTagging() []string

GetTagging returns the Tagging field value if set, zero value otherwise.

func (*ServAttrCom) GetTaggingOk ¶

func (o *ServAttrCom) GetTaggingOk() ([]string, bool)

GetTaggingOk returns a tuple with the Tagging field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServAttrCom) HasCategory ¶

func (o *ServAttrCom) HasCategory() bool

HasCategory returns a boolean if a field has been set.

func (*ServAttrCom) HasExposure ¶

func (o *ServAttrCom) HasExposure() bool

HasExposure returns a boolean if a field has been set.

func (*ServAttrCom) HasTagging ¶

func (o *ServAttrCom) HasTagging() bool

HasTagging returns a boolean if a field has been set.

func (ServAttrCom) MarshalJSON ¶

func (o ServAttrCom) MarshalJSON() ([]byte, error)

func (*ServAttrCom) SetCategory ¶

func (o *ServAttrCom) SetCategory(v Category)

SetCategory gets a reference to the given Category and assigns it to the Category field.

func (*ServAttrCom) SetExposure ¶

func (o *ServAttrCom) SetExposure(v Exposure)

SetExposure gets a reference to the given Exposure and assigns it to the Exposure field.

func (*ServAttrCom) SetTagging ¶

func (o *ServAttrCom) SetTagging(v []string)

SetTagging gets a reference to the given []string and assigns it to the Tagging field.

func (ServAttrCom) ToMap ¶

func (o ServAttrCom) ToMap() (map[string]interface{}, error)

type ServerConfiguration ¶

type ServerConfiguration struct {
	URL         string
	Description string
	Variables   map[string]ServerVariable
}

ServerConfiguration stores the information about a server

type ServerConfigurations ¶

type ServerConfigurations []ServerConfiguration

ServerConfigurations stores multiple ServerConfiguration items

func (ServerConfigurations) URL ¶

func (sc ServerConfigurations) URL(index int, variables map[string]string) (string, error)

URL formats template on a index using given variables

type ServerVariable ¶

type ServerVariable struct {
	Description  string
	DefaultValue string
	EnumValues   []string
}

ServerVariable stores the information about a server variable

type ServiceEndTimeContext ¶

type ServiceEndTimeContext struct {
	ContextAttribute  *string `json:"contextAttribute,omitempty"`
	ContextCondition  *string `json:"contextCondition,omitempty"`
	ContextValueRange *string `json:"contextValueRange,omitempty"`
}

ServiceEndTimeContext This data type is the \"ExpectationContext\" data type with specialisations for ServiceEndTimeContext

func NewServiceEndTimeContext ¶

func NewServiceEndTimeContext() *ServiceEndTimeContext

NewServiceEndTimeContext instantiates a new ServiceEndTimeContext object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewServiceEndTimeContextWithDefaults ¶

func NewServiceEndTimeContextWithDefaults() *ServiceEndTimeContext

NewServiceEndTimeContextWithDefaults instantiates a new ServiceEndTimeContext object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ServiceEndTimeContext) GetContextAttribute ¶

func (o *ServiceEndTimeContext) GetContextAttribute() string

GetContextAttribute returns the ContextAttribute field value if set, zero value otherwise.

func (*ServiceEndTimeContext) GetContextAttributeOk ¶

func (o *ServiceEndTimeContext) GetContextAttributeOk() (*string, bool)

GetContextAttributeOk returns a tuple with the ContextAttribute field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceEndTimeContext) GetContextCondition ¶

func (o *ServiceEndTimeContext) GetContextCondition() string

GetContextCondition returns the ContextCondition field value if set, zero value otherwise.

func (*ServiceEndTimeContext) GetContextConditionOk ¶

func (o *ServiceEndTimeContext) GetContextConditionOk() (*string, bool)

GetContextConditionOk returns a tuple with the ContextCondition field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceEndTimeContext) GetContextValueRange ¶

func (o *ServiceEndTimeContext) GetContextValueRange() string

GetContextValueRange returns the ContextValueRange field value if set, zero value otherwise.

func (*ServiceEndTimeContext) GetContextValueRangeOk ¶

func (o *ServiceEndTimeContext) GetContextValueRangeOk() (*string, bool)

GetContextValueRangeOk returns a tuple with the ContextValueRange field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceEndTimeContext) HasContextAttribute ¶

func (o *ServiceEndTimeContext) HasContextAttribute() bool

HasContextAttribute returns a boolean if a field has been set.

func (*ServiceEndTimeContext) HasContextCondition ¶

func (o *ServiceEndTimeContext) HasContextCondition() bool

HasContextCondition returns a boolean if a field has been set.

func (*ServiceEndTimeContext) HasContextValueRange ¶

func (o *ServiceEndTimeContext) HasContextValueRange() bool

HasContextValueRange returns a boolean if a field has been set.

func (ServiceEndTimeContext) MarshalJSON ¶

func (o ServiceEndTimeContext) MarshalJSON() ([]byte, error)

func (*ServiceEndTimeContext) SetContextAttribute ¶

func (o *ServiceEndTimeContext) SetContextAttribute(v string)

SetContextAttribute gets a reference to the given string and assigns it to the ContextAttribute field.

func (*ServiceEndTimeContext) SetContextCondition ¶

func (o *ServiceEndTimeContext) SetContextCondition(v string)

SetContextCondition gets a reference to the given string and assigns it to the ContextCondition field.

func (*ServiceEndTimeContext) SetContextValueRange ¶

func (o *ServiceEndTimeContext) SetContextValueRange(v string)

SetContextValueRange gets a reference to the given string and assigns it to the ContextValueRange field.

func (ServiceEndTimeContext) ToMap ¶

func (o ServiceEndTimeContext) ToMap() (map[string]interface{}, error)

type ServiceProfile ¶

type ServiceProfile struct {
	ServiceProfileId             *string                       `json:"serviceProfileId,omitempty"`
	PlmnInfoList                 []PlmnInfo                    `json:"plmnInfoList,omitempty"`
	MaxNumberofUEs               *float32                      `json:"maxNumberofUEs,omitempty"`
	DLLatency                    *float32                      `json:"dLLatency,omitempty"`
	ULLatency                    *float32                      `json:"uLLatency,omitempty"`
	UEMobilityLevel              *MobilityLevel                `json:"uEMobilityLevel,omitempty"`
	Sst                          *int32                        `json:"sst,omitempty"`
	NetworkSliceSharingIndicator *NetworkSliceSharingIndicator `json:"networkSliceSharingIndicator,omitempty"`
	Availability                 *float32                      `json:"availability,omitempty"`
	DelayTolerance               *DelayTolerance               `json:"delayTolerance,omitempty"`
	DLDeterministicComm          *DeterministicComm            `json:"dLDeterministicComm,omitempty"`
	ULDeterministicComm          *DeterministicComm            `json:"uLDeterministicComm,omitempty"`
	DLThptPerSlice               *XLThpt                       `json:"dLThptPerSlice,omitempty"`
	DLThptPerUE                  *XLThpt                       `json:"dLThptPerUE,omitempty"`
	ULThptPerSlice               *XLThpt                       `json:"uLThptPerSlice,omitempty"`
	ULThptPerUE                  *XLThpt                       `json:"uLThptPerUE,omitempty"`
	DLMaxPktSize                 *MaxPktSize                   `json:"dLMaxPktSize,omitempty"`
	ULMaxPktSize                 *MaxPktSize                   `json:"uLMaxPktSize,omitempty"`
	MaxNumberofPDUSessions       *MaxNumberofPDUSessions       `json:"maxNumberofPDUSessions,omitempty"`
	KPIMonitoring                *KPIMonitoring                `json:"kPIMonitoring,omitempty"`
	NBIoT                        *NBIoT                        `json:"nBIoT,omitempty"`
	RadioSpectrum                *RadioSpectrum                `json:"radioSpectrum,omitempty"`
	Synchronicity                *Synchronicity                `json:"synchronicity,omitempty"`
	Positioning                  *Positioning                  `json:"positioning,omitempty"`
	UserMgmtOpen                 *UserMgmtOpen                 `json:"userMgmtOpen,omitempty"`
	V2XCommModels                *V2XCommModels                `json:"v2XCommModels,omitempty"`
	CoverageArea                 *string                       `json:"coverageArea,omitempty"`
	TermDensity                  *TermDensity                  `json:"termDensity,omitempty"`
	ActivityFactor               *float32                      `json:"activityFactor,omitempty"`
	UESpeed                      *int32                        `json:"uESpeed,omitempty"`
	Jitter                       *int32                        `json:"jitter,omitempty"`
	SurvivalTime                 *float32                      `json:"survivalTime,omitempty"`
	Reliability                  *float32                      `json:"reliability,omitempty"`
	MaxDLDataVolume              *float32                      `json:"maxDLDataVolume,omitempty"`
	MaxULDataVolume              *float32                      `json:"maxULDataVolume,omitempty"`
	SliceSimultaneousUse         *SliceSimultaneousUse         `json:"sliceSimultaneousUse,omitempty"`
	EnergyEfficiency             *EnergyEfficiency             `json:"energyEfficiency,omitempty"`
	NssaaSupport                 *NSSAASupport                 `json:"nssaaSupport,omitempty"`
	N6Protection                 *N6Protection                 `json:"n6Protection,omitempty"`
}

ServiceProfile struct for ServiceProfile

func NewServiceProfile ¶

func NewServiceProfile() *ServiceProfile

NewServiceProfile instantiates a new ServiceProfile object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewServiceProfileWithDefaults ¶

func NewServiceProfileWithDefaults() *ServiceProfile

NewServiceProfileWithDefaults instantiates a new ServiceProfile object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ServiceProfile) GetActivityFactor ¶

func (o *ServiceProfile) GetActivityFactor() float32

GetActivityFactor returns the ActivityFactor field value if set, zero value otherwise.

func (*ServiceProfile) GetActivityFactorOk ¶

func (o *ServiceProfile) GetActivityFactorOk() (*float32, bool)

GetActivityFactorOk returns a tuple with the ActivityFactor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceProfile) GetAvailability ¶

func (o *ServiceProfile) GetAvailability() float32

GetAvailability returns the Availability field value if set, zero value otherwise.

func (*ServiceProfile) GetAvailabilityOk ¶

func (o *ServiceProfile) GetAvailabilityOk() (*float32, bool)

GetAvailabilityOk returns a tuple with the Availability field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceProfile) GetCoverageArea ¶

func (o *ServiceProfile) GetCoverageArea() string

GetCoverageArea returns the CoverageArea field value if set, zero value otherwise.

func (*ServiceProfile) GetCoverageAreaOk ¶

func (o *ServiceProfile) GetCoverageAreaOk() (*string, bool)

GetCoverageAreaOk returns a tuple with the CoverageArea field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceProfile) GetDLDeterministicComm ¶

func (o *ServiceProfile) GetDLDeterministicComm() DeterministicComm

GetDLDeterministicComm returns the DLDeterministicComm field value if set, zero value otherwise.

func (*ServiceProfile) GetDLDeterministicCommOk ¶

func (o *ServiceProfile) GetDLDeterministicCommOk() (*DeterministicComm, bool)

GetDLDeterministicCommOk returns a tuple with the DLDeterministicComm field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceProfile) GetDLLatency ¶

func (o *ServiceProfile) GetDLLatency() float32

GetDLLatency returns the DLLatency field value if set, zero value otherwise.

func (*ServiceProfile) GetDLLatencyOk ¶

func (o *ServiceProfile) GetDLLatencyOk() (*float32, bool)

GetDLLatencyOk returns a tuple with the DLLatency field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceProfile) GetDLMaxPktSize ¶

func (o *ServiceProfile) GetDLMaxPktSize() MaxPktSize

GetDLMaxPktSize returns the DLMaxPktSize field value if set, zero value otherwise.

func (*ServiceProfile) GetDLMaxPktSizeOk ¶

func (o *ServiceProfile) GetDLMaxPktSizeOk() (*MaxPktSize, bool)

GetDLMaxPktSizeOk returns a tuple with the DLMaxPktSize field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceProfile) GetDLThptPerSlice ¶

func (o *ServiceProfile) GetDLThptPerSlice() XLThpt

GetDLThptPerSlice returns the DLThptPerSlice field value if set, zero value otherwise.

func (*ServiceProfile) GetDLThptPerSliceOk ¶

func (o *ServiceProfile) GetDLThptPerSliceOk() (*XLThpt, bool)

GetDLThptPerSliceOk returns a tuple with the DLThptPerSlice field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceProfile) GetDLThptPerUE ¶

func (o *ServiceProfile) GetDLThptPerUE() XLThpt

GetDLThptPerUE returns the DLThptPerUE field value if set, zero value otherwise.

func (*ServiceProfile) GetDLThptPerUEOk ¶

func (o *ServiceProfile) GetDLThptPerUEOk() (*XLThpt, bool)

GetDLThptPerUEOk returns a tuple with the DLThptPerUE field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceProfile) GetDelayTolerance ¶

func (o *ServiceProfile) GetDelayTolerance() DelayTolerance

GetDelayTolerance returns the DelayTolerance field value if set, zero value otherwise.

func (*ServiceProfile) GetDelayToleranceOk ¶

func (o *ServiceProfile) GetDelayToleranceOk() (*DelayTolerance, bool)

GetDelayToleranceOk returns a tuple with the DelayTolerance field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceProfile) GetEnergyEfficiency ¶

func (o *ServiceProfile) GetEnergyEfficiency() EnergyEfficiency

GetEnergyEfficiency returns the EnergyEfficiency field value if set, zero value otherwise.

func (*ServiceProfile) GetEnergyEfficiencyOk ¶

func (o *ServiceProfile) GetEnergyEfficiencyOk() (*EnergyEfficiency, bool)

GetEnergyEfficiencyOk returns a tuple with the EnergyEfficiency field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceProfile) GetJitter ¶

func (o *ServiceProfile) GetJitter() int32

GetJitter returns the Jitter field value if set, zero value otherwise.

func (*ServiceProfile) GetJitterOk ¶

func (o *ServiceProfile) GetJitterOk() (*int32, bool)

GetJitterOk returns a tuple with the Jitter field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceProfile) GetKPIMonitoring ¶

func (o *ServiceProfile) GetKPIMonitoring() KPIMonitoring

GetKPIMonitoring returns the KPIMonitoring field value if set, zero value otherwise.

func (*ServiceProfile) GetKPIMonitoringOk ¶

func (o *ServiceProfile) GetKPIMonitoringOk() (*KPIMonitoring, bool)

GetKPIMonitoringOk returns a tuple with the KPIMonitoring field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceProfile) GetMaxDLDataVolume ¶

func (o *ServiceProfile) GetMaxDLDataVolume() float32

GetMaxDLDataVolume returns the MaxDLDataVolume field value if set, zero value otherwise.

func (*ServiceProfile) GetMaxDLDataVolumeOk ¶

func (o *ServiceProfile) GetMaxDLDataVolumeOk() (*float32, bool)

GetMaxDLDataVolumeOk returns a tuple with the MaxDLDataVolume field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceProfile) GetMaxNumberofPDUSessions ¶

func (o *ServiceProfile) GetMaxNumberofPDUSessions() MaxNumberofPDUSessions

GetMaxNumberofPDUSessions returns the MaxNumberofPDUSessions field value if set, zero value otherwise.

func (*ServiceProfile) GetMaxNumberofPDUSessionsOk ¶

func (o *ServiceProfile) GetMaxNumberofPDUSessionsOk() (*MaxNumberofPDUSessions, bool)

GetMaxNumberofPDUSessionsOk returns a tuple with the MaxNumberofPDUSessions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceProfile) GetMaxNumberofUEs ¶

func (o *ServiceProfile) GetMaxNumberofUEs() float32

GetMaxNumberofUEs returns the MaxNumberofUEs field value if set, zero value otherwise.

func (*ServiceProfile) GetMaxNumberofUEsOk ¶

func (o *ServiceProfile) GetMaxNumberofUEsOk() (*float32, bool)

GetMaxNumberofUEsOk returns a tuple with the MaxNumberofUEs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceProfile) GetMaxULDataVolume ¶

func (o *ServiceProfile) GetMaxULDataVolume() float32

GetMaxULDataVolume returns the MaxULDataVolume field value if set, zero value otherwise.

func (*ServiceProfile) GetMaxULDataVolumeOk ¶

func (o *ServiceProfile) GetMaxULDataVolumeOk() (*float32, bool)

GetMaxULDataVolumeOk returns a tuple with the MaxULDataVolume field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceProfile) GetN6Protection ¶

func (o *ServiceProfile) GetN6Protection() N6Protection

GetN6Protection returns the N6Protection field value if set, zero value otherwise.

func (*ServiceProfile) GetN6ProtectionOk ¶

func (o *ServiceProfile) GetN6ProtectionOk() (*N6Protection, bool)

GetN6ProtectionOk returns a tuple with the N6Protection field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceProfile) GetNBIoT ¶

func (o *ServiceProfile) GetNBIoT() NBIoT

GetNBIoT returns the NBIoT field value if set, zero value otherwise.

func (*ServiceProfile) GetNBIoTOk ¶

func (o *ServiceProfile) GetNBIoTOk() (*NBIoT, bool)

GetNBIoTOk returns a tuple with the NBIoT field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceProfile) GetNetworkSliceSharingIndicator ¶

func (o *ServiceProfile) GetNetworkSliceSharingIndicator() NetworkSliceSharingIndicator

GetNetworkSliceSharingIndicator returns the NetworkSliceSharingIndicator field value if set, zero value otherwise.

func (*ServiceProfile) GetNetworkSliceSharingIndicatorOk ¶

func (o *ServiceProfile) GetNetworkSliceSharingIndicatorOk() (*NetworkSliceSharingIndicator, bool)

GetNetworkSliceSharingIndicatorOk returns a tuple with the NetworkSliceSharingIndicator field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceProfile) GetNssaaSupport ¶

func (o *ServiceProfile) GetNssaaSupport() NSSAASupport

GetNssaaSupport returns the NssaaSupport field value if set, zero value otherwise.

func (*ServiceProfile) GetNssaaSupportOk ¶

func (o *ServiceProfile) GetNssaaSupportOk() (*NSSAASupport, bool)

GetNssaaSupportOk returns a tuple with the NssaaSupport field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceProfile) GetPlmnInfoList ¶

func (o *ServiceProfile) GetPlmnInfoList() []PlmnInfo

GetPlmnInfoList returns the PlmnInfoList field value if set, zero value otherwise.

func (*ServiceProfile) GetPlmnInfoListOk ¶

func (o *ServiceProfile) GetPlmnInfoListOk() ([]PlmnInfo, bool)

GetPlmnInfoListOk returns a tuple with the PlmnInfoList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceProfile) GetPositioning ¶

func (o *ServiceProfile) GetPositioning() Positioning

GetPositioning returns the Positioning field value if set, zero value otherwise.

func (*ServiceProfile) GetPositioningOk ¶

func (o *ServiceProfile) GetPositioningOk() (*Positioning, bool)

GetPositioningOk returns a tuple with the Positioning field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceProfile) GetRadioSpectrum ¶

func (o *ServiceProfile) GetRadioSpectrum() RadioSpectrum

GetRadioSpectrum returns the RadioSpectrum field value if set, zero value otherwise.

func (*ServiceProfile) GetRadioSpectrumOk ¶

func (o *ServiceProfile) GetRadioSpectrumOk() (*RadioSpectrum, bool)

GetRadioSpectrumOk returns a tuple with the RadioSpectrum field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceProfile) GetReliability ¶

func (o *ServiceProfile) GetReliability() float32

GetReliability returns the Reliability field value if set, zero value otherwise.

func (*ServiceProfile) GetReliabilityOk ¶

func (o *ServiceProfile) GetReliabilityOk() (*float32, bool)

GetReliabilityOk returns a tuple with the Reliability field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceProfile) GetServiceProfileId ¶

func (o *ServiceProfile) GetServiceProfileId() string

GetServiceProfileId returns the ServiceProfileId field value if set, zero value otherwise.

func (*ServiceProfile) GetServiceProfileIdOk ¶

func (o *ServiceProfile) GetServiceProfileIdOk() (*string, bool)

GetServiceProfileIdOk returns a tuple with the ServiceProfileId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceProfile) GetSliceSimultaneousUse ¶

func (o *ServiceProfile) GetSliceSimultaneousUse() SliceSimultaneousUse

GetSliceSimultaneousUse returns the SliceSimultaneousUse field value if set, zero value otherwise.

func (*ServiceProfile) GetSliceSimultaneousUseOk ¶

func (o *ServiceProfile) GetSliceSimultaneousUseOk() (*SliceSimultaneousUse, bool)

GetSliceSimultaneousUseOk returns a tuple with the SliceSimultaneousUse field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceProfile) GetSst ¶

func (o *ServiceProfile) GetSst() int32

GetSst returns the Sst field value if set, zero value otherwise.

func (*ServiceProfile) GetSstOk ¶

func (o *ServiceProfile) 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 (*ServiceProfile) GetSurvivalTime ¶

func (o *ServiceProfile) GetSurvivalTime() float32

GetSurvivalTime returns the SurvivalTime field value if set, zero value otherwise.

func (*ServiceProfile) GetSurvivalTimeOk ¶

func (o *ServiceProfile) GetSurvivalTimeOk() (*float32, bool)

GetSurvivalTimeOk returns a tuple with the SurvivalTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceProfile) GetSynchronicity ¶

func (o *ServiceProfile) GetSynchronicity() Synchronicity

GetSynchronicity returns the Synchronicity field value if set, zero value otherwise.

func (*ServiceProfile) GetSynchronicityOk ¶

func (o *ServiceProfile) GetSynchronicityOk() (*Synchronicity, bool)

GetSynchronicityOk returns a tuple with the Synchronicity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceProfile) GetTermDensity ¶

func (o *ServiceProfile) GetTermDensity() TermDensity

GetTermDensity returns the TermDensity field value if set, zero value otherwise.

func (*ServiceProfile) GetTermDensityOk ¶

func (o *ServiceProfile) GetTermDensityOk() (*TermDensity, bool)

GetTermDensityOk returns a tuple with the TermDensity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceProfile) GetUEMobilityLevel ¶

func (o *ServiceProfile) GetUEMobilityLevel() MobilityLevel

GetUEMobilityLevel returns the UEMobilityLevel field value if set, zero value otherwise.

func (*ServiceProfile) GetUEMobilityLevelOk ¶

func (o *ServiceProfile) GetUEMobilityLevelOk() (*MobilityLevel, bool)

GetUEMobilityLevelOk returns a tuple with the UEMobilityLevel field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceProfile) GetUESpeed ¶

func (o *ServiceProfile) GetUESpeed() int32

GetUESpeed returns the UESpeed field value if set, zero value otherwise.

func (*ServiceProfile) GetUESpeedOk ¶

func (o *ServiceProfile) GetUESpeedOk() (*int32, bool)

GetUESpeedOk returns a tuple with the UESpeed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceProfile) GetULDeterministicComm ¶

func (o *ServiceProfile) GetULDeterministicComm() DeterministicComm

GetULDeterministicComm returns the ULDeterministicComm field value if set, zero value otherwise.

func (*ServiceProfile) GetULDeterministicCommOk ¶

func (o *ServiceProfile) GetULDeterministicCommOk() (*DeterministicComm, bool)

GetULDeterministicCommOk returns a tuple with the ULDeterministicComm field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceProfile) GetULLatency ¶

func (o *ServiceProfile) GetULLatency() float32

GetULLatency returns the ULLatency field value if set, zero value otherwise.

func (*ServiceProfile) GetULLatencyOk ¶

func (o *ServiceProfile) GetULLatencyOk() (*float32, bool)

GetULLatencyOk returns a tuple with the ULLatency field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceProfile) GetULMaxPktSize ¶

func (o *ServiceProfile) GetULMaxPktSize() MaxPktSize

GetULMaxPktSize returns the ULMaxPktSize field value if set, zero value otherwise.

func (*ServiceProfile) GetULMaxPktSizeOk ¶

func (o *ServiceProfile) GetULMaxPktSizeOk() (*MaxPktSize, bool)

GetULMaxPktSizeOk returns a tuple with the ULMaxPktSize field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceProfile) GetULThptPerSlice ¶

func (o *ServiceProfile) GetULThptPerSlice() XLThpt

GetULThptPerSlice returns the ULThptPerSlice field value if set, zero value otherwise.

func (*ServiceProfile) GetULThptPerSliceOk ¶

func (o *ServiceProfile) GetULThptPerSliceOk() (*XLThpt, bool)

GetULThptPerSliceOk returns a tuple with the ULThptPerSlice field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceProfile) GetULThptPerUE ¶

func (o *ServiceProfile) GetULThptPerUE() XLThpt

GetULThptPerUE returns the ULThptPerUE field value if set, zero value otherwise.

func (*ServiceProfile) GetULThptPerUEOk ¶

func (o *ServiceProfile) GetULThptPerUEOk() (*XLThpt, bool)

GetULThptPerUEOk returns a tuple with the ULThptPerUE field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceProfile) GetUserMgmtOpen ¶

func (o *ServiceProfile) GetUserMgmtOpen() UserMgmtOpen

GetUserMgmtOpen returns the UserMgmtOpen field value if set, zero value otherwise.

func (*ServiceProfile) GetUserMgmtOpenOk ¶

func (o *ServiceProfile) GetUserMgmtOpenOk() (*UserMgmtOpen, bool)

GetUserMgmtOpenOk returns a tuple with the UserMgmtOpen field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceProfile) GetV2XCommModels ¶

func (o *ServiceProfile) GetV2XCommModels() V2XCommModels

GetV2XCommModels returns the V2XCommModels field value if set, zero value otherwise.

func (*ServiceProfile) GetV2XCommModelsOk ¶

func (o *ServiceProfile) GetV2XCommModelsOk() (*V2XCommModels, bool)

GetV2XCommModelsOk returns a tuple with the V2XCommModels field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceProfile) HasActivityFactor ¶

func (o *ServiceProfile) HasActivityFactor() bool

HasActivityFactor returns a boolean if a field has been set.

func (*ServiceProfile) HasAvailability ¶

func (o *ServiceProfile) HasAvailability() bool

HasAvailability returns a boolean if a field has been set.

func (*ServiceProfile) HasCoverageArea ¶

func (o *ServiceProfile) HasCoverageArea() bool

HasCoverageArea returns a boolean if a field has been set.

func (*ServiceProfile) HasDLDeterministicComm ¶

func (o *ServiceProfile) HasDLDeterministicComm() bool

HasDLDeterministicComm returns a boolean if a field has been set.

func (*ServiceProfile) HasDLLatency ¶

func (o *ServiceProfile) HasDLLatency() bool

HasDLLatency returns a boolean if a field has been set.

func (*ServiceProfile) HasDLMaxPktSize ¶

func (o *ServiceProfile) HasDLMaxPktSize() bool

HasDLMaxPktSize returns a boolean if a field has been set.

func (*ServiceProfile) HasDLThptPerSlice ¶

func (o *ServiceProfile) HasDLThptPerSlice() bool

HasDLThptPerSlice returns a boolean if a field has been set.

func (*ServiceProfile) HasDLThptPerUE ¶

func (o *ServiceProfile) HasDLThptPerUE() bool

HasDLThptPerUE returns a boolean if a field has been set.

func (*ServiceProfile) HasDelayTolerance ¶

func (o *ServiceProfile) HasDelayTolerance() bool

HasDelayTolerance returns a boolean if a field has been set.

func (*ServiceProfile) HasEnergyEfficiency ¶

func (o *ServiceProfile) HasEnergyEfficiency() bool

HasEnergyEfficiency returns a boolean if a field has been set.

func (*ServiceProfile) HasJitter ¶

func (o *ServiceProfile) HasJitter() bool

HasJitter returns a boolean if a field has been set.

func (*ServiceProfile) HasKPIMonitoring ¶

func (o *ServiceProfile) HasKPIMonitoring() bool

HasKPIMonitoring returns a boolean if a field has been set.

func (*ServiceProfile) HasMaxDLDataVolume ¶

func (o *ServiceProfile) HasMaxDLDataVolume() bool

HasMaxDLDataVolume returns a boolean if a field has been set.

func (*ServiceProfile) HasMaxNumberofPDUSessions ¶

func (o *ServiceProfile) HasMaxNumberofPDUSessions() bool

HasMaxNumberofPDUSessions returns a boolean if a field has been set.

func (*ServiceProfile) HasMaxNumberofUEs ¶

func (o *ServiceProfile) HasMaxNumberofUEs() bool

HasMaxNumberofUEs returns a boolean if a field has been set.

func (*ServiceProfile) HasMaxULDataVolume ¶

func (o *ServiceProfile) HasMaxULDataVolume() bool

HasMaxULDataVolume returns a boolean if a field has been set.

func (*ServiceProfile) HasN6Protection ¶

func (o *ServiceProfile) HasN6Protection() bool

HasN6Protection returns a boolean if a field has been set.

func (*ServiceProfile) HasNBIoT ¶

func (o *ServiceProfile) HasNBIoT() bool

HasNBIoT returns a boolean if a field has been set.

func (*ServiceProfile) HasNetworkSliceSharingIndicator ¶

func (o *ServiceProfile) HasNetworkSliceSharingIndicator() bool

HasNetworkSliceSharingIndicator returns a boolean if a field has been set.

func (*ServiceProfile) HasNssaaSupport ¶

func (o *ServiceProfile) HasNssaaSupport() bool

HasNssaaSupport returns a boolean if a field has been set.

func (*ServiceProfile) HasPlmnInfoList ¶

func (o *ServiceProfile) HasPlmnInfoList() bool

HasPlmnInfoList returns a boolean if a field has been set.

func (*ServiceProfile) HasPositioning ¶

func (o *ServiceProfile) HasPositioning() bool

HasPositioning returns a boolean if a field has been set.

func (*ServiceProfile) HasRadioSpectrum ¶

func (o *ServiceProfile) HasRadioSpectrum() bool

HasRadioSpectrum returns a boolean if a field has been set.

func (*ServiceProfile) HasReliability ¶

func (o *ServiceProfile) HasReliability() bool

HasReliability returns a boolean if a field has been set.

func (*ServiceProfile) HasServiceProfileId ¶

func (o *ServiceProfile) HasServiceProfileId() bool

HasServiceProfileId returns a boolean if a field has been set.

func (*ServiceProfile) HasSliceSimultaneousUse ¶

func (o *ServiceProfile) HasSliceSimultaneousUse() bool

HasSliceSimultaneousUse returns a boolean if a field has been set.

func (*ServiceProfile) HasSst ¶

func (o *ServiceProfile) HasSst() bool

HasSst returns a boolean if a field has been set.

func (*ServiceProfile) HasSurvivalTime ¶

func (o *ServiceProfile) HasSurvivalTime() bool

HasSurvivalTime returns a boolean if a field has been set.

func (*ServiceProfile) HasSynchronicity ¶

func (o *ServiceProfile) HasSynchronicity() bool

HasSynchronicity returns a boolean if a field has been set.

func (*ServiceProfile) HasTermDensity ¶

func (o *ServiceProfile) HasTermDensity() bool

HasTermDensity returns a boolean if a field has been set.

func (*ServiceProfile) HasUEMobilityLevel ¶

func (o *ServiceProfile) HasUEMobilityLevel() bool

HasUEMobilityLevel returns a boolean if a field has been set.

func (*ServiceProfile) HasUESpeed ¶

func (o *ServiceProfile) HasUESpeed() bool

HasUESpeed returns a boolean if a field has been set.

func (*ServiceProfile) HasULDeterministicComm ¶

func (o *ServiceProfile) HasULDeterministicComm() bool

HasULDeterministicComm returns a boolean if a field has been set.

func (*ServiceProfile) HasULLatency ¶

func (o *ServiceProfile) HasULLatency() bool

HasULLatency returns a boolean if a field has been set.

func (*ServiceProfile) HasULMaxPktSize ¶

func (o *ServiceProfile) HasULMaxPktSize() bool

HasULMaxPktSize returns a boolean if a field has been set.

func (*ServiceProfile) HasULThptPerSlice ¶

func (o *ServiceProfile) HasULThptPerSlice() bool

HasULThptPerSlice returns a boolean if a field has been set.

func (*ServiceProfile) HasULThptPerUE ¶

func (o *ServiceProfile) HasULThptPerUE() bool

HasULThptPerUE returns a boolean if a field has been set.

func (*ServiceProfile) HasUserMgmtOpen ¶

func (o *ServiceProfile) HasUserMgmtOpen() bool

HasUserMgmtOpen returns a boolean if a field has been set.

func (*ServiceProfile) HasV2XCommModels ¶

func (o *ServiceProfile) HasV2XCommModels() bool

HasV2XCommModels returns a boolean if a field has been set.

func (ServiceProfile) MarshalJSON ¶

func (o ServiceProfile) MarshalJSON() ([]byte, error)

func (*ServiceProfile) SetActivityFactor ¶

func (o *ServiceProfile) SetActivityFactor(v float32)

SetActivityFactor gets a reference to the given float32 and assigns it to the ActivityFactor field.

func (*ServiceProfile) SetAvailability ¶

func (o *ServiceProfile) SetAvailability(v float32)

SetAvailability gets a reference to the given float32 and assigns it to the Availability field.

func (*ServiceProfile) SetCoverageArea ¶

func (o *ServiceProfile) SetCoverageArea(v string)

SetCoverageArea gets a reference to the given string and assigns it to the CoverageArea field.

func (*ServiceProfile) SetDLDeterministicComm ¶

func (o *ServiceProfile) SetDLDeterministicComm(v DeterministicComm)

SetDLDeterministicComm gets a reference to the given DeterministicComm and assigns it to the DLDeterministicComm field.

func (*ServiceProfile) SetDLLatency ¶

func (o *ServiceProfile) SetDLLatency(v float32)

SetDLLatency gets a reference to the given float32 and assigns it to the DLLatency field.

func (*ServiceProfile) SetDLMaxPktSize ¶

func (o *ServiceProfile) SetDLMaxPktSize(v MaxPktSize)

SetDLMaxPktSize gets a reference to the given MaxPktSize and assigns it to the DLMaxPktSize field.

func (*ServiceProfile) SetDLThptPerSlice ¶

func (o *ServiceProfile) SetDLThptPerSlice(v XLThpt)

SetDLThptPerSlice gets a reference to the given XLThpt and assigns it to the DLThptPerSlice field.

func (*ServiceProfile) SetDLThptPerUE ¶

func (o *ServiceProfile) SetDLThptPerUE(v XLThpt)

SetDLThptPerUE gets a reference to the given XLThpt and assigns it to the DLThptPerUE field.

func (*ServiceProfile) SetDelayTolerance ¶

func (o *ServiceProfile) SetDelayTolerance(v DelayTolerance)

SetDelayTolerance gets a reference to the given DelayTolerance and assigns it to the DelayTolerance field.

func (*ServiceProfile) SetEnergyEfficiency ¶

func (o *ServiceProfile) SetEnergyEfficiency(v EnergyEfficiency)

SetEnergyEfficiency gets a reference to the given EnergyEfficiency and assigns it to the EnergyEfficiency field.

func (*ServiceProfile) SetJitter ¶

func (o *ServiceProfile) SetJitter(v int32)

SetJitter gets a reference to the given int32 and assigns it to the Jitter field.

func (*ServiceProfile) SetKPIMonitoring ¶

func (o *ServiceProfile) SetKPIMonitoring(v KPIMonitoring)

SetKPIMonitoring gets a reference to the given KPIMonitoring and assigns it to the KPIMonitoring field.

func (*ServiceProfile) SetMaxDLDataVolume ¶

func (o *ServiceProfile) SetMaxDLDataVolume(v float32)

SetMaxDLDataVolume gets a reference to the given float32 and assigns it to the MaxDLDataVolume field.

func (*ServiceProfile) SetMaxNumberofPDUSessions ¶

func (o *ServiceProfile) SetMaxNumberofPDUSessions(v MaxNumberofPDUSessions)

SetMaxNumberofPDUSessions gets a reference to the given MaxNumberofPDUSessions and assigns it to the MaxNumberofPDUSessions field.

func (*ServiceProfile) SetMaxNumberofUEs ¶

func (o *ServiceProfile) SetMaxNumberofUEs(v float32)

SetMaxNumberofUEs gets a reference to the given float32 and assigns it to the MaxNumberofUEs field.

func (*ServiceProfile) SetMaxULDataVolume ¶

func (o *ServiceProfile) SetMaxULDataVolume(v float32)

SetMaxULDataVolume gets a reference to the given float32 and assigns it to the MaxULDataVolume field.

func (*ServiceProfile) SetN6Protection ¶

func (o *ServiceProfile) SetN6Protection(v N6Protection)

SetN6Protection gets a reference to the given N6Protection and assigns it to the N6Protection field.

func (*ServiceProfile) SetNBIoT ¶

func (o *ServiceProfile) SetNBIoT(v NBIoT)

SetNBIoT gets a reference to the given NBIoT and assigns it to the NBIoT field.

func (*ServiceProfile) SetNetworkSliceSharingIndicator ¶

func (o *ServiceProfile) SetNetworkSliceSharingIndicator(v NetworkSliceSharingIndicator)

SetNetworkSliceSharingIndicator gets a reference to the given NetworkSliceSharingIndicator and assigns it to the NetworkSliceSharingIndicator field.

func (*ServiceProfile) SetNssaaSupport ¶

func (o *ServiceProfile) SetNssaaSupport(v NSSAASupport)

SetNssaaSupport gets a reference to the given NSSAASupport and assigns it to the NssaaSupport field.

func (*ServiceProfile) SetPlmnInfoList ¶

func (o *ServiceProfile) SetPlmnInfoList(v []PlmnInfo)

SetPlmnInfoList gets a reference to the given []PlmnInfo and assigns it to the PlmnInfoList field.

func (*ServiceProfile) SetPositioning ¶

func (o *ServiceProfile) SetPositioning(v Positioning)

SetPositioning gets a reference to the given Positioning and assigns it to the Positioning field.

func (*ServiceProfile) SetRadioSpectrum ¶

func (o *ServiceProfile) SetRadioSpectrum(v RadioSpectrum)

SetRadioSpectrum gets a reference to the given RadioSpectrum and assigns it to the RadioSpectrum field.

func (*ServiceProfile) SetReliability ¶

func (o *ServiceProfile) SetReliability(v float32)

SetReliability gets a reference to the given float32 and assigns it to the Reliability field.

func (*ServiceProfile) SetServiceProfileId ¶

func (o *ServiceProfile) SetServiceProfileId(v string)

SetServiceProfileId gets a reference to the given string and assigns it to the ServiceProfileId field.

func (*ServiceProfile) SetSliceSimultaneousUse ¶

func (o *ServiceProfile) SetSliceSimultaneousUse(v SliceSimultaneousUse)

SetSliceSimultaneousUse gets a reference to the given SliceSimultaneousUse and assigns it to the SliceSimultaneousUse field.

func (*ServiceProfile) SetSst ¶

func (o *ServiceProfile) SetSst(v int32)

SetSst gets a reference to the given int32 and assigns it to the Sst field.

func (*ServiceProfile) SetSurvivalTime ¶

func (o *ServiceProfile) SetSurvivalTime(v float32)

SetSurvivalTime gets a reference to the given float32 and assigns it to the SurvivalTime field.

func (*ServiceProfile) SetSynchronicity ¶

func (o *ServiceProfile) SetSynchronicity(v Synchronicity)

SetSynchronicity gets a reference to the given Synchronicity and assigns it to the Synchronicity field.

func (*ServiceProfile) SetTermDensity ¶

func (o *ServiceProfile) SetTermDensity(v TermDensity)

SetTermDensity gets a reference to the given TermDensity and assigns it to the TermDensity field.

func (*ServiceProfile) SetUEMobilityLevel ¶

func (o *ServiceProfile) SetUEMobilityLevel(v MobilityLevel)

SetUEMobilityLevel gets a reference to the given MobilityLevel and assigns it to the UEMobilityLevel field.

func (*ServiceProfile) SetUESpeed ¶

func (o *ServiceProfile) SetUESpeed(v int32)

SetUESpeed gets a reference to the given int32 and assigns it to the UESpeed field.

func (*ServiceProfile) SetULDeterministicComm ¶

func (o *ServiceProfile) SetULDeterministicComm(v DeterministicComm)

SetULDeterministicComm gets a reference to the given DeterministicComm and assigns it to the ULDeterministicComm field.

func (*ServiceProfile) SetULLatency ¶

func (o *ServiceProfile) SetULLatency(v float32)

SetULLatency gets a reference to the given float32 and assigns it to the ULLatency field.

func (*ServiceProfile) SetULMaxPktSize ¶

func (o *ServiceProfile) SetULMaxPktSize(v MaxPktSize)

SetULMaxPktSize gets a reference to the given MaxPktSize and assigns it to the ULMaxPktSize field.

func (*ServiceProfile) SetULThptPerSlice ¶

func (o *ServiceProfile) SetULThptPerSlice(v XLThpt)

SetULThptPerSlice gets a reference to the given XLThpt and assigns it to the ULThptPerSlice field.

func (*ServiceProfile) SetULThptPerUE ¶

func (o *ServiceProfile) SetULThptPerUE(v XLThpt)

SetULThptPerUE gets a reference to the given XLThpt and assigns it to the ULThptPerUE field.

func (*ServiceProfile) SetUserMgmtOpen ¶

func (o *ServiceProfile) SetUserMgmtOpen(v UserMgmtOpen)

SetUserMgmtOpen gets a reference to the given UserMgmtOpen and assigns it to the UserMgmtOpen field.

func (*ServiceProfile) SetV2XCommModels ¶

func (o *ServiceProfile) SetV2XCommModels(v V2XCommModels)

SetV2XCommModels gets a reference to the given V2XCommModels and assigns it to the V2XCommModels field.

func (ServiceProfile) ToMap ¶

func (o ServiceProfile) ToMap() (map[string]interface{}, error)

type ServiceStartTimeContext ¶

type ServiceStartTimeContext struct {
	ContextAttribute  *string `json:"contextAttribute,omitempty"`
	ContextCondition  *string `json:"contextCondition,omitempty"`
	ContextValueRange *string `json:"contextValueRange,omitempty"`
}

ServiceStartTimeContext This data type is the \"ExpectationContext\" data type with specialisations for ServiceStartTimeContext

func NewServiceStartTimeContext ¶

func NewServiceStartTimeContext() *ServiceStartTimeContext

NewServiceStartTimeContext instantiates a new ServiceStartTimeContext object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewServiceStartTimeContextWithDefaults ¶

func NewServiceStartTimeContextWithDefaults() *ServiceStartTimeContext

NewServiceStartTimeContextWithDefaults instantiates a new ServiceStartTimeContext object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ServiceStartTimeContext) GetContextAttribute ¶

func (o *ServiceStartTimeContext) GetContextAttribute() string

GetContextAttribute returns the ContextAttribute field value if set, zero value otherwise.

func (*ServiceStartTimeContext) GetContextAttributeOk ¶

func (o *ServiceStartTimeContext) GetContextAttributeOk() (*string, bool)

GetContextAttributeOk returns a tuple with the ContextAttribute field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceStartTimeContext) GetContextCondition ¶

func (o *ServiceStartTimeContext) GetContextCondition() string

GetContextCondition returns the ContextCondition field value if set, zero value otherwise.

func (*ServiceStartTimeContext) GetContextConditionOk ¶

func (o *ServiceStartTimeContext) GetContextConditionOk() (*string, bool)

GetContextConditionOk returns a tuple with the ContextCondition field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceStartTimeContext) GetContextValueRange ¶

func (o *ServiceStartTimeContext) GetContextValueRange() string

GetContextValueRange returns the ContextValueRange field value if set, zero value otherwise.

func (*ServiceStartTimeContext) GetContextValueRangeOk ¶

func (o *ServiceStartTimeContext) GetContextValueRangeOk() (*string, bool)

GetContextValueRangeOk returns a tuple with the ContextValueRange field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceStartTimeContext) HasContextAttribute ¶

func (o *ServiceStartTimeContext) HasContextAttribute() bool

HasContextAttribute returns a boolean if a field has been set.

func (*ServiceStartTimeContext) HasContextCondition ¶

func (o *ServiceStartTimeContext) HasContextCondition() bool

HasContextCondition returns a boolean if a field has been set.

func (*ServiceStartTimeContext) HasContextValueRange ¶

func (o *ServiceStartTimeContext) HasContextValueRange() bool

HasContextValueRange returns a boolean if a field has been set.

func (ServiceStartTimeContext) MarshalJSON ¶

func (o ServiceStartTimeContext) MarshalJSON() ([]byte, error)

func (*ServiceStartTimeContext) SetContextAttribute ¶

func (o *ServiceStartTimeContext) SetContextAttribute(v string)

SetContextAttribute gets a reference to the given string and assigns it to the ContextAttribute field.

func (*ServiceStartTimeContext) SetContextCondition ¶

func (o *ServiceStartTimeContext) SetContextCondition(v string)

SetContextCondition gets a reference to the given string and assigns it to the ContextCondition field.

func (*ServiceStartTimeContext) SetContextValueRange ¶

func (o *ServiceStartTimeContext) SetContextValueRange(v string)

SetContextValueRange gets a reference to the given string and assigns it to the ContextValueRange field.

func (ServiceStartTimeContext) ToMap ¶

func (o ServiceStartTimeContext) ToMap() (map[string]interface{}, error)

type ServiceSupportExpectation ¶

type ServiceSupportExpectation struct {
	ExpectationId             *string                                             `json:"expectationId,omitempty"`
	ExpectationVerb           *ExpectationVerb                                    `json:"expectationVerb,omitempty"`
	ExpectationObjects        []ServiceSupportExpectationObject                   `json:"expectationObjects,omitempty"`
	ExpectationTargets        []ServiceSupportExpectationExpectationTargetsInner  `json:"expectationTargets,omitempty"`
	ExpectationContexts       []ServiceSupportExpectationExpectationContextsInner `json:"expectationContexts,omitempty"`
	ExpectationfulfilmentInfo *FulfilmentInfo                                     `json:"expectationfulfilmentInfo,omitempty"`
}

ServiceSupportExpectation This data type is the \"IntentExpectation\" data type with specialisations to represent MnS consumer's expectations for service deployment

func NewServiceSupportExpectation ¶

func NewServiceSupportExpectation() *ServiceSupportExpectation

NewServiceSupportExpectation instantiates a new ServiceSupportExpectation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewServiceSupportExpectationWithDefaults ¶

func NewServiceSupportExpectationWithDefaults() *ServiceSupportExpectation

NewServiceSupportExpectationWithDefaults instantiates a new ServiceSupportExpectation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ServiceSupportExpectation) GetExpectationContexts ¶

GetExpectationContexts returns the ExpectationContexts field value if set, zero value otherwise.

func (*ServiceSupportExpectation) GetExpectationContextsOk ¶

GetExpectationContextsOk returns a tuple with the ExpectationContexts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceSupportExpectation) GetExpectationId ¶

func (o *ServiceSupportExpectation) GetExpectationId() string

GetExpectationId returns the ExpectationId field value if set, zero value otherwise.

func (*ServiceSupportExpectation) GetExpectationIdOk ¶

func (o *ServiceSupportExpectation) GetExpectationIdOk() (*string, bool)

GetExpectationIdOk returns a tuple with the ExpectationId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceSupportExpectation) GetExpectationObjects ¶

func (o *ServiceSupportExpectation) GetExpectationObjects() []ServiceSupportExpectationObject

GetExpectationObjects returns the ExpectationObjects field value if set, zero value otherwise.

func (*ServiceSupportExpectation) GetExpectationObjectsOk ¶

func (o *ServiceSupportExpectation) GetExpectationObjectsOk() ([]ServiceSupportExpectationObject, bool)

GetExpectationObjectsOk returns a tuple with the ExpectationObjects field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceSupportExpectation) GetExpectationTargets ¶

GetExpectationTargets returns the ExpectationTargets field value if set, zero value otherwise.

func (*ServiceSupportExpectation) GetExpectationTargetsOk ¶

GetExpectationTargetsOk returns a tuple with the ExpectationTargets field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceSupportExpectation) GetExpectationVerb ¶

func (o *ServiceSupportExpectation) GetExpectationVerb() ExpectationVerb

GetExpectationVerb returns the ExpectationVerb field value if set, zero value otherwise.

func (*ServiceSupportExpectation) GetExpectationVerbOk ¶

func (o *ServiceSupportExpectation) GetExpectationVerbOk() (*ExpectationVerb, bool)

GetExpectationVerbOk returns a tuple with the ExpectationVerb field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceSupportExpectation) GetExpectationfulfilmentInfo ¶

func (o *ServiceSupportExpectation) GetExpectationfulfilmentInfo() FulfilmentInfo

GetExpectationfulfilmentInfo returns the ExpectationfulfilmentInfo field value if set, zero value otherwise.

func (*ServiceSupportExpectation) GetExpectationfulfilmentInfoOk ¶

func (o *ServiceSupportExpectation) GetExpectationfulfilmentInfoOk() (*FulfilmentInfo, bool)

GetExpectationfulfilmentInfoOk returns a tuple with the ExpectationfulfilmentInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceSupportExpectation) HasExpectationContexts ¶

func (o *ServiceSupportExpectation) HasExpectationContexts() bool

HasExpectationContexts returns a boolean if a field has been set.

func (*ServiceSupportExpectation) HasExpectationId ¶

func (o *ServiceSupportExpectation) HasExpectationId() bool

HasExpectationId returns a boolean if a field has been set.

func (*ServiceSupportExpectation) HasExpectationObjects ¶

func (o *ServiceSupportExpectation) HasExpectationObjects() bool

HasExpectationObjects returns a boolean if a field has been set.

func (*ServiceSupportExpectation) HasExpectationTargets ¶

func (o *ServiceSupportExpectation) HasExpectationTargets() bool

HasExpectationTargets returns a boolean if a field has been set.

func (*ServiceSupportExpectation) HasExpectationVerb ¶

func (o *ServiceSupportExpectation) HasExpectationVerb() bool

HasExpectationVerb returns a boolean if a field has been set.

func (*ServiceSupportExpectation) HasExpectationfulfilmentInfo ¶

func (o *ServiceSupportExpectation) HasExpectationfulfilmentInfo() bool

HasExpectationfulfilmentInfo returns a boolean if a field has been set.

func (ServiceSupportExpectation) MarshalJSON ¶

func (o ServiceSupportExpectation) MarshalJSON() ([]byte, error)

func (*ServiceSupportExpectation) SetExpectationContexts ¶

SetExpectationContexts gets a reference to the given []ServiceSupportExpectationExpectationContextsInner and assigns it to the ExpectationContexts field.

func (*ServiceSupportExpectation) SetExpectationId ¶

func (o *ServiceSupportExpectation) SetExpectationId(v string)

SetExpectationId gets a reference to the given string and assigns it to the ExpectationId field.

func (*ServiceSupportExpectation) SetExpectationObjects ¶

func (o *ServiceSupportExpectation) SetExpectationObjects(v []ServiceSupportExpectationObject)

SetExpectationObjects gets a reference to the given []ServiceSupportExpectationObject and assigns it to the ExpectationObjects field.

func (*ServiceSupportExpectation) SetExpectationTargets ¶

SetExpectationTargets gets a reference to the given []ServiceSupportExpectationExpectationTargetsInner and assigns it to the ExpectationTargets field.

func (*ServiceSupportExpectation) SetExpectationVerb ¶

func (o *ServiceSupportExpectation) SetExpectationVerb(v ExpectationVerb)

SetExpectationVerb gets a reference to the given ExpectationVerb and assigns it to the ExpectationVerb field.

func (*ServiceSupportExpectation) SetExpectationfulfilmentInfo ¶

func (o *ServiceSupportExpectation) SetExpectationfulfilmentInfo(v FulfilmentInfo)

SetExpectationfulfilmentInfo gets a reference to the given FulfilmentInfo and assigns it to the ExpectationfulfilmentInfo field.

func (ServiceSupportExpectation) ToMap ¶

func (o ServiceSupportExpectation) ToMap() (map[string]interface{}, error)

type ServiceSupportExpectationExpectationContextsInner ¶

type ServiceSupportExpectationExpectationContextsInner struct {
	ExpectationContext          *ExpectationContext
	ResourceSharingLevelContext *ResourceSharingLevelContext
	ServiceEndTimeContext       *ServiceEndTimeContext
	ServiceStartTimeContext     *ServiceStartTimeContext
	UEMobilityLevelContext      *UEMobilityLevelContext
}

ServiceSupportExpectationExpectationContextsInner - struct for ServiceSupportExpectationExpectationContextsInner

func ExpectationContextAsServiceSupportExpectationExpectationContextsInner ¶

func ExpectationContextAsServiceSupportExpectationExpectationContextsInner(v *ExpectationContext) ServiceSupportExpectationExpectationContextsInner

ExpectationContextAsServiceSupportExpectationExpectationContextsInner is a convenience function that returns ExpectationContext wrapped in ServiceSupportExpectationExpectationContextsInner

func ResourceSharingLevelContextAsServiceSupportExpectationExpectationContextsInner ¶

func ResourceSharingLevelContextAsServiceSupportExpectationExpectationContextsInner(v *ResourceSharingLevelContext) ServiceSupportExpectationExpectationContextsInner

ResourceSharingLevelContextAsServiceSupportExpectationExpectationContextsInner is a convenience function that returns ResourceSharingLevelContext wrapped in ServiceSupportExpectationExpectationContextsInner

func ServiceEndTimeContextAsServiceSupportExpectationExpectationContextsInner ¶

func ServiceEndTimeContextAsServiceSupportExpectationExpectationContextsInner(v *ServiceEndTimeContext) ServiceSupportExpectationExpectationContextsInner

ServiceEndTimeContextAsServiceSupportExpectationExpectationContextsInner is a convenience function that returns ServiceEndTimeContext wrapped in ServiceSupportExpectationExpectationContextsInner

func ServiceStartTimeContextAsServiceSupportExpectationExpectationContextsInner ¶

func ServiceStartTimeContextAsServiceSupportExpectationExpectationContextsInner(v *ServiceStartTimeContext) ServiceSupportExpectationExpectationContextsInner

ServiceStartTimeContextAsServiceSupportExpectationExpectationContextsInner is a convenience function that returns ServiceStartTimeContext wrapped in ServiceSupportExpectationExpectationContextsInner

func UEMobilityLevelContextAsServiceSupportExpectationExpectationContextsInner ¶

func UEMobilityLevelContextAsServiceSupportExpectationExpectationContextsInner(v *UEMobilityLevelContext) ServiceSupportExpectationExpectationContextsInner

UEMobilityLevelContextAsServiceSupportExpectationExpectationContextsInner is a convenience function that returns UEMobilityLevelContext wrapped in ServiceSupportExpectationExpectationContextsInner

func (*ServiceSupportExpectationExpectationContextsInner) GetActualInstance ¶

func (obj *ServiceSupportExpectationExpectationContextsInner) GetActualInstance() interface{}

Get the actual instance

func (ServiceSupportExpectationExpectationContextsInner) MarshalJSON ¶

Marshal data from the first non-nil pointers in the struct to JSON

func (*ServiceSupportExpectationExpectationContextsInner) UnmarshalJSON ¶

Unmarshal JSON data into one of the pointers in the struct

type ServiceSupportExpectationExpectationTargetsInner ¶

type ServiceSupportExpectationExpectationTargetsInner struct {
	ActivityFactorTarget *ActivityFactorTarget
	DLLatencyTarget      *DLLatencyTarget
	DLThptPerUETarget    *DLThptPerUETarget
	ExpectationTarget    *ExpectationTarget
	MaxNumberofUEsTarget *MaxNumberofUEsTarget
	UESpeedTarget        *UESpeedTarget
	ULLatencyTarget      *ULLatencyTarget
	ULThptPerUETarget    *ULThptPerUETarget
}

ServiceSupportExpectationExpectationTargetsInner - struct for ServiceSupportExpectationExpectationTargetsInner

func ActivityFactorTargetAsServiceSupportExpectationExpectationTargetsInner ¶

func ActivityFactorTargetAsServiceSupportExpectationExpectationTargetsInner(v *ActivityFactorTarget) ServiceSupportExpectationExpectationTargetsInner

ActivityFactorTargetAsServiceSupportExpectationExpectationTargetsInner is a convenience function that returns ActivityFactorTarget wrapped in ServiceSupportExpectationExpectationTargetsInner

func DLLatencyTargetAsServiceSupportExpectationExpectationTargetsInner ¶

func DLLatencyTargetAsServiceSupportExpectationExpectationTargetsInner(v *DLLatencyTarget) ServiceSupportExpectationExpectationTargetsInner

DLLatencyTargetAsServiceSupportExpectationExpectationTargetsInner is a convenience function that returns DLLatencyTarget wrapped in ServiceSupportExpectationExpectationTargetsInner

func DLThptPerUETargetAsServiceSupportExpectationExpectationTargetsInner ¶

func DLThptPerUETargetAsServiceSupportExpectationExpectationTargetsInner(v *DLThptPerUETarget) ServiceSupportExpectationExpectationTargetsInner

DLThptPerUETargetAsServiceSupportExpectationExpectationTargetsInner is a convenience function that returns DLThptPerUETarget wrapped in ServiceSupportExpectationExpectationTargetsInner

func ExpectationTargetAsServiceSupportExpectationExpectationTargetsInner ¶

func ExpectationTargetAsServiceSupportExpectationExpectationTargetsInner(v *ExpectationTarget) ServiceSupportExpectationExpectationTargetsInner

ExpectationTargetAsServiceSupportExpectationExpectationTargetsInner is a convenience function that returns ExpectationTarget wrapped in ServiceSupportExpectationExpectationTargetsInner

func MaxNumberofUEsTargetAsServiceSupportExpectationExpectationTargetsInner ¶

func MaxNumberofUEsTargetAsServiceSupportExpectationExpectationTargetsInner(v *MaxNumberofUEsTarget) ServiceSupportExpectationExpectationTargetsInner

MaxNumberofUEsTargetAsServiceSupportExpectationExpectationTargetsInner is a convenience function that returns MaxNumberofUEsTarget wrapped in ServiceSupportExpectationExpectationTargetsInner

func UESpeedTargetAsServiceSupportExpectationExpectationTargetsInner ¶

func UESpeedTargetAsServiceSupportExpectationExpectationTargetsInner(v *UESpeedTarget) ServiceSupportExpectationExpectationTargetsInner

UESpeedTargetAsServiceSupportExpectationExpectationTargetsInner is a convenience function that returns UESpeedTarget wrapped in ServiceSupportExpectationExpectationTargetsInner

func ULLatencyTargetAsServiceSupportExpectationExpectationTargetsInner ¶

func ULLatencyTargetAsServiceSupportExpectationExpectationTargetsInner(v *ULLatencyTarget) ServiceSupportExpectationExpectationTargetsInner

ULLatencyTargetAsServiceSupportExpectationExpectationTargetsInner is a convenience function that returns ULLatencyTarget wrapped in ServiceSupportExpectationExpectationTargetsInner

func ULThptPerUETargetAsServiceSupportExpectationExpectationTargetsInner ¶

func ULThptPerUETargetAsServiceSupportExpectationExpectationTargetsInner(v *ULThptPerUETarget) ServiceSupportExpectationExpectationTargetsInner

ULThptPerUETargetAsServiceSupportExpectationExpectationTargetsInner is a convenience function that returns ULThptPerUETarget wrapped in ServiceSupportExpectationExpectationTargetsInner

func (*ServiceSupportExpectationExpectationTargetsInner) GetActualInstance ¶

func (obj *ServiceSupportExpectationExpectationTargetsInner) GetActualInstance() interface{}

Get the actual instance

func (ServiceSupportExpectationExpectationTargetsInner) MarshalJSON ¶

Marshal data from the first non-nil pointers in the struct to JSON

func (*ServiceSupportExpectationExpectationTargetsInner) UnmarshalJSON ¶

func (dst *ServiceSupportExpectationExpectationTargetsInner) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type ServiceSupportExpectationObject ¶

type ServiceSupportExpectationObject struct {
	ObjectType     *string                                              `json:"objectType,omitempty"`
	ObjectInstance *string                                              `json:"objectInstance,omitempty"`
	ObjectContexts []ServiceSupportExpectationObjectObjectContextsInner `json:"objectContexts,omitempty"`
}

ServiceSupportExpectationObject This data type is the \"ExpectationObject\" data type with specialisations for ServiceSupportExpectation

func NewServiceSupportExpectationObject ¶

func NewServiceSupportExpectationObject() *ServiceSupportExpectationObject

NewServiceSupportExpectationObject instantiates a new ServiceSupportExpectationObject object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewServiceSupportExpectationObjectWithDefaults ¶

func NewServiceSupportExpectationObjectWithDefaults() *ServiceSupportExpectationObject

NewServiceSupportExpectationObjectWithDefaults instantiates a new ServiceSupportExpectationObject object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ServiceSupportExpectationObject) GetObjectContexts ¶

GetObjectContexts returns the ObjectContexts field value if set, zero value otherwise.

func (*ServiceSupportExpectationObject) GetObjectContextsOk ¶

GetObjectContextsOk returns a tuple with the ObjectContexts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceSupportExpectationObject) GetObjectInstance ¶

func (o *ServiceSupportExpectationObject) GetObjectInstance() string

GetObjectInstance returns the ObjectInstance field value if set, zero value otherwise.

func (*ServiceSupportExpectationObject) GetObjectInstanceOk ¶

func (o *ServiceSupportExpectationObject) 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 (*ServiceSupportExpectationObject) GetObjectType ¶

func (o *ServiceSupportExpectationObject) GetObjectType() string

GetObjectType returns the ObjectType field value if set, zero value otherwise.

func (*ServiceSupportExpectationObject) GetObjectTypeOk ¶

func (o *ServiceSupportExpectationObject) GetObjectTypeOk() (*string, bool)

GetObjectTypeOk returns a tuple with the ObjectType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceSupportExpectationObject) HasObjectContexts ¶

func (o *ServiceSupportExpectationObject) HasObjectContexts() bool

HasObjectContexts returns a boolean if a field has been set.

func (*ServiceSupportExpectationObject) HasObjectInstance ¶

func (o *ServiceSupportExpectationObject) HasObjectInstance() bool

HasObjectInstance returns a boolean if a field has been set.

func (*ServiceSupportExpectationObject) HasObjectType ¶

func (o *ServiceSupportExpectationObject) HasObjectType() bool

HasObjectType returns a boolean if a field has been set.

func (ServiceSupportExpectationObject) MarshalJSON ¶

func (o ServiceSupportExpectationObject) MarshalJSON() ([]byte, error)

func (*ServiceSupportExpectationObject) SetObjectContexts ¶

SetObjectContexts gets a reference to the given []ServiceSupportExpectationObjectObjectContextsInner and assigns it to the ObjectContexts field.

func (*ServiceSupportExpectationObject) SetObjectInstance ¶

func (o *ServiceSupportExpectationObject) SetObjectInstance(v string)

SetObjectInstance gets a reference to the given string and assigns it to the ObjectInstance field.

func (*ServiceSupportExpectationObject) SetObjectType ¶

func (o *ServiceSupportExpectationObject) SetObjectType(v string)

SetObjectType gets a reference to the given string and assigns it to the ObjectType field.

func (ServiceSupportExpectationObject) ToMap ¶

func (o ServiceSupportExpectationObject) ToMap() (map[string]interface{}, error)

type ServiceSupportExpectationObjectObjectContextsInner ¶

type ServiceSupportExpectationObjectObjectContextsInner struct {
	CoverageAreaTAContext        *CoverageAreaTAContext
	EdgeIdenfiticationIdContext  *EdgeIdenfiticationIdContext
	EdgeIdenfiticationLocContext *EdgeIdenfiticationLocContext
	ObjectContext                *ObjectContext
}

ServiceSupportExpectationObjectObjectContextsInner - struct for ServiceSupportExpectationObjectObjectContextsInner

func CoverageAreaTAContextAsServiceSupportExpectationObjectObjectContextsInner ¶

func CoverageAreaTAContextAsServiceSupportExpectationObjectObjectContextsInner(v *CoverageAreaTAContext) ServiceSupportExpectationObjectObjectContextsInner

CoverageAreaTAContextAsServiceSupportExpectationObjectObjectContextsInner is a convenience function that returns CoverageAreaTAContext wrapped in ServiceSupportExpectationObjectObjectContextsInner

func EdgeIdenfiticationIdContextAsServiceSupportExpectationObjectObjectContextsInner ¶

func EdgeIdenfiticationIdContextAsServiceSupportExpectationObjectObjectContextsInner(v *EdgeIdenfiticationIdContext) ServiceSupportExpectationObjectObjectContextsInner

EdgeIdenfiticationIdContextAsServiceSupportExpectationObjectObjectContextsInner is a convenience function that returns EdgeIdenfiticationIdContext wrapped in ServiceSupportExpectationObjectObjectContextsInner

func EdgeIdenfiticationLocContextAsServiceSupportExpectationObjectObjectContextsInner ¶

func EdgeIdenfiticationLocContextAsServiceSupportExpectationObjectObjectContextsInner(v *EdgeIdenfiticationLocContext) ServiceSupportExpectationObjectObjectContextsInner

EdgeIdenfiticationLocContextAsServiceSupportExpectationObjectObjectContextsInner is a convenience function that returns EdgeIdenfiticationLocContext wrapped in ServiceSupportExpectationObjectObjectContextsInner

func ObjectContextAsServiceSupportExpectationObjectObjectContextsInner ¶

func ObjectContextAsServiceSupportExpectationObjectObjectContextsInner(v *ObjectContext) ServiceSupportExpectationObjectObjectContextsInner

ObjectContextAsServiceSupportExpectationObjectObjectContextsInner is a convenience function that returns ObjectContext wrapped in ServiceSupportExpectationObjectObjectContextsInner

func (*ServiceSupportExpectationObjectObjectContextsInner) GetActualInstance ¶

func (obj *ServiceSupportExpectationObjectObjectContextsInner) GetActualInstance() interface{}

Get the actual instance

func (ServiceSupportExpectationObjectObjectContextsInner) MarshalJSON ¶

Marshal data from the first non-nil pointers in the struct to JSON

func (*ServiceSupportExpectationObjectObjectContextsInner) UnmarshalJSON ¶

Unmarshal JSON data into one of the pointers in the struct

type ServingLocation ¶

type ServingLocation struct {
	GeographicalLocation *GeoLoc                 `json:"geographicalLocation,omitempty"`
	TopologicalLocation  *TopologicalServiceArea `json:"topologicalLocation,omitempty"`
}

ServingLocation struct for ServingLocation

func NewServingLocation ¶

func NewServingLocation() *ServingLocation

NewServingLocation instantiates a new ServingLocation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewServingLocationWithDefaults ¶

func NewServingLocationWithDefaults() *ServingLocation

NewServingLocationWithDefaults instantiates a new ServingLocation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ServingLocation) GetGeographicalLocation ¶

func (o *ServingLocation) GetGeographicalLocation() GeoLoc

GetGeographicalLocation returns the GeographicalLocation field value if set, zero value otherwise.

func (*ServingLocation) GetGeographicalLocationOk ¶

func (o *ServingLocation) GetGeographicalLocationOk() (*GeoLoc, bool)

GetGeographicalLocationOk returns a tuple with the GeographicalLocation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServingLocation) GetTopologicalLocation ¶

func (o *ServingLocation) GetTopologicalLocation() TopologicalServiceArea

GetTopologicalLocation returns the TopologicalLocation field value if set, zero value otherwise.

func (*ServingLocation) GetTopologicalLocationOk ¶

func (o *ServingLocation) GetTopologicalLocationOk() (*TopologicalServiceArea, bool)

GetTopologicalLocationOk returns a tuple with the TopologicalLocation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServingLocation) HasGeographicalLocation ¶

func (o *ServingLocation) HasGeographicalLocation() bool

HasGeographicalLocation returns a boolean if a field has been set.

func (*ServingLocation) HasTopologicalLocation ¶

func (o *ServingLocation) HasTopologicalLocation() bool

HasTopologicalLocation returns a boolean if a field has been set.

func (ServingLocation) MarshalJSON ¶

func (o ServingLocation) MarshalJSON() ([]byte, error)

func (*ServingLocation) SetGeographicalLocation ¶

func (o *ServingLocation) SetGeographicalLocation(v GeoLoc)

SetGeographicalLocation gets a reference to the given GeoLoc and assigns it to the GeographicalLocation field.

func (*ServingLocation) SetTopologicalLocation ¶

func (o *ServingLocation) SetTopologicalLocation(v TopologicalServiceArea)

SetTopologicalLocation gets a reference to the given TopologicalServiceArea and assigns it to the TopologicalLocation field.

func (ServingLocation) ToMap ¶

func (o ServingLocation) ToMap() (map[string]interface{}, error)

type SharedDataIdRange ¶

type SharedDataIdRange struct {
	Pattern *string `json:"pattern,omitempty"`
}

SharedDataIdRange struct for SharedDataIdRange

func NewSharedDataIdRange ¶

func NewSharedDataIdRange() *SharedDataIdRange

NewSharedDataIdRange instantiates a new SharedDataIdRange object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSharedDataIdRangeWithDefaults ¶

func NewSharedDataIdRangeWithDefaults() *SharedDataIdRange

NewSharedDataIdRangeWithDefaults instantiates a new SharedDataIdRange object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SharedDataIdRange) GetPattern ¶

func (o *SharedDataIdRange) GetPattern() string

GetPattern returns the Pattern field value if set, zero value otherwise.

func (*SharedDataIdRange) GetPatternOk ¶

func (o *SharedDataIdRange) GetPatternOk() (*string, bool)

GetPatternOk returns a tuple with the Pattern field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SharedDataIdRange) HasPattern ¶

func (o *SharedDataIdRange) HasPattern() bool

HasPattern returns a boolean if a field has been set.

func (SharedDataIdRange) MarshalJSON ¶

func (o SharedDataIdRange) MarshalJSON() ([]byte, error)

func (*SharedDataIdRange) SetPattern ¶

func (o *SharedDataIdRange) SetPattern(v string)

SetPattern gets a reference to the given string and assigns it to the Pattern field.

func (SharedDataIdRange) ToMap ¶

func (o SharedDataIdRange) ToMap() (map[string]interface{}, error)

type SharingLevel ¶

type SharingLevel string

SharingLevel the model 'SharingLevel'

const (
	SHARED     SharingLevel = "SHARED"
	NON_SHARED SharingLevel = "NON-SHARED"
)

List of SharingLevel

func NewSharingLevelFromValue ¶

func NewSharingLevelFromValue(v string) (*SharingLevel, error)

NewSharingLevelFromValue returns a pointer to a valid SharingLevel for the value passed as argument, or an error if the value passed is not allowed by the enum

func (SharingLevel) IsValid ¶

func (v SharingLevel) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (SharingLevel) Ptr ¶

func (v SharingLevel) Ptr() *SharingLevel

Ptr returns reference to SharingLevel value

func (*SharingLevel) UnmarshalJSON ¶

func (v *SharingLevel) UnmarshalJSON(src []byte) error

type SliceProfile ¶

type SliceProfile struct {
	ServiceProfileId      *string                `json:"serviceProfileId,omitempty"`
	PlmnInfoList          []PlmnInfo             `json:"plmnInfoList,omitempty"`
	CNSliceSubnetProfile  *CNSliceSubnetProfile  `json:"cNSliceSubnetProfile,omitempty"`
	RANSliceSubnetProfile *RANSliceSubnetProfile `json:"rANSliceSubnetProfile,omitempty"`
	TopSliceSubnetProfile *TopSliceSubnetProfile `json:"topSliceSubnetProfile,omitempty"`
}

SliceProfile struct for SliceProfile

func NewSliceProfile ¶

func NewSliceProfile() *SliceProfile

NewSliceProfile instantiates a new SliceProfile object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSliceProfileWithDefaults ¶

func NewSliceProfileWithDefaults() *SliceProfile

NewSliceProfileWithDefaults instantiates a new SliceProfile object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SliceProfile) GetCNSliceSubnetProfile ¶

func (o *SliceProfile) GetCNSliceSubnetProfile() CNSliceSubnetProfile

GetCNSliceSubnetProfile returns the CNSliceSubnetProfile field value if set, zero value otherwise.

func (*SliceProfile) GetCNSliceSubnetProfileOk ¶

func (o *SliceProfile) GetCNSliceSubnetProfileOk() (*CNSliceSubnetProfile, bool)

GetCNSliceSubnetProfileOk returns a tuple with the CNSliceSubnetProfile field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SliceProfile) GetPlmnInfoList ¶

func (o *SliceProfile) GetPlmnInfoList() []PlmnInfo

GetPlmnInfoList returns the PlmnInfoList field value if set, zero value otherwise.

func (*SliceProfile) GetPlmnInfoListOk ¶

func (o *SliceProfile) GetPlmnInfoListOk() ([]PlmnInfo, bool)

GetPlmnInfoListOk returns a tuple with the PlmnInfoList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SliceProfile) GetRANSliceSubnetProfile ¶

func (o *SliceProfile) GetRANSliceSubnetProfile() RANSliceSubnetProfile

GetRANSliceSubnetProfile returns the RANSliceSubnetProfile field value if set, zero value otherwise.

func (*SliceProfile) GetRANSliceSubnetProfileOk ¶

func (o *SliceProfile) GetRANSliceSubnetProfileOk() (*RANSliceSubnetProfile, bool)

GetRANSliceSubnetProfileOk returns a tuple with the RANSliceSubnetProfile field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SliceProfile) GetServiceProfileId ¶

func (o *SliceProfile) GetServiceProfileId() string

GetServiceProfileId returns the ServiceProfileId field value if set, zero value otherwise.

func (*SliceProfile) GetServiceProfileIdOk ¶

func (o *SliceProfile) GetServiceProfileIdOk() (*string, bool)

GetServiceProfileIdOk returns a tuple with the ServiceProfileId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SliceProfile) GetTopSliceSubnetProfile ¶

func (o *SliceProfile) GetTopSliceSubnetProfile() TopSliceSubnetProfile

GetTopSliceSubnetProfile returns the TopSliceSubnetProfile field value if set, zero value otherwise.

func (*SliceProfile) GetTopSliceSubnetProfileOk ¶

func (o *SliceProfile) GetTopSliceSubnetProfileOk() (*TopSliceSubnetProfile, bool)

GetTopSliceSubnetProfileOk returns a tuple with the TopSliceSubnetProfile field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SliceProfile) HasCNSliceSubnetProfile ¶

func (o *SliceProfile) HasCNSliceSubnetProfile() bool

HasCNSliceSubnetProfile returns a boolean if a field has been set.

func (*SliceProfile) HasPlmnInfoList ¶

func (o *SliceProfile) HasPlmnInfoList() bool

HasPlmnInfoList returns a boolean if a field has been set.

func (*SliceProfile) HasRANSliceSubnetProfile ¶

func (o *SliceProfile) HasRANSliceSubnetProfile() bool

HasRANSliceSubnetProfile returns a boolean if a field has been set.

func (*SliceProfile) HasServiceProfileId ¶

func (o *SliceProfile) HasServiceProfileId() bool

HasServiceProfileId returns a boolean if a field has been set.

func (*SliceProfile) HasTopSliceSubnetProfile ¶

func (o *SliceProfile) HasTopSliceSubnetProfile() bool

HasTopSliceSubnetProfile returns a boolean if a field has been set.

func (SliceProfile) MarshalJSON ¶

func (o SliceProfile) MarshalJSON() ([]byte, error)

func (*SliceProfile) SetCNSliceSubnetProfile ¶

func (o *SliceProfile) SetCNSliceSubnetProfile(v CNSliceSubnetProfile)

SetCNSliceSubnetProfile gets a reference to the given CNSliceSubnetProfile and assigns it to the CNSliceSubnetProfile field.

func (*SliceProfile) SetPlmnInfoList ¶

func (o *SliceProfile) SetPlmnInfoList(v []PlmnInfo)

SetPlmnInfoList gets a reference to the given []PlmnInfo and assigns it to the PlmnInfoList field.

func (*SliceProfile) SetRANSliceSubnetProfile ¶

func (o *SliceProfile) SetRANSliceSubnetProfile(v RANSliceSubnetProfile)

SetRANSliceSubnetProfile gets a reference to the given RANSliceSubnetProfile and assigns it to the RANSliceSubnetProfile field.

func (*SliceProfile) SetServiceProfileId ¶

func (o *SliceProfile) SetServiceProfileId(v string)

SetServiceProfileId gets a reference to the given string and assigns it to the ServiceProfileId field.

func (*SliceProfile) SetTopSliceSubnetProfile ¶

func (o *SliceProfile) SetTopSliceSubnetProfile(v TopSliceSubnetProfile)

SetTopSliceSubnetProfile gets a reference to the given TopSliceSubnetProfile and assigns it to the TopSliceSubnetProfile field.

func (SliceProfile) ToMap ¶

func (o SliceProfile) ToMap() (map[string]interface{}, error)

type SliceSimultaneousUse ¶

type SliceSimultaneousUse string

SliceSimultaneousUse the model 'SliceSimultaneousUse'

const (
	ZERO  SliceSimultaneousUse = "ZERO"
	ONE   SliceSimultaneousUse = "ONE"
	TWO   SliceSimultaneousUse = "TWO"
	THREE SliceSimultaneousUse = "THREE"
	FOUR  SliceSimultaneousUse = "FOUR"
)

List of SliceSimultaneousUse

func NewSliceSimultaneousUseFromValue ¶

func NewSliceSimultaneousUseFromValue(v string) (*SliceSimultaneousUse, error)

NewSliceSimultaneousUseFromValue returns a pointer to a valid SliceSimultaneousUse for the value passed as argument, or an error if the value passed is not allowed by the enum

func (SliceSimultaneousUse) IsValid ¶

func (v SliceSimultaneousUse) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (SliceSimultaneousUse) Ptr ¶

Ptr returns reference to SliceSimultaneousUse value

func (*SliceSimultaneousUse) UnmarshalJSON ¶

func (v *SliceSimultaneousUse) UnmarshalJSON(src []byte) error

type SmfFunctionSingle ¶

type SmfFunctionSingle struct {
	Top
	Attributes                   *SmfFunctionSingleAllOfAttributes   `json:"attributes,omitempty"`
	PerfMetricJob                []PerfMetricJobSingle               `json:"PerfMetricJob,omitempty"`
	ThresholdMonitor             []ThresholdMonitorSingle            `json:"ThresholdMonitor,omitempty"`
	ManagedNFService             []ManagedNFServiceSingle            `json:"ManagedNFService,omitempty"`
	TraceJob                     []TraceJobSingle                    `json:"TraceJob,omitempty"`
	EPN4                         []EPN4Single                        `json:"EP_N4,omitempty"`
	EPN7                         []EPN7Single                        `json:"EP_N7,omitempty"`
	EPN10                        []EPN10Single                       `json:"EP_N10,omitempty"`
	EPN11                        []EPN11Single                       `json:"EP_N11,omitempty"`
	EPN16                        []EPN16Single                       `json:"EP_N16,omitempty"`
	EPS5C                        []EPS5CSingle                       `json:"EP_S5C,omitempty"`
	FiveQiDscpMappingSet         *FiveQiDscpMappingSetSingle         `json:"FiveQiDscpMappingSet,omitempty"`
	GtpUPathQoSMonitoringControl *GtpUPathQoSMonitoringControlSingle `json:"GtpUPathQoSMonitoringControl,omitempty"`
	QFQoSMonitoringControl       *QFQoSMonitoringControlSingle       `json:"QFQoSMonitoringControl,omitempty"`
	PredefinedPccRuleSet         *PredefinedPccRuleSetSingle         `json:"PredefinedPccRuleSet,omitempty"`
}

SmfFunctionSingle struct for SmfFunctionSingle

func NewSmfFunctionSingle ¶

func NewSmfFunctionSingle(id NullableString) *SmfFunctionSingle

NewSmfFunctionSingle instantiates a new SmfFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSmfFunctionSingleWithDefaults ¶

func NewSmfFunctionSingleWithDefaults() *SmfFunctionSingle

NewSmfFunctionSingleWithDefaults instantiates a new SmfFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SmfFunctionSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*SmfFunctionSingle) GetAttributesOk ¶

func (o *SmfFunctionSingle) GetAttributesOk() (*SmfFunctionSingleAllOfAttributes, 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 (*SmfFunctionSingle) GetEPN10 ¶

func (o *SmfFunctionSingle) GetEPN10() []EPN10Single

GetEPN10 returns the EPN10 field value if set, zero value otherwise.

func (*SmfFunctionSingle) GetEPN10Ok ¶

func (o *SmfFunctionSingle) GetEPN10Ok() ([]EPN10Single, bool)

GetEPN10Ok returns a tuple with the EPN10 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingle) GetEPN11 ¶

func (o *SmfFunctionSingle) GetEPN11() []EPN11Single

GetEPN11 returns the EPN11 field value if set, zero value otherwise.

func (*SmfFunctionSingle) GetEPN11Ok ¶

func (o *SmfFunctionSingle) GetEPN11Ok() ([]EPN11Single, bool)

GetEPN11Ok returns a tuple with the EPN11 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingle) GetEPN16 ¶

func (o *SmfFunctionSingle) GetEPN16() []EPN16Single

GetEPN16 returns the EPN16 field value if set, zero value otherwise.

func (*SmfFunctionSingle) GetEPN16Ok ¶

func (o *SmfFunctionSingle) GetEPN16Ok() ([]EPN16Single, bool)

GetEPN16Ok returns a tuple with the EPN16 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingle) GetEPN4 ¶

func (o *SmfFunctionSingle) GetEPN4() []EPN4Single

GetEPN4 returns the EPN4 field value if set, zero value otherwise.

func (*SmfFunctionSingle) GetEPN4Ok ¶

func (o *SmfFunctionSingle) GetEPN4Ok() ([]EPN4Single, bool)

GetEPN4Ok returns a tuple with the EPN4 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingle) GetEPN7 ¶

func (o *SmfFunctionSingle) GetEPN7() []EPN7Single

GetEPN7 returns the EPN7 field value if set, zero value otherwise.

func (*SmfFunctionSingle) GetEPN7Ok ¶

func (o *SmfFunctionSingle) GetEPN7Ok() ([]EPN7Single, bool)

GetEPN7Ok returns a tuple with the EPN7 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingle) GetEPS5C ¶

func (o *SmfFunctionSingle) GetEPS5C() []EPS5CSingle

GetEPS5C returns the EPS5C field value if set, zero value otherwise.

func (*SmfFunctionSingle) GetEPS5COk ¶

func (o *SmfFunctionSingle) GetEPS5COk() ([]EPS5CSingle, bool)

GetEPS5COk returns a tuple with the EPS5C field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingle) GetFiveQiDscpMappingSet ¶

func (o *SmfFunctionSingle) GetFiveQiDscpMappingSet() FiveQiDscpMappingSetSingle

GetFiveQiDscpMappingSet returns the FiveQiDscpMappingSet field value if set, zero value otherwise.

func (*SmfFunctionSingle) GetFiveQiDscpMappingSetOk ¶

func (o *SmfFunctionSingle) GetFiveQiDscpMappingSetOk() (*FiveQiDscpMappingSetSingle, bool)

GetFiveQiDscpMappingSetOk returns a tuple with the FiveQiDscpMappingSet field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingle) GetGtpUPathQoSMonitoringControl ¶

func (o *SmfFunctionSingle) GetGtpUPathQoSMonitoringControl() GtpUPathQoSMonitoringControlSingle

GetGtpUPathQoSMonitoringControl returns the GtpUPathQoSMonitoringControl field value if set, zero value otherwise.

func (*SmfFunctionSingle) GetGtpUPathQoSMonitoringControlOk ¶

func (o *SmfFunctionSingle) GetGtpUPathQoSMonitoringControlOk() (*GtpUPathQoSMonitoringControlSingle, bool)

GetGtpUPathQoSMonitoringControlOk returns a tuple with the GtpUPathQoSMonitoringControl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingle) GetManagedNFService ¶

func (o *SmfFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle

GetManagedNFService returns the ManagedNFService field value if set, zero value otherwise.

func (*SmfFunctionSingle) GetManagedNFServiceOk ¶

func (o *SmfFunctionSingle) 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 (*SmfFunctionSingle) GetPerfMetricJob ¶

func (o *SmfFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle

GetPerfMetricJob returns the PerfMetricJob field value if set, zero value otherwise.

func (*SmfFunctionSingle) GetPerfMetricJobOk ¶

func (o *SmfFunctionSingle) 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 (*SmfFunctionSingle) GetPredefinedPccRuleSet ¶

func (o *SmfFunctionSingle) GetPredefinedPccRuleSet() PredefinedPccRuleSetSingle

GetPredefinedPccRuleSet returns the PredefinedPccRuleSet field value if set, zero value otherwise.

func (*SmfFunctionSingle) GetPredefinedPccRuleSetOk ¶

func (o *SmfFunctionSingle) GetPredefinedPccRuleSetOk() (*PredefinedPccRuleSetSingle, bool)

GetPredefinedPccRuleSetOk returns a tuple with the PredefinedPccRuleSet field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingle) GetQFQoSMonitoringControl ¶

func (o *SmfFunctionSingle) GetQFQoSMonitoringControl() QFQoSMonitoringControlSingle

GetQFQoSMonitoringControl returns the QFQoSMonitoringControl field value if set, zero value otherwise.

func (*SmfFunctionSingle) GetQFQoSMonitoringControlOk ¶

func (o *SmfFunctionSingle) GetQFQoSMonitoringControlOk() (*QFQoSMonitoringControlSingle, bool)

GetQFQoSMonitoringControlOk returns a tuple with the QFQoSMonitoringControl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingle) GetThresholdMonitor ¶

func (o *SmfFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle

GetThresholdMonitor returns the ThresholdMonitor field value if set, zero value otherwise.

func (*SmfFunctionSingle) GetThresholdMonitorOk ¶

func (o *SmfFunctionSingle) 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 (*SmfFunctionSingle) GetTraceJob ¶

func (o *SmfFunctionSingle) GetTraceJob() []TraceJobSingle

GetTraceJob returns the TraceJob field value if set, zero value otherwise.

func (*SmfFunctionSingle) GetTraceJobOk ¶

func (o *SmfFunctionSingle) 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 (*SmfFunctionSingle) HasAttributes ¶

func (o *SmfFunctionSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*SmfFunctionSingle) HasEPN10 ¶

func (o *SmfFunctionSingle) HasEPN10() bool

HasEPN10 returns a boolean if a field has been set.

func (*SmfFunctionSingle) HasEPN11 ¶

func (o *SmfFunctionSingle) HasEPN11() bool

HasEPN11 returns a boolean if a field has been set.

func (*SmfFunctionSingle) HasEPN16 ¶

func (o *SmfFunctionSingle) HasEPN16() bool

HasEPN16 returns a boolean if a field has been set.

func (*SmfFunctionSingle) HasEPN4 ¶

func (o *SmfFunctionSingle) HasEPN4() bool

HasEPN4 returns a boolean if a field has been set.

func (*SmfFunctionSingle) HasEPN7 ¶

func (o *SmfFunctionSingle) HasEPN7() bool

HasEPN7 returns a boolean if a field has been set.

func (*SmfFunctionSingle) HasEPS5C ¶

func (o *SmfFunctionSingle) HasEPS5C() bool

HasEPS5C returns a boolean if a field has been set.

func (*SmfFunctionSingle) HasFiveQiDscpMappingSet ¶

func (o *SmfFunctionSingle) HasFiveQiDscpMappingSet() bool

HasFiveQiDscpMappingSet returns a boolean if a field has been set.

func (*SmfFunctionSingle) HasGtpUPathQoSMonitoringControl ¶

func (o *SmfFunctionSingle) HasGtpUPathQoSMonitoringControl() bool

HasGtpUPathQoSMonitoringControl returns a boolean if a field has been set.

func (*SmfFunctionSingle) HasManagedNFService ¶

func (o *SmfFunctionSingle) HasManagedNFService() bool

HasManagedNFService returns a boolean if a field has been set.

func (*SmfFunctionSingle) HasPerfMetricJob ¶

func (o *SmfFunctionSingle) HasPerfMetricJob() bool

HasPerfMetricJob returns a boolean if a field has been set.

func (*SmfFunctionSingle) HasPredefinedPccRuleSet ¶

func (o *SmfFunctionSingle) HasPredefinedPccRuleSet() bool

HasPredefinedPccRuleSet returns a boolean if a field has been set.

func (*SmfFunctionSingle) HasQFQoSMonitoringControl ¶

func (o *SmfFunctionSingle) HasQFQoSMonitoringControl() bool

HasQFQoSMonitoringControl returns a boolean if a field has been set.

func (*SmfFunctionSingle) HasThresholdMonitor ¶

func (o *SmfFunctionSingle) HasThresholdMonitor() bool

HasThresholdMonitor returns a boolean if a field has been set.

func (*SmfFunctionSingle) HasTraceJob ¶

func (o *SmfFunctionSingle) HasTraceJob() bool

HasTraceJob returns a boolean if a field has been set.

func (SmfFunctionSingle) MarshalJSON ¶

func (o SmfFunctionSingle) MarshalJSON() ([]byte, error)

func (*SmfFunctionSingle) SetAttributes ¶

SetAttributes gets a reference to the given SmfFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (*SmfFunctionSingle) SetEPN10 ¶

func (o *SmfFunctionSingle) SetEPN10(v []EPN10Single)

SetEPN10 gets a reference to the given []EPN10Single and assigns it to the EPN10 field.

func (*SmfFunctionSingle) SetEPN11 ¶

func (o *SmfFunctionSingle) SetEPN11(v []EPN11Single)

SetEPN11 gets a reference to the given []EPN11Single and assigns it to the EPN11 field.

func (*SmfFunctionSingle) SetEPN16 ¶

func (o *SmfFunctionSingle) SetEPN16(v []EPN16Single)

SetEPN16 gets a reference to the given []EPN16Single and assigns it to the EPN16 field.

func (*SmfFunctionSingle) SetEPN4 ¶

func (o *SmfFunctionSingle) SetEPN4(v []EPN4Single)

SetEPN4 gets a reference to the given []EPN4Single and assigns it to the EPN4 field.

func (*SmfFunctionSingle) SetEPN7 ¶

func (o *SmfFunctionSingle) SetEPN7(v []EPN7Single)

SetEPN7 gets a reference to the given []EPN7Single and assigns it to the EPN7 field.

func (*SmfFunctionSingle) SetEPS5C ¶

func (o *SmfFunctionSingle) SetEPS5C(v []EPS5CSingle)

SetEPS5C gets a reference to the given []EPS5CSingle and assigns it to the EPS5C field.

func (*SmfFunctionSingle) SetFiveQiDscpMappingSet ¶

func (o *SmfFunctionSingle) SetFiveQiDscpMappingSet(v FiveQiDscpMappingSetSingle)

SetFiveQiDscpMappingSet gets a reference to the given FiveQiDscpMappingSetSingle and assigns it to the FiveQiDscpMappingSet field.

func (*SmfFunctionSingle) SetGtpUPathQoSMonitoringControl ¶

func (o *SmfFunctionSingle) SetGtpUPathQoSMonitoringControl(v GtpUPathQoSMonitoringControlSingle)

SetGtpUPathQoSMonitoringControl gets a reference to the given GtpUPathQoSMonitoringControlSingle and assigns it to the GtpUPathQoSMonitoringControl field.

func (*SmfFunctionSingle) SetManagedNFService ¶

func (o *SmfFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle)

SetManagedNFService gets a reference to the given []ManagedNFServiceSingle and assigns it to the ManagedNFService field.

func (*SmfFunctionSingle) SetPerfMetricJob ¶

func (o *SmfFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle)

SetPerfMetricJob gets a reference to the given []PerfMetricJobSingle and assigns it to the PerfMetricJob field.

func (*SmfFunctionSingle) SetPredefinedPccRuleSet ¶

func (o *SmfFunctionSingle) SetPredefinedPccRuleSet(v PredefinedPccRuleSetSingle)

SetPredefinedPccRuleSet gets a reference to the given PredefinedPccRuleSetSingle and assigns it to the PredefinedPccRuleSet field.

func (*SmfFunctionSingle) SetQFQoSMonitoringControl ¶

func (o *SmfFunctionSingle) SetQFQoSMonitoringControl(v QFQoSMonitoringControlSingle)

SetQFQoSMonitoringControl gets a reference to the given QFQoSMonitoringControlSingle and assigns it to the QFQoSMonitoringControl field.

func (*SmfFunctionSingle) SetThresholdMonitor ¶

func (o *SmfFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)

SetThresholdMonitor gets a reference to the given []ThresholdMonitorSingle and assigns it to the ThresholdMonitor field.

func (*SmfFunctionSingle) SetTraceJob ¶

func (o *SmfFunctionSingle) SetTraceJob(v []TraceJobSingle)

SetTraceJob gets a reference to the given []TraceJobSingle and assigns it to the TraceJob field.

func (SmfFunctionSingle) ToMap ¶

func (o SmfFunctionSingle) ToMap() (map[string]interface{}, error)

type SmfFunctionSingleAllOf ¶

type SmfFunctionSingleAllOf struct {
	Attributes *SmfFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}

SmfFunctionSingleAllOf struct for SmfFunctionSingleAllOf

func NewSmfFunctionSingleAllOf ¶

func NewSmfFunctionSingleAllOf() *SmfFunctionSingleAllOf

NewSmfFunctionSingleAllOf instantiates a new SmfFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSmfFunctionSingleAllOfWithDefaults ¶

func NewSmfFunctionSingleAllOfWithDefaults() *SmfFunctionSingleAllOf

NewSmfFunctionSingleAllOfWithDefaults instantiates a new SmfFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SmfFunctionSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*SmfFunctionSingleAllOf) GetAttributesOk ¶

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 (*SmfFunctionSingleAllOf) HasAttributes ¶

func (o *SmfFunctionSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (SmfFunctionSingleAllOf) MarshalJSON ¶

func (o SmfFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*SmfFunctionSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given SmfFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (SmfFunctionSingleAllOf) ToMap ¶

func (o SmfFunctionSingleAllOf) ToMap() (map[string]interface{}, error)

type SmfFunctionSingleAllOf1 ¶

type SmfFunctionSingleAllOf1 struct {
	EPN4                         []EPN4Single                        `json:"EP_N4,omitempty"`
	EPN7                         []EPN7Single                        `json:"EP_N7,omitempty"`
	EPN10                        []EPN10Single                       `json:"EP_N10,omitempty"`
	EPN11                        []EPN11Single                       `json:"EP_N11,omitempty"`
	EPN16                        []EPN16Single                       `json:"EP_N16,omitempty"`
	EPS5C                        []EPS5CSingle                       `json:"EP_S5C,omitempty"`
	FiveQiDscpMappingSet         *FiveQiDscpMappingSetSingle         `json:"FiveQiDscpMappingSet,omitempty"`
	GtpUPathQoSMonitoringControl *GtpUPathQoSMonitoringControlSingle `json:"GtpUPathQoSMonitoringControl,omitempty"`
	QFQoSMonitoringControl       *QFQoSMonitoringControlSingle       `json:"QFQoSMonitoringControl,omitempty"`
	PredefinedPccRuleSet         *PredefinedPccRuleSetSingle         `json:"PredefinedPccRuleSet,omitempty"`
}

SmfFunctionSingleAllOf1 struct for SmfFunctionSingleAllOf1

func NewSmfFunctionSingleAllOf1 ¶

func NewSmfFunctionSingleAllOf1() *SmfFunctionSingleAllOf1

NewSmfFunctionSingleAllOf1 instantiates a new SmfFunctionSingleAllOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSmfFunctionSingleAllOf1WithDefaults ¶

func NewSmfFunctionSingleAllOf1WithDefaults() *SmfFunctionSingleAllOf1

NewSmfFunctionSingleAllOf1WithDefaults instantiates a new SmfFunctionSingleAllOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SmfFunctionSingleAllOf1) GetEPN10 ¶

func (o *SmfFunctionSingleAllOf1) GetEPN10() []EPN10Single

GetEPN10 returns the EPN10 field value if set, zero value otherwise.

func (*SmfFunctionSingleAllOf1) GetEPN10Ok ¶

func (o *SmfFunctionSingleAllOf1) GetEPN10Ok() ([]EPN10Single, bool)

GetEPN10Ok returns a tuple with the EPN10 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingleAllOf1) GetEPN11 ¶

func (o *SmfFunctionSingleAllOf1) GetEPN11() []EPN11Single

GetEPN11 returns the EPN11 field value if set, zero value otherwise.

func (*SmfFunctionSingleAllOf1) GetEPN11Ok ¶

func (o *SmfFunctionSingleAllOf1) GetEPN11Ok() ([]EPN11Single, bool)

GetEPN11Ok returns a tuple with the EPN11 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingleAllOf1) GetEPN16 ¶

func (o *SmfFunctionSingleAllOf1) GetEPN16() []EPN16Single

GetEPN16 returns the EPN16 field value if set, zero value otherwise.

func (*SmfFunctionSingleAllOf1) GetEPN16Ok ¶

func (o *SmfFunctionSingleAllOf1) GetEPN16Ok() ([]EPN16Single, bool)

GetEPN16Ok returns a tuple with the EPN16 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingleAllOf1) GetEPN4 ¶

func (o *SmfFunctionSingleAllOf1) GetEPN4() []EPN4Single

GetEPN4 returns the EPN4 field value if set, zero value otherwise.

func (*SmfFunctionSingleAllOf1) GetEPN4Ok ¶

func (o *SmfFunctionSingleAllOf1) GetEPN4Ok() ([]EPN4Single, bool)

GetEPN4Ok returns a tuple with the EPN4 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingleAllOf1) GetEPN7 ¶

func (o *SmfFunctionSingleAllOf1) GetEPN7() []EPN7Single

GetEPN7 returns the EPN7 field value if set, zero value otherwise.

func (*SmfFunctionSingleAllOf1) GetEPN7Ok ¶

func (o *SmfFunctionSingleAllOf1) GetEPN7Ok() ([]EPN7Single, bool)

GetEPN7Ok returns a tuple with the EPN7 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingleAllOf1) GetEPS5C ¶

func (o *SmfFunctionSingleAllOf1) GetEPS5C() []EPS5CSingle

GetEPS5C returns the EPS5C field value if set, zero value otherwise.

func (*SmfFunctionSingleAllOf1) GetEPS5COk ¶

func (o *SmfFunctionSingleAllOf1) GetEPS5COk() ([]EPS5CSingle, bool)

GetEPS5COk returns a tuple with the EPS5C field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingleAllOf1) GetFiveQiDscpMappingSet ¶

func (o *SmfFunctionSingleAllOf1) GetFiveQiDscpMappingSet() FiveQiDscpMappingSetSingle

GetFiveQiDscpMappingSet returns the FiveQiDscpMappingSet field value if set, zero value otherwise.

func (*SmfFunctionSingleAllOf1) GetFiveQiDscpMappingSetOk ¶

func (o *SmfFunctionSingleAllOf1) GetFiveQiDscpMappingSetOk() (*FiveQiDscpMappingSetSingle, bool)

GetFiveQiDscpMappingSetOk returns a tuple with the FiveQiDscpMappingSet field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingleAllOf1) GetGtpUPathQoSMonitoringControl ¶

func (o *SmfFunctionSingleAllOf1) GetGtpUPathQoSMonitoringControl() GtpUPathQoSMonitoringControlSingle

GetGtpUPathQoSMonitoringControl returns the GtpUPathQoSMonitoringControl field value if set, zero value otherwise.

func (*SmfFunctionSingleAllOf1) GetGtpUPathQoSMonitoringControlOk ¶

func (o *SmfFunctionSingleAllOf1) GetGtpUPathQoSMonitoringControlOk() (*GtpUPathQoSMonitoringControlSingle, bool)

GetGtpUPathQoSMonitoringControlOk returns a tuple with the GtpUPathQoSMonitoringControl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingleAllOf1) GetPredefinedPccRuleSet ¶

func (o *SmfFunctionSingleAllOf1) GetPredefinedPccRuleSet() PredefinedPccRuleSetSingle

GetPredefinedPccRuleSet returns the PredefinedPccRuleSet field value if set, zero value otherwise.

func (*SmfFunctionSingleAllOf1) GetPredefinedPccRuleSetOk ¶

func (o *SmfFunctionSingleAllOf1) GetPredefinedPccRuleSetOk() (*PredefinedPccRuleSetSingle, bool)

GetPredefinedPccRuleSetOk returns a tuple with the PredefinedPccRuleSet field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingleAllOf1) GetQFQoSMonitoringControl ¶

func (o *SmfFunctionSingleAllOf1) GetQFQoSMonitoringControl() QFQoSMonitoringControlSingle

GetQFQoSMonitoringControl returns the QFQoSMonitoringControl field value if set, zero value otherwise.

func (*SmfFunctionSingleAllOf1) GetQFQoSMonitoringControlOk ¶

func (o *SmfFunctionSingleAllOf1) GetQFQoSMonitoringControlOk() (*QFQoSMonitoringControlSingle, bool)

GetQFQoSMonitoringControlOk returns a tuple with the QFQoSMonitoringControl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingleAllOf1) HasEPN10 ¶

func (o *SmfFunctionSingleAllOf1) HasEPN10() bool

HasEPN10 returns a boolean if a field has been set.

func (*SmfFunctionSingleAllOf1) HasEPN11 ¶

func (o *SmfFunctionSingleAllOf1) HasEPN11() bool

HasEPN11 returns a boolean if a field has been set.

func (*SmfFunctionSingleAllOf1) HasEPN16 ¶

func (o *SmfFunctionSingleAllOf1) HasEPN16() bool

HasEPN16 returns a boolean if a field has been set.

func (*SmfFunctionSingleAllOf1) HasEPN4 ¶

func (o *SmfFunctionSingleAllOf1) HasEPN4() bool

HasEPN4 returns a boolean if a field has been set.

func (*SmfFunctionSingleAllOf1) HasEPN7 ¶

func (o *SmfFunctionSingleAllOf1) HasEPN7() bool

HasEPN7 returns a boolean if a field has been set.

func (*SmfFunctionSingleAllOf1) HasEPS5C ¶

func (o *SmfFunctionSingleAllOf1) HasEPS5C() bool

HasEPS5C returns a boolean if a field has been set.

func (*SmfFunctionSingleAllOf1) HasFiveQiDscpMappingSet ¶

func (o *SmfFunctionSingleAllOf1) HasFiveQiDscpMappingSet() bool

HasFiveQiDscpMappingSet returns a boolean if a field has been set.

func (*SmfFunctionSingleAllOf1) HasGtpUPathQoSMonitoringControl ¶

func (o *SmfFunctionSingleAllOf1) HasGtpUPathQoSMonitoringControl() bool

HasGtpUPathQoSMonitoringControl returns a boolean if a field has been set.

func (*SmfFunctionSingleAllOf1) HasPredefinedPccRuleSet ¶

func (o *SmfFunctionSingleAllOf1) HasPredefinedPccRuleSet() bool

HasPredefinedPccRuleSet returns a boolean if a field has been set.

func (*SmfFunctionSingleAllOf1) HasQFQoSMonitoringControl ¶

func (o *SmfFunctionSingleAllOf1) HasQFQoSMonitoringControl() bool

HasQFQoSMonitoringControl returns a boolean if a field has been set.

func (SmfFunctionSingleAllOf1) MarshalJSON ¶

func (o SmfFunctionSingleAllOf1) MarshalJSON() ([]byte, error)

func (*SmfFunctionSingleAllOf1) SetEPN10 ¶

func (o *SmfFunctionSingleAllOf1) SetEPN10(v []EPN10Single)

SetEPN10 gets a reference to the given []EPN10Single and assigns it to the EPN10 field.

func (*SmfFunctionSingleAllOf1) SetEPN11 ¶

func (o *SmfFunctionSingleAllOf1) SetEPN11(v []EPN11Single)

SetEPN11 gets a reference to the given []EPN11Single and assigns it to the EPN11 field.

func (*SmfFunctionSingleAllOf1) SetEPN16 ¶

func (o *SmfFunctionSingleAllOf1) SetEPN16(v []EPN16Single)

SetEPN16 gets a reference to the given []EPN16Single and assigns it to the EPN16 field.

func (*SmfFunctionSingleAllOf1) SetEPN4 ¶

func (o *SmfFunctionSingleAllOf1) SetEPN4(v []EPN4Single)

SetEPN4 gets a reference to the given []EPN4Single and assigns it to the EPN4 field.

func (*SmfFunctionSingleAllOf1) SetEPN7 ¶

func (o *SmfFunctionSingleAllOf1) SetEPN7(v []EPN7Single)

SetEPN7 gets a reference to the given []EPN7Single and assigns it to the EPN7 field.

func (*SmfFunctionSingleAllOf1) SetEPS5C ¶

func (o *SmfFunctionSingleAllOf1) SetEPS5C(v []EPS5CSingle)

SetEPS5C gets a reference to the given []EPS5CSingle and assigns it to the EPS5C field.

func (*SmfFunctionSingleAllOf1) SetFiveQiDscpMappingSet ¶

func (o *SmfFunctionSingleAllOf1) SetFiveQiDscpMappingSet(v FiveQiDscpMappingSetSingle)

SetFiveQiDscpMappingSet gets a reference to the given FiveQiDscpMappingSetSingle and assigns it to the FiveQiDscpMappingSet field.

func (*SmfFunctionSingleAllOf1) SetGtpUPathQoSMonitoringControl ¶

func (o *SmfFunctionSingleAllOf1) SetGtpUPathQoSMonitoringControl(v GtpUPathQoSMonitoringControlSingle)

SetGtpUPathQoSMonitoringControl gets a reference to the given GtpUPathQoSMonitoringControlSingle and assigns it to the GtpUPathQoSMonitoringControl field.

func (*SmfFunctionSingleAllOf1) SetPredefinedPccRuleSet ¶

func (o *SmfFunctionSingleAllOf1) SetPredefinedPccRuleSet(v PredefinedPccRuleSetSingle)

SetPredefinedPccRuleSet gets a reference to the given PredefinedPccRuleSetSingle and assigns it to the PredefinedPccRuleSet field.

func (*SmfFunctionSingleAllOf1) SetQFQoSMonitoringControl ¶

func (o *SmfFunctionSingleAllOf1) SetQFQoSMonitoringControl(v QFQoSMonitoringControlSingle)

SetQFQoSMonitoringControl gets a reference to the given QFQoSMonitoringControlSingle and assigns it to the QFQoSMonitoringControl field.

func (SmfFunctionSingleAllOf1) ToMap ¶

func (o SmfFunctionSingleAllOf1) ToMap() (map[string]interface{}, error)

type SmfFunctionSingleAllOfAttributes ¶

type SmfFunctionSingleAllOfAttributes struct {
	ManagedFunctionAttr
	PLMNInfoList          []PlmnInfo          `json:"pLMNInfoList,omitempty"`
	NRTACList             []int32             `json:"nRTACList,omitempty"`
	SBIFqdn               *string             `json:"sBIFqdn,omitempty"`
	SNssaiSmfInfoList     []SNssaiSmfInfoItem `json:"sNssaiSmfInfoList,omitempty"`
	TaiList               []Tai               `json:"taiList,omitempty"`
	TaiRangeList          []TaiRange          `json:"taiRangeList,omitempty"`
	PwgFqdn               *string             `json:"pwgFqdn,omitempty"`
	PgwAddrList           []IpAddr1           `json:"pgwAddrList,omitempty"`
	AccessType            *AccessType         `json:"accessType,omitempty"`
	Priority              *int32              `json:"priority,omitempty"`
	CNSIIdList            []string            `json:"cNSIIdList,omitempty"`
	VsmfSupportInd        *bool               `json:"vsmfSupportInd,omitempty"`
	PwgFqdnList           []string            `json:"pwgFqdnList,omitempty"`
	ManagedNFProfile      *ManagedNFProfile   `json:"managedNFProfile,omitempty"`
	CommModelList         []CommModel         `json:"commModelList,omitempty"`
	Configurable5QISetRef *string             `json:"configurable5QISetRef,omitempty"`
	Dynamic5QISetRef      *string             `json:"dynamic5QISetRef,omitempty"`
}

SmfFunctionSingleAllOfAttributes struct for SmfFunctionSingleAllOfAttributes

func NewSmfFunctionSingleAllOfAttributes ¶

func NewSmfFunctionSingleAllOfAttributes() *SmfFunctionSingleAllOfAttributes

NewSmfFunctionSingleAllOfAttributes instantiates a new SmfFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSmfFunctionSingleAllOfAttributesWithDefaults ¶

func NewSmfFunctionSingleAllOfAttributesWithDefaults() *SmfFunctionSingleAllOfAttributes

NewSmfFunctionSingleAllOfAttributesWithDefaults instantiates a new SmfFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SmfFunctionSingleAllOfAttributes) GetAccessType ¶

func (o *SmfFunctionSingleAllOfAttributes) GetAccessType() AccessType

GetAccessType returns the AccessType field value if set, zero value otherwise.

func (*SmfFunctionSingleAllOfAttributes) GetAccessTypeOk ¶

func (o *SmfFunctionSingleAllOfAttributes) GetAccessTypeOk() (*AccessType, bool)

GetAccessTypeOk returns a tuple with the AccessType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingleAllOfAttributes) GetCNSIIdList ¶

func (o *SmfFunctionSingleAllOfAttributes) GetCNSIIdList() []string

GetCNSIIdList returns the CNSIIdList field value if set, zero value otherwise.

func (*SmfFunctionSingleAllOfAttributes) GetCNSIIdListOk ¶

func (o *SmfFunctionSingleAllOfAttributes) GetCNSIIdListOk() ([]string, bool)

GetCNSIIdListOk returns a tuple with the CNSIIdList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingleAllOfAttributes) GetCommModelList ¶

func (o *SmfFunctionSingleAllOfAttributes) GetCommModelList() []CommModel

GetCommModelList returns the CommModelList field value if set, zero value otherwise.

func (*SmfFunctionSingleAllOfAttributes) GetCommModelListOk ¶

func (o *SmfFunctionSingleAllOfAttributes) GetCommModelListOk() ([]CommModel, bool)

GetCommModelListOk returns a tuple with the CommModelList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingleAllOfAttributes) GetConfigurable5QISetRef ¶

func (o *SmfFunctionSingleAllOfAttributes) GetConfigurable5QISetRef() string

GetConfigurable5QISetRef returns the Configurable5QISetRef field value if set, zero value otherwise.

func (*SmfFunctionSingleAllOfAttributes) GetConfigurable5QISetRefOk ¶

func (o *SmfFunctionSingleAllOfAttributes) GetConfigurable5QISetRefOk() (*string, bool)

GetConfigurable5QISetRefOk returns a tuple with the Configurable5QISetRef field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingleAllOfAttributes) GetDynamic5QISetRef ¶

func (o *SmfFunctionSingleAllOfAttributes) GetDynamic5QISetRef() string

GetDynamic5QISetRef returns the Dynamic5QISetRef field value if set, zero value otherwise.

func (*SmfFunctionSingleAllOfAttributes) GetDynamic5QISetRefOk ¶

func (o *SmfFunctionSingleAllOfAttributes) GetDynamic5QISetRefOk() (*string, bool)

GetDynamic5QISetRefOk returns a tuple with the Dynamic5QISetRef field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingleAllOfAttributes) GetManagedNFProfile ¶

func (o *SmfFunctionSingleAllOfAttributes) GetManagedNFProfile() ManagedNFProfile

GetManagedNFProfile returns the ManagedNFProfile field value if set, zero value otherwise.

func (*SmfFunctionSingleAllOfAttributes) GetManagedNFProfileOk ¶

func (o *SmfFunctionSingleAllOfAttributes) GetManagedNFProfileOk() (*ManagedNFProfile, bool)

GetManagedNFProfileOk returns a tuple with the ManagedNFProfile field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingleAllOfAttributes) GetNRTACList ¶

func (o *SmfFunctionSingleAllOfAttributes) GetNRTACList() []int32

GetNRTACList returns the NRTACList field value if set, zero value otherwise.

func (*SmfFunctionSingleAllOfAttributes) GetNRTACListOk ¶

func (o *SmfFunctionSingleAllOfAttributes) GetNRTACListOk() ([]int32, bool)

GetNRTACListOk returns a tuple with the NRTACList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingleAllOfAttributes) GetPLMNInfoList ¶

func (o *SmfFunctionSingleAllOfAttributes) GetPLMNInfoList() []PlmnInfo

GetPLMNInfoList returns the PLMNInfoList field value if set, zero value otherwise.

func (*SmfFunctionSingleAllOfAttributes) GetPLMNInfoListOk ¶

func (o *SmfFunctionSingleAllOfAttributes) GetPLMNInfoListOk() ([]PlmnInfo, bool)

GetPLMNInfoListOk returns a tuple with the PLMNInfoList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingleAllOfAttributes) GetPgwAddrList ¶

func (o *SmfFunctionSingleAllOfAttributes) GetPgwAddrList() []IpAddr1

GetPgwAddrList returns the PgwAddrList field value if set, zero value otherwise.

func (*SmfFunctionSingleAllOfAttributes) GetPgwAddrListOk ¶

func (o *SmfFunctionSingleAllOfAttributes) GetPgwAddrListOk() ([]IpAddr1, bool)

GetPgwAddrListOk returns a tuple with the PgwAddrList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingleAllOfAttributes) GetPriority ¶

func (o *SmfFunctionSingleAllOfAttributes) GetPriority() int32

GetPriority returns the Priority field value if set, zero value otherwise.

func (*SmfFunctionSingleAllOfAttributes) GetPriorityOk ¶

func (o *SmfFunctionSingleAllOfAttributes) GetPriorityOk() (*int32, bool)

GetPriorityOk returns a tuple with the Priority field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingleAllOfAttributes) GetPwgFqdn ¶

func (o *SmfFunctionSingleAllOfAttributes) GetPwgFqdn() string

GetPwgFqdn returns the PwgFqdn field value if set, zero value otherwise.

func (*SmfFunctionSingleAllOfAttributes) GetPwgFqdnList ¶

func (o *SmfFunctionSingleAllOfAttributes) GetPwgFqdnList() []string

GetPwgFqdnList returns the PwgFqdnList field value if set, zero value otherwise.

func (*SmfFunctionSingleAllOfAttributes) GetPwgFqdnListOk ¶

func (o *SmfFunctionSingleAllOfAttributes) GetPwgFqdnListOk() ([]string, bool)

GetPwgFqdnListOk returns a tuple with the PwgFqdnList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingleAllOfAttributes) GetPwgFqdnOk ¶

func (o *SmfFunctionSingleAllOfAttributes) GetPwgFqdnOk() (*string, bool)

GetPwgFqdnOk returns a tuple with the PwgFqdn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingleAllOfAttributes) GetSBIFqdn ¶

func (o *SmfFunctionSingleAllOfAttributes) GetSBIFqdn() string

GetSBIFqdn returns the SBIFqdn field value if set, zero value otherwise.

func (*SmfFunctionSingleAllOfAttributes) GetSBIFqdnOk ¶

func (o *SmfFunctionSingleAllOfAttributes) GetSBIFqdnOk() (*string, bool)

GetSBIFqdnOk returns a tuple with the SBIFqdn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingleAllOfAttributes) GetSNssaiSmfInfoList ¶

func (o *SmfFunctionSingleAllOfAttributes) GetSNssaiSmfInfoList() []SNssaiSmfInfoItem

GetSNssaiSmfInfoList returns the SNssaiSmfInfoList field value if set, zero value otherwise.

func (*SmfFunctionSingleAllOfAttributes) GetSNssaiSmfInfoListOk ¶

func (o *SmfFunctionSingleAllOfAttributes) GetSNssaiSmfInfoListOk() ([]SNssaiSmfInfoItem, bool)

GetSNssaiSmfInfoListOk returns a tuple with the SNssaiSmfInfoList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingleAllOfAttributes) GetTaiList ¶

func (o *SmfFunctionSingleAllOfAttributes) GetTaiList() []Tai

GetTaiList returns the TaiList field value if set, zero value otherwise.

func (*SmfFunctionSingleAllOfAttributes) GetTaiListOk ¶

func (o *SmfFunctionSingleAllOfAttributes) GetTaiListOk() ([]Tai, bool)

GetTaiListOk returns a tuple with the TaiList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingleAllOfAttributes) GetTaiRangeList ¶

func (o *SmfFunctionSingleAllOfAttributes) GetTaiRangeList() []TaiRange

GetTaiRangeList returns the TaiRangeList field value if set, zero value otherwise.

func (*SmfFunctionSingleAllOfAttributes) GetTaiRangeListOk ¶

func (o *SmfFunctionSingleAllOfAttributes) GetTaiRangeListOk() ([]TaiRange, bool)

GetTaiRangeListOk returns a tuple with the TaiRangeList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingleAllOfAttributes) GetVsmfSupportInd ¶

func (o *SmfFunctionSingleAllOfAttributes) GetVsmfSupportInd() bool

GetVsmfSupportInd returns the VsmfSupportInd field value if set, zero value otherwise.

func (*SmfFunctionSingleAllOfAttributes) GetVsmfSupportIndOk ¶

func (o *SmfFunctionSingleAllOfAttributes) GetVsmfSupportIndOk() (*bool, bool)

GetVsmfSupportIndOk returns a tuple with the VsmfSupportInd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingleAllOfAttributes) HasAccessType ¶

func (o *SmfFunctionSingleAllOfAttributes) HasAccessType() bool

HasAccessType returns a boolean if a field has been set.

func (*SmfFunctionSingleAllOfAttributes) HasCNSIIdList ¶

func (o *SmfFunctionSingleAllOfAttributes) HasCNSIIdList() bool

HasCNSIIdList returns a boolean if a field has been set.

func (*SmfFunctionSingleAllOfAttributes) HasCommModelList ¶

func (o *SmfFunctionSingleAllOfAttributes) HasCommModelList() bool

HasCommModelList returns a boolean if a field has been set.

func (*SmfFunctionSingleAllOfAttributes) HasConfigurable5QISetRef ¶

func (o *SmfFunctionSingleAllOfAttributes) HasConfigurable5QISetRef() bool

HasConfigurable5QISetRef returns a boolean if a field has been set.

func (*SmfFunctionSingleAllOfAttributes) HasDynamic5QISetRef ¶

func (o *SmfFunctionSingleAllOfAttributes) HasDynamic5QISetRef() bool

HasDynamic5QISetRef returns a boolean if a field has been set.

func (*SmfFunctionSingleAllOfAttributes) HasManagedNFProfile ¶

func (o *SmfFunctionSingleAllOfAttributes) HasManagedNFProfile() bool

HasManagedNFProfile returns a boolean if a field has been set.

func (*SmfFunctionSingleAllOfAttributes) HasNRTACList ¶

func (o *SmfFunctionSingleAllOfAttributes) HasNRTACList() bool

HasNRTACList returns a boolean if a field has been set.

func (*SmfFunctionSingleAllOfAttributes) HasPLMNInfoList ¶

func (o *SmfFunctionSingleAllOfAttributes) HasPLMNInfoList() bool

HasPLMNInfoList returns a boolean if a field has been set.

func (*SmfFunctionSingleAllOfAttributes) HasPgwAddrList ¶

func (o *SmfFunctionSingleAllOfAttributes) HasPgwAddrList() bool

HasPgwAddrList returns a boolean if a field has been set.

func (*SmfFunctionSingleAllOfAttributes) HasPriority ¶

func (o *SmfFunctionSingleAllOfAttributes) HasPriority() bool

HasPriority returns a boolean if a field has been set.

func (*SmfFunctionSingleAllOfAttributes) HasPwgFqdn ¶

func (o *SmfFunctionSingleAllOfAttributes) HasPwgFqdn() bool

HasPwgFqdn returns a boolean if a field has been set.

func (*SmfFunctionSingleAllOfAttributes) HasPwgFqdnList ¶

func (o *SmfFunctionSingleAllOfAttributes) HasPwgFqdnList() bool

HasPwgFqdnList returns a boolean if a field has been set.

func (*SmfFunctionSingleAllOfAttributes) HasSBIFqdn ¶

func (o *SmfFunctionSingleAllOfAttributes) HasSBIFqdn() bool

HasSBIFqdn returns a boolean if a field has been set.

func (*SmfFunctionSingleAllOfAttributes) HasSNssaiSmfInfoList ¶

func (o *SmfFunctionSingleAllOfAttributes) HasSNssaiSmfInfoList() bool

HasSNssaiSmfInfoList returns a boolean if a field has been set.

func (*SmfFunctionSingleAllOfAttributes) HasTaiList ¶

func (o *SmfFunctionSingleAllOfAttributes) HasTaiList() bool

HasTaiList returns a boolean if a field has been set.

func (*SmfFunctionSingleAllOfAttributes) HasTaiRangeList ¶

func (o *SmfFunctionSingleAllOfAttributes) HasTaiRangeList() bool

HasTaiRangeList returns a boolean if a field has been set.

func (*SmfFunctionSingleAllOfAttributes) HasVsmfSupportInd ¶

func (o *SmfFunctionSingleAllOfAttributes) HasVsmfSupportInd() bool

HasVsmfSupportInd returns a boolean if a field has been set.

func (SmfFunctionSingleAllOfAttributes) MarshalJSON ¶

func (o SmfFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*SmfFunctionSingleAllOfAttributes) SetAccessType ¶

func (o *SmfFunctionSingleAllOfAttributes) SetAccessType(v AccessType)

SetAccessType gets a reference to the given AccessType and assigns it to the AccessType field.

func (*SmfFunctionSingleAllOfAttributes) SetCNSIIdList ¶

func (o *SmfFunctionSingleAllOfAttributes) SetCNSIIdList(v []string)

SetCNSIIdList gets a reference to the given []string and assigns it to the CNSIIdList field.

func (*SmfFunctionSingleAllOfAttributes) SetCommModelList ¶

func (o *SmfFunctionSingleAllOfAttributes) SetCommModelList(v []CommModel)

SetCommModelList gets a reference to the given []CommModel and assigns it to the CommModelList field.

func (*SmfFunctionSingleAllOfAttributes) SetConfigurable5QISetRef ¶

func (o *SmfFunctionSingleAllOfAttributes) SetConfigurable5QISetRef(v string)

SetConfigurable5QISetRef gets a reference to the given string and assigns it to the Configurable5QISetRef field.

func (*SmfFunctionSingleAllOfAttributes) SetDynamic5QISetRef ¶

func (o *SmfFunctionSingleAllOfAttributes) SetDynamic5QISetRef(v string)

SetDynamic5QISetRef gets a reference to the given string and assigns it to the Dynamic5QISetRef field.

func (*SmfFunctionSingleAllOfAttributes) SetManagedNFProfile ¶

func (o *SmfFunctionSingleAllOfAttributes) SetManagedNFProfile(v ManagedNFProfile)

SetManagedNFProfile gets a reference to the given ManagedNFProfile and assigns it to the ManagedNFProfile field.

func (*SmfFunctionSingleAllOfAttributes) SetNRTACList ¶

func (o *SmfFunctionSingleAllOfAttributes) SetNRTACList(v []int32)

SetNRTACList gets a reference to the given []int32 and assigns it to the NRTACList field.

func (*SmfFunctionSingleAllOfAttributes) SetPLMNInfoList ¶

func (o *SmfFunctionSingleAllOfAttributes) SetPLMNInfoList(v []PlmnInfo)

SetPLMNInfoList gets a reference to the given []PlmnInfo and assigns it to the PLMNInfoList field.

func (*SmfFunctionSingleAllOfAttributes) SetPgwAddrList ¶

func (o *SmfFunctionSingleAllOfAttributes) SetPgwAddrList(v []IpAddr1)

SetPgwAddrList gets a reference to the given []IpAddr1 and assigns it to the PgwAddrList field.

func (*SmfFunctionSingleAllOfAttributes) SetPriority ¶

func (o *SmfFunctionSingleAllOfAttributes) SetPriority(v int32)

SetPriority gets a reference to the given int32 and assigns it to the Priority field.

func (*SmfFunctionSingleAllOfAttributes) SetPwgFqdn ¶

func (o *SmfFunctionSingleAllOfAttributes) SetPwgFqdn(v string)

SetPwgFqdn gets a reference to the given string and assigns it to the PwgFqdn field.

func (*SmfFunctionSingleAllOfAttributes) SetPwgFqdnList ¶

func (o *SmfFunctionSingleAllOfAttributes) SetPwgFqdnList(v []string)

SetPwgFqdnList gets a reference to the given []string and assigns it to the PwgFqdnList field.

func (*SmfFunctionSingleAllOfAttributes) SetSBIFqdn ¶

func (o *SmfFunctionSingleAllOfAttributes) SetSBIFqdn(v string)

SetSBIFqdn gets a reference to the given string and assigns it to the SBIFqdn field.

func (*SmfFunctionSingleAllOfAttributes) SetSNssaiSmfInfoList ¶

func (o *SmfFunctionSingleAllOfAttributes) SetSNssaiSmfInfoList(v []SNssaiSmfInfoItem)

SetSNssaiSmfInfoList gets a reference to the given []SNssaiSmfInfoItem and assigns it to the SNssaiSmfInfoList field.

func (*SmfFunctionSingleAllOfAttributes) SetTaiList ¶

func (o *SmfFunctionSingleAllOfAttributes) SetTaiList(v []Tai)

SetTaiList gets a reference to the given []Tai and assigns it to the TaiList field.

func (*SmfFunctionSingleAllOfAttributes) SetTaiRangeList ¶

func (o *SmfFunctionSingleAllOfAttributes) SetTaiRangeList(v []TaiRange)

SetTaiRangeList gets a reference to the given []TaiRange and assigns it to the TaiRangeList field.

func (*SmfFunctionSingleAllOfAttributes) SetVsmfSupportInd ¶

func (o *SmfFunctionSingleAllOfAttributes) SetVsmfSupportInd(v bool)

SetVsmfSupportInd gets a reference to the given bool and assigns it to the VsmfSupportInd field.

func (SmfFunctionSingleAllOfAttributes) ToMap ¶

func (o SmfFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type SmfFunctionSingleAllOfAttributesAllOf ¶

type SmfFunctionSingleAllOfAttributesAllOf struct {
	PLMNInfoList          []PlmnInfo          `json:"pLMNInfoList,omitempty"`
	NRTACList             []int32             `json:"nRTACList,omitempty"`
	SBIFqdn               *string             `json:"sBIFqdn,omitempty"`
	SNssaiSmfInfoList     []SNssaiSmfInfoItem `json:"sNssaiSmfInfoList,omitempty"`
	TaiList               []Tai               `json:"taiList,omitempty"`
	TaiRangeList          []TaiRange          `json:"taiRangeList,omitempty"`
	PwgFqdn               *string             `json:"pwgFqdn,omitempty"`
	PgwAddrList           []IpAddr1           `json:"pgwAddrList,omitempty"`
	AccessType            *AccessType         `json:"accessType,omitempty"`
	Priority              *int32              `json:"priority,omitempty"`
	CNSIIdList            []string            `json:"cNSIIdList,omitempty"`
	VsmfSupportInd        *bool               `json:"vsmfSupportInd,omitempty"`
	PwgFqdnList           []string            `json:"pwgFqdnList,omitempty"`
	ManagedNFProfile      *ManagedNFProfile   `json:"managedNFProfile,omitempty"`
	CommModelList         []CommModel         `json:"commModelList,omitempty"`
	Configurable5QISetRef *string             `json:"configurable5QISetRef,omitempty"`
	Dynamic5QISetRef      *string             `json:"dynamic5QISetRef,omitempty"`
}

SmfFunctionSingleAllOfAttributesAllOf struct for SmfFunctionSingleAllOfAttributesAllOf

func NewSmfFunctionSingleAllOfAttributesAllOf ¶

func NewSmfFunctionSingleAllOfAttributesAllOf() *SmfFunctionSingleAllOfAttributesAllOf

NewSmfFunctionSingleAllOfAttributesAllOf instantiates a new SmfFunctionSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSmfFunctionSingleAllOfAttributesAllOfWithDefaults ¶

func NewSmfFunctionSingleAllOfAttributesAllOfWithDefaults() *SmfFunctionSingleAllOfAttributesAllOf

NewSmfFunctionSingleAllOfAttributesAllOfWithDefaults instantiates a new SmfFunctionSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SmfFunctionSingleAllOfAttributesAllOf) GetAccessType ¶

GetAccessType returns the AccessType field value if set, zero value otherwise.

func (*SmfFunctionSingleAllOfAttributesAllOf) GetAccessTypeOk ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) GetAccessTypeOk() (*AccessType, bool)

GetAccessTypeOk returns a tuple with the AccessType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingleAllOfAttributesAllOf) GetCNSIIdList ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) GetCNSIIdList() []string

GetCNSIIdList returns the CNSIIdList field value if set, zero value otherwise.

func (*SmfFunctionSingleAllOfAttributesAllOf) GetCNSIIdListOk ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) GetCNSIIdListOk() ([]string, bool)

GetCNSIIdListOk returns a tuple with the CNSIIdList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingleAllOfAttributesAllOf) GetCommModelList ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) GetCommModelList() []CommModel

GetCommModelList returns the CommModelList field value if set, zero value otherwise.

func (*SmfFunctionSingleAllOfAttributesAllOf) GetCommModelListOk ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) GetCommModelListOk() ([]CommModel, bool)

GetCommModelListOk returns a tuple with the CommModelList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingleAllOfAttributesAllOf) GetConfigurable5QISetRef ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) GetConfigurable5QISetRef() string

GetConfigurable5QISetRef returns the Configurable5QISetRef field value if set, zero value otherwise.

func (*SmfFunctionSingleAllOfAttributesAllOf) GetConfigurable5QISetRefOk ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) GetConfigurable5QISetRefOk() (*string, bool)

GetConfigurable5QISetRefOk returns a tuple with the Configurable5QISetRef field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingleAllOfAttributesAllOf) GetDynamic5QISetRef ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) GetDynamic5QISetRef() string

GetDynamic5QISetRef returns the Dynamic5QISetRef field value if set, zero value otherwise.

func (*SmfFunctionSingleAllOfAttributesAllOf) GetDynamic5QISetRefOk ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) GetDynamic5QISetRefOk() (*string, bool)

GetDynamic5QISetRefOk returns a tuple with the Dynamic5QISetRef field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingleAllOfAttributesAllOf) GetManagedNFProfile ¶

GetManagedNFProfile returns the ManagedNFProfile field value if set, zero value otherwise.

func (*SmfFunctionSingleAllOfAttributesAllOf) GetManagedNFProfileOk ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) GetManagedNFProfileOk() (*ManagedNFProfile, bool)

GetManagedNFProfileOk returns a tuple with the ManagedNFProfile field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingleAllOfAttributesAllOf) GetNRTACList ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) GetNRTACList() []int32

GetNRTACList returns the NRTACList field value if set, zero value otherwise.

func (*SmfFunctionSingleAllOfAttributesAllOf) GetNRTACListOk ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) GetNRTACListOk() ([]int32, bool)

GetNRTACListOk returns a tuple with the NRTACList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingleAllOfAttributesAllOf) GetPLMNInfoList ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) GetPLMNInfoList() []PlmnInfo

GetPLMNInfoList returns the PLMNInfoList field value if set, zero value otherwise.

func (*SmfFunctionSingleAllOfAttributesAllOf) GetPLMNInfoListOk ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) GetPLMNInfoListOk() ([]PlmnInfo, bool)

GetPLMNInfoListOk returns a tuple with the PLMNInfoList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingleAllOfAttributesAllOf) GetPgwAddrList ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) GetPgwAddrList() []IpAddr1

GetPgwAddrList returns the PgwAddrList field value if set, zero value otherwise.

func (*SmfFunctionSingleAllOfAttributesAllOf) GetPgwAddrListOk ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) GetPgwAddrListOk() ([]IpAddr1, bool)

GetPgwAddrListOk returns a tuple with the PgwAddrList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingleAllOfAttributesAllOf) GetPriority ¶

GetPriority returns the Priority field value if set, zero value otherwise.

func (*SmfFunctionSingleAllOfAttributesAllOf) GetPriorityOk ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) GetPriorityOk() (*int32, bool)

GetPriorityOk returns a tuple with the Priority field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingleAllOfAttributesAllOf) GetPwgFqdn ¶

GetPwgFqdn returns the PwgFqdn field value if set, zero value otherwise.

func (*SmfFunctionSingleAllOfAttributesAllOf) GetPwgFqdnList ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) GetPwgFqdnList() []string

GetPwgFqdnList returns the PwgFqdnList field value if set, zero value otherwise.

func (*SmfFunctionSingleAllOfAttributesAllOf) GetPwgFqdnListOk ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) GetPwgFqdnListOk() ([]string, bool)

GetPwgFqdnListOk returns a tuple with the PwgFqdnList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingleAllOfAttributesAllOf) GetPwgFqdnOk ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) GetPwgFqdnOk() (*string, bool)

GetPwgFqdnOk returns a tuple with the PwgFqdn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingleAllOfAttributesAllOf) GetSBIFqdn ¶

GetSBIFqdn returns the SBIFqdn field value if set, zero value otherwise.

func (*SmfFunctionSingleAllOfAttributesAllOf) GetSBIFqdnOk ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) GetSBIFqdnOk() (*string, bool)

GetSBIFqdnOk returns a tuple with the SBIFqdn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingleAllOfAttributesAllOf) GetSNssaiSmfInfoList ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) GetSNssaiSmfInfoList() []SNssaiSmfInfoItem

GetSNssaiSmfInfoList returns the SNssaiSmfInfoList field value if set, zero value otherwise.

func (*SmfFunctionSingleAllOfAttributesAllOf) GetSNssaiSmfInfoListOk ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) GetSNssaiSmfInfoListOk() ([]SNssaiSmfInfoItem, bool)

GetSNssaiSmfInfoListOk returns a tuple with the SNssaiSmfInfoList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingleAllOfAttributesAllOf) GetTaiList ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) GetTaiList() []Tai

GetTaiList returns the TaiList field value if set, zero value otherwise.

func (*SmfFunctionSingleAllOfAttributesAllOf) GetTaiListOk ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) GetTaiListOk() ([]Tai, bool)

GetTaiListOk returns a tuple with the TaiList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingleAllOfAttributesAllOf) GetTaiRangeList ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) GetTaiRangeList() []TaiRange

GetTaiRangeList returns the TaiRangeList field value if set, zero value otherwise.

func (*SmfFunctionSingleAllOfAttributesAllOf) GetTaiRangeListOk ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) GetTaiRangeListOk() ([]TaiRange, bool)

GetTaiRangeListOk returns a tuple with the TaiRangeList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingleAllOfAttributesAllOf) GetVsmfSupportInd ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) GetVsmfSupportInd() bool

GetVsmfSupportInd returns the VsmfSupportInd field value if set, zero value otherwise.

func (*SmfFunctionSingleAllOfAttributesAllOf) GetVsmfSupportIndOk ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) GetVsmfSupportIndOk() (*bool, bool)

GetVsmfSupportIndOk returns a tuple with the VsmfSupportInd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingleAllOfAttributesAllOf) HasAccessType ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) HasAccessType() bool

HasAccessType returns a boolean if a field has been set.

func (*SmfFunctionSingleAllOfAttributesAllOf) HasCNSIIdList ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) HasCNSIIdList() bool

HasCNSIIdList returns a boolean if a field has been set.

func (*SmfFunctionSingleAllOfAttributesAllOf) HasCommModelList ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) HasCommModelList() bool

HasCommModelList returns a boolean if a field has been set.

func (*SmfFunctionSingleAllOfAttributesAllOf) HasConfigurable5QISetRef ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) HasConfigurable5QISetRef() bool

HasConfigurable5QISetRef returns a boolean if a field has been set.

func (*SmfFunctionSingleAllOfAttributesAllOf) HasDynamic5QISetRef ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) HasDynamic5QISetRef() bool

HasDynamic5QISetRef returns a boolean if a field has been set.

func (*SmfFunctionSingleAllOfAttributesAllOf) HasManagedNFProfile ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) HasManagedNFProfile() bool

HasManagedNFProfile returns a boolean if a field has been set.

func (*SmfFunctionSingleAllOfAttributesAllOf) HasNRTACList ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) HasNRTACList() bool

HasNRTACList returns a boolean if a field has been set.

func (*SmfFunctionSingleAllOfAttributesAllOf) HasPLMNInfoList ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) HasPLMNInfoList() bool

HasPLMNInfoList returns a boolean if a field has been set.

func (*SmfFunctionSingleAllOfAttributesAllOf) HasPgwAddrList ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) HasPgwAddrList() bool

HasPgwAddrList returns a boolean if a field has been set.

func (*SmfFunctionSingleAllOfAttributesAllOf) HasPriority ¶

HasPriority returns a boolean if a field has been set.

func (*SmfFunctionSingleAllOfAttributesAllOf) HasPwgFqdn ¶

HasPwgFqdn returns a boolean if a field has been set.

func (*SmfFunctionSingleAllOfAttributesAllOf) HasPwgFqdnList ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) HasPwgFqdnList() bool

HasPwgFqdnList returns a boolean if a field has been set.

func (*SmfFunctionSingleAllOfAttributesAllOf) HasSBIFqdn ¶

HasSBIFqdn returns a boolean if a field has been set.

func (*SmfFunctionSingleAllOfAttributesAllOf) HasSNssaiSmfInfoList ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) HasSNssaiSmfInfoList() bool

HasSNssaiSmfInfoList returns a boolean if a field has been set.

func (*SmfFunctionSingleAllOfAttributesAllOf) HasTaiList ¶

HasTaiList returns a boolean if a field has been set.

func (*SmfFunctionSingleAllOfAttributesAllOf) HasTaiRangeList ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) HasTaiRangeList() bool

HasTaiRangeList returns a boolean if a field has been set.

func (*SmfFunctionSingleAllOfAttributesAllOf) HasVsmfSupportInd ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) HasVsmfSupportInd() bool

HasVsmfSupportInd returns a boolean if a field has been set.

func (SmfFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (o SmfFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)

func (*SmfFunctionSingleAllOfAttributesAllOf) SetAccessType ¶

SetAccessType gets a reference to the given AccessType and assigns it to the AccessType field.

func (*SmfFunctionSingleAllOfAttributesAllOf) SetCNSIIdList ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) SetCNSIIdList(v []string)

SetCNSIIdList gets a reference to the given []string and assigns it to the CNSIIdList field.

func (*SmfFunctionSingleAllOfAttributesAllOf) SetCommModelList ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) SetCommModelList(v []CommModel)

SetCommModelList gets a reference to the given []CommModel and assigns it to the CommModelList field.

func (*SmfFunctionSingleAllOfAttributesAllOf) SetConfigurable5QISetRef ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) SetConfigurable5QISetRef(v string)

SetConfigurable5QISetRef gets a reference to the given string and assigns it to the Configurable5QISetRef field.

func (*SmfFunctionSingleAllOfAttributesAllOf) SetDynamic5QISetRef ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) SetDynamic5QISetRef(v string)

SetDynamic5QISetRef gets a reference to the given string and assigns it to the Dynamic5QISetRef field.

func (*SmfFunctionSingleAllOfAttributesAllOf) SetManagedNFProfile ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) SetManagedNFProfile(v ManagedNFProfile)

SetManagedNFProfile gets a reference to the given ManagedNFProfile and assigns it to the ManagedNFProfile field.

func (*SmfFunctionSingleAllOfAttributesAllOf) SetNRTACList ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) SetNRTACList(v []int32)

SetNRTACList gets a reference to the given []int32 and assigns it to the NRTACList field.

func (*SmfFunctionSingleAllOfAttributesAllOf) SetPLMNInfoList ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) SetPLMNInfoList(v []PlmnInfo)

SetPLMNInfoList gets a reference to the given []PlmnInfo and assigns it to the PLMNInfoList field.

func (*SmfFunctionSingleAllOfAttributesAllOf) SetPgwAddrList ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) SetPgwAddrList(v []IpAddr1)

SetPgwAddrList gets a reference to the given []IpAddr1 and assigns it to the PgwAddrList field.

func (*SmfFunctionSingleAllOfAttributesAllOf) SetPriority ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) SetPriority(v int32)

SetPriority gets a reference to the given int32 and assigns it to the Priority field.

func (*SmfFunctionSingleAllOfAttributesAllOf) SetPwgFqdn ¶

SetPwgFqdn gets a reference to the given string and assigns it to the PwgFqdn field.

func (*SmfFunctionSingleAllOfAttributesAllOf) SetPwgFqdnList ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) SetPwgFqdnList(v []string)

SetPwgFqdnList gets a reference to the given []string and assigns it to the PwgFqdnList field.

func (*SmfFunctionSingleAllOfAttributesAllOf) SetSBIFqdn ¶

SetSBIFqdn gets a reference to the given string and assigns it to the SBIFqdn field.

func (*SmfFunctionSingleAllOfAttributesAllOf) SetSNssaiSmfInfoList ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) SetSNssaiSmfInfoList(v []SNssaiSmfInfoItem)

SetSNssaiSmfInfoList gets a reference to the given []SNssaiSmfInfoItem and assigns it to the SNssaiSmfInfoList field.

func (*SmfFunctionSingleAllOfAttributesAllOf) SetTaiList ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) SetTaiList(v []Tai)

SetTaiList gets a reference to the given []Tai and assigns it to the TaiList field.

func (*SmfFunctionSingleAllOfAttributesAllOf) SetTaiRangeList ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) SetTaiRangeList(v []TaiRange)

SetTaiRangeList gets a reference to the given []TaiRange and assigns it to the TaiRangeList field.

func (*SmfFunctionSingleAllOfAttributesAllOf) SetVsmfSupportInd ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) SetVsmfSupportInd(v bool)

SetVsmfSupportInd gets a reference to the given bool and assigns it to the VsmfSupportInd field.

func (SmfFunctionSingleAllOfAttributesAllOf) ToMap ¶

func (o SmfFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)

type SmsfFunctionSingle ¶

type SmsfFunctionSingle struct {
	Top
	Attributes       *SmsfFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
	PerfMetricJob    []PerfMetricJobSingle              `json:"PerfMetricJob,omitempty"`
	ThresholdMonitor []ThresholdMonitorSingle           `json:"ThresholdMonitor,omitempty"`
	ManagedNFService []ManagedNFServiceSingle           `json:"ManagedNFService,omitempty"`
	TraceJob         []TraceJobSingle                   `json:"TraceJob,omitempty"`
	EPN20            []EPN20Single                      `json:"EP_N20,omitempty"`
	EPN21            []EPN21Single                      `json:"EP_N21,omitempty"`
	EP_MAP_SMSC      []EPMAPSMSCSingle                  `json:"EP_MAP_SMSC,omitempty"`
}

SmsfFunctionSingle struct for SmsfFunctionSingle

func NewSmsfFunctionSingle ¶

func NewSmsfFunctionSingle(id NullableString) *SmsfFunctionSingle

NewSmsfFunctionSingle instantiates a new SmsfFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSmsfFunctionSingleWithDefaults ¶

func NewSmsfFunctionSingleWithDefaults() *SmsfFunctionSingle

NewSmsfFunctionSingleWithDefaults instantiates a new SmsfFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SmsfFunctionSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*SmsfFunctionSingle) GetAttributesOk ¶

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 (*SmsfFunctionSingle) GetEPN20 ¶

func (o *SmsfFunctionSingle) GetEPN20() []EPN20Single

GetEPN20 returns the EPN20 field value if set, zero value otherwise.

func (*SmsfFunctionSingle) GetEPN20Ok ¶

func (o *SmsfFunctionSingle) GetEPN20Ok() ([]EPN20Single, bool)

GetEPN20Ok returns a tuple with the EPN20 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmsfFunctionSingle) GetEPN21 ¶

func (o *SmsfFunctionSingle) GetEPN21() []EPN21Single

GetEPN21 returns the EPN21 field value if set, zero value otherwise.

func (*SmsfFunctionSingle) GetEPN21Ok ¶

func (o *SmsfFunctionSingle) GetEPN21Ok() ([]EPN21Single, bool)

GetEPN21Ok returns a tuple with the EPN21 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmsfFunctionSingle) GetEP_MAP_SMSC ¶

func (o *SmsfFunctionSingle) GetEP_MAP_SMSC() []EPMAPSMSCSingle

GetEP_MAP_SMSC returns the EP_MAP_SMSC field value if set, zero value otherwise.

func (*SmsfFunctionSingle) GetEP_MAP_SMSCOk ¶

func (o *SmsfFunctionSingle) GetEP_MAP_SMSCOk() ([]EPMAPSMSCSingle, bool)

GetEP_MAP_SMSCOk returns a tuple with the EP_MAP_SMSC field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmsfFunctionSingle) GetManagedNFService ¶

func (o *SmsfFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle

GetManagedNFService returns the ManagedNFService field value if set, zero value otherwise.

func (*SmsfFunctionSingle) GetManagedNFServiceOk ¶

func (o *SmsfFunctionSingle) 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 (*SmsfFunctionSingle) GetPerfMetricJob ¶

func (o *SmsfFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle

GetPerfMetricJob returns the PerfMetricJob field value if set, zero value otherwise.

func (*SmsfFunctionSingle) GetPerfMetricJobOk ¶

func (o *SmsfFunctionSingle) 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 (*SmsfFunctionSingle) GetThresholdMonitor ¶

func (o *SmsfFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle

GetThresholdMonitor returns the ThresholdMonitor field value if set, zero value otherwise.

func (*SmsfFunctionSingle) GetThresholdMonitorOk ¶

func (o *SmsfFunctionSingle) 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 (*SmsfFunctionSingle) GetTraceJob ¶

func (o *SmsfFunctionSingle) GetTraceJob() []TraceJobSingle

GetTraceJob returns the TraceJob field value if set, zero value otherwise.

func (*SmsfFunctionSingle) GetTraceJobOk ¶

func (o *SmsfFunctionSingle) 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 (*SmsfFunctionSingle) HasAttributes ¶

func (o *SmsfFunctionSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*SmsfFunctionSingle) HasEPN20 ¶

func (o *SmsfFunctionSingle) HasEPN20() bool

HasEPN20 returns a boolean if a field has been set.

func (*SmsfFunctionSingle) HasEPN21 ¶

func (o *SmsfFunctionSingle) HasEPN21() bool

HasEPN21 returns a boolean if a field has been set.

func (*SmsfFunctionSingle) HasEP_MAP_SMSC ¶

func (o *SmsfFunctionSingle) HasEP_MAP_SMSC() bool

HasEP_MAP_SMSC returns a boolean if a field has been set.

func (*SmsfFunctionSingle) HasManagedNFService ¶

func (o *SmsfFunctionSingle) HasManagedNFService() bool

HasManagedNFService returns a boolean if a field has been set.

func (*SmsfFunctionSingle) HasPerfMetricJob ¶

func (o *SmsfFunctionSingle) HasPerfMetricJob() bool

HasPerfMetricJob returns a boolean if a field has been set.

func (*SmsfFunctionSingle) HasThresholdMonitor ¶

func (o *SmsfFunctionSingle) HasThresholdMonitor() bool

HasThresholdMonitor returns a boolean if a field has been set.

func (*SmsfFunctionSingle) HasTraceJob ¶

func (o *SmsfFunctionSingle) HasTraceJob() bool

HasTraceJob returns a boolean if a field has been set.

func (SmsfFunctionSingle) MarshalJSON ¶

func (o SmsfFunctionSingle) MarshalJSON() ([]byte, error)

func (*SmsfFunctionSingle) SetAttributes ¶

SetAttributes gets a reference to the given SmsfFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (*SmsfFunctionSingle) SetEPN20 ¶

func (o *SmsfFunctionSingle) SetEPN20(v []EPN20Single)

SetEPN20 gets a reference to the given []EPN20Single and assigns it to the EPN20 field.

func (*SmsfFunctionSingle) SetEPN21 ¶

func (o *SmsfFunctionSingle) SetEPN21(v []EPN21Single)

SetEPN21 gets a reference to the given []EPN21Single and assigns it to the EPN21 field.

func (*SmsfFunctionSingle) SetEP_MAP_SMSC ¶

func (o *SmsfFunctionSingle) SetEP_MAP_SMSC(v []EPMAPSMSCSingle)

SetEP_MAP_SMSC gets a reference to the given []EPMAPSMSCSingle and assigns it to the EP_MAP_SMSC field.

func (*SmsfFunctionSingle) SetManagedNFService ¶

func (o *SmsfFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle)

SetManagedNFService gets a reference to the given []ManagedNFServiceSingle and assigns it to the ManagedNFService field.

func (*SmsfFunctionSingle) SetPerfMetricJob ¶

func (o *SmsfFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle)

SetPerfMetricJob gets a reference to the given []PerfMetricJobSingle and assigns it to the PerfMetricJob field.

func (*SmsfFunctionSingle) SetThresholdMonitor ¶

func (o *SmsfFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)

SetThresholdMonitor gets a reference to the given []ThresholdMonitorSingle and assigns it to the ThresholdMonitor field.

func (*SmsfFunctionSingle) SetTraceJob ¶

func (o *SmsfFunctionSingle) SetTraceJob(v []TraceJobSingle)

SetTraceJob gets a reference to the given []TraceJobSingle and assigns it to the TraceJob field.

func (SmsfFunctionSingle) ToMap ¶

func (o SmsfFunctionSingle) ToMap() (map[string]interface{}, error)

type SmsfFunctionSingleAllOf ¶

type SmsfFunctionSingleAllOf struct {
	Attributes *SmsfFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}

SmsfFunctionSingleAllOf struct for SmsfFunctionSingleAllOf

func NewSmsfFunctionSingleAllOf ¶

func NewSmsfFunctionSingleAllOf() *SmsfFunctionSingleAllOf

NewSmsfFunctionSingleAllOf instantiates a new SmsfFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSmsfFunctionSingleAllOfWithDefaults ¶

func NewSmsfFunctionSingleAllOfWithDefaults() *SmsfFunctionSingleAllOf

NewSmsfFunctionSingleAllOfWithDefaults instantiates a new SmsfFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SmsfFunctionSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*SmsfFunctionSingleAllOf) GetAttributesOk ¶

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 (*SmsfFunctionSingleAllOf) HasAttributes ¶

func (o *SmsfFunctionSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (SmsfFunctionSingleAllOf) MarshalJSON ¶

func (o SmsfFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*SmsfFunctionSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given SmsfFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (SmsfFunctionSingleAllOf) ToMap ¶

func (o SmsfFunctionSingleAllOf) ToMap() (map[string]interface{}, error)

type SmsfFunctionSingleAllOf1 ¶

type SmsfFunctionSingleAllOf1 struct {
	EPN20       []EPN20Single     `json:"EP_N20,omitempty"`
	EPN21       []EPN21Single     `json:"EP_N21,omitempty"`
	EP_MAP_SMSC []EPMAPSMSCSingle `json:"EP_MAP_SMSC,omitempty"`
}

SmsfFunctionSingleAllOf1 struct for SmsfFunctionSingleAllOf1

func NewSmsfFunctionSingleAllOf1 ¶

func NewSmsfFunctionSingleAllOf1() *SmsfFunctionSingleAllOf1

NewSmsfFunctionSingleAllOf1 instantiates a new SmsfFunctionSingleAllOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSmsfFunctionSingleAllOf1WithDefaults ¶

func NewSmsfFunctionSingleAllOf1WithDefaults() *SmsfFunctionSingleAllOf1

NewSmsfFunctionSingleAllOf1WithDefaults instantiates a new SmsfFunctionSingleAllOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SmsfFunctionSingleAllOf1) GetEPN20 ¶

func (o *SmsfFunctionSingleAllOf1) GetEPN20() []EPN20Single

GetEPN20 returns the EPN20 field value if set, zero value otherwise.

func (*SmsfFunctionSingleAllOf1) GetEPN20Ok ¶

func (o *SmsfFunctionSingleAllOf1) GetEPN20Ok() ([]EPN20Single, bool)

GetEPN20Ok returns a tuple with the EPN20 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmsfFunctionSingleAllOf1) GetEPN21 ¶

func (o *SmsfFunctionSingleAllOf1) GetEPN21() []EPN21Single

GetEPN21 returns the EPN21 field value if set, zero value otherwise.

func (*SmsfFunctionSingleAllOf1) GetEPN21Ok ¶

func (o *SmsfFunctionSingleAllOf1) GetEPN21Ok() ([]EPN21Single, bool)

GetEPN21Ok returns a tuple with the EPN21 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmsfFunctionSingleAllOf1) GetEP_MAP_SMSC ¶

func (o *SmsfFunctionSingleAllOf1) GetEP_MAP_SMSC() []EPMAPSMSCSingle

GetEP_MAP_SMSC returns the EP_MAP_SMSC field value if set, zero value otherwise.

func (*SmsfFunctionSingleAllOf1) GetEP_MAP_SMSCOk ¶

func (o *SmsfFunctionSingleAllOf1) GetEP_MAP_SMSCOk() ([]EPMAPSMSCSingle, bool)

GetEP_MAP_SMSCOk returns a tuple with the EP_MAP_SMSC field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmsfFunctionSingleAllOf1) HasEPN20 ¶

func (o *SmsfFunctionSingleAllOf1) HasEPN20() bool

HasEPN20 returns a boolean if a field has been set.

func (*SmsfFunctionSingleAllOf1) HasEPN21 ¶

func (o *SmsfFunctionSingleAllOf1) HasEPN21() bool

HasEPN21 returns a boolean if a field has been set.

func (*SmsfFunctionSingleAllOf1) HasEP_MAP_SMSC ¶

func (o *SmsfFunctionSingleAllOf1) HasEP_MAP_SMSC() bool

HasEP_MAP_SMSC returns a boolean if a field has been set.

func (SmsfFunctionSingleAllOf1) MarshalJSON ¶

func (o SmsfFunctionSingleAllOf1) MarshalJSON() ([]byte, error)

func (*SmsfFunctionSingleAllOf1) SetEPN20 ¶

func (o *SmsfFunctionSingleAllOf1) SetEPN20(v []EPN20Single)

SetEPN20 gets a reference to the given []EPN20Single and assigns it to the EPN20 field.

func (*SmsfFunctionSingleAllOf1) SetEPN21 ¶

func (o *SmsfFunctionSingleAllOf1) SetEPN21(v []EPN21Single)

SetEPN21 gets a reference to the given []EPN21Single and assigns it to the EPN21 field.

func (*SmsfFunctionSingleAllOf1) SetEP_MAP_SMSC ¶

func (o *SmsfFunctionSingleAllOf1) SetEP_MAP_SMSC(v []EPMAPSMSCSingle)

SetEP_MAP_SMSC gets a reference to the given []EPMAPSMSCSingle and assigns it to the EP_MAP_SMSC field.

func (SmsfFunctionSingleAllOf1) ToMap ¶

func (o SmsfFunctionSingleAllOf1) ToMap() (map[string]interface{}, error)

type SmsfFunctionSingleAllOfAttributes ¶

type SmsfFunctionSingleAllOfAttributes struct {
	ManagedFunctionAttr
	PlmnIdList       []PlmnId          `json:"plmnIdList,omitempty"`
	SBIFqdn          *string           `json:"sBIFqdn,omitempty"`
	ManagedNFProfile *ManagedNFProfile `json:"managedNFProfile,omitempty"`
	CommModelList    []CommModel       `json:"commModelList,omitempty"`
}

SmsfFunctionSingleAllOfAttributes struct for SmsfFunctionSingleAllOfAttributes

func NewSmsfFunctionSingleAllOfAttributes ¶

func NewSmsfFunctionSingleAllOfAttributes() *SmsfFunctionSingleAllOfAttributes

NewSmsfFunctionSingleAllOfAttributes instantiates a new SmsfFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSmsfFunctionSingleAllOfAttributesWithDefaults ¶

func NewSmsfFunctionSingleAllOfAttributesWithDefaults() *SmsfFunctionSingleAllOfAttributes

NewSmsfFunctionSingleAllOfAttributesWithDefaults instantiates a new SmsfFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SmsfFunctionSingleAllOfAttributes) GetCommModelList ¶

func (o *SmsfFunctionSingleAllOfAttributes) GetCommModelList() []CommModel

GetCommModelList returns the CommModelList field value if set, zero value otherwise.

func (*SmsfFunctionSingleAllOfAttributes) GetCommModelListOk ¶

func (o *SmsfFunctionSingleAllOfAttributes) GetCommModelListOk() ([]CommModel, bool)

GetCommModelListOk returns a tuple with the CommModelList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmsfFunctionSingleAllOfAttributes) GetManagedNFProfile ¶

func (o *SmsfFunctionSingleAllOfAttributes) GetManagedNFProfile() ManagedNFProfile

GetManagedNFProfile returns the ManagedNFProfile field value if set, zero value otherwise.

func (*SmsfFunctionSingleAllOfAttributes) GetManagedNFProfileOk ¶

func (o *SmsfFunctionSingleAllOfAttributes) GetManagedNFProfileOk() (*ManagedNFProfile, bool)

GetManagedNFProfileOk returns a tuple with the ManagedNFProfile field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmsfFunctionSingleAllOfAttributes) GetPlmnIdList ¶

func (o *SmsfFunctionSingleAllOfAttributes) GetPlmnIdList() []PlmnId

GetPlmnIdList returns the PlmnIdList field value if set, zero value otherwise.

func (*SmsfFunctionSingleAllOfAttributes) GetPlmnIdListOk ¶

func (o *SmsfFunctionSingleAllOfAttributes) GetPlmnIdListOk() ([]PlmnId, bool)

GetPlmnIdListOk returns a tuple with the PlmnIdList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmsfFunctionSingleAllOfAttributes) GetSBIFqdn ¶

func (o *SmsfFunctionSingleAllOfAttributes) GetSBIFqdn() string

GetSBIFqdn returns the SBIFqdn field value if set, zero value otherwise.

func (*SmsfFunctionSingleAllOfAttributes) GetSBIFqdnOk ¶

func (o *SmsfFunctionSingleAllOfAttributes) GetSBIFqdnOk() (*string, bool)

GetSBIFqdnOk returns a tuple with the SBIFqdn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmsfFunctionSingleAllOfAttributes) HasCommModelList ¶

func (o *SmsfFunctionSingleAllOfAttributes) HasCommModelList() bool

HasCommModelList returns a boolean if a field has been set.

func (*SmsfFunctionSingleAllOfAttributes) HasManagedNFProfile ¶

func (o *SmsfFunctionSingleAllOfAttributes) HasManagedNFProfile() bool

HasManagedNFProfile returns a boolean if a field has been set.

func (*SmsfFunctionSingleAllOfAttributes) HasPlmnIdList ¶

func (o *SmsfFunctionSingleAllOfAttributes) HasPlmnIdList() bool

HasPlmnIdList returns a boolean if a field has been set.

func (*SmsfFunctionSingleAllOfAttributes) HasSBIFqdn ¶

func (o *SmsfFunctionSingleAllOfAttributes) HasSBIFqdn() bool

HasSBIFqdn returns a boolean if a field has been set.

func (SmsfFunctionSingleAllOfAttributes) MarshalJSON ¶

func (o SmsfFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*SmsfFunctionSingleAllOfAttributes) SetCommModelList ¶

func (o *SmsfFunctionSingleAllOfAttributes) SetCommModelList(v []CommModel)

SetCommModelList gets a reference to the given []CommModel and assigns it to the CommModelList field.

func (*SmsfFunctionSingleAllOfAttributes) SetManagedNFProfile ¶

func (o *SmsfFunctionSingleAllOfAttributes) SetManagedNFProfile(v ManagedNFProfile)

SetManagedNFProfile gets a reference to the given ManagedNFProfile and assigns it to the ManagedNFProfile field.

func (*SmsfFunctionSingleAllOfAttributes) SetPlmnIdList ¶

func (o *SmsfFunctionSingleAllOfAttributes) SetPlmnIdList(v []PlmnId)

SetPlmnIdList gets a reference to the given []PlmnId and assigns it to the PlmnIdList field.

func (*SmsfFunctionSingleAllOfAttributes) SetSBIFqdn ¶

func (o *SmsfFunctionSingleAllOfAttributes) SetSBIFqdn(v string)

SetSBIFqdn gets a reference to the given string and assigns it to the SBIFqdn field.

func (SmsfFunctionSingleAllOfAttributes) ToMap ¶

func (o SmsfFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type SmsfFunctionSingleAllOfAttributesAllOf ¶

type SmsfFunctionSingleAllOfAttributesAllOf struct {
	PlmnIdList       []PlmnId          `json:"plmnIdList,omitempty"`
	SBIFqdn          *string           `json:"sBIFqdn,omitempty"`
	ManagedNFProfile *ManagedNFProfile `json:"managedNFProfile,omitempty"`
	CommModelList    []CommModel       `json:"commModelList,omitempty"`
}

SmsfFunctionSingleAllOfAttributesAllOf struct for SmsfFunctionSingleAllOfAttributesAllOf

func NewSmsfFunctionSingleAllOfAttributesAllOf ¶

func NewSmsfFunctionSingleAllOfAttributesAllOf() *SmsfFunctionSingleAllOfAttributesAllOf

NewSmsfFunctionSingleAllOfAttributesAllOf instantiates a new SmsfFunctionSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSmsfFunctionSingleAllOfAttributesAllOfWithDefaults ¶

func NewSmsfFunctionSingleAllOfAttributesAllOfWithDefaults() *SmsfFunctionSingleAllOfAttributesAllOf

NewSmsfFunctionSingleAllOfAttributesAllOfWithDefaults instantiates a new SmsfFunctionSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SmsfFunctionSingleAllOfAttributesAllOf) GetCommModelList ¶

func (o *SmsfFunctionSingleAllOfAttributesAllOf) GetCommModelList() []CommModel

GetCommModelList returns the CommModelList field value if set, zero value otherwise.

func (*SmsfFunctionSingleAllOfAttributesAllOf) GetCommModelListOk ¶

func (o *SmsfFunctionSingleAllOfAttributesAllOf) GetCommModelListOk() ([]CommModel, bool)

GetCommModelListOk returns a tuple with the CommModelList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmsfFunctionSingleAllOfAttributesAllOf) GetManagedNFProfile ¶

GetManagedNFProfile returns the ManagedNFProfile field value if set, zero value otherwise.

func (*SmsfFunctionSingleAllOfAttributesAllOf) GetManagedNFProfileOk ¶

func (o *SmsfFunctionSingleAllOfAttributesAllOf) GetManagedNFProfileOk() (*ManagedNFProfile, bool)

GetManagedNFProfileOk returns a tuple with the ManagedNFProfile field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmsfFunctionSingleAllOfAttributesAllOf) GetPlmnIdList ¶

func (o *SmsfFunctionSingleAllOfAttributesAllOf) GetPlmnIdList() []PlmnId

GetPlmnIdList returns the PlmnIdList field value if set, zero value otherwise.

func (*SmsfFunctionSingleAllOfAttributesAllOf) GetPlmnIdListOk ¶

func (o *SmsfFunctionSingleAllOfAttributesAllOf) GetPlmnIdListOk() ([]PlmnId, bool)

GetPlmnIdListOk returns a tuple with the PlmnIdList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmsfFunctionSingleAllOfAttributesAllOf) GetSBIFqdn ¶

GetSBIFqdn returns the SBIFqdn field value if set, zero value otherwise.

func (*SmsfFunctionSingleAllOfAttributesAllOf) GetSBIFqdnOk ¶

func (o *SmsfFunctionSingleAllOfAttributesAllOf) GetSBIFqdnOk() (*string, bool)

GetSBIFqdnOk returns a tuple with the SBIFqdn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmsfFunctionSingleAllOfAttributesAllOf) HasCommModelList ¶

func (o *SmsfFunctionSingleAllOfAttributesAllOf) HasCommModelList() bool

HasCommModelList returns a boolean if a field has been set.

func (*SmsfFunctionSingleAllOfAttributesAllOf) HasManagedNFProfile ¶

func (o *SmsfFunctionSingleAllOfAttributesAllOf) HasManagedNFProfile() bool

HasManagedNFProfile returns a boolean if a field has been set.

func (*SmsfFunctionSingleAllOfAttributesAllOf) HasPlmnIdList ¶

func (o *SmsfFunctionSingleAllOfAttributesAllOf) HasPlmnIdList() bool

HasPlmnIdList returns a boolean if a field has been set.

func (*SmsfFunctionSingleAllOfAttributesAllOf) HasSBIFqdn ¶

HasSBIFqdn returns a boolean if a field has been set.

func (SmsfFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (o SmsfFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)

func (*SmsfFunctionSingleAllOfAttributesAllOf) SetCommModelList ¶

func (o *SmsfFunctionSingleAllOfAttributesAllOf) SetCommModelList(v []CommModel)

SetCommModelList gets a reference to the given []CommModel and assigns it to the CommModelList field.

func (*SmsfFunctionSingleAllOfAttributesAllOf) SetManagedNFProfile ¶

func (o *SmsfFunctionSingleAllOfAttributesAllOf) SetManagedNFProfile(v ManagedNFProfile)

SetManagedNFProfile gets a reference to the given ManagedNFProfile and assigns it to the ManagedNFProfile field.

func (*SmsfFunctionSingleAllOfAttributesAllOf) SetPlmnIdList ¶

func (o *SmsfFunctionSingleAllOfAttributesAllOf) SetPlmnIdList(v []PlmnId)

SetPlmnIdList gets a reference to the given []PlmnId and assigns it to the PlmnIdList field.

func (*SmsfFunctionSingleAllOfAttributesAllOf) SetSBIFqdn ¶

SetSBIFqdn gets a reference to the given string and assigns it to the SBIFqdn field.

func (SmsfFunctionSingleAllOfAttributesAllOf) ToMap ¶

func (o SmsfFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)

type SnpnId ¶

type SnpnId struct {
	Mcc *string `json:"mcc,omitempty"`
	Mnc *string `json:"mnc,omitempty"`
	Nid *string `json:"nid,omitempty"`
}

SnpnId struct for SnpnId

func NewSnpnId ¶

func NewSnpnId() *SnpnId

NewSnpnId instantiates a new SnpnId object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSnpnIdWithDefaults ¶

func NewSnpnIdWithDefaults() *SnpnId

NewSnpnIdWithDefaults instantiates a new SnpnId object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SnpnId) GetMcc ¶

func (o *SnpnId) GetMcc() string

GetMcc returns the Mcc field value if set, zero value otherwise.

func (*SnpnId) GetMccOk ¶

func (o *SnpnId) 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 (*SnpnId) GetMnc ¶

func (o *SnpnId) GetMnc() string

GetMnc returns the Mnc field value if set, zero value otherwise.

func (*SnpnId) GetMncOk ¶

func (o *SnpnId) GetMncOk() (*string, bool)

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 (*SnpnId) GetNid ¶

func (o *SnpnId) GetNid() string

GetNid returns the Nid field value if set, zero value otherwise.

func (*SnpnId) GetNidOk ¶

func (o *SnpnId) GetNidOk() (*string, bool)

GetNidOk returns a tuple with the Nid field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SnpnId) HasMcc ¶

func (o *SnpnId) HasMcc() bool

HasMcc returns a boolean if a field has been set.

func (*SnpnId) HasMnc ¶

func (o *SnpnId) HasMnc() bool

HasMnc returns a boolean if a field has been set.

func (*SnpnId) HasNid ¶

func (o *SnpnId) HasNid() bool

HasNid returns a boolean if a field has been set.

func (SnpnId) MarshalJSON ¶

func (o SnpnId) MarshalJSON() ([]byte, error)

func (*SnpnId) SetMcc ¶

func (o *SnpnId) SetMcc(v string)

SetMcc gets a reference to the given string and assigns it to the Mcc field.

func (*SnpnId) SetMnc ¶

func (o *SnpnId) SetMnc(v string)

SetMnc gets a reference to the given string and assigns it to the Mnc field.

func (*SnpnId) SetNid ¶

func (o *SnpnId) SetNid(v string)

SetNid gets a reference to the given string and assigns it to the Nid field.

func (SnpnId) ToMap ¶

func (o SnpnId) ToMap() (map[string]interface{}, error)

type SnpnInfo ¶

type SnpnInfo struct {
	SnpnId *SnpnId `json:"snpnId,omitempty"`
	Snssai *Snssai `json:"snssai,omitempty"`
}

SnpnInfo struct for SnpnInfo

func NewSnpnInfo ¶

func NewSnpnInfo() *SnpnInfo

NewSnpnInfo instantiates a new SnpnInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSnpnInfoWithDefaults ¶

func NewSnpnInfoWithDefaults() *SnpnInfo

NewSnpnInfoWithDefaults instantiates a new SnpnInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SnpnInfo) GetSnpnId ¶

func (o *SnpnInfo) GetSnpnId() SnpnId

GetSnpnId returns the SnpnId field value if set, zero value otherwise.

func (*SnpnInfo) GetSnpnIdOk ¶

func (o *SnpnInfo) GetSnpnIdOk() (*SnpnId, bool)

GetSnpnIdOk returns a tuple with the SnpnId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SnpnInfo) GetSnssai ¶

func (o *SnpnInfo) GetSnssai() Snssai

GetSnssai returns the Snssai field value if set, zero value otherwise.

func (*SnpnInfo) GetSnssaiOk ¶

func (o *SnpnInfo) GetSnssaiOk() (*Snssai, bool)

GetSnssaiOk returns a tuple with the Snssai field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SnpnInfo) HasSnpnId ¶

func (o *SnpnInfo) HasSnpnId() bool

HasSnpnId returns a boolean if a field has been set.

func (*SnpnInfo) HasSnssai ¶

func (o *SnpnInfo) HasSnssai() bool

HasSnssai returns a boolean if a field has been set.

func (SnpnInfo) MarshalJSON ¶

func (o SnpnInfo) MarshalJSON() ([]byte, error)

func (*SnpnInfo) SetSnpnId ¶

func (o *SnpnInfo) SetSnpnId(v SnpnId)

SetSnpnId gets a reference to the given SnpnId and assigns it to the SnpnId field.

func (*SnpnInfo) SetSnssai ¶

func (o *SnpnInfo) SetSnssai(v Snssai)

SetSnssai gets a reference to the given Snssai and assigns it to the Snssai field.

func (SnpnInfo) ToMap ¶

func (o SnpnInfo) ToMap() (map[string]interface{}, error)

type Snssai ¶

type Snssai struct {
	Sst *int32  `json:"sst,omitempty"`
	Sd  *string `json:"sd,omitempty"`
}

Snssai struct for Snssai

func NewSnssai ¶

func NewSnssai() *Snssai

NewSnssai instantiates a new Snssai object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSnssaiWithDefaults ¶

func NewSnssaiWithDefaults() *Snssai

NewSnssaiWithDefaults instantiates a new Snssai object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Snssai) GetSd ¶

func (o *Snssai) GetSd() string

GetSd returns the Sd field value if set, zero value otherwise.

func (*Snssai) GetSdOk ¶

func (o *Snssai) GetSdOk() (*string, bool)

GetSdOk returns a tuple with the Sd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Snssai) GetSst ¶

func (o *Snssai) GetSst() int32

GetSst returns the Sst field value if set, zero value otherwise.

func (*Snssai) GetSstOk ¶

func (o *Snssai) 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 (*Snssai) HasSd ¶

func (o *Snssai) HasSd() bool

HasSd returns a boolean if a field has been set.

func (*Snssai) HasSst ¶

func (o *Snssai) HasSst() bool

HasSst returns a boolean if a field has been set.

func (Snssai) MarshalJSON ¶

func (o Snssai) MarshalJSON() ([]byte, error)

func (*Snssai) SetSd ¶

func (o *Snssai) SetSd(v string)

SetSd gets a reference to the given string and assigns it to the Sd field.

func (*Snssai) SetSst ¶

func (o *Snssai) SetSst(v int32)

SetSst gets a reference to the given int32 and assigns it to the Sst field.

func (Snssai) ToMap ¶

func (o Snssai) ToMap() (map[string]interface{}, error)

type Snssai1 ¶

type Snssai1 struct {
	// Unsigned integer, within the range 0 to 255, representing the Slice/Service Type.  It indicates the expected Network Slice behaviour in terms of features and services. Values 0 to 127 correspond to the standardized SST range. Values 128 to 255 correspond  to the Operator-specific range. See clause 28.4.2 of 3GPP TS 23.003. Standardized values are defined in clause 5.15.2.2 of 3GPP TS 23.501.
	Sst int32 `json:"sst"`
	// 3-octet string, representing the Slice Differentiator, in hexadecimal representation. Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The most significant character representing the 4 most significant bits of the SD shall appear first in the string, and the character representing the 4 least significant bit of the SD shall appear last in the string. This is an optional parameter that complements the Slice/Service type(s) to allow to  differentiate amongst multiple Network Slices of the same Slice/Service type. This IE shall be absent if no SD value is associated with the SST.
	Sd *string `json:"sd,omitempty"`
}

Snssai1 When Snssai needs to be converted to string (e.g. when used in maps as key), the string shall be composed of one to three digits \"sst\" optionally followed by \"-\" and 6 hexadecimal digits \"sd\".

func NewSnssai1 ¶

func NewSnssai1(sst int32) *Snssai1

NewSnssai1 instantiates a new Snssai1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSnssai1WithDefaults ¶

func NewSnssai1WithDefaults() *Snssai1

NewSnssai1WithDefaults instantiates a new Snssai1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Snssai1) GetSd ¶

func (o *Snssai1) GetSd() string

GetSd returns the Sd field value if set, zero value otherwise.

func (*Snssai1) GetSdOk ¶

func (o *Snssai1) GetSdOk() (*string, bool)

GetSdOk returns a tuple with the Sd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Snssai1) GetSst ¶

func (o *Snssai1) GetSst() int32

GetSst returns the Sst field value

func (*Snssai1) GetSstOk ¶

func (o *Snssai1) GetSstOk() (*int32, bool)

GetSstOk returns a tuple with the Sst field value and a boolean to check if the value has been set.

func (*Snssai1) HasSd ¶

func (o *Snssai1) HasSd() bool

HasSd returns a boolean if a field has been set.

func (Snssai1) MarshalJSON ¶

func (o Snssai1) MarshalJSON() ([]byte, error)

func (*Snssai1) SetSd ¶

func (o *Snssai1) SetSd(v string)

SetSd gets a reference to the given string and assigns it to the Sd field.

func (*Snssai1) SetSst ¶

func (o *Snssai1) SetSst(v int32)

SetSst sets field value

func (Snssai1) ToMap ¶

func (o Snssai1) ToMap() (map[string]interface{}, error)

type SnssaiExtension ¶

type SnssaiExtension struct {
	// When present, it shall contain the range(s) of Slice Differentiator values supported for the Slice/Service Type value indicated in the sst attribute of the Snssai data type
	SdRanges []SdRange `json:"sdRanges,omitempty"`
	// When present, it shall be set to true, to indicate that all SD values are supported for the Slice/Service Type value indicated in the sst attribute of the Snssai data type.
	WildcardSd *bool `json:"wildcardSd,omitempty"`
}

SnssaiExtension Extensions to the Snssai data type, sdRanges and wildcardSd shall not be present simultaneously

func NewSnssaiExtension ¶

func NewSnssaiExtension() *SnssaiExtension

NewSnssaiExtension instantiates a new SnssaiExtension object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSnssaiExtensionWithDefaults ¶

func NewSnssaiExtensionWithDefaults() *SnssaiExtension

NewSnssaiExtensionWithDefaults instantiates a new SnssaiExtension object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SnssaiExtension) GetSdRanges ¶

func (o *SnssaiExtension) GetSdRanges() []SdRange

GetSdRanges returns the SdRanges field value if set, zero value otherwise.

func (*SnssaiExtension) GetSdRangesOk ¶

func (o *SnssaiExtension) GetSdRangesOk() ([]SdRange, bool)

GetSdRangesOk returns a tuple with the SdRanges field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SnssaiExtension) GetWildcardSd ¶

func (o *SnssaiExtension) GetWildcardSd() bool

GetWildcardSd returns the WildcardSd field value if set, zero value otherwise.

func (*SnssaiExtension) GetWildcardSdOk ¶

func (o *SnssaiExtension) GetWildcardSdOk() (*bool, bool)

GetWildcardSdOk returns a tuple with the WildcardSd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SnssaiExtension) HasSdRanges ¶

func (o *SnssaiExtension) HasSdRanges() bool

HasSdRanges returns a boolean if a field has been set.

func (*SnssaiExtension) HasWildcardSd ¶

func (o *SnssaiExtension) HasWildcardSd() bool

HasWildcardSd returns a boolean if a field has been set.

func (SnssaiExtension) MarshalJSON ¶

func (o SnssaiExtension) MarshalJSON() ([]byte, error)

func (*SnssaiExtension) SetSdRanges ¶

func (o *SnssaiExtension) SetSdRanges(v []SdRange)

SetSdRanges gets a reference to the given []SdRange and assigns it to the SdRanges field.

func (*SnssaiExtension) SetWildcardSd ¶

func (o *SnssaiExtension) SetWildcardSd(v bool)

SetWildcardSd gets a reference to the given bool and assigns it to the WildcardSd field.

func (SnssaiExtension) ToMap ¶

func (o SnssaiExtension) ToMap() (map[string]interface{}, error)

type SnssaiInfo ¶

type SnssaiInfo struct {
	PlmnInfo            *PlmnInfo            `json:"plmnInfo,omitempty"`
	AdministrativeState *AdministrativeState `json:"administrativeState,omitempty"`
}

SnssaiInfo struct for SnssaiInfo

func NewSnssaiInfo ¶

func NewSnssaiInfo() *SnssaiInfo

NewSnssaiInfo instantiates a new SnssaiInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSnssaiInfoWithDefaults ¶

func NewSnssaiInfoWithDefaults() *SnssaiInfo

NewSnssaiInfoWithDefaults instantiates a new SnssaiInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SnssaiInfo) GetAdministrativeState ¶

func (o *SnssaiInfo) GetAdministrativeState() AdministrativeState

GetAdministrativeState returns the AdministrativeState field value if set, zero value otherwise.

func (*SnssaiInfo) GetAdministrativeStateOk ¶

func (o *SnssaiInfo) 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 (*SnssaiInfo) GetPlmnInfo ¶

func (o *SnssaiInfo) GetPlmnInfo() PlmnInfo

GetPlmnInfo returns the PlmnInfo field value if set, zero value otherwise.

func (*SnssaiInfo) GetPlmnInfoOk ¶

func (o *SnssaiInfo) GetPlmnInfoOk() (*PlmnInfo, bool)

GetPlmnInfoOk returns a tuple with the PlmnInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SnssaiInfo) HasAdministrativeState ¶

func (o *SnssaiInfo) HasAdministrativeState() bool

HasAdministrativeState returns a boolean if a field has been set.

func (*SnssaiInfo) HasPlmnInfo ¶

func (o *SnssaiInfo) HasPlmnInfo() bool

HasPlmnInfo returns a boolean if a field has been set.

func (SnssaiInfo) MarshalJSON ¶

func (o SnssaiInfo) MarshalJSON() ([]byte, error)

func (*SnssaiInfo) SetAdministrativeState ¶

func (o *SnssaiInfo) SetAdministrativeState(v AdministrativeState)

SetAdministrativeState gets a reference to the given AdministrativeState and assigns it to the AdministrativeState field.

func (*SnssaiInfo) SetPlmnInfo ¶

func (o *SnssaiInfo) SetPlmnInfo(v PlmnInfo)

SetPlmnInfo gets a reference to the given PlmnInfo and assigns it to the PlmnInfo field.

func (SnssaiInfo) ToMap ¶

func (o SnssaiInfo) ToMap() (map[string]interface{}, error)

type SnssaiInfoItem ¶

type SnssaiInfoItem struct {
	SNssai      ExtSnssai     `json:"sNssai"`
	DnnInfoList []DnnInfoItem `json:"dnnInfoList"`
}

SnssaiInfoItem Parameters supported by an NF for a given S-NSSAI Set of parameters supported by NF for a given S-NSSAI

func NewSnssaiInfoItem ¶

func NewSnssaiInfoItem(sNssai ExtSnssai, dnnInfoList []DnnInfoItem) *SnssaiInfoItem

NewSnssaiInfoItem instantiates a new SnssaiInfoItem object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSnssaiInfoItemWithDefaults ¶

func NewSnssaiInfoItemWithDefaults() *SnssaiInfoItem

NewSnssaiInfoItemWithDefaults instantiates a new SnssaiInfoItem object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SnssaiInfoItem) GetDnnInfoList ¶

func (o *SnssaiInfoItem) GetDnnInfoList() []DnnInfoItem

GetDnnInfoList returns the DnnInfoList field value

func (*SnssaiInfoItem) GetDnnInfoListOk ¶

func (o *SnssaiInfoItem) GetDnnInfoListOk() ([]DnnInfoItem, bool)

GetDnnInfoListOk returns a tuple with the DnnInfoList field value and a boolean to check if the value has been set.

func (*SnssaiInfoItem) GetSNssai ¶

func (o *SnssaiInfoItem) GetSNssai() ExtSnssai

GetSNssai returns the SNssai field value

func (*SnssaiInfoItem) GetSNssaiOk ¶

func (o *SnssaiInfoItem) GetSNssaiOk() (*ExtSnssai, bool)

GetSNssaiOk returns a tuple with the SNssai field value and a boolean to check if the value has been set.

func (SnssaiInfoItem) MarshalJSON ¶

func (o SnssaiInfoItem) MarshalJSON() ([]byte, error)

func (*SnssaiInfoItem) SetDnnInfoList ¶

func (o *SnssaiInfoItem) SetDnnInfoList(v []DnnInfoItem)

SetDnnInfoList sets field value

func (*SnssaiInfoItem) SetSNssai ¶

func (o *SnssaiInfoItem) SetSNssai(v ExtSnssai)

SetSNssai sets field value

func (SnssaiInfoItem) ToMap ¶

func (o SnssaiInfoItem) ToMap() (map[string]interface{}, error)

type SourceIndicator ¶

type SourceIndicator string

SourceIndicator the model 'SourceIndicator'

const (
	RESOURCE_OPERATION   SourceIndicator = "RESOURCE_OPERATION"
	MANAGEMENT_OPERATION SourceIndicator = "MANAGEMENT_OPERATION"
	SON_OPERATION        SourceIndicator = "SON_OPERATION"
	UNKNOWN              SourceIndicator = "UNKNOWN"
)

List of SourceIndicator

func NewSourceIndicatorFromValue ¶

func NewSourceIndicatorFromValue(v string) (*SourceIndicator, error)

NewSourceIndicatorFromValue returns a pointer to a valid SourceIndicator for the value passed as argument, or an error if the value passed is not allowed by the enum

func (SourceIndicator) IsValid ¶

func (v SourceIndicator) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (SourceIndicator) Ptr ¶

Ptr returns reference to SourceIndicator value

func (*SourceIndicator) UnmarshalJSON ¶

func (v *SourceIndicator) UnmarshalJSON(src []byte) error

type SpecificProblem ¶

type SpecificProblem struct {
	Int32  *int32
	String *string
}

SpecificProblem - struct for SpecificProblem

func Int32AsSpecificProblem ¶

func Int32AsSpecificProblem(v *int32) SpecificProblem

int32AsSpecificProblem is a convenience function that returns int32 wrapped in SpecificProblem

func StringAsSpecificProblem ¶

func StringAsSpecificProblem(v *string) SpecificProblem

stringAsSpecificProblem is a convenience function that returns string wrapped in SpecificProblem

func (*SpecificProblem) GetActualInstance ¶

func (obj *SpecificProblem) GetActualInstance() interface{}

Get the actual instance

func (SpecificProblem) MarshalJSON ¶

func (src SpecificProblem) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*SpecificProblem) UnmarshalJSON ¶

func (dst *SpecificProblem) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type SsbDuration ¶

type SsbDuration int32

SsbDuration the model 'SsbDuration'

func NewSsbDurationFromValue ¶

func NewSsbDurationFromValue(v int32) (*SsbDuration, error)

NewSsbDurationFromValue returns a pointer to a valid SsbDuration for the value passed as argument, or an error if the value passed is not allowed by the enum

func (SsbDuration) IsValid ¶

func (v SsbDuration) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (SsbDuration) Ptr ¶

func (v SsbDuration) Ptr() *SsbDuration

Ptr returns reference to SsbDuration value

func (*SsbDuration) UnmarshalJSON ¶

func (v *SsbDuration) UnmarshalJSON(src []byte) error

type SsbPeriodicity ¶

type SsbPeriodicity int32

SsbPeriodicity the model 'SsbPeriodicity'

func NewSsbPeriodicityFromValue ¶

func NewSsbPeriodicityFromValue(v int32) (*SsbPeriodicity, error)

NewSsbPeriodicityFromValue returns a pointer to a valid SsbPeriodicity for the value passed as argument, or an error if the value passed is not allowed by the enum

func (SsbPeriodicity) IsValid ¶

func (v SsbPeriodicity) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (SsbPeriodicity) Ptr ¶

func (v SsbPeriodicity) Ptr() *SsbPeriodicity

Ptr returns reference to SsbPeriodicity value

func (*SsbPeriodicity) UnmarshalJSON ¶

func (v *SsbPeriodicity) UnmarshalJSON(src []byte) error

type SsbSubCarrierSpacing ¶

type SsbSubCarrierSpacing int32

SsbSubCarrierSpacing the model 'SsbSubCarrierSpacing'

func NewSsbSubCarrierSpacingFromValue ¶

func NewSsbSubCarrierSpacingFromValue(v int32) (*SsbSubCarrierSpacing, error)

NewSsbSubCarrierSpacingFromValue returns a pointer to a valid SsbSubCarrierSpacing for the value passed as argument, or an error if the value passed is not allowed by the enum

func (SsbSubCarrierSpacing) IsValid ¶

func (v SsbSubCarrierSpacing) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (SsbSubCarrierSpacing) Ptr ¶

Ptr returns reference to SsbSubCarrierSpacing value

func (*SsbSubCarrierSpacing) UnmarshalJSON ¶

func (v *SsbSubCarrierSpacing) UnmarshalJSON(src []byte) error

type SteerModeValue ¶

type SteerModeValue struct {
	String *string
}

SteerModeValue Indicates the steering mode value determined by the PCF.

func (*SteerModeValue) MarshalJSON ¶

func (src *SteerModeValue) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*SteerModeValue) UnmarshalJSON ¶

func (dst *SteerModeValue) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type SteeringFunctionality ¶

type SteeringFunctionality struct {
	String *string
}

SteeringFunctionality Possible values are - MPTCP: Indicates that PCF authorizes the MPTCP functionality to support traffic steering, switching and splitting. - ATSSS_LL: Indicates that PCF authorizes the ATSSS-LL functionality to support traffic steering, switching and splitting.

func (*SteeringFunctionality) MarshalJSON ¶

func (src *SteeringFunctionality) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*SteeringFunctionality) UnmarshalJSON ¶

func (dst *SteeringFunctionality) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type SteeringMode ¶

type SteeringMode struct {
	SteerModeValue *SteerModeValue `json:"steerModeValue,omitempty"`
	Active         *AccessType     `json:"active,omitempty"`
	Standby        *AccessTypeRm   `json:"standby,omitempty"`
	// Unsigned Integer, i.e. only value 0 and integers above 0 are permissible.
	ThreeGLoad *int32      `json:"threeGLoad,omitempty"`
	PrioAcc    *AccessType `json:"prioAcc,omitempty"`
}

SteeringMode struct for SteeringMode

func NewSteeringMode ¶

func NewSteeringMode() *SteeringMode

NewSteeringMode instantiates a new SteeringMode object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSteeringModeWithDefaults ¶

func NewSteeringModeWithDefaults() *SteeringMode

NewSteeringModeWithDefaults instantiates a new SteeringMode object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SteeringMode) GetActive ¶

func (o *SteeringMode) GetActive() AccessType

GetActive returns the Active field value if set, zero value otherwise.

func (*SteeringMode) GetActiveOk ¶

func (o *SteeringMode) GetActiveOk() (*AccessType, bool)

GetActiveOk returns a tuple with the Active field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SteeringMode) GetPrioAcc ¶

func (o *SteeringMode) GetPrioAcc() AccessType

GetPrioAcc returns the PrioAcc field value if set, zero value otherwise.

func (*SteeringMode) GetPrioAccOk ¶

func (o *SteeringMode) GetPrioAccOk() (*AccessType, bool)

GetPrioAccOk returns a tuple with the PrioAcc field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SteeringMode) GetStandby ¶

func (o *SteeringMode) GetStandby() AccessTypeRm

GetStandby returns the Standby field value if set, zero value otherwise.

func (*SteeringMode) GetStandbyOk ¶

func (o *SteeringMode) GetStandbyOk() (*AccessTypeRm, bool)

GetStandbyOk returns a tuple with the Standby field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SteeringMode) GetSteerModeValue ¶

func (o *SteeringMode) GetSteerModeValue() SteerModeValue

GetSteerModeValue returns the SteerModeValue field value if set, zero value otherwise.

func (*SteeringMode) GetSteerModeValueOk ¶

func (o *SteeringMode) GetSteerModeValueOk() (*SteerModeValue, bool)

GetSteerModeValueOk returns a tuple with the SteerModeValue field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SteeringMode) GetThreeGLoad ¶

func (o *SteeringMode) GetThreeGLoad() int32

GetThreeGLoad returns the ThreeGLoad field value if set, zero value otherwise.

func (*SteeringMode) GetThreeGLoadOk ¶

func (o *SteeringMode) GetThreeGLoadOk() (*int32, bool)

GetThreeGLoadOk returns a tuple with the ThreeGLoad field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SteeringMode) HasActive ¶

func (o *SteeringMode) HasActive() bool

HasActive returns a boolean if a field has been set.

func (*SteeringMode) HasPrioAcc ¶

func (o *SteeringMode) HasPrioAcc() bool

HasPrioAcc returns a boolean if a field has been set.

func (*SteeringMode) HasStandby ¶

func (o *SteeringMode) HasStandby() bool

HasStandby returns a boolean if a field has been set.

func (*SteeringMode) HasSteerModeValue ¶

func (o *SteeringMode) HasSteerModeValue() bool

HasSteerModeValue returns a boolean if a field has been set.

func (*SteeringMode) HasThreeGLoad ¶

func (o *SteeringMode) HasThreeGLoad() bool

HasThreeGLoad returns a boolean if a field has been set.

func (SteeringMode) MarshalJSON ¶

func (o SteeringMode) MarshalJSON() ([]byte, error)

func (*SteeringMode) SetActive ¶

func (o *SteeringMode) SetActive(v AccessType)

SetActive gets a reference to the given AccessType and assigns it to the Active field.

func (*SteeringMode) SetPrioAcc ¶

func (o *SteeringMode) SetPrioAcc(v AccessType)

SetPrioAcc gets a reference to the given AccessType and assigns it to the PrioAcc field.

func (*SteeringMode) SetStandby ¶

func (o *SteeringMode) SetStandby(v AccessTypeRm)

SetStandby gets a reference to the given AccessTypeRm and assigns it to the Standby field.

func (*SteeringMode) SetSteerModeValue ¶

func (o *SteeringMode) SetSteerModeValue(v SteerModeValue)

SetSteerModeValue gets a reference to the given SteerModeValue and assigns it to the SteerModeValue field.

func (*SteeringMode) SetThreeGLoad ¶

func (o *SteeringMode) SetThreeGLoad(v int32)

SetThreeGLoad gets a reference to the given int32 and assigns it to the ThreeGLoad field.

func (SteeringMode) ToMap ¶

func (o SteeringMode) ToMap() (map[string]interface{}, error)

type SubNetworkAttr ¶

type SubNetworkAttr struct {
	DnPrefix                  *string                    `json:"dnPrefix,omitempty"`
	UserLabel                 *string                    `json:"userLabel,omitempty"`
	UserDefinedNetworkType    *string                    `json:"userDefinedNetworkType,omitempty"`
	SetOfMcc                  []string                   `json:"setOfMcc,omitempty"`
	PriorityLabel             *int32                     `json:"priorityLabel,omitempty"`
	SupportedPerfMetricGroups []SupportedPerfMetricGroup `json:"supportedPerfMetricGroups,omitempty"`
	SupportedTraceMetrics     []string                   `json:"supportedTraceMetrics,omitempty"`
}

SubNetworkAttr struct for SubNetworkAttr

func NewSubNetworkAttr ¶

func NewSubNetworkAttr() *SubNetworkAttr

NewSubNetworkAttr instantiates a new SubNetworkAttr object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSubNetworkAttrWithDefaults ¶

func NewSubNetworkAttrWithDefaults() *SubNetworkAttr

NewSubNetworkAttrWithDefaults instantiates a new SubNetworkAttr object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SubNetworkAttr) GetDnPrefix ¶

func (o *SubNetworkAttr) GetDnPrefix() string

GetDnPrefix returns the DnPrefix field value if set, zero value otherwise.

func (*SubNetworkAttr) GetDnPrefixOk ¶

func (o *SubNetworkAttr) GetDnPrefixOk() (*string, bool)

GetDnPrefixOk returns a tuple with the DnPrefix field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkAttr) GetPriorityLabel ¶

func (o *SubNetworkAttr) GetPriorityLabel() int32

GetPriorityLabel returns the PriorityLabel field value if set, zero value otherwise.

func (*SubNetworkAttr) GetPriorityLabelOk ¶

func (o *SubNetworkAttr) GetPriorityLabelOk() (*int32, bool)

GetPriorityLabelOk returns a tuple with the PriorityLabel field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkAttr) GetSetOfMcc ¶

func (o *SubNetworkAttr) GetSetOfMcc() []string

GetSetOfMcc returns the SetOfMcc field value if set, zero value otherwise.

func (*SubNetworkAttr) GetSetOfMccOk ¶

func (o *SubNetworkAttr) GetSetOfMccOk() ([]string, bool)

GetSetOfMccOk returns a tuple with the SetOfMcc field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkAttr) GetSupportedPerfMetricGroups ¶

func (o *SubNetworkAttr) GetSupportedPerfMetricGroups() []SupportedPerfMetricGroup

GetSupportedPerfMetricGroups returns the SupportedPerfMetricGroups field value if set, zero value otherwise.

func (*SubNetworkAttr) GetSupportedPerfMetricGroupsOk ¶

func (o *SubNetworkAttr) GetSupportedPerfMetricGroupsOk() ([]SupportedPerfMetricGroup, bool)

GetSupportedPerfMetricGroupsOk returns a tuple with the SupportedPerfMetricGroups field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkAttr) GetSupportedTraceMetrics ¶

func (o *SubNetworkAttr) GetSupportedTraceMetrics() []string

GetSupportedTraceMetrics returns the SupportedTraceMetrics field value if set, zero value otherwise.

func (*SubNetworkAttr) GetSupportedTraceMetricsOk ¶

func (o *SubNetworkAttr) GetSupportedTraceMetricsOk() ([]string, bool)

GetSupportedTraceMetricsOk returns a tuple with the SupportedTraceMetrics field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkAttr) GetUserDefinedNetworkType ¶

func (o *SubNetworkAttr) GetUserDefinedNetworkType() string

GetUserDefinedNetworkType returns the UserDefinedNetworkType field value if set, zero value otherwise.

func (*SubNetworkAttr) GetUserDefinedNetworkTypeOk ¶

func (o *SubNetworkAttr) GetUserDefinedNetworkTypeOk() (*string, bool)

GetUserDefinedNetworkTypeOk returns a tuple with the UserDefinedNetworkType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkAttr) GetUserLabel ¶

func (o *SubNetworkAttr) GetUserLabel() string

GetUserLabel returns the UserLabel field value if set, zero value otherwise.

func (*SubNetworkAttr) GetUserLabelOk ¶

func (o *SubNetworkAttr) GetUserLabelOk() (*string, bool)

GetUserLabelOk returns a tuple with the UserLabel field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkAttr) HasDnPrefix ¶

func (o *SubNetworkAttr) HasDnPrefix() bool

HasDnPrefix returns a boolean if a field has been set.

func (*SubNetworkAttr) HasPriorityLabel ¶

func (o *SubNetworkAttr) HasPriorityLabel() bool

HasPriorityLabel returns a boolean if a field has been set.

func (*SubNetworkAttr) HasSetOfMcc ¶

func (o *SubNetworkAttr) HasSetOfMcc() bool

HasSetOfMcc returns a boolean if a field has been set.

func (*SubNetworkAttr) HasSupportedPerfMetricGroups ¶

func (o *SubNetworkAttr) HasSupportedPerfMetricGroups() bool

HasSupportedPerfMetricGroups returns a boolean if a field has been set.

func (*SubNetworkAttr) HasSupportedTraceMetrics ¶

func (o *SubNetworkAttr) HasSupportedTraceMetrics() bool

HasSupportedTraceMetrics returns a boolean if a field has been set.

func (*SubNetworkAttr) HasUserDefinedNetworkType ¶

func (o *SubNetworkAttr) HasUserDefinedNetworkType() bool

HasUserDefinedNetworkType returns a boolean if a field has been set.

func (*SubNetworkAttr) HasUserLabel ¶

func (o *SubNetworkAttr) HasUserLabel() bool

HasUserLabel returns a boolean if a field has been set.

func (SubNetworkAttr) MarshalJSON ¶

func (o SubNetworkAttr) MarshalJSON() ([]byte, error)

func (*SubNetworkAttr) SetDnPrefix ¶

func (o *SubNetworkAttr) SetDnPrefix(v string)

SetDnPrefix gets a reference to the given string and assigns it to the DnPrefix field.

func (*SubNetworkAttr) SetPriorityLabel ¶

func (o *SubNetworkAttr) SetPriorityLabel(v int32)

SetPriorityLabel gets a reference to the given int32 and assigns it to the PriorityLabel field.

func (*SubNetworkAttr) SetSetOfMcc ¶

func (o *SubNetworkAttr) SetSetOfMcc(v []string)

SetSetOfMcc gets a reference to the given []string and assigns it to the SetOfMcc field.

func (*SubNetworkAttr) SetSupportedPerfMetricGroups ¶

func (o *SubNetworkAttr) SetSupportedPerfMetricGroups(v []SupportedPerfMetricGroup)

SetSupportedPerfMetricGroups gets a reference to the given []SupportedPerfMetricGroup and assigns it to the SupportedPerfMetricGroups field.

func (*SubNetworkAttr) SetSupportedTraceMetrics ¶

func (o *SubNetworkAttr) SetSupportedTraceMetrics(v []string)

SetSupportedTraceMetrics gets a reference to the given []string and assigns it to the SupportedTraceMetrics field.

func (*SubNetworkAttr) SetUserDefinedNetworkType ¶

func (o *SubNetworkAttr) SetUserDefinedNetworkType(v string)

SetUserDefinedNetworkType gets a reference to the given string and assigns it to the UserDefinedNetworkType field.

func (*SubNetworkAttr) SetUserLabel ¶

func (o *SubNetworkAttr) SetUserLabel(v string)

SetUserLabel gets a reference to the given string and assigns it to the UserLabel field.

func (SubNetworkAttr) ToMap ¶

func (o SubNetworkAttr) ToMap() (map[string]interface{}, error)

type SubNetworkNcO ¶

type SubNetworkNcO struct {
	ManagementNode           []ManagementNodeSingle           `json:"ManagementNode,omitempty"`
	MnsAgent                 []MnsAgentSingle                 `json:"MnsAgent,omitempty"`
	MeContext                []MeContextSingle                `json:"MeContext,omitempty"`
	PerfMetricJob            []PerfMetricJobSingle            `json:"PerfMetricJob,omitempty"`
	ThresholdMonitor         []ThresholdMonitorSingle         `json:"ThresholdMonitor,omitempty"`
	TraceJob                 []TraceJobSingle                 `json:"TraceJob,omitempty"`
	ManagementDataCollection []ManagementDataCollectionSingle `json:"ManagementDataCollection,omitempty"`
	NtfSubscriptionControl   []NtfSubscriptionControlSingle   `json:"NtfSubscriptionControl,omitempty"`
	AlarmList                *AlarmListSingle                 `json:"AlarmList,omitempty"`
	FileDownloadJob          []FileDownloadJobSingle          `json:"FileDownloadJob,omitempty"`
	Files                    []FilesSingle                    `json:"Files,omitempty"`
	MnsRegistry              *MnsRegistrySingle               `json:"MnsRegistry,omitempty"`
}

SubNetworkNcO struct for SubNetworkNcO

func NewSubNetworkNcO ¶

func NewSubNetworkNcO() *SubNetworkNcO

NewSubNetworkNcO instantiates a new SubNetworkNcO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSubNetworkNcOWithDefaults ¶

func NewSubNetworkNcOWithDefaults() *SubNetworkNcO

NewSubNetworkNcOWithDefaults instantiates a new SubNetworkNcO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SubNetworkNcO) GetAlarmList ¶

func (o *SubNetworkNcO) GetAlarmList() AlarmListSingle

GetAlarmList returns the AlarmList field value if set, zero value otherwise.

func (*SubNetworkNcO) GetAlarmListOk ¶

func (o *SubNetworkNcO) GetAlarmListOk() (*AlarmListSingle, bool)

GetAlarmListOk returns a tuple with the AlarmList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkNcO) GetFileDownloadJob ¶

func (o *SubNetworkNcO) GetFileDownloadJob() []FileDownloadJobSingle

GetFileDownloadJob returns the FileDownloadJob field value if set, zero value otherwise.

func (*SubNetworkNcO) GetFileDownloadJobOk ¶

func (o *SubNetworkNcO) GetFileDownloadJobOk() ([]FileDownloadJobSingle, bool)

GetFileDownloadJobOk returns a tuple with the FileDownloadJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkNcO) GetFiles ¶

func (o *SubNetworkNcO) GetFiles() []FilesSingle

GetFiles returns the Files field value if set, zero value otherwise.

func (*SubNetworkNcO) GetFilesOk ¶

func (o *SubNetworkNcO) GetFilesOk() ([]FilesSingle, bool)

GetFilesOk returns a tuple with the Files field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkNcO) GetManagementDataCollection ¶

func (o *SubNetworkNcO) GetManagementDataCollection() []ManagementDataCollectionSingle

GetManagementDataCollection returns the ManagementDataCollection field value if set, zero value otherwise.

func (*SubNetworkNcO) GetManagementDataCollectionOk ¶

func (o *SubNetworkNcO) GetManagementDataCollectionOk() ([]ManagementDataCollectionSingle, bool)

GetManagementDataCollectionOk returns a tuple with the ManagementDataCollection field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkNcO) GetManagementNode ¶

func (o *SubNetworkNcO) GetManagementNode() []ManagementNodeSingle

GetManagementNode returns the ManagementNode field value if set, zero value otherwise.

func (*SubNetworkNcO) GetManagementNodeOk ¶

func (o *SubNetworkNcO) GetManagementNodeOk() ([]ManagementNodeSingle, bool)

GetManagementNodeOk returns a tuple with the ManagementNode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkNcO) GetMeContext ¶

func (o *SubNetworkNcO) GetMeContext() []MeContextSingle

GetMeContext returns the MeContext field value if set, zero value otherwise.

func (*SubNetworkNcO) GetMeContextOk ¶

func (o *SubNetworkNcO) GetMeContextOk() ([]MeContextSingle, bool)

GetMeContextOk returns a tuple with the MeContext field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkNcO) GetMnsAgent ¶

func (o *SubNetworkNcO) GetMnsAgent() []MnsAgentSingle

GetMnsAgent returns the MnsAgent field value if set, zero value otherwise.

func (*SubNetworkNcO) GetMnsAgentOk ¶

func (o *SubNetworkNcO) GetMnsAgentOk() ([]MnsAgentSingle, bool)

GetMnsAgentOk returns a tuple with the MnsAgent field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkNcO) GetMnsRegistry ¶

func (o *SubNetworkNcO) GetMnsRegistry() MnsRegistrySingle

GetMnsRegistry returns the MnsRegistry field value if set, zero value otherwise.

func (*SubNetworkNcO) GetMnsRegistryOk ¶

func (o *SubNetworkNcO) GetMnsRegistryOk() (*MnsRegistrySingle, bool)

GetMnsRegistryOk returns a tuple with the MnsRegistry field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkNcO) GetNtfSubscriptionControl ¶

func (o *SubNetworkNcO) GetNtfSubscriptionControl() []NtfSubscriptionControlSingle

GetNtfSubscriptionControl returns the NtfSubscriptionControl field value if set, zero value otherwise.

func (*SubNetworkNcO) GetNtfSubscriptionControlOk ¶

func (o *SubNetworkNcO) GetNtfSubscriptionControlOk() ([]NtfSubscriptionControlSingle, bool)

GetNtfSubscriptionControlOk returns a tuple with the NtfSubscriptionControl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkNcO) GetPerfMetricJob ¶

func (o *SubNetworkNcO) GetPerfMetricJob() []PerfMetricJobSingle

GetPerfMetricJob returns the PerfMetricJob field value if set, zero value otherwise.

func (*SubNetworkNcO) GetPerfMetricJobOk ¶

func (o *SubNetworkNcO) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)

GetPerfMetricJobOk returns a tuple with the PerfMetricJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkNcO) GetThresholdMonitor ¶

func (o *SubNetworkNcO) GetThresholdMonitor() []ThresholdMonitorSingle

GetThresholdMonitor returns the ThresholdMonitor field value if set, zero value otherwise.

func (*SubNetworkNcO) GetThresholdMonitorOk ¶

func (o *SubNetworkNcO) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)

GetThresholdMonitorOk returns a tuple with the ThresholdMonitor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkNcO) GetTraceJob ¶

func (o *SubNetworkNcO) GetTraceJob() []TraceJobSingle

GetTraceJob returns the TraceJob field value if set, zero value otherwise.

func (*SubNetworkNcO) GetTraceJobOk ¶

func (o *SubNetworkNcO) GetTraceJobOk() ([]TraceJobSingle, bool)

GetTraceJobOk returns a tuple with the TraceJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkNcO) HasAlarmList ¶

func (o *SubNetworkNcO) HasAlarmList() bool

HasAlarmList returns a boolean if a field has been set.

func (*SubNetworkNcO) HasFileDownloadJob ¶

func (o *SubNetworkNcO) HasFileDownloadJob() bool

HasFileDownloadJob returns a boolean if a field has been set.

func (*SubNetworkNcO) HasFiles ¶

func (o *SubNetworkNcO) HasFiles() bool

HasFiles returns a boolean if a field has been set.

func (*SubNetworkNcO) HasManagementDataCollection ¶

func (o *SubNetworkNcO) HasManagementDataCollection() bool

HasManagementDataCollection returns a boolean if a field has been set.

func (*SubNetworkNcO) HasManagementNode ¶

func (o *SubNetworkNcO) HasManagementNode() bool

HasManagementNode returns a boolean if a field has been set.

func (*SubNetworkNcO) HasMeContext ¶

func (o *SubNetworkNcO) HasMeContext() bool

HasMeContext returns a boolean if a field has been set.

func (*SubNetworkNcO) HasMnsAgent ¶

func (o *SubNetworkNcO) HasMnsAgent() bool

HasMnsAgent returns a boolean if a field has been set.

func (*SubNetworkNcO) HasMnsRegistry ¶

func (o *SubNetworkNcO) HasMnsRegistry() bool

HasMnsRegistry returns a boolean if a field has been set.

func (*SubNetworkNcO) HasNtfSubscriptionControl ¶

func (o *SubNetworkNcO) HasNtfSubscriptionControl() bool

HasNtfSubscriptionControl returns a boolean if a field has been set.

func (*SubNetworkNcO) HasPerfMetricJob ¶

func (o *SubNetworkNcO) HasPerfMetricJob() bool

HasPerfMetricJob returns a boolean if a field has been set.

func (*SubNetworkNcO) HasThresholdMonitor ¶

func (o *SubNetworkNcO) HasThresholdMonitor() bool

HasThresholdMonitor returns a boolean if a field has been set.

func (*SubNetworkNcO) HasTraceJob ¶

func (o *SubNetworkNcO) HasTraceJob() bool

HasTraceJob returns a boolean if a field has been set.

func (SubNetworkNcO) MarshalJSON ¶

func (o SubNetworkNcO) MarshalJSON() ([]byte, error)

func (*SubNetworkNcO) SetAlarmList ¶

func (o *SubNetworkNcO) SetAlarmList(v AlarmListSingle)

SetAlarmList gets a reference to the given AlarmListSingle and assigns it to the AlarmList field.

func (*SubNetworkNcO) SetFileDownloadJob ¶

func (o *SubNetworkNcO) SetFileDownloadJob(v []FileDownloadJobSingle)

SetFileDownloadJob gets a reference to the given []FileDownloadJobSingle and assigns it to the FileDownloadJob field.

func (*SubNetworkNcO) SetFiles ¶

func (o *SubNetworkNcO) SetFiles(v []FilesSingle)

SetFiles gets a reference to the given []FilesSingle and assigns it to the Files field.

func (*SubNetworkNcO) SetManagementDataCollection ¶

func (o *SubNetworkNcO) SetManagementDataCollection(v []ManagementDataCollectionSingle)

SetManagementDataCollection gets a reference to the given []ManagementDataCollectionSingle and assigns it to the ManagementDataCollection field.

func (*SubNetworkNcO) SetManagementNode ¶

func (o *SubNetworkNcO) SetManagementNode(v []ManagementNodeSingle)

SetManagementNode gets a reference to the given []ManagementNodeSingle and assigns it to the ManagementNode field.

func (*SubNetworkNcO) SetMeContext ¶

func (o *SubNetworkNcO) SetMeContext(v []MeContextSingle)

SetMeContext gets a reference to the given []MeContextSingle and assigns it to the MeContext field.

func (*SubNetworkNcO) SetMnsAgent ¶

func (o *SubNetworkNcO) SetMnsAgent(v []MnsAgentSingle)

SetMnsAgent gets a reference to the given []MnsAgentSingle and assigns it to the MnsAgent field.

func (*SubNetworkNcO) SetMnsRegistry ¶

func (o *SubNetworkNcO) SetMnsRegistry(v MnsRegistrySingle)

SetMnsRegistry gets a reference to the given MnsRegistrySingle and assigns it to the MnsRegistry field.

func (*SubNetworkNcO) SetNtfSubscriptionControl ¶

func (o *SubNetworkNcO) SetNtfSubscriptionControl(v []NtfSubscriptionControlSingle)

SetNtfSubscriptionControl gets a reference to the given []NtfSubscriptionControlSingle and assigns it to the NtfSubscriptionControl field.

func (*SubNetworkNcO) SetPerfMetricJob ¶

func (o *SubNetworkNcO) SetPerfMetricJob(v []PerfMetricJobSingle)

SetPerfMetricJob gets a reference to the given []PerfMetricJobSingle and assigns it to the PerfMetricJob field.

func (*SubNetworkNcO) SetThresholdMonitor ¶

func (o *SubNetworkNcO) SetThresholdMonitor(v []ThresholdMonitorSingle)

SetThresholdMonitor gets a reference to the given []ThresholdMonitorSingle and assigns it to the ThresholdMonitor field.

func (*SubNetworkNcO) SetTraceJob ¶

func (o *SubNetworkNcO) SetTraceJob(v []TraceJobSingle)

SetTraceJob gets a reference to the given []TraceJobSingle and assigns it to the TraceJob field.

func (SubNetworkNcO) ToMap ¶

func (o SubNetworkNcO) ToMap() (map[string]interface{}, error)

type SubNetworkSingle ¶

type SubNetworkSingle struct {
	Top
	Attributes                *SubNetworkAttr                  `json:"attributes,omitempty"`
	ManagementNode            []ManagementNodeSingle           `json:"ManagementNode,omitempty"`
	MnsAgent                  []MnsAgentSingle                 `json:"MnsAgent,omitempty"`
	MeContext                 []MeContextSingle                `json:"MeContext,omitempty"`
	PerfMetricJob             []PerfMetricJobSingle            `json:"PerfMetricJob,omitempty"`
	ThresholdMonitor          []ThresholdMonitorSingle         `json:"ThresholdMonitor,omitempty"`
	TraceJob                  []TraceJobSingle                 `json:"TraceJob,omitempty"`
	ManagementDataCollection  []ManagementDataCollectionSingle `json:"ManagementDataCollection,omitempty"`
	NtfSubscriptionControl    []NtfSubscriptionControlSingle   `json:"NtfSubscriptionControl,omitempty"`
	AlarmList                 *AlarmListSingle                 `json:"AlarmList,omitempty"`
	FileDownloadJob           []FileDownloadJobSingle          `json:"FileDownloadJob,omitempty"`
	Files                     []FilesSingle                    `json:"Files,omitempty"`
	MnsRegistry               *MnsRegistrySingle               `json:"MnsRegistry,omitempty"`
	SubNetwork                []SubNetworkSingle               `json:"SubNetwork,omitempty"`
	ManagedElement            []ManagedElementSingle           `json:"ManagedElement,omitempty"`
	NRFrequency               []NRFrequencySingle              `json:"NRFrequency,omitempty"`
	ExternalGnbCuCpFunction   []ExternalGnbCuCpFunctionSingle  `json:"ExternalGnbCuCpFunction,omitempty"`
	ExternalENBFunction       []ExternalENBFunctionSingle      `json:"ExternalENBFunction,omitempty"`
	EUtranFrequency           []EUtranFrequencySingle          `json:"EUtranFrequency,omitempty"`
	DESManagementFunction     *DESManagementFunctionSingle     `json:"DESManagementFunction,omitempty"`
	DRACHOptimizationFunction *DRACHOptimizationFunctionSingle `json:"DRACHOptimizationFunction,omitempty"`
	DMROFunction              *DMROFunctionSingle              `json:"DMROFunction,omitempty"`
	DLBOFunction              *DLBOFunctionSingle              `json:"DLBOFunction,omitempty"`
	DPCIConfigurationFunction *DPCIConfigurationFunctionSingle `json:"DPCIConfigurationFunction,omitempty"`
	CPCIConfigurationFunction *CPCIConfigurationFunctionSingle `json:"CPCIConfigurationFunction,omitempty"`
	CESManagementFunction     *CESManagementFunctionSingle     `json:"CESManagementFunction,omitempty"`
	Configurable5QISet        []Configurable5QISetSingle       `json:"Configurable5QISet,omitempty"`
	RimRSGlobal               *RimRSGlobalSingle               `json:"RimRSGlobal,omitempty"`
	Dynamic5QISet             []Dynamic5QISetSingle            `json:"Dynamic5QISet,omitempty"`
	CCOFunction               *CCOFunctionSingle               `json:"CCOFunction,omitempty"`
}

SubNetworkSingle struct for SubNetworkSingle

func NewSubNetworkSingle ¶

func NewSubNetworkSingle(id NullableString) *SubNetworkSingle

NewSubNetworkSingle instantiates a new SubNetworkSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSubNetworkSingleWithDefaults ¶

func NewSubNetworkSingleWithDefaults() *SubNetworkSingle

NewSubNetworkSingleWithDefaults instantiates a new SubNetworkSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SubNetworkSingle) GetAlarmList ¶

func (o *SubNetworkSingle) GetAlarmList() AlarmListSingle

GetAlarmList returns the AlarmList field value if set, zero value otherwise.

func (*SubNetworkSingle) GetAlarmListOk ¶

func (o *SubNetworkSingle) GetAlarmListOk() (*AlarmListSingle, bool)

GetAlarmListOk returns a tuple with the AlarmList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle) GetAttributes ¶

func (o *SubNetworkSingle) GetAttributes() SubNetworkAttr

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*SubNetworkSingle) GetAttributesOk ¶

func (o *SubNetworkSingle) GetAttributesOk() (*SubNetworkAttr, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle) GetCCOFunction ¶

func (o *SubNetworkSingle) GetCCOFunction() CCOFunctionSingle

GetCCOFunction returns the CCOFunction field value if set, zero value otherwise.

func (*SubNetworkSingle) GetCCOFunctionOk ¶

func (o *SubNetworkSingle) GetCCOFunctionOk() (*CCOFunctionSingle, bool)

GetCCOFunctionOk returns a tuple with the CCOFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle) GetCESManagementFunction ¶

func (o *SubNetworkSingle) GetCESManagementFunction() CESManagementFunctionSingle

GetCESManagementFunction returns the CESManagementFunction field value if set, zero value otherwise.

func (*SubNetworkSingle) GetCESManagementFunctionOk ¶

func (o *SubNetworkSingle) GetCESManagementFunctionOk() (*CESManagementFunctionSingle, bool)

GetCESManagementFunctionOk returns a tuple with the CESManagementFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle) GetCPCIConfigurationFunction ¶

func (o *SubNetworkSingle) GetCPCIConfigurationFunction() CPCIConfigurationFunctionSingle

GetCPCIConfigurationFunction returns the CPCIConfigurationFunction field value if set, zero value otherwise.

func (*SubNetworkSingle) GetCPCIConfigurationFunctionOk ¶

func (o *SubNetworkSingle) GetCPCIConfigurationFunctionOk() (*CPCIConfigurationFunctionSingle, bool)

GetCPCIConfigurationFunctionOk returns a tuple with the CPCIConfigurationFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle) GetConfigurable5QISet ¶

func (o *SubNetworkSingle) GetConfigurable5QISet() []Configurable5QISetSingle

GetConfigurable5QISet returns the Configurable5QISet field value if set, zero value otherwise.

func (*SubNetworkSingle) GetConfigurable5QISetOk ¶

func (o *SubNetworkSingle) GetConfigurable5QISetOk() ([]Configurable5QISetSingle, bool)

GetConfigurable5QISetOk returns a tuple with the Configurable5QISet field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle) GetDESManagementFunction ¶

func (o *SubNetworkSingle) GetDESManagementFunction() DESManagementFunctionSingle

GetDESManagementFunction returns the DESManagementFunction field value if set, zero value otherwise.

func (*SubNetworkSingle) GetDESManagementFunctionOk ¶

func (o *SubNetworkSingle) GetDESManagementFunctionOk() (*DESManagementFunctionSingle, bool)

GetDESManagementFunctionOk returns a tuple with the DESManagementFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle) GetDLBOFunction ¶

func (o *SubNetworkSingle) GetDLBOFunction() DLBOFunctionSingle

GetDLBOFunction returns the DLBOFunction field value if set, zero value otherwise.

func (*SubNetworkSingle) GetDLBOFunctionOk ¶

func (o *SubNetworkSingle) GetDLBOFunctionOk() (*DLBOFunctionSingle, bool)

GetDLBOFunctionOk returns a tuple with the DLBOFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle) GetDMROFunction ¶

func (o *SubNetworkSingle) GetDMROFunction() DMROFunctionSingle

GetDMROFunction returns the DMROFunction field value if set, zero value otherwise.

func (*SubNetworkSingle) GetDMROFunctionOk ¶

func (o *SubNetworkSingle) GetDMROFunctionOk() (*DMROFunctionSingle, bool)

GetDMROFunctionOk returns a tuple with the DMROFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle) GetDPCIConfigurationFunction ¶

func (o *SubNetworkSingle) GetDPCIConfigurationFunction() DPCIConfigurationFunctionSingle

GetDPCIConfigurationFunction returns the DPCIConfigurationFunction field value if set, zero value otherwise.

func (*SubNetworkSingle) GetDPCIConfigurationFunctionOk ¶

func (o *SubNetworkSingle) GetDPCIConfigurationFunctionOk() (*DPCIConfigurationFunctionSingle, bool)

GetDPCIConfigurationFunctionOk returns a tuple with the DPCIConfigurationFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle) GetDRACHOptimizationFunction ¶

func (o *SubNetworkSingle) GetDRACHOptimizationFunction() DRACHOptimizationFunctionSingle

GetDRACHOptimizationFunction returns the DRACHOptimizationFunction field value if set, zero value otherwise.

func (*SubNetworkSingle) GetDRACHOptimizationFunctionOk ¶

func (o *SubNetworkSingle) GetDRACHOptimizationFunctionOk() (*DRACHOptimizationFunctionSingle, bool)

GetDRACHOptimizationFunctionOk returns a tuple with the DRACHOptimizationFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle) GetDynamic5QISet ¶

func (o *SubNetworkSingle) GetDynamic5QISet() []Dynamic5QISetSingle

GetDynamic5QISet returns the Dynamic5QISet field value if set, zero value otherwise.

func (*SubNetworkSingle) GetDynamic5QISetOk ¶

func (o *SubNetworkSingle) GetDynamic5QISetOk() ([]Dynamic5QISetSingle, bool)

GetDynamic5QISetOk returns a tuple with the Dynamic5QISet field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle) GetEUtranFrequency ¶

func (o *SubNetworkSingle) GetEUtranFrequency() []EUtranFrequencySingle

GetEUtranFrequency returns the EUtranFrequency field value if set, zero value otherwise.

func (*SubNetworkSingle) GetEUtranFrequencyOk ¶

func (o *SubNetworkSingle) GetEUtranFrequencyOk() ([]EUtranFrequencySingle, bool)

GetEUtranFrequencyOk returns a tuple with the EUtranFrequency field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle) GetExternalENBFunction ¶

func (o *SubNetworkSingle) GetExternalENBFunction() []ExternalENBFunctionSingle

GetExternalENBFunction returns the ExternalENBFunction field value if set, zero value otherwise.

func (*SubNetworkSingle) GetExternalENBFunctionOk ¶

func (o *SubNetworkSingle) GetExternalENBFunctionOk() ([]ExternalENBFunctionSingle, bool)

GetExternalENBFunctionOk returns a tuple with the ExternalENBFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle) GetExternalGnbCuCpFunction ¶

func (o *SubNetworkSingle) GetExternalGnbCuCpFunction() []ExternalGnbCuCpFunctionSingle

GetExternalGnbCuCpFunction returns the ExternalGnbCuCpFunction field value if set, zero value otherwise.

func (*SubNetworkSingle) GetExternalGnbCuCpFunctionOk ¶

func (o *SubNetworkSingle) GetExternalGnbCuCpFunctionOk() ([]ExternalGnbCuCpFunctionSingle, bool)

GetExternalGnbCuCpFunctionOk returns a tuple with the ExternalGnbCuCpFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle) GetFileDownloadJob ¶

func (o *SubNetworkSingle) GetFileDownloadJob() []FileDownloadJobSingle

GetFileDownloadJob returns the FileDownloadJob field value if set, zero value otherwise.

func (*SubNetworkSingle) GetFileDownloadJobOk ¶

func (o *SubNetworkSingle) GetFileDownloadJobOk() ([]FileDownloadJobSingle, bool)

GetFileDownloadJobOk returns a tuple with the FileDownloadJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle) GetFiles ¶

func (o *SubNetworkSingle) GetFiles() []FilesSingle

GetFiles returns the Files field value if set, zero value otherwise.

func (*SubNetworkSingle) GetFilesOk ¶

func (o *SubNetworkSingle) GetFilesOk() ([]FilesSingle, bool)

GetFilesOk returns a tuple with the Files field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle) GetManagedElement ¶

func (o *SubNetworkSingle) GetManagedElement() []ManagedElementSingle

GetManagedElement returns the ManagedElement field value if set, zero value otherwise.

func (*SubNetworkSingle) GetManagedElementOk ¶

func (o *SubNetworkSingle) GetManagedElementOk() ([]ManagedElementSingle, bool)

GetManagedElementOk returns a tuple with the ManagedElement field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle) GetManagementDataCollection ¶

func (o *SubNetworkSingle) GetManagementDataCollection() []ManagementDataCollectionSingle

GetManagementDataCollection returns the ManagementDataCollection field value if set, zero value otherwise.

func (*SubNetworkSingle) GetManagementDataCollectionOk ¶

func (o *SubNetworkSingle) GetManagementDataCollectionOk() ([]ManagementDataCollectionSingle, bool)

GetManagementDataCollectionOk returns a tuple with the ManagementDataCollection field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle) GetManagementNode ¶

func (o *SubNetworkSingle) GetManagementNode() []ManagementNodeSingle

GetManagementNode returns the ManagementNode field value if set, zero value otherwise.

func (*SubNetworkSingle) GetManagementNodeOk ¶

func (o *SubNetworkSingle) GetManagementNodeOk() ([]ManagementNodeSingle, bool)

GetManagementNodeOk returns a tuple with the ManagementNode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle) GetMeContext ¶

func (o *SubNetworkSingle) GetMeContext() []MeContextSingle

GetMeContext returns the MeContext field value if set, zero value otherwise.

func (*SubNetworkSingle) GetMeContextOk ¶

func (o *SubNetworkSingle) GetMeContextOk() ([]MeContextSingle, bool)

GetMeContextOk returns a tuple with the MeContext field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle) GetMnsAgent ¶

func (o *SubNetworkSingle) GetMnsAgent() []MnsAgentSingle

GetMnsAgent returns the MnsAgent field value if set, zero value otherwise.

func (*SubNetworkSingle) GetMnsAgentOk ¶

func (o *SubNetworkSingle) GetMnsAgentOk() ([]MnsAgentSingle, bool)

GetMnsAgentOk returns a tuple with the MnsAgent field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle) GetMnsRegistry ¶

func (o *SubNetworkSingle) GetMnsRegistry() MnsRegistrySingle

GetMnsRegistry returns the MnsRegistry field value if set, zero value otherwise.

func (*SubNetworkSingle) GetMnsRegistryOk ¶

func (o *SubNetworkSingle) GetMnsRegistryOk() (*MnsRegistrySingle, bool)

GetMnsRegistryOk returns a tuple with the MnsRegistry field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle) GetNRFrequency ¶

func (o *SubNetworkSingle) GetNRFrequency() []NRFrequencySingle

GetNRFrequency returns the NRFrequency field value if set, zero value otherwise.

func (*SubNetworkSingle) GetNRFrequencyOk ¶

func (o *SubNetworkSingle) GetNRFrequencyOk() ([]NRFrequencySingle, bool)

GetNRFrequencyOk returns a tuple with the NRFrequency field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle) GetNtfSubscriptionControl ¶

func (o *SubNetworkSingle) GetNtfSubscriptionControl() []NtfSubscriptionControlSingle

GetNtfSubscriptionControl returns the NtfSubscriptionControl field value if set, zero value otherwise.

func (*SubNetworkSingle) GetNtfSubscriptionControlOk ¶

func (o *SubNetworkSingle) GetNtfSubscriptionControlOk() ([]NtfSubscriptionControlSingle, bool)

GetNtfSubscriptionControlOk returns a tuple with the NtfSubscriptionControl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle) GetPerfMetricJob ¶

func (o *SubNetworkSingle) GetPerfMetricJob() []PerfMetricJobSingle

GetPerfMetricJob returns the PerfMetricJob field value if set, zero value otherwise.

func (*SubNetworkSingle) GetPerfMetricJobOk ¶

func (o *SubNetworkSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)

GetPerfMetricJobOk returns a tuple with the PerfMetricJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle) GetRimRSGlobal ¶

func (o *SubNetworkSingle) GetRimRSGlobal() RimRSGlobalSingle

GetRimRSGlobal returns the RimRSGlobal field value if set, zero value otherwise.

func (*SubNetworkSingle) GetRimRSGlobalOk ¶

func (o *SubNetworkSingle) GetRimRSGlobalOk() (*RimRSGlobalSingle, bool)

GetRimRSGlobalOk returns a tuple with the RimRSGlobal field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle) GetSubNetwork ¶

func (o *SubNetworkSingle) GetSubNetwork() []SubNetworkSingle

GetSubNetwork returns the SubNetwork field value if set, zero value otherwise.

func (*SubNetworkSingle) GetSubNetworkOk ¶

func (o *SubNetworkSingle) GetSubNetworkOk() ([]SubNetworkSingle, bool)

GetSubNetworkOk returns a tuple with the SubNetwork field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle) GetThresholdMonitor ¶

func (o *SubNetworkSingle) GetThresholdMonitor() []ThresholdMonitorSingle

GetThresholdMonitor returns the ThresholdMonitor field value if set, zero value otherwise.

func (*SubNetworkSingle) GetThresholdMonitorOk ¶

func (o *SubNetworkSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)

GetThresholdMonitorOk returns a tuple with the ThresholdMonitor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle) GetTraceJob ¶

func (o *SubNetworkSingle) GetTraceJob() []TraceJobSingle

GetTraceJob returns the TraceJob field value if set, zero value otherwise.

func (*SubNetworkSingle) GetTraceJobOk ¶

func (o *SubNetworkSingle) GetTraceJobOk() ([]TraceJobSingle, bool)

GetTraceJobOk returns a tuple with the TraceJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle) HasAlarmList ¶

func (o *SubNetworkSingle) HasAlarmList() bool

HasAlarmList returns a boolean if a field has been set.

func (*SubNetworkSingle) HasAttributes ¶

func (o *SubNetworkSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*SubNetworkSingle) HasCCOFunction ¶

func (o *SubNetworkSingle) HasCCOFunction() bool

HasCCOFunction returns a boolean if a field has been set.

func (*SubNetworkSingle) HasCESManagementFunction ¶

func (o *SubNetworkSingle) HasCESManagementFunction() bool

HasCESManagementFunction returns a boolean if a field has been set.

func (*SubNetworkSingle) HasCPCIConfigurationFunction ¶

func (o *SubNetworkSingle) HasCPCIConfigurationFunction() bool

HasCPCIConfigurationFunction returns a boolean if a field has been set.

func (*SubNetworkSingle) HasConfigurable5QISet ¶

func (o *SubNetworkSingle) HasConfigurable5QISet() bool

HasConfigurable5QISet returns a boolean if a field has been set.

func (*SubNetworkSingle) HasDESManagementFunction ¶

func (o *SubNetworkSingle) HasDESManagementFunction() bool

HasDESManagementFunction returns a boolean if a field has been set.

func (*SubNetworkSingle) HasDLBOFunction ¶

func (o *SubNetworkSingle) HasDLBOFunction() bool

HasDLBOFunction returns a boolean if a field has been set.

func (*SubNetworkSingle) HasDMROFunction ¶

func (o *SubNetworkSingle) HasDMROFunction() bool

HasDMROFunction returns a boolean if a field has been set.

func (*SubNetworkSingle) HasDPCIConfigurationFunction ¶

func (o *SubNetworkSingle) HasDPCIConfigurationFunction() bool

HasDPCIConfigurationFunction returns a boolean if a field has been set.

func (*SubNetworkSingle) HasDRACHOptimizationFunction ¶

func (o *SubNetworkSingle) HasDRACHOptimizationFunction() bool

HasDRACHOptimizationFunction returns a boolean if a field has been set.

func (*SubNetworkSingle) HasDynamic5QISet ¶

func (o *SubNetworkSingle) HasDynamic5QISet() bool

HasDynamic5QISet returns a boolean if a field has been set.

func (*SubNetworkSingle) HasEUtranFrequency ¶

func (o *SubNetworkSingle) HasEUtranFrequency() bool

HasEUtranFrequency returns a boolean if a field has been set.

func (*SubNetworkSingle) HasExternalENBFunction ¶

func (o *SubNetworkSingle) HasExternalENBFunction() bool

HasExternalENBFunction returns a boolean if a field has been set.

func (*SubNetworkSingle) HasExternalGnbCuCpFunction ¶

func (o *SubNetworkSingle) HasExternalGnbCuCpFunction() bool

HasExternalGnbCuCpFunction returns a boolean if a field has been set.

func (*SubNetworkSingle) HasFileDownloadJob ¶

func (o *SubNetworkSingle) HasFileDownloadJob() bool

HasFileDownloadJob returns a boolean if a field has been set.

func (*SubNetworkSingle) HasFiles ¶

func (o *SubNetworkSingle) HasFiles() bool

HasFiles returns a boolean if a field has been set.

func (*SubNetworkSingle) HasManagedElement ¶

func (o *SubNetworkSingle) HasManagedElement() bool

HasManagedElement returns a boolean if a field has been set.

func (*SubNetworkSingle) HasManagementDataCollection ¶

func (o *SubNetworkSingle) HasManagementDataCollection() bool

HasManagementDataCollection returns a boolean if a field has been set.

func (*SubNetworkSingle) HasManagementNode ¶

func (o *SubNetworkSingle) HasManagementNode() bool

HasManagementNode returns a boolean if a field has been set.

func (*SubNetworkSingle) HasMeContext ¶

func (o *SubNetworkSingle) HasMeContext() bool

HasMeContext returns a boolean if a field has been set.

func (*SubNetworkSingle) HasMnsAgent ¶

func (o *SubNetworkSingle) HasMnsAgent() bool

HasMnsAgent returns a boolean if a field has been set.

func (*SubNetworkSingle) HasMnsRegistry ¶

func (o *SubNetworkSingle) HasMnsRegistry() bool

HasMnsRegistry returns a boolean if a field has been set.

func (*SubNetworkSingle) HasNRFrequency ¶

func (o *SubNetworkSingle) HasNRFrequency() bool

HasNRFrequency returns a boolean if a field has been set.

func (*SubNetworkSingle) HasNtfSubscriptionControl ¶

func (o *SubNetworkSingle) HasNtfSubscriptionControl() bool

HasNtfSubscriptionControl returns a boolean if a field has been set.

func (*SubNetworkSingle) HasPerfMetricJob ¶

func (o *SubNetworkSingle) HasPerfMetricJob() bool

HasPerfMetricJob returns a boolean if a field has been set.

func (*SubNetworkSingle) HasRimRSGlobal ¶

func (o *SubNetworkSingle) HasRimRSGlobal() bool

HasRimRSGlobal returns a boolean if a field has been set.

func (*SubNetworkSingle) HasSubNetwork ¶

func (o *SubNetworkSingle) HasSubNetwork() bool

HasSubNetwork returns a boolean if a field has been set.

func (*SubNetworkSingle) HasThresholdMonitor ¶

func (o *SubNetworkSingle) HasThresholdMonitor() bool

HasThresholdMonitor returns a boolean if a field has been set.

func (*SubNetworkSingle) HasTraceJob ¶

func (o *SubNetworkSingle) HasTraceJob() bool

HasTraceJob returns a boolean if a field has been set.

func (SubNetworkSingle) MarshalJSON ¶

func (o SubNetworkSingle) MarshalJSON() ([]byte, error)

func (*SubNetworkSingle) SetAlarmList ¶

func (o *SubNetworkSingle) SetAlarmList(v AlarmListSingle)

SetAlarmList gets a reference to the given AlarmListSingle and assigns it to the AlarmList field.

func (*SubNetworkSingle) SetAttributes ¶

func (o *SubNetworkSingle) SetAttributes(v SubNetworkAttr)

SetAttributes gets a reference to the given SubNetworkAttr and assigns it to the Attributes field.

func (*SubNetworkSingle) SetCCOFunction ¶

func (o *SubNetworkSingle) SetCCOFunction(v CCOFunctionSingle)

SetCCOFunction gets a reference to the given CCOFunctionSingle and assigns it to the CCOFunction field.

func (*SubNetworkSingle) SetCESManagementFunction ¶

func (o *SubNetworkSingle) SetCESManagementFunction(v CESManagementFunctionSingle)

SetCESManagementFunction gets a reference to the given CESManagementFunctionSingle and assigns it to the CESManagementFunction field.

func (*SubNetworkSingle) SetCPCIConfigurationFunction ¶

func (o *SubNetworkSingle) SetCPCIConfigurationFunction(v CPCIConfigurationFunctionSingle)

SetCPCIConfigurationFunction gets a reference to the given CPCIConfigurationFunctionSingle and assigns it to the CPCIConfigurationFunction field.

func (*SubNetworkSingle) SetConfigurable5QISet ¶

func (o *SubNetworkSingle) SetConfigurable5QISet(v []Configurable5QISetSingle)

SetConfigurable5QISet gets a reference to the given []Configurable5QISetSingle and assigns it to the Configurable5QISet field.

func (*SubNetworkSingle) SetDESManagementFunction ¶

func (o *SubNetworkSingle) SetDESManagementFunction(v DESManagementFunctionSingle)

SetDESManagementFunction gets a reference to the given DESManagementFunctionSingle and assigns it to the DESManagementFunction field.

func (*SubNetworkSingle) SetDLBOFunction ¶

func (o *SubNetworkSingle) SetDLBOFunction(v DLBOFunctionSingle)

SetDLBOFunction gets a reference to the given DLBOFunctionSingle and assigns it to the DLBOFunction field.

func (*SubNetworkSingle) SetDMROFunction ¶

func (o *SubNetworkSingle) SetDMROFunction(v DMROFunctionSingle)

SetDMROFunction gets a reference to the given DMROFunctionSingle and assigns it to the DMROFunction field.

func (*SubNetworkSingle) SetDPCIConfigurationFunction ¶

func (o *SubNetworkSingle) SetDPCIConfigurationFunction(v DPCIConfigurationFunctionSingle)

SetDPCIConfigurationFunction gets a reference to the given DPCIConfigurationFunctionSingle and assigns it to the DPCIConfigurationFunction field.

func (*SubNetworkSingle) SetDRACHOptimizationFunction ¶

func (o *SubNetworkSingle) SetDRACHOptimizationFunction(v DRACHOptimizationFunctionSingle)

SetDRACHOptimizationFunction gets a reference to the given DRACHOptimizationFunctionSingle and assigns it to the DRACHOptimizationFunction field.

func (*SubNetworkSingle) SetDynamic5QISet ¶

func (o *SubNetworkSingle) SetDynamic5QISet(v []Dynamic5QISetSingle)

SetDynamic5QISet gets a reference to the given []Dynamic5QISetSingle and assigns it to the Dynamic5QISet field.

func (*SubNetworkSingle) SetEUtranFrequency ¶

func (o *SubNetworkSingle) SetEUtranFrequency(v []EUtranFrequencySingle)

SetEUtranFrequency gets a reference to the given []EUtranFrequencySingle and assigns it to the EUtranFrequency field.

func (*SubNetworkSingle) SetExternalENBFunction ¶

func (o *SubNetworkSingle) SetExternalENBFunction(v []ExternalENBFunctionSingle)

SetExternalENBFunction gets a reference to the given []ExternalENBFunctionSingle and assigns it to the ExternalENBFunction field.

func (*SubNetworkSingle) SetExternalGnbCuCpFunction ¶

func (o *SubNetworkSingle) SetExternalGnbCuCpFunction(v []ExternalGnbCuCpFunctionSingle)

SetExternalGnbCuCpFunction gets a reference to the given []ExternalGnbCuCpFunctionSingle and assigns it to the ExternalGnbCuCpFunction field.

func (*SubNetworkSingle) SetFileDownloadJob ¶

func (o *SubNetworkSingle) SetFileDownloadJob(v []FileDownloadJobSingle)

SetFileDownloadJob gets a reference to the given []FileDownloadJobSingle and assigns it to the FileDownloadJob field.

func (*SubNetworkSingle) SetFiles ¶

func (o *SubNetworkSingle) SetFiles(v []FilesSingle)

SetFiles gets a reference to the given []FilesSingle and assigns it to the Files field.

func (*SubNetworkSingle) SetManagedElement ¶

func (o *SubNetworkSingle) SetManagedElement(v []ManagedElementSingle)

SetManagedElement gets a reference to the given []ManagedElementSingle and assigns it to the ManagedElement field.

func (*SubNetworkSingle) SetManagementDataCollection ¶

func (o *SubNetworkSingle) SetManagementDataCollection(v []ManagementDataCollectionSingle)

SetManagementDataCollection gets a reference to the given []ManagementDataCollectionSingle and assigns it to the ManagementDataCollection field.

func (*SubNetworkSingle) SetManagementNode ¶

func (o *SubNetworkSingle) SetManagementNode(v []ManagementNodeSingle)

SetManagementNode gets a reference to the given []ManagementNodeSingle and assigns it to the ManagementNode field.

func (*SubNetworkSingle) SetMeContext ¶

func (o *SubNetworkSingle) SetMeContext(v []MeContextSingle)

SetMeContext gets a reference to the given []MeContextSingle and assigns it to the MeContext field.

func (*SubNetworkSingle) SetMnsAgent ¶

func (o *SubNetworkSingle) SetMnsAgent(v []MnsAgentSingle)

SetMnsAgent gets a reference to the given []MnsAgentSingle and assigns it to the MnsAgent field.

func (*SubNetworkSingle) SetMnsRegistry ¶

func (o *SubNetworkSingle) SetMnsRegistry(v MnsRegistrySingle)

SetMnsRegistry gets a reference to the given MnsRegistrySingle and assigns it to the MnsRegistry field.

func (*SubNetworkSingle) SetNRFrequency ¶

func (o *SubNetworkSingle) SetNRFrequency(v []NRFrequencySingle)

SetNRFrequency gets a reference to the given []NRFrequencySingle and assigns it to the NRFrequency field.

func (*SubNetworkSingle) SetNtfSubscriptionControl ¶

func (o *SubNetworkSingle) SetNtfSubscriptionControl(v []NtfSubscriptionControlSingle)

SetNtfSubscriptionControl gets a reference to the given []NtfSubscriptionControlSingle and assigns it to the NtfSubscriptionControl field.

func (*SubNetworkSingle) SetPerfMetricJob ¶

func (o *SubNetworkSingle) SetPerfMetricJob(v []PerfMetricJobSingle)

SetPerfMetricJob gets a reference to the given []PerfMetricJobSingle and assigns it to the PerfMetricJob field.

func (*SubNetworkSingle) SetRimRSGlobal ¶

func (o *SubNetworkSingle) SetRimRSGlobal(v RimRSGlobalSingle)

SetRimRSGlobal gets a reference to the given RimRSGlobalSingle and assigns it to the RimRSGlobal field.

func (*SubNetworkSingle) SetSubNetwork ¶

func (o *SubNetworkSingle) SetSubNetwork(v []SubNetworkSingle)

SetSubNetwork gets a reference to the given []SubNetworkSingle and assigns it to the SubNetwork field.

func (*SubNetworkSingle) SetThresholdMonitor ¶

func (o *SubNetworkSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)

SetThresholdMonitor gets a reference to the given []ThresholdMonitorSingle and assigns it to the ThresholdMonitor field.

func (*SubNetworkSingle) SetTraceJob ¶

func (o *SubNetworkSingle) SetTraceJob(v []TraceJobSingle)

SetTraceJob gets a reference to the given []TraceJobSingle and assigns it to the TraceJob field.

func (SubNetworkSingle) ToMap ¶

func (o SubNetworkSingle) ToMap() (map[string]interface{}, error)

type SubNetworkSingle1 ¶

type SubNetworkSingle1 struct {
	Top
	Attributes               *SubNetworkSingle1AllOfAttributes `json:"attributes,omitempty"`
	ManagementNode           []ManagementNodeSingle            `json:"ManagementNode,omitempty"`
	MnsAgent                 []MnsAgentSingle                  `json:"MnsAgent,omitempty"`
	MeContext                []MeContextSingle                 `json:"MeContext,omitempty"`
	PerfMetricJob            []PerfMetricJobSingle             `json:"PerfMetricJob,omitempty"`
	ThresholdMonitor         []ThresholdMonitorSingle          `json:"ThresholdMonitor,omitempty"`
	TraceJob                 []TraceJobSingle                  `json:"TraceJob,omitempty"`
	ManagementDataCollection []ManagementDataCollectionSingle  `json:"ManagementDataCollection,omitempty"`
	NtfSubscriptionControl   []NtfSubscriptionControlSingle    `json:"NtfSubscriptionControl,omitempty"`
	AlarmList                *AlarmListSingle                  `json:"AlarmList,omitempty"`
	FileDownloadJob          []FileDownloadJobSingle           `json:"FileDownloadJob,omitempty"`
	Files                    []FilesSingle                     `json:"Files,omitempty"`
	MnsRegistry              *MnsRegistrySingle                `json:"MnsRegistry,omitempty"`
	SubNetwork               []SubNetworkSingle                `json:"SubNetwork,omitempty"`
	ManagedElement           []ManagedElementSingle            `json:"ManagedElement,omitempty"`
	ExternalAmfFunction      []ExternalAmfFunctionSingle       `json:"ExternalAmfFunction,omitempty"`
	ExternalNrfFunction      []ExternalNrfFunctionSingle       `json:"ExternalNrfFunction,omitempty"`
	ExternalNssfFunction     []ExternalNssfFunctionSingle      `json:"ExternalNssfFunction,omitempty"`
	AmfSet                   []AmfSetSingle                    `json:"AmfSet,omitempty"`
	AmfRegion                []AmfRegionSingle                 `json:"AmfRegion,omitempty"`
	Configurable5QISet       []Configurable5QISetSingle        `json:"Configurable5QISet,omitempty"`
	Dynamic5QISet            []Dynamic5QISetSingle             `json:"Dynamic5QISet,omitempty"`
	EcmConnectionInfo        []EcmConnectionInfoSingle         `json:"EcmConnectionInfo,omitempty"`
}

SubNetworkSingle1 struct for SubNetworkSingle1

func NewSubNetworkSingle1 ¶

func NewSubNetworkSingle1(id NullableString) *SubNetworkSingle1

NewSubNetworkSingle1 instantiates a new SubNetworkSingle1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSubNetworkSingle1WithDefaults ¶

func NewSubNetworkSingle1WithDefaults() *SubNetworkSingle1

NewSubNetworkSingle1WithDefaults instantiates a new SubNetworkSingle1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SubNetworkSingle1) GetAlarmList ¶

func (o *SubNetworkSingle1) GetAlarmList() AlarmListSingle

GetAlarmList returns the AlarmList field value if set, zero value otherwise.

func (*SubNetworkSingle1) GetAlarmListOk ¶

func (o *SubNetworkSingle1) GetAlarmListOk() (*AlarmListSingle, bool)

GetAlarmListOk returns a tuple with the AlarmList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle1) GetAmfRegion ¶

func (o *SubNetworkSingle1) GetAmfRegion() []AmfRegionSingle

GetAmfRegion returns the AmfRegion field value if set, zero value otherwise.

func (*SubNetworkSingle1) GetAmfRegionOk ¶

func (o *SubNetworkSingle1) GetAmfRegionOk() ([]AmfRegionSingle, bool)

GetAmfRegionOk returns a tuple with the AmfRegion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle1) GetAmfSet ¶

func (o *SubNetworkSingle1) GetAmfSet() []AmfSetSingle

GetAmfSet returns the AmfSet field value if set, zero value otherwise.

func (*SubNetworkSingle1) GetAmfSetOk ¶

func (o *SubNetworkSingle1) GetAmfSetOk() ([]AmfSetSingle, bool)

GetAmfSetOk returns a tuple with the AmfSet field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle1) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*SubNetworkSingle1) GetAttributesOk ¶

func (o *SubNetworkSingle1) GetAttributesOk() (*SubNetworkSingle1AllOfAttributes, 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 (*SubNetworkSingle1) GetConfigurable5QISet ¶

func (o *SubNetworkSingle1) GetConfigurable5QISet() []Configurable5QISetSingle

GetConfigurable5QISet returns the Configurable5QISet field value if set, zero value otherwise.

func (*SubNetworkSingle1) GetConfigurable5QISetOk ¶

func (o *SubNetworkSingle1) GetConfigurable5QISetOk() ([]Configurable5QISetSingle, bool)

GetConfigurable5QISetOk returns a tuple with the Configurable5QISet field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle1) GetDynamic5QISet ¶

func (o *SubNetworkSingle1) GetDynamic5QISet() []Dynamic5QISetSingle

GetDynamic5QISet returns the Dynamic5QISet field value if set, zero value otherwise.

func (*SubNetworkSingle1) GetDynamic5QISetOk ¶

func (o *SubNetworkSingle1) GetDynamic5QISetOk() ([]Dynamic5QISetSingle, bool)

GetDynamic5QISetOk returns a tuple with the Dynamic5QISet field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle1) GetEcmConnectionInfo ¶

func (o *SubNetworkSingle1) GetEcmConnectionInfo() []EcmConnectionInfoSingle

GetEcmConnectionInfo returns the EcmConnectionInfo field value if set, zero value otherwise.

func (*SubNetworkSingle1) GetEcmConnectionInfoOk ¶

func (o *SubNetworkSingle1) GetEcmConnectionInfoOk() ([]EcmConnectionInfoSingle, bool)

GetEcmConnectionInfoOk returns a tuple with the EcmConnectionInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle1) GetExternalAmfFunction ¶

func (o *SubNetworkSingle1) GetExternalAmfFunction() []ExternalAmfFunctionSingle

GetExternalAmfFunction returns the ExternalAmfFunction field value if set, zero value otherwise.

func (*SubNetworkSingle1) GetExternalAmfFunctionOk ¶

func (o *SubNetworkSingle1) GetExternalAmfFunctionOk() ([]ExternalAmfFunctionSingle, bool)

GetExternalAmfFunctionOk returns a tuple with the ExternalAmfFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle1) GetExternalNrfFunction ¶

func (o *SubNetworkSingle1) GetExternalNrfFunction() []ExternalNrfFunctionSingle

GetExternalNrfFunction returns the ExternalNrfFunction field value if set, zero value otherwise.

func (*SubNetworkSingle1) GetExternalNrfFunctionOk ¶

func (o *SubNetworkSingle1) GetExternalNrfFunctionOk() ([]ExternalNrfFunctionSingle, bool)

GetExternalNrfFunctionOk returns a tuple with the ExternalNrfFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle1) GetExternalNssfFunction ¶

func (o *SubNetworkSingle1) GetExternalNssfFunction() []ExternalNssfFunctionSingle

GetExternalNssfFunction returns the ExternalNssfFunction field value if set, zero value otherwise.

func (*SubNetworkSingle1) GetExternalNssfFunctionOk ¶

func (o *SubNetworkSingle1) GetExternalNssfFunctionOk() ([]ExternalNssfFunctionSingle, bool)

GetExternalNssfFunctionOk returns a tuple with the ExternalNssfFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle1) GetFileDownloadJob ¶

func (o *SubNetworkSingle1) GetFileDownloadJob() []FileDownloadJobSingle

GetFileDownloadJob returns the FileDownloadJob field value if set, zero value otherwise.

func (*SubNetworkSingle1) GetFileDownloadJobOk ¶

func (o *SubNetworkSingle1) GetFileDownloadJobOk() ([]FileDownloadJobSingle, bool)

GetFileDownloadJobOk returns a tuple with the FileDownloadJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle1) GetFiles ¶

func (o *SubNetworkSingle1) GetFiles() []FilesSingle

GetFiles returns the Files field value if set, zero value otherwise.

func (*SubNetworkSingle1) GetFilesOk ¶

func (o *SubNetworkSingle1) 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 (*SubNetworkSingle1) GetManagedElement ¶

func (o *SubNetworkSingle1) GetManagedElement() []ManagedElementSingle

GetManagedElement returns the ManagedElement field value if set, zero value otherwise.

func (*SubNetworkSingle1) GetManagedElementOk ¶

func (o *SubNetworkSingle1) GetManagedElementOk() ([]ManagedElementSingle, bool)

GetManagedElementOk returns a tuple with the ManagedElement field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle1) GetManagementDataCollection ¶

func (o *SubNetworkSingle1) GetManagementDataCollection() []ManagementDataCollectionSingle

GetManagementDataCollection returns the ManagementDataCollection field value if set, zero value otherwise.

func (*SubNetworkSingle1) GetManagementDataCollectionOk ¶

func (o *SubNetworkSingle1) GetManagementDataCollectionOk() ([]ManagementDataCollectionSingle, bool)

GetManagementDataCollectionOk returns a tuple with the ManagementDataCollection field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle1) GetManagementNode ¶

func (o *SubNetworkSingle1) GetManagementNode() []ManagementNodeSingle

GetManagementNode returns the ManagementNode field value if set, zero value otherwise.

func (*SubNetworkSingle1) GetManagementNodeOk ¶

func (o *SubNetworkSingle1) GetManagementNodeOk() ([]ManagementNodeSingle, bool)

GetManagementNodeOk returns a tuple with the ManagementNode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle1) GetMeContext ¶

func (o *SubNetworkSingle1) GetMeContext() []MeContextSingle

GetMeContext returns the MeContext field value if set, zero value otherwise.

func (*SubNetworkSingle1) GetMeContextOk ¶

func (o *SubNetworkSingle1) GetMeContextOk() ([]MeContextSingle, bool)

GetMeContextOk returns a tuple with the MeContext field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle1) GetMnsAgent ¶

func (o *SubNetworkSingle1) GetMnsAgent() []MnsAgentSingle

GetMnsAgent returns the MnsAgent field value if set, zero value otherwise.

func (*SubNetworkSingle1) GetMnsAgentOk ¶

func (o *SubNetworkSingle1) 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 (*SubNetworkSingle1) GetMnsRegistry ¶

func (o *SubNetworkSingle1) GetMnsRegistry() MnsRegistrySingle

GetMnsRegistry returns the MnsRegistry field value if set, zero value otherwise.

func (*SubNetworkSingle1) GetMnsRegistryOk ¶

func (o *SubNetworkSingle1) GetMnsRegistryOk() (*MnsRegistrySingle, bool)

GetMnsRegistryOk returns a tuple with the MnsRegistry field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle1) GetNtfSubscriptionControl ¶

func (o *SubNetworkSingle1) GetNtfSubscriptionControl() []NtfSubscriptionControlSingle

GetNtfSubscriptionControl returns the NtfSubscriptionControl field value if set, zero value otherwise.

func (*SubNetworkSingle1) GetNtfSubscriptionControlOk ¶

func (o *SubNetworkSingle1) GetNtfSubscriptionControlOk() ([]NtfSubscriptionControlSingle, bool)

GetNtfSubscriptionControlOk returns a tuple with the NtfSubscriptionControl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle1) GetPerfMetricJob ¶

func (o *SubNetworkSingle1) GetPerfMetricJob() []PerfMetricJobSingle

GetPerfMetricJob returns the PerfMetricJob field value if set, zero value otherwise.

func (*SubNetworkSingle1) GetPerfMetricJobOk ¶

func (o *SubNetworkSingle1) 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 (*SubNetworkSingle1) GetSubNetwork ¶

func (o *SubNetworkSingle1) GetSubNetwork() []SubNetworkSingle

GetSubNetwork returns the SubNetwork field value if set, zero value otherwise.

func (*SubNetworkSingle1) GetSubNetworkOk ¶

func (o *SubNetworkSingle1) 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 (*SubNetworkSingle1) GetThresholdMonitor ¶

func (o *SubNetworkSingle1) GetThresholdMonitor() []ThresholdMonitorSingle

GetThresholdMonitor returns the ThresholdMonitor field value if set, zero value otherwise.

func (*SubNetworkSingle1) GetThresholdMonitorOk ¶

func (o *SubNetworkSingle1) 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 (*SubNetworkSingle1) GetTraceJob ¶

func (o *SubNetworkSingle1) GetTraceJob() []TraceJobSingle

GetTraceJob returns the TraceJob field value if set, zero value otherwise.

func (*SubNetworkSingle1) GetTraceJobOk ¶

func (o *SubNetworkSingle1) 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 (*SubNetworkSingle1) HasAlarmList ¶

func (o *SubNetworkSingle1) HasAlarmList() bool

HasAlarmList returns a boolean if a field has been set.

func (*SubNetworkSingle1) HasAmfRegion ¶

func (o *SubNetworkSingle1) HasAmfRegion() bool

HasAmfRegion returns a boolean if a field has been set.

func (*SubNetworkSingle1) HasAmfSet ¶

func (o *SubNetworkSingle1) HasAmfSet() bool

HasAmfSet returns a boolean if a field has been set.

func (*SubNetworkSingle1) HasAttributes ¶

func (o *SubNetworkSingle1) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*SubNetworkSingle1) HasConfigurable5QISet ¶

func (o *SubNetworkSingle1) HasConfigurable5QISet() bool

HasConfigurable5QISet returns a boolean if a field has been set.

func (*SubNetworkSingle1) HasDynamic5QISet ¶

func (o *SubNetworkSingle1) HasDynamic5QISet() bool

HasDynamic5QISet returns a boolean if a field has been set.

func (*SubNetworkSingle1) HasEcmConnectionInfo ¶

func (o *SubNetworkSingle1) HasEcmConnectionInfo() bool

HasEcmConnectionInfo returns a boolean if a field has been set.

func (*SubNetworkSingle1) HasExternalAmfFunction ¶

func (o *SubNetworkSingle1) HasExternalAmfFunction() bool

HasExternalAmfFunction returns a boolean if a field has been set.

func (*SubNetworkSingle1) HasExternalNrfFunction ¶

func (o *SubNetworkSingle1) HasExternalNrfFunction() bool

HasExternalNrfFunction returns a boolean if a field has been set.

func (*SubNetworkSingle1) HasExternalNssfFunction ¶

func (o *SubNetworkSingle1) HasExternalNssfFunction() bool

HasExternalNssfFunction returns a boolean if a field has been set.

func (*SubNetworkSingle1) HasFileDownloadJob ¶

func (o *SubNetworkSingle1) HasFileDownloadJob() bool

HasFileDownloadJob returns a boolean if a field has been set.

func (*SubNetworkSingle1) HasFiles ¶

func (o *SubNetworkSingle1) HasFiles() bool

HasFiles returns a boolean if a field has been set.

func (*SubNetworkSingle1) HasManagedElement ¶

func (o *SubNetworkSingle1) HasManagedElement() bool

HasManagedElement returns a boolean if a field has been set.

func (*SubNetworkSingle1) HasManagementDataCollection ¶

func (o *SubNetworkSingle1) HasManagementDataCollection() bool

HasManagementDataCollection returns a boolean if a field has been set.

func (*SubNetworkSingle1) HasManagementNode ¶

func (o *SubNetworkSingle1) HasManagementNode() bool

HasManagementNode returns a boolean if a field has been set.

func (*SubNetworkSingle1) HasMeContext ¶

func (o *SubNetworkSingle1) HasMeContext() bool

HasMeContext returns a boolean if a field has been set.

func (*SubNetworkSingle1) HasMnsAgent ¶

func (o *SubNetworkSingle1) HasMnsAgent() bool

HasMnsAgent returns a boolean if a field has been set.

func (*SubNetworkSingle1) HasMnsRegistry ¶

func (o *SubNetworkSingle1) HasMnsRegistry() bool

HasMnsRegistry returns a boolean if a field has been set.

func (*SubNetworkSingle1) HasNtfSubscriptionControl ¶

func (o *SubNetworkSingle1) HasNtfSubscriptionControl() bool

HasNtfSubscriptionControl returns a boolean if a field has been set.

func (*SubNetworkSingle1) HasPerfMetricJob ¶

func (o *SubNetworkSingle1) HasPerfMetricJob() bool

HasPerfMetricJob returns a boolean if a field has been set.

func (*SubNetworkSingle1) HasSubNetwork ¶

func (o *SubNetworkSingle1) HasSubNetwork() bool

HasSubNetwork returns a boolean if a field has been set.

func (*SubNetworkSingle1) HasThresholdMonitor ¶

func (o *SubNetworkSingle1) HasThresholdMonitor() bool

HasThresholdMonitor returns a boolean if a field has been set.

func (*SubNetworkSingle1) HasTraceJob ¶

func (o *SubNetworkSingle1) HasTraceJob() bool

HasTraceJob returns a boolean if a field has been set.

func (SubNetworkSingle1) MarshalJSON ¶

func (o SubNetworkSingle1) MarshalJSON() ([]byte, error)

func (*SubNetworkSingle1) SetAlarmList ¶

func (o *SubNetworkSingle1) SetAlarmList(v AlarmListSingle)

SetAlarmList gets a reference to the given AlarmListSingle and assigns it to the AlarmList field.

func (*SubNetworkSingle1) SetAmfRegion ¶

func (o *SubNetworkSingle1) SetAmfRegion(v []AmfRegionSingle)

SetAmfRegion gets a reference to the given []AmfRegionSingle and assigns it to the AmfRegion field.

func (*SubNetworkSingle1) SetAmfSet ¶

func (o *SubNetworkSingle1) SetAmfSet(v []AmfSetSingle)

SetAmfSet gets a reference to the given []AmfSetSingle and assigns it to the AmfSet field.

func (*SubNetworkSingle1) SetAttributes ¶

SetAttributes gets a reference to the given SubNetworkSingle1AllOfAttributes and assigns it to the Attributes field.

func (*SubNetworkSingle1) SetConfigurable5QISet ¶

func (o *SubNetworkSingle1) SetConfigurable5QISet(v []Configurable5QISetSingle)

SetConfigurable5QISet gets a reference to the given []Configurable5QISetSingle and assigns it to the Configurable5QISet field.

func (*SubNetworkSingle1) SetDynamic5QISet ¶

func (o *SubNetworkSingle1) SetDynamic5QISet(v []Dynamic5QISetSingle)

SetDynamic5QISet gets a reference to the given []Dynamic5QISetSingle and assigns it to the Dynamic5QISet field.

func (*SubNetworkSingle1) SetEcmConnectionInfo ¶

func (o *SubNetworkSingle1) SetEcmConnectionInfo(v []EcmConnectionInfoSingle)

SetEcmConnectionInfo gets a reference to the given []EcmConnectionInfoSingle and assigns it to the EcmConnectionInfo field.

func (*SubNetworkSingle1) SetExternalAmfFunction ¶

func (o *SubNetworkSingle1) SetExternalAmfFunction(v []ExternalAmfFunctionSingle)

SetExternalAmfFunction gets a reference to the given []ExternalAmfFunctionSingle and assigns it to the ExternalAmfFunction field.

func (*SubNetworkSingle1) SetExternalNrfFunction ¶

func (o *SubNetworkSingle1) SetExternalNrfFunction(v []ExternalNrfFunctionSingle)

SetExternalNrfFunction gets a reference to the given []ExternalNrfFunctionSingle and assigns it to the ExternalNrfFunction field.

func (*SubNetworkSingle1) SetExternalNssfFunction ¶

func (o *SubNetworkSingle1) SetExternalNssfFunction(v []ExternalNssfFunctionSingle)

SetExternalNssfFunction gets a reference to the given []ExternalNssfFunctionSingle and assigns it to the ExternalNssfFunction field.

func (*SubNetworkSingle1) SetFileDownloadJob ¶

func (o *SubNetworkSingle1) SetFileDownloadJob(v []FileDownloadJobSingle)

SetFileDownloadJob gets a reference to the given []FileDownloadJobSingle and assigns it to the FileDownloadJob field.

func (*SubNetworkSingle1) SetFiles ¶

func (o *SubNetworkSingle1) SetFiles(v []FilesSingle)

SetFiles gets a reference to the given []FilesSingle and assigns it to the Files field.

func (*SubNetworkSingle1) SetManagedElement ¶

func (o *SubNetworkSingle1) SetManagedElement(v []ManagedElementSingle)

SetManagedElement gets a reference to the given []ManagedElementSingle and assigns it to the ManagedElement field.

func (*SubNetworkSingle1) SetManagementDataCollection ¶

func (o *SubNetworkSingle1) SetManagementDataCollection(v []ManagementDataCollectionSingle)

SetManagementDataCollection gets a reference to the given []ManagementDataCollectionSingle and assigns it to the ManagementDataCollection field.

func (*SubNetworkSingle1) SetManagementNode ¶

func (o *SubNetworkSingle1) SetManagementNode(v []ManagementNodeSingle)

SetManagementNode gets a reference to the given []ManagementNodeSingle and assigns it to the ManagementNode field.

func (*SubNetworkSingle1) SetMeContext ¶

func (o *SubNetworkSingle1) SetMeContext(v []MeContextSingle)

SetMeContext gets a reference to the given []MeContextSingle and assigns it to the MeContext field.

func (*SubNetworkSingle1) SetMnsAgent ¶

func (o *SubNetworkSingle1) SetMnsAgent(v []MnsAgentSingle)

SetMnsAgent gets a reference to the given []MnsAgentSingle and assigns it to the MnsAgent field.

func (*SubNetworkSingle1) SetMnsRegistry ¶

func (o *SubNetworkSingle1) SetMnsRegistry(v MnsRegistrySingle)

SetMnsRegistry gets a reference to the given MnsRegistrySingle and assigns it to the MnsRegistry field.

func (*SubNetworkSingle1) SetNtfSubscriptionControl ¶

func (o *SubNetworkSingle1) SetNtfSubscriptionControl(v []NtfSubscriptionControlSingle)

SetNtfSubscriptionControl gets a reference to the given []NtfSubscriptionControlSingle and assigns it to the NtfSubscriptionControl field.

func (*SubNetworkSingle1) SetPerfMetricJob ¶

func (o *SubNetworkSingle1) SetPerfMetricJob(v []PerfMetricJobSingle)

SetPerfMetricJob gets a reference to the given []PerfMetricJobSingle and assigns it to the PerfMetricJob field.

func (*SubNetworkSingle1) SetSubNetwork ¶

func (o *SubNetworkSingle1) SetSubNetwork(v []SubNetworkSingle)

SetSubNetwork gets a reference to the given []SubNetworkSingle and assigns it to the SubNetwork field.

func (*SubNetworkSingle1) SetThresholdMonitor ¶

func (o *SubNetworkSingle1) SetThresholdMonitor(v []ThresholdMonitorSingle)

SetThresholdMonitor gets a reference to the given []ThresholdMonitorSingle and assigns it to the ThresholdMonitor field.

func (*SubNetworkSingle1) SetTraceJob ¶

func (o *SubNetworkSingle1) SetTraceJob(v []TraceJobSingle)

SetTraceJob gets a reference to the given []TraceJobSingle and assigns it to the TraceJob field.

func (SubNetworkSingle1) ToMap ¶

func (o SubNetworkSingle1) ToMap() (map[string]interface{}, error)

type SubNetworkSingle1AllOf ¶

type SubNetworkSingle1AllOf struct {
	Attributes *SubNetworkSingle1AllOfAttributes `json:"attributes,omitempty"`
}

SubNetworkSingle1AllOf struct for SubNetworkSingle1AllOf

func NewSubNetworkSingle1AllOf ¶

func NewSubNetworkSingle1AllOf() *SubNetworkSingle1AllOf

NewSubNetworkSingle1AllOf instantiates a new SubNetworkSingle1AllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSubNetworkSingle1AllOfWithDefaults ¶

func NewSubNetworkSingle1AllOfWithDefaults() *SubNetworkSingle1AllOf

NewSubNetworkSingle1AllOfWithDefaults instantiates a new SubNetworkSingle1AllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SubNetworkSingle1AllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*SubNetworkSingle1AllOf) GetAttributesOk ¶

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 (*SubNetworkSingle1AllOf) HasAttributes ¶

func (o *SubNetworkSingle1AllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (SubNetworkSingle1AllOf) MarshalJSON ¶

func (o SubNetworkSingle1AllOf) MarshalJSON() ([]byte, error)

func (*SubNetworkSingle1AllOf) SetAttributes ¶

SetAttributes gets a reference to the given SubNetworkSingle1AllOfAttributes and assigns it to the Attributes field.

func (SubNetworkSingle1AllOf) ToMap ¶

func (o SubNetworkSingle1AllOf) ToMap() (map[string]interface{}, error)

type SubNetworkSingle1AllOf1 ¶

type SubNetworkSingle1AllOf1 struct {
	SubNetwork           []SubNetworkSingle           `json:"SubNetwork,omitempty"`
	ManagedElement       []ManagedElementSingle       `json:"ManagedElement,omitempty"`
	ExternalAmfFunction  []ExternalAmfFunctionSingle  `json:"ExternalAmfFunction,omitempty"`
	ExternalNrfFunction  []ExternalNrfFunctionSingle  `json:"ExternalNrfFunction,omitempty"`
	ExternalNssfFunction []ExternalNssfFunctionSingle `json:"ExternalNssfFunction,omitempty"`
	AmfSet               []AmfSetSingle               `json:"AmfSet,omitempty"`
	AmfRegion            []AmfRegionSingle            `json:"AmfRegion,omitempty"`
	Configurable5QISet   []Configurable5QISetSingle   `json:"Configurable5QISet,omitempty"`
	Dynamic5QISet        []Dynamic5QISetSingle        `json:"Dynamic5QISet,omitempty"`
	EcmConnectionInfo    []EcmConnectionInfoSingle    `json:"EcmConnectionInfo,omitempty"`
}

SubNetworkSingle1AllOf1 struct for SubNetworkSingle1AllOf1

func NewSubNetworkSingle1AllOf1 ¶

func NewSubNetworkSingle1AllOf1() *SubNetworkSingle1AllOf1

NewSubNetworkSingle1AllOf1 instantiates a new SubNetworkSingle1AllOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSubNetworkSingle1AllOf1WithDefaults ¶

func NewSubNetworkSingle1AllOf1WithDefaults() *SubNetworkSingle1AllOf1

NewSubNetworkSingle1AllOf1WithDefaults instantiates a new SubNetworkSingle1AllOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SubNetworkSingle1AllOf1) GetAmfRegion ¶

func (o *SubNetworkSingle1AllOf1) GetAmfRegion() []AmfRegionSingle

GetAmfRegion returns the AmfRegion field value if set, zero value otherwise.

func (*SubNetworkSingle1AllOf1) GetAmfRegionOk ¶

func (o *SubNetworkSingle1AllOf1) GetAmfRegionOk() ([]AmfRegionSingle, bool)

GetAmfRegionOk returns a tuple with the AmfRegion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle1AllOf1) GetAmfSet ¶

func (o *SubNetworkSingle1AllOf1) GetAmfSet() []AmfSetSingle

GetAmfSet returns the AmfSet field value if set, zero value otherwise.

func (*SubNetworkSingle1AllOf1) GetAmfSetOk ¶

func (o *SubNetworkSingle1AllOf1) GetAmfSetOk() ([]AmfSetSingle, bool)

GetAmfSetOk returns a tuple with the AmfSet field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle1AllOf1) GetConfigurable5QISet ¶

func (o *SubNetworkSingle1AllOf1) GetConfigurable5QISet() []Configurable5QISetSingle

GetConfigurable5QISet returns the Configurable5QISet field value if set, zero value otherwise.

func (*SubNetworkSingle1AllOf1) GetConfigurable5QISetOk ¶

func (o *SubNetworkSingle1AllOf1) GetConfigurable5QISetOk() ([]Configurable5QISetSingle, bool)

GetConfigurable5QISetOk returns a tuple with the Configurable5QISet field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle1AllOf1) GetDynamic5QISet ¶

func (o *SubNetworkSingle1AllOf1) GetDynamic5QISet() []Dynamic5QISetSingle

GetDynamic5QISet returns the Dynamic5QISet field value if set, zero value otherwise.

func (*SubNetworkSingle1AllOf1) GetDynamic5QISetOk ¶

func (o *SubNetworkSingle1AllOf1) GetDynamic5QISetOk() ([]Dynamic5QISetSingle, bool)

GetDynamic5QISetOk returns a tuple with the Dynamic5QISet field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle1AllOf1) GetEcmConnectionInfo ¶

func (o *SubNetworkSingle1AllOf1) GetEcmConnectionInfo() []EcmConnectionInfoSingle

GetEcmConnectionInfo returns the EcmConnectionInfo field value if set, zero value otherwise.

func (*SubNetworkSingle1AllOf1) GetEcmConnectionInfoOk ¶

func (o *SubNetworkSingle1AllOf1) GetEcmConnectionInfoOk() ([]EcmConnectionInfoSingle, bool)

GetEcmConnectionInfoOk returns a tuple with the EcmConnectionInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle1AllOf1) GetExternalAmfFunction ¶

func (o *SubNetworkSingle1AllOf1) GetExternalAmfFunction() []ExternalAmfFunctionSingle

GetExternalAmfFunction returns the ExternalAmfFunction field value if set, zero value otherwise.

func (*SubNetworkSingle1AllOf1) GetExternalAmfFunctionOk ¶

func (o *SubNetworkSingle1AllOf1) GetExternalAmfFunctionOk() ([]ExternalAmfFunctionSingle, bool)

GetExternalAmfFunctionOk returns a tuple with the ExternalAmfFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle1AllOf1) GetExternalNrfFunction ¶

func (o *SubNetworkSingle1AllOf1) GetExternalNrfFunction() []ExternalNrfFunctionSingle

GetExternalNrfFunction returns the ExternalNrfFunction field value if set, zero value otherwise.

func (*SubNetworkSingle1AllOf1) GetExternalNrfFunctionOk ¶

func (o *SubNetworkSingle1AllOf1) GetExternalNrfFunctionOk() ([]ExternalNrfFunctionSingle, bool)

GetExternalNrfFunctionOk returns a tuple with the ExternalNrfFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle1AllOf1) GetExternalNssfFunction ¶

func (o *SubNetworkSingle1AllOf1) GetExternalNssfFunction() []ExternalNssfFunctionSingle

GetExternalNssfFunction returns the ExternalNssfFunction field value if set, zero value otherwise.

func (*SubNetworkSingle1AllOf1) GetExternalNssfFunctionOk ¶

func (o *SubNetworkSingle1AllOf1) GetExternalNssfFunctionOk() ([]ExternalNssfFunctionSingle, bool)

GetExternalNssfFunctionOk returns a tuple with the ExternalNssfFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle1AllOf1) GetManagedElement ¶

func (o *SubNetworkSingle1AllOf1) GetManagedElement() []ManagedElementSingle

GetManagedElement returns the ManagedElement field value if set, zero value otherwise.

func (*SubNetworkSingle1AllOf1) GetManagedElementOk ¶

func (o *SubNetworkSingle1AllOf1) GetManagedElementOk() ([]ManagedElementSingle, bool)

GetManagedElementOk returns a tuple with the ManagedElement field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle1AllOf1) GetSubNetwork ¶

func (o *SubNetworkSingle1AllOf1) GetSubNetwork() []SubNetworkSingle

GetSubNetwork returns the SubNetwork field value if set, zero value otherwise.

func (*SubNetworkSingle1AllOf1) GetSubNetworkOk ¶

func (o *SubNetworkSingle1AllOf1) 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 (*SubNetworkSingle1AllOf1) HasAmfRegion ¶

func (o *SubNetworkSingle1AllOf1) HasAmfRegion() bool

HasAmfRegion returns a boolean if a field has been set.

func (*SubNetworkSingle1AllOf1) HasAmfSet ¶

func (o *SubNetworkSingle1AllOf1) HasAmfSet() bool

HasAmfSet returns a boolean if a field has been set.

func (*SubNetworkSingle1AllOf1) HasConfigurable5QISet ¶

func (o *SubNetworkSingle1AllOf1) HasConfigurable5QISet() bool

HasConfigurable5QISet returns a boolean if a field has been set.

func (*SubNetworkSingle1AllOf1) HasDynamic5QISet ¶

func (o *SubNetworkSingle1AllOf1) HasDynamic5QISet() bool

HasDynamic5QISet returns a boolean if a field has been set.

func (*SubNetworkSingle1AllOf1) HasEcmConnectionInfo ¶

func (o *SubNetworkSingle1AllOf1) HasEcmConnectionInfo() bool

HasEcmConnectionInfo returns a boolean if a field has been set.

func (*SubNetworkSingle1AllOf1) HasExternalAmfFunction ¶

func (o *SubNetworkSingle1AllOf1) HasExternalAmfFunction() bool

HasExternalAmfFunction returns a boolean if a field has been set.

func (*SubNetworkSingle1AllOf1) HasExternalNrfFunction ¶

func (o *SubNetworkSingle1AllOf1) HasExternalNrfFunction() bool

HasExternalNrfFunction returns a boolean if a field has been set.

func (*SubNetworkSingle1AllOf1) HasExternalNssfFunction ¶

func (o *SubNetworkSingle1AllOf1) HasExternalNssfFunction() bool

HasExternalNssfFunction returns a boolean if a field has been set.

func (*SubNetworkSingle1AllOf1) HasManagedElement ¶

func (o *SubNetworkSingle1AllOf1) HasManagedElement() bool

HasManagedElement returns a boolean if a field has been set.

func (*SubNetworkSingle1AllOf1) HasSubNetwork ¶

func (o *SubNetworkSingle1AllOf1) HasSubNetwork() bool

HasSubNetwork returns a boolean if a field has been set.

func (SubNetworkSingle1AllOf1) MarshalJSON ¶

func (o SubNetworkSingle1AllOf1) MarshalJSON() ([]byte, error)

func (*SubNetworkSingle1AllOf1) SetAmfRegion ¶

func (o *SubNetworkSingle1AllOf1) SetAmfRegion(v []AmfRegionSingle)

SetAmfRegion gets a reference to the given []AmfRegionSingle and assigns it to the AmfRegion field.

func (*SubNetworkSingle1AllOf1) SetAmfSet ¶

func (o *SubNetworkSingle1AllOf1) SetAmfSet(v []AmfSetSingle)

SetAmfSet gets a reference to the given []AmfSetSingle and assigns it to the AmfSet field.

func (*SubNetworkSingle1AllOf1) SetConfigurable5QISet ¶

func (o *SubNetworkSingle1AllOf1) SetConfigurable5QISet(v []Configurable5QISetSingle)

SetConfigurable5QISet gets a reference to the given []Configurable5QISetSingle and assigns it to the Configurable5QISet field.

func (*SubNetworkSingle1AllOf1) SetDynamic5QISet ¶

func (o *SubNetworkSingle1AllOf1) SetDynamic5QISet(v []Dynamic5QISetSingle)

SetDynamic5QISet gets a reference to the given []Dynamic5QISetSingle and assigns it to the Dynamic5QISet field.

func (*SubNetworkSingle1AllOf1) SetEcmConnectionInfo ¶

func (o *SubNetworkSingle1AllOf1) SetEcmConnectionInfo(v []EcmConnectionInfoSingle)

SetEcmConnectionInfo gets a reference to the given []EcmConnectionInfoSingle and assigns it to the EcmConnectionInfo field.

func (*SubNetworkSingle1AllOf1) SetExternalAmfFunction ¶

func (o *SubNetworkSingle1AllOf1) SetExternalAmfFunction(v []ExternalAmfFunctionSingle)

SetExternalAmfFunction gets a reference to the given []ExternalAmfFunctionSingle and assigns it to the ExternalAmfFunction field.

func (*SubNetworkSingle1AllOf1) SetExternalNrfFunction ¶

func (o *SubNetworkSingle1AllOf1) SetExternalNrfFunction(v []ExternalNrfFunctionSingle)

SetExternalNrfFunction gets a reference to the given []ExternalNrfFunctionSingle and assigns it to the ExternalNrfFunction field.

func (*SubNetworkSingle1AllOf1) SetExternalNssfFunction ¶

func (o *SubNetworkSingle1AllOf1) SetExternalNssfFunction(v []ExternalNssfFunctionSingle)

SetExternalNssfFunction gets a reference to the given []ExternalNssfFunctionSingle and assigns it to the ExternalNssfFunction field.

func (*SubNetworkSingle1AllOf1) SetManagedElement ¶

func (o *SubNetworkSingle1AllOf1) SetManagedElement(v []ManagedElementSingle)

SetManagedElement gets a reference to the given []ManagedElementSingle and assigns it to the ManagedElement field.

func (*SubNetworkSingle1AllOf1) SetSubNetwork ¶

func (o *SubNetworkSingle1AllOf1) SetSubNetwork(v []SubNetworkSingle)

SetSubNetwork gets a reference to the given []SubNetworkSingle and assigns it to the SubNetwork field.

func (SubNetworkSingle1AllOf1) ToMap ¶

func (o SubNetworkSingle1AllOf1) ToMap() (map[string]interface{}, error)

type SubNetworkSingle1AllOfAttributes ¶

type SubNetworkSingle1AllOfAttributes struct {
	SubNetworkAttr
}

SubNetworkSingle1AllOfAttributes struct for SubNetworkSingle1AllOfAttributes

func NewSubNetworkSingle1AllOfAttributes ¶

func NewSubNetworkSingle1AllOfAttributes() *SubNetworkSingle1AllOfAttributes

NewSubNetworkSingle1AllOfAttributes instantiates a new SubNetworkSingle1AllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSubNetworkSingle1AllOfAttributesWithDefaults ¶

func NewSubNetworkSingle1AllOfAttributesWithDefaults() *SubNetworkSingle1AllOfAttributes

NewSubNetworkSingle1AllOfAttributesWithDefaults instantiates a new SubNetworkSingle1AllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (SubNetworkSingle1AllOfAttributes) MarshalJSON ¶

func (o SubNetworkSingle1AllOfAttributes) MarshalJSON() ([]byte, error)

func (SubNetworkSingle1AllOfAttributes) ToMap ¶

func (o SubNetworkSingle1AllOfAttributes) ToMap() (map[string]interface{}, error)

type SubNetworkSingle2 ¶

type SubNetworkSingle2 struct {
	Top
	Attributes                             *SubNetworkSingle1AllOfAttributes              `json:"attributes,omitempty"`
	ManagementNode                         []ManagementNodeSingle                         `json:"ManagementNode,omitempty"`
	MnsAgent                               []MnsAgentSingle                               `json:"MnsAgent,omitempty"`
	MeContext                              []MeContextSingle                              `json:"MeContext,omitempty"`
	PerfMetricJob                          []PerfMetricJobSingle                          `json:"PerfMetricJob,omitempty"`
	ThresholdMonitor                       []ThresholdMonitorSingle                       `json:"ThresholdMonitor,omitempty"`
	TraceJob                               []TraceJobSingle                               `json:"TraceJob,omitempty"`
	ManagementDataCollection               []ManagementDataCollectionSingle               `json:"ManagementDataCollection,omitempty"`
	NtfSubscriptionControl                 []NtfSubscriptionControlSingle                 `json:"NtfSubscriptionControl,omitempty"`
	AlarmList                              *AlarmListSingle                               `json:"AlarmList,omitempty"`
	FileDownloadJob                        []FileDownloadJobSingle                        `json:"FileDownloadJob,omitempty"`
	Files                                  []FilesSingle                                  `json:"Files,omitempty"`
	MnsRegistry                            *MnsRegistrySingle                             `json:"MnsRegistry,omitempty"`
	SubNetwork                             []SubNetworkSingle                             `json:"SubNetwork,omitempty"`
	NetworkSlice                           []NetworkSliceSingle                           `json:"NetworkSlice,omitempty"`
	NetworkSliceSubnet                     []NetworkSliceSubnetSingle                     `json:"NetworkSliceSubnet,omitempty"`
	EPTransport                            []EPTransportSingle                            `json:"EP_Transport,omitempty"`
	NetworkSliceSubnetProviderCapabilities []NetworkSliceSubnetProviderCapabilitiesSingle `json:"NetworkSliceSubnetProviderCapabilities,omitempty"`
	FeasibilityCheckAndReservationJob      []FeasibilityCheckAndReservationJobSingle      `json:"FeasibilityCheckAndReservationJob,omitempty"`
}

SubNetworkSingle2 struct for SubNetworkSingle2

func NewSubNetworkSingle2 ¶

func NewSubNetworkSingle2(id NullableString) *SubNetworkSingle2

NewSubNetworkSingle2 instantiates a new SubNetworkSingle2 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSubNetworkSingle2WithDefaults ¶

func NewSubNetworkSingle2WithDefaults() *SubNetworkSingle2

NewSubNetworkSingle2WithDefaults instantiates a new SubNetworkSingle2 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SubNetworkSingle2) GetAlarmList ¶

func (o *SubNetworkSingle2) GetAlarmList() AlarmListSingle

GetAlarmList returns the AlarmList field value if set, zero value otherwise.

func (*SubNetworkSingle2) GetAlarmListOk ¶

func (o *SubNetworkSingle2) GetAlarmListOk() (*AlarmListSingle, bool)

GetAlarmListOk returns a tuple with the AlarmList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle2) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*SubNetworkSingle2) GetAttributesOk ¶

func (o *SubNetworkSingle2) GetAttributesOk() (*SubNetworkSingle1AllOfAttributes, 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 (*SubNetworkSingle2) GetEPTransport ¶

func (o *SubNetworkSingle2) GetEPTransport() []EPTransportSingle

GetEPTransport returns the EPTransport field value if set, zero value otherwise.

func (*SubNetworkSingle2) GetEPTransportOk ¶

func (o *SubNetworkSingle2) GetEPTransportOk() ([]EPTransportSingle, bool)

GetEPTransportOk returns a tuple with the EPTransport field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle2) GetFeasibilityCheckAndReservationJob ¶

func (o *SubNetworkSingle2) GetFeasibilityCheckAndReservationJob() []FeasibilityCheckAndReservationJobSingle

GetFeasibilityCheckAndReservationJob returns the FeasibilityCheckAndReservationJob field value if set, zero value otherwise.

func (*SubNetworkSingle2) GetFeasibilityCheckAndReservationJobOk ¶

func (o *SubNetworkSingle2) GetFeasibilityCheckAndReservationJobOk() ([]FeasibilityCheckAndReservationJobSingle, bool)

GetFeasibilityCheckAndReservationJobOk returns a tuple with the FeasibilityCheckAndReservationJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle2) GetFileDownloadJob ¶

func (o *SubNetworkSingle2) GetFileDownloadJob() []FileDownloadJobSingle

GetFileDownloadJob returns the FileDownloadJob field value if set, zero value otherwise.

func (*SubNetworkSingle2) GetFileDownloadJobOk ¶

func (o *SubNetworkSingle2) GetFileDownloadJobOk() ([]FileDownloadJobSingle, bool)

GetFileDownloadJobOk returns a tuple with the FileDownloadJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle2) GetFiles ¶

func (o *SubNetworkSingle2) GetFiles() []FilesSingle

GetFiles returns the Files field value if set, zero value otherwise.

func (*SubNetworkSingle2) GetFilesOk ¶

func (o *SubNetworkSingle2) 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 (*SubNetworkSingle2) GetManagementDataCollection ¶

func (o *SubNetworkSingle2) GetManagementDataCollection() []ManagementDataCollectionSingle

GetManagementDataCollection returns the ManagementDataCollection field value if set, zero value otherwise.

func (*SubNetworkSingle2) GetManagementDataCollectionOk ¶

func (o *SubNetworkSingle2) GetManagementDataCollectionOk() ([]ManagementDataCollectionSingle, bool)

GetManagementDataCollectionOk returns a tuple with the ManagementDataCollection field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle2) GetManagementNode ¶

func (o *SubNetworkSingle2) GetManagementNode() []ManagementNodeSingle

GetManagementNode returns the ManagementNode field value if set, zero value otherwise.

func (*SubNetworkSingle2) GetManagementNodeOk ¶

func (o *SubNetworkSingle2) GetManagementNodeOk() ([]ManagementNodeSingle, bool)

GetManagementNodeOk returns a tuple with the ManagementNode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle2) GetMeContext ¶

func (o *SubNetworkSingle2) GetMeContext() []MeContextSingle

GetMeContext returns the MeContext field value if set, zero value otherwise.

func (*SubNetworkSingle2) GetMeContextOk ¶

func (o *SubNetworkSingle2) GetMeContextOk() ([]MeContextSingle, bool)

GetMeContextOk returns a tuple with the MeContext field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle2) GetMnsAgent ¶

func (o *SubNetworkSingle2) GetMnsAgent() []MnsAgentSingle

GetMnsAgent returns the MnsAgent field value if set, zero value otherwise.

func (*SubNetworkSingle2) GetMnsAgentOk ¶

func (o *SubNetworkSingle2) 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 (*SubNetworkSingle2) GetMnsRegistry ¶

func (o *SubNetworkSingle2) GetMnsRegistry() MnsRegistrySingle

GetMnsRegistry returns the MnsRegistry field value if set, zero value otherwise.

func (*SubNetworkSingle2) GetMnsRegistryOk ¶

func (o *SubNetworkSingle2) GetMnsRegistryOk() (*MnsRegistrySingle, bool)

GetMnsRegistryOk returns a tuple with the MnsRegistry field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle2) GetNetworkSlice ¶

func (o *SubNetworkSingle2) GetNetworkSlice() []NetworkSliceSingle

GetNetworkSlice returns the NetworkSlice field value if set, zero value otherwise.

func (*SubNetworkSingle2) GetNetworkSliceOk ¶

func (o *SubNetworkSingle2) GetNetworkSliceOk() ([]NetworkSliceSingle, bool)

GetNetworkSliceOk returns a tuple with the NetworkSlice field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle2) GetNetworkSliceSubnet ¶

func (o *SubNetworkSingle2) GetNetworkSliceSubnet() []NetworkSliceSubnetSingle

GetNetworkSliceSubnet returns the NetworkSliceSubnet field value if set, zero value otherwise.

func (*SubNetworkSingle2) GetNetworkSliceSubnetOk ¶

func (o *SubNetworkSingle2) GetNetworkSliceSubnetOk() ([]NetworkSliceSubnetSingle, bool)

GetNetworkSliceSubnetOk returns a tuple with the NetworkSliceSubnet field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle2) GetNetworkSliceSubnetProviderCapabilities ¶

func (o *SubNetworkSingle2) GetNetworkSliceSubnetProviderCapabilities() []NetworkSliceSubnetProviderCapabilitiesSingle

GetNetworkSliceSubnetProviderCapabilities returns the NetworkSliceSubnetProviderCapabilities field value if set, zero value otherwise.

func (*SubNetworkSingle2) GetNetworkSliceSubnetProviderCapabilitiesOk ¶

func (o *SubNetworkSingle2) GetNetworkSliceSubnetProviderCapabilitiesOk() ([]NetworkSliceSubnetProviderCapabilitiesSingle, bool)

GetNetworkSliceSubnetProviderCapabilitiesOk returns a tuple with the NetworkSliceSubnetProviderCapabilities field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle2) GetNtfSubscriptionControl ¶

func (o *SubNetworkSingle2) GetNtfSubscriptionControl() []NtfSubscriptionControlSingle

GetNtfSubscriptionControl returns the NtfSubscriptionControl field value if set, zero value otherwise.

func (*SubNetworkSingle2) GetNtfSubscriptionControlOk ¶

func (o *SubNetworkSingle2) GetNtfSubscriptionControlOk() ([]NtfSubscriptionControlSingle, bool)

GetNtfSubscriptionControlOk returns a tuple with the NtfSubscriptionControl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle2) GetPerfMetricJob ¶

func (o *SubNetworkSingle2) GetPerfMetricJob() []PerfMetricJobSingle

GetPerfMetricJob returns the PerfMetricJob field value if set, zero value otherwise.

func (*SubNetworkSingle2) GetPerfMetricJobOk ¶

func (o *SubNetworkSingle2) 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 (*SubNetworkSingle2) GetSubNetwork ¶

func (o *SubNetworkSingle2) GetSubNetwork() []SubNetworkSingle

GetSubNetwork returns the SubNetwork field value if set, zero value otherwise.

func (*SubNetworkSingle2) GetSubNetworkOk ¶

func (o *SubNetworkSingle2) 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 (*SubNetworkSingle2) GetThresholdMonitor ¶

func (o *SubNetworkSingle2) GetThresholdMonitor() []ThresholdMonitorSingle

GetThresholdMonitor returns the ThresholdMonitor field value if set, zero value otherwise.

func (*SubNetworkSingle2) GetThresholdMonitorOk ¶

func (o *SubNetworkSingle2) 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 (*SubNetworkSingle2) GetTraceJob ¶

func (o *SubNetworkSingle2) GetTraceJob() []TraceJobSingle

GetTraceJob returns the TraceJob field value if set, zero value otherwise.

func (*SubNetworkSingle2) GetTraceJobOk ¶

func (o *SubNetworkSingle2) 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 (*SubNetworkSingle2) HasAlarmList ¶

func (o *SubNetworkSingle2) HasAlarmList() bool

HasAlarmList returns a boolean if a field has been set.

func (*SubNetworkSingle2) HasAttributes ¶

func (o *SubNetworkSingle2) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*SubNetworkSingle2) HasEPTransport ¶

func (o *SubNetworkSingle2) HasEPTransport() bool

HasEPTransport returns a boolean if a field has been set.

func (*SubNetworkSingle2) HasFeasibilityCheckAndReservationJob ¶

func (o *SubNetworkSingle2) HasFeasibilityCheckAndReservationJob() bool

HasFeasibilityCheckAndReservationJob returns a boolean if a field has been set.

func (*SubNetworkSingle2) HasFileDownloadJob ¶

func (o *SubNetworkSingle2) HasFileDownloadJob() bool

HasFileDownloadJob returns a boolean if a field has been set.

func (*SubNetworkSingle2) HasFiles ¶

func (o *SubNetworkSingle2) HasFiles() bool

HasFiles returns a boolean if a field has been set.

func (*SubNetworkSingle2) HasManagementDataCollection ¶

func (o *SubNetworkSingle2) HasManagementDataCollection() bool

HasManagementDataCollection returns a boolean if a field has been set.

func (*SubNetworkSingle2) HasManagementNode ¶

func (o *SubNetworkSingle2) HasManagementNode() bool

HasManagementNode returns a boolean if a field has been set.

func (*SubNetworkSingle2) HasMeContext ¶

func (o *SubNetworkSingle2) HasMeContext() bool

HasMeContext returns a boolean if a field has been set.

func (*SubNetworkSingle2) HasMnsAgent ¶

func (o *SubNetworkSingle2) HasMnsAgent() bool

HasMnsAgent returns a boolean if a field has been set.

func (*SubNetworkSingle2) HasMnsRegistry ¶

func (o *SubNetworkSingle2) HasMnsRegistry() bool

HasMnsRegistry returns a boolean if a field has been set.

func (*SubNetworkSingle2) HasNetworkSlice ¶

func (o *SubNetworkSingle2) HasNetworkSlice() bool

HasNetworkSlice returns a boolean if a field has been set.

func (*SubNetworkSingle2) HasNetworkSliceSubnet ¶

func (o *SubNetworkSingle2) HasNetworkSliceSubnet() bool

HasNetworkSliceSubnet returns a boolean if a field has been set.

func (*SubNetworkSingle2) HasNetworkSliceSubnetProviderCapabilities ¶

func (o *SubNetworkSingle2) HasNetworkSliceSubnetProviderCapabilities() bool

HasNetworkSliceSubnetProviderCapabilities returns a boolean if a field has been set.

func (*SubNetworkSingle2) HasNtfSubscriptionControl ¶

func (o *SubNetworkSingle2) HasNtfSubscriptionControl() bool

HasNtfSubscriptionControl returns a boolean if a field has been set.

func (*SubNetworkSingle2) HasPerfMetricJob ¶

func (o *SubNetworkSingle2) HasPerfMetricJob() bool

HasPerfMetricJob returns a boolean if a field has been set.

func (*SubNetworkSingle2) HasSubNetwork ¶

func (o *SubNetworkSingle2) HasSubNetwork() bool

HasSubNetwork returns a boolean if a field has been set.

func (*SubNetworkSingle2) HasThresholdMonitor ¶

func (o *SubNetworkSingle2) HasThresholdMonitor() bool

HasThresholdMonitor returns a boolean if a field has been set.

func (*SubNetworkSingle2) HasTraceJob ¶

func (o *SubNetworkSingle2) HasTraceJob() bool

HasTraceJob returns a boolean if a field has been set.

func (SubNetworkSingle2) MarshalJSON ¶

func (o SubNetworkSingle2) MarshalJSON() ([]byte, error)

func (*SubNetworkSingle2) SetAlarmList ¶

func (o *SubNetworkSingle2) SetAlarmList(v AlarmListSingle)

SetAlarmList gets a reference to the given AlarmListSingle and assigns it to the AlarmList field.

func (*SubNetworkSingle2) SetAttributes ¶

SetAttributes gets a reference to the given SubNetworkSingle1AllOfAttributes and assigns it to the Attributes field.

func (*SubNetworkSingle2) SetEPTransport ¶

func (o *SubNetworkSingle2) SetEPTransport(v []EPTransportSingle)

SetEPTransport gets a reference to the given []EPTransportSingle and assigns it to the EPTransport field.

func (*SubNetworkSingle2) SetFeasibilityCheckAndReservationJob ¶

func (o *SubNetworkSingle2) SetFeasibilityCheckAndReservationJob(v []FeasibilityCheckAndReservationJobSingle)

SetFeasibilityCheckAndReservationJob gets a reference to the given []FeasibilityCheckAndReservationJobSingle and assigns it to the FeasibilityCheckAndReservationJob field.

func (*SubNetworkSingle2) SetFileDownloadJob ¶

func (o *SubNetworkSingle2) SetFileDownloadJob(v []FileDownloadJobSingle)

SetFileDownloadJob gets a reference to the given []FileDownloadJobSingle and assigns it to the FileDownloadJob field.

func (*SubNetworkSingle2) SetFiles ¶

func (o *SubNetworkSingle2) SetFiles(v []FilesSingle)

SetFiles gets a reference to the given []FilesSingle and assigns it to the Files field.

func (*SubNetworkSingle2) SetManagementDataCollection ¶

func (o *SubNetworkSingle2) SetManagementDataCollection(v []ManagementDataCollectionSingle)

SetManagementDataCollection gets a reference to the given []ManagementDataCollectionSingle and assigns it to the ManagementDataCollection field.

func (*SubNetworkSingle2) SetManagementNode ¶

func (o *SubNetworkSingle2) SetManagementNode(v []ManagementNodeSingle)

SetManagementNode gets a reference to the given []ManagementNodeSingle and assigns it to the ManagementNode field.

func (*SubNetworkSingle2) SetMeContext ¶

func (o *SubNetworkSingle2) SetMeContext(v []MeContextSingle)

SetMeContext gets a reference to the given []MeContextSingle and assigns it to the MeContext field.

func (*SubNetworkSingle2) SetMnsAgent ¶

func (o *SubNetworkSingle2) SetMnsAgent(v []MnsAgentSingle)

SetMnsAgent gets a reference to the given []MnsAgentSingle and assigns it to the MnsAgent field.

func (*SubNetworkSingle2) SetMnsRegistry ¶

func (o *SubNetworkSingle2) SetMnsRegistry(v MnsRegistrySingle)

SetMnsRegistry gets a reference to the given MnsRegistrySingle and assigns it to the MnsRegistry field.

func (*SubNetworkSingle2) SetNetworkSlice ¶

func (o *SubNetworkSingle2) SetNetworkSlice(v []NetworkSliceSingle)

SetNetworkSlice gets a reference to the given []NetworkSliceSingle and assigns it to the NetworkSlice field.

func (*SubNetworkSingle2) SetNetworkSliceSubnet ¶

func (o *SubNetworkSingle2) SetNetworkSliceSubnet(v []NetworkSliceSubnetSingle)

SetNetworkSliceSubnet gets a reference to the given []NetworkSliceSubnetSingle and assigns it to the NetworkSliceSubnet field.

func (*SubNetworkSingle2) SetNetworkSliceSubnetProviderCapabilities ¶

func (o *SubNetworkSingle2) SetNetworkSliceSubnetProviderCapabilities(v []NetworkSliceSubnetProviderCapabilitiesSingle)

SetNetworkSliceSubnetProviderCapabilities gets a reference to the given []NetworkSliceSubnetProviderCapabilitiesSingle and assigns it to the NetworkSliceSubnetProviderCapabilities field.

func (*SubNetworkSingle2) SetNtfSubscriptionControl ¶

func (o *SubNetworkSingle2) SetNtfSubscriptionControl(v []NtfSubscriptionControlSingle)

SetNtfSubscriptionControl gets a reference to the given []NtfSubscriptionControlSingle and assigns it to the NtfSubscriptionControl field.

func (*SubNetworkSingle2) SetPerfMetricJob ¶

func (o *SubNetworkSingle2) SetPerfMetricJob(v []PerfMetricJobSingle)

SetPerfMetricJob gets a reference to the given []PerfMetricJobSingle and assigns it to the PerfMetricJob field.

func (*SubNetworkSingle2) SetSubNetwork ¶

func (o *SubNetworkSingle2) SetSubNetwork(v []SubNetworkSingle)

SetSubNetwork gets a reference to the given []SubNetworkSingle and assigns it to the SubNetwork field.

func (*SubNetworkSingle2) SetThresholdMonitor ¶

func (o *SubNetworkSingle2) SetThresholdMonitor(v []ThresholdMonitorSingle)

SetThresholdMonitor gets a reference to the given []ThresholdMonitorSingle and assigns it to the ThresholdMonitor field.

func (*SubNetworkSingle2) SetTraceJob ¶

func (o *SubNetworkSingle2) SetTraceJob(v []TraceJobSingle)

SetTraceJob gets a reference to the given []TraceJobSingle and assigns it to the TraceJob field.

func (SubNetworkSingle2) ToMap ¶

func (o SubNetworkSingle2) ToMap() (map[string]interface{}, error)

type SubNetworkSingle2AllOf ¶

type SubNetworkSingle2AllOf struct {
	SubNetwork                             []SubNetworkSingle                             `json:"SubNetwork,omitempty"`
	NetworkSlice                           []NetworkSliceSingle                           `json:"NetworkSlice,omitempty"`
	NetworkSliceSubnet                     []NetworkSliceSubnetSingle                     `json:"NetworkSliceSubnet,omitempty"`
	EPTransport                            []EPTransportSingle                            `json:"EP_Transport,omitempty"`
	NetworkSliceSubnetProviderCapabilities []NetworkSliceSubnetProviderCapabilitiesSingle `json:"NetworkSliceSubnetProviderCapabilities,omitempty"`
	FeasibilityCheckAndReservationJob      []FeasibilityCheckAndReservationJobSingle      `json:"FeasibilityCheckAndReservationJob,omitempty"`
}

SubNetworkSingle2AllOf struct for SubNetworkSingle2AllOf

func NewSubNetworkSingle2AllOf ¶

func NewSubNetworkSingle2AllOf() *SubNetworkSingle2AllOf

NewSubNetworkSingle2AllOf instantiates a new SubNetworkSingle2AllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSubNetworkSingle2AllOfWithDefaults ¶

func NewSubNetworkSingle2AllOfWithDefaults() *SubNetworkSingle2AllOf

NewSubNetworkSingle2AllOfWithDefaults instantiates a new SubNetworkSingle2AllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SubNetworkSingle2AllOf) GetEPTransport ¶

func (o *SubNetworkSingle2AllOf) GetEPTransport() []EPTransportSingle

GetEPTransport returns the EPTransport field value if set, zero value otherwise.

func (*SubNetworkSingle2AllOf) GetEPTransportOk ¶

func (o *SubNetworkSingle2AllOf) GetEPTransportOk() ([]EPTransportSingle, bool)

GetEPTransportOk returns a tuple with the EPTransport field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle2AllOf) GetFeasibilityCheckAndReservationJob ¶

func (o *SubNetworkSingle2AllOf) GetFeasibilityCheckAndReservationJob() []FeasibilityCheckAndReservationJobSingle

GetFeasibilityCheckAndReservationJob returns the FeasibilityCheckAndReservationJob field value if set, zero value otherwise.

func (*SubNetworkSingle2AllOf) GetFeasibilityCheckAndReservationJobOk ¶

func (o *SubNetworkSingle2AllOf) GetFeasibilityCheckAndReservationJobOk() ([]FeasibilityCheckAndReservationJobSingle, bool)

GetFeasibilityCheckAndReservationJobOk returns a tuple with the FeasibilityCheckAndReservationJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle2AllOf) GetNetworkSlice ¶

func (o *SubNetworkSingle2AllOf) GetNetworkSlice() []NetworkSliceSingle

GetNetworkSlice returns the NetworkSlice field value if set, zero value otherwise.

func (*SubNetworkSingle2AllOf) GetNetworkSliceOk ¶

func (o *SubNetworkSingle2AllOf) GetNetworkSliceOk() ([]NetworkSliceSingle, bool)

GetNetworkSliceOk returns a tuple with the NetworkSlice field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle2AllOf) GetNetworkSliceSubnet ¶

func (o *SubNetworkSingle2AllOf) GetNetworkSliceSubnet() []NetworkSliceSubnetSingle

GetNetworkSliceSubnet returns the NetworkSliceSubnet field value if set, zero value otherwise.

func (*SubNetworkSingle2AllOf) GetNetworkSliceSubnetOk ¶

func (o *SubNetworkSingle2AllOf) GetNetworkSliceSubnetOk() ([]NetworkSliceSubnetSingle, bool)

GetNetworkSliceSubnetOk returns a tuple with the NetworkSliceSubnet field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle2AllOf) GetNetworkSliceSubnetProviderCapabilities ¶

func (o *SubNetworkSingle2AllOf) GetNetworkSliceSubnetProviderCapabilities() []NetworkSliceSubnetProviderCapabilitiesSingle

GetNetworkSliceSubnetProviderCapabilities returns the NetworkSliceSubnetProviderCapabilities field value if set, zero value otherwise.

func (*SubNetworkSingle2AllOf) GetNetworkSliceSubnetProviderCapabilitiesOk ¶

func (o *SubNetworkSingle2AllOf) GetNetworkSliceSubnetProviderCapabilitiesOk() ([]NetworkSliceSubnetProviderCapabilitiesSingle, bool)

GetNetworkSliceSubnetProviderCapabilitiesOk returns a tuple with the NetworkSliceSubnetProviderCapabilities field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle2AllOf) GetSubNetwork ¶

func (o *SubNetworkSingle2AllOf) GetSubNetwork() []SubNetworkSingle

GetSubNetwork returns the SubNetwork field value if set, zero value otherwise.

func (*SubNetworkSingle2AllOf) GetSubNetworkOk ¶

func (o *SubNetworkSingle2AllOf) 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 (*SubNetworkSingle2AllOf) HasEPTransport ¶

func (o *SubNetworkSingle2AllOf) HasEPTransport() bool

HasEPTransport returns a boolean if a field has been set.

func (*SubNetworkSingle2AllOf) HasFeasibilityCheckAndReservationJob ¶

func (o *SubNetworkSingle2AllOf) HasFeasibilityCheckAndReservationJob() bool

HasFeasibilityCheckAndReservationJob returns a boolean if a field has been set.

func (*SubNetworkSingle2AllOf) HasNetworkSlice ¶

func (o *SubNetworkSingle2AllOf) HasNetworkSlice() bool

HasNetworkSlice returns a boolean if a field has been set.

func (*SubNetworkSingle2AllOf) HasNetworkSliceSubnet ¶

func (o *SubNetworkSingle2AllOf) HasNetworkSliceSubnet() bool

HasNetworkSliceSubnet returns a boolean if a field has been set.

func (*SubNetworkSingle2AllOf) HasNetworkSliceSubnetProviderCapabilities ¶

func (o *SubNetworkSingle2AllOf) HasNetworkSliceSubnetProviderCapabilities() bool

HasNetworkSliceSubnetProviderCapabilities returns a boolean if a field has been set.

func (*SubNetworkSingle2AllOf) HasSubNetwork ¶

func (o *SubNetworkSingle2AllOf) HasSubNetwork() bool

HasSubNetwork returns a boolean if a field has been set.

func (SubNetworkSingle2AllOf) MarshalJSON ¶

func (o SubNetworkSingle2AllOf) MarshalJSON() ([]byte, error)

func (*SubNetworkSingle2AllOf) SetEPTransport ¶

func (o *SubNetworkSingle2AllOf) SetEPTransport(v []EPTransportSingle)

SetEPTransport gets a reference to the given []EPTransportSingle and assigns it to the EPTransport field.

func (*SubNetworkSingle2AllOf) SetFeasibilityCheckAndReservationJob ¶

func (o *SubNetworkSingle2AllOf) SetFeasibilityCheckAndReservationJob(v []FeasibilityCheckAndReservationJobSingle)

SetFeasibilityCheckAndReservationJob gets a reference to the given []FeasibilityCheckAndReservationJobSingle and assigns it to the FeasibilityCheckAndReservationJob field.

func (*SubNetworkSingle2AllOf) SetNetworkSlice ¶

func (o *SubNetworkSingle2AllOf) SetNetworkSlice(v []NetworkSliceSingle)

SetNetworkSlice gets a reference to the given []NetworkSliceSingle and assigns it to the NetworkSlice field.

func (*SubNetworkSingle2AllOf) SetNetworkSliceSubnet ¶

func (o *SubNetworkSingle2AllOf) SetNetworkSliceSubnet(v []NetworkSliceSubnetSingle)

SetNetworkSliceSubnet gets a reference to the given []NetworkSliceSubnetSingle and assigns it to the NetworkSliceSubnet field.

func (*SubNetworkSingle2AllOf) SetNetworkSliceSubnetProviderCapabilities ¶

func (o *SubNetworkSingle2AllOf) SetNetworkSliceSubnetProviderCapabilities(v []NetworkSliceSubnetProviderCapabilitiesSingle)

SetNetworkSliceSubnetProviderCapabilities gets a reference to the given []NetworkSliceSubnetProviderCapabilitiesSingle and assigns it to the NetworkSliceSubnetProviderCapabilities field.

func (*SubNetworkSingle2AllOf) SetSubNetwork ¶

func (o *SubNetworkSingle2AllOf) SetSubNetwork(v []SubNetworkSingle)

SetSubNetwork gets a reference to the given []SubNetworkSingle and assigns it to the SubNetwork field.

func (SubNetworkSingle2AllOf) ToMap ¶

func (o SubNetworkSingle2AllOf) ToMap() (map[string]interface{}, error)

type SubNetworkSingle3 ¶

type SubNetworkSingle3 struct {
	Top
	Attributes                 *SubNetworkSingle1AllOfAttributes  `json:"attributes,omitempty"`
	ManagementNode             []ManagementNodeSingle             `json:"ManagementNode,omitempty"`
	MnsAgent                   []MnsAgentSingle                   `json:"MnsAgent,omitempty"`
	MeContext                  []MeContextSingle                  `json:"MeContext,omitempty"`
	PerfMetricJob              []PerfMetricJobSingle              `json:"PerfMetricJob,omitempty"`
	ThresholdMonitor           []ThresholdMonitorSingle           `json:"ThresholdMonitor,omitempty"`
	TraceJob                   []TraceJobSingle                   `json:"TraceJob,omitempty"`
	ManagementDataCollection   []ManagementDataCollectionSingle   `json:"ManagementDataCollection,omitempty"`
	NtfSubscriptionControl     []NtfSubscriptionControlSingle     `json:"NtfSubscriptionControl,omitempty"`
	AlarmList                  *AlarmListSingle                   `json:"AlarmList,omitempty"`
	FileDownloadJob            []FileDownloadJobSingle            `json:"FileDownloadJob,omitempty"`
	Files                      []FilesSingle                      `json:"Files,omitempty"`
	MnsRegistry                *MnsRegistrySingle                 `json:"MnsRegistry,omitempty"`
	AssuranceClosedControlLoop []AssuranceClosedControlLoopSingle `json:"AssuranceClosedControlLoop,omitempty"`
}

SubNetworkSingle3 struct for SubNetworkSingle3

func NewSubNetworkSingle3 ¶

func NewSubNetworkSingle3(id NullableString) *SubNetworkSingle3

NewSubNetworkSingle3 instantiates a new SubNetworkSingle3 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSubNetworkSingle3WithDefaults ¶

func NewSubNetworkSingle3WithDefaults() *SubNetworkSingle3

NewSubNetworkSingle3WithDefaults instantiates a new SubNetworkSingle3 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SubNetworkSingle3) GetAlarmList ¶

func (o *SubNetworkSingle3) GetAlarmList() AlarmListSingle

GetAlarmList returns the AlarmList field value if set, zero value otherwise.

func (*SubNetworkSingle3) GetAlarmListOk ¶

func (o *SubNetworkSingle3) GetAlarmListOk() (*AlarmListSingle, bool)

GetAlarmListOk returns a tuple with the AlarmList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle3) GetAssuranceClosedControlLoop ¶

func (o *SubNetworkSingle3) GetAssuranceClosedControlLoop() []AssuranceClosedControlLoopSingle

GetAssuranceClosedControlLoop returns the AssuranceClosedControlLoop field value if set, zero value otherwise.

func (*SubNetworkSingle3) GetAssuranceClosedControlLoopOk ¶

func (o *SubNetworkSingle3) GetAssuranceClosedControlLoopOk() ([]AssuranceClosedControlLoopSingle, bool)

GetAssuranceClosedControlLoopOk returns a tuple with the AssuranceClosedControlLoop field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle3) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*SubNetworkSingle3) GetAttributesOk ¶

func (o *SubNetworkSingle3) GetAttributesOk() (*SubNetworkSingle1AllOfAttributes, 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 (*SubNetworkSingle3) GetFileDownloadJob ¶

func (o *SubNetworkSingle3) GetFileDownloadJob() []FileDownloadJobSingle

GetFileDownloadJob returns the FileDownloadJob field value if set, zero value otherwise.

func (*SubNetworkSingle3) GetFileDownloadJobOk ¶

func (o *SubNetworkSingle3) GetFileDownloadJobOk() ([]FileDownloadJobSingle, bool)

GetFileDownloadJobOk returns a tuple with the FileDownloadJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle3) GetFiles ¶

func (o *SubNetworkSingle3) GetFiles() []FilesSingle

GetFiles returns the Files field value if set, zero value otherwise.

func (*SubNetworkSingle3) GetFilesOk ¶

func (o *SubNetworkSingle3) 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 (*SubNetworkSingle3) GetManagementDataCollection ¶

func (o *SubNetworkSingle3) GetManagementDataCollection() []ManagementDataCollectionSingle

GetManagementDataCollection returns the ManagementDataCollection field value if set, zero value otherwise.

func (*SubNetworkSingle3) GetManagementDataCollectionOk ¶

func (o *SubNetworkSingle3) GetManagementDataCollectionOk() ([]ManagementDataCollectionSingle, bool)

GetManagementDataCollectionOk returns a tuple with the ManagementDataCollection field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle3) GetManagementNode ¶

func (o *SubNetworkSingle3) GetManagementNode() []ManagementNodeSingle

GetManagementNode returns the ManagementNode field value if set, zero value otherwise.

func (*SubNetworkSingle3) GetManagementNodeOk ¶

func (o *SubNetworkSingle3) GetManagementNodeOk() ([]ManagementNodeSingle, bool)

GetManagementNodeOk returns a tuple with the ManagementNode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle3) GetMeContext ¶

func (o *SubNetworkSingle3) GetMeContext() []MeContextSingle

GetMeContext returns the MeContext field value if set, zero value otherwise.

func (*SubNetworkSingle3) GetMeContextOk ¶

func (o *SubNetworkSingle3) GetMeContextOk() ([]MeContextSingle, bool)

GetMeContextOk returns a tuple with the MeContext field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle3) GetMnsAgent ¶

func (o *SubNetworkSingle3) GetMnsAgent() []MnsAgentSingle

GetMnsAgent returns the MnsAgent field value if set, zero value otherwise.

func (*SubNetworkSingle3) GetMnsAgentOk ¶

func (o *SubNetworkSingle3) 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 (*SubNetworkSingle3) GetMnsRegistry ¶

func (o *SubNetworkSingle3) GetMnsRegistry() MnsRegistrySingle

GetMnsRegistry returns the MnsRegistry field value if set, zero value otherwise.

func (*SubNetworkSingle3) GetMnsRegistryOk ¶

func (o *SubNetworkSingle3) GetMnsRegistryOk() (*MnsRegistrySingle, bool)

GetMnsRegistryOk returns a tuple with the MnsRegistry field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle3) GetNtfSubscriptionControl ¶

func (o *SubNetworkSingle3) GetNtfSubscriptionControl() []NtfSubscriptionControlSingle

GetNtfSubscriptionControl returns the NtfSubscriptionControl field value if set, zero value otherwise.

func (*SubNetworkSingle3) GetNtfSubscriptionControlOk ¶

func (o *SubNetworkSingle3) GetNtfSubscriptionControlOk() ([]NtfSubscriptionControlSingle, bool)

GetNtfSubscriptionControlOk returns a tuple with the NtfSubscriptionControl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle3) GetPerfMetricJob ¶

func (o *SubNetworkSingle3) GetPerfMetricJob() []PerfMetricJobSingle

GetPerfMetricJob returns the PerfMetricJob field value if set, zero value otherwise.

func (*SubNetworkSingle3) GetPerfMetricJobOk ¶

func (o *SubNetworkSingle3) 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 (*SubNetworkSingle3) GetThresholdMonitor ¶

func (o *SubNetworkSingle3) GetThresholdMonitor() []ThresholdMonitorSingle

GetThresholdMonitor returns the ThresholdMonitor field value if set, zero value otherwise.

func (*SubNetworkSingle3) GetThresholdMonitorOk ¶

func (o *SubNetworkSingle3) 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 (*SubNetworkSingle3) GetTraceJob ¶

func (o *SubNetworkSingle3) GetTraceJob() []TraceJobSingle

GetTraceJob returns the TraceJob field value if set, zero value otherwise.

func (*SubNetworkSingle3) GetTraceJobOk ¶

func (o *SubNetworkSingle3) 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 (*SubNetworkSingle3) HasAlarmList ¶

func (o *SubNetworkSingle3) HasAlarmList() bool

HasAlarmList returns a boolean if a field has been set.

func (*SubNetworkSingle3) HasAssuranceClosedControlLoop ¶

func (o *SubNetworkSingle3) HasAssuranceClosedControlLoop() bool

HasAssuranceClosedControlLoop returns a boolean if a field has been set.

func (*SubNetworkSingle3) HasAttributes ¶

func (o *SubNetworkSingle3) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*SubNetworkSingle3) HasFileDownloadJob ¶

func (o *SubNetworkSingle3) HasFileDownloadJob() bool

HasFileDownloadJob returns a boolean if a field has been set.

func (*SubNetworkSingle3) HasFiles ¶

func (o *SubNetworkSingle3) HasFiles() bool

HasFiles returns a boolean if a field has been set.

func (*SubNetworkSingle3) HasManagementDataCollection ¶

func (o *SubNetworkSingle3) HasManagementDataCollection() bool

HasManagementDataCollection returns a boolean if a field has been set.

func (*SubNetworkSingle3) HasManagementNode ¶

func (o *SubNetworkSingle3) HasManagementNode() bool

HasManagementNode returns a boolean if a field has been set.

func (*SubNetworkSingle3) HasMeContext ¶

func (o *SubNetworkSingle3) HasMeContext() bool

HasMeContext returns a boolean if a field has been set.

func (*SubNetworkSingle3) HasMnsAgent ¶

func (o *SubNetworkSingle3) HasMnsAgent() bool

HasMnsAgent returns a boolean if a field has been set.

func (*SubNetworkSingle3) HasMnsRegistry ¶

func (o *SubNetworkSingle3) HasMnsRegistry() bool

HasMnsRegistry returns a boolean if a field has been set.

func (*SubNetworkSingle3) HasNtfSubscriptionControl ¶

func (o *SubNetworkSingle3) HasNtfSubscriptionControl() bool

HasNtfSubscriptionControl returns a boolean if a field has been set.

func (*SubNetworkSingle3) HasPerfMetricJob ¶

func (o *SubNetworkSingle3) HasPerfMetricJob() bool

HasPerfMetricJob returns a boolean if a field has been set.

func (*SubNetworkSingle3) HasThresholdMonitor ¶

func (o *SubNetworkSingle3) HasThresholdMonitor() bool

HasThresholdMonitor returns a boolean if a field has been set.

func (*SubNetworkSingle3) HasTraceJob ¶

func (o *SubNetworkSingle3) HasTraceJob() bool

HasTraceJob returns a boolean if a field has been set.

func (SubNetworkSingle3) MarshalJSON ¶

func (o SubNetworkSingle3) MarshalJSON() ([]byte, error)

func (*SubNetworkSingle3) SetAlarmList ¶

func (o *SubNetworkSingle3) SetAlarmList(v AlarmListSingle)

SetAlarmList gets a reference to the given AlarmListSingle and assigns it to the AlarmList field.

func (*SubNetworkSingle3) SetAssuranceClosedControlLoop ¶

func (o *SubNetworkSingle3) SetAssuranceClosedControlLoop(v []AssuranceClosedControlLoopSingle)

SetAssuranceClosedControlLoop gets a reference to the given []AssuranceClosedControlLoopSingle and assigns it to the AssuranceClosedControlLoop field.

func (*SubNetworkSingle3) SetAttributes ¶

SetAttributes gets a reference to the given SubNetworkSingle1AllOfAttributes and assigns it to the Attributes field.

func (*SubNetworkSingle3) SetFileDownloadJob ¶

func (o *SubNetworkSingle3) SetFileDownloadJob(v []FileDownloadJobSingle)

SetFileDownloadJob gets a reference to the given []FileDownloadJobSingle and assigns it to the FileDownloadJob field.

func (*SubNetworkSingle3) SetFiles ¶

func (o *SubNetworkSingle3) SetFiles(v []FilesSingle)

SetFiles gets a reference to the given []FilesSingle and assigns it to the Files field.

func (*SubNetworkSingle3) SetManagementDataCollection ¶

func (o *SubNetworkSingle3) SetManagementDataCollection(v []ManagementDataCollectionSingle)

SetManagementDataCollection gets a reference to the given []ManagementDataCollectionSingle and assigns it to the ManagementDataCollection field.

func (*SubNetworkSingle3) SetManagementNode ¶

func (o *SubNetworkSingle3) SetManagementNode(v []ManagementNodeSingle)

SetManagementNode gets a reference to the given []ManagementNodeSingle and assigns it to the ManagementNode field.

func (*SubNetworkSingle3) SetMeContext ¶

func (o *SubNetworkSingle3) SetMeContext(v []MeContextSingle)

SetMeContext gets a reference to the given []MeContextSingle and assigns it to the MeContext field.

func (*SubNetworkSingle3) SetMnsAgent ¶

func (o *SubNetworkSingle3) SetMnsAgent(v []MnsAgentSingle)

SetMnsAgent gets a reference to the given []MnsAgentSingle and assigns it to the MnsAgent field.

func (*SubNetworkSingle3) SetMnsRegistry ¶

func (o *SubNetworkSingle3) SetMnsRegistry(v MnsRegistrySingle)

SetMnsRegistry gets a reference to the given MnsRegistrySingle and assigns it to the MnsRegistry field.

func (*SubNetworkSingle3) SetNtfSubscriptionControl ¶

func (o *SubNetworkSingle3) SetNtfSubscriptionControl(v []NtfSubscriptionControlSingle)

SetNtfSubscriptionControl gets a reference to the given []NtfSubscriptionControlSingle and assigns it to the NtfSubscriptionControl field.

func (*SubNetworkSingle3) SetPerfMetricJob ¶

func (o *SubNetworkSingle3) SetPerfMetricJob(v []PerfMetricJobSingle)

SetPerfMetricJob gets a reference to the given []PerfMetricJobSingle and assigns it to the PerfMetricJob field.

func (*SubNetworkSingle3) SetThresholdMonitor ¶

func (o *SubNetworkSingle3) SetThresholdMonitor(v []ThresholdMonitorSingle)

SetThresholdMonitor gets a reference to the given []ThresholdMonitorSingle and assigns it to the ThresholdMonitor field.

func (*SubNetworkSingle3) SetTraceJob ¶

func (o *SubNetworkSingle3) SetTraceJob(v []TraceJobSingle)

SetTraceJob gets a reference to the given []TraceJobSingle and assigns it to the TraceJob field.

func (SubNetworkSingle3) ToMap ¶

func (o SubNetworkSingle3) ToMap() (map[string]interface{}, error)

type SubNetworkSingle3AllOf ¶

type SubNetworkSingle3AllOf struct {
	AssuranceClosedControlLoop []AssuranceClosedControlLoopSingle `json:"AssuranceClosedControlLoop,omitempty"`
}

SubNetworkSingle3AllOf struct for SubNetworkSingle3AllOf

func NewSubNetworkSingle3AllOf ¶

func NewSubNetworkSingle3AllOf() *SubNetworkSingle3AllOf

NewSubNetworkSingle3AllOf instantiates a new SubNetworkSingle3AllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSubNetworkSingle3AllOfWithDefaults ¶

func NewSubNetworkSingle3AllOfWithDefaults() *SubNetworkSingle3AllOf

NewSubNetworkSingle3AllOfWithDefaults instantiates a new SubNetworkSingle3AllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SubNetworkSingle3AllOf) GetAssuranceClosedControlLoop ¶

func (o *SubNetworkSingle3AllOf) GetAssuranceClosedControlLoop() []AssuranceClosedControlLoopSingle

GetAssuranceClosedControlLoop returns the AssuranceClosedControlLoop field value if set, zero value otherwise.

func (*SubNetworkSingle3AllOf) GetAssuranceClosedControlLoopOk ¶

func (o *SubNetworkSingle3AllOf) GetAssuranceClosedControlLoopOk() ([]AssuranceClosedControlLoopSingle, bool)

GetAssuranceClosedControlLoopOk returns a tuple with the AssuranceClosedControlLoop field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle3AllOf) HasAssuranceClosedControlLoop ¶

func (o *SubNetworkSingle3AllOf) HasAssuranceClosedControlLoop() bool

HasAssuranceClosedControlLoop returns a boolean if a field has been set.

func (SubNetworkSingle3AllOf) MarshalJSON ¶

func (o SubNetworkSingle3AllOf) MarshalJSON() ([]byte, error)

func (*SubNetworkSingle3AllOf) SetAssuranceClosedControlLoop ¶

func (o *SubNetworkSingle3AllOf) SetAssuranceClosedControlLoop(v []AssuranceClosedControlLoopSingle)

SetAssuranceClosedControlLoop gets a reference to the given []AssuranceClosedControlLoopSingle and assigns it to the AssuranceClosedControlLoop field.

func (SubNetworkSingle3AllOf) ToMap ¶

func (o SubNetworkSingle3AllOf) ToMap() (map[string]interface{}, error)

type SubNetworkSingle4 ¶

type SubNetworkSingle4 struct {
	Top
	Attributes               *SubNetworkAttr                  `json:"attributes,omitempty"`
	ManagementNode           []ManagementNodeSingle           `json:"ManagementNode,omitempty"`
	MnsAgent                 []MnsAgentSingle                 `json:"MnsAgent,omitempty"`
	MeContext                []MeContextSingle                `json:"MeContext,omitempty"`
	PerfMetricJob            []PerfMetricJobSingle            `json:"PerfMetricJob,omitempty"`
	ThresholdMonitor         []ThresholdMonitorSingle         `json:"ThresholdMonitor,omitempty"`
	TraceJob                 []TraceJobSingle                 `json:"TraceJob,omitempty"`
	ManagementDataCollection []ManagementDataCollectionSingle `json:"ManagementDataCollection,omitempty"`
	NtfSubscriptionControl   []NtfSubscriptionControlSingle   `json:"NtfSubscriptionControl,omitempty"`
	AlarmList                *AlarmListSingle                 `json:"AlarmList,omitempty"`
	FileDownloadJob          []FileDownloadJobSingle          `json:"FileDownloadJob,omitempty"`
	Files                    []FilesSingle                    `json:"Files,omitempty"`
	MnsRegistry              *MnsRegistrySingle               `json:"MnsRegistry,omitempty"`
	SubNetwork               []SubNetworkSingle               `json:"SubNetwork,omitempty"`
	Intent                   []IntentSingle                   `json:"Intent,omitempty"`
}

SubNetworkSingle4 struct for SubNetworkSingle4

func NewSubNetworkSingle4 ¶

func NewSubNetworkSingle4(id NullableString) *SubNetworkSingle4

NewSubNetworkSingle4 instantiates a new SubNetworkSingle4 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSubNetworkSingle4WithDefaults ¶

func NewSubNetworkSingle4WithDefaults() *SubNetworkSingle4

NewSubNetworkSingle4WithDefaults instantiates a new SubNetworkSingle4 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SubNetworkSingle4) GetAlarmList ¶

func (o *SubNetworkSingle4) GetAlarmList() AlarmListSingle

GetAlarmList returns the AlarmList field value if set, zero value otherwise.

func (*SubNetworkSingle4) GetAlarmListOk ¶

func (o *SubNetworkSingle4) GetAlarmListOk() (*AlarmListSingle, bool)

GetAlarmListOk returns a tuple with the AlarmList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle4) GetAttributes ¶

func (o *SubNetworkSingle4) GetAttributes() SubNetworkAttr

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*SubNetworkSingle4) GetAttributesOk ¶

func (o *SubNetworkSingle4) GetAttributesOk() (*SubNetworkAttr, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle4) GetFileDownloadJob ¶

func (o *SubNetworkSingle4) GetFileDownloadJob() []FileDownloadJobSingle

GetFileDownloadJob returns the FileDownloadJob field value if set, zero value otherwise.

func (*SubNetworkSingle4) GetFileDownloadJobOk ¶

func (o *SubNetworkSingle4) GetFileDownloadJobOk() ([]FileDownloadJobSingle, bool)

GetFileDownloadJobOk returns a tuple with the FileDownloadJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle4) GetFiles ¶

func (o *SubNetworkSingle4) GetFiles() []FilesSingle

GetFiles returns the Files field value if set, zero value otherwise.

func (*SubNetworkSingle4) GetFilesOk ¶

func (o *SubNetworkSingle4) 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 (*SubNetworkSingle4) GetIntent ¶

func (o *SubNetworkSingle4) GetIntent() []IntentSingle

GetIntent returns the Intent field value if set, zero value otherwise.

func (*SubNetworkSingle4) GetIntentOk ¶

func (o *SubNetworkSingle4) GetIntentOk() ([]IntentSingle, bool)

GetIntentOk returns a tuple with the Intent field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle4) GetManagementDataCollection ¶

func (o *SubNetworkSingle4) GetManagementDataCollection() []ManagementDataCollectionSingle

GetManagementDataCollection returns the ManagementDataCollection field value if set, zero value otherwise.

func (*SubNetworkSingle4) GetManagementDataCollectionOk ¶

func (o *SubNetworkSingle4) GetManagementDataCollectionOk() ([]ManagementDataCollectionSingle, bool)

GetManagementDataCollectionOk returns a tuple with the ManagementDataCollection field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle4) GetManagementNode ¶

func (o *SubNetworkSingle4) GetManagementNode() []ManagementNodeSingle

GetManagementNode returns the ManagementNode field value if set, zero value otherwise.

func (*SubNetworkSingle4) GetManagementNodeOk ¶

func (o *SubNetworkSingle4) GetManagementNodeOk() ([]ManagementNodeSingle, bool)

GetManagementNodeOk returns a tuple with the ManagementNode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle4) GetMeContext ¶

func (o *SubNetworkSingle4) GetMeContext() []MeContextSingle

GetMeContext returns the MeContext field value if set, zero value otherwise.

func (*SubNetworkSingle4) GetMeContextOk ¶

func (o *SubNetworkSingle4) GetMeContextOk() ([]MeContextSingle, bool)

GetMeContextOk returns a tuple with the MeContext field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle4) GetMnsAgent ¶

func (o *SubNetworkSingle4) GetMnsAgent() []MnsAgentSingle

GetMnsAgent returns the MnsAgent field value if set, zero value otherwise.

func (*SubNetworkSingle4) GetMnsAgentOk ¶

func (o *SubNetworkSingle4) 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 (*SubNetworkSingle4) GetMnsRegistry ¶

func (o *SubNetworkSingle4) GetMnsRegistry() MnsRegistrySingle

GetMnsRegistry returns the MnsRegistry field value if set, zero value otherwise.

func (*SubNetworkSingle4) GetMnsRegistryOk ¶

func (o *SubNetworkSingle4) GetMnsRegistryOk() (*MnsRegistrySingle, bool)

GetMnsRegistryOk returns a tuple with the MnsRegistry field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle4) GetNtfSubscriptionControl ¶

func (o *SubNetworkSingle4) GetNtfSubscriptionControl() []NtfSubscriptionControlSingle

GetNtfSubscriptionControl returns the NtfSubscriptionControl field value if set, zero value otherwise.

func (*SubNetworkSingle4) GetNtfSubscriptionControlOk ¶

func (o *SubNetworkSingle4) GetNtfSubscriptionControlOk() ([]NtfSubscriptionControlSingle, bool)

GetNtfSubscriptionControlOk returns a tuple with the NtfSubscriptionControl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle4) GetPerfMetricJob ¶

func (o *SubNetworkSingle4) GetPerfMetricJob() []PerfMetricJobSingle

GetPerfMetricJob returns the PerfMetricJob field value if set, zero value otherwise.

func (*SubNetworkSingle4) GetPerfMetricJobOk ¶

func (o *SubNetworkSingle4) 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 (*SubNetworkSingle4) GetSubNetwork ¶

func (o *SubNetworkSingle4) GetSubNetwork() []SubNetworkSingle

GetSubNetwork returns the SubNetwork field value if set, zero value otherwise.

func (*SubNetworkSingle4) GetSubNetworkOk ¶

func (o *SubNetworkSingle4) 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 (*SubNetworkSingle4) GetThresholdMonitor ¶

func (o *SubNetworkSingle4) GetThresholdMonitor() []ThresholdMonitorSingle

GetThresholdMonitor returns the ThresholdMonitor field value if set, zero value otherwise.

func (*SubNetworkSingle4) GetThresholdMonitorOk ¶

func (o *SubNetworkSingle4) 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 (*SubNetworkSingle4) GetTraceJob ¶

func (o *SubNetworkSingle4) GetTraceJob() []TraceJobSingle

GetTraceJob returns the TraceJob field value if set, zero value otherwise.

func (*SubNetworkSingle4) GetTraceJobOk ¶

func (o *SubNetworkSingle4) 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 (*SubNetworkSingle4) HasAlarmList ¶

func (o *SubNetworkSingle4) HasAlarmList() bool

HasAlarmList returns a boolean if a field has been set.

func (*SubNetworkSingle4) HasAttributes ¶

func (o *SubNetworkSingle4) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*SubNetworkSingle4) HasFileDownloadJob ¶

func (o *SubNetworkSingle4) HasFileDownloadJob() bool

HasFileDownloadJob returns a boolean if a field has been set.

func (*SubNetworkSingle4) HasFiles ¶

func (o *SubNetworkSingle4) HasFiles() bool

HasFiles returns a boolean if a field has been set.

func (*SubNetworkSingle4) HasIntent ¶

func (o *SubNetworkSingle4) HasIntent() bool

HasIntent returns a boolean if a field has been set.

func (*SubNetworkSingle4) HasManagementDataCollection ¶

func (o *SubNetworkSingle4) HasManagementDataCollection() bool

HasManagementDataCollection returns a boolean if a field has been set.

func (*SubNetworkSingle4) HasManagementNode ¶

func (o *SubNetworkSingle4) HasManagementNode() bool

HasManagementNode returns a boolean if a field has been set.

func (*SubNetworkSingle4) HasMeContext ¶

func (o *SubNetworkSingle4) HasMeContext() bool

HasMeContext returns a boolean if a field has been set.

func (*SubNetworkSingle4) HasMnsAgent ¶

func (o *SubNetworkSingle4) HasMnsAgent() bool

HasMnsAgent returns a boolean if a field has been set.

func (*SubNetworkSingle4) HasMnsRegistry ¶

func (o *SubNetworkSingle4) HasMnsRegistry() bool

HasMnsRegistry returns a boolean if a field has been set.

func (*SubNetworkSingle4) HasNtfSubscriptionControl ¶

func (o *SubNetworkSingle4) HasNtfSubscriptionControl() bool

HasNtfSubscriptionControl returns a boolean if a field has been set.

func (*SubNetworkSingle4) HasPerfMetricJob ¶

func (o *SubNetworkSingle4) HasPerfMetricJob() bool

HasPerfMetricJob returns a boolean if a field has been set.

func (*SubNetworkSingle4) HasSubNetwork ¶

func (o *SubNetworkSingle4) HasSubNetwork() bool

HasSubNetwork returns a boolean if a field has been set.

func (*SubNetworkSingle4) HasThresholdMonitor ¶

func (o *SubNetworkSingle4) HasThresholdMonitor() bool

HasThresholdMonitor returns a boolean if a field has been set.

func (*SubNetworkSingle4) HasTraceJob ¶

func (o *SubNetworkSingle4) HasTraceJob() bool

HasTraceJob returns a boolean if a field has been set.

func (SubNetworkSingle4) MarshalJSON ¶

func (o SubNetworkSingle4) MarshalJSON() ([]byte, error)

func (*SubNetworkSingle4) SetAlarmList ¶

func (o *SubNetworkSingle4) SetAlarmList(v AlarmListSingle)

SetAlarmList gets a reference to the given AlarmListSingle and assigns it to the AlarmList field.

func (*SubNetworkSingle4) SetAttributes ¶

func (o *SubNetworkSingle4) SetAttributes(v SubNetworkAttr)

SetAttributes gets a reference to the given SubNetworkAttr and assigns it to the Attributes field.

func (*SubNetworkSingle4) SetFileDownloadJob ¶

func (o *SubNetworkSingle4) SetFileDownloadJob(v []FileDownloadJobSingle)

SetFileDownloadJob gets a reference to the given []FileDownloadJobSingle and assigns it to the FileDownloadJob field.

func (*SubNetworkSingle4) SetFiles ¶

func (o *SubNetworkSingle4) SetFiles(v []FilesSingle)

SetFiles gets a reference to the given []FilesSingle and assigns it to the Files field.

func (*SubNetworkSingle4) SetIntent ¶

func (o *SubNetworkSingle4) SetIntent(v []IntentSingle)

SetIntent gets a reference to the given []IntentSingle and assigns it to the Intent field.

func (*SubNetworkSingle4) SetManagementDataCollection ¶

func (o *SubNetworkSingle4) SetManagementDataCollection(v []ManagementDataCollectionSingle)

SetManagementDataCollection gets a reference to the given []ManagementDataCollectionSingle and assigns it to the ManagementDataCollection field.

func (*SubNetworkSingle4) SetManagementNode ¶

func (o *SubNetworkSingle4) SetManagementNode(v []ManagementNodeSingle)

SetManagementNode gets a reference to the given []ManagementNodeSingle and assigns it to the ManagementNode field.

func (*SubNetworkSingle4) SetMeContext ¶

func (o *SubNetworkSingle4) SetMeContext(v []MeContextSingle)

SetMeContext gets a reference to the given []MeContextSingle and assigns it to the MeContext field.

func (*SubNetworkSingle4) SetMnsAgent ¶

func (o *SubNetworkSingle4) SetMnsAgent(v []MnsAgentSingle)

SetMnsAgent gets a reference to the given []MnsAgentSingle and assigns it to the MnsAgent field.

func (*SubNetworkSingle4) SetMnsRegistry ¶

func (o *SubNetworkSingle4) SetMnsRegistry(v MnsRegistrySingle)

SetMnsRegistry gets a reference to the given MnsRegistrySingle and assigns it to the MnsRegistry field.

func (*SubNetworkSingle4) SetNtfSubscriptionControl ¶

func (o *SubNetworkSingle4) SetNtfSubscriptionControl(v []NtfSubscriptionControlSingle)

SetNtfSubscriptionControl gets a reference to the given []NtfSubscriptionControlSingle and assigns it to the NtfSubscriptionControl field.

func (*SubNetworkSingle4) SetPerfMetricJob ¶

func (o *SubNetworkSingle4) SetPerfMetricJob(v []PerfMetricJobSingle)

SetPerfMetricJob gets a reference to the given []PerfMetricJobSingle and assigns it to the PerfMetricJob field.

func (*SubNetworkSingle4) SetSubNetwork ¶

func (o *SubNetworkSingle4) SetSubNetwork(v []SubNetworkSingle)

SetSubNetwork gets a reference to the given []SubNetworkSingle and assigns it to the SubNetwork field.

func (*SubNetworkSingle4) SetThresholdMonitor ¶

func (o *SubNetworkSingle4) SetThresholdMonitor(v []ThresholdMonitorSingle)

SetThresholdMonitor gets a reference to the given []ThresholdMonitorSingle and assigns it to the ThresholdMonitor field.

func (*SubNetworkSingle4) SetTraceJob ¶

func (o *SubNetworkSingle4) SetTraceJob(v []TraceJobSingle)

SetTraceJob gets a reference to the given []TraceJobSingle and assigns it to the TraceJob field.

func (SubNetworkSingle4) ToMap ¶

func (o SubNetworkSingle4) ToMap() (map[string]interface{}, error)

type SubNetworkSingle4AllOf ¶

type SubNetworkSingle4AllOf struct {
	SubNetwork []SubNetworkSingle `json:"SubNetwork,omitempty"`
	Intent     []IntentSingle     `json:"Intent,omitempty"`
}

SubNetworkSingle4AllOf struct for SubNetworkSingle4AllOf

func NewSubNetworkSingle4AllOf ¶

func NewSubNetworkSingle4AllOf() *SubNetworkSingle4AllOf

NewSubNetworkSingle4AllOf instantiates a new SubNetworkSingle4AllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSubNetworkSingle4AllOfWithDefaults ¶

func NewSubNetworkSingle4AllOfWithDefaults() *SubNetworkSingle4AllOf

NewSubNetworkSingle4AllOfWithDefaults instantiates a new SubNetworkSingle4AllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SubNetworkSingle4AllOf) GetIntent ¶

func (o *SubNetworkSingle4AllOf) GetIntent() []IntentSingle

GetIntent returns the Intent field value if set, zero value otherwise.

func (*SubNetworkSingle4AllOf) GetIntentOk ¶

func (o *SubNetworkSingle4AllOf) GetIntentOk() ([]IntentSingle, bool)

GetIntentOk returns a tuple with the Intent field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle4AllOf) GetSubNetwork ¶

func (o *SubNetworkSingle4AllOf) GetSubNetwork() []SubNetworkSingle

GetSubNetwork returns the SubNetwork field value if set, zero value otherwise.

func (*SubNetworkSingle4AllOf) GetSubNetworkOk ¶

func (o *SubNetworkSingle4AllOf) 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 (*SubNetworkSingle4AllOf) HasIntent ¶

func (o *SubNetworkSingle4AllOf) HasIntent() bool

HasIntent returns a boolean if a field has been set.

func (*SubNetworkSingle4AllOf) HasSubNetwork ¶

func (o *SubNetworkSingle4AllOf) HasSubNetwork() bool

HasSubNetwork returns a boolean if a field has been set.

func (SubNetworkSingle4AllOf) MarshalJSON ¶

func (o SubNetworkSingle4AllOf) MarshalJSON() ([]byte, error)

func (*SubNetworkSingle4AllOf) SetIntent ¶

func (o *SubNetworkSingle4AllOf) SetIntent(v []IntentSingle)

SetIntent gets a reference to the given []IntentSingle and assigns it to the Intent field.

func (*SubNetworkSingle4AllOf) SetSubNetwork ¶

func (o *SubNetworkSingle4AllOf) SetSubNetwork(v []SubNetworkSingle)

SetSubNetwork gets a reference to the given []SubNetworkSingle and assigns it to the SubNetwork field.

func (SubNetworkSingle4AllOf) ToMap ¶

func (o SubNetworkSingle4AllOf) ToMap() (map[string]interface{}, error)

type SubNetworkSingle5 ¶

type SubNetworkSingle5 struct {
	Top
	Attributes               *SubNetworkAttr                  `json:"attributes,omitempty"`
	ManagementNode           []ManagementNodeSingle           `json:"ManagementNode,omitempty"`
	MnsAgent                 []MnsAgentSingle                 `json:"MnsAgent,omitempty"`
	MeContext                []MeContextSingle                `json:"MeContext,omitempty"`
	PerfMetricJob            []PerfMetricJobSingle            `json:"PerfMetricJob,omitempty"`
	ThresholdMonitor         []ThresholdMonitorSingle         `json:"ThresholdMonitor,omitempty"`
	TraceJob                 []TraceJobSingle                 `json:"TraceJob,omitempty"`
	ManagementDataCollection []ManagementDataCollectionSingle `json:"ManagementDataCollection,omitempty"`
	NtfSubscriptionControl   []NtfSubscriptionControlSingle   `json:"NtfSubscriptionControl,omitempty"`
	AlarmList                *AlarmListSingle                 `json:"AlarmList,omitempty"`
	FileDownloadJob          []FileDownloadJobSingle          `json:"FileDownloadJob,omitempty"`
	Files                    []FilesSingle                    `json:"Files,omitempty"`
	MnsRegistry              *MnsRegistrySingle               `json:"MnsRegistry,omitempty"`
	SubNetwork               []SubNetworkSingle               `json:"SubNetwork,omitempty"`
	ManagedElement           []ManagedElementSingle           `json:"ManagedElement,omitempty"`
	MDAFunction              []MDAFunctionSingle              `json:"MDAFunction,omitempty"`
	MDAReport                []MDAReport                      `json:"MDAReport,omitempty"`
}

SubNetworkSingle5 struct for SubNetworkSingle5

func NewSubNetworkSingle5 ¶

func NewSubNetworkSingle5(id NullableString) *SubNetworkSingle5

NewSubNetworkSingle5 instantiates a new SubNetworkSingle5 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSubNetworkSingle5WithDefaults ¶

func NewSubNetworkSingle5WithDefaults() *SubNetworkSingle5

NewSubNetworkSingle5WithDefaults instantiates a new SubNetworkSingle5 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SubNetworkSingle5) GetAlarmList ¶

func (o *SubNetworkSingle5) GetAlarmList() AlarmListSingle

GetAlarmList returns the AlarmList field value if set, zero value otherwise.

func (*SubNetworkSingle5) GetAlarmListOk ¶

func (o *SubNetworkSingle5) GetAlarmListOk() (*AlarmListSingle, bool)

GetAlarmListOk returns a tuple with the AlarmList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle5) GetAttributes ¶

func (o *SubNetworkSingle5) GetAttributes() SubNetworkAttr

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*SubNetworkSingle5) GetAttributesOk ¶

func (o *SubNetworkSingle5) GetAttributesOk() (*SubNetworkAttr, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle5) GetFileDownloadJob ¶

func (o *SubNetworkSingle5) GetFileDownloadJob() []FileDownloadJobSingle

GetFileDownloadJob returns the FileDownloadJob field value if set, zero value otherwise.

func (*SubNetworkSingle5) GetFileDownloadJobOk ¶

func (o *SubNetworkSingle5) GetFileDownloadJobOk() ([]FileDownloadJobSingle, bool)

GetFileDownloadJobOk returns a tuple with the FileDownloadJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle5) GetFiles ¶

func (o *SubNetworkSingle5) GetFiles() []FilesSingle

GetFiles returns the Files field value if set, zero value otherwise.

func (*SubNetworkSingle5) GetFilesOk ¶

func (o *SubNetworkSingle5) 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 (*SubNetworkSingle5) GetMDAFunction ¶

func (o *SubNetworkSingle5) GetMDAFunction() []MDAFunctionSingle

GetMDAFunction returns the MDAFunction field value if set, zero value otherwise.

func (*SubNetworkSingle5) GetMDAFunctionOk ¶

func (o *SubNetworkSingle5) GetMDAFunctionOk() ([]MDAFunctionSingle, bool)

GetMDAFunctionOk returns a tuple with the MDAFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle5) GetMDAReport ¶

func (o *SubNetworkSingle5) GetMDAReport() []MDAReport

GetMDAReport returns the MDAReport field value if set, zero value otherwise.

func (*SubNetworkSingle5) GetMDAReportOk ¶

func (o *SubNetworkSingle5) GetMDAReportOk() ([]MDAReport, bool)

GetMDAReportOk returns a tuple with the MDAReport field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle5) GetManagedElement ¶

func (o *SubNetworkSingle5) GetManagedElement() []ManagedElementSingle

GetManagedElement returns the ManagedElement field value if set, zero value otherwise.

func (*SubNetworkSingle5) GetManagedElementOk ¶

func (o *SubNetworkSingle5) GetManagedElementOk() ([]ManagedElementSingle, bool)

GetManagedElementOk returns a tuple with the ManagedElement field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle5) GetManagementDataCollection ¶

func (o *SubNetworkSingle5) GetManagementDataCollection() []ManagementDataCollectionSingle

GetManagementDataCollection returns the ManagementDataCollection field value if set, zero value otherwise.

func (*SubNetworkSingle5) GetManagementDataCollectionOk ¶

func (o *SubNetworkSingle5) GetManagementDataCollectionOk() ([]ManagementDataCollectionSingle, bool)

GetManagementDataCollectionOk returns a tuple with the ManagementDataCollection field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle5) GetManagementNode ¶

func (o *SubNetworkSingle5) GetManagementNode() []ManagementNodeSingle

GetManagementNode returns the ManagementNode field value if set, zero value otherwise.

func (*SubNetworkSingle5) GetManagementNodeOk ¶

func (o *SubNetworkSingle5) GetManagementNodeOk() ([]ManagementNodeSingle, bool)

GetManagementNodeOk returns a tuple with the ManagementNode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle5) GetMeContext ¶

func (o *SubNetworkSingle5) GetMeContext() []MeContextSingle

GetMeContext returns the MeContext field value if set, zero value otherwise.

func (*SubNetworkSingle5) GetMeContextOk ¶

func (o *SubNetworkSingle5) GetMeContextOk() ([]MeContextSingle, bool)

GetMeContextOk returns a tuple with the MeContext field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle5) GetMnsAgent ¶

func (o *SubNetworkSingle5) GetMnsAgent() []MnsAgentSingle

GetMnsAgent returns the MnsAgent field value if set, zero value otherwise.

func (*SubNetworkSingle5) GetMnsAgentOk ¶

func (o *SubNetworkSingle5) 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 (*SubNetworkSingle5) GetMnsRegistry ¶

func (o *SubNetworkSingle5) GetMnsRegistry() MnsRegistrySingle

GetMnsRegistry returns the MnsRegistry field value if set, zero value otherwise.

func (*SubNetworkSingle5) GetMnsRegistryOk ¶

func (o *SubNetworkSingle5) GetMnsRegistryOk() (*MnsRegistrySingle, bool)

GetMnsRegistryOk returns a tuple with the MnsRegistry field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle5) GetNtfSubscriptionControl ¶

func (o *SubNetworkSingle5) GetNtfSubscriptionControl() []NtfSubscriptionControlSingle

GetNtfSubscriptionControl returns the NtfSubscriptionControl field value if set, zero value otherwise.

func (*SubNetworkSingle5) GetNtfSubscriptionControlOk ¶

func (o *SubNetworkSingle5) GetNtfSubscriptionControlOk() ([]NtfSubscriptionControlSingle, bool)

GetNtfSubscriptionControlOk returns a tuple with the NtfSubscriptionControl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle5) GetPerfMetricJob ¶

func (o *SubNetworkSingle5) GetPerfMetricJob() []PerfMetricJobSingle

GetPerfMetricJob returns the PerfMetricJob field value if set, zero value otherwise.

func (*SubNetworkSingle5) GetPerfMetricJobOk ¶

func (o *SubNetworkSingle5) 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 (*SubNetworkSingle5) GetSubNetwork ¶

func (o *SubNetworkSingle5) GetSubNetwork() []SubNetworkSingle

GetSubNetwork returns the SubNetwork field value if set, zero value otherwise.

func (*SubNetworkSingle5) GetSubNetworkOk ¶

func (o *SubNetworkSingle5) 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 (*SubNetworkSingle5) GetThresholdMonitor ¶

func (o *SubNetworkSingle5) GetThresholdMonitor() []ThresholdMonitorSingle

GetThresholdMonitor returns the ThresholdMonitor field value if set, zero value otherwise.

func (*SubNetworkSingle5) GetThresholdMonitorOk ¶

func (o *SubNetworkSingle5) 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 (*SubNetworkSingle5) GetTraceJob ¶

func (o *SubNetworkSingle5) GetTraceJob() []TraceJobSingle

GetTraceJob returns the TraceJob field value if set, zero value otherwise.

func (*SubNetworkSingle5) GetTraceJobOk ¶

func (o *SubNetworkSingle5) 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 (*SubNetworkSingle5) HasAlarmList ¶

func (o *SubNetworkSingle5) HasAlarmList() bool

HasAlarmList returns a boolean if a field has been set.

func (*SubNetworkSingle5) HasAttributes ¶

func (o *SubNetworkSingle5) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*SubNetworkSingle5) HasFileDownloadJob ¶

func (o *SubNetworkSingle5) HasFileDownloadJob() bool

HasFileDownloadJob returns a boolean if a field has been set.

func (*SubNetworkSingle5) HasFiles ¶

func (o *SubNetworkSingle5) HasFiles() bool

HasFiles returns a boolean if a field has been set.

func (*SubNetworkSingle5) HasMDAFunction ¶

func (o *SubNetworkSingle5) HasMDAFunction() bool

HasMDAFunction returns a boolean if a field has been set.

func (*SubNetworkSingle5) HasMDAReport ¶

func (o *SubNetworkSingle5) HasMDAReport() bool

HasMDAReport returns a boolean if a field has been set.

func (*SubNetworkSingle5) HasManagedElement ¶

func (o *SubNetworkSingle5) HasManagedElement() bool

HasManagedElement returns a boolean if a field has been set.

func (*SubNetworkSingle5) HasManagementDataCollection ¶

func (o *SubNetworkSingle5) HasManagementDataCollection() bool

HasManagementDataCollection returns a boolean if a field has been set.

func (*SubNetworkSingle5) HasManagementNode ¶

func (o *SubNetworkSingle5) HasManagementNode() bool

HasManagementNode returns a boolean if a field has been set.

func (*SubNetworkSingle5) HasMeContext ¶

func (o *SubNetworkSingle5) HasMeContext() bool

HasMeContext returns a boolean if a field has been set.

func (*SubNetworkSingle5) HasMnsAgent ¶

func (o *SubNetworkSingle5) HasMnsAgent() bool

HasMnsAgent returns a boolean if a field has been set.

func (*SubNetworkSingle5) HasMnsRegistry ¶

func (o *SubNetworkSingle5) HasMnsRegistry() bool

HasMnsRegistry returns a boolean if a field has been set.

func (*SubNetworkSingle5) HasNtfSubscriptionControl ¶

func (o *SubNetworkSingle5) HasNtfSubscriptionControl() bool

HasNtfSubscriptionControl returns a boolean if a field has been set.

func (*SubNetworkSingle5) HasPerfMetricJob ¶

func (o *SubNetworkSingle5) HasPerfMetricJob() bool

HasPerfMetricJob returns a boolean if a field has been set.

func (*SubNetworkSingle5) HasSubNetwork ¶

func (o *SubNetworkSingle5) HasSubNetwork() bool

HasSubNetwork returns a boolean if a field has been set.

func (*SubNetworkSingle5) HasThresholdMonitor ¶

func (o *SubNetworkSingle5) HasThresholdMonitor() bool

HasThresholdMonitor returns a boolean if a field has been set.

func (*SubNetworkSingle5) HasTraceJob ¶

func (o *SubNetworkSingle5) HasTraceJob() bool

HasTraceJob returns a boolean if a field has been set.

func (SubNetworkSingle5) MarshalJSON ¶

func (o SubNetworkSingle5) MarshalJSON() ([]byte, error)

func (*SubNetworkSingle5) SetAlarmList ¶

func (o *SubNetworkSingle5) SetAlarmList(v AlarmListSingle)

SetAlarmList gets a reference to the given AlarmListSingle and assigns it to the AlarmList field.

func (*SubNetworkSingle5) SetAttributes ¶

func (o *SubNetworkSingle5) SetAttributes(v SubNetworkAttr)

SetAttributes gets a reference to the given SubNetworkAttr and assigns it to the Attributes field.

func (*SubNetworkSingle5) SetFileDownloadJob ¶

func (o *SubNetworkSingle5) SetFileDownloadJob(v []FileDownloadJobSingle)

SetFileDownloadJob gets a reference to the given []FileDownloadJobSingle and assigns it to the FileDownloadJob field.

func (*SubNetworkSingle5) SetFiles ¶

func (o *SubNetworkSingle5) SetFiles(v []FilesSingle)

SetFiles gets a reference to the given []FilesSingle and assigns it to the Files field.

func (*SubNetworkSingle5) SetMDAFunction ¶

func (o *SubNetworkSingle5) SetMDAFunction(v []MDAFunctionSingle)

SetMDAFunction gets a reference to the given []MDAFunctionSingle and assigns it to the MDAFunction field.

func (*SubNetworkSingle5) SetMDAReport ¶

func (o *SubNetworkSingle5) SetMDAReport(v []MDAReport)

SetMDAReport gets a reference to the given []MDAReport and assigns it to the MDAReport field.

func (*SubNetworkSingle5) SetManagedElement ¶

func (o *SubNetworkSingle5) SetManagedElement(v []ManagedElementSingle)

SetManagedElement gets a reference to the given []ManagedElementSingle and assigns it to the ManagedElement field.

func (*SubNetworkSingle5) SetManagementDataCollection ¶

func (o *SubNetworkSingle5) SetManagementDataCollection(v []ManagementDataCollectionSingle)

SetManagementDataCollection gets a reference to the given []ManagementDataCollectionSingle and assigns it to the ManagementDataCollection field.

func (*SubNetworkSingle5) SetManagementNode ¶

func (o *SubNetworkSingle5) SetManagementNode(v []ManagementNodeSingle)

SetManagementNode gets a reference to the given []ManagementNodeSingle and assigns it to the ManagementNode field.

func (*SubNetworkSingle5) SetMeContext ¶

func (o *SubNetworkSingle5) SetMeContext(v []MeContextSingle)

SetMeContext gets a reference to the given []MeContextSingle and assigns it to the MeContext field.

func (*SubNetworkSingle5) SetMnsAgent ¶

func (o *SubNetworkSingle5) SetMnsAgent(v []MnsAgentSingle)

SetMnsAgent gets a reference to the given []MnsAgentSingle and assigns it to the MnsAgent field.

func (*SubNetworkSingle5) SetMnsRegistry ¶

func (o *SubNetworkSingle5) SetMnsRegistry(v MnsRegistrySingle)

SetMnsRegistry gets a reference to the given MnsRegistrySingle and assigns it to the MnsRegistry field.

func (*SubNetworkSingle5) SetNtfSubscriptionControl ¶

func (o *SubNetworkSingle5) SetNtfSubscriptionControl(v []NtfSubscriptionControlSingle)

SetNtfSubscriptionControl gets a reference to the given []NtfSubscriptionControlSingle and assigns it to the NtfSubscriptionControl field.

func (*SubNetworkSingle5) SetPerfMetricJob ¶

func (o *SubNetworkSingle5) SetPerfMetricJob(v []PerfMetricJobSingle)

SetPerfMetricJob gets a reference to the given []PerfMetricJobSingle and assigns it to the PerfMetricJob field.

func (*SubNetworkSingle5) SetSubNetwork ¶

func (o *SubNetworkSingle5) SetSubNetwork(v []SubNetworkSingle)

SetSubNetwork gets a reference to the given []SubNetworkSingle and assigns it to the SubNetwork field.

func (*SubNetworkSingle5) SetThresholdMonitor ¶

func (o *SubNetworkSingle5) SetThresholdMonitor(v []ThresholdMonitorSingle)

SetThresholdMonitor gets a reference to the given []ThresholdMonitorSingle and assigns it to the ThresholdMonitor field.

func (*SubNetworkSingle5) SetTraceJob ¶

func (o *SubNetworkSingle5) SetTraceJob(v []TraceJobSingle)

SetTraceJob gets a reference to the given []TraceJobSingle and assigns it to the TraceJob field.

func (SubNetworkSingle5) ToMap ¶

func (o SubNetworkSingle5) ToMap() (map[string]interface{}, error)

type SubNetworkSingle5AllOf ¶

type SubNetworkSingle5AllOf struct {
	SubNetwork     []SubNetworkSingle     `json:"SubNetwork,omitempty"`
	ManagedElement []ManagedElementSingle `json:"ManagedElement,omitempty"`
	MDAFunction    []MDAFunctionSingle    `json:"MDAFunction,omitempty"`
	MDAReport      []MDAReport            `json:"MDAReport,omitempty"`
}

SubNetworkSingle5AllOf struct for SubNetworkSingle5AllOf

func NewSubNetworkSingle5AllOf ¶

func NewSubNetworkSingle5AllOf() *SubNetworkSingle5AllOf

NewSubNetworkSingle5AllOf instantiates a new SubNetworkSingle5AllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSubNetworkSingle5AllOfWithDefaults ¶

func NewSubNetworkSingle5AllOfWithDefaults() *SubNetworkSingle5AllOf

NewSubNetworkSingle5AllOfWithDefaults instantiates a new SubNetworkSingle5AllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SubNetworkSingle5AllOf) GetMDAFunction ¶

func (o *SubNetworkSingle5AllOf) GetMDAFunction() []MDAFunctionSingle

GetMDAFunction returns the MDAFunction field value if set, zero value otherwise.

func (*SubNetworkSingle5AllOf) GetMDAFunctionOk ¶

func (o *SubNetworkSingle5AllOf) GetMDAFunctionOk() ([]MDAFunctionSingle, bool)

GetMDAFunctionOk returns a tuple with the MDAFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle5AllOf) GetMDAReport ¶

func (o *SubNetworkSingle5AllOf) GetMDAReport() []MDAReport

GetMDAReport returns the MDAReport field value if set, zero value otherwise.

func (*SubNetworkSingle5AllOf) GetMDAReportOk ¶

func (o *SubNetworkSingle5AllOf) GetMDAReportOk() ([]MDAReport, bool)

GetMDAReportOk returns a tuple with the MDAReport field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle5AllOf) GetManagedElement ¶

func (o *SubNetworkSingle5AllOf) GetManagedElement() []ManagedElementSingle

GetManagedElement returns the ManagedElement field value if set, zero value otherwise.

func (*SubNetworkSingle5AllOf) GetManagedElementOk ¶

func (o *SubNetworkSingle5AllOf) GetManagedElementOk() ([]ManagedElementSingle, bool)

GetManagedElementOk returns a tuple with the ManagedElement field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle5AllOf) GetSubNetwork ¶

func (o *SubNetworkSingle5AllOf) GetSubNetwork() []SubNetworkSingle

GetSubNetwork returns the SubNetwork field value if set, zero value otherwise.

func (*SubNetworkSingle5AllOf) GetSubNetworkOk ¶

func (o *SubNetworkSingle5AllOf) 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 (*SubNetworkSingle5AllOf) HasMDAFunction ¶

func (o *SubNetworkSingle5AllOf) HasMDAFunction() bool

HasMDAFunction returns a boolean if a field has been set.

func (*SubNetworkSingle5AllOf) HasMDAReport ¶

func (o *SubNetworkSingle5AllOf) HasMDAReport() bool

HasMDAReport returns a boolean if a field has been set.

func (*SubNetworkSingle5AllOf) HasManagedElement ¶

func (o *SubNetworkSingle5AllOf) HasManagedElement() bool

HasManagedElement returns a boolean if a field has been set.

func (*SubNetworkSingle5AllOf) HasSubNetwork ¶

func (o *SubNetworkSingle5AllOf) HasSubNetwork() bool

HasSubNetwork returns a boolean if a field has been set.

func (SubNetworkSingle5AllOf) MarshalJSON ¶

func (o SubNetworkSingle5AllOf) MarshalJSON() ([]byte, error)

func (*SubNetworkSingle5AllOf) SetMDAFunction ¶

func (o *SubNetworkSingle5AllOf) SetMDAFunction(v []MDAFunctionSingle)

SetMDAFunction gets a reference to the given []MDAFunctionSingle and assigns it to the MDAFunction field.

func (*SubNetworkSingle5AllOf) SetMDAReport ¶

func (o *SubNetworkSingle5AllOf) SetMDAReport(v []MDAReport)

SetMDAReport gets a reference to the given []MDAReport and assigns it to the MDAReport field.

func (*SubNetworkSingle5AllOf) SetManagedElement ¶

func (o *SubNetworkSingle5AllOf) SetManagedElement(v []ManagedElementSingle)

SetManagedElement gets a reference to the given []ManagedElementSingle and assigns it to the ManagedElement field.

func (*SubNetworkSingle5AllOf) SetSubNetwork ¶

func (o *SubNetworkSingle5AllOf) SetSubNetwork(v []SubNetworkSingle)

SetSubNetwork gets a reference to the given []SubNetworkSingle and assigns it to the SubNetwork field.

func (SubNetworkSingle5AllOf) ToMap ¶

func (o SubNetworkSingle5AllOf) ToMap() (map[string]interface{}, error)

type SubNetworkSingle6 ¶

type SubNetworkSingle6 struct {
	Top
	Attributes               *SubNetworkAttr                  `json:"attributes,omitempty"`
	ManagementNode           []ManagementNodeSingle           `json:"ManagementNode,omitempty"`
	MnsAgent                 []MnsAgentSingle                 `json:"MnsAgent,omitempty"`
	MeContext                []MeContextSingle                `json:"MeContext,omitempty"`
	PerfMetricJob            []PerfMetricJobSingle            `json:"PerfMetricJob,omitempty"`
	ThresholdMonitor         []ThresholdMonitorSingle         `json:"ThresholdMonitor,omitempty"`
	TraceJob                 []TraceJobSingle                 `json:"TraceJob,omitempty"`
	ManagementDataCollection []ManagementDataCollectionSingle `json:"ManagementDataCollection,omitempty"`
	NtfSubscriptionControl   []NtfSubscriptionControlSingle   `json:"NtfSubscriptionControl,omitempty"`
	AlarmList                *AlarmListSingle                 `json:"AlarmList,omitempty"`
	FileDownloadJob          []FileDownloadJobSingle          `json:"FileDownloadJob,omitempty"`
	Files                    []FilesSingle                    `json:"Files,omitempty"`
	MnsRegistry              *MnsRegistrySingle               `json:"MnsRegistry,omitempty"`
	SubNetwork               []SubNetworkSingle               `json:"SubNetwork,omitempty"`
	ManagedElement           []ManagedElementSingle           `json:"ManagedElement,omitempty"`
	MLTrainingFunction       []MLTrainingFunctionSingle       `json:"MLTrainingFunction,omitempty"`
}

SubNetworkSingle6 struct for SubNetworkSingle6

func NewSubNetworkSingle6 ¶

func NewSubNetworkSingle6(id NullableString) *SubNetworkSingle6

NewSubNetworkSingle6 instantiates a new SubNetworkSingle6 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSubNetworkSingle6WithDefaults ¶

func NewSubNetworkSingle6WithDefaults() *SubNetworkSingle6

NewSubNetworkSingle6WithDefaults instantiates a new SubNetworkSingle6 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SubNetworkSingle6) GetAlarmList ¶

func (o *SubNetworkSingle6) GetAlarmList() AlarmListSingle

GetAlarmList returns the AlarmList field value if set, zero value otherwise.

func (*SubNetworkSingle6) GetAlarmListOk ¶

func (o *SubNetworkSingle6) GetAlarmListOk() (*AlarmListSingle, bool)

GetAlarmListOk returns a tuple with the AlarmList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle6) GetAttributes ¶

func (o *SubNetworkSingle6) GetAttributes() SubNetworkAttr

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*SubNetworkSingle6) GetAttributesOk ¶

func (o *SubNetworkSingle6) GetAttributesOk() (*SubNetworkAttr, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle6) GetFileDownloadJob ¶

func (o *SubNetworkSingle6) GetFileDownloadJob() []FileDownloadJobSingle

GetFileDownloadJob returns the FileDownloadJob field value if set, zero value otherwise.

func (*SubNetworkSingle6) GetFileDownloadJobOk ¶

func (o *SubNetworkSingle6) GetFileDownloadJobOk() ([]FileDownloadJobSingle, bool)

GetFileDownloadJobOk returns a tuple with the FileDownloadJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle6) GetFiles ¶

func (o *SubNetworkSingle6) GetFiles() []FilesSingle

GetFiles returns the Files field value if set, zero value otherwise.

func (*SubNetworkSingle6) GetFilesOk ¶

func (o *SubNetworkSingle6) 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 (*SubNetworkSingle6) GetMLTrainingFunction ¶

func (o *SubNetworkSingle6) GetMLTrainingFunction() []MLTrainingFunctionSingle

GetMLTrainingFunction returns the MLTrainingFunction field value if set, zero value otherwise.

func (*SubNetworkSingle6) GetMLTrainingFunctionOk ¶

func (o *SubNetworkSingle6) GetMLTrainingFunctionOk() ([]MLTrainingFunctionSingle, bool)

GetMLTrainingFunctionOk returns a tuple with the MLTrainingFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle6) GetManagedElement ¶

func (o *SubNetworkSingle6) GetManagedElement() []ManagedElementSingle

GetManagedElement returns the ManagedElement field value if set, zero value otherwise.

func (*SubNetworkSingle6) GetManagedElementOk ¶

func (o *SubNetworkSingle6) GetManagedElementOk() ([]ManagedElementSingle, bool)

GetManagedElementOk returns a tuple with the ManagedElement field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle6) GetManagementDataCollection ¶

func (o *SubNetworkSingle6) GetManagementDataCollection() []ManagementDataCollectionSingle

GetManagementDataCollection returns the ManagementDataCollection field value if set, zero value otherwise.

func (*SubNetworkSingle6) GetManagementDataCollectionOk ¶

func (o *SubNetworkSingle6) GetManagementDataCollectionOk() ([]ManagementDataCollectionSingle, bool)

GetManagementDataCollectionOk returns a tuple with the ManagementDataCollection field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle6) GetManagementNode ¶

func (o *SubNetworkSingle6) GetManagementNode() []ManagementNodeSingle

GetManagementNode returns the ManagementNode field value if set, zero value otherwise.

func (*SubNetworkSingle6) GetManagementNodeOk ¶

func (o *SubNetworkSingle6) GetManagementNodeOk() ([]ManagementNodeSingle, bool)

GetManagementNodeOk returns a tuple with the ManagementNode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle6) GetMeContext ¶

func (o *SubNetworkSingle6) GetMeContext() []MeContextSingle

GetMeContext returns the MeContext field value if set, zero value otherwise.

func (*SubNetworkSingle6) GetMeContextOk ¶

func (o *SubNetworkSingle6) GetMeContextOk() ([]MeContextSingle, bool)

GetMeContextOk returns a tuple with the MeContext field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle6) GetMnsAgent ¶

func (o *SubNetworkSingle6) GetMnsAgent() []MnsAgentSingle

GetMnsAgent returns the MnsAgent field value if set, zero value otherwise.

func (*SubNetworkSingle6) GetMnsAgentOk ¶

func (o *SubNetworkSingle6) 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 (*SubNetworkSingle6) GetMnsRegistry ¶

func (o *SubNetworkSingle6) GetMnsRegistry() MnsRegistrySingle

GetMnsRegistry returns the MnsRegistry field value if set, zero value otherwise.

func (*SubNetworkSingle6) GetMnsRegistryOk ¶

func (o *SubNetworkSingle6) GetMnsRegistryOk() (*MnsRegistrySingle, bool)

GetMnsRegistryOk returns a tuple with the MnsRegistry field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle6) GetNtfSubscriptionControl ¶

func (o *SubNetworkSingle6) GetNtfSubscriptionControl() []NtfSubscriptionControlSingle

GetNtfSubscriptionControl returns the NtfSubscriptionControl field value if set, zero value otherwise.

func (*SubNetworkSingle6) GetNtfSubscriptionControlOk ¶

func (o *SubNetworkSingle6) GetNtfSubscriptionControlOk() ([]NtfSubscriptionControlSingle, bool)

GetNtfSubscriptionControlOk returns a tuple with the NtfSubscriptionControl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle6) GetPerfMetricJob ¶

func (o *SubNetworkSingle6) GetPerfMetricJob() []PerfMetricJobSingle

GetPerfMetricJob returns the PerfMetricJob field value if set, zero value otherwise.

func (*SubNetworkSingle6) GetPerfMetricJobOk ¶

func (o *SubNetworkSingle6) 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 (*SubNetworkSingle6) GetSubNetwork ¶

func (o *SubNetworkSingle6) GetSubNetwork() []SubNetworkSingle

GetSubNetwork returns the SubNetwork field value if set, zero value otherwise.

func (*SubNetworkSingle6) GetSubNetworkOk ¶

func (o *SubNetworkSingle6) 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 (*SubNetworkSingle6) GetThresholdMonitor ¶

func (o *SubNetworkSingle6) GetThresholdMonitor() []ThresholdMonitorSingle

GetThresholdMonitor returns the ThresholdMonitor field value if set, zero value otherwise.

func (*SubNetworkSingle6) GetThresholdMonitorOk ¶

func (o *SubNetworkSingle6) 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 (*SubNetworkSingle6) GetTraceJob ¶

func (o *SubNetworkSingle6) GetTraceJob() []TraceJobSingle

GetTraceJob returns the TraceJob field value if set, zero value otherwise.

func (*SubNetworkSingle6) GetTraceJobOk ¶

func (o *SubNetworkSingle6) 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 (*SubNetworkSingle6) HasAlarmList ¶

func (o *SubNetworkSingle6) HasAlarmList() bool

HasAlarmList returns a boolean if a field has been set.

func (*SubNetworkSingle6) HasAttributes ¶

func (o *SubNetworkSingle6) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*SubNetworkSingle6) HasFileDownloadJob ¶

func (o *SubNetworkSingle6) HasFileDownloadJob() bool

HasFileDownloadJob returns a boolean if a field has been set.

func (*SubNetworkSingle6) HasFiles ¶

func (o *SubNetworkSingle6) HasFiles() bool

HasFiles returns a boolean if a field has been set.

func (*SubNetworkSingle6) HasMLTrainingFunction ¶

func (o *SubNetworkSingle6) HasMLTrainingFunction() bool

HasMLTrainingFunction returns a boolean if a field has been set.

func (*SubNetworkSingle6) HasManagedElement ¶

func (o *SubNetworkSingle6) HasManagedElement() bool

HasManagedElement returns a boolean if a field has been set.

func (*SubNetworkSingle6) HasManagementDataCollection ¶

func (o *SubNetworkSingle6) HasManagementDataCollection() bool

HasManagementDataCollection returns a boolean if a field has been set.

func (*SubNetworkSingle6) HasManagementNode ¶

func (o *SubNetworkSingle6) HasManagementNode() bool

HasManagementNode returns a boolean if a field has been set.

func (*SubNetworkSingle6) HasMeContext ¶

func (o *SubNetworkSingle6) HasMeContext() bool

HasMeContext returns a boolean if a field has been set.

func (*SubNetworkSingle6) HasMnsAgent ¶

func (o *SubNetworkSingle6) HasMnsAgent() bool

HasMnsAgent returns a boolean if a field has been set.

func (*SubNetworkSingle6) HasMnsRegistry ¶

func (o *SubNetworkSingle6) HasMnsRegistry() bool

HasMnsRegistry returns a boolean if a field has been set.

func (*SubNetworkSingle6) HasNtfSubscriptionControl ¶

func (o *SubNetworkSingle6) HasNtfSubscriptionControl() bool

HasNtfSubscriptionControl returns a boolean if a field has been set.

func (*SubNetworkSingle6) HasPerfMetricJob ¶

func (o *SubNetworkSingle6) HasPerfMetricJob() bool

HasPerfMetricJob returns a boolean if a field has been set.

func (*SubNetworkSingle6) HasSubNetwork ¶

func (o *SubNetworkSingle6) HasSubNetwork() bool

HasSubNetwork returns a boolean if a field has been set.

func (*SubNetworkSingle6) HasThresholdMonitor ¶

func (o *SubNetworkSingle6) HasThresholdMonitor() bool

HasThresholdMonitor returns a boolean if a field has been set.

func (*SubNetworkSingle6) HasTraceJob ¶

func (o *SubNetworkSingle6) HasTraceJob() bool

HasTraceJob returns a boolean if a field has been set.

func (SubNetworkSingle6) MarshalJSON ¶

func (o SubNetworkSingle6) MarshalJSON() ([]byte, error)

func (*SubNetworkSingle6) SetAlarmList ¶

func (o *SubNetworkSingle6) SetAlarmList(v AlarmListSingle)

SetAlarmList gets a reference to the given AlarmListSingle and assigns it to the AlarmList field.

func (*SubNetworkSingle6) SetAttributes ¶

func (o *SubNetworkSingle6) SetAttributes(v SubNetworkAttr)

SetAttributes gets a reference to the given SubNetworkAttr and assigns it to the Attributes field.

func (*SubNetworkSingle6) SetFileDownloadJob ¶

func (o *SubNetworkSingle6) SetFileDownloadJob(v []FileDownloadJobSingle)

SetFileDownloadJob gets a reference to the given []FileDownloadJobSingle and assigns it to the FileDownloadJob field.

func (*SubNetworkSingle6) SetFiles ¶

func (o *SubNetworkSingle6) SetFiles(v []FilesSingle)

SetFiles gets a reference to the given []FilesSingle and assigns it to the Files field.

func (*SubNetworkSingle6) SetMLTrainingFunction ¶

func (o *SubNetworkSingle6) SetMLTrainingFunction(v []MLTrainingFunctionSingle)

SetMLTrainingFunction gets a reference to the given []MLTrainingFunctionSingle and assigns it to the MLTrainingFunction field.

func (*SubNetworkSingle6) SetManagedElement ¶

func (o *SubNetworkSingle6) SetManagedElement(v []ManagedElementSingle)

SetManagedElement gets a reference to the given []ManagedElementSingle and assigns it to the ManagedElement field.

func (*SubNetworkSingle6) SetManagementDataCollection ¶

func (o *SubNetworkSingle6) SetManagementDataCollection(v []ManagementDataCollectionSingle)

SetManagementDataCollection gets a reference to the given []ManagementDataCollectionSingle and assigns it to the ManagementDataCollection field.

func (*SubNetworkSingle6) SetManagementNode ¶

func (o *SubNetworkSingle6) SetManagementNode(v []ManagementNodeSingle)

SetManagementNode gets a reference to the given []ManagementNodeSingle and assigns it to the ManagementNode field.

func (*SubNetworkSingle6) SetMeContext ¶

func (o *SubNetworkSingle6) SetMeContext(v []MeContextSingle)

SetMeContext gets a reference to the given []MeContextSingle and assigns it to the MeContext field.

func (*SubNetworkSingle6) SetMnsAgent ¶

func (o *SubNetworkSingle6) SetMnsAgent(v []MnsAgentSingle)

SetMnsAgent gets a reference to the given []MnsAgentSingle and assigns it to the MnsAgent field.

func (*SubNetworkSingle6) SetMnsRegistry ¶

func (o *SubNetworkSingle6) SetMnsRegistry(v MnsRegistrySingle)

SetMnsRegistry gets a reference to the given MnsRegistrySingle and assigns it to the MnsRegistry field.

func (*SubNetworkSingle6) SetNtfSubscriptionControl ¶

func (o *SubNetworkSingle6) SetNtfSubscriptionControl(v []NtfSubscriptionControlSingle)

SetNtfSubscriptionControl gets a reference to the given []NtfSubscriptionControlSingle and assigns it to the NtfSubscriptionControl field.

func (*SubNetworkSingle6) SetPerfMetricJob ¶

func (o *SubNetworkSingle6) SetPerfMetricJob(v []PerfMetricJobSingle)

SetPerfMetricJob gets a reference to the given []PerfMetricJobSingle and assigns it to the PerfMetricJob field.

func (*SubNetworkSingle6) SetSubNetwork ¶

func (o *SubNetworkSingle6) SetSubNetwork(v []SubNetworkSingle)

SetSubNetwork gets a reference to the given []SubNetworkSingle and assigns it to the SubNetwork field.

func (*SubNetworkSingle6) SetThresholdMonitor ¶

func (o *SubNetworkSingle6) SetThresholdMonitor(v []ThresholdMonitorSingle)

SetThresholdMonitor gets a reference to the given []ThresholdMonitorSingle and assigns it to the ThresholdMonitor field.

func (*SubNetworkSingle6) SetTraceJob ¶

func (o *SubNetworkSingle6) SetTraceJob(v []TraceJobSingle)

SetTraceJob gets a reference to the given []TraceJobSingle and assigns it to the TraceJob field.

func (SubNetworkSingle6) ToMap ¶

func (o SubNetworkSingle6) ToMap() (map[string]interface{}, error)

type SubNetworkSingle6AllOf ¶

type SubNetworkSingle6AllOf struct {
	SubNetwork         []SubNetworkSingle         `json:"SubNetwork,omitempty"`
	ManagedElement     []ManagedElementSingle     `json:"ManagedElement,omitempty"`
	MLTrainingFunction []MLTrainingFunctionSingle `json:"MLTrainingFunction,omitempty"`
}

SubNetworkSingle6AllOf struct for SubNetworkSingle6AllOf

func NewSubNetworkSingle6AllOf ¶

func NewSubNetworkSingle6AllOf() *SubNetworkSingle6AllOf

NewSubNetworkSingle6AllOf instantiates a new SubNetworkSingle6AllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSubNetworkSingle6AllOfWithDefaults ¶

func NewSubNetworkSingle6AllOfWithDefaults() *SubNetworkSingle6AllOf

NewSubNetworkSingle6AllOfWithDefaults instantiates a new SubNetworkSingle6AllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SubNetworkSingle6AllOf) GetMLTrainingFunction ¶

func (o *SubNetworkSingle6AllOf) GetMLTrainingFunction() []MLTrainingFunctionSingle

GetMLTrainingFunction returns the MLTrainingFunction field value if set, zero value otherwise.

func (*SubNetworkSingle6AllOf) GetMLTrainingFunctionOk ¶

func (o *SubNetworkSingle6AllOf) GetMLTrainingFunctionOk() ([]MLTrainingFunctionSingle, bool)

GetMLTrainingFunctionOk returns a tuple with the MLTrainingFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle6AllOf) GetManagedElement ¶

func (o *SubNetworkSingle6AllOf) GetManagedElement() []ManagedElementSingle

GetManagedElement returns the ManagedElement field value if set, zero value otherwise.

func (*SubNetworkSingle6AllOf) GetManagedElementOk ¶

func (o *SubNetworkSingle6AllOf) GetManagedElementOk() ([]ManagedElementSingle, bool)

GetManagedElementOk returns a tuple with the ManagedElement field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle6AllOf) GetSubNetwork ¶

func (o *SubNetworkSingle6AllOf) GetSubNetwork() []SubNetworkSingle

GetSubNetwork returns the SubNetwork field value if set, zero value otherwise.

func (*SubNetworkSingle6AllOf) GetSubNetworkOk ¶

func (o *SubNetworkSingle6AllOf) 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 (*SubNetworkSingle6AllOf) HasMLTrainingFunction ¶

func (o *SubNetworkSingle6AllOf) HasMLTrainingFunction() bool

HasMLTrainingFunction returns a boolean if a field has been set.

func (*SubNetworkSingle6AllOf) HasManagedElement ¶

func (o *SubNetworkSingle6AllOf) HasManagedElement() bool

HasManagedElement returns a boolean if a field has been set.

func (*SubNetworkSingle6AllOf) HasSubNetwork ¶

func (o *SubNetworkSingle6AllOf) HasSubNetwork() bool

HasSubNetwork returns a boolean if a field has been set.

func (SubNetworkSingle6AllOf) MarshalJSON ¶

func (o SubNetworkSingle6AllOf) MarshalJSON() ([]byte, error)

func (*SubNetworkSingle6AllOf) SetMLTrainingFunction ¶

func (o *SubNetworkSingle6AllOf) SetMLTrainingFunction(v []MLTrainingFunctionSingle)

SetMLTrainingFunction gets a reference to the given []MLTrainingFunctionSingle and assigns it to the MLTrainingFunction field.

func (*SubNetworkSingle6AllOf) SetManagedElement ¶

func (o *SubNetworkSingle6AllOf) SetManagedElement(v []ManagedElementSingle)

SetManagedElement gets a reference to the given []ManagedElementSingle and assigns it to the ManagedElement field.

func (*SubNetworkSingle6AllOf) SetSubNetwork ¶

func (o *SubNetworkSingle6AllOf) SetSubNetwork(v []SubNetworkSingle)

SetSubNetwork gets a reference to the given []SubNetworkSingle and assigns it to the SubNetwork field.

func (SubNetworkSingle6AllOf) ToMap ¶

func (o SubNetworkSingle6AllOf) ToMap() (map[string]interface{}, error)

type SubNetworkSingleAllOf ¶

type SubNetworkSingleAllOf struct {
	Attributes *SubNetworkAttr `json:"attributes,omitempty"`
}

SubNetworkSingleAllOf struct for SubNetworkSingleAllOf

func NewSubNetworkSingleAllOf ¶

func NewSubNetworkSingleAllOf() *SubNetworkSingleAllOf

NewSubNetworkSingleAllOf instantiates a new SubNetworkSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSubNetworkSingleAllOfWithDefaults ¶

func NewSubNetworkSingleAllOfWithDefaults() *SubNetworkSingleAllOf

NewSubNetworkSingleAllOfWithDefaults instantiates a new SubNetworkSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SubNetworkSingleAllOf) GetAttributes ¶

func (o *SubNetworkSingleAllOf) GetAttributes() SubNetworkAttr

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*SubNetworkSingleAllOf) GetAttributesOk ¶

func (o *SubNetworkSingleAllOf) GetAttributesOk() (*SubNetworkAttr, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingleAllOf) HasAttributes ¶

func (o *SubNetworkSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (SubNetworkSingleAllOf) MarshalJSON ¶

func (o SubNetworkSingleAllOf) MarshalJSON() ([]byte, error)

func (*SubNetworkSingleAllOf) SetAttributes ¶

func (o *SubNetworkSingleAllOf) SetAttributes(v SubNetworkAttr)

SetAttributes gets a reference to the given SubNetworkAttr and assigns it to the Attributes field.

func (SubNetworkSingleAllOf) ToMap ¶

func (o SubNetworkSingleAllOf) ToMap() (map[string]interface{}, error)

type SubNetworkSingleAllOf1 ¶

type SubNetworkSingleAllOf1 struct {
	SubNetwork                []SubNetworkSingle               `json:"SubNetwork,omitempty"`
	ManagedElement            []ManagedElementSingle           `json:"ManagedElement,omitempty"`
	NRFrequency               []NRFrequencySingle              `json:"NRFrequency,omitempty"`
	ExternalGnbCuCpFunction   []ExternalGnbCuCpFunctionSingle  `json:"ExternalGnbCuCpFunction,omitempty"`
	ExternalENBFunction       []ExternalENBFunctionSingle      `json:"ExternalENBFunction,omitempty"`
	EUtranFrequency           []EUtranFrequencySingle          `json:"EUtranFrequency,omitempty"`
	DESManagementFunction     *DESManagementFunctionSingle     `json:"DESManagementFunction,omitempty"`
	DRACHOptimizationFunction *DRACHOptimizationFunctionSingle `json:"DRACHOptimizationFunction,omitempty"`
	DMROFunction              *DMROFunctionSingle              `json:"DMROFunction,omitempty"`
	DLBOFunction              *DLBOFunctionSingle              `json:"DLBOFunction,omitempty"`
	DPCIConfigurationFunction *DPCIConfigurationFunctionSingle `json:"DPCIConfigurationFunction,omitempty"`
	CPCIConfigurationFunction *CPCIConfigurationFunctionSingle `json:"CPCIConfigurationFunction,omitempty"`
	CESManagementFunction     *CESManagementFunctionSingle     `json:"CESManagementFunction,omitempty"`
	Configurable5QISet        []Configurable5QISetSingle       `json:"Configurable5QISet,omitempty"`
	RimRSGlobal               *RimRSGlobalSingle               `json:"RimRSGlobal,omitempty"`
	Dynamic5QISet             []Dynamic5QISetSingle            `json:"Dynamic5QISet,omitempty"`
	CCOFunction               *CCOFunctionSingle               `json:"CCOFunction,omitempty"`
}

SubNetworkSingleAllOf1 struct for SubNetworkSingleAllOf1

func NewSubNetworkSingleAllOf1 ¶

func NewSubNetworkSingleAllOf1() *SubNetworkSingleAllOf1

NewSubNetworkSingleAllOf1 instantiates a new SubNetworkSingleAllOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSubNetworkSingleAllOf1WithDefaults ¶

func NewSubNetworkSingleAllOf1WithDefaults() *SubNetworkSingleAllOf1

NewSubNetworkSingleAllOf1WithDefaults instantiates a new SubNetworkSingleAllOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SubNetworkSingleAllOf1) GetCCOFunction ¶

func (o *SubNetworkSingleAllOf1) GetCCOFunction() CCOFunctionSingle

GetCCOFunction returns the CCOFunction field value if set, zero value otherwise.

func (*SubNetworkSingleAllOf1) GetCCOFunctionOk ¶

func (o *SubNetworkSingleAllOf1) GetCCOFunctionOk() (*CCOFunctionSingle, bool)

GetCCOFunctionOk returns a tuple with the CCOFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingleAllOf1) GetCESManagementFunction ¶

func (o *SubNetworkSingleAllOf1) GetCESManagementFunction() CESManagementFunctionSingle

GetCESManagementFunction returns the CESManagementFunction field value if set, zero value otherwise.

func (*SubNetworkSingleAllOf1) GetCESManagementFunctionOk ¶

func (o *SubNetworkSingleAllOf1) GetCESManagementFunctionOk() (*CESManagementFunctionSingle, bool)

GetCESManagementFunctionOk returns a tuple with the CESManagementFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingleAllOf1) GetCPCIConfigurationFunction ¶

func (o *SubNetworkSingleAllOf1) GetCPCIConfigurationFunction() CPCIConfigurationFunctionSingle

GetCPCIConfigurationFunction returns the CPCIConfigurationFunction field value if set, zero value otherwise.

func (*SubNetworkSingleAllOf1) GetCPCIConfigurationFunctionOk ¶

func (o *SubNetworkSingleAllOf1) GetCPCIConfigurationFunctionOk() (*CPCIConfigurationFunctionSingle, bool)

GetCPCIConfigurationFunctionOk returns a tuple with the CPCIConfigurationFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingleAllOf1) GetConfigurable5QISet ¶

func (o *SubNetworkSingleAllOf1) GetConfigurable5QISet() []Configurable5QISetSingle

GetConfigurable5QISet returns the Configurable5QISet field value if set, zero value otherwise.

func (*SubNetworkSingleAllOf1) GetConfigurable5QISetOk ¶

func (o *SubNetworkSingleAllOf1) GetConfigurable5QISetOk() ([]Configurable5QISetSingle, bool)

GetConfigurable5QISetOk returns a tuple with the Configurable5QISet field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingleAllOf1) GetDESManagementFunction ¶

func (o *SubNetworkSingleAllOf1) GetDESManagementFunction() DESManagementFunctionSingle

GetDESManagementFunction returns the DESManagementFunction field value if set, zero value otherwise.

func (*SubNetworkSingleAllOf1) GetDESManagementFunctionOk ¶

func (o *SubNetworkSingleAllOf1) GetDESManagementFunctionOk() (*DESManagementFunctionSingle, bool)

GetDESManagementFunctionOk returns a tuple with the DESManagementFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingleAllOf1) GetDLBOFunction ¶

func (o *SubNetworkSingleAllOf1) GetDLBOFunction() DLBOFunctionSingle

GetDLBOFunction returns the DLBOFunction field value if set, zero value otherwise.

func (*SubNetworkSingleAllOf1) GetDLBOFunctionOk ¶

func (o *SubNetworkSingleAllOf1) GetDLBOFunctionOk() (*DLBOFunctionSingle, bool)

GetDLBOFunctionOk returns a tuple with the DLBOFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingleAllOf1) GetDMROFunction ¶

func (o *SubNetworkSingleAllOf1) GetDMROFunction() DMROFunctionSingle

GetDMROFunction returns the DMROFunction field value if set, zero value otherwise.

func (*SubNetworkSingleAllOf1) GetDMROFunctionOk ¶

func (o *SubNetworkSingleAllOf1) GetDMROFunctionOk() (*DMROFunctionSingle, bool)

GetDMROFunctionOk returns a tuple with the DMROFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingleAllOf1) GetDPCIConfigurationFunction ¶

func (o *SubNetworkSingleAllOf1) GetDPCIConfigurationFunction() DPCIConfigurationFunctionSingle

GetDPCIConfigurationFunction returns the DPCIConfigurationFunction field value if set, zero value otherwise.

func (*SubNetworkSingleAllOf1) GetDPCIConfigurationFunctionOk ¶

func (o *SubNetworkSingleAllOf1) GetDPCIConfigurationFunctionOk() (*DPCIConfigurationFunctionSingle, bool)

GetDPCIConfigurationFunctionOk returns a tuple with the DPCIConfigurationFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingleAllOf1) GetDRACHOptimizationFunction ¶

func (o *SubNetworkSingleAllOf1) GetDRACHOptimizationFunction() DRACHOptimizationFunctionSingle

GetDRACHOptimizationFunction returns the DRACHOptimizationFunction field value if set, zero value otherwise.

func (*SubNetworkSingleAllOf1) GetDRACHOptimizationFunctionOk ¶

func (o *SubNetworkSingleAllOf1) GetDRACHOptimizationFunctionOk() (*DRACHOptimizationFunctionSingle, bool)

GetDRACHOptimizationFunctionOk returns a tuple with the DRACHOptimizationFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingleAllOf1) GetDynamic5QISet ¶

func (o *SubNetworkSingleAllOf1) GetDynamic5QISet() []Dynamic5QISetSingle

GetDynamic5QISet returns the Dynamic5QISet field value if set, zero value otherwise.

func (*SubNetworkSingleAllOf1) GetDynamic5QISetOk ¶

func (o *SubNetworkSingleAllOf1) GetDynamic5QISetOk() ([]Dynamic5QISetSingle, bool)

GetDynamic5QISetOk returns a tuple with the Dynamic5QISet field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingleAllOf1) GetEUtranFrequency ¶

func (o *SubNetworkSingleAllOf1) GetEUtranFrequency() []EUtranFrequencySingle

GetEUtranFrequency returns the EUtranFrequency field value if set, zero value otherwise.

func (*SubNetworkSingleAllOf1) GetEUtranFrequencyOk ¶

func (o *SubNetworkSingleAllOf1) GetEUtranFrequencyOk() ([]EUtranFrequencySingle, bool)

GetEUtranFrequencyOk returns a tuple with the EUtranFrequency field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingleAllOf1) GetExternalENBFunction ¶

func (o *SubNetworkSingleAllOf1) GetExternalENBFunction() []ExternalENBFunctionSingle

GetExternalENBFunction returns the ExternalENBFunction field value if set, zero value otherwise.

func (*SubNetworkSingleAllOf1) GetExternalENBFunctionOk ¶

func (o *SubNetworkSingleAllOf1) GetExternalENBFunctionOk() ([]ExternalENBFunctionSingle, bool)

GetExternalENBFunctionOk returns a tuple with the ExternalENBFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingleAllOf1) GetExternalGnbCuCpFunction ¶

func (o *SubNetworkSingleAllOf1) GetExternalGnbCuCpFunction() []ExternalGnbCuCpFunctionSingle

GetExternalGnbCuCpFunction returns the ExternalGnbCuCpFunction field value if set, zero value otherwise.

func (*SubNetworkSingleAllOf1) GetExternalGnbCuCpFunctionOk ¶

func (o *SubNetworkSingleAllOf1) GetExternalGnbCuCpFunctionOk() ([]ExternalGnbCuCpFunctionSingle, bool)

GetExternalGnbCuCpFunctionOk returns a tuple with the ExternalGnbCuCpFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingleAllOf1) GetManagedElement ¶

func (o *SubNetworkSingleAllOf1) GetManagedElement() []ManagedElementSingle

GetManagedElement returns the ManagedElement field value if set, zero value otherwise.

func (*SubNetworkSingleAllOf1) GetManagedElementOk ¶

func (o *SubNetworkSingleAllOf1) GetManagedElementOk() ([]ManagedElementSingle, bool)

GetManagedElementOk returns a tuple with the ManagedElement field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingleAllOf1) GetNRFrequency ¶

func (o *SubNetworkSingleAllOf1) GetNRFrequency() []NRFrequencySingle

GetNRFrequency returns the NRFrequency field value if set, zero value otherwise.

func (*SubNetworkSingleAllOf1) GetNRFrequencyOk ¶

func (o *SubNetworkSingleAllOf1) GetNRFrequencyOk() ([]NRFrequencySingle, bool)

GetNRFrequencyOk returns a tuple with the NRFrequency field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingleAllOf1) GetRimRSGlobal ¶

func (o *SubNetworkSingleAllOf1) GetRimRSGlobal() RimRSGlobalSingle

GetRimRSGlobal returns the RimRSGlobal field value if set, zero value otherwise.

func (*SubNetworkSingleAllOf1) GetRimRSGlobalOk ¶

func (o *SubNetworkSingleAllOf1) GetRimRSGlobalOk() (*RimRSGlobalSingle, bool)

GetRimRSGlobalOk returns a tuple with the RimRSGlobal field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingleAllOf1) GetSubNetwork ¶

func (o *SubNetworkSingleAllOf1) GetSubNetwork() []SubNetworkSingle

GetSubNetwork returns the SubNetwork field value if set, zero value otherwise.

func (*SubNetworkSingleAllOf1) GetSubNetworkOk ¶

func (o *SubNetworkSingleAllOf1) GetSubNetworkOk() ([]SubNetworkSingle, bool)

GetSubNetworkOk returns a tuple with the SubNetwork field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingleAllOf1) HasCCOFunction ¶

func (o *SubNetworkSingleAllOf1) HasCCOFunction() bool

HasCCOFunction returns a boolean if a field has been set.

func (*SubNetworkSingleAllOf1) HasCESManagementFunction ¶

func (o *SubNetworkSingleAllOf1) HasCESManagementFunction() bool

HasCESManagementFunction returns a boolean if a field has been set.

func (*SubNetworkSingleAllOf1) HasCPCIConfigurationFunction ¶

func (o *SubNetworkSingleAllOf1) HasCPCIConfigurationFunction() bool

HasCPCIConfigurationFunction returns a boolean if a field has been set.

func (*SubNetworkSingleAllOf1) HasConfigurable5QISet ¶

func (o *SubNetworkSingleAllOf1) HasConfigurable5QISet() bool

HasConfigurable5QISet returns a boolean if a field has been set.

func (*SubNetworkSingleAllOf1) HasDESManagementFunction ¶

func (o *SubNetworkSingleAllOf1) HasDESManagementFunction() bool

HasDESManagementFunction returns a boolean if a field has been set.

func (*SubNetworkSingleAllOf1) HasDLBOFunction ¶

func (o *SubNetworkSingleAllOf1) HasDLBOFunction() bool

HasDLBOFunction returns a boolean if a field has been set.

func (*SubNetworkSingleAllOf1) HasDMROFunction ¶

func (o *SubNetworkSingleAllOf1) HasDMROFunction() bool

HasDMROFunction returns a boolean if a field has been set.

func (*SubNetworkSingleAllOf1) HasDPCIConfigurationFunction ¶

func (o *SubNetworkSingleAllOf1) HasDPCIConfigurationFunction() bool

HasDPCIConfigurationFunction returns a boolean if a field has been set.

func (*SubNetworkSingleAllOf1) HasDRACHOptimizationFunction ¶

func (o *SubNetworkSingleAllOf1) HasDRACHOptimizationFunction() bool

HasDRACHOptimizationFunction returns a boolean if a field has been set.

func (*SubNetworkSingleAllOf1) HasDynamic5QISet ¶

func (o *SubNetworkSingleAllOf1) HasDynamic5QISet() bool

HasDynamic5QISet returns a boolean if a field has been set.

func (*SubNetworkSingleAllOf1) HasEUtranFrequency ¶

func (o *SubNetworkSingleAllOf1) HasEUtranFrequency() bool

HasEUtranFrequency returns a boolean if a field has been set.

func (*SubNetworkSingleAllOf1) HasExternalENBFunction ¶

func (o *SubNetworkSingleAllOf1) HasExternalENBFunction() bool

HasExternalENBFunction returns a boolean if a field has been set.

func (*SubNetworkSingleAllOf1) HasExternalGnbCuCpFunction ¶

func (o *SubNetworkSingleAllOf1) HasExternalGnbCuCpFunction() bool

HasExternalGnbCuCpFunction returns a boolean if a field has been set.

func (*SubNetworkSingleAllOf1) HasManagedElement ¶

func (o *SubNetworkSingleAllOf1) HasManagedElement() bool

HasManagedElement returns a boolean if a field has been set.

func (*SubNetworkSingleAllOf1) HasNRFrequency ¶

func (o *SubNetworkSingleAllOf1) HasNRFrequency() bool

HasNRFrequency returns a boolean if a field has been set.

func (*SubNetworkSingleAllOf1) HasRimRSGlobal ¶

func (o *SubNetworkSingleAllOf1) HasRimRSGlobal() bool

HasRimRSGlobal returns a boolean if a field has been set.

func (*SubNetworkSingleAllOf1) HasSubNetwork ¶

func (o *SubNetworkSingleAllOf1) HasSubNetwork() bool

HasSubNetwork returns a boolean if a field has been set.

func (SubNetworkSingleAllOf1) MarshalJSON ¶

func (o SubNetworkSingleAllOf1) MarshalJSON() ([]byte, error)

func (*SubNetworkSingleAllOf1) SetCCOFunction ¶

func (o *SubNetworkSingleAllOf1) SetCCOFunction(v CCOFunctionSingle)

SetCCOFunction gets a reference to the given CCOFunctionSingle and assigns it to the CCOFunction field.

func (*SubNetworkSingleAllOf1) SetCESManagementFunction ¶

func (o *SubNetworkSingleAllOf1) SetCESManagementFunction(v CESManagementFunctionSingle)

SetCESManagementFunction gets a reference to the given CESManagementFunctionSingle and assigns it to the CESManagementFunction field.

func (*SubNetworkSingleAllOf1) SetCPCIConfigurationFunction ¶

func (o *SubNetworkSingleAllOf1) SetCPCIConfigurationFunction(v CPCIConfigurationFunctionSingle)

SetCPCIConfigurationFunction gets a reference to the given CPCIConfigurationFunctionSingle and assigns it to the CPCIConfigurationFunction field.

func (*SubNetworkSingleAllOf1) SetConfigurable5QISet ¶

func (o *SubNetworkSingleAllOf1) SetConfigurable5QISet(v []Configurable5QISetSingle)

SetConfigurable5QISet gets a reference to the given []Configurable5QISetSingle and assigns it to the Configurable5QISet field.

func (*SubNetworkSingleAllOf1) SetDESManagementFunction ¶

func (o *SubNetworkSingleAllOf1) SetDESManagementFunction(v DESManagementFunctionSingle)

SetDESManagementFunction gets a reference to the given DESManagementFunctionSingle and assigns it to the DESManagementFunction field.

func (*SubNetworkSingleAllOf1) SetDLBOFunction ¶

func (o *SubNetworkSingleAllOf1) SetDLBOFunction(v DLBOFunctionSingle)

SetDLBOFunction gets a reference to the given DLBOFunctionSingle and assigns it to the DLBOFunction field.

func (*SubNetworkSingleAllOf1) SetDMROFunction ¶

func (o *SubNetworkSingleAllOf1) SetDMROFunction(v DMROFunctionSingle)

SetDMROFunction gets a reference to the given DMROFunctionSingle and assigns it to the DMROFunction field.

func (*SubNetworkSingleAllOf1) SetDPCIConfigurationFunction ¶

func (o *SubNetworkSingleAllOf1) SetDPCIConfigurationFunction(v DPCIConfigurationFunctionSingle)

SetDPCIConfigurationFunction gets a reference to the given DPCIConfigurationFunctionSingle and assigns it to the DPCIConfigurationFunction field.

func (*SubNetworkSingleAllOf1) SetDRACHOptimizationFunction ¶

func (o *SubNetworkSingleAllOf1) SetDRACHOptimizationFunction(v DRACHOptimizationFunctionSingle)

SetDRACHOptimizationFunction gets a reference to the given DRACHOptimizationFunctionSingle and assigns it to the DRACHOptimizationFunction field.

func (*SubNetworkSingleAllOf1) SetDynamic5QISet ¶

func (o *SubNetworkSingleAllOf1) SetDynamic5QISet(v []Dynamic5QISetSingle)

SetDynamic5QISet gets a reference to the given []Dynamic5QISetSingle and assigns it to the Dynamic5QISet field.

func (*SubNetworkSingleAllOf1) SetEUtranFrequency ¶

func (o *SubNetworkSingleAllOf1) SetEUtranFrequency(v []EUtranFrequencySingle)

SetEUtranFrequency gets a reference to the given []EUtranFrequencySingle and assigns it to the EUtranFrequency field.

func (*SubNetworkSingleAllOf1) SetExternalENBFunction ¶

func (o *SubNetworkSingleAllOf1) SetExternalENBFunction(v []ExternalENBFunctionSingle)

SetExternalENBFunction gets a reference to the given []ExternalENBFunctionSingle and assigns it to the ExternalENBFunction field.

func (*SubNetworkSingleAllOf1) SetExternalGnbCuCpFunction ¶

func (o *SubNetworkSingleAllOf1) SetExternalGnbCuCpFunction(v []ExternalGnbCuCpFunctionSingle)

SetExternalGnbCuCpFunction gets a reference to the given []ExternalGnbCuCpFunctionSingle and assigns it to the ExternalGnbCuCpFunction field.

func (*SubNetworkSingleAllOf1) SetManagedElement ¶

func (o *SubNetworkSingleAllOf1) SetManagedElement(v []ManagedElementSingle)

SetManagedElement gets a reference to the given []ManagedElementSingle and assigns it to the ManagedElement field.

func (*SubNetworkSingleAllOf1) SetNRFrequency ¶

func (o *SubNetworkSingleAllOf1) SetNRFrequency(v []NRFrequencySingle)

SetNRFrequency gets a reference to the given []NRFrequencySingle and assigns it to the NRFrequency field.

func (*SubNetworkSingleAllOf1) SetRimRSGlobal ¶

func (o *SubNetworkSingleAllOf1) SetRimRSGlobal(v RimRSGlobalSingle)

SetRimRSGlobal gets a reference to the given RimRSGlobalSingle and assigns it to the RimRSGlobal field.

func (*SubNetworkSingleAllOf1) SetSubNetwork ¶

func (o *SubNetworkSingleAllOf1) SetSubNetwork(v []SubNetworkSingle)

SetSubNetwork gets a reference to the given []SubNetworkSingle and assigns it to the SubNetwork field.

func (SubNetworkSingleAllOf1) ToMap ¶

func (o SubNetworkSingleAllOf1) ToMap() (map[string]interface{}, error)

type SuciInfo ¶

type SuciInfo struct {
	RoutingInds  []string `json:"routingInds,omitempty"`
	HNwPubKeyIds []int32  `json:"hNwPubKeyIds,omitempty"`
}

SuciInfo struct for SuciInfo

func NewSuciInfo ¶

func NewSuciInfo() *SuciInfo

NewSuciInfo instantiates a new SuciInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSuciInfoWithDefaults ¶

func NewSuciInfoWithDefaults() *SuciInfo

NewSuciInfoWithDefaults instantiates a new SuciInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SuciInfo) GetHNwPubKeyIds ¶

func (o *SuciInfo) GetHNwPubKeyIds() []int32

GetHNwPubKeyIds returns the HNwPubKeyIds field value if set, zero value otherwise.

func (*SuciInfo) GetHNwPubKeyIdsOk ¶

func (o *SuciInfo) GetHNwPubKeyIdsOk() ([]int32, bool)

GetHNwPubKeyIdsOk returns a tuple with the HNwPubKeyIds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SuciInfo) GetRoutingInds ¶

func (o *SuciInfo) GetRoutingInds() []string

GetRoutingInds returns the RoutingInds field value if set, zero value otherwise.

func (*SuciInfo) GetRoutingIndsOk ¶

func (o *SuciInfo) GetRoutingIndsOk() ([]string, bool)

GetRoutingIndsOk returns a tuple with the RoutingInds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SuciInfo) HasHNwPubKeyIds ¶

func (o *SuciInfo) HasHNwPubKeyIds() bool

HasHNwPubKeyIds returns a boolean if a field has been set.

func (*SuciInfo) HasRoutingInds ¶

func (o *SuciInfo) HasRoutingInds() bool

HasRoutingInds returns a boolean if a field has been set.

func (SuciInfo) MarshalJSON ¶

func (o SuciInfo) MarshalJSON() ([]byte, error)

func (*SuciInfo) SetHNwPubKeyIds ¶

func (o *SuciInfo) SetHNwPubKeyIds(v []int32)

SetHNwPubKeyIds gets a reference to the given []int32 and assigns it to the HNwPubKeyIds field.

func (*SuciInfo) SetRoutingInds ¶

func (o *SuciInfo) SetRoutingInds(v []string)

SetRoutingInds gets a reference to the given []string and assigns it to the RoutingInds field.

func (SuciInfo) ToMap ¶

func (o SuciInfo) ToMap() (map[string]interface{}, error)

type SupiRange ¶

type SupiRange struct {
	Start   *string `json:"start,omitempty"`
	End     *string `json:"end,omitempty"`
	Pattern *string `json:"pattern,omitempty"`
}

SupiRange struct for SupiRange

func NewSupiRange ¶

func NewSupiRange() *SupiRange

NewSupiRange instantiates a new SupiRange object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSupiRangeWithDefaults ¶

func NewSupiRangeWithDefaults() *SupiRange

NewSupiRangeWithDefaults instantiates a new SupiRange object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SupiRange) GetEnd ¶

func (o *SupiRange) GetEnd() string

GetEnd returns the End field value if set, zero value otherwise.

func (*SupiRange) GetEndOk ¶

func (o *SupiRange) GetEndOk() (*string, bool)

GetEndOk returns a tuple with the End field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SupiRange) GetPattern ¶

func (o *SupiRange) GetPattern() string

GetPattern returns the Pattern field value if set, zero value otherwise.

func (*SupiRange) GetPatternOk ¶

func (o *SupiRange) GetPatternOk() (*string, bool)

GetPatternOk returns a tuple with the Pattern field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SupiRange) GetStart ¶

func (o *SupiRange) GetStart() string

GetStart returns the Start field value if set, zero value otherwise.

func (*SupiRange) GetStartOk ¶

func (o *SupiRange) GetStartOk() (*string, bool)

GetStartOk returns a tuple with the Start field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SupiRange) HasEnd ¶

func (o *SupiRange) HasEnd() bool

HasEnd returns a boolean if a field has been set.

func (*SupiRange) HasPattern ¶

func (o *SupiRange) HasPattern() bool

HasPattern returns a boolean if a field has been set.

func (*SupiRange) HasStart ¶

func (o *SupiRange) HasStart() bool

HasStart returns a boolean if a field has been set.

func (SupiRange) MarshalJSON ¶

func (o SupiRange) MarshalJSON() ([]byte, error)

func (*SupiRange) SetEnd ¶

func (o *SupiRange) SetEnd(v string)

SetEnd gets a reference to the given string and assigns it to the End field.

func (*SupiRange) SetPattern ¶

func (o *SupiRange) SetPattern(v string)

SetPattern gets a reference to the given string and assigns it to the Pattern field.

func (*SupiRange) SetStart ¶

func (o *SupiRange) SetStart(v string)

SetStart gets a reference to the given string and assigns it to the Start field.

func (SupiRange) ToMap ¶

func (o SupiRange) ToMap() (map[string]interface{}, error)

type Support ¶

type Support string

Support the model 'Support'

const (
	NOT_SUPPORTED Support = "NOT SUPPORTED"
	SUPPORTED     Support = "SUPPORTED"
)

List of Support

func NewSupportFromValue ¶

func NewSupportFromValue(v string) (*Support, error)

NewSupportFromValue returns a pointer to a valid Support for the value passed as argument, or an error if the value passed is not allowed by the enum

func (Support) IsValid ¶

func (v Support) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (Support) Ptr ¶

func (v Support) Ptr() *Support

Ptr returns reference to Support value

func (*Support) UnmarshalJSON ¶

func (v *Support) UnmarshalJSON(src []byte) error

type SupportedDataSet ¶

type SupportedDataSet string

SupportedDataSet any of enumrated value

const (
	SUBSCRIPTION SupportedDataSet = "SUBSCRIPTION"
	POLICY       SupportedDataSet = "POLICY"
	EXPOSURE     SupportedDataSet = "EXPOSURE"
	APPLICATION  SupportedDataSet = "APPLICATION"
	A_PFD        SupportedDataSet = "A_PFD"
	A_AFTI       SupportedDataSet = "A_AFTI"
	A_IPTV       SupportedDataSet = "A_IPTV"
	A_BDT        SupportedDataSet = "A_BDT"
	A_SPD        SupportedDataSet = "A_SPD"
	A_EASD       SupportedDataSet = "A_EASD"
	A_AMI        SupportedDataSet = "A_AMI"
	P_UE         SupportedDataSet = "P_UE"
	P_SCD        SupportedDataSet = "P_SCD"
	P_BDT        SupportedDataSet = "P_BDT"
	P_PLMNUE     SupportedDataSet = "P_PLMNUE"
	P_NSSCD      SupportedDataSet = "P_NSSCD"
)

List of SupportedDataSet

func NewSupportedDataSetFromValue ¶

func NewSupportedDataSetFromValue(v string) (*SupportedDataSet, error)

NewSupportedDataSetFromValue returns a pointer to a valid SupportedDataSet for the value passed as argument, or an error if the value passed is not allowed by the enum

func (SupportedDataSet) IsValid ¶

func (v SupportedDataSet) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (SupportedDataSet) Ptr ¶

Ptr returns reference to SupportedDataSet value

func (*SupportedDataSet) UnmarshalJSON ¶

func (v *SupportedDataSet) UnmarshalJSON(src []byte) error

type SupportedFunc ¶

type SupportedFunc struct {
	Function *string `json:"function,omitempty"`
	Policy   *string `json:"policy,omitempty"`
}

SupportedFunc struct for SupportedFunc

func NewSupportedFunc ¶

func NewSupportedFunc() *SupportedFunc

NewSupportedFunc instantiates a new SupportedFunc object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSupportedFuncWithDefaults ¶

func NewSupportedFuncWithDefaults() *SupportedFunc

NewSupportedFuncWithDefaults instantiates a new SupportedFunc object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SupportedFunc) GetFunction ¶

func (o *SupportedFunc) GetFunction() string

GetFunction returns the Function field value if set, zero value otherwise.

func (*SupportedFunc) GetFunctionOk ¶

func (o *SupportedFunc) GetFunctionOk() (*string, bool)

GetFunctionOk returns a tuple with the Function field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SupportedFunc) GetPolicy ¶

func (o *SupportedFunc) GetPolicy() string

GetPolicy returns the Policy field value if set, zero value otherwise.

func (*SupportedFunc) GetPolicyOk ¶

func (o *SupportedFunc) GetPolicyOk() (*string, bool)

GetPolicyOk returns a tuple with the Policy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SupportedFunc) HasFunction ¶

func (o *SupportedFunc) HasFunction() bool

HasFunction returns a boolean if a field has been set.

func (*SupportedFunc) HasPolicy ¶

func (o *SupportedFunc) HasPolicy() bool

HasPolicy returns a boolean if a field has been set.

func (SupportedFunc) MarshalJSON ¶

func (o SupportedFunc) MarshalJSON() ([]byte, error)

func (*SupportedFunc) SetFunction ¶

func (o *SupportedFunc) SetFunction(v string)

SetFunction gets a reference to the given string and assigns it to the Function field.

func (*SupportedFunc) SetPolicy ¶

func (o *SupportedFunc) SetPolicy(v string)

SetPolicy gets a reference to the given string and assigns it to the Policy field.

func (SupportedFunc) ToMap ¶

func (o SupportedFunc) ToMap() (map[string]interface{}, error)

type SupportedPerfMetricGroup ¶

type SupportedPerfMetricGroup struct {
	PerformanceMetrics        []string `json:"performanceMetrics,omitempty"`
	GranularityPeriods        []int32  `json:"granularityPeriods,omitempty"`
	ReportingMethods          []string `json:"reportingMethods,omitempty"`
	MonitorGranularityPeriods []int32  `json:"monitorGranularityPeriods,omitempty"`
}

SupportedPerfMetricGroup struct for SupportedPerfMetricGroup

func NewSupportedPerfMetricGroup ¶

func NewSupportedPerfMetricGroup() *SupportedPerfMetricGroup

NewSupportedPerfMetricGroup instantiates a new SupportedPerfMetricGroup object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSupportedPerfMetricGroupWithDefaults ¶

func NewSupportedPerfMetricGroupWithDefaults() *SupportedPerfMetricGroup

NewSupportedPerfMetricGroupWithDefaults instantiates a new SupportedPerfMetricGroup object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SupportedPerfMetricGroup) GetGranularityPeriods ¶

func (o *SupportedPerfMetricGroup) GetGranularityPeriods() []int32

GetGranularityPeriods returns the GranularityPeriods field value if set, zero value otherwise.

func (*SupportedPerfMetricGroup) GetGranularityPeriodsOk ¶

func (o *SupportedPerfMetricGroup) GetGranularityPeriodsOk() ([]int32, bool)

GetGranularityPeriodsOk returns a tuple with the GranularityPeriods field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SupportedPerfMetricGroup) GetMonitorGranularityPeriods ¶

func (o *SupportedPerfMetricGroup) GetMonitorGranularityPeriods() []int32

GetMonitorGranularityPeriods returns the MonitorGranularityPeriods field value if set, zero value otherwise.

func (*SupportedPerfMetricGroup) GetMonitorGranularityPeriodsOk ¶

func (o *SupportedPerfMetricGroup) GetMonitorGranularityPeriodsOk() ([]int32, bool)

GetMonitorGranularityPeriodsOk returns a tuple with the MonitorGranularityPeriods field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SupportedPerfMetricGroup) GetPerformanceMetrics ¶

func (o *SupportedPerfMetricGroup) GetPerformanceMetrics() []string

GetPerformanceMetrics returns the PerformanceMetrics field value if set, zero value otherwise.

func (*SupportedPerfMetricGroup) GetPerformanceMetricsOk ¶

func (o *SupportedPerfMetricGroup) GetPerformanceMetricsOk() ([]string, bool)

GetPerformanceMetricsOk returns a tuple with the PerformanceMetrics field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SupportedPerfMetricGroup) GetReportingMethods ¶

func (o *SupportedPerfMetricGroup) GetReportingMethods() []string

GetReportingMethods returns the ReportingMethods field value if set, zero value otherwise.

func (*SupportedPerfMetricGroup) GetReportingMethodsOk ¶

func (o *SupportedPerfMetricGroup) GetReportingMethodsOk() ([]string, bool)

GetReportingMethodsOk returns a tuple with the ReportingMethods field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SupportedPerfMetricGroup) HasGranularityPeriods ¶

func (o *SupportedPerfMetricGroup) HasGranularityPeriods() bool

HasGranularityPeriods returns a boolean if a field has been set.

func (*SupportedPerfMetricGroup) HasMonitorGranularityPeriods ¶

func (o *SupportedPerfMetricGroup) HasMonitorGranularityPeriods() bool

HasMonitorGranularityPeriods returns a boolean if a field has been set.

func (*SupportedPerfMetricGroup) HasPerformanceMetrics ¶

func (o *SupportedPerfMetricGroup) HasPerformanceMetrics() bool

HasPerformanceMetrics returns a boolean if a field has been set.

func (*SupportedPerfMetricGroup) HasReportingMethods ¶

func (o *SupportedPerfMetricGroup) HasReportingMethods() bool

HasReportingMethods returns a boolean if a field has been set.

func (SupportedPerfMetricGroup) MarshalJSON ¶

func (o SupportedPerfMetricGroup) MarshalJSON() ([]byte, error)

func (*SupportedPerfMetricGroup) SetGranularityPeriods ¶

func (o *SupportedPerfMetricGroup) SetGranularityPeriods(v []int32)

SetGranularityPeriods gets a reference to the given []int32 and assigns it to the GranularityPeriods field.

func (*SupportedPerfMetricGroup) SetMonitorGranularityPeriods ¶

func (o *SupportedPerfMetricGroup) SetMonitorGranularityPeriods(v []int32)

SetMonitorGranularityPeriods gets a reference to the given []int32 and assigns it to the MonitorGranularityPeriods field.

func (*SupportedPerfMetricGroup) SetPerformanceMetrics ¶

func (o *SupportedPerfMetricGroup) SetPerformanceMetrics(v []string)

SetPerformanceMetrics gets a reference to the given []string and assigns it to the PerformanceMetrics field.

func (*SupportedPerfMetricGroup) SetReportingMethods ¶

func (o *SupportedPerfMetricGroup) SetReportingMethods(v []string)

SetReportingMethods gets a reference to the given []string and assigns it to the ReportingMethods field.

func (SupportedPerfMetricGroup) ToMap ¶

func (o SupportedPerfMetricGroup) ToMap() (map[string]interface{}, error)

type SynAvailability ¶

type SynAvailability string

SynAvailability the model 'SynAvailability'

const (
	NOT_SUPPORTED                SynAvailability = "NOT SUPPORTED"
	BETWEEN_BS_AND_UE            SynAvailability = "BETWEEN BS AND UE"
	BETWEEN_BS_AND_UE__UE_AND_UE SynAvailability = "BETWEEN BS AND UE & UE AND UE"
)

List of SynAvailability

func NewSynAvailabilityFromValue ¶

func NewSynAvailabilityFromValue(v string) (*SynAvailability, error)

NewSynAvailabilityFromValue returns a pointer to a valid SynAvailability for the value passed as argument, or an error if the value passed is not allowed by the enum

func (SynAvailability) IsValid ¶

func (v SynAvailability) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (SynAvailability) Ptr ¶

Ptr returns reference to SynAvailability value

func (*SynAvailability) UnmarshalJSON ¶

func (v *SynAvailability) UnmarshalJSON(src []byte) error

type Synchronicity ¶

type Synchronicity struct {
	ServAttrCom  *ServAttrCom     `json:"servAttrCom,omitempty"`
	Availability *SynAvailability `json:"availability,omitempty"`
	Accuracy     *float32         `json:"accuracy,omitempty"`
}

Synchronicity struct for Synchronicity

func NewSynchronicity ¶

func NewSynchronicity() *Synchronicity

NewSynchronicity instantiates a new Synchronicity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSynchronicityWithDefaults ¶

func NewSynchronicityWithDefaults() *Synchronicity

NewSynchronicityWithDefaults instantiates a new Synchronicity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Synchronicity) GetAccuracy ¶

func (o *Synchronicity) GetAccuracy() float32

GetAccuracy returns the Accuracy field value if set, zero value otherwise.

func (*Synchronicity) GetAccuracyOk ¶

func (o *Synchronicity) GetAccuracyOk() (*float32, bool)

GetAccuracyOk returns a tuple with the Accuracy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Synchronicity) GetAvailability ¶

func (o *Synchronicity) GetAvailability() SynAvailability

GetAvailability returns the Availability field value if set, zero value otherwise.

func (*Synchronicity) GetAvailabilityOk ¶

func (o *Synchronicity) GetAvailabilityOk() (*SynAvailability, bool)

GetAvailabilityOk returns a tuple with the Availability field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Synchronicity) GetServAttrCom ¶

func (o *Synchronicity) GetServAttrCom() ServAttrCom

GetServAttrCom returns the ServAttrCom field value if set, zero value otherwise.

func (*Synchronicity) GetServAttrComOk ¶

func (o *Synchronicity) GetServAttrComOk() (*ServAttrCom, bool)

GetServAttrComOk returns a tuple with the ServAttrCom field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Synchronicity) HasAccuracy ¶

func (o *Synchronicity) HasAccuracy() bool

HasAccuracy returns a boolean if a field has been set.

func (*Synchronicity) HasAvailability ¶

func (o *Synchronicity) HasAvailability() bool

HasAvailability returns a boolean if a field has been set.

func (*Synchronicity) HasServAttrCom ¶

func (o *Synchronicity) HasServAttrCom() bool

HasServAttrCom returns a boolean if a field has been set.

func (Synchronicity) MarshalJSON ¶

func (o Synchronicity) MarshalJSON() ([]byte, error)

func (*Synchronicity) SetAccuracy ¶

func (o *Synchronicity) SetAccuracy(v float32)

SetAccuracy gets a reference to the given float32 and assigns it to the Accuracy field.

func (*Synchronicity) SetAvailability ¶

func (o *Synchronicity) SetAvailability(v SynAvailability)

SetAvailability gets a reference to the given SynAvailability and assigns it to the Availability field.

func (*Synchronicity) SetServAttrCom ¶

func (o *Synchronicity) SetServAttrCom(v ServAttrCom)

SetServAttrCom gets a reference to the given ServAttrCom and assigns it to the ServAttrCom field.

func (Synchronicity) ToMap ¶

func (o Synchronicity) ToMap() (map[string]interface{}, error)

type SynchronicityRANSubnet ¶

type SynchronicityRANSubnet struct {
	Availability *SynAvailability `json:"availability,omitempty"`
	Accuracy     *float32         `json:"accuracy,omitempty"`
}

SynchronicityRANSubnet struct for SynchronicityRANSubnet

func NewSynchronicityRANSubnet ¶

func NewSynchronicityRANSubnet() *SynchronicityRANSubnet

NewSynchronicityRANSubnet instantiates a new SynchronicityRANSubnet object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSynchronicityRANSubnetWithDefaults ¶

func NewSynchronicityRANSubnetWithDefaults() *SynchronicityRANSubnet

NewSynchronicityRANSubnetWithDefaults instantiates a new SynchronicityRANSubnet object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SynchronicityRANSubnet) GetAccuracy ¶

func (o *SynchronicityRANSubnet) GetAccuracy() float32

GetAccuracy returns the Accuracy field value if set, zero value otherwise.

func (*SynchronicityRANSubnet) GetAccuracyOk ¶

func (o *SynchronicityRANSubnet) GetAccuracyOk() (*float32, bool)

GetAccuracyOk returns a tuple with the Accuracy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SynchronicityRANSubnet) GetAvailability ¶

func (o *SynchronicityRANSubnet) GetAvailability() SynAvailability

GetAvailability returns the Availability field value if set, zero value otherwise.

func (*SynchronicityRANSubnet) GetAvailabilityOk ¶

func (o *SynchronicityRANSubnet) GetAvailabilityOk() (*SynAvailability, bool)

GetAvailabilityOk returns a tuple with the Availability field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SynchronicityRANSubnet) HasAccuracy ¶

func (o *SynchronicityRANSubnet) HasAccuracy() bool

HasAccuracy returns a boolean if a field has been set.

func (*SynchronicityRANSubnet) HasAvailability ¶

func (o *SynchronicityRANSubnet) HasAvailability() bool

HasAvailability returns a boolean if a field has been set.

func (SynchronicityRANSubnet) MarshalJSON ¶

func (o SynchronicityRANSubnet) MarshalJSON() ([]byte, error)

func (*SynchronicityRANSubnet) SetAccuracy ¶

func (o *SynchronicityRANSubnet) SetAccuracy(v float32)

SetAccuracy gets a reference to the given float32 and assigns it to the Accuracy field.

func (*SynchronicityRANSubnet) SetAvailability ¶

func (o *SynchronicityRANSubnet) SetAvailability(v SynAvailability)

SetAvailability gets a reference to the given SynAvailability and assigns it to the Availability field.

func (SynchronicityRANSubnet) ToMap ¶

func (o SynchronicityRANSubnet) ToMap() (map[string]interface{}, error)

type TReselectionNRSf ¶

type TReselectionNRSf int32

TReselectionNRSf the model 'TReselectionNRSf'

func NewTReselectionNRSfFromValue ¶

func NewTReselectionNRSfFromValue(v int32) (*TReselectionNRSf, error)

NewTReselectionNRSfFromValue returns a pointer to a valid TReselectionNRSf for the value passed as argument, or an error if the value passed is not allowed by the enum

func (TReselectionNRSf) IsValid ¶

func (v TReselectionNRSf) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (TReselectionNRSf) Ptr ¶

Ptr returns reference to TReselectionNRSf value

func (*TReselectionNRSf) UnmarshalJSON ¶

func (v *TReselectionNRSf) UnmarshalJSON(src []byte) error

type Tai ¶

type Tai struct {
	PlmnId *PlmnId `json:"plmnId,omitempty"`
	NrTac  *int32  `json:"nrTac,omitempty"`
}

Tai struct for Tai

func NewTai ¶

func NewTai() *Tai

NewTai instantiates a new Tai object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTaiWithDefaults ¶

func NewTaiWithDefaults() *Tai

NewTaiWithDefaults instantiates a new Tai object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Tai) GetNrTac ¶

func (o *Tai) GetNrTac() int32

GetNrTac returns the NrTac field value if set, zero value otherwise.

func (*Tai) GetNrTacOk ¶

func (o *Tai) GetNrTacOk() (*int32, bool)

GetNrTacOk returns a tuple with the NrTac field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Tai) GetPlmnId ¶

func (o *Tai) GetPlmnId() PlmnId

GetPlmnId returns the PlmnId field value if set, zero value otherwise.

func (*Tai) GetPlmnIdOk ¶

func (o *Tai) GetPlmnIdOk() (*PlmnId, bool)

GetPlmnIdOk returns a tuple with the PlmnId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Tai) HasNrTac ¶

func (o *Tai) HasNrTac() bool

HasNrTac returns a boolean if a field has been set.

func (*Tai) HasPlmnId ¶

func (o *Tai) HasPlmnId() bool

HasPlmnId returns a boolean if a field has been set.

func (Tai) MarshalJSON ¶

func (o Tai) MarshalJSON() ([]byte, error)

func (*Tai) SetNrTac ¶

func (o *Tai) SetNrTac(v int32)

SetNrTac gets a reference to the given int32 and assigns it to the NrTac field.

func (*Tai) SetPlmnId ¶

func (o *Tai) SetPlmnId(v PlmnId)

SetPlmnId gets a reference to the given PlmnId and assigns it to the PlmnId field.

func (Tai) ToMap ¶

func (o Tai) ToMap() (map[string]interface{}, error)

type Tai1 ¶

type Tai1 struct {
	Mcc *string `json:"mcc,omitempty"`
	Mnc *string `json:"mnc,omitempty"`
	Tac *string `json:"tac,omitempty"`
}

Tai1 struct for Tai1

func NewTai1 ¶

func NewTai1() *Tai1

NewTai1 instantiates a new Tai1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTai1WithDefaults ¶

func NewTai1WithDefaults() *Tai1

NewTai1WithDefaults instantiates a new Tai1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Tai1) GetMcc ¶

func (o *Tai1) GetMcc() string

GetMcc returns the Mcc field value if set, zero value otherwise.

func (*Tai1) GetMccOk ¶

func (o *Tai1) 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 (*Tai1) GetMnc ¶

func (o *Tai1) GetMnc() string

GetMnc returns the Mnc field value if set, zero value otherwise.

func (*Tai1) GetMncOk ¶

func (o *Tai1) GetMncOk() (*string, bool)

GetMncOk returns a tuple with the Mnc field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Tai1) GetTac ¶

func (o *Tai1) GetTac() string

GetTac returns the Tac field value if set, zero value otherwise.

func (*Tai1) GetTacOk ¶

func (o *Tai1) GetTacOk() (*string, bool)

GetTacOk returns a tuple with the Tac field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Tai1) HasMcc ¶

func (o *Tai1) HasMcc() bool

HasMcc returns a boolean if a field has been set.

func (*Tai1) HasMnc ¶

func (o *Tai1) HasMnc() bool

HasMnc returns a boolean if a field has been set.

func (*Tai1) HasTac ¶

func (o *Tai1) HasTac() bool

HasTac returns a boolean if a field has been set.

func (Tai1) MarshalJSON ¶

func (o Tai1) MarshalJSON() ([]byte, error)

func (*Tai1) SetMcc ¶

func (o *Tai1) SetMcc(v string)

SetMcc gets a reference to the given string and assigns it to the Mcc field.

func (*Tai1) SetMnc ¶

func (o *Tai1) SetMnc(v string)

SetMnc gets a reference to the given string and assigns it to the Mnc field.

func (*Tai1) SetTac ¶

func (o *Tai1) SetTac(v string)

SetTac gets a reference to the given string and assigns it to the Tac field.

func (Tai1) ToMap ¶

func (o Tai1) ToMap() (map[string]interface{}, error)

type TaiRange ¶

type TaiRange struct {
	PlmnId         *PlmnId      `json:"plmnId,omitempty"`
	NRTACRangelist []NRTACRange `json:"nRTACRangelist,omitempty"`
}

TaiRange struct for TaiRange

func NewTaiRange ¶

func NewTaiRange() *TaiRange

NewTaiRange instantiates a new TaiRange object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTaiRangeWithDefaults ¶

func NewTaiRangeWithDefaults() *TaiRange

NewTaiRangeWithDefaults instantiates a new TaiRange object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*TaiRange) GetNRTACRangelist ¶

func (o *TaiRange) GetNRTACRangelist() []NRTACRange

GetNRTACRangelist returns the NRTACRangelist field value if set, zero value otherwise.

func (*TaiRange) GetNRTACRangelistOk ¶

func (o *TaiRange) GetNRTACRangelistOk() ([]NRTACRange, bool)

GetNRTACRangelistOk returns a tuple with the NRTACRangelist field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TaiRange) GetPlmnId ¶

func (o *TaiRange) GetPlmnId() PlmnId

GetPlmnId returns the PlmnId field value if set, zero value otherwise.

func (*TaiRange) GetPlmnIdOk ¶

func (o *TaiRange) GetPlmnIdOk() (*PlmnId, bool)

GetPlmnIdOk returns a tuple with the PlmnId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TaiRange) HasNRTACRangelist ¶

func (o *TaiRange) HasNRTACRangelist() bool

HasNRTACRangelist returns a boolean if a field has been set.

func (*TaiRange) HasPlmnId ¶

func (o *TaiRange) HasPlmnId() bool

HasPlmnId returns a boolean if a field has been set.

func (TaiRange) MarshalJSON ¶

func (o TaiRange) MarshalJSON() ([]byte, error)

func (*TaiRange) SetNRTACRangelist ¶

func (o *TaiRange) SetNRTACRangelist(v []NRTACRange)

SetNRTACRangelist gets a reference to the given []NRTACRange and assigns it to the NRTACRangelist field.

func (*TaiRange) SetPlmnId ¶

func (o *TaiRange) SetPlmnId(v PlmnId)

SetPlmnId gets a reference to the given PlmnId and assigns it to the PlmnId field.

func (TaiRange) ToMap ¶

func (o TaiRange) ToMap() (map[string]interface{}, error)

type TargetContext ¶

type TargetContext struct {
	ContextAttribute  *string    `json:"contextAttribute,omitempty"`
	ContextCondition  *Condition `json:"contextCondition,omitempty"`
	ContextValueRange *float32   `json:"contextValueRange,omitempty"`
}

TargetContext This data type is the \"TargetContext\" data type without specialisations

func NewTargetContext ¶

func NewTargetContext() *TargetContext

NewTargetContext instantiates a new TargetContext object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTargetContextWithDefaults ¶

func NewTargetContextWithDefaults() *TargetContext

NewTargetContextWithDefaults instantiates a new TargetContext object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*TargetContext) GetContextAttribute ¶

func (o *TargetContext) GetContextAttribute() string

GetContextAttribute returns the ContextAttribute field value if set, zero value otherwise.

func (*TargetContext) GetContextAttributeOk ¶

func (o *TargetContext) GetContextAttributeOk() (*string, bool)

GetContextAttributeOk returns a tuple with the ContextAttribute field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TargetContext) GetContextCondition ¶

func (o *TargetContext) GetContextCondition() Condition

GetContextCondition returns the ContextCondition field value if set, zero value otherwise.

func (*TargetContext) GetContextConditionOk ¶

func (o *TargetContext) GetContextConditionOk() (*Condition, bool)

GetContextConditionOk returns a tuple with the ContextCondition field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TargetContext) GetContextValueRange ¶

func (o *TargetContext) GetContextValueRange() float32

GetContextValueRange returns the ContextValueRange field value if set, zero value otherwise.

func (*TargetContext) GetContextValueRangeOk ¶

func (o *TargetContext) GetContextValueRangeOk() (*float32, bool)

GetContextValueRangeOk returns a tuple with the ContextValueRange field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TargetContext) HasContextAttribute ¶

func (o *TargetContext) HasContextAttribute() bool

HasContextAttribute returns a boolean if a field has been set.

func (*TargetContext) HasContextCondition ¶

func (o *TargetContext) HasContextCondition() bool

HasContextCondition returns a boolean if a field has been set.

func (*TargetContext) HasContextValueRange ¶

func (o *TargetContext) HasContextValueRange() bool

HasContextValueRange returns a boolean if a field has been set.

func (TargetContext) MarshalJSON ¶

func (o TargetContext) MarshalJSON() ([]byte, error)

func (*TargetContext) SetContextAttribute ¶

func (o *TargetContext) SetContextAttribute(v string)

SetContextAttribute gets a reference to the given string and assigns it to the ContextAttribute field.

func (*TargetContext) SetContextCondition ¶

func (o *TargetContext) SetContextCondition(v Condition)

SetContextCondition gets a reference to the given Condition and assigns it to the ContextCondition field.

func (*TargetContext) SetContextValueRange ¶

func (o *TargetContext) SetContextValueRange(v float32)

SetContextValueRange gets a reference to the given float32 and assigns it to the ContextValueRange field.

func (TargetContext) ToMap ¶

func (o TargetContext) ToMap() (map[string]interface{}, error)

type TceMappingInfo ¶

type TceMappingInfo struct {
	TceIPAddress *TceMappingInfoTceIPAddress `json:"TceIPAddress,omitempty"`
	TceID        *int32                      `json:"TceID,omitempty"`
	PlmnTarget   *PlmnId                     `json:"PlmnTarget,omitempty"`
}

TceMappingInfo struct for TceMappingInfo

func NewTceMappingInfo ¶

func NewTceMappingInfo() *TceMappingInfo

NewTceMappingInfo instantiates a new TceMappingInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTceMappingInfoWithDefaults ¶

func NewTceMappingInfoWithDefaults() *TceMappingInfo

NewTceMappingInfoWithDefaults instantiates a new TceMappingInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*TceMappingInfo) GetPlmnTarget ¶

func (o *TceMappingInfo) GetPlmnTarget() PlmnId

GetPlmnTarget returns the PlmnTarget field value if set, zero value otherwise.

func (*TceMappingInfo) GetPlmnTargetOk ¶

func (o *TceMappingInfo) GetPlmnTargetOk() (*PlmnId, bool)

GetPlmnTargetOk returns a tuple with the PlmnTarget field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TceMappingInfo) GetTceID ¶

func (o *TceMappingInfo) GetTceID() int32

GetTceID returns the TceID field value if set, zero value otherwise.

func (*TceMappingInfo) GetTceIDOk ¶

func (o *TceMappingInfo) GetTceIDOk() (*int32, bool)

GetTceIDOk returns a tuple with the TceID field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TceMappingInfo) GetTceIPAddress ¶

func (o *TceMappingInfo) GetTceIPAddress() TceMappingInfoTceIPAddress

GetTceIPAddress returns the TceIPAddress field value if set, zero value otherwise.

func (*TceMappingInfo) GetTceIPAddressOk ¶

func (o *TceMappingInfo) GetTceIPAddressOk() (*TceMappingInfoTceIPAddress, bool)

GetTceIPAddressOk returns a tuple with the TceIPAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TceMappingInfo) HasPlmnTarget ¶

func (o *TceMappingInfo) HasPlmnTarget() bool

HasPlmnTarget returns a boolean if a field has been set.

func (*TceMappingInfo) HasTceID ¶

func (o *TceMappingInfo) HasTceID() bool

HasTceID returns a boolean if a field has been set.

func (*TceMappingInfo) HasTceIPAddress ¶

func (o *TceMappingInfo) HasTceIPAddress() bool

HasTceIPAddress returns a boolean if a field has been set.

func (TceMappingInfo) MarshalJSON ¶

func (o TceMappingInfo) MarshalJSON() ([]byte, error)

func (*TceMappingInfo) SetPlmnTarget ¶

func (o *TceMappingInfo) SetPlmnTarget(v PlmnId)

SetPlmnTarget gets a reference to the given PlmnId and assigns it to the PlmnTarget field.

func (*TceMappingInfo) SetTceID ¶

func (o *TceMappingInfo) SetTceID(v int32)

SetTceID gets a reference to the given int32 and assigns it to the TceID field.

func (*TceMappingInfo) SetTceIPAddress ¶

func (o *TceMappingInfo) SetTceIPAddress(v TceMappingInfoTceIPAddress)

SetTceIPAddress gets a reference to the given TceMappingInfoTceIPAddress and assigns it to the TceIPAddress field.

func (TceMappingInfo) ToMap ¶

func (o TceMappingInfo) ToMap() (map[string]interface{}, error)

type TceMappingInfoTceIPAddress ¶

type TceMappingInfoTceIPAddress struct {
	Ipv6Addr *Ipv6Addr
	String   *string
}

TceMappingInfoTceIPAddress - struct for TceMappingInfoTceIPAddress

func Ipv6AddrAsTceMappingInfoTceIPAddress ¶

func Ipv6AddrAsTceMappingInfoTceIPAddress(v *Ipv6Addr) TceMappingInfoTceIPAddress

Ipv6AddrAsTceMappingInfoTceIPAddress is a convenience function that returns Ipv6Addr wrapped in TceMappingInfoTceIPAddress

func StringAsTceMappingInfoTceIPAddress ¶

func StringAsTceMappingInfoTceIPAddress(v *string) TceMappingInfoTceIPAddress

stringAsTceMappingInfoTceIPAddress is a convenience function that returns string wrapped in TceMappingInfoTceIPAddress

func (*TceMappingInfoTceIPAddress) GetActualInstance ¶

func (obj *TceMappingInfoTceIPAddress) GetActualInstance() interface{}

Get the actual instance

func (TceMappingInfoTceIPAddress) MarshalJSON ¶

func (src TceMappingInfoTceIPAddress) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*TceMappingInfoTceIPAddress) UnmarshalJSON ¶

func (dst *TceMappingInfoTceIPAddress) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type TermDensity ¶

type TermDensity struct {
	ServAttrCom *ServAttrCom `json:"servAttrCom,omitempty"`
	Density     *int32       `json:"density,omitempty"`
}

TermDensity struct for TermDensity

func NewTermDensity ¶

func NewTermDensity() *TermDensity

NewTermDensity instantiates a new TermDensity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTermDensityWithDefaults ¶

func NewTermDensityWithDefaults() *TermDensity

NewTermDensityWithDefaults instantiates a new TermDensity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*TermDensity) GetDensity ¶

func (o *TermDensity) GetDensity() int32

GetDensity returns the Density field value if set, zero value otherwise.

func (*TermDensity) GetDensityOk ¶

func (o *TermDensity) GetDensityOk() (*int32, bool)

GetDensityOk returns a tuple with the Density field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TermDensity) GetServAttrCom ¶

func (o *TermDensity) GetServAttrCom() ServAttrCom

GetServAttrCom returns the ServAttrCom field value if set, zero value otherwise.

func (*TermDensity) GetServAttrComOk ¶

func (o *TermDensity) GetServAttrComOk() (*ServAttrCom, bool)

GetServAttrComOk returns a tuple with the ServAttrCom field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TermDensity) HasDensity ¶

func (o *TermDensity) HasDensity() bool

HasDensity returns a boolean if a field has been set.

func (*TermDensity) HasServAttrCom ¶

func (o *TermDensity) HasServAttrCom() bool

HasServAttrCom returns a boolean if a field has been set.

func (TermDensity) MarshalJSON ¶

func (o TermDensity) MarshalJSON() ([]byte, error)

func (*TermDensity) SetDensity ¶

func (o *TermDensity) SetDensity(v int32)

SetDensity gets a reference to the given int32 and assigns it to the Density field.

func (*TermDensity) SetServAttrCom ¶

func (o *TermDensity) SetServAttrCom(v ServAttrCom)

SetServAttrCom gets a reference to the given ServAttrCom and assigns it to the ServAttrCom field.

func (TermDensity) ToMap ¶

func (o TermDensity) ToMap() (map[string]interface{}, error)

type ThresholdInfo ¶

type ThresholdInfo struct {
	ThresholdDirection *string                      `json:"thresholdDirection,omitempty"`
	ThresholdValue     *ThresholdInfoThresholdValue `json:"thresholdValue,omitempty"`
	Hysteresis         *ThresholdInfoHysteresis     `json:"hysteresis,omitempty"`
}

ThresholdInfo struct for ThresholdInfo

func NewThresholdInfo ¶

func NewThresholdInfo() *ThresholdInfo

NewThresholdInfo instantiates a new ThresholdInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewThresholdInfoWithDefaults ¶

func NewThresholdInfoWithDefaults() *ThresholdInfo

NewThresholdInfoWithDefaults instantiates a new ThresholdInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ThresholdInfo) GetHysteresis ¶

func (o *ThresholdInfo) GetHysteresis() ThresholdInfoHysteresis

GetHysteresis returns the Hysteresis field value if set, zero value otherwise.

func (*ThresholdInfo) GetHysteresisOk ¶

func (o *ThresholdInfo) GetHysteresisOk() (*ThresholdInfoHysteresis, bool)

GetHysteresisOk returns a tuple with the Hysteresis field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ThresholdInfo) GetThresholdDirection ¶

func (o *ThresholdInfo) GetThresholdDirection() string

GetThresholdDirection returns the ThresholdDirection field value if set, zero value otherwise.

func (*ThresholdInfo) GetThresholdDirectionOk ¶

func (o *ThresholdInfo) GetThresholdDirectionOk() (*string, bool)

GetThresholdDirectionOk returns a tuple with the ThresholdDirection field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ThresholdInfo) GetThresholdValue ¶

func (o *ThresholdInfo) GetThresholdValue() ThresholdInfoThresholdValue

GetThresholdValue returns the ThresholdValue field value if set, zero value otherwise.

func (*ThresholdInfo) GetThresholdValueOk ¶

func (o *ThresholdInfo) GetThresholdValueOk() (*ThresholdInfoThresholdValue, bool)

GetThresholdValueOk returns a tuple with the ThresholdValue field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ThresholdInfo) HasHysteresis ¶

func (o *ThresholdInfo) HasHysteresis() bool

HasHysteresis returns a boolean if a field has been set.

func (*ThresholdInfo) HasThresholdDirection ¶

func (o *ThresholdInfo) HasThresholdDirection() bool

HasThresholdDirection returns a boolean if a field has been set.

func (*ThresholdInfo) HasThresholdValue ¶

func (o *ThresholdInfo) HasThresholdValue() bool

HasThresholdValue returns a boolean if a field has been set.

func (ThresholdInfo) MarshalJSON ¶

func (o ThresholdInfo) MarshalJSON() ([]byte, error)

func (*ThresholdInfo) SetHysteresis ¶

func (o *ThresholdInfo) SetHysteresis(v ThresholdInfoHysteresis)

SetHysteresis gets a reference to the given ThresholdInfoHysteresis and assigns it to the Hysteresis field.

func (*ThresholdInfo) SetThresholdDirection ¶

func (o *ThresholdInfo) SetThresholdDirection(v string)

SetThresholdDirection gets a reference to the given string and assigns it to the ThresholdDirection field.

func (*ThresholdInfo) SetThresholdValue ¶

func (o *ThresholdInfo) SetThresholdValue(v ThresholdInfoThresholdValue)

SetThresholdValue gets a reference to the given ThresholdInfoThresholdValue and assigns it to the ThresholdValue field.

func (ThresholdInfo) ToMap ¶

func (o ThresholdInfo) ToMap() (map[string]interface{}, error)

type ThresholdInfo1 ¶

type ThresholdInfo1 struct {
	MonitoredMDAOutputIE *string                      `json:"monitoredMDAOutputIE,omitempty"`
	ThresholdDirection   *string                      `json:"thresholdDirection,omitempty"`
	ThresholdValue       *ThresholdInfoThresholdValue `json:"thresholdValue,omitempty"`
	Hysteresis           *ThresholdInfoHysteresis     `json:"hysteresis,omitempty"`
}

ThresholdInfo1 struct for ThresholdInfo1

func NewThresholdInfo1 ¶

func NewThresholdInfo1() *ThresholdInfo1

NewThresholdInfo1 instantiates a new ThresholdInfo1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewThresholdInfo1WithDefaults ¶

func NewThresholdInfo1WithDefaults() *ThresholdInfo1

NewThresholdInfo1WithDefaults instantiates a new ThresholdInfo1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ThresholdInfo1) GetHysteresis ¶

func (o *ThresholdInfo1) GetHysteresis() ThresholdInfoHysteresis

GetHysteresis returns the Hysteresis field value if set, zero value otherwise.

func (*ThresholdInfo1) GetHysteresisOk ¶

func (o *ThresholdInfo1) GetHysteresisOk() (*ThresholdInfoHysteresis, bool)

GetHysteresisOk returns a tuple with the Hysteresis field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ThresholdInfo1) GetMonitoredMDAOutputIE ¶

func (o *ThresholdInfo1) GetMonitoredMDAOutputIE() string

GetMonitoredMDAOutputIE returns the MonitoredMDAOutputIE field value if set, zero value otherwise.

func (*ThresholdInfo1) GetMonitoredMDAOutputIEOk ¶

func (o *ThresholdInfo1) GetMonitoredMDAOutputIEOk() (*string, bool)

GetMonitoredMDAOutputIEOk returns a tuple with the MonitoredMDAOutputIE field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ThresholdInfo1) GetThresholdDirection ¶

func (o *ThresholdInfo1) GetThresholdDirection() string

GetThresholdDirection returns the ThresholdDirection field value if set, zero value otherwise.

func (*ThresholdInfo1) GetThresholdDirectionOk ¶

func (o *ThresholdInfo1) GetThresholdDirectionOk() (*string, bool)

GetThresholdDirectionOk returns a tuple with the ThresholdDirection field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ThresholdInfo1) GetThresholdValue ¶

func (o *ThresholdInfo1) GetThresholdValue() ThresholdInfoThresholdValue

GetThresholdValue returns the ThresholdValue field value if set, zero value otherwise.

func (*ThresholdInfo1) GetThresholdValueOk ¶

func (o *ThresholdInfo1) GetThresholdValueOk() (*ThresholdInfoThresholdValue, bool)

GetThresholdValueOk returns a tuple with the ThresholdValue field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ThresholdInfo1) HasHysteresis ¶

func (o *ThresholdInfo1) HasHysteresis() bool

HasHysteresis returns a boolean if a field has been set.

func (*ThresholdInfo1) HasMonitoredMDAOutputIE ¶

func (o *ThresholdInfo1) HasMonitoredMDAOutputIE() bool

HasMonitoredMDAOutputIE returns a boolean if a field has been set.

func (*ThresholdInfo1) HasThresholdDirection ¶

func (o *ThresholdInfo1) HasThresholdDirection() bool

HasThresholdDirection returns a boolean if a field has been set.

func (*ThresholdInfo1) HasThresholdValue ¶

func (o *ThresholdInfo1) HasThresholdValue() bool

HasThresholdValue returns a boolean if a field has been set.

func (ThresholdInfo1) MarshalJSON ¶

func (o ThresholdInfo1) MarshalJSON() ([]byte, error)

func (*ThresholdInfo1) SetHysteresis ¶

func (o *ThresholdInfo1) SetHysteresis(v ThresholdInfoHysteresis)

SetHysteresis gets a reference to the given ThresholdInfoHysteresis and assigns it to the Hysteresis field.

func (*ThresholdInfo1) SetMonitoredMDAOutputIE ¶

func (o *ThresholdInfo1) SetMonitoredMDAOutputIE(v string)

SetMonitoredMDAOutputIE gets a reference to the given string and assigns it to the MonitoredMDAOutputIE field.

func (*ThresholdInfo1) SetThresholdDirection ¶

func (o *ThresholdInfo1) SetThresholdDirection(v string)

SetThresholdDirection gets a reference to the given string and assigns it to the ThresholdDirection field.

func (*ThresholdInfo1) SetThresholdValue ¶

func (o *ThresholdInfo1) SetThresholdValue(v ThresholdInfoThresholdValue)

SetThresholdValue gets a reference to the given ThresholdInfoThresholdValue and assigns it to the ThresholdValue field.

func (ThresholdInfo1) ToMap ¶

func (o ThresholdInfo1) ToMap() (map[string]interface{}, error)

type ThresholdInfo2 ¶

type ThresholdInfo2 struct {
	ObservedMeasurement string             `json:"observedMeasurement"`
	ObservedValue       float32            `json:"observedValue"`
	ThresholdLevel      *ThresholdLevelInd `json:"thresholdLevel,omitempty"`
	ArmTime             *time.Time         `json:"armTime,omitempty"`
}

ThresholdInfo2 struct for ThresholdInfo2

func NewThresholdInfo2 ¶

func NewThresholdInfo2(observedMeasurement string, observedValue float32) *ThresholdInfo2

NewThresholdInfo2 instantiates a new ThresholdInfo2 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewThresholdInfo2WithDefaults ¶

func NewThresholdInfo2WithDefaults() *ThresholdInfo2

NewThresholdInfo2WithDefaults instantiates a new ThresholdInfo2 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ThresholdInfo2) GetArmTime ¶

func (o *ThresholdInfo2) GetArmTime() time.Time

GetArmTime returns the ArmTime field value if set, zero value otherwise.

func (*ThresholdInfo2) GetArmTimeOk ¶

func (o *ThresholdInfo2) GetArmTimeOk() (*time.Time, bool)

GetArmTimeOk returns a tuple with the ArmTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ThresholdInfo2) GetObservedMeasurement ¶

func (o *ThresholdInfo2) GetObservedMeasurement() string

GetObservedMeasurement returns the ObservedMeasurement field value

func (*ThresholdInfo2) GetObservedMeasurementOk ¶

func (o *ThresholdInfo2) GetObservedMeasurementOk() (*string, bool)

GetObservedMeasurementOk returns a tuple with the ObservedMeasurement field value and a boolean to check if the value has been set.

func (*ThresholdInfo2) GetObservedValue ¶

func (o *ThresholdInfo2) GetObservedValue() float32

GetObservedValue returns the ObservedValue field value

func (*ThresholdInfo2) GetObservedValueOk ¶

func (o *ThresholdInfo2) GetObservedValueOk() (*float32, bool)

GetObservedValueOk returns a tuple with the ObservedValue field value and a boolean to check if the value has been set.

func (*ThresholdInfo2) GetThresholdLevel ¶

func (o *ThresholdInfo2) GetThresholdLevel() ThresholdLevelInd

GetThresholdLevel returns the ThresholdLevel field value if set, zero value otherwise.

func (*ThresholdInfo2) GetThresholdLevelOk ¶

func (o *ThresholdInfo2) GetThresholdLevelOk() (*ThresholdLevelInd, bool)

GetThresholdLevelOk returns a tuple with the ThresholdLevel field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ThresholdInfo2) HasArmTime ¶

func (o *ThresholdInfo2) HasArmTime() bool

HasArmTime returns a boolean if a field has been set.

func (*ThresholdInfo2) HasThresholdLevel ¶

func (o *ThresholdInfo2) HasThresholdLevel() bool

HasThresholdLevel returns a boolean if a field has been set.

func (ThresholdInfo2) MarshalJSON ¶

func (o ThresholdInfo2) MarshalJSON() ([]byte, error)

func (*ThresholdInfo2) SetArmTime ¶

func (o *ThresholdInfo2) SetArmTime(v time.Time)

SetArmTime gets a reference to the given time.Time and assigns it to the ArmTime field.

func (*ThresholdInfo2) SetObservedMeasurement ¶

func (o *ThresholdInfo2) SetObservedMeasurement(v string)

SetObservedMeasurement sets field value

func (*ThresholdInfo2) SetObservedValue ¶

func (o *ThresholdInfo2) SetObservedValue(v float32)

SetObservedValue sets field value

func (*ThresholdInfo2) SetThresholdLevel ¶

func (o *ThresholdInfo2) SetThresholdLevel(v ThresholdLevelInd)

SetThresholdLevel gets a reference to the given ThresholdLevelInd and assigns it to the ThresholdLevel field.

func (ThresholdInfo2) ToMap ¶

func (o ThresholdInfo2) ToMap() (map[string]interface{}, error)

type ThresholdInfoHysteresis ¶

type ThresholdInfoHysteresis struct {
	Float32 *float32
	Int32   *int32
}

ThresholdInfoHysteresis - struct for ThresholdInfoHysteresis

func Float32AsThresholdInfoHysteresis ¶

func Float32AsThresholdInfoHysteresis(v *float32) ThresholdInfoHysteresis

float32AsThresholdInfoHysteresis is a convenience function that returns float32 wrapped in ThresholdInfoHysteresis

func Int32AsThresholdInfoHysteresis ¶

func Int32AsThresholdInfoHysteresis(v *int32) ThresholdInfoHysteresis

int32AsThresholdInfoHysteresis is a convenience function that returns int32 wrapped in ThresholdInfoHysteresis

func (*ThresholdInfoHysteresis) GetActualInstance ¶

func (obj *ThresholdInfoHysteresis) GetActualInstance() interface{}

Get the actual instance

func (ThresholdInfoHysteresis) MarshalJSON ¶

func (src ThresholdInfoHysteresis) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*ThresholdInfoHysteresis) UnmarshalJSON ¶

func (dst *ThresholdInfoHysteresis) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type ThresholdInfoThresholdValue ¶

type ThresholdInfoThresholdValue struct {
	Float32 *float32
	Int32   *int32
}

ThresholdInfoThresholdValue - struct for ThresholdInfoThresholdValue

func Float32AsThresholdInfoThresholdValue ¶

func Float32AsThresholdInfoThresholdValue(v *float32) ThresholdInfoThresholdValue

float32AsThresholdInfoThresholdValue is a convenience function that returns float32 wrapped in ThresholdInfoThresholdValue

func Int32AsThresholdInfoThresholdValue ¶

func Int32AsThresholdInfoThresholdValue(v *int32) ThresholdInfoThresholdValue

int32AsThresholdInfoThresholdValue is a convenience function that returns int32 wrapped in ThresholdInfoThresholdValue

func (*ThresholdInfoThresholdValue) GetActualInstance ¶

func (obj *ThresholdInfoThresholdValue) GetActualInstance() interface{}

Get the actual instance

func (ThresholdInfoThresholdValue) MarshalJSON ¶

func (src ThresholdInfoThresholdValue) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*ThresholdInfoThresholdValue) UnmarshalJSON ¶

func (dst *ThresholdInfoThresholdValue) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type ThresholdLevelInd ¶

type ThresholdLevelInd struct {
	ThresholdLevelIndOneOf  *ThresholdLevelIndOneOf
	ThresholdLevelIndOneOf1 *ThresholdLevelIndOneOf1
}

ThresholdLevelInd - struct for ThresholdLevelInd

func ThresholdLevelIndOneOf1AsThresholdLevelInd ¶

func ThresholdLevelIndOneOf1AsThresholdLevelInd(v *ThresholdLevelIndOneOf1) ThresholdLevelInd

ThresholdLevelIndOneOf1AsThresholdLevelInd is a convenience function that returns ThresholdLevelIndOneOf1 wrapped in ThresholdLevelInd

func ThresholdLevelIndOneOfAsThresholdLevelInd ¶

func ThresholdLevelIndOneOfAsThresholdLevelInd(v *ThresholdLevelIndOneOf) ThresholdLevelInd

ThresholdLevelIndOneOfAsThresholdLevelInd is a convenience function that returns ThresholdLevelIndOneOf wrapped in ThresholdLevelInd

func (*ThresholdLevelInd) GetActualInstance ¶

func (obj *ThresholdLevelInd) GetActualInstance() interface{}

Get the actual instance

func (ThresholdLevelInd) MarshalJSON ¶

func (src ThresholdLevelInd) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*ThresholdLevelInd) UnmarshalJSON ¶

func (dst *ThresholdLevelInd) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type ThresholdLevelIndOneOf ¶

type ThresholdLevelIndOneOf struct {
	Up *ThresholdHysteresis `json:"up,omitempty"`
}

ThresholdLevelIndOneOf struct for ThresholdLevelIndOneOf

func NewThresholdLevelIndOneOf ¶

func NewThresholdLevelIndOneOf() *ThresholdLevelIndOneOf

NewThresholdLevelIndOneOf instantiates a new ThresholdLevelIndOneOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewThresholdLevelIndOneOfWithDefaults ¶

func NewThresholdLevelIndOneOfWithDefaults() *ThresholdLevelIndOneOf

NewThresholdLevelIndOneOfWithDefaults instantiates a new ThresholdLevelIndOneOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ThresholdLevelIndOneOf) GetUp ¶

func (o *ThresholdLevelIndOneOf) GetUp() ThresholdHysteresis

GetUp returns the Up field value if set, zero value otherwise.

func (*ThresholdLevelIndOneOf) GetUpOk ¶

func (o *ThresholdLevelIndOneOf) GetUpOk() (*ThresholdHysteresis, bool)

GetUpOk returns a tuple with the Up field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ThresholdLevelIndOneOf) HasUp ¶

func (o *ThresholdLevelIndOneOf) HasUp() bool

HasUp returns a boolean if a field has been set.

func (ThresholdLevelIndOneOf) MarshalJSON ¶

func (o ThresholdLevelIndOneOf) MarshalJSON() ([]byte, error)

func (*ThresholdLevelIndOneOf) SetUp ¶

func (o *ThresholdLevelIndOneOf) SetUp(v ThresholdHysteresis)

SetUp gets a reference to the given ThresholdHysteresis and assigns it to the Up field.

func (ThresholdLevelIndOneOf) ToMap ¶

func (o ThresholdLevelIndOneOf) ToMap() (map[string]interface{}, error)

type ThresholdLevelIndOneOf1 ¶

type ThresholdLevelIndOneOf1 struct {
	Down *ThresholdHysteresis `json:"down,omitempty"`
}

ThresholdLevelIndOneOf1 struct for ThresholdLevelIndOneOf1

func NewThresholdLevelIndOneOf1 ¶

func NewThresholdLevelIndOneOf1() *ThresholdLevelIndOneOf1

NewThresholdLevelIndOneOf1 instantiates a new ThresholdLevelIndOneOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewThresholdLevelIndOneOf1WithDefaults ¶

func NewThresholdLevelIndOneOf1WithDefaults() *ThresholdLevelIndOneOf1

NewThresholdLevelIndOneOf1WithDefaults instantiates a new ThresholdLevelIndOneOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ThresholdLevelIndOneOf1) GetDown ¶

func (o *ThresholdLevelIndOneOf1) GetDown() ThresholdHysteresis

GetDown returns the Down field value if set, zero value otherwise.

func (*ThresholdLevelIndOneOf1) GetDownOk ¶

func (o *ThresholdLevelIndOneOf1) GetDownOk() (*ThresholdHysteresis, bool)

GetDownOk returns a tuple with the Down field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ThresholdLevelIndOneOf1) HasDown ¶

func (o *ThresholdLevelIndOneOf1) HasDown() bool

HasDown returns a boolean if a field has been set.

func (ThresholdLevelIndOneOf1) MarshalJSON ¶

func (o ThresholdLevelIndOneOf1) MarshalJSON() ([]byte, error)

func (*ThresholdLevelIndOneOf1) SetDown ¶

func (o *ThresholdLevelIndOneOf1) SetDown(v ThresholdHysteresis)

SetDown gets a reference to the given ThresholdHysteresis and assigns it to the Down field.

func (ThresholdLevelIndOneOf1) ToMap ¶

func (o ThresholdLevelIndOneOf1) ToMap() (map[string]interface{}, error)

type ThresholdMonitorSingle ¶

type ThresholdMonitorSingle struct {
	Top
	Attributes *ThresholdMonitorSingleAllOfAttributes `json:"attributes,omitempty"`
}

ThresholdMonitorSingle struct for ThresholdMonitorSingle

func NewThresholdMonitorSingle ¶

func NewThresholdMonitorSingle(id NullableString) *ThresholdMonitorSingle

NewThresholdMonitorSingle instantiates a new ThresholdMonitorSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewThresholdMonitorSingleWithDefaults ¶

func NewThresholdMonitorSingleWithDefaults() *ThresholdMonitorSingle

NewThresholdMonitorSingleWithDefaults instantiates a new ThresholdMonitorSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ThresholdMonitorSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*ThresholdMonitorSingle) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ThresholdMonitorSingle) HasAttributes ¶

func (o *ThresholdMonitorSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (ThresholdMonitorSingle) MarshalJSON ¶

func (o ThresholdMonitorSingle) MarshalJSON() ([]byte, error)

func (*ThresholdMonitorSingle) SetAttributes ¶

SetAttributes gets a reference to the given ThresholdMonitorSingleAllOfAttributes and assigns it to the Attributes field.

func (ThresholdMonitorSingle) ToMap ¶

func (o ThresholdMonitorSingle) ToMap() (map[string]interface{}, error)

type ThresholdMonitorSingleAllOf ¶

type ThresholdMonitorSingleAllOf struct {
	Attributes *ThresholdMonitorSingleAllOfAttributes `json:"attributes,omitempty"`
}

ThresholdMonitorSingleAllOf struct for ThresholdMonitorSingleAllOf

func NewThresholdMonitorSingleAllOf ¶

func NewThresholdMonitorSingleAllOf() *ThresholdMonitorSingleAllOf

NewThresholdMonitorSingleAllOf instantiates a new ThresholdMonitorSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewThresholdMonitorSingleAllOfWithDefaults ¶

func NewThresholdMonitorSingleAllOfWithDefaults() *ThresholdMonitorSingleAllOf

NewThresholdMonitorSingleAllOfWithDefaults instantiates a new ThresholdMonitorSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ThresholdMonitorSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*ThresholdMonitorSingleAllOf) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ThresholdMonitorSingleAllOf) HasAttributes ¶

func (o *ThresholdMonitorSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (ThresholdMonitorSingleAllOf) MarshalJSON ¶

func (o ThresholdMonitorSingleAllOf) MarshalJSON() ([]byte, error)

func (*ThresholdMonitorSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given ThresholdMonitorSingleAllOfAttributes and assigns it to the Attributes field.

func (ThresholdMonitorSingleAllOf) ToMap ¶

func (o ThresholdMonitorSingleAllOf) ToMap() (map[string]interface{}, error)

type ThresholdMonitorSingleAllOfAttributes ¶

type ThresholdMonitorSingleAllOfAttributes struct {
	AdministrativeState      *AdministrativeState `json:"administrativeState,omitempty"`
	OperationalState         *OperationalState    `json:"operationalState,omitempty"`
	PerformanceMetrics       []string             `json:"performanceMetrics,omitempty"`
	ThresholdInfoList        []ThresholdInfo      `json:"thresholdInfoList,omitempty"`
	MonitorGranularityPeriod *int32               `json:"monitorGranularityPeriod,omitempty"`
	ObjectInstances          []string             `json:"objectInstances,omitempty"`
	RootObjectInstances      []string             `json:"rootObjectInstances,omitempty"`
}

ThresholdMonitorSingleAllOfAttributes struct for ThresholdMonitorSingleAllOfAttributes

func NewThresholdMonitorSingleAllOfAttributes ¶

func NewThresholdMonitorSingleAllOfAttributes() *ThresholdMonitorSingleAllOfAttributes

NewThresholdMonitorSingleAllOfAttributes instantiates a new ThresholdMonitorSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewThresholdMonitorSingleAllOfAttributesWithDefaults ¶

func NewThresholdMonitorSingleAllOfAttributesWithDefaults() *ThresholdMonitorSingleAllOfAttributes

NewThresholdMonitorSingleAllOfAttributesWithDefaults instantiates a new ThresholdMonitorSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ThresholdMonitorSingleAllOfAttributes) GetAdministrativeState ¶

func (o *ThresholdMonitorSingleAllOfAttributes) GetAdministrativeState() AdministrativeState

GetAdministrativeState returns the AdministrativeState field value if set, zero value otherwise.

func (*ThresholdMonitorSingleAllOfAttributes) GetAdministrativeStateOk ¶

func (o *ThresholdMonitorSingleAllOfAttributes) GetAdministrativeStateOk() (*AdministrativeState, bool)

GetAdministrativeStateOk returns a tuple with the AdministrativeState field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ThresholdMonitorSingleAllOfAttributes) GetMonitorGranularityPeriod ¶

func (o *ThresholdMonitorSingleAllOfAttributes) GetMonitorGranularityPeriod() int32

GetMonitorGranularityPeriod returns the MonitorGranularityPeriod field value if set, zero value otherwise.

func (*ThresholdMonitorSingleAllOfAttributes) GetMonitorGranularityPeriodOk ¶

func (o *ThresholdMonitorSingleAllOfAttributes) GetMonitorGranularityPeriodOk() (*int32, bool)

GetMonitorGranularityPeriodOk returns a tuple with the MonitorGranularityPeriod field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ThresholdMonitorSingleAllOfAttributes) GetObjectInstances ¶

func (o *ThresholdMonitorSingleAllOfAttributes) GetObjectInstances() []string

GetObjectInstances returns the ObjectInstances field value if set, zero value otherwise.

func (*ThresholdMonitorSingleAllOfAttributes) GetObjectInstancesOk ¶

func (o *ThresholdMonitorSingleAllOfAttributes) GetObjectInstancesOk() ([]string, bool)

GetObjectInstancesOk returns a tuple with the ObjectInstances field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ThresholdMonitorSingleAllOfAttributes) GetOperationalState ¶

GetOperationalState returns the OperationalState field value if set, zero value otherwise.

func (*ThresholdMonitorSingleAllOfAttributes) GetOperationalStateOk ¶

func (o *ThresholdMonitorSingleAllOfAttributes) GetOperationalStateOk() (*OperationalState, bool)

GetOperationalStateOk returns a tuple with the OperationalState field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ThresholdMonitorSingleAllOfAttributes) GetPerformanceMetrics ¶

func (o *ThresholdMonitorSingleAllOfAttributes) GetPerformanceMetrics() []string

GetPerformanceMetrics returns the PerformanceMetrics field value if set, zero value otherwise.

func (*ThresholdMonitorSingleAllOfAttributes) GetPerformanceMetricsOk ¶

func (o *ThresholdMonitorSingleAllOfAttributes) GetPerformanceMetricsOk() ([]string, bool)

GetPerformanceMetricsOk returns a tuple with the PerformanceMetrics field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ThresholdMonitorSingleAllOfAttributes) GetRootObjectInstances ¶

func (o *ThresholdMonitorSingleAllOfAttributes) GetRootObjectInstances() []string

GetRootObjectInstances returns the RootObjectInstances field value if set, zero value otherwise.

func (*ThresholdMonitorSingleAllOfAttributes) GetRootObjectInstancesOk ¶

func (o *ThresholdMonitorSingleAllOfAttributes) GetRootObjectInstancesOk() ([]string, bool)

GetRootObjectInstancesOk returns a tuple with the RootObjectInstances field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ThresholdMonitorSingleAllOfAttributes) GetThresholdInfoList ¶

func (o *ThresholdMonitorSingleAllOfAttributes) GetThresholdInfoList() []ThresholdInfo

GetThresholdInfoList returns the ThresholdInfoList field value if set, zero value otherwise.

func (*ThresholdMonitorSingleAllOfAttributes) GetThresholdInfoListOk ¶

func (o *ThresholdMonitorSingleAllOfAttributes) GetThresholdInfoListOk() ([]ThresholdInfo, bool)

GetThresholdInfoListOk returns a tuple with the ThresholdInfoList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ThresholdMonitorSingleAllOfAttributes) HasAdministrativeState ¶

func (o *ThresholdMonitorSingleAllOfAttributes) HasAdministrativeState() bool

HasAdministrativeState returns a boolean if a field has been set.

func (*ThresholdMonitorSingleAllOfAttributes) HasMonitorGranularityPeriod ¶

func (o *ThresholdMonitorSingleAllOfAttributes) HasMonitorGranularityPeriod() bool

HasMonitorGranularityPeriod returns a boolean if a field has been set.

func (*ThresholdMonitorSingleAllOfAttributes) HasObjectInstances ¶

func (o *ThresholdMonitorSingleAllOfAttributes) HasObjectInstances() bool

HasObjectInstances returns a boolean if a field has been set.

func (*ThresholdMonitorSingleAllOfAttributes) HasOperationalState ¶

func (o *ThresholdMonitorSingleAllOfAttributes) HasOperationalState() bool

HasOperationalState returns a boolean if a field has been set.

func (*ThresholdMonitorSingleAllOfAttributes) HasPerformanceMetrics ¶

func (o *ThresholdMonitorSingleAllOfAttributes) HasPerformanceMetrics() bool

HasPerformanceMetrics returns a boolean if a field has been set.

func (*ThresholdMonitorSingleAllOfAttributes) HasRootObjectInstances ¶

func (o *ThresholdMonitorSingleAllOfAttributes) HasRootObjectInstances() bool

HasRootObjectInstances returns a boolean if a field has been set.

func (*ThresholdMonitorSingleAllOfAttributes) HasThresholdInfoList ¶

func (o *ThresholdMonitorSingleAllOfAttributes) HasThresholdInfoList() bool

HasThresholdInfoList returns a boolean if a field has been set.

func (ThresholdMonitorSingleAllOfAttributes) MarshalJSON ¶

func (o ThresholdMonitorSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*ThresholdMonitorSingleAllOfAttributes) SetAdministrativeState ¶

func (o *ThresholdMonitorSingleAllOfAttributes) SetAdministrativeState(v AdministrativeState)

SetAdministrativeState gets a reference to the given AdministrativeState and assigns it to the AdministrativeState field.

func (*ThresholdMonitorSingleAllOfAttributes) SetMonitorGranularityPeriod ¶

func (o *ThresholdMonitorSingleAllOfAttributes) SetMonitorGranularityPeriod(v int32)

SetMonitorGranularityPeriod gets a reference to the given int32 and assigns it to the MonitorGranularityPeriod field.

func (*ThresholdMonitorSingleAllOfAttributes) SetObjectInstances ¶

func (o *ThresholdMonitorSingleAllOfAttributes) SetObjectInstances(v []string)

SetObjectInstances gets a reference to the given []string and assigns it to the ObjectInstances field.

func (*ThresholdMonitorSingleAllOfAttributes) SetOperationalState ¶

func (o *ThresholdMonitorSingleAllOfAttributes) SetOperationalState(v OperationalState)

SetOperationalState gets a reference to the given OperationalState and assigns it to the OperationalState field.

func (*ThresholdMonitorSingleAllOfAttributes) SetPerformanceMetrics ¶

func (o *ThresholdMonitorSingleAllOfAttributes) SetPerformanceMetrics(v []string)

SetPerformanceMetrics gets a reference to the given []string and assigns it to the PerformanceMetrics field.

func (*ThresholdMonitorSingleAllOfAttributes) SetRootObjectInstances ¶

func (o *ThresholdMonitorSingleAllOfAttributes) SetRootObjectInstances(v []string)

SetRootObjectInstances gets a reference to the given []string and assigns it to the RootObjectInstances field.

func (*ThresholdMonitorSingleAllOfAttributes) SetThresholdInfoList ¶

func (o *ThresholdMonitorSingleAllOfAttributes) SetThresholdInfoList(v []ThresholdInfo)

SetThresholdInfoList gets a reference to the given []ThresholdInfo and assigns it to the ThresholdInfoList field.

func (ThresholdMonitorSingleAllOfAttributes) ToMap ¶

func (o ThresholdMonitorSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type TimeDomainPara ¶

type TimeDomainPara struct {
	DlULSwitchingPeriod1          *string `json:"dlULSwitchingPeriod1,omitempty"`
	SymbolOffsetOfReferencePoint1 *int32  `json:"symbolOffsetOfReferencePoint1,omitempty"`
	DlULSwitchingPeriod2          *string `json:"dlULSwitchingPeriod2,omitempty"`
	SymbolOffsetOfReferencePoint2 *int32  `json:"symbolOffsetOfReferencePoint2,omitempty"`
	TotalnrofSetIdofRS1           *int32  `json:"totalnrofSetIdofRS1,omitempty"`
	TotalnrofSetIdofRS2           *int32  `json:"totalnrofSetIdofRS2,omitempty"`
	NrofConsecutiveRIMRS1         *int32  `json:"nrofConsecutiveRIMRS1,omitempty"`
	NrofConsecutiveRIMRS2         *int32  `json:"nrofConsecutiveRIMRS2,omitempty"`
	ConsecutiveRIMRS1List         []int32 `json:"consecutiveRIMRS1List,omitempty"`
	ConsecutiveRIMRS2List         []int32 `json:"consecutiveRIMRS2List,omitempty"`
	EnablenearfarIndicationRS1    *string `json:"enablenearfarIndicationRS1,omitempty"`
	EnablenearfarIndicationRS2    *string `json:"enablenearfarIndicationRS2,omitempty"`
}

TimeDomainPara struct for TimeDomainPara

func NewTimeDomainPara ¶

func NewTimeDomainPara() *TimeDomainPara

NewTimeDomainPara instantiates a new TimeDomainPara object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTimeDomainParaWithDefaults ¶

func NewTimeDomainParaWithDefaults() *TimeDomainPara

NewTimeDomainParaWithDefaults instantiates a new TimeDomainPara object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*TimeDomainPara) GetConsecutiveRIMRS1List ¶

func (o *TimeDomainPara) GetConsecutiveRIMRS1List() []int32

GetConsecutiveRIMRS1List returns the ConsecutiveRIMRS1List field value if set, zero value otherwise.

func (*TimeDomainPara) GetConsecutiveRIMRS1ListOk ¶

func (o *TimeDomainPara) GetConsecutiveRIMRS1ListOk() ([]int32, bool)

GetConsecutiveRIMRS1ListOk returns a tuple with the ConsecutiveRIMRS1List field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TimeDomainPara) GetConsecutiveRIMRS2List ¶

func (o *TimeDomainPara) GetConsecutiveRIMRS2List() []int32

GetConsecutiveRIMRS2List returns the ConsecutiveRIMRS2List field value if set, zero value otherwise.

func (*TimeDomainPara) GetConsecutiveRIMRS2ListOk ¶

func (o *TimeDomainPara) GetConsecutiveRIMRS2ListOk() ([]int32, bool)

GetConsecutiveRIMRS2ListOk returns a tuple with the ConsecutiveRIMRS2List field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TimeDomainPara) GetDlULSwitchingPeriod1 ¶

func (o *TimeDomainPara) GetDlULSwitchingPeriod1() string

GetDlULSwitchingPeriod1 returns the DlULSwitchingPeriod1 field value if set, zero value otherwise.

func (*TimeDomainPara) GetDlULSwitchingPeriod1Ok ¶

func (o *TimeDomainPara) GetDlULSwitchingPeriod1Ok() (*string, bool)

GetDlULSwitchingPeriod1Ok returns a tuple with the DlULSwitchingPeriod1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TimeDomainPara) GetDlULSwitchingPeriod2 ¶

func (o *TimeDomainPara) GetDlULSwitchingPeriod2() string

GetDlULSwitchingPeriod2 returns the DlULSwitchingPeriod2 field value if set, zero value otherwise.

func (*TimeDomainPara) GetDlULSwitchingPeriod2Ok ¶

func (o *TimeDomainPara) GetDlULSwitchingPeriod2Ok() (*string, bool)

GetDlULSwitchingPeriod2Ok returns a tuple with the DlULSwitchingPeriod2 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TimeDomainPara) GetEnablenearfarIndicationRS1 ¶

func (o *TimeDomainPara) GetEnablenearfarIndicationRS1() string

GetEnablenearfarIndicationRS1 returns the EnablenearfarIndicationRS1 field value if set, zero value otherwise.

func (*TimeDomainPara) GetEnablenearfarIndicationRS1Ok ¶

func (o *TimeDomainPara) GetEnablenearfarIndicationRS1Ok() (*string, bool)

GetEnablenearfarIndicationRS1Ok returns a tuple with the EnablenearfarIndicationRS1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TimeDomainPara) GetEnablenearfarIndicationRS2 ¶

func (o *TimeDomainPara) GetEnablenearfarIndicationRS2() string

GetEnablenearfarIndicationRS2 returns the EnablenearfarIndicationRS2 field value if set, zero value otherwise.

func (*TimeDomainPara) GetEnablenearfarIndicationRS2Ok ¶

func (o *TimeDomainPara) GetEnablenearfarIndicationRS2Ok() (*string, bool)

GetEnablenearfarIndicationRS2Ok returns a tuple with the EnablenearfarIndicationRS2 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TimeDomainPara) GetNrofConsecutiveRIMRS1 ¶

func (o *TimeDomainPara) GetNrofConsecutiveRIMRS1() int32

GetNrofConsecutiveRIMRS1 returns the NrofConsecutiveRIMRS1 field value if set, zero value otherwise.

func (*TimeDomainPara) GetNrofConsecutiveRIMRS1Ok ¶

func (o *TimeDomainPara) GetNrofConsecutiveRIMRS1Ok() (*int32, bool)

GetNrofConsecutiveRIMRS1Ok returns a tuple with the NrofConsecutiveRIMRS1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TimeDomainPara) GetNrofConsecutiveRIMRS2 ¶

func (o *TimeDomainPara) GetNrofConsecutiveRIMRS2() int32

GetNrofConsecutiveRIMRS2 returns the NrofConsecutiveRIMRS2 field value if set, zero value otherwise.

func (*TimeDomainPara) GetNrofConsecutiveRIMRS2Ok ¶

func (o *TimeDomainPara) GetNrofConsecutiveRIMRS2Ok() (*int32, bool)

GetNrofConsecutiveRIMRS2Ok returns a tuple with the NrofConsecutiveRIMRS2 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TimeDomainPara) GetSymbolOffsetOfReferencePoint1 ¶

func (o *TimeDomainPara) GetSymbolOffsetOfReferencePoint1() int32

GetSymbolOffsetOfReferencePoint1 returns the SymbolOffsetOfReferencePoint1 field value if set, zero value otherwise.

func (*TimeDomainPara) GetSymbolOffsetOfReferencePoint1Ok ¶

func (o *TimeDomainPara) GetSymbolOffsetOfReferencePoint1Ok() (*int32, bool)

GetSymbolOffsetOfReferencePoint1Ok returns a tuple with the SymbolOffsetOfReferencePoint1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TimeDomainPara) GetSymbolOffsetOfReferencePoint2 ¶

func (o *TimeDomainPara) GetSymbolOffsetOfReferencePoint2() int32

GetSymbolOffsetOfReferencePoint2 returns the SymbolOffsetOfReferencePoint2 field value if set, zero value otherwise.

func (*TimeDomainPara) GetSymbolOffsetOfReferencePoint2Ok ¶

func (o *TimeDomainPara) GetSymbolOffsetOfReferencePoint2Ok() (*int32, bool)

GetSymbolOffsetOfReferencePoint2Ok returns a tuple with the SymbolOffsetOfReferencePoint2 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TimeDomainPara) GetTotalnrofSetIdofRS1 ¶

func (o *TimeDomainPara) GetTotalnrofSetIdofRS1() int32

GetTotalnrofSetIdofRS1 returns the TotalnrofSetIdofRS1 field value if set, zero value otherwise.

func (*TimeDomainPara) GetTotalnrofSetIdofRS1Ok ¶

func (o *TimeDomainPara) GetTotalnrofSetIdofRS1Ok() (*int32, bool)

GetTotalnrofSetIdofRS1Ok returns a tuple with the TotalnrofSetIdofRS1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TimeDomainPara) GetTotalnrofSetIdofRS2 ¶

func (o *TimeDomainPara) GetTotalnrofSetIdofRS2() int32

GetTotalnrofSetIdofRS2 returns the TotalnrofSetIdofRS2 field value if set, zero value otherwise.

func (*TimeDomainPara) GetTotalnrofSetIdofRS2Ok ¶

func (o *TimeDomainPara) GetTotalnrofSetIdofRS2Ok() (*int32, bool)

GetTotalnrofSetIdofRS2Ok returns a tuple with the TotalnrofSetIdofRS2 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TimeDomainPara) HasConsecutiveRIMRS1List ¶

func (o *TimeDomainPara) HasConsecutiveRIMRS1List() bool

HasConsecutiveRIMRS1List returns a boolean if a field has been set.

func (*TimeDomainPara) HasConsecutiveRIMRS2List ¶

func (o *TimeDomainPara) HasConsecutiveRIMRS2List() bool

HasConsecutiveRIMRS2List returns a boolean if a field has been set.

func (*TimeDomainPara) HasDlULSwitchingPeriod1 ¶

func (o *TimeDomainPara) HasDlULSwitchingPeriod1() bool

HasDlULSwitchingPeriod1 returns a boolean if a field has been set.

func (*TimeDomainPara) HasDlULSwitchingPeriod2 ¶

func (o *TimeDomainPara) HasDlULSwitchingPeriod2() bool

HasDlULSwitchingPeriod2 returns a boolean if a field has been set.

func (*TimeDomainPara) HasEnablenearfarIndicationRS1 ¶

func (o *TimeDomainPara) HasEnablenearfarIndicationRS1() bool

HasEnablenearfarIndicationRS1 returns a boolean if a field has been set.

func (*TimeDomainPara) HasEnablenearfarIndicationRS2 ¶

func (o *TimeDomainPara) HasEnablenearfarIndicationRS2() bool

HasEnablenearfarIndicationRS2 returns a boolean if a field has been set.

func (*TimeDomainPara) HasNrofConsecutiveRIMRS1 ¶

func (o *TimeDomainPara) HasNrofConsecutiveRIMRS1() bool

HasNrofConsecutiveRIMRS1 returns a boolean if a field has been set.

func (*TimeDomainPara) HasNrofConsecutiveRIMRS2 ¶

func (o *TimeDomainPara) HasNrofConsecutiveRIMRS2() bool

HasNrofConsecutiveRIMRS2 returns a boolean if a field has been set.

func (*TimeDomainPara) HasSymbolOffsetOfReferencePoint1 ¶

func (o *TimeDomainPara) HasSymbolOffsetOfReferencePoint1() bool

HasSymbolOffsetOfReferencePoint1 returns a boolean if a field has been set.

func (*TimeDomainPara) HasSymbolOffsetOfReferencePoint2 ¶

func (o *TimeDomainPara) HasSymbolOffsetOfReferencePoint2() bool

HasSymbolOffsetOfReferencePoint2 returns a boolean if a field has been set.

func (*TimeDomainPara) HasTotalnrofSetIdofRS1 ¶

func (o *TimeDomainPara) HasTotalnrofSetIdofRS1() bool

HasTotalnrofSetIdofRS1 returns a boolean if a field has been set.

func (*TimeDomainPara) HasTotalnrofSetIdofRS2 ¶

func (o *TimeDomainPara) HasTotalnrofSetIdofRS2() bool

HasTotalnrofSetIdofRS2 returns a boolean if a field has been set.

func (TimeDomainPara) MarshalJSON ¶

func (o TimeDomainPara) MarshalJSON() ([]byte, error)

func (*TimeDomainPara) SetConsecutiveRIMRS1List ¶

func (o *TimeDomainPara) SetConsecutiveRIMRS1List(v []int32)

SetConsecutiveRIMRS1List gets a reference to the given []int32 and assigns it to the ConsecutiveRIMRS1List field.

func (*TimeDomainPara) SetConsecutiveRIMRS2List ¶

func (o *TimeDomainPara) SetConsecutiveRIMRS2List(v []int32)

SetConsecutiveRIMRS2List gets a reference to the given []int32 and assigns it to the ConsecutiveRIMRS2List field.

func (*TimeDomainPara) SetDlULSwitchingPeriod1 ¶

func (o *TimeDomainPara) SetDlULSwitchingPeriod1(v string)

SetDlULSwitchingPeriod1 gets a reference to the given string and assigns it to the DlULSwitchingPeriod1 field.

func (*TimeDomainPara) SetDlULSwitchingPeriod2 ¶

func (o *TimeDomainPara) SetDlULSwitchingPeriod2(v string)

SetDlULSwitchingPeriod2 gets a reference to the given string and assigns it to the DlULSwitchingPeriod2 field.

func (*TimeDomainPara) SetEnablenearfarIndicationRS1 ¶

func (o *TimeDomainPara) SetEnablenearfarIndicationRS1(v string)

SetEnablenearfarIndicationRS1 gets a reference to the given string and assigns it to the EnablenearfarIndicationRS1 field.

func (*TimeDomainPara) SetEnablenearfarIndicationRS2 ¶

func (o *TimeDomainPara) SetEnablenearfarIndicationRS2(v string)

SetEnablenearfarIndicationRS2 gets a reference to the given string and assigns it to the EnablenearfarIndicationRS2 field.

func (*TimeDomainPara) SetNrofConsecutiveRIMRS1 ¶

func (o *TimeDomainPara) SetNrofConsecutiveRIMRS1(v int32)

SetNrofConsecutiveRIMRS1 gets a reference to the given int32 and assigns it to the NrofConsecutiveRIMRS1 field.

func (*TimeDomainPara) SetNrofConsecutiveRIMRS2 ¶

func (o *TimeDomainPara) SetNrofConsecutiveRIMRS2(v int32)

SetNrofConsecutiveRIMRS2 gets a reference to the given int32 and assigns it to the NrofConsecutiveRIMRS2 field.

func (*TimeDomainPara) SetSymbolOffsetOfReferencePoint1 ¶

func (o *TimeDomainPara) SetSymbolOffsetOfReferencePoint1(v int32)

SetSymbolOffsetOfReferencePoint1 gets a reference to the given int32 and assigns it to the SymbolOffsetOfReferencePoint1 field.

func (*TimeDomainPara) SetSymbolOffsetOfReferencePoint2 ¶

func (o *TimeDomainPara) SetSymbolOffsetOfReferencePoint2(v int32)

SetSymbolOffsetOfReferencePoint2 gets a reference to the given int32 and assigns it to the SymbolOffsetOfReferencePoint2 field.

func (*TimeDomainPara) SetTotalnrofSetIdofRS1 ¶

func (o *TimeDomainPara) SetTotalnrofSetIdofRS1(v int32)

SetTotalnrofSetIdofRS1 gets a reference to the given int32 and assigns it to the TotalnrofSetIdofRS1 field.

func (*TimeDomainPara) SetTotalnrofSetIdofRS2 ¶

func (o *TimeDomainPara) SetTotalnrofSetIdofRS2(v int32)

SetTotalnrofSetIdofRS2 gets a reference to the given int32 and assigns it to the TotalnrofSetIdofRS2 field.

func (TimeDomainPara) ToMap ¶

func (o TimeDomainPara) ToMap() (map[string]interface{}, error)

type TimeToTriggerL1Type ¶

type TimeToTriggerL1Type string

TimeToTriggerL1Type See details in 3GPP TS 32.422 clause 5.10.Z.

func NewTimeToTriggerL1TypeFromValue ¶

func NewTimeToTriggerL1TypeFromValue(v string) (*TimeToTriggerL1Type, error)

NewTimeToTriggerL1TypeFromValue returns a pointer to a valid TimeToTriggerL1Type for the value passed as argument, or an error if the value passed is not allowed by the enum

func (TimeToTriggerL1Type) IsValid ¶

func (v TimeToTriggerL1Type) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (TimeToTriggerL1Type) Ptr ¶

Ptr returns reference to timeToTriggerL1-Type value

func (*TimeToTriggerL1Type) UnmarshalJSON ¶

func (v *TimeToTriggerL1Type) UnmarshalJSON(src []byte) error

type TimeWindow ¶

type TimeWindow struct {
	MDAOutputStartTime *time.Time `json:"mDAOutputStartTime,omitempty"`
	MDAOutputEndTime   *time.Time `json:"mDAOutputEndTime,omitempty"`
}

TimeWindow struct for TimeWindow

func NewTimeWindow ¶

func NewTimeWindow() *TimeWindow

NewTimeWindow instantiates a new TimeWindow object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTimeWindowWithDefaults ¶

func NewTimeWindowWithDefaults() *TimeWindow

NewTimeWindowWithDefaults instantiates a new TimeWindow object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*TimeWindow) GetMDAOutputEndTime ¶

func (o *TimeWindow) GetMDAOutputEndTime() time.Time

GetMDAOutputEndTime returns the MDAOutputEndTime field value if set, zero value otherwise.

func (*TimeWindow) GetMDAOutputEndTimeOk ¶

func (o *TimeWindow) GetMDAOutputEndTimeOk() (*time.Time, bool)

GetMDAOutputEndTimeOk returns a tuple with the MDAOutputEndTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TimeWindow) GetMDAOutputStartTime ¶

func (o *TimeWindow) GetMDAOutputStartTime() time.Time

GetMDAOutputStartTime returns the MDAOutputStartTime field value if set, zero value otherwise.

func (*TimeWindow) GetMDAOutputStartTimeOk ¶

func (o *TimeWindow) GetMDAOutputStartTimeOk() (*time.Time, bool)

GetMDAOutputStartTimeOk returns a tuple with the MDAOutputStartTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TimeWindow) HasMDAOutputEndTime ¶

func (o *TimeWindow) HasMDAOutputEndTime() bool

HasMDAOutputEndTime returns a boolean if a field has been set.

func (*TimeWindow) HasMDAOutputStartTime ¶

func (o *TimeWindow) HasMDAOutputStartTime() bool

HasMDAOutputStartTime returns a boolean if a field has been set.

func (TimeWindow) MarshalJSON ¶

func (o TimeWindow) MarshalJSON() ([]byte, error)

func (*TimeWindow) SetMDAOutputEndTime ¶

func (o *TimeWindow) SetMDAOutputEndTime(v time.Time)

SetMDAOutputEndTime gets a reference to the given time.Time and assigns it to the MDAOutputEndTime field.

func (*TimeWindow) SetMDAOutputStartTime ¶

func (o *TimeWindow) SetMDAOutputStartTime(v time.Time)

SetMDAOutputStartTime gets a reference to the given time.Time and assigns it to the MDAOutputStartTime field.

func (TimeWindow) ToMap ¶

func (o TimeWindow) ToMap() (map[string]interface{}, error)

type TimeWindow1 ¶

type TimeWindow1 struct {
	StartTime *time.Time `json:"startTime,omitempty"`
	EndTime   *time.Time `json:"endTime,omitempty"`
}

TimeWindow1 struct for TimeWindow1

func NewTimeWindow1 ¶

func NewTimeWindow1() *TimeWindow1

NewTimeWindow1 instantiates a new TimeWindow1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTimeWindow1WithDefaults ¶

func NewTimeWindow1WithDefaults() *TimeWindow1

NewTimeWindow1WithDefaults instantiates a new TimeWindow1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*TimeWindow1) GetEndTime ¶

func (o *TimeWindow1) GetEndTime() time.Time

GetEndTime returns the EndTime field value if set, zero value otherwise.

func (*TimeWindow1) GetEndTimeOk ¶

func (o *TimeWindow1) 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 (*TimeWindow1) GetStartTime ¶

func (o *TimeWindow1) GetStartTime() time.Time

GetStartTime returns the StartTime field value if set, zero value otherwise.

func (*TimeWindow1) GetStartTimeOk ¶

func (o *TimeWindow1) 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 (*TimeWindow1) HasEndTime ¶

func (o *TimeWindow1) HasEndTime() bool

HasEndTime returns a boolean if a field has been set.

func (*TimeWindow1) HasStartTime ¶

func (o *TimeWindow1) HasStartTime() bool

HasStartTime returns a boolean if a field has been set.

func (TimeWindow1) MarshalJSON ¶

func (o TimeWindow1) MarshalJSON() ([]byte, error)

func (*TimeWindow1) SetEndTime ¶

func (o *TimeWindow1) SetEndTime(v time.Time)

SetEndTime gets a reference to the given time.Time and assigns it to the EndTime field.

func (*TimeWindow1) SetStartTime ¶

func (o *TimeWindow1) SetStartTime(v time.Time)

SetStartTime gets a reference to the given time.Time and assigns it to the StartTime field.

func (TimeWindow1) ToMap ¶

func (o TimeWindow1) ToMap() (map[string]interface{}, error)

type TimeWindow2 ¶

type TimeWindow2 struct {
	MDAOutputStartTime *time.Time `json:"mDAOutputStartTime,omitempty"`
	MDAOutputEndTime   *time.Time `json:"mDAOutputEndTime,omitempty"`
}

TimeWindow2 struct for TimeWindow2

func NewTimeWindow2 ¶

func NewTimeWindow2() *TimeWindow2

NewTimeWindow2 instantiates a new TimeWindow2 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTimeWindow2WithDefaults ¶

func NewTimeWindow2WithDefaults() *TimeWindow2

NewTimeWindow2WithDefaults instantiates a new TimeWindow2 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*TimeWindow2) GetMDAOutputEndTime ¶

func (o *TimeWindow2) GetMDAOutputEndTime() time.Time

GetMDAOutputEndTime returns the MDAOutputEndTime field value if set, zero value otherwise.

func (*TimeWindow2) GetMDAOutputEndTimeOk ¶

func (o *TimeWindow2) GetMDAOutputEndTimeOk() (*time.Time, bool)

GetMDAOutputEndTimeOk returns a tuple with the MDAOutputEndTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TimeWindow2) GetMDAOutputStartTime ¶

func (o *TimeWindow2) GetMDAOutputStartTime() time.Time

GetMDAOutputStartTime returns the MDAOutputStartTime field value if set, zero value otherwise.

func (*TimeWindow2) GetMDAOutputStartTimeOk ¶

func (o *TimeWindow2) GetMDAOutputStartTimeOk() (*time.Time, bool)

GetMDAOutputStartTimeOk returns a tuple with the MDAOutputStartTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TimeWindow2) HasMDAOutputEndTime ¶

func (o *TimeWindow2) HasMDAOutputEndTime() bool

HasMDAOutputEndTime returns a boolean if a field has been set.

func (*TimeWindow2) HasMDAOutputStartTime ¶

func (o *TimeWindow2) HasMDAOutputStartTime() bool

HasMDAOutputStartTime returns a boolean if a field has been set.

func (TimeWindow2) MarshalJSON ¶

func (o TimeWindow2) MarshalJSON() ([]byte, error)

func (*TimeWindow2) SetMDAOutputEndTime ¶

func (o *TimeWindow2) SetMDAOutputEndTime(v time.Time)

SetMDAOutputEndTime gets a reference to the given time.Time and assigns it to the MDAOutputEndTime field.

func (*TimeWindow2) SetMDAOutputStartTime ¶

func (o *TimeWindow2) SetMDAOutputStartTime(v time.Time)

SetMDAOutputStartTime gets a reference to the given time.Time and assigns it to the MDAOutputStartTime field.

func (TimeWindow2) ToMap ¶

func (o TimeWindow2) ToMap() (map[string]interface{}, error)

type Top ¶

type Top struct {
	Id              NullableString          `json:"id"`
	ObjectClass     *string                 `json:"objectClass,omitempty"`
	ObjectInstance  *string                 `json:"objectInstance,omitempty"`
	VsDataContainer []VsDataContainerSingle `json:"VsDataContainer,omitempty"`
}

Top struct for Top

func NewTop ¶

func NewTop(id NullableString) *Top

NewTop instantiates a new Top object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTopWithDefaults ¶

func NewTopWithDefaults() *Top

NewTopWithDefaults instantiates a new Top object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Top) GetId ¶

func (o *Top) GetId() string

GetId returns the Id field value If the value is explicit nil, the zero value for string will be returned

func (*Top) GetIdOk ¶

func (o *Top) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*Top) GetObjectClass ¶

func (o *Top) GetObjectClass() string

GetObjectClass returns the ObjectClass field value if set, zero value otherwise.

func (*Top) GetObjectClassOk ¶

func (o *Top) GetObjectClassOk() (*string, bool)

GetObjectClassOk returns a tuple with the ObjectClass field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Top) GetObjectInstance ¶

func (o *Top) GetObjectInstance() string

GetObjectInstance returns the ObjectInstance field value if set, zero value otherwise.

func (*Top) GetObjectInstanceOk ¶

func (o *Top) 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 (*Top) GetVsDataContainer ¶

func (o *Top) GetVsDataContainer() []VsDataContainerSingle

GetVsDataContainer returns the VsDataContainer field value if set, zero value otherwise.

func (*Top) GetVsDataContainerOk ¶

func (o *Top) GetVsDataContainerOk() ([]VsDataContainerSingle, bool)

GetVsDataContainerOk returns a tuple with the VsDataContainer field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Top) HasObjectClass ¶

func (o *Top) HasObjectClass() bool

HasObjectClass returns a boolean if a field has been set.

func (*Top) HasObjectInstance ¶

func (o *Top) HasObjectInstance() bool

HasObjectInstance returns a boolean if a field has been set.

func (*Top) HasVsDataContainer ¶

func (o *Top) HasVsDataContainer() bool

HasVsDataContainer returns a boolean if a field has been set.

func (Top) MarshalJSON ¶

func (o Top) MarshalJSON() ([]byte, error)

func (*Top) SetId ¶

func (o *Top) SetId(v string)

SetId sets field value

func (*Top) SetObjectClass ¶

func (o *Top) SetObjectClass(v string)

SetObjectClass gets a reference to the given string and assigns it to the ObjectClass field.

func (*Top) SetObjectInstance ¶

func (o *Top) SetObjectInstance(v string)

SetObjectInstance gets a reference to the given string and assigns it to the ObjectInstance field.

func (*Top) SetVsDataContainer ¶

func (o *Top) SetVsDataContainer(v []VsDataContainerSingle)

SetVsDataContainer gets a reference to the given []VsDataContainerSingle and assigns it to the VsDataContainer field.

func (Top) ToMap ¶

func (o Top) ToMap() (map[string]interface{}, error)

type Top1 ¶

type Top1 struct {
	Id              NullableString          `json:"id"`
	ObjectClass     *string                 `json:"objectClass,omitempty"`
	ObjectInstance  *string                 `json:"objectInstance,omitempty"`
	VsDataContainer []VsDataContainerSingle `json:"VsDataContainer,omitempty"`
}

Top1 struct for Top1

func NewTop1 ¶

func NewTop1(id NullableString) *Top1

NewTop1 instantiates a new Top1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTop1WithDefaults ¶

func NewTop1WithDefaults() *Top1

NewTop1WithDefaults instantiates a new Top1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Top1) GetId ¶

func (o *Top1) GetId() string

GetId returns the Id field value If the value is explicit nil, the zero value for string will be returned

func (*Top1) GetIdOk ¶

func (o *Top1) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*Top1) GetObjectClass ¶

func (o *Top1) GetObjectClass() string

GetObjectClass returns the ObjectClass field value if set, zero value otherwise.

func (*Top1) GetObjectClassOk ¶

func (o *Top1) GetObjectClassOk() (*string, bool)

GetObjectClassOk returns a tuple with the ObjectClass field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Top1) GetObjectInstance ¶

func (o *Top1) GetObjectInstance() string

GetObjectInstance returns the ObjectInstance field value if set, zero value otherwise.

func (*Top1) GetObjectInstanceOk ¶

func (o *Top1) 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 (*Top1) GetVsDataContainer ¶

func (o *Top1) GetVsDataContainer() []VsDataContainerSingle

GetVsDataContainer returns the VsDataContainer field value if set, zero value otherwise.

func (*Top1) GetVsDataContainerOk ¶

func (o *Top1) GetVsDataContainerOk() ([]VsDataContainerSingle, bool)

GetVsDataContainerOk returns a tuple with the VsDataContainer field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Top1) HasObjectClass ¶

func (o *Top1) HasObjectClass() bool

HasObjectClass returns a boolean if a field has been set.

func (*Top1) HasObjectInstance ¶

func (o *Top1) HasObjectInstance() bool

HasObjectInstance returns a boolean if a field has been set.

func (*Top1) HasVsDataContainer ¶

func (o *Top1) HasVsDataContainer() bool

HasVsDataContainer returns a boolean if a field has been set.

func (Top1) MarshalJSON ¶

func (o Top1) MarshalJSON() ([]byte, error)

func (*Top1) SetId ¶

func (o *Top1) SetId(v string)

SetId sets field value

func (*Top1) SetObjectClass ¶

func (o *Top1) SetObjectClass(v string)

SetObjectClass gets a reference to the given string and assigns it to the ObjectClass field.

func (*Top1) SetObjectInstance ¶

func (o *Top1) SetObjectInstance(v string)

SetObjectInstance gets a reference to the given string and assigns it to the ObjectInstance field.

func (*Top1) SetVsDataContainer ¶

func (o *Top1) SetVsDataContainer(v []VsDataContainerSingle)

SetVsDataContainer gets a reference to the given []VsDataContainerSingle and assigns it to the VsDataContainer field.

func (Top1) ToMap ¶

func (o Top1) ToMap() (map[string]interface{}, error)

type TopSliceSubnetProfile ¶

type TopSliceSubnetProfile struct {
	DLLatency              *int32                `json:"dLLatency,omitempty"`
	ULLatency              *int32                `json:"uLLatency,omitempty"`
	MaxNumberofUEs         *int32                `json:"maxNumberofUEs,omitempty"`
	DLThptPerSliceSubnet   *XLThpt               `json:"dLThptPerSliceSubnet,omitempty"`
	DLThptPerUE            *XLThpt               `json:"dLThptPerUE,omitempty"`
	ULThptPerSliceSubnet   *XLThpt               `json:"uLThptPerSliceSubnet,omitempty"`
	ULThptPerUE            *XLThpt               `json:"uLThptPerUE,omitempty"`
	DLMaxPktSize           *int32                `json:"dLMaxPktSize,omitempty"`
	ULMaxPktSize           *int32                `json:"uLMaxPktSize,omitempty"`
	MaxNumberOfPDUSessions *int32                `json:"maxNumberOfPDUSessions,omitempty"`
	NROperatingBands       *string               `json:"nROperatingBands,omitempty"`
	SliceSimultaneousUse   *SliceSimultaneousUse `json:"sliceSimultaneousUse,omitempty"`
	EnergyEfficiency       *EnergyEfficiency     `json:"energyEfficiency,omitempty"`
	Synchronicity          *Synchronicity        `json:"synchronicity,omitempty"`
	DelayTolerance         *DelayTolerance       `json:"delayTolerance,omitempty"`
	Positioning            *Positioning          `json:"positioning,omitempty"`
	TermDensity            *TermDensity          `json:"termDensity,omitempty"`
	ActivityFactor         *int32                `json:"activityFactor,omitempty"`
	CoverageAreaTAList     []int32               `json:"coverageAreaTAList,omitempty"`
	ResourceSharingLevel   *SharingLevel         `json:"resourceSharingLevel,omitempty"`
	UEMobilityLevel        *MobilityLevel        `json:"uEMobilityLevel,omitempty"`
	UESpeed                *int32                `json:"uESpeed,omitempty"`
	Reliability            *float32              `json:"reliability,omitempty"`
	SST                    *int32                `json:"sST,omitempty"`
	DLDeterministicComm    *DeterministicComm    `json:"dLDeterministicComm,omitempty"`
	ULDeterministicComm    *DeterministicComm    `json:"uLDeterministicComm,omitempty"`
	SurvivalTime           *float32              `json:"survivalTime,omitempty"`
	NssaaSupport           *NSSAASupport         `json:"nssaaSupport,omitempty"`
	N6Protection           *N6Protection         `json:"n6Protection,omitempty"`
}

TopSliceSubnetProfile struct for TopSliceSubnetProfile

func NewTopSliceSubnetProfile ¶

func NewTopSliceSubnetProfile() *TopSliceSubnetProfile

NewTopSliceSubnetProfile instantiates a new TopSliceSubnetProfile object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTopSliceSubnetProfileWithDefaults ¶

func NewTopSliceSubnetProfileWithDefaults() *TopSliceSubnetProfile

NewTopSliceSubnetProfileWithDefaults instantiates a new TopSliceSubnetProfile object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*TopSliceSubnetProfile) GetActivityFactor ¶

func (o *TopSliceSubnetProfile) GetActivityFactor() int32

GetActivityFactor returns the ActivityFactor field value if set, zero value otherwise.

func (*TopSliceSubnetProfile) GetActivityFactorOk ¶

func (o *TopSliceSubnetProfile) GetActivityFactorOk() (*int32, bool)

GetActivityFactorOk returns a tuple with the ActivityFactor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TopSliceSubnetProfile) GetCoverageAreaTAList ¶

func (o *TopSliceSubnetProfile) GetCoverageAreaTAList() []int32

GetCoverageAreaTAList returns the CoverageAreaTAList field value if set, zero value otherwise.

func (*TopSliceSubnetProfile) GetCoverageAreaTAListOk ¶

func (o *TopSliceSubnetProfile) GetCoverageAreaTAListOk() ([]int32, bool)

GetCoverageAreaTAListOk returns a tuple with the CoverageAreaTAList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TopSliceSubnetProfile) GetDLDeterministicComm ¶

func (o *TopSliceSubnetProfile) GetDLDeterministicComm() DeterministicComm

GetDLDeterministicComm returns the DLDeterministicComm field value if set, zero value otherwise.

func (*TopSliceSubnetProfile) GetDLDeterministicCommOk ¶

func (o *TopSliceSubnetProfile) GetDLDeterministicCommOk() (*DeterministicComm, bool)

GetDLDeterministicCommOk returns a tuple with the DLDeterministicComm field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TopSliceSubnetProfile) GetDLLatency ¶

func (o *TopSliceSubnetProfile) GetDLLatency() int32

GetDLLatency returns the DLLatency field value if set, zero value otherwise.

func (*TopSliceSubnetProfile) GetDLLatencyOk ¶

func (o *TopSliceSubnetProfile) GetDLLatencyOk() (*int32, bool)

GetDLLatencyOk returns a tuple with the DLLatency field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TopSliceSubnetProfile) GetDLMaxPktSize ¶

func (o *TopSliceSubnetProfile) GetDLMaxPktSize() int32

GetDLMaxPktSize returns the DLMaxPktSize field value if set, zero value otherwise.

func (*TopSliceSubnetProfile) GetDLMaxPktSizeOk ¶

func (o *TopSliceSubnetProfile) GetDLMaxPktSizeOk() (*int32, bool)

GetDLMaxPktSizeOk returns a tuple with the DLMaxPktSize field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TopSliceSubnetProfile) GetDLThptPerSliceSubnet ¶

func (o *TopSliceSubnetProfile) GetDLThptPerSliceSubnet() XLThpt

GetDLThptPerSliceSubnet returns the DLThptPerSliceSubnet field value if set, zero value otherwise.

func (*TopSliceSubnetProfile) GetDLThptPerSliceSubnetOk ¶

func (o *TopSliceSubnetProfile) GetDLThptPerSliceSubnetOk() (*XLThpt, bool)

GetDLThptPerSliceSubnetOk returns a tuple with the DLThptPerSliceSubnet field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TopSliceSubnetProfile) GetDLThptPerUE ¶

func (o *TopSliceSubnetProfile) GetDLThptPerUE() XLThpt

GetDLThptPerUE returns the DLThptPerUE field value if set, zero value otherwise.

func (*TopSliceSubnetProfile) GetDLThptPerUEOk ¶

func (o *TopSliceSubnetProfile) GetDLThptPerUEOk() (*XLThpt, bool)

GetDLThptPerUEOk returns a tuple with the DLThptPerUE field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TopSliceSubnetProfile) GetDelayTolerance ¶

func (o *TopSliceSubnetProfile) GetDelayTolerance() DelayTolerance

GetDelayTolerance returns the DelayTolerance field value if set, zero value otherwise.

func (*TopSliceSubnetProfile) GetDelayToleranceOk ¶

func (o *TopSliceSubnetProfile) GetDelayToleranceOk() (*DelayTolerance, bool)

GetDelayToleranceOk returns a tuple with the DelayTolerance field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TopSliceSubnetProfile) GetEnergyEfficiency ¶

func (o *TopSliceSubnetProfile) GetEnergyEfficiency() EnergyEfficiency

GetEnergyEfficiency returns the EnergyEfficiency field value if set, zero value otherwise.

func (*TopSliceSubnetProfile) GetEnergyEfficiencyOk ¶

func (o *TopSliceSubnetProfile) GetEnergyEfficiencyOk() (*EnergyEfficiency, bool)

GetEnergyEfficiencyOk returns a tuple with the EnergyEfficiency field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TopSliceSubnetProfile) GetMaxNumberOfPDUSessions ¶

func (o *TopSliceSubnetProfile) GetMaxNumberOfPDUSessions() int32

GetMaxNumberOfPDUSessions returns the MaxNumberOfPDUSessions field value if set, zero value otherwise.

func (*TopSliceSubnetProfile) GetMaxNumberOfPDUSessionsOk ¶

func (o *TopSliceSubnetProfile) GetMaxNumberOfPDUSessionsOk() (*int32, bool)

GetMaxNumberOfPDUSessionsOk returns a tuple with the MaxNumberOfPDUSessions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TopSliceSubnetProfile) GetMaxNumberofUEs ¶

func (o *TopSliceSubnetProfile) GetMaxNumberofUEs() int32

GetMaxNumberofUEs returns the MaxNumberofUEs field value if set, zero value otherwise.

func (*TopSliceSubnetProfile) GetMaxNumberofUEsOk ¶

func (o *TopSliceSubnetProfile) GetMaxNumberofUEsOk() (*int32, bool)

GetMaxNumberofUEsOk returns a tuple with the MaxNumberofUEs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TopSliceSubnetProfile) GetN6Protection ¶

func (o *TopSliceSubnetProfile) GetN6Protection() N6Protection

GetN6Protection returns the N6Protection field value if set, zero value otherwise.

func (*TopSliceSubnetProfile) GetN6ProtectionOk ¶

func (o *TopSliceSubnetProfile) GetN6ProtectionOk() (*N6Protection, bool)

GetN6ProtectionOk returns a tuple with the N6Protection field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TopSliceSubnetProfile) GetNROperatingBands ¶

func (o *TopSliceSubnetProfile) GetNROperatingBands() string

GetNROperatingBands returns the NROperatingBands field value if set, zero value otherwise.

func (*TopSliceSubnetProfile) GetNROperatingBandsOk ¶

func (o *TopSliceSubnetProfile) GetNROperatingBandsOk() (*string, bool)

GetNROperatingBandsOk returns a tuple with the NROperatingBands field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TopSliceSubnetProfile) GetNssaaSupport ¶

func (o *TopSliceSubnetProfile) GetNssaaSupport() NSSAASupport

GetNssaaSupport returns the NssaaSupport field value if set, zero value otherwise.

func (*TopSliceSubnetProfile) GetNssaaSupportOk ¶

func (o *TopSliceSubnetProfile) GetNssaaSupportOk() (*NSSAASupport, bool)

GetNssaaSupportOk returns a tuple with the NssaaSupport field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TopSliceSubnetProfile) GetPositioning ¶

func (o *TopSliceSubnetProfile) GetPositioning() Positioning

GetPositioning returns the Positioning field value if set, zero value otherwise.

func (*TopSliceSubnetProfile) GetPositioningOk ¶

func (o *TopSliceSubnetProfile) GetPositioningOk() (*Positioning, bool)

GetPositioningOk returns a tuple with the Positioning field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TopSliceSubnetProfile) GetReliability ¶

func (o *TopSliceSubnetProfile) GetReliability() float32

GetReliability returns the Reliability field value if set, zero value otherwise.

func (*TopSliceSubnetProfile) GetReliabilityOk ¶

func (o *TopSliceSubnetProfile) GetReliabilityOk() (*float32, bool)

GetReliabilityOk returns a tuple with the Reliability field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TopSliceSubnetProfile) GetResourceSharingLevel ¶

func (o *TopSliceSubnetProfile) GetResourceSharingLevel() SharingLevel

GetResourceSharingLevel returns the ResourceSharingLevel field value if set, zero value otherwise.

func (*TopSliceSubnetProfile) GetResourceSharingLevelOk ¶

func (o *TopSliceSubnetProfile) GetResourceSharingLevelOk() (*SharingLevel, bool)

GetResourceSharingLevelOk returns a tuple with the ResourceSharingLevel field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TopSliceSubnetProfile) GetSST ¶

func (o *TopSliceSubnetProfile) GetSST() int32

GetSST returns the SST field value if set, zero value otherwise.

func (*TopSliceSubnetProfile) GetSSTOk ¶

func (o *TopSliceSubnetProfile) 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 (*TopSliceSubnetProfile) GetSliceSimultaneousUse ¶

func (o *TopSliceSubnetProfile) GetSliceSimultaneousUse() SliceSimultaneousUse

GetSliceSimultaneousUse returns the SliceSimultaneousUse field value if set, zero value otherwise.

func (*TopSliceSubnetProfile) GetSliceSimultaneousUseOk ¶

func (o *TopSliceSubnetProfile) GetSliceSimultaneousUseOk() (*SliceSimultaneousUse, bool)

GetSliceSimultaneousUseOk returns a tuple with the SliceSimultaneousUse field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TopSliceSubnetProfile) GetSurvivalTime ¶

func (o *TopSliceSubnetProfile) GetSurvivalTime() float32

GetSurvivalTime returns the SurvivalTime field value if set, zero value otherwise.

func (*TopSliceSubnetProfile) GetSurvivalTimeOk ¶

func (o *TopSliceSubnetProfile) GetSurvivalTimeOk() (*float32, bool)

GetSurvivalTimeOk returns a tuple with the SurvivalTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TopSliceSubnetProfile) GetSynchronicity ¶

func (o *TopSliceSubnetProfile) GetSynchronicity() Synchronicity

GetSynchronicity returns the Synchronicity field value if set, zero value otherwise.

func (*TopSliceSubnetProfile) GetSynchronicityOk ¶

func (o *TopSliceSubnetProfile) GetSynchronicityOk() (*Synchronicity, bool)

GetSynchronicityOk returns a tuple with the Synchronicity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TopSliceSubnetProfile) GetTermDensity ¶

func (o *TopSliceSubnetProfile) GetTermDensity() TermDensity

GetTermDensity returns the TermDensity field value if set, zero value otherwise.

func (*TopSliceSubnetProfile) GetTermDensityOk ¶

func (o *TopSliceSubnetProfile) GetTermDensityOk() (*TermDensity, bool)

GetTermDensityOk returns a tuple with the TermDensity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TopSliceSubnetProfile) GetUEMobilityLevel ¶

func (o *TopSliceSubnetProfile) GetUEMobilityLevel() MobilityLevel

GetUEMobilityLevel returns the UEMobilityLevel field value if set, zero value otherwise.

func (*TopSliceSubnetProfile) GetUEMobilityLevelOk ¶

func (o *TopSliceSubnetProfile) GetUEMobilityLevelOk() (*MobilityLevel, bool)

GetUEMobilityLevelOk returns a tuple with the UEMobilityLevel field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TopSliceSubnetProfile) GetUESpeed ¶

func (o *TopSliceSubnetProfile) GetUESpeed() int32

GetUESpeed returns the UESpeed field value if set, zero value otherwise.

func (*TopSliceSubnetProfile) GetUESpeedOk ¶

func (o *TopSliceSubnetProfile) GetUESpeedOk() (*int32, bool)

GetUESpeedOk returns a tuple with the UESpeed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TopSliceSubnetProfile) GetULDeterministicComm ¶

func (o *TopSliceSubnetProfile) GetULDeterministicComm() DeterministicComm

GetULDeterministicComm returns the ULDeterministicComm field value if set, zero value otherwise.

func (*TopSliceSubnetProfile) GetULDeterministicCommOk ¶

func (o *TopSliceSubnetProfile) GetULDeterministicCommOk() (*DeterministicComm, bool)

GetULDeterministicCommOk returns a tuple with the ULDeterministicComm field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TopSliceSubnetProfile) GetULLatency ¶

func (o *TopSliceSubnetProfile) GetULLatency() int32

GetULLatency returns the ULLatency field value if set, zero value otherwise.

func (*TopSliceSubnetProfile) GetULLatencyOk ¶

func (o *TopSliceSubnetProfile) GetULLatencyOk() (*int32, bool)

GetULLatencyOk returns a tuple with the ULLatency field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TopSliceSubnetProfile) GetULMaxPktSize ¶

func (o *TopSliceSubnetProfile) GetULMaxPktSize() int32

GetULMaxPktSize returns the ULMaxPktSize field value if set, zero value otherwise.

func (*TopSliceSubnetProfile) GetULMaxPktSizeOk ¶

func (o *TopSliceSubnetProfile) GetULMaxPktSizeOk() (*int32, bool)

GetULMaxPktSizeOk returns a tuple with the ULMaxPktSize field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TopSliceSubnetProfile) GetULThptPerSliceSubnet ¶

func (o *TopSliceSubnetProfile) GetULThptPerSliceSubnet() XLThpt

GetULThptPerSliceSubnet returns the ULThptPerSliceSubnet field value if set, zero value otherwise.

func (*TopSliceSubnetProfile) GetULThptPerSliceSubnetOk ¶

func (o *TopSliceSubnetProfile) GetULThptPerSliceSubnetOk() (*XLThpt, bool)

GetULThptPerSliceSubnetOk returns a tuple with the ULThptPerSliceSubnet field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TopSliceSubnetProfile) GetULThptPerUE ¶

func (o *TopSliceSubnetProfile) GetULThptPerUE() XLThpt

GetULThptPerUE returns the ULThptPerUE field value if set, zero value otherwise.

func (*TopSliceSubnetProfile) GetULThptPerUEOk ¶

func (o *TopSliceSubnetProfile) GetULThptPerUEOk() (*XLThpt, bool)

GetULThptPerUEOk returns a tuple with the ULThptPerUE field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TopSliceSubnetProfile) HasActivityFactor ¶

func (o *TopSliceSubnetProfile) HasActivityFactor() bool

HasActivityFactor returns a boolean if a field has been set.

func (*TopSliceSubnetProfile) HasCoverageAreaTAList ¶

func (o *TopSliceSubnetProfile) HasCoverageAreaTAList() bool

HasCoverageAreaTAList returns a boolean if a field has been set.

func (*TopSliceSubnetProfile) HasDLDeterministicComm ¶

func (o *TopSliceSubnetProfile) HasDLDeterministicComm() bool

HasDLDeterministicComm returns a boolean if a field has been set.

func (*TopSliceSubnetProfile) HasDLLatency ¶

func (o *TopSliceSubnetProfile) HasDLLatency() bool

HasDLLatency returns a boolean if a field has been set.

func (*TopSliceSubnetProfile) HasDLMaxPktSize ¶

func (o *TopSliceSubnetProfile) HasDLMaxPktSize() bool

HasDLMaxPktSize returns a boolean if a field has been set.

func (*TopSliceSubnetProfile) HasDLThptPerSliceSubnet ¶

func (o *TopSliceSubnetProfile) HasDLThptPerSliceSubnet() bool

HasDLThptPerSliceSubnet returns a boolean if a field has been set.

func (*TopSliceSubnetProfile) HasDLThptPerUE ¶

func (o *TopSliceSubnetProfile) HasDLThptPerUE() bool

HasDLThptPerUE returns a boolean if a field has been set.

func (*TopSliceSubnetProfile) HasDelayTolerance ¶

func (o *TopSliceSubnetProfile) HasDelayTolerance() bool

HasDelayTolerance returns a boolean if a field has been set.

func (*TopSliceSubnetProfile) HasEnergyEfficiency ¶

func (o *TopSliceSubnetProfile) HasEnergyEfficiency() bool

HasEnergyEfficiency returns a boolean if a field has been set.

func (*TopSliceSubnetProfile) HasMaxNumberOfPDUSessions ¶

func (o *TopSliceSubnetProfile) HasMaxNumberOfPDUSessions() bool

HasMaxNumberOfPDUSessions returns a boolean if a field has been set.

func (*TopSliceSubnetProfile) HasMaxNumberofUEs ¶

func (o *TopSliceSubnetProfile) HasMaxNumberofUEs() bool

HasMaxNumberofUEs returns a boolean if a field has been set.

func (*TopSliceSubnetProfile) HasN6Protection ¶

func (o *TopSliceSubnetProfile) HasN6Protection() bool

HasN6Protection returns a boolean if a field has been set.

func (*TopSliceSubnetProfile) HasNROperatingBands ¶

func (o *TopSliceSubnetProfile) HasNROperatingBands() bool

HasNROperatingBands returns a boolean if a field has been set.

func (*TopSliceSubnetProfile) HasNssaaSupport ¶

func (o *TopSliceSubnetProfile) HasNssaaSupport() bool

HasNssaaSupport returns a boolean if a field has been set.

func (*TopSliceSubnetProfile) HasPositioning ¶

func (o *TopSliceSubnetProfile) HasPositioning() bool

HasPositioning returns a boolean if a field has been set.

func (*TopSliceSubnetProfile) HasReliability ¶

func (o *TopSliceSubnetProfile) HasReliability() bool

HasReliability returns a boolean if a field has been set.

func (*TopSliceSubnetProfile) HasResourceSharingLevel ¶

func (o *TopSliceSubnetProfile) HasResourceSharingLevel() bool

HasResourceSharingLevel returns a boolean if a field has been set.

func (*TopSliceSubnetProfile) HasSST ¶

func (o *TopSliceSubnetProfile) HasSST() bool

HasSST returns a boolean if a field has been set.

func (*TopSliceSubnetProfile) HasSliceSimultaneousUse ¶

func (o *TopSliceSubnetProfile) HasSliceSimultaneousUse() bool

HasSliceSimultaneousUse returns a boolean if a field has been set.

func (*TopSliceSubnetProfile) HasSurvivalTime ¶

func (o *TopSliceSubnetProfile) HasSurvivalTime() bool

HasSurvivalTime returns a boolean if a field has been set.

func (*TopSliceSubnetProfile) HasSynchronicity ¶

func (o *TopSliceSubnetProfile) HasSynchronicity() bool

HasSynchronicity returns a boolean if a field has been set.

func (*TopSliceSubnetProfile) HasTermDensity ¶

func (o *TopSliceSubnetProfile) HasTermDensity() bool

HasTermDensity returns a boolean if a field has been set.

func (*TopSliceSubnetProfile) HasUEMobilityLevel ¶

func (o *TopSliceSubnetProfile) HasUEMobilityLevel() bool

HasUEMobilityLevel returns a boolean if a field has been set.

func (*TopSliceSubnetProfile) HasUESpeed ¶

func (o *TopSliceSubnetProfile) HasUESpeed() bool

HasUESpeed returns a boolean if a field has been set.

func (*TopSliceSubnetProfile) HasULDeterministicComm ¶

func (o *TopSliceSubnetProfile) HasULDeterministicComm() bool

HasULDeterministicComm returns a boolean if a field has been set.

func (*TopSliceSubnetProfile) HasULLatency ¶

func (o *TopSliceSubnetProfile) HasULLatency() bool

HasULLatency returns a boolean if a field has been set.

func (*TopSliceSubnetProfile) HasULMaxPktSize ¶

func (o *TopSliceSubnetProfile) HasULMaxPktSize() bool

HasULMaxPktSize returns a boolean if a field has been set.

func (*TopSliceSubnetProfile) HasULThptPerSliceSubnet ¶

func (o *TopSliceSubnetProfile) HasULThptPerSliceSubnet() bool

HasULThptPerSliceSubnet returns a boolean if a field has been set.

func (*TopSliceSubnetProfile) HasULThptPerUE ¶

func (o *TopSliceSubnetProfile) HasULThptPerUE() bool

HasULThptPerUE returns a boolean if a field has been set.

func (TopSliceSubnetProfile) MarshalJSON ¶

func (o TopSliceSubnetProfile) MarshalJSON() ([]byte, error)

func (*TopSliceSubnetProfile) SetActivityFactor ¶

func (o *TopSliceSubnetProfile) SetActivityFactor(v int32)

SetActivityFactor gets a reference to the given int32 and assigns it to the ActivityFactor field.

func (*TopSliceSubnetProfile) SetCoverageAreaTAList ¶

func (o *TopSliceSubnetProfile) SetCoverageAreaTAList(v []int32)

SetCoverageAreaTAList gets a reference to the given []int32 and assigns it to the CoverageAreaTAList field.

func (*TopSliceSubnetProfile) SetDLDeterministicComm ¶

func (o *TopSliceSubnetProfile) SetDLDeterministicComm(v DeterministicComm)

SetDLDeterministicComm gets a reference to the given DeterministicComm and assigns it to the DLDeterministicComm field.

func (*TopSliceSubnetProfile) SetDLLatency ¶

func (o *TopSliceSubnetProfile) SetDLLatency(v int32)

SetDLLatency gets a reference to the given int32 and assigns it to the DLLatency field.

func (*TopSliceSubnetProfile) SetDLMaxPktSize ¶

func (o *TopSliceSubnetProfile) SetDLMaxPktSize(v int32)

SetDLMaxPktSize gets a reference to the given int32 and assigns it to the DLMaxPktSize field.

func (*TopSliceSubnetProfile) SetDLThptPerSliceSubnet ¶

func (o *TopSliceSubnetProfile) SetDLThptPerSliceSubnet(v XLThpt)

SetDLThptPerSliceSubnet gets a reference to the given XLThpt and assigns it to the DLThptPerSliceSubnet field.

func (*TopSliceSubnetProfile) SetDLThptPerUE ¶

func (o *TopSliceSubnetProfile) SetDLThptPerUE(v XLThpt)

SetDLThptPerUE gets a reference to the given XLThpt and assigns it to the DLThptPerUE field.

func (*TopSliceSubnetProfile) SetDelayTolerance ¶

func (o *TopSliceSubnetProfile) SetDelayTolerance(v DelayTolerance)

SetDelayTolerance gets a reference to the given DelayTolerance and assigns it to the DelayTolerance field.

func (*TopSliceSubnetProfile) SetEnergyEfficiency ¶

func (o *TopSliceSubnetProfile) SetEnergyEfficiency(v EnergyEfficiency)

SetEnergyEfficiency gets a reference to the given EnergyEfficiency and assigns it to the EnergyEfficiency field.

func (*TopSliceSubnetProfile) SetMaxNumberOfPDUSessions ¶

func (o *TopSliceSubnetProfile) SetMaxNumberOfPDUSessions(v int32)

SetMaxNumberOfPDUSessions gets a reference to the given int32 and assigns it to the MaxNumberOfPDUSessions field.

func (*TopSliceSubnetProfile) SetMaxNumberofUEs ¶

func (o *TopSliceSubnetProfile) SetMaxNumberofUEs(v int32)

SetMaxNumberofUEs gets a reference to the given int32 and assigns it to the MaxNumberofUEs field.

func (*TopSliceSubnetProfile) SetN6Protection ¶

func (o *TopSliceSubnetProfile) SetN6Protection(v N6Protection)

SetN6Protection gets a reference to the given N6Protection and assigns it to the N6Protection field.

func (*TopSliceSubnetProfile) SetNROperatingBands ¶

func (o *TopSliceSubnetProfile) SetNROperatingBands(v string)

SetNROperatingBands gets a reference to the given string and assigns it to the NROperatingBands field.

func (*TopSliceSubnetProfile) SetNssaaSupport ¶

func (o *TopSliceSubnetProfile) SetNssaaSupport(v NSSAASupport)

SetNssaaSupport gets a reference to the given NSSAASupport and assigns it to the NssaaSupport field.

func (*TopSliceSubnetProfile) SetPositioning ¶

func (o *TopSliceSubnetProfile) SetPositioning(v Positioning)

SetPositioning gets a reference to the given Positioning and assigns it to the Positioning field.

func (*TopSliceSubnetProfile) SetReliability ¶

func (o *TopSliceSubnetProfile) SetReliability(v float32)

SetReliability gets a reference to the given float32 and assigns it to the Reliability field.

func (*TopSliceSubnetProfile) SetResourceSharingLevel ¶

func (o *TopSliceSubnetProfile) SetResourceSharingLevel(v SharingLevel)

SetResourceSharingLevel gets a reference to the given SharingLevel and assigns it to the ResourceSharingLevel field.

func (*TopSliceSubnetProfile) SetSST ¶

func (o *TopSliceSubnetProfile) SetSST(v int32)

SetSST gets a reference to the given int32 and assigns it to the SST field.

func (*TopSliceSubnetProfile) SetSliceSimultaneousUse ¶

func (o *TopSliceSubnetProfile) SetSliceSimultaneousUse(v SliceSimultaneousUse)

SetSliceSimultaneousUse gets a reference to the given SliceSimultaneousUse and assigns it to the SliceSimultaneousUse field.

func (*TopSliceSubnetProfile) SetSurvivalTime ¶

func (o *TopSliceSubnetProfile) SetSurvivalTime(v float32)

SetSurvivalTime gets a reference to the given float32 and assigns it to the SurvivalTime field.

func (*TopSliceSubnetProfile) SetSynchronicity ¶

func (o *TopSliceSubnetProfile) SetSynchronicity(v Synchronicity)

SetSynchronicity gets a reference to the given Synchronicity and assigns it to the Synchronicity field.

func (*TopSliceSubnetProfile) SetTermDensity ¶

func (o *TopSliceSubnetProfile) SetTermDensity(v TermDensity)

SetTermDensity gets a reference to the given TermDensity and assigns it to the TermDensity field.

func (*TopSliceSubnetProfile) SetUEMobilityLevel ¶

func (o *TopSliceSubnetProfile) SetUEMobilityLevel(v MobilityLevel)

SetUEMobilityLevel gets a reference to the given MobilityLevel and assigns it to the UEMobilityLevel field.

func (*TopSliceSubnetProfile) SetUESpeed ¶

func (o *TopSliceSubnetProfile) SetUESpeed(v int32)

SetUESpeed gets a reference to the given int32 and assigns it to the UESpeed field.

func (*TopSliceSubnetProfile) SetULDeterministicComm ¶

func (o *TopSliceSubnetProfile) SetULDeterministicComm(v DeterministicComm)

SetULDeterministicComm gets a reference to the given DeterministicComm and assigns it to the ULDeterministicComm field.

func (*TopSliceSubnetProfile) SetULLatency ¶

func (o *TopSliceSubnetProfile) SetULLatency(v int32)

SetULLatency gets a reference to the given int32 and assigns it to the ULLatency field.

func (*TopSliceSubnetProfile) SetULMaxPktSize ¶

func (o *TopSliceSubnetProfile) SetULMaxPktSize(v int32)

SetULMaxPktSize gets a reference to the given int32 and assigns it to the ULMaxPktSize field.

func (*TopSliceSubnetProfile) SetULThptPerSliceSubnet ¶

func (o *TopSliceSubnetProfile) SetULThptPerSliceSubnet(v XLThpt)

SetULThptPerSliceSubnet gets a reference to the given XLThpt and assigns it to the ULThptPerSliceSubnet field.

func (*TopSliceSubnetProfile) SetULThptPerUE ¶

func (o *TopSliceSubnetProfile) SetULThptPerUE(v XLThpt)

SetULThptPerUE gets a reference to the given XLThpt and assigns it to the ULThptPerUE field.

func (TopSliceSubnetProfile) ToMap ¶

func (o TopSliceSubnetProfile) ToMap() (map[string]interface{}, error)

type TopologicalServiceArea ¶

type TopologicalServiceArea struct {
	CellIdList         []int32 `json:"cellIdList,omitempty"`
	TrackingAreaIdList []Tai   `json:"trackingAreaIdList,omitempty"`
	ServingPLMN        *PlmnId `json:"servingPLMN,omitempty"`
}

TopologicalServiceArea struct for TopologicalServiceArea

func NewTopologicalServiceArea ¶

func NewTopologicalServiceArea() *TopologicalServiceArea

NewTopologicalServiceArea instantiates a new TopologicalServiceArea object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTopologicalServiceAreaWithDefaults ¶

func NewTopologicalServiceAreaWithDefaults() *TopologicalServiceArea

NewTopologicalServiceAreaWithDefaults instantiates a new TopologicalServiceArea object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*TopologicalServiceArea) GetCellIdList ¶

func (o *TopologicalServiceArea) GetCellIdList() []int32

GetCellIdList returns the CellIdList field value if set, zero value otherwise.

func (*TopologicalServiceArea) GetCellIdListOk ¶

func (o *TopologicalServiceArea) GetCellIdListOk() ([]int32, bool)

GetCellIdListOk returns a tuple with the CellIdList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TopologicalServiceArea) GetServingPLMN ¶

func (o *TopologicalServiceArea) GetServingPLMN() PlmnId

GetServingPLMN returns the ServingPLMN field value if set, zero value otherwise.

func (*TopologicalServiceArea) GetServingPLMNOk ¶

func (o *TopologicalServiceArea) GetServingPLMNOk() (*PlmnId, bool)

GetServingPLMNOk returns a tuple with the ServingPLMN field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TopologicalServiceArea) GetTrackingAreaIdList ¶

func (o *TopologicalServiceArea) GetTrackingAreaIdList() []Tai

GetTrackingAreaIdList returns the TrackingAreaIdList field value if set, zero value otherwise.

func (*TopologicalServiceArea) GetTrackingAreaIdListOk ¶

func (o *TopologicalServiceArea) 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 (*TopologicalServiceArea) HasCellIdList ¶

func (o *TopologicalServiceArea) HasCellIdList() bool

HasCellIdList returns a boolean if a field has been set.

func (*TopologicalServiceArea) HasServingPLMN ¶

func (o *TopologicalServiceArea) HasServingPLMN() bool

HasServingPLMN returns a boolean if a field has been set.

func (*TopologicalServiceArea) HasTrackingAreaIdList ¶

func (o *TopologicalServiceArea) HasTrackingAreaIdList() bool

HasTrackingAreaIdList returns a boolean if a field has been set.

func (TopologicalServiceArea) MarshalJSON ¶

func (o TopologicalServiceArea) MarshalJSON() ([]byte, error)

func (*TopologicalServiceArea) SetCellIdList ¶

func (o *TopologicalServiceArea) SetCellIdList(v []int32)

SetCellIdList gets a reference to the given []int32 and assigns it to the CellIdList field.

func (*TopologicalServiceArea) SetServingPLMN ¶

func (o *TopologicalServiceArea) SetServingPLMN(v PlmnId)

SetServingPLMN gets a reference to the given PlmnId and assigns it to the ServingPLMN field.

func (*TopologicalServiceArea) SetTrackingAreaIdList ¶

func (o *TopologicalServiceArea) SetTrackingAreaIdList(v []Tai)

SetTrackingAreaIdList gets a reference to the given []Tai and assigns it to the TrackingAreaIdList field.

func (TopologicalServiceArea) ToMap ¶

func (o TopologicalServiceArea) ToMap() (map[string]interface{}, error)

type TraceDepthType ¶

type TraceDepthType string

TraceDepthType Specifies how detailed information should be recorded in the Network Element. The Trace Depth is a paremeter for Trace Session level, i.e., the Trace Depth is the same for all of the NEs to be traced in the same Trace Session. See 3GPP TS 32.422 clause 5.3 for additional details.

const (
	MINIMUM       TraceDepthType = "MINIMUM"
	MEDIUM        TraceDepthType = "MEDIUM"
	MAXIMUM       TraceDepthType = "MAXIMUM"
	VENDORMINIMUM TraceDepthType = "VENDORMINIMUM"
	VENDORMEDIUM  TraceDepthType = "VENDORMEDIUM"
	VENDORMAXIMUM TraceDepthType = "VENDORMAXIMUM"
)

List of traceDepth-Type

func NewTraceDepthTypeFromValue ¶

func NewTraceDepthTypeFromValue(v string) (*TraceDepthType, error)

NewTraceDepthTypeFromValue returns a pointer to a valid TraceDepthType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (TraceDepthType) IsValid ¶

func (v TraceDepthType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (TraceDepthType) Ptr ¶

func (v TraceDepthType) Ptr() *TraceDepthType

Ptr returns reference to traceDepth-Type value

func (*TraceDepthType) UnmarshalJSON ¶

func (v *TraceDepthType) UnmarshalJSON(src []byte) error

type TraceJobAttr ¶

type TraceJobAttr struct {
	JobType          *JobTypeType          `json:"jobType,omitempty"`
	ListOfInterfaces *ListOfInterfacesType `json:"listOfInterfaces,omitempty"`
	// The Network Element types where Trace Session activation is needed. See 3GPP TS 32.422 clause 5.4 for additional details.
	ListOfNeTypes                  []string                    `json:"listOfNeTypes,omitempty"`
	PlmnTarget                     *PlmnTargetType             `json:"plmnTarget,omitempty"`
	TraceReportingConsumerUri      *string                     `json:"traceReportingConsumerUri,omitempty"`
	TraceCollectionEntityIpAddress *IpAddr                     `json:"traceCollectionEntityIpAddress,omitempty"`
	TraceDepth                     *TraceDepthType             `json:"traceDepth,omitempty"`
	TraceReference                 *TraceReferenceType         `json:"traceReference,omitempty"`
	TraceRecordingSessionReference *string                     `json:"traceRecordingSessionReference,omitempty"`
	JobId                          *string                     `json:"jobId,omitempty"`
	TraceReportingFormat           *TraceReportingFormatType   `json:"traceReportingFormat,omitempty"`
	TraceTarget                    *TraceTargetType            `json:"traceTarget,omitempty"`
	TriggeringEvents               *TriggeringEventsType       `json:"triggeringEvents,omitempty"`
	AnonymizationOfMdtData         *AnonymizationOfMdtDataType `json:"anonymizationOfMdtData,omitempty"`
	AreaConfigurationForNeighCell  *AreaConfig                 `json:"areaConfigurationForNeighCell,omitempty"`
	AreaScope                      []AreaScope                 `json:"areaScope,omitempty"`
	// Determines whether beam level measurements shall be included in case of immediate MDT M1 measurement in NR. For additional details see 3GPP TS 32.422 clause 5.10.40.
	BeamLevelMeasurement   *bool                       `json:"beamLevelMeasurement,omitempty"`
	CollectionPeriodRrmLte *CollectionPeriodRrmLteType `json:"collectionPeriodRrmLte,omitempty"`
	CollectionPeriodM6Lte  *CollectionPeriodM6LteType  `json:"collectionPeriodM6Lte,omitempty"`
	// See details in 3GPP TS 32.422 clause 5.10.33.
	CollectionPeriodM7Lte   *int32                       `json:"collectionPeriodM7Lte,omitempty"`
	CollectionPeriodRrmUmts *CollectionPeriodRrmUmtsType `json:"collectionPeriodRrmUmts,omitempty"`
	CollectionPeriodRrmNr   *CollectionPeriodRrmNrType   `json:"collectionPeriodRrmNr,omitempty"`
	CollectionPeriodM6Nr    *CollectionPeriodM6NrType    `json:"collectionPeriodM6Nr,omitempty"`
	// See details in 3GPP TS 32.422 clause 5.10.35.
	CollectionPeriodM7Nr                  *int32                                     `json:"collectionPeriodM7Nr,omitempty"`
	EventListForEventTriggeredMeasurement *EventListForEventTriggeredMeasurementType `json:"eventListForEventTriggeredMeasurement,omitempty"`
	EventThreshold                        *EventThresholdType                        `json:"eventThreshold,omitempty"`
	ListOfMeasurements                    *ListOfMeasurementsType                    `json:"listOfMeasurements,omitempty"`
	LoggingDuration                       *LoggingDurationType                       `json:"loggingDuration,omitempty"`
	LoggingInterval                       *LoggingIntervalType                       `json:"loggingInterval,omitempty"`
	EventThresholdL1                      *EventThresholdL1Type                      `json:"eventThresholdL1,omitempty"`
	// See details in 3GPP TS 32.422 clause 5.10.Y.
	HysteresisL1          *int32                     `json:"hysteresisL1,omitempty"`
	TimeToTriggerL1       *TimeToTriggerL1Type       `json:"timeToTriggerL1,omitempty"`
	MbsfnAreaList         []MbsfnArea                `json:"mbsfnAreaList,omitempty"`
	MeasurementPeriodLte  *MeasurementPeriodLteType  `json:"measurementPeriodLte,omitempty"`
	MeasurementPeriodUmts *MeasurementPeriodUmtsType `json:"measurementPeriodUmts,omitempty"`
	MeasurementQuantity   *MeasurementQuantityType   `json:"measurementQuantity,omitempty"`
	// See details in 3GPP TS 32.422 clause 5.10.A.
	EventThresholdUphUmts *int32 `json:"eventThresholdUphUmts,omitempty"`
	// See details in 3GPP TS 32.422 clause 5.10.24.
	PlmnList          []PlmnListTypeInner    `json:"plmnList,omitempty"`
	PositioningMethod *PositioningMethodType `json:"positioningMethod,omitempty"`
	ReportAmount      *ReportAmountType      `json:"reportAmount,omitempty"`
	// See details in 3GPP TS 32.422 clause 5.10.4.
	ReportingTrigger []string            `json:"reportingTrigger,omitempty"`
	ReportInterval   *ReportIntervalType `json:"reportInterval,omitempty"`
	ReportType       *ReportTypeType     `json:"reportType,omitempty"`
	// See details in 3GPP TS 32.422 clause 5.10.29.
	SensorInformation []string `json:"sensorInformation,omitempty"`
	// See details in 3GPP TS 32.422 clause 5.10.11. Only TCE Id value may be sent over the air to the UE being configured for Logged MDT.
	TraceCollectionEntityId *int32 `json:"traceCollectionEntityId,omitempty"`
	// Excess Packet Delay Threshold for NR MDT. See details in 3GPP TS 32.422 clause 4.1.1 and 4.1.2.
	ExcessPacketDelayThresholds *map[string]interface{} `json:"excessPacketDelayThresholds,omitempty"`
}

TraceJobAttr abstract class used as a container of all TraceJob attributes

func NewTraceJobAttr ¶

func NewTraceJobAttr() *TraceJobAttr

NewTraceJobAttr instantiates a new TraceJobAttr object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTraceJobAttrWithDefaults ¶

func NewTraceJobAttrWithDefaults() *TraceJobAttr

NewTraceJobAttrWithDefaults instantiates a new TraceJobAttr object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*TraceJobAttr) GetAnonymizationOfMdtData ¶

func (o *TraceJobAttr) GetAnonymizationOfMdtData() AnonymizationOfMdtDataType

GetAnonymizationOfMdtData returns the AnonymizationOfMdtData field value if set, zero value otherwise.

func (*TraceJobAttr) GetAnonymizationOfMdtDataOk ¶

func (o *TraceJobAttr) GetAnonymizationOfMdtDataOk() (*AnonymizationOfMdtDataType, bool)

GetAnonymizationOfMdtDataOk returns a tuple with the AnonymizationOfMdtData field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobAttr) GetAreaConfigurationForNeighCell ¶

func (o *TraceJobAttr) GetAreaConfigurationForNeighCell() AreaConfig

GetAreaConfigurationForNeighCell returns the AreaConfigurationForNeighCell field value if set, zero value otherwise.

func (*TraceJobAttr) GetAreaConfigurationForNeighCellOk ¶

func (o *TraceJobAttr) GetAreaConfigurationForNeighCellOk() (*AreaConfig, bool)

GetAreaConfigurationForNeighCellOk returns a tuple with the AreaConfigurationForNeighCell field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobAttr) GetAreaScope ¶

func (o *TraceJobAttr) GetAreaScope() []AreaScope

GetAreaScope returns the AreaScope field value if set, zero value otherwise.

func (*TraceJobAttr) GetAreaScopeOk ¶

func (o *TraceJobAttr) GetAreaScopeOk() ([]AreaScope, bool)

GetAreaScopeOk returns a tuple with the AreaScope field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobAttr) GetBeamLevelMeasurement ¶

func (o *TraceJobAttr) GetBeamLevelMeasurement() bool

GetBeamLevelMeasurement returns the BeamLevelMeasurement field value if set, zero value otherwise.

func (*TraceJobAttr) GetBeamLevelMeasurementOk ¶

func (o *TraceJobAttr) GetBeamLevelMeasurementOk() (*bool, bool)

GetBeamLevelMeasurementOk returns a tuple with the BeamLevelMeasurement field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobAttr) GetCollectionPeriodM6Lte ¶

func (o *TraceJobAttr) GetCollectionPeriodM6Lte() CollectionPeriodM6LteType

GetCollectionPeriodM6Lte returns the CollectionPeriodM6Lte field value if set, zero value otherwise.

func (*TraceJobAttr) GetCollectionPeriodM6LteOk ¶

func (o *TraceJobAttr) GetCollectionPeriodM6LteOk() (*CollectionPeriodM6LteType, bool)

GetCollectionPeriodM6LteOk returns a tuple with the CollectionPeriodM6Lte field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobAttr) GetCollectionPeriodM6Nr ¶

func (o *TraceJobAttr) GetCollectionPeriodM6Nr() CollectionPeriodM6NrType

GetCollectionPeriodM6Nr returns the CollectionPeriodM6Nr field value if set, zero value otherwise.

func (*TraceJobAttr) GetCollectionPeriodM6NrOk ¶

func (o *TraceJobAttr) GetCollectionPeriodM6NrOk() (*CollectionPeriodM6NrType, bool)

GetCollectionPeriodM6NrOk returns a tuple with the CollectionPeriodM6Nr field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobAttr) GetCollectionPeriodM7Lte ¶

func (o *TraceJobAttr) GetCollectionPeriodM7Lte() int32

GetCollectionPeriodM7Lte returns the CollectionPeriodM7Lte field value if set, zero value otherwise.

func (*TraceJobAttr) GetCollectionPeriodM7LteOk ¶

func (o *TraceJobAttr) GetCollectionPeriodM7LteOk() (*int32, bool)

GetCollectionPeriodM7LteOk returns a tuple with the CollectionPeriodM7Lte field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobAttr) GetCollectionPeriodM7Nr ¶

func (o *TraceJobAttr) GetCollectionPeriodM7Nr() int32

GetCollectionPeriodM7Nr returns the CollectionPeriodM7Nr field value if set, zero value otherwise.

func (*TraceJobAttr) GetCollectionPeriodM7NrOk ¶

func (o *TraceJobAttr) GetCollectionPeriodM7NrOk() (*int32, bool)

GetCollectionPeriodM7NrOk returns a tuple with the CollectionPeriodM7Nr field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobAttr) GetCollectionPeriodRrmLte ¶

func (o *TraceJobAttr) GetCollectionPeriodRrmLte() CollectionPeriodRrmLteType

GetCollectionPeriodRrmLte returns the CollectionPeriodRrmLte field value if set, zero value otherwise.

func (*TraceJobAttr) GetCollectionPeriodRrmLteOk ¶

func (o *TraceJobAttr) GetCollectionPeriodRrmLteOk() (*CollectionPeriodRrmLteType, bool)

GetCollectionPeriodRrmLteOk returns a tuple with the CollectionPeriodRrmLte field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobAttr) GetCollectionPeriodRrmNr ¶

func (o *TraceJobAttr) GetCollectionPeriodRrmNr() CollectionPeriodRrmNrType

GetCollectionPeriodRrmNr returns the CollectionPeriodRrmNr field value if set, zero value otherwise.

func (*TraceJobAttr) GetCollectionPeriodRrmNrOk ¶

func (o *TraceJobAttr) GetCollectionPeriodRrmNrOk() (*CollectionPeriodRrmNrType, bool)

GetCollectionPeriodRrmNrOk returns a tuple with the CollectionPeriodRrmNr field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobAttr) GetCollectionPeriodRrmUmts ¶

func (o *TraceJobAttr) GetCollectionPeriodRrmUmts() CollectionPeriodRrmUmtsType

GetCollectionPeriodRrmUmts returns the CollectionPeriodRrmUmts field value if set, zero value otherwise.

func (*TraceJobAttr) GetCollectionPeriodRrmUmtsOk ¶

func (o *TraceJobAttr) GetCollectionPeriodRrmUmtsOk() (*CollectionPeriodRrmUmtsType, bool)

GetCollectionPeriodRrmUmtsOk returns a tuple with the CollectionPeriodRrmUmts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobAttr) GetEventListForEventTriggeredMeasurement ¶

func (o *TraceJobAttr) GetEventListForEventTriggeredMeasurement() EventListForEventTriggeredMeasurementType

GetEventListForEventTriggeredMeasurement returns the EventListForEventTriggeredMeasurement field value if set, zero value otherwise.

func (*TraceJobAttr) GetEventListForEventTriggeredMeasurementOk ¶

func (o *TraceJobAttr) GetEventListForEventTriggeredMeasurementOk() (*EventListForEventTriggeredMeasurementType, bool)

GetEventListForEventTriggeredMeasurementOk returns a tuple with the EventListForEventTriggeredMeasurement field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobAttr) GetEventThreshold ¶

func (o *TraceJobAttr) GetEventThreshold() EventThresholdType

GetEventThreshold returns the EventThreshold field value if set, zero value otherwise.

func (*TraceJobAttr) GetEventThresholdL1 ¶

func (o *TraceJobAttr) GetEventThresholdL1() EventThresholdL1Type

GetEventThresholdL1 returns the EventThresholdL1 field value if set, zero value otherwise.

func (*TraceJobAttr) GetEventThresholdL1Ok ¶

func (o *TraceJobAttr) GetEventThresholdL1Ok() (*EventThresholdL1Type, bool)

GetEventThresholdL1Ok returns a tuple with the EventThresholdL1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobAttr) GetEventThresholdOk ¶

func (o *TraceJobAttr) GetEventThresholdOk() (*EventThresholdType, bool)

GetEventThresholdOk returns a tuple with the EventThreshold field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobAttr) GetEventThresholdUphUmts ¶

func (o *TraceJobAttr) GetEventThresholdUphUmts() int32

GetEventThresholdUphUmts returns the EventThresholdUphUmts field value if set, zero value otherwise.

func (*TraceJobAttr) GetEventThresholdUphUmtsOk ¶

func (o *TraceJobAttr) GetEventThresholdUphUmtsOk() (*int32, bool)

GetEventThresholdUphUmtsOk returns a tuple with the EventThresholdUphUmts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobAttr) GetExcessPacketDelayThresholds ¶

func (o *TraceJobAttr) GetExcessPacketDelayThresholds() map[string]interface{}

GetExcessPacketDelayThresholds returns the ExcessPacketDelayThresholds field value if set, zero value otherwise.

func (*TraceJobAttr) GetExcessPacketDelayThresholdsOk ¶

func (o *TraceJobAttr) GetExcessPacketDelayThresholdsOk() (*map[string]interface{}, bool)

GetExcessPacketDelayThresholdsOk returns a tuple with the ExcessPacketDelayThresholds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobAttr) GetHysteresisL1 ¶

func (o *TraceJobAttr) GetHysteresisL1() int32

GetHysteresisL1 returns the HysteresisL1 field value if set, zero value otherwise.

func (*TraceJobAttr) GetHysteresisL1Ok ¶

func (o *TraceJobAttr) GetHysteresisL1Ok() (*int32, bool)

GetHysteresisL1Ok returns a tuple with the HysteresisL1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobAttr) GetJobId ¶

func (o *TraceJobAttr) GetJobId() string

GetJobId returns the JobId field value if set, zero value otherwise.

func (*TraceJobAttr) GetJobIdOk ¶

func (o *TraceJobAttr) GetJobIdOk() (*string, bool)

GetJobIdOk returns a tuple with the JobId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobAttr) GetJobType ¶

func (o *TraceJobAttr) GetJobType() JobTypeType

GetJobType returns the JobType field value if set, zero value otherwise.

func (*TraceJobAttr) GetJobTypeOk ¶

func (o *TraceJobAttr) GetJobTypeOk() (*JobTypeType, bool)

GetJobTypeOk returns a tuple with the JobType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobAttr) GetListOfInterfaces ¶

func (o *TraceJobAttr) GetListOfInterfaces() ListOfInterfacesType

GetListOfInterfaces returns the ListOfInterfaces field value if set, zero value otherwise.

func (*TraceJobAttr) GetListOfInterfacesOk ¶

func (o *TraceJobAttr) GetListOfInterfacesOk() (*ListOfInterfacesType, bool)

GetListOfInterfacesOk returns a tuple with the ListOfInterfaces field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobAttr) GetListOfMeasurements ¶

func (o *TraceJobAttr) GetListOfMeasurements() ListOfMeasurementsType

GetListOfMeasurements returns the ListOfMeasurements field value if set, zero value otherwise.

func (*TraceJobAttr) GetListOfMeasurementsOk ¶

func (o *TraceJobAttr) GetListOfMeasurementsOk() (*ListOfMeasurementsType, bool)

GetListOfMeasurementsOk returns a tuple with the ListOfMeasurements field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobAttr) GetListOfNeTypes ¶

func (o *TraceJobAttr) GetListOfNeTypes() []string

GetListOfNeTypes returns the ListOfNeTypes field value if set, zero value otherwise.

func (*TraceJobAttr) GetListOfNeTypesOk ¶

func (o *TraceJobAttr) GetListOfNeTypesOk() ([]string, bool)

GetListOfNeTypesOk returns a tuple with the ListOfNeTypes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobAttr) GetLoggingDuration ¶

func (o *TraceJobAttr) GetLoggingDuration() LoggingDurationType

GetLoggingDuration returns the LoggingDuration field value if set, zero value otherwise.

func (*TraceJobAttr) GetLoggingDurationOk ¶

func (o *TraceJobAttr) GetLoggingDurationOk() (*LoggingDurationType, bool)

GetLoggingDurationOk returns a tuple with the LoggingDuration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobAttr) GetLoggingInterval ¶

func (o *TraceJobAttr) GetLoggingInterval() LoggingIntervalType

GetLoggingInterval returns the LoggingInterval field value if set, zero value otherwise.

func (*TraceJobAttr) GetLoggingIntervalOk ¶

func (o *TraceJobAttr) GetLoggingIntervalOk() (*LoggingIntervalType, bool)

GetLoggingIntervalOk returns a tuple with the LoggingInterval field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobAttr) GetMbsfnAreaList ¶

func (o *TraceJobAttr) GetMbsfnAreaList() []MbsfnArea

GetMbsfnAreaList returns the MbsfnAreaList field value if set, zero value otherwise.

func (*TraceJobAttr) GetMbsfnAreaListOk ¶

func (o *TraceJobAttr) GetMbsfnAreaListOk() ([]MbsfnArea, bool)

GetMbsfnAreaListOk returns a tuple with the MbsfnAreaList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobAttr) GetMeasurementPeriodLte ¶

func (o *TraceJobAttr) GetMeasurementPeriodLte() MeasurementPeriodLteType

GetMeasurementPeriodLte returns the MeasurementPeriodLte field value if set, zero value otherwise.

func (*TraceJobAttr) GetMeasurementPeriodLteOk ¶

func (o *TraceJobAttr) GetMeasurementPeriodLteOk() (*MeasurementPeriodLteType, bool)

GetMeasurementPeriodLteOk returns a tuple with the MeasurementPeriodLte field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobAttr) GetMeasurementPeriodUmts ¶

func (o *TraceJobAttr) GetMeasurementPeriodUmts() MeasurementPeriodUmtsType

GetMeasurementPeriodUmts returns the MeasurementPeriodUmts field value if set, zero value otherwise.

func (*TraceJobAttr) GetMeasurementPeriodUmtsOk ¶

func (o *TraceJobAttr) GetMeasurementPeriodUmtsOk() (*MeasurementPeriodUmtsType, bool)

GetMeasurementPeriodUmtsOk returns a tuple with the MeasurementPeriodUmts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobAttr) GetMeasurementQuantity ¶

func (o *TraceJobAttr) GetMeasurementQuantity() MeasurementQuantityType

GetMeasurementQuantity returns the MeasurementQuantity field value if set, zero value otherwise.

func (*TraceJobAttr) GetMeasurementQuantityOk ¶

func (o *TraceJobAttr) GetMeasurementQuantityOk() (*MeasurementQuantityType, bool)

GetMeasurementQuantityOk returns a tuple with the MeasurementQuantity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobAttr) GetPlmnList ¶

func (o *TraceJobAttr) GetPlmnList() []PlmnListTypeInner

GetPlmnList returns the PlmnList field value if set, zero value otherwise.

func (*TraceJobAttr) GetPlmnListOk ¶

func (o *TraceJobAttr) GetPlmnListOk() ([]PlmnListTypeInner, bool)

GetPlmnListOk returns a tuple with the PlmnList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobAttr) GetPlmnTarget ¶

func (o *TraceJobAttr) GetPlmnTarget() PlmnTargetType

GetPlmnTarget returns the PlmnTarget field value if set, zero value otherwise.

func (*TraceJobAttr) GetPlmnTargetOk ¶

func (o *TraceJobAttr) GetPlmnTargetOk() (*PlmnTargetType, bool)

GetPlmnTargetOk returns a tuple with the PlmnTarget field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobAttr) GetPositioningMethod ¶

func (o *TraceJobAttr) GetPositioningMethod() PositioningMethodType

GetPositioningMethod returns the PositioningMethod field value if set, zero value otherwise.

func (*TraceJobAttr) GetPositioningMethodOk ¶

func (o *TraceJobAttr) GetPositioningMethodOk() (*PositioningMethodType, bool)

GetPositioningMethodOk returns a tuple with the PositioningMethod field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobAttr) GetReportAmount ¶

func (o *TraceJobAttr) GetReportAmount() ReportAmountType

GetReportAmount returns the ReportAmount field value if set, zero value otherwise.

func (*TraceJobAttr) GetReportAmountOk ¶

func (o *TraceJobAttr) GetReportAmountOk() (*ReportAmountType, bool)

GetReportAmountOk returns a tuple with the ReportAmount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobAttr) GetReportInterval ¶

func (o *TraceJobAttr) GetReportInterval() ReportIntervalType

GetReportInterval returns the ReportInterval field value if set, zero value otherwise.

func (*TraceJobAttr) GetReportIntervalOk ¶

func (o *TraceJobAttr) GetReportIntervalOk() (*ReportIntervalType, bool)

GetReportIntervalOk returns a tuple with the ReportInterval field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobAttr) GetReportType ¶

func (o *TraceJobAttr) GetReportType() ReportTypeType

GetReportType returns the ReportType field value if set, zero value otherwise.

func (*TraceJobAttr) GetReportTypeOk ¶

func (o *TraceJobAttr) GetReportTypeOk() (*ReportTypeType, bool)

GetReportTypeOk returns a tuple with the ReportType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobAttr) GetReportingTrigger ¶

func (o *TraceJobAttr) GetReportingTrigger() []string

GetReportingTrigger returns the ReportingTrigger field value if set, zero value otherwise.

func (*TraceJobAttr) GetReportingTriggerOk ¶

func (o *TraceJobAttr) GetReportingTriggerOk() ([]string, bool)

GetReportingTriggerOk returns a tuple with the ReportingTrigger field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobAttr) GetSensorInformation ¶

func (o *TraceJobAttr) GetSensorInformation() []string

GetSensorInformation returns the SensorInformation field value if set, zero value otherwise.

func (*TraceJobAttr) GetSensorInformationOk ¶

func (o *TraceJobAttr) GetSensorInformationOk() ([]string, bool)

GetSensorInformationOk returns a tuple with the SensorInformation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobAttr) GetTimeToTriggerL1 ¶

func (o *TraceJobAttr) GetTimeToTriggerL1() TimeToTriggerL1Type

GetTimeToTriggerL1 returns the TimeToTriggerL1 field value if set, zero value otherwise.

func (*TraceJobAttr) GetTimeToTriggerL1Ok ¶

func (o *TraceJobAttr) GetTimeToTriggerL1Ok() (*TimeToTriggerL1Type, bool)

GetTimeToTriggerL1Ok returns a tuple with the TimeToTriggerL1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobAttr) GetTraceCollectionEntityId ¶

func (o *TraceJobAttr) GetTraceCollectionEntityId() int32

GetTraceCollectionEntityId returns the TraceCollectionEntityId field value if set, zero value otherwise.

func (*TraceJobAttr) GetTraceCollectionEntityIdOk ¶

func (o *TraceJobAttr) GetTraceCollectionEntityIdOk() (*int32, bool)

GetTraceCollectionEntityIdOk returns a tuple with the TraceCollectionEntityId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobAttr) GetTraceCollectionEntityIpAddress ¶

func (o *TraceJobAttr) GetTraceCollectionEntityIpAddress() IpAddr

GetTraceCollectionEntityIpAddress returns the TraceCollectionEntityIpAddress field value if set, zero value otherwise.

func (*TraceJobAttr) GetTraceCollectionEntityIpAddressOk ¶

func (o *TraceJobAttr) GetTraceCollectionEntityIpAddressOk() (*IpAddr, bool)

GetTraceCollectionEntityIpAddressOk returns a tuple with the TraceCollectionEntityIpAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobAttr) GetTraceDepth ¶

func (o *TraceJobAttr) GetTraceDepth() TraceDepthType

GetTraceDepth returns the TraceDepth field value if set, zero value otherwise.

func (*TraceJobAttr) GetTraceDepthOk ¶

func (o *TraceJobAttr) GetTraceDepthOk() (*TraceDepthType, bool)

GetTraceDepthOk returns a tuple with the TraceDepth field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobAttr) GetTraceRecordingSessionReference ¶

func (o *TraceJobAttr) GetTraceRecordingSessionReference() string

GetTraceRecordingSessionReference returns the TraceRecordingSessionReference field value if set, zero value otherwise.

func (*TraceJobAttr) GetTraceRecordingSessionReferenceOk ¶

func (o *TraceJobAttr) GetTraceRecordingSessionReferenceOk() (*string, bool)

GetTraceRecordingSessionReferenceOk returns a tuple with the TraceRecordingSessionReference field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobAttr) GetTraceReference ¶

func (o *TraceJobAttr) GetTraceReference() TraceReferenceType

GetTraceReference returns the TraceReference field value if set, zero value otherwise.

func (*TraceJobAttr) GetTraceReferenceOk ¶

func (o *TraceJobAttr) GetTraceReferenceOk() (*TraceReferenceType, bool)

GetTraceReferenceOk returns a tuple with the TraceReference field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobAttr) GetTraceReportingConsumerUri ¶

func (o *TraceJobAttr) GetTraceReportingConsumerUri() string

GetTraceReportingConsumerUri returns the TraceReportingConsumerUri field value if set, zero value otherwise.

func (*TraceJobAttr) GetTraceReportingConsumerUriOk ¶

func (o *TraceJobAttr) GetTraceReportingConsumerUriOk() (*string, bool)

GetTraceReportingConsumerUriOk returns a tuple with the TraceReportingConsumerUri field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobAttr) GetTraceReportingFormat ¶

func (o *TraceJobAttr) GetTraceReportingFormat() TraceReportingFormatType

GetTraceReportingFormat returns the TraceReportingFormat field value if set, zero value otherwise.

func (*TraceJobAttr) GetTraceReportingFormatOk ¶

func (o *TraceJobAttr) GetTraceReportingFormatOk() (*TraceReportingFormatType, bool)

GetTraceReportingFormatOk returns a tuple with the TraceReportingFormat field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobAttr) GetTraceTarget ¶

func (o *TraceJobAttr) GetTraceTarget() TraceTargetType

GetTraceTarget returns the TraceTarget field value if set, zero value otherwise.

func (*TraceJobAttr) GetTraceTargetOk ¶

func (o *TraceJobAttr) GetTraceTargetOk() (*TraceTargetType, bool)

GetTraceTargetOk returns a tuple with the TraceTarget field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobAttr) GetTriggeringEvents ¶

func (o *TraceJobAttr) GetTriggeringEvents() TriggeringEventsType

GetTriggeringEvents returns the TriggeringEvents field value if set, zero value otherwise.

func (*TraceJobAttr) GetTriggeringEventsOk ¶

func (o *TraceJobAttr) GetTriggeringEventsOk() (*TriggeringEventsType, bool)

GetTriggeringEventsOk returns a tuple with the TriggeringEvents field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobAttr) HasAnonymizationOfMdtData ¶

func (o *TraceJobAttr) HasAnonymizationOfMdtData() bool

HasAnonymizationOfMdtData returns a boolean if a field has been set.

func (*TraceJobAttr) HasAreaConfigurationForNeighCell ¶

func (o *TraceJobAttr) HasAreaConfigurationForNeighCell() bool

HasAreaConfigurationForNeighCell returns a boolean if a field has been set.

func (*TraceJobAttr) HasAreaScope ¶

func (o *TraceJobAttr) HasAreaScope() bool

HasAreaScope returns a boolean if a field has been set.

func (*TraceJobAttr) HasBeamLevelMeasurement ¶

func (o *TraceJobAttr) HasBeamLevelMeasurement() bool

HasBeamLevelMeasurement returns a boolean if a field has been set.

func (*TraceJobAttr) HasCollectionPeriodM6Lte ¶

func (o *TraceJobAttr) HasCollectionPeriodM6Lte() bool

HasCollectionPeriodM6Lte returns a boolean if a field has been set.

func (*TraceJobAttr) HasCollectionPeriodM6Nr ¶

func (o *TraceJobAttr) HasCollectionPeriodM6Nr() bool

HasCollectionPeriodM6Nr returns a boolean if a field has been set.

func (*TraceJobAttr) HasCollectionPeriodM7Lte ¶

func (o *TraceJobAttr) HasCollectionPeriodM7Lte() bool

HasCollectionPeriodM7Lte returns a boolean if a field has been set.

func (*TraceJobAttr) HasCollectionPeriodM7Nr ¶

func (o *TraceJobAttr) HasCollectionPeriodM7Nr() bool

HasCollectionPeriodM7Nr returns a boolean if a field has been set.

func (*TraceJobAttr) HasCollectionPeriodRrmLte ¶

func (o *TraceJobAttr) HasCollectionPeriodRrmLte() bool

HasCollectionPeriodRrmLte returns a boolean if a field has been set.

func (*TraceJobAttr) HasCollectionPeriodRrmNr ¶

func (o *TraceJobAttr) HasCollectionPeriodRrmNr() bool

HasCollectionPeriodRrmNr returns a boolean if a field has been set.

func (*TraceJobAttr) HasCollectionPeriodRrmUmts ¶

func (o *TraceJobAttr) HasCollectionPeriodRrmUmts() bool

HasCollectionPeriodRrmUmts returns a boolean if a field has been set.

func (*TraceJobAttr) HasEventListForEventTriggeredMeasurement ¶

func (o *TraceJobAttr) HasEventListForEventTriggeredMeasurement() bool

HasEventListForEventTriggeredMeasurement returns a boolean if a field has been set.

func (*TraceJobAttr) HasEventThreshold ¶

func (o *TraceJobAttr) HasEventThreshold() bool

HasEventThreshold returns a boolean if a field has been set.

func (*TraceJobAttr) HasEventThresholdL1 ¶

func (o *TraceJobAttr) HasEventThresholdL1() bool

HasEventThresholdL1 returns a boolean if a field has been set.

func (*TraceJobAttr) HasEventThresholdUphUmts ¶

func (o *TraceJobAttr) HasEventThresholdUphUmts() bool

HasEventThresholdUphUmts returns a boolean if a field has been set.

func (*TraceJobAttr) HasExcessPacketDelayThresholds ¶

func (o *TraceJobAttr) HasExcessPacketDelayThresholds() bool

HasExcessPacketDelayThresholds returns a boolean if a field has been set.

func (*TraceJobAttr) HasHysteresisL1 ¶

func (o *TraceJobAttr) HasHysteresisL1() bool

HasHysteresisL1 returns a boolean if a field has been set.

func (*TraceJobAttr) HasJobId ¶

func (o *TraceJobAttr) HasJobId() bool

HasJobId returns a boolean if a field has been set.

func (*TraceJobAttr) HasJobType ¶

func (o *TraceJobAttr) HasJobType() bool

HasJobType returns a boolean if a field has been set.

func (*TraceJobAttr) HasListOfInterfaces ¶

func (o *TraceJobAttr) HasListOfInterfaces() bool

HasListOfInterfaces returns a boolean if a field has been set.

func (*TraceJobAttr) HasListOfMeasurements ¶

func (o *TraceJobAttr) HasListOfMeasurements() bool

HasListOfMeasurements returns a boolean if a field has been set.

func (*TraceJobAttr) HasListOfNeTypes ¶

func (o *TraceJobAttr) HasListOfNeTypes() bool

HasListOfNeTypes returns a boolean if a field has been set.

func (*TraceJobAttr) HasLoggingDuration ¶

func (o *TraceJobAttr) HasLoggingDuration() bool

HasLoggingDuration returns a boolean if a field has been set.

func (*TraceJobAttr) HasLoggingInterval ¶

func (o *TraceJobAttr) HasLoggingInterval() bool

HasLoggingInterval returns a boolean if a field has been set.

func (*TraceJobAttr) HasMbsfnAreaList ¶

func (o *TraceJobAttr) HasMbsfnAreaList() bool

HasMbsfnAreaList returns a boolean if a field has been set.

func (*TraceJobAttr) HasMeasurementPeriodLte ¶

func (o *TraceJobAttr) HasMeasurementPeriodLte() bool

HasMeasurementPeriodLte returns a boolean if a field has been set.

func (*TraceJobAttr) HasMeasurementPeriodUmts ¶

func (o *TraceJobAttr) HasMeasurementPeriodUmts() bool

HasMeasurementPeriodUmts returns a boolean if a field has been set.

func (*TraceJobAttr) HasMeasurementQuantity ¶

func (o *TraceJobAttr) HasMeasurementQuantity() bool

HasMeasurementQuantity returns a boolean if a field has been set.

func (*TraceJobAttr) HasPlmnList ¶

func (o *TraceJobAttr) HasPlmnList() bool

HasPlmnList returns a boolean if a field has been set.

func (*TraceJobAttr) HasPlmnTarget ¶

func (o *TraceJobAttr) HasPlmnTarget() bool

HasPlmnTarget returns a boolean if a field has been set.

func (*TraceJobAttr) HasPositioningMethod ¶

func (o *TraceJobAttr) HasPositioningMethod() bool

HasPositioningMethod returns a boolean if a field has been set.

func (*TraceJobAttr) HasReportAmount ¶

func (o *TraceJobAttr) HasReportAmount() bool

HasReportAmount returns a boolean if a field has been set.

func (*TraceJobAttr) HasReportInterval ¶

func (o *TraceJobAttr) HasReportInterval() bool

HasReportInterval returns a boolean if a field has been set.

func (*TraceJobAttr) HasReportType ¶

func (o *TraceJobAttr) HasReportType() bool

HasReportType returns a boolean if a field has been set.

func (*TraceJobAttr) HasReportingTrigger ¶

func (o *TraceJobAttr) HasReportingTrigger() bool

HasReportingTrigger returns a boolean if a field has been set.

func (*TraceJobAttr) HasSensorInformation ¶

func (o *TraceJobAttr) HasSensorInformation() bool

HasSensorInformation returns a boolean if a field has been set.

func (*TraceJobAttr) HasTimeToTriggerL1 ¶

func (o *TraceJobAttr) HasTimeToTriggerL1() bool

HasTimeToTriggerL1 returns a boolean if a field has been set.

func (*TraceJobAttr) HasTraceCollectionEntityId ¶

func (o *TraceJobAttr) HasTraceCollectionEntityId() bool

HasTraceCollectionEntityId returns a boolean if a field has been set.

func (*TraceJobAttr) HasTraceCollectionEntityIpAddress ¶

func (o *TraceJobAttr) HasTraceCollectionEntityIpAddress() bool

HasTraceCollectionEntityIpAddress returns a boolean if a field has been set.

func (*TraceJobAttr) HasTraceDepth ¶

func (o *TraceJobAttr) HasTraceDepth() bool

HasTraceDepth returns a boolean if a field has been set.

func (*TraceJobAttr) HasTraceRecordingSessionReference ¶

func (o *TraceJobAttr) HasTraceRecordingSessionReference() bool

HasTraceRecordingSessionReference returns a boolean if a field has been set.

func (*TraceJobAttr) HasTraceReference ¶

func (o *TraceJobAttr) HasTraceReference() bool

HasTraceReference returns a boolean if a field has been set.

func (*TraceJobAttr) HasTraceReportingConsumerUri ¶

func (o *TraceJobAttr) HasTraceReportingConsumerUri() bool

HasTraceReportingConsumerUri returns a boolean if a field has been set.

func (*TraceJobAttr) HasTraceReportingFormat ¶

func (o *TraceJobAttr) HasTraceReportingFormat() bool

HasTraceReportingFormat returns a boolean if a field has been set.

func (*TraceJobAttr) HasTraceTarget ¶

func (o *TraceJobAttr) HasTraceTarget() bool

HasTraceTarget returns a boolean if a field has been set.

func (*TraceJobAttr) HasTriggeringEvents ¶

func (o *TraceJobAttr) HasTriggeringEvents() bool

HasTriggeringEvents returns a boolean if a field has been set.

func (TraceJobAttr) MarshalJSON ¶

func (o TraceJobAttr) MarshalJSON() ([]byte, error)

func (*TraceJobAttr) SetAnonymizationOfMdtData ¶

func (o *TraceJobAttr) SetAnonymizationOfMdtData(v AnonymizationOfMdtDataType)

SetAnonymizationOfMdtData gets a reference to the given AnonymizationOfMdtDataType and assigns it to the AnonymizationOfMdtData field.

func (*TraceJobAttr) SetAreaConfigurationForNeighCell ¶

func (o *TraceJobAttr) SetAreaConfigurationForNeighCell(v AreaConfig)

SetAreaConfigurationForNeighCell gets a reference to the given AreaConfig and assigns it to the AreaConfigurationForNeighCell field.

func (*TraceJobAttr) SetAreaScope ¶

func (o *TraceJobAttr) SetAreaScope(v []AreaScope)

SetAreaScope gets a reference to the given []AreaScope and assigns it to the AreaScope field.

func (*TraceJobAttr) SetBeamLevelMeasurement ¶

func (o *TraceJobAttr) SetBeamLevelMeasurement(v bool)

SetBeamLevelMeasurement gets a reference to the given bool and assigns it to the BeamLevelMeasurement field.

func (*TraceJobAttr) SetCollectionPeriodM6Lte ¶

func (o *TraceJobAttr) SetCollectionPeriodM6Lte(v CollectionPeriodM6LteType)

SetCollectionPeriodM6Lte gets a reference to the given CollectionPeriodM6LteType and assigns it to the CollectionPeriodM6Lte field.

func (*TraceJobAttr) SetCollectionPeriodM6Nr ¶

func (o *TraceJobAttr) SetCollectionPeriodM6Nr(v CollectionPeriodM6NrType)

SetCollectionPeriodM6Nr gets a reference to the given CollectionPeriodM6NrType and assigns it to the CollectionPeriodM6Nr field.

func (*TraceJobAttr) SetCollectionPeriodM7Lte ¶

func (o *TraceJobAttr) SetCollectionPeriodM7Lte(v int32)

SetCollectionPeriodM7Lte gets a reference to the given int32 and assigns it to the CollectionPeriodM7Lte field.

func (*TraceJobAttr) SetCollectionPeriodM7Nr ¶

func (o *TraceJobAttr) SetCollectionPeriodM7Nr(v int32)

SetCollectionPeriodM7Nr gets a reference to the given int32 and assigns it to the CollectionPeriodM7Nr field.

func (*TraceJobAttr) SetCollectionPeriodRrmLte ¶

func (o *TraceJobAttr) SetCollectionPeriodRrmLte(v CollectionPeriodRrmLteType)

SetCollectionPeriodRrmLte gets a reference to the given CollectionPeriodRrmLteType and assigns it to the CollectionPeriodRrmLte field.

func (*TraceJobAttr) SetCollectionPeriodRrmNr ¶

func (o *TraceJobAttr) SetCollectionPeriodRrmNr(v CollectionPeriodRrmNrType)

SetCollectionPeriodRrmNr gets a reference to the given CollectionPeriodRrmNrType and assigns it to the CollectionPeriodRrmNr field.

func (*TraceJobAttr) SetCollectionPeriodRrmUmts ¶

func (o *TraceJobAttr) SetCollectionPeriodRrmUmts(v CollectionPeriodRrmUmtsType)

SetCollectionPeriodRrmUmts gets a reference to the given CollectionPeriodRrmUmtsType and assigns it to the CollectionPeriodRrmUmts field.

func (*TraceJobAttr) SetEventListForEventTriggeredMeasurement ¶

func (o *TraceJobAttr) SetEventListForEventTriggeredMeasurement(v EventListForEventTriggeredMeasurementType)

SetEventListForEventTriggeredMeasurement gets a reference to the given EventListForEventTriggeredMeasurementType and assigns it to the EventListForEventTriggeredMeasurement field.

func (*TraceJobAttr) SetEventThreshold ¶

func (o *TraceJobAttr) SetEventThreshold(v EventThresholdType)

SetEventThreshold gets a reference to the given EventThresholdType and assigns it to the EventThreshold field.

func (*TraceJobAttr) SetEventThresholdL1 ¶

func (o *TraceJobAttr) SetEventThresholdL1(v EventThresholdL1Type)

SetEventThresholdL1 gets a reference to the given EventThresholdL1Type and assigns it to the EventThresholdL1 field.

func (*TraceJobAttr) SetEventThresholdUphUmts ¶

func (o *TraceJobAttr) SetEventThresholdUphUmts(v int32)

SetEventThresholdUphUmts gets a reference to the given int32 and assigns it to the EventThresholdUphUmts field.

func (*TraceJobAttr) SetExcessPacketDelayThresholds ¶

func (o *TraceJobAttr) SetExcessPacketDelayThresholds(v map[string]interface{})

SetExcessPacketDelayThresholds gets a reference to the given map[string]interface{} and assigns it to the ExcessPacketDelayThresholds field.

func (*TraceJobAttr) SetHysteresisL1 ¶

func (o *TraceJobAttr) SetHysteresisL1(v int32)

SetHysteresisL1 gets a reference to the given int32 and assigns it to the HysteresisL1 field.

func (*TraceJobAttr) SetJobId ¶

func (o *TraceJobAttr) SetJobId(v string)

SetJobId gets a reference to the given string and assigns it to the JobId field.

func (*TraceJobAttr) SetJobType ¶

func (o *TraceJobAttr) SetJobType(v JobTypeType)

SetJobType gets a reference to the given JobTypeType and assigns it to the JobType field.

func (*TraceJobAttr) SetListOfInterfaces ¶

func (o *TraceJobAttr) SetListOfInterfaces(v ListOfInterfacesType)

SetListOfInterfaces gets a reference to the given ListOfInterfacesType and assigns it to the ListOfInterfaces field.

func (*TraceJobAttr) SetListOfMeasurements ¶

func (o *TraceJobAttr) SetListOfMeasurements(v ListOfMeasurementsType)

SetListOfMeasurements gets a reference to the given ListOfMeasurementsType and assigns it to the ListOfMeasurements field.

func (*TraceJobAttr) SetListOfNeTypes ¶

func (o *TraceJobAttr) SetListOfNeTypes(v []string)

SetListOfNeTypes gets a reference to the given []string and assigns it to the ListOfNeTypes field.

func (*TraceJobAttr) SetLoggingDuration ¶

func (o *TraceJobAttr) SetLoggingDuration(v LoggingDurationType)

SetLoggingDuration gets a reference to the given LoggingDurationType and assigns it to the LoggingDuration field.

func (*TraceJobAttr) SetLoggingInterval ¶

func (o *TraceJobAttr) SetLoggingInterval(v LoggingIntervalType)

SetLoggingInterval gets a reference to the given LoggingIntervalType and assigns it to the LoggingInterval field.

func (*TraceJobAttr) SetMbsfnAreaList ¶

func (o *TraceJobAttr) SetMbsfnAreaList(v []MbsfnArea)

SetMbsfnAreaList gets a reference to the given []MbsfnArea and assigns it to the MbsfnAreaList field.

func (*TraceJobAttr) SetMeasurementPeriodLte ¶

func (o *TraceJobAttr) SetMeasurementPeriodLte(v MeasurementPeriodLteType)

SetMeasurementPeriodLte gets a reference to the given MeasurementPeriodLteType and assigns it to the MeasurementPeriodLte field.

func (*TraceJobAttr) SetMeasurementPeriodUmts ¶

func (o *TraceJobAttr) SetMeasurementPeriodUmts(v MeasurementPeriodUmtsType)

SetMeasurementPeriodUmts gets a reference to the given MeasurementPeriodUmtsType and assigns it to the MeasurementPeriodUmts field.

func (*TraceJobAttr) SetMeasurementQuantity ¶

func (o *TraceJobAttr) SetMeasurementQuantity(v MeasurementQuantityType)

SetMeasurementQuantity gets a reference to the given MeasurementQuantityType and assigns it to the MeasurementQuantity field.

func (*TraceJobAttr) SetPlmnList ¶

func (o *TraceJobAttr) SetPlmnList(v []PlmnListTypeInner)

SetPlmnList gets a reference to the given []PlmnListTypeInner and assigns it to the PlmnList field.

func (*TraceJobAttr) SetPlmnTarget ¶

func (o *TraceJobAttr) SetPlmnTarget(v PlmnTargetType)

SetPlmnTarget gets a reference to the given PlmnTargetType and assigns it to the PlmnTarget field.

func (*TraceJobAttr) SetPositioningMethod ¶

func (o *TraceJobAttr) SetPositioningMethod(v PositioningMethodType)

SetPositioningMethod gets a reference to the given PositioningMethodType and assigns it to the PositioningMethod field.

func (*TraceJobAttr) SetReportAmount ¶

func (o *TraceJobAttr) SetReportAmount(v ReportAmountType)

SetReportAmount gets a reference to the given ReportAmountType and assigns it to the ReportAmount field.

func (*TraceJobAttr) SetReportInterval ¶

func (o *TraceJobAttr) SetReportInterval(v ReportIntervalType)

SetReportInterval gets a reference to the given ReportIntervalType and assigns it to the ReportInterval field.

func (*TraceJobAttr) SetReportType ¶

func (o *TraceJobAttr) SetReportType(v ReportTypeType)

SetReportType gets a reference to the given ReportTypeType and assigns it to the ReportType field.

func (*TraceJobAttr) SetReportingTrigger ¶

func (o *TraceJobAttr) SetReportingTrigger(v []string)

SetReportingTrigger gets a reference to the given []string and assigns it to the ReportingTrigger field.

func (*TraceJobAttr) SetSensorInformation ¶

func (o *TraceJobAttr) SetSensorInformation(v []string)

SetSensorInformation gets a reference to the given []string and assigns it to the SensorInformation field.

func (*TraceJobAttr) SetTimeToTriggerL1 ¶

func (o *TraceJobAttr) SetTimeToTriggerL1(v TimeToTriggerL1Type)

SetTimeToTriggerL1 gets a reference to the given TimeToTriggerL1Type and assigns it to the TimeToTriggerL1 field.

func (*TraceJobAttr) SetTraceCollectionEntityId ¶

func (o *TraceJobAttr) SetTraceCollectionEntityId(v int32)

SetTraceCollectionEntityId gets a reference to the given int32 and assigns it to the TraceCollectionEntityId field.

func (*TraceJobAttr) SetTraceCollectionEntityIpAddress ¶

func (o *TraceJobAttr) SetTraceCollectionEntityIpAddress(v IpAddr)

SetTraceCollectionEntityIpAddress gets a reference to the given IpAddr and assigns it to the TraceCollectionEntityIpAddress field.

func (*TraceJobAttr) SetTraceDepth ¶

func (o *TraceJobAttr) SetTraceDepth(v TraceDepthType)

SetTraceDepth gets a reference to the given TraceDepthType and assigns it to the TraceDepth field.

func (*TraceJobAttr) SetTraceRecordingSessionReference ¶

func (o *TraceJobAttr) SetTraceRecordingSessionReference(v string)

SetTraceRecordingSessionReference gets a reference to the given string and assigns it to the TraceRecordingSessionReference field.

func (*TraceJobAttr) SetTraceReference ¶

func (o *TraceJobAttr) SetTraceReference(v TraceReferenceType)

SetTraceReference gets a reference to the given TraceReferenceType and assigns it to the TraceReference field.

func (*TraceJobAttr) SetTraceReportingConsumerUri ¶

func (o *TraceJobAttr) SetTraceReportingConsumerUri(v string)

SetTraceReportingConsumerUri gets a reference to the given string and assigns it to the TraceReportingConsumerUri field.

func (*TraceJobAttr) SetTraceReportingFormat ¶

func (o *TraceJobAttr) SetTraceReportingFormat(v TraceReportingFormatType)

SetTraceReportingFormat gets a reference to the given TraceReportingFormatType and assigns it to the TraceReportingFormat field.

func (*TraceJobAttr) SetTraceTarget ¶

func (o *TraceJobAttr) SetTraceTarget(v TraceTargetType)

SetTraceTarget gets a reference to the given TraceTargetType and assigns it to the TraceTarget field.

func (*TraceJobAttr) SetTriggeringEvents ¶

func (o *TraceJobAttr) SetTriggeringEvents(v TriggeringEventsType)

SetTriggeringEvents gets a reference to the given TriggeringEventsType and assigns it to the TriggeringEvents field.

func (TraceJobAttr) ToMap ¶

func (o TraceJobAttr) ToMap() (map[string]interface{}, error)

type TraceJobSingle ¶

type TraceJobSingle struct {
	Top
	Attributes *TraceJobAttr `json:"attributes,omitempty"`
	Files      []FilesSingle `json:"Files,omitempty"`
}

TraceJobSingle struct for TraceJobSingle

func NewTraceJobSingle ¶

func NewTraceJobSingle(id NullableString) *TraceJobSingle

NewTraceJobSingle instantiates a new TraceJobSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTraceJobSingleWithDefaults ¶

func NewTraceJobSingleWithDefaults() *TraceJobSingle

NewTraceJobSingleWithDefaults instantiates a new TraceJobSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*TraceJobSingle) GetAttributes ¶

func (o *TraceJobSingle) GetAttributes() TraceJobAttr

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*TraceJobSingle) GetAttributesOk ¶

func (o *TraceJobSingle) GetAttributesOk() (*TraceJobAttr, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobSingle) GetFiles ¶

func (o *TraceJobSingle) GetFiles() []FilesSingle

GetFiles returns the Files field value if set, zero value otherwise.

func (*TraceJobSingle) GetFilesOk ¶

func (o *TraceJobSingle) GetFilesOk() ([]FilesSingle, bool)

GetFilesOk returns a tuple with the Files field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobSingle) HasAttributes ¶

func (o *TraceJobSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*TraceJobSingle) HasFiles ¶

func (o *TraceJobSingle) HasFiles() bool

HasFiles returns a boolean if a field has been set.

func (TraceJobSingle) MarshalJSON ¶

func (o TraceJobSingle) MarshalJSON() ([]byte, error)

func (*TraceJobSingle) SetAttributes ¶

func (o *TraceJobSingle) SetAttributes(v TraceJobAttr)

SetAttributes gets a reference to the given TraceJobAttr and assigns it to the Attributes field.

func (*TraceJobSingle) SetFiles ¶

func (o *TraceJobSingle) SetFiles(v []FilesSingle)

SetFiles gets a reference to the given []FilesSingle and assigns it to the Files field.

func (TraceJobSingle) ToMap ¶

func (o TraceJobSingle) ToMap() (map[string]interface{}, error)

type TraceJobSingleAllOf ¶

type TraceJobSingleAllOf struct {
	Attributes *TraceJobAttr `json:"attributes,omitempty"`
	Files      []FilesSingle `json:"Files,omitempty"`
}

TraceJobSingleAllOf struct for TraceJobSingleAllOf

func NewTraceJobSingleAllOf ¶

func NewTraceJobSingleAllOf() *TraceJobSingleAllOf

NewTraceJobSingleAllOf instantiates a new TraceJobSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTraceJobSingleAllOfWithDefaults ¶

func NewTraceJobSingleAllOfWithDefaults() *TraceJobSingleAllOf

NewTraceJobSingleAllOfWithDefaults instantiates a new TraceJobSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*TraceJobSingleAllOf) GetAttributes ¶

func (o *TraceJobSingleAllOf) GetAttributes() TraceJobAttr

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*TraceJobSingleAllOf) GetAttributesOk ¶

func (o *TraceJobSingleAllOf) GetAttributesOk() (*TraceJobAttr, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobSingleAllOf) GetFiles ¶

func (o *TraceJobSingleAllOf) GetFiles() []FilesSingle

GetFiles returns the Files field value if set, zero value otherwise.

func (*TraceJobSingleAllOf) GetFilesOk ¶

func (o *TraceJobSingleAllOf) GetFilesOk() ([]FilesSingle, bool)

GetFilesOk returns a tuple with the Files field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobSingleAllOf) HasAttributes ¶

func (o *TraceJobSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*TraceJobSingleAllOf) HasFiles ¶

func (o *TraceJobSingleAllOf) HasFiles() bool

HasFiles returns a boolean if a field has been set.

func (TraceJobSingleAllOf) MarshalJSON ¶

func (o TraceJobSingleAllOf) MarshalJSON() ([]byte, error)

func (*TraceJobSingleAllOf) SetAttributes ¶

func (o *TraceJobSingleAllOf) SetAttributes(v TraceJobAttr)

SetAttributes gets a reference to the given TraceJobAttr and assigns it to the Attributes field.

func (*TraceJobSingleAllOf) SetFiles ¶

func (o *TraceJobSingleAllOf) SetFiles(v []FilesSingle)

SetFiles gets a reference to the given []FilesSingle and assigns it to the Files field.

func (TraceJobSingleAllOf) ToMap ¶

func (o TraceJobSingleAllOf) ToMap() (map[string]interface{}, error)

type TraceReferenceType ¶

type TraceReferenceType struct {
	Mcc     string `json:"mcc"`
	Mnc     string `json:"mnc"`
	TraceId string `json:"traceId"`
}

TraceReferenceType The Trace Reference parameter shall be globally unique, therefore the Trace Reference shall compose as follows - MCC+MNC+Trace ID, where the MCC and MNC are coming with the Trace activation request from the management system to identify one PLMN containing the management system, and Trace ID is a 3 byte Octet String. See 3GPP TS 32.422 clause 5.6 for additional details.

func NewTraceReferenceType ¶

func NewTraceReferenceType(mcc string, mnc string, traceId string) *TraceReferenceType

NewTraceReferenceType instantiates a new TraceReferenceType object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTraceReferenceTypeWithDefaults ¶

func NewTraceReferenceTypeWithDefaults() *TraceReferenceType

NewTraceReferenceTypeWithDefaults instantiates a new TraceReferenceType object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*TraceReferenceType) GetMcc ¶

func (o *TraceReferenceType) GetMcc() string

GetMcc returns the Mcc field value

func (*TraceReferenceType) GetMccOk ¶

func (o *TraceReferenceType) GetMccOk() (*string, bool)

GetMccOk returns a tuple with the Mcc field value and a boolean to check if the value has been set.

func (*TraceReferenceType) GetMnc ¶

func (o *TraceReferenceType) GetMnc() string

GetMnc returns the Mnc field value

func (*TraceReferenceType) GetMncOk ¶

func (o *TraceReferenceType) GetMncOk() (*string, bool)

GetMncOk returns a tuple with the Mnc field value and a boolean to check if the value has been set.

func (*TraceReferenceType) GetTraceId ¶

func (o *TraceReferenceType) GetTraceId() string

GetTraceId returns the TraceId field value

func (*TraceReferenceType) GetTraceIdOk ¶

func (o *TraceReferenceType) GetTraceIdOk() (*string, bool)

GetTraceIdOk returns a tuple with the TraceId field value and a boolean to check if the value has been set.

func (TraceReferenceType) MarshalJSON ¶

func (o TraceReferenceType) MarshalJSON() ([]byte, error)

func (*TraceReferenceType) SetMcc ¶

func (o *TraceReferenceType) SetMcc(v string)

SetMcc sets field value

func (*TraceReferenceType) SetMnc ¶

func (o *TraceReferenceType) SetMnc(v string)

SetMnc sets field value

func (*TraceReferenceType) SetTraceId ¶

func (o *TraceReferenceType) SetTraceId(v string)

SetTraceId sets field value

func (TraceReferenceType) ToMap ¶

func (o TraceReferenceType) ToMap() (map[string]interface{}, error)

type TraceReportingFormatType ¶

type TraceReportingFormatType string

TraceReportingFormatType Specifies whether file-based or streaming reporting shall be used for this Trace Session. See 3GPP TS 32.422 clause 5.11 for additional details.

const (
	FILE_BASED TraceReportingFormatType = "FILE-BASED"
	STREAMING  TraceReportingFormatType = "STREAMING"
)

List of traceReportingFormat-Type

func NewTraceReportingFormatTypeFromValue ¶

func NewTraceReportingFormatTypeFromValue(v string) (*TraceReportingFormatType, error)

NewTraceReportingFormatTypeFromValue returns a pointer to a valid TraceReportingFormatType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (TraceReportingFormatType) IsValid ¶

func (v TraceReportingFormatType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (TraceReportingFormatType) Ptr ¶

Ptr returns reference to traceReportingFormat-Type value

func (*TraceReportingFormatType) UnmarshalJSON ¶

func (v *TraceReportingFormatType) UnmarshalJSON(src []byte) error

type TraceTargetType ¶

type TraceTargetType struct {
	TargetIdType  string `json:"TargetIdType"`
	TargetIdValue string `json:"TargetIdValue"`
}

TraceTargetType Trace target conveying both the type and value of the target ID. For additional details see 3GPP TS 32.422

func NewTraceTargetType ¶

func NewTraceTargetType(targetIdType string, targetIdValue string) *TraceTargetType

NewTraceTargetType instantiates a new TraceTargetType object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTraceTargetTypeWithDefaults ¶

func NewTraceTargetTypeWithDefaults() *TraceTargetType

NewTraceTargetTypeWithDefaults instantiates a new TraceTargetType object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*TraceTargetType) GetTargetIdType ¶

func (o *TraceTargetType) GetTargetIdType() string

GetTargetIdType returns the TargetIdType field value

func (*TraceTargetType) GetTargetIdTypeOk ¶

func (o *TraceTargetType) GetTargetIdTypeOk() (*string, bool)

GetTargetIdTypeOk returns a tuple with the TargetIdType field value and a boolean to check if the value has been set.

func (*TraceTargetType) GetTargetIdValue ¶

func (o *TraceTargetType) GetTargetIdValue() string

GetTargetIdValue returns the TargetIdValue field value

func (*TraceTargetType) GetTargetIdValueOk ¶

func (o *TraceTargetType) GetTargetIdValueOk() (*string, bool)

GetTargetIdValueOk returns a tuple with the TargetIdValue field value and a boolean to check if the value has been set.

func (TraceTargetType) MarshalJSON ¶

func (o TraceTargetType) MarshalJSON() ([]byte, error)

func (*TraceTargetType) SetTargetIdType ¶

func (o *TraceTargetType) SetTargetIdType(v string)

SetTargetIdType sets field value

func (*TraceTargetType) SetTargetIdValue ¶

func (o *TraceTargetType) SetTargetIdValue(v string)

SetTargetIdValue sets field value

func (TraceTargetType) ToMap ¶

func (o TraceTargetType) ToMap() (map[string]interface{}, error)

type TrafficControlData ¶

type TrafficControlData struct {
	TcId                   *string                 `json:"tcId,omitempty"`
	FlowStatus             *FlowStatus             `json:"flowStatus,omitempty"`
	RedirectInfo           *RedirectInformation    `json:"redirectInfo,omitempty"`
	AddRedirectInfo        []RedirectInformation   `json:"addRedirectInfo,omitempty"`
	MuteNotif              *bool                   `json:"muteNotif,omitempty"`
	TrafficSteeringPolIdDl NullableString          `json:"trafficSteeringPolIdDl,omitempty"`
	TrafficSteeringPolIdUl NullableString          `json:"trafficSteeringPolIdUl,omitempty"`
	RouteToLocs            []RouteToLocation       `json:"routeToLocs,omitempty"`
	TraffCorreInd          *bool                   `json:"traffCorreInd,omitempty"`
	UpPathChgEvent         NullableUpPathChgEvent  `json:"upPathChgEvent,omitempty"`
	SteerFun               *SteeringFunctionality  `json:"steerFun,omitempty"`
	SteerModeDl            *SteeringMode           `json:"steerModeDl,omitempty"`
	SteerModeUl            *SteeringMode           `json:"steerModeUl,omitempty"`
	MulAccCtrl             *MulticastAccessControl `json:"mulAccCtrl,omitempty"`
	SnssaiList             []Snssai                `json:"snssaiList,omitempty"`
}

TrafficControlData struct for TrafficControlData

func NewTrafficControlData ¶

func NewTrafficControlData() *TrafficControlData

NewTrafficControlData instantiates a new TrafficControlData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTrafficControlDataWithDefaults ¶

func NewTrafficControlDataWithDefaults() *TrafficControlData

NewTrafficControlDataWithDefaults instantiates a new TrafficControlData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*TrafficControlData) GetAddRedirectInfo ¶

func (o *TrafficControlData) GetAddRedirectInfo() []RedirectInformation

GetAddRedirectInfo returns the AddRedirectInfo field value if set, zero value otherwise.

func (*TrafficControlData) GetAddRedirectInfoOk ¶

func (o *TrafficControlData) GetAddRedirectInfoOk() ([]RedirectInformation, bool)

GetAddRedirectInfoOk returns a tuple with the AddRedirectInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TrafficControlData) GetFlowStatus ¶

func (o *TrafficControlData) GetFlowStatus() FlowStatus

GetFlowStatus returns the FlowStatus field value if set, zero value otherwise.

func (*TrafficControlData) GetFlowStatusOk ¶

func (o *TrafficControlData) GetFlowStatusOk() (*FlowStatus, bool)

GetFlowStatusOk returns a tuple with the FlowStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TrafficControlData) GetMulAccCtrl ¶

func (o *TrafficControlData) GetMulAccCtrl() MulticastAccessControl

GetMulAccCtrl returns the MulAccCtrl field value if set, zero value otherwise.

func (*TrafficControlData) GetMulAccCtrlOk ¶

func (o *TrafficControlData) GetMulAccCtrlOk() (*MulticastAccessControl, bool)

GetMulAccCtrlOk returns a tuple with the MulAccCtrl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TrafficControlData) GetMuteNotif ¶

func (o *TrafficControlData) GetMuteNotif() bool

GetMuteNotif returns the MuteNotif field value if set, zero value otherwise.

func (*TrafficControlData) GetMuteNotifOk ¶

func (o *TrafficControlData) GetMuteNotifOk() (*bool, bool)

GetMuteNotifOk returns a tuple with the MuteNotif field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TrafficControlData) GetRedirectInfo ¶

func (o *TrafficControlData) GetRedirectInfo() RedirectInformation

GetRedirectInfo returns the RedirectInfo field value if set, zero value otherwise.

func (*TrafficControlData) GetRedirectInfoOk ¶

func (o *TrafficControlData) GetRedirectInfoOk() (*RedirectInformation, bool)

GetRedirectInfoOk returns a tuple with the RedirectInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TrafficControlData) GetRouteToLocs ¶

func (o *TrafficControlData) GetRouteToLocs() []RouteToLocation

GetRouteToLocs returns the RouteToLocs field value if set, zero value otherwise.

func (*TrafficControlData) GetRouteToLocsOk ¶

func (o *TrafficControlData) GetRouteToLocsOk() ([]RouteToLocation, bool)

GetRouteToLocsOk returns a tuple with the RouteToLocs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TrafficControlData) GetSnssaiList ¶

func (o *TrafficControlData) GetSnssaiList() []Snssai

GetSnssaiList returns the SnssaiList field value if set, zero value otherwise.

func (*TrafficControlData) GetSnssaiListOk ¶

func (o *TrafficControlData) GetSnssaiListOk() ([]Snssai, bool)

GetSnssaiListOk returns a tuple with the SnssaiList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TrafficControlData) GetSteerFun ¶

func (o *TrafficControlData) GetSteerFun() SteeringFunctionality

GetSteerFun returns the SteerFun field value if set, zero value otherwise.

func (*TrafficControlData) GetSteerFunOk ¶

func (o *TrafficControlData) GetSteerFunOk() (*SteeringFunctionality, bool)

GetSteerFunOk returns a tuple with the SteerFun field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TrafficControlData) GetSteerModeDl ¶

func (o *TrafficControlData) GetSteerModeDl() SteeringMode

GetSteerModeDl returns the SteerModeDl field value if set, zero value otherwise.

func (*TrafficControlData) GetSteerModeDlOk ¶

func (o *TrafficControlData) GetSteerModeDlOk() (*SteeringMode, bool)

GetSteerModeDlOk returns a tuple with the SteerModeDl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TrafficControlData) GetSteerModeUl ¶

func (o *TrafficControlData) GetSteerModeUl() SteeringMode

GetSteerModeUl returns the SteerModeUl field value if set, zero value otherwise.

func (*TrafficControlData) GetSteerModeUlOk ¶

func (o *TrafficControlData) GetSteerModeUlOk() (*SteeringMode, bool)

GetSteerModeUlOk returns a tuple with the SteerModeUl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TrafficControlData) GetTcId ¶

func (o *TrafficControlData) GetTcId() string

GetTcId returns the TcId field value if set, zero value otherwise.

func (*TrafficControlData) GetTcIdOk ¶

func (o *TrafficControlData) GetTcIdOk() (*string, bool)

GetTcIdOk returns a tuple with the TcId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TrafficControlData) GetTraffCorreInd ¶

func (o *TrafficControlData) GetTraffCorreInd() bool

GetTraffCorreInd returns the TraffCorreInd field value if set, zero value otherwise.

func (*TrafficControlData) GetTraffCorreIndOk ¶

func (o *TrafficControlData) GetTraffCorreIndOk() (*bool, bool)

GetTraffCorreIndOk returns a tuple with the TraffCorreInd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TrafficControlData) GetTrafficSteeringPolIdDl ¶

func (o *TrafficControlData) GetTrafficSteeringPolIdDl() string

GetTrafficSteeringPolIdDl returns the TrafficSteeringPolIdDl field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TrafficControlData) GetTrafficSteeringPolIdDlOk ¶

func (o *TrafficControlData) GetTrafficSteeringPolIdDlOk() (*string, bool)

GetTrafficSteeringPolIdDlOk returns a tuple with the TrafficSteeringPolIdDl field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TrafficControlData) GetTrafficSteeringPolIdUl ¶

func (o *TrafficControlData) GetTrafficSteeringPolIdUl() string

GetTrafficSteeringPolIdUl returns the TrafficSteeringPolIdUl field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TrafficControlData) GetTrafficSteeringPolIdUlOk ¶

func (o *TrafficControlData) GetTrafficSteeringPolIdUlOk() (*string, bool)

GetTrafficSteeringPolIdUlOk returns a tuple with the TrafficSteeringPolIdUl field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TrafficControlData) GetUpPathChgEvent ¶

func (o *TrafficControlData) GetUpPathChgEvent() UpPathChgEvent

GetUpPathChgEvent returns the UpPathChgEvent field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TrafficControlData) GetUpPathChgEventOk ¶

func (o *TrafficControlData) GetUpPathChgEventOk() (*UpPathChgEvent, bool)

GetUpPathChgEventOk returns a tuple with the UpPathChgEvent field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TrafficControlData) HasAddRedirectInfo ¶

func (o *TrafficControlData) HasAddRedirectInfo() bool

HasAddRedirectInfo returns a boolean if a field has been set.

func (*TrafficControlData) HasFlowStatus ¶

func (o *TrafficControlData) HasFlowStatus() bool

HasFlowStatus returns a boolean if a field has been set.

func (*TrafficControlData) HasMulAccCtrl ¶

func (o *TrafficControlData) HasMulAccCtrl() bool

HasMulAccCtrl returns a boolean if a field has been set.

func (*TrafficControlData) HasMuteNotif ¶

func (o *TrafficControlData) HasMuteNotif() bool

HasMuteNotif returns a boolean if a field has been set.

func (*TrafficControlData) HasRedirectInfo ¶

func (o *TrafficControlData) HasRedirectInfo() bool

HasRedirectInfo returns a boolean if a field has been set.

func (*TrafficControlData) HasRouteToLocs ¶

func (o *TrafficControlData) HasRouteToLocs() bool

HasRouteToLocs returns a boolean if a field has been set.

func (*TrafficControlData) HasSnssaiList ¶

func (o *TrafficControlData) HasSnssaiList() bool

HasSnssaiList returns a boolean if a field has been set.

func (*TrafficControlData) HasSteerFun ¶

func (o *TrafficControlData) HasSteerFun() bool

HasSteerFun returns a boolean if a field has been set.

func (*TrafficControlData) HasSteerModeDl ¶

func (o *TrafficControlData) HasSteerModeDl() bool

HasSteerModeDl returns a boolean if a field has been set.

func (*TrafficControlData) HasSteerModeUl ¶

func (o *TrafficControlData) HasSteerModeUl() bool

HasSteerModeUl returns a boolean if a field has been set.

func (*TrafficControlData) HasTcId ¶

func (o *TrafficControlData) HasTcId() bool

HasTcId returns a boolean if a field has been set.

func (*TrafficControlData) HasTraffCorreInd ¶

func (o *TrafficControlData) HasTraffCorreInd() bool

HasTraffCorreInd returns a boolean if a field has been set.

func (*TrafficControlData) HasTrafficSteeringPolIdDl ¶

func (o *TrafficControlData) HasTrafficSteeringPolIdDl() bool

HasTrafficSteeringPolIdDl returns a boolean if a field has been set.

func (*TrafficControlData) HasTrafficSteeringPolIdUl ¶

func (o *TrafficControlData) HasTrafficSteeringPolIdUl() bool

HasTrafficSteeringPolIdUl returns a boolean if a field has been set.

func (*TrafficControlData) HasUpPathChgEvent ¶

func (o *TrafficControlData) HasUpPathChgEvent() bool

HasUpPathChgEvent returns a boolean if a field has been set.

func (TrafficControlData) MarshalJSON ¶

func (o TrafficControlData) MarshalJSON() ([]byte, error)

func (*TrafficControlData) SetAddRedirectInfo ¶

func (o *TrafficControlData) SetAddRedirectInfo(v []RedirectInformation)

SetAddRedirectInfo gets a reference to the given []RedirectInformation and assigns it to the AddRedirectInfo field.

func (*TrafficControlData) SetFlowStatus ¶

func (o *TrafficControlData) SetFlowStatus(v FlowStatus)

SetFlowStatus gets a reference to the given FlowStatus and assigns it to the FlowStatus field.

func (*TrafficControlData) SetMulAccCtrl ¶

func (o *TrafficControlData) SetMulAccCtrl(v MulticastAccessControl)

SetMulAccCtrl gets a reference to the given MulticastAccessControl and assigns it to the MulAccCtrl field.

func (*TrafficControlData) SetMuteNotif ¶

func (o *TrafficControlData) SetMuteNotif(v bool)

SetMuteNotif gets a reference to the given bool and assigns it to the MuteNotif field.

func (*TrafficControlData) SetRedirectInfo ¶

func (o *TrafficControlData) SetRedirectInfo(v RedirectInformation)

SetRedirectInfo gets a reference to the given RedirectInformation and assigns it to the RedirectInfo field.

func (*TrafficControlData) SetRouteToLocs ¶

func (o *TrafficControlData) SetRouteToLocs(v []RouteToLocation)

SetRouteToLocs gets a reference to the given []RouteToLocation and assigns it to the RouteToLocs field.

func (*TrafficControlData) SetSnssaiList ¶

func (o *TrafficControlData) SetSnssaiList(v []Snssai)

SetSnssaiList gets a reference to the given []Snssai and assigns it to the SnssaiList field.

func (*TrafficControlData) SetSteerFun ¶

func (o *TrafficControlData) SetSteerFun(v SteeringFunctionality)

SetSteerFun gets a reference to the given SteeringFunctionality and assigns it to the SteerFun field.

func (*TrafficControlData) SetSteerModeDl ¶

func (o *TrafficControlData) SetSteerModeDl(v SteeringMode)

SetSteerModeDl gets a reference to the given SteeringMode and assigns it to the SteerModeDl field.

func (*TrafficControlData) SetSteerModeUl ¶

func (o *TrafficControlData) SetSteerModeUl(v SteeringMode)

SetSteerModeUl gets a reference to the given SteeringMode and assigns it to the SteerModeUl field.

func (*TrafficControlData) SetTcId ¶

func (o *TrafficControlData) SetTcId(v string)

SetTcId gets a reference to the given string and assigns it to the TcId field.

func (*TrafficControlData) SetTraffCorreInd ¶

func (o *TrafficControlData) SetTraffCorreInd(v bool)

SetTraffCorreInd gets a reference to the given bool and assigns it to the TraffCorreInd field.

func (*TrafficControlData) SetTrafficSteeringPolIdDl ¶

func (o *TrafficControlData) SetTrafficSteeringPolIdDl(v string)

SetTrafficSteeringPolIdDl gets a reference to the given NullableString and assigns it to the TrafficSteeringPolIdDl field.

func (*TrafficControlData) SetTrafficSteeringPolIdDlNil ¶

func (o *TrafficControlData) SetTrafficSteeringPolIdDlNil()

SetTrafficSteeringPolIdDlNil sets the value for TrafficSteeringPolIdDl to be an explicit nil

func (*TrafficControlData) SetTrafficSteeringPolIdUl ¶

func (o *TrafficControlData) SetTrafficSteeringPolIdUl(v string)

SetTrafficSteeringPolIdUl gets a reference to the given NullableString and assigns it to the TrafficSteeringPolIdUl field.

func (*TrafficControlData) SetTrafficSteeringPolIdUlNil ¶

func (o *TrafficControlData) SetTrafficSteeringPolIdUlNil()

SetTrafficSteeringPolIdUlNil sets the value for TrafficSteeringPolIdUl to be an explicit nil

func (*TrafficControlData) SetUpPathChgEvent ¶

func (o *TrafficControlData) SetUpPathChgEvent(v UpPathChgEvent)

SetUpPathChgEvent gets a reference to the given NullableUpPathChgEvent and assigns it to the UpPathChgEvent field.

func (*TrafficControlData) SetUpPathChgEventNil ¶

func (o *TrafficControlData) SetUpPathChgEventNil()

SetUpPathChgEventNil sets the value for UpPathChgEvent to be an explicit nil

func (TrafficControlData) ToMap ¶

func (o TrafficControlData) ToMap() (map[string]interface{}, error)

func (*TrafficControlData) UnsetTrafficSteeringPolIdDl ¶

func (o *TrafficControlData) UnsetTrafficSteeringPolIdDl()

UnsetTrafficSteeringPolIdDl ensures that no value is present for TrafficSteeringPolIdDl, not even an explicit nil

func (*TrafficControlData) UnsetTrafficSteeringPolIdUl ¶

func (o *TrafficControlData) UnsetTrafficSteeringPolIdUl()

UnsetTrafficSteeringPolIdUl ensures that no value is present for TrafficSteeringPolIdUl, not even an explicit nil

func (*TrafficControlData) UnsetUpPathChgEvent ¶

func (o *TrafficControlData) UnsetUpPathChgEvent()

UnsetUpPathChgEvent ensures that no value is present for UpPathChgEvent, not even an explicit nil

type TrainingProcessMonitor ¶

type TrainingProcessMonitor struct {
	MLTrainingProcessId *string `json:"mLTrainingProcessId,omitempty"`
	Status              *string `json:"status,omitempty"`
	ProgressPercentage  *int32  `json:"progressPercentage,omitempty"`
	ProgressStateInfo   *string `json:"progressStateInfo,omitempty"`
	ResultStateInfo     *string `json:"resultStateInfo,omitempty"`
}

TrainingProcessMonitor This data type is the \"ProcessMonitor\" data type defined in “genericNrm.yaml” with specialisations for usage in the \"MLTrainingProcess\".

func NewTrainingProcessMonitor ¶

func NewTrainingProcessMonitor() *TrainingProcessMonitor

NewTrainingProcessMonitor instantiates a new TrainingProcessMonitor object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTrainingProcessMonitorWithDefaults ¶

func NewTrainingProcessMonitorWithDefaults() *TrainingProcessMonitor

NewTrainingProcessMonitorWithDefaults instantiates a new TrainingProcessMonitor object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*TrainingProcessMonitor) GetMLTrainingProcessId ¶

func (o *TrainingProcessMonitor) GetMLTrainingProcessId() string

GetMLTrainingProcessId returns the MLTrainingProcessId field value if set, zero value otherwise.

func (*TrainingProcessMonitor) GetMLTrainingProcessIdOk ¶

func (o *TrainingProcessMonitor) GetMLTrainingProcessIdOk() (*string, bool)

GetMLTrainingProcessIdOk returns a tuple with the MLTrainingProcessId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TrainingProcessMonitor) GetProgressPercentage ¶

func (o *TrainingProcessMonitor) GetProgressPercentage() int32

GetProgressPercentage returns the ProgressPercentage field value if set, zero value otherwise.

func (*TrainingProcessMonitor) GetProgressPercentageOk ¶

func (o *TrainingProcessMonitor) 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 (*TrainingProcessMonitor) GetProgressStateInfo ¶

func (o *TrainingProcessMonitor) GetProgressStateInfo() string

GetProgressStateInfo returns the ProgressStateInfo field value if set, zero value otherwise.

func (*TrainingProcessMonitor) GetProgressStateInfoOk ¶

func (o *TrainingProcessMonitor) 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 (*TrainingProcessMonitor) GetResultStateInfo ¶

func (o *TrainingProcessMonitor) GetResultStateInfo() string

GetResultStateInfo returns the ResultStateInfo field value if set, zero value otherwise.

func (*TrainingProcessMonitor) GetResultStateInfoOk ¶

func (o *TrainingProcessMonitor) GetResultStateInfoOk() (*string, 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 (*TrainingProcessMonitor) GetStatus ¶

func (o *TrainingProcessMonitor) GetStatus() string

GetStatus returns the Status field value if set, zero value otherwise.

func (*TrainingProcessMonitor) GetStatusOk ¶

func (o *TrainingProcessMonitor) 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 (*TrainingProcessMonitor) HasMLTrainingProcessId ¶

func (o *TrainingProcessMonitor) HasMLTrainingProcessId() bool

HasMLTrainingProcessId returns a boolean if a field has been set.

func (*TrainingProcessMonitor) HasProgressPercentage ¶

func (o *TrainingProcessMonitor) HasProgressPercentage() bool

HasProgressPercentage returns a boolean if a field has been set.

func (*TrainingProcessMonitor) HasProgressStateInfo ¶

func (o *TrainingProcessMonitor) HasProgressStateInfo() bool

HasProgressStateInfo returns a boolean if a field has been set.

func (*TrainingProcessMonitor) HasResultStateInfo ¶

func (o *TrainingProcessMonitor) HasResultStateInfo() bool

HasResultStateInfo returns a boolean if a field has been set.

func (*TrainingProcessMonitor) HasStatus ¶

func (o *TrainingProcessMonitor) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (TrainingProcessMonitor) MarshalJSON ¶

func (o TrainingProcessMonitor) MarshalJSON() ([]byte, error)

func (*TrainingProcessMonitor) SetMLTrainingProcessId ¶

func (o *TrainingProcessMonitor) SetMLTrainingProcessId(v string)

SetMLTrainingProcessId gets a reference to the given string and assigns it to the MLTrainingProcessId field.

func (*TrainingProcessMonitor) SetProgressPercentage ¶

func (o *TrainingProcessMonitor) SetProgressPercentage(v int32)

SetProgressPercentage gets a reference to the given int32 and assigns it to the ProgressPercentage field.

func (*TrainingProcessMonitor) SetProgressStateInfo ¶

func (o *TrainingProcessMonitor) SetProgressStateInfo(v string)

SetProgressStateInfo gets a reference to the given string and assigns it to the ProgressStateInfo field.

func (*TrainingProcessMonitor) SetResultStateInfo ¶

func (o *TrainingProcessMonitor) SetResultStateInfo(v string)

SetResultStateInfo gets a reference to the given string and assigns it to the ResultStateInfo field.

func (*TrainingProcessMonitor) SetStatus ¶

func (o *TrainingProcessMonitor) SetStatus(v string)

SetStatus gets a reference to the given string and assigns it to the Status field.

func (TrainingProcessMonitor) ToMap ¶

func (o TrainingProcessMonitor) ToMap() (map[string]interface{}, error)

type TransportProtocol ¶

type TransportProtocol struct {
	String *string
}

TransportProtocol struct for TransportProtocol

func (*TransportProtocol) MarshalJSON ¶

func (src *TransportProtocol) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*TransportProtocol) UnmarshalJSON ¶

func (dst *TransportProtocol) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type TrendIndication ¶

type TrendIndication string

TrendIndication the model 'TrendIndication'

const (
	MORE_SEVERE TrendIndication = "MORE_SEVERE"
	NO_CHANGE   TrendIndication = "NO_CHANGE"
	LESS_SEVERE TrendIndication = "LESS_SEVERE"
)

List of TrendIndication

func NewTrendIndicationFromValue ¶

func NewTrendIndicationFromValue(v string) (*TrendIndication, error)

NewTrendIndicationFromValue returns a pointer to a valid TrendIndication for the value passed as argument, or an error if the value passed is not allowed by the enum

func (TrendIndication) IsValid ¶

func (v TrendIndication) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (TrendIndication) Ptr ¶

Ptr returns reference to TrendIndication value

func (*TrendIndication) UnmarshalJSON ¶

func (v *TrendIndication) UnmarshalJSON(src []byte) error

type TriggeringEventsType ¶

type TriggeringEventsType struct {
	MSC_SERVER []string `json:"MSC_SERVER,omitempty"`
	SGSN       []string `json:"SGSN,omitempty"`
	MGW        []string `json:"MGW,omitempty"`
	GGSN       []string `json:"GGSN,omitempty"`
	IMS        []string `json:"IMS,omitempty"`
	BM_SC      []string `json:"BM_SC,omitempty"`
	MME        []string `json:"MME,omitempty"`
	SGW        []string `json:"SGW,omitempty"`
	PGW        []string `json:"PGW,omitempty"`
	AMF        []string `json:"AMF,omitempty"`
	SMF        []string `json:"SMF,omitempty"`
	PCF        []string `json:"PCF,omitempty"`
	UPF        []string `json:"UPF,omitempty"`
	AUSF       []string `json:"AUSF,omitempty"`
	NEF        []string `json:"NEF,omitempty"`
	NRF        []string `json:"NRF,omitempty"`
	NSSF       []string `json:"NSSF,omitempty"`
	SMSF       []string `json:"SMSF,omitempty"`
	UDM        []string `json:"UDM,omitempty"`
}

TriggeringEventsType Specifies when to start a Trace Recording Session and which message shall be recorded first, when to stop a Trace Recording Session and which message shall be recorded last respectively. See 3GPP TS 32.422 clause 5.1 for additional detials.

func NewTriggeringEventsType ¶

func NewTriggeringEventsType() *TriggeringEventsType

NewTriggeringEventsType instantiates a new TriggeringEventsType object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTriggeringEventsTypeWithDefaults ¶

func NewTriggeringEventsTypeWithDefaults() *TriggeringEventsType

NewTriggeringEventsTypeWithDefaults instantiates a new TriggeringEventsType object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*TriggeringEventsType) GetAMF ¶

func (o *TriggeringEventsType) GetAMF() []string

GetAMF returns the AMF field value if set, zero value otherwise.

func (*TriggeringEventsType) GetAMFOk ¶

func (o *TriggeringEventsType) GetAMFOk() ([]string, bool)

GetAMFOk returns a tuple with the AMF field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TriggeringEventsType) GetAUSF ¶

func (o *TriggeringEventsType) GetAUSF() []string

GetAUSF returns the AUSF field value if set, zero value otherwise.

func (*TriggeringEventsType) GetAUSFOk ¶

func (o *TriggeringEventsType) GetAUSFOk() ([]string, bool)

GetAUSFOk returns a tuple with the AUSF field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TriggeringEventsType) GetBM_SC ¶

func (o *TriggeringEventsType) GetBM_SC() []string

GetBM_SC returns the BM_SC field value if set, zero value otherwise.

func (*TriggeringEventsType) GetBM_SCOk ¶

func (o *TriggeringEventsType) GetBM_SCOk() ([]string, bool)

GetBM_SCOk returns a tuple with the BM_SC field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TriggeringEventsType) GetGGSN ¶

func (o *TriggeringEventsType) GetGGSN() []string

GetGGSN returns the GGSN field value if set, zero value otherwise.

func (*TriggeringEventsType) GetGGSNOk ¶

func (o *TriggeringEventsType) GetGGSNOk() ([]string, bool)

GetGGSNOk returns a tuple with the GGSN field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TriggeringEventsType) GetIMS ¶

func (o *TriggeringEventsType) GetIMS() []string

GetIMS returns the IMS field value if set, zero value otherwise.

func (*TriggeringEventsType) GetIMSOk ¶

func (o *TriggeringEventsType) GetIMSOk() ([]string, bool)

GetIMSOk returns a tuple with the IMS field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TriggeringEventsType) GetMGW ¶

func (o *TriggeringEventsType) GetMGW() []string

GetMGW returns the MGW field value if set, zero value otherwise.

func (*TriggeringEventsType) GetMGWOk ¶

func (o *TriggeringEventsType) GetMGWOk() ([]string, bool)

GetMGWOk returns a tuple with the MGW field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TriggeringEventsType) GetMME ¶

func (o *TriggeringEventsType) GetMME() []string

GetMME returns the MME field value if set, zero value otherwise.

func (*TriggeringEventsType) GetMMEOk ¶

func (o *TriggeringEventsType) GetMMEOk() ([]string, bool)

GetMMEOk returns a tuple with the MME field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TriggeringEventsType) GetMSC_SERVER ¶

func (o *TriggeringEventsType) GetMSC_SERVER() []string

GetMSC_SERVER returns the MSC_SERVER field value if set, zero value otherwise.

func (*TriggeringEventsType) GetMSC_SERVEROk ¶

func (o *TriggeringEventsType) GetMSC_SERVEROk() ([]string, bool)

GetMSC_SERVEROk returns a tuple with the MSC_SERVER field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TriggeringEventsType) GetNEF ¶

func (o *TriggeringEventsType) GetNEF() []string

GetNEF returns the NEF field value if set, zero value otherwise.

func (*TriggeringEventsType) GetNEFOk ¶

func (o *TriggeringEventsType) GetNEFOk() ([]string, bool)

GetNEFOk returns a tuple with the NEF field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TriggeringEventsType) GetNRF ¶

func (o *TriggeringEventsType) GetNRF() []string

GetNRF returns the NRF field value if set, zero value otherwise.

func (*TriggeringEventsType) GetNRFOk ¶

func (o *TriggeringEventsType) GetNRFOk() ([]string, bool)

GetNRFOk returns a tuple with the NRF field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TriggeringEventsType) GetNSSF ¶

func (o *TriggeringEventsType) GetNSSF() []string

GetNSSF returns the NSSF field value if set, zero value otherwise.

func (*TriggeringEventsType) GetNSSFOk ¶

func (o *TriggeringEventsType) GetNSSFOk() ([]string, bool)

GetNSSFOk returns a tuple with the NSSF field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TriggeringEventsType) GetPCF ¶

func (o *TriggeringEventsType) GetPCF() []string

GetPCF returns the PCF field value if set, zero value otherwise.

func (*TriggeringEventsType) GetPCFOk ¶

func (o *TriggeringEventsType) GetPCFOk() ([]string, bool)

GetPCFOk returns a tuple with the PCF field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TriggeringEventsType) GetPGW ¶

func (o *TriggeringEventsType) GetPGW() []string

GetPGW returns the PGW field value if set, zero value otherwise.

func (*TriggeringEventsType) GetPGWOk ¶

func (o *TriggeringEventsType) GetPGWOk() ([]string, bool)

GetPGWOk returns a tuple with the PGW field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TriggeringEventsType) GetSGSN ¶

func (o *TriggeringEventsType) GetSGSN() []string

GetSGSN returns the SGSN field value if set, zero value otherwise.

func (*TriggeringEventsType) GetSGSNOk ¶

func (o *TriggeringEventsType) GetSGSNOk() ([]string, bool)

GetSGSNOk returns a tuple with the SGSN field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TriggeringEventsType) GetSGW ¶

func (o *TriggeringEventsType) GetSGW() []string

GetSGW returns the SGW field value if set, zero value otherwise.

func (*TriggeringEventsType) GetSGWOk ¶

func (o *TriggeringEventsType) GetSGWOk() ([]string, bool)

GetSGWOk returns a tuple with the SGW field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TriggeringEventsType) GetSMF ¶

func (o *TriggeringEventsType) GetSMF() []string

GetSMF returns the SMF field value if set, zero value otherwise.

func (*TriggeringEventsType) GetSMFOk ¶

func (o *TriggeringEventsType) GetSMFOk() ([]string, bool)

GetSMFOk returns a tuple with the SMF field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TriggeringEventsType) GetSMSF ¶

func (o *TriggeringEventsType) GetSMSF() []string

GetSMSF returns the SMSF field value if set, zero value otherwise.

func (*TriggeringEventsType) GetSMSFOk ¶

func (o *TriggeringEventsType) GetSMSFOk() ([]string, bool)

GetSMSFOk returns a tuple with the SMSF field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TriggeringEventsType) GetUDM ¶

func (o *TriggeringEventsType) GetUDM() []string

GetUDM returns the UDM field value if set, zero value otherwise.

func (*TriggeringEventsType) GetUDMOk ¶

func (o *TriggeringEventsType) GetUDMOk() ([]string, bool)

GetUDMOk returns a tuple with the UDM field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TriggeringEventsType) GetUPF ¶

func (o *TriggeringEventsType) GetUPF() []string

GetUPF returns the UPF field value if set, zero value otherwise.

func (*TriggeringEventsType) GetUPFOk ¶

func (o *TriggeringEventsType) GetUPFOk() ([]string, bool)

GetUPFOk returns a tuple with the UPF field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TriggeringEventsType) HasAMF ¶

func (o *TriggeringEventsType) HasAMF() bool

HasAMF returns a boolean if a field has been set.

func (*TriggeringEventsType) HasAUSF ¶

func (o *TriggeringEventsType) HasAUSF() bool

HasAUSF returns a boolean if a field has been set.

func (*TriggeringEventsType) HasBM_SC ¶

func (o *TriggeringEventsType) HasBM_SC() bool

HasBM_SC returns a boolean if a field has been set.

func (*TriggeringEventsType) HasGGSN ¶

func (o *TriggeringEventsType) HasGGSN() bool

HasGGSN returns a boolean if a field has been set.

func (*TriggeringEventsType) HasIMS ¶

func (o *TriggeringEventsType) HasIMS() bool

HasIMS returns a boolean if a field has been set.

func (*TriggeringEventsType) HasMGW ¶

func (o *TriggeringEventsType) HasMGW() bool

HasMGW returns a boolean if a field has been set.

func (*TriggeringEventsType) HasMME ¶

func (o *TriggeringEventsType) HasMME() bool

HasMME returns a boolean if a field has been set.

func (*TriggeringEventsType) HasMSC_SERVER ¶

func (o *TriggeringEventsType) HasMSC_SERVER() bool

HasMSC_SERVER returns a boolean if a field has been set.

func (*TriggeringEventsType) HasNEF ¶

func (o *TriggeringEventsType) HasNEF() bool

HasNEF returns a boolean if a field has been set.

func (*TriggeringEventsType) HasNRF ¶

func (o *TriggeringEventsType) HasNRF() bool

HasNRF returns a boolean if a field has been set.

func (*TriggeringEventsType) HasNSSF ¶

func (o *TriggeringEventsType) HasNSSF() bool

HasNSSF returns a boolean if a field has been set.

func (*TriggeringEventsType) HasPCF ¶

func (o *TriggeringEventsType) HasPCF() bool

HasPCF returns a boolean if a field has been set.

func (*TriggeringEventsType) HasPGW ¶

func (o *TriggeringEventsType) HasPGW() bool

HasPGW returns a boolean if a field has been set.

func (*TriggeringEventsType) HasSGSN ¶

func (o *TriggeringEventsType) HasSGSN() bool

HasSGSN returns a boolean if a field has been set.

func (*TriggeringEventsType) HasSGW ¶

func (o *TriggeringEventsType) HasSGW() bool

HasSGW returns a boolean if a field has been set.

func (*TriggeringEventsType) HasSMF ¶

func (o *TriggeringEventsType) HasSMF() bool

HasSMF returns a boolean if a field has been set.

func (*TriggeringEventsType) HasSMSF ¶

func (o *TriggeringEventsType) HasSMSF() bool

HasSMSF returns a boolean if a field has been set.

func (*TriggeringEventsType) HasUDM ¶

func (o *TriggeringEventsType) HasUDM() bool

HasUDM returns a boolean if a field has been set.

func (*TriggeringEventsType) HasUPF ¶

func (o *TriggeringEventsType) HasUPF() bool

HasUPF returns a boolean if a field has been set.

func (TriggeringEventsType) MarshalJSON ¶

func (o TriggeringEventsType) MarshalJSON() ([]byte, error)

func (*TriggeringEventsType) SetAMF ¶

func (o *TriggeringEventsType) SetAMF(v []string)

SetAMF gets a reference to the given []string and assigns it to the AMF field.

func (*TriggeringEventsType) SetAUSF ¶

func (o *TriggeringEventsType) SetAUSF(v []string)

SetAUSF gets a reference to the given []string and assigns it to the AUSF field.

func (*TriggeringEventsType) SetBM_SC ¶

func (o *TriggeringEventsType) SetBM_SC(v []string)

SetBM_SC gets a reference to the given []string and assigns it to the BM_SC field.

func (*TriggeringEventsType) SetGGSN ¶

func (o *TriggeringEventsType) SetGGSN(v []string)

SetGGSN gets a reference to the given []string and assigns it to the GGSN field.

func (*TriggeringEventsType) SetIMS ¶

func (o *TriggeringEventsType) SetIMS(v []string)

SetIMS gets a reference to the given []string and assigns it to the IMS field.

func (*TriggeringEventsType) SetMGW ¶

func (o *TriggeringEventsType) SetMGW(v []string)

SetMGW gets a reference to the given []string and assigns it to the MGW field.

func (*TriggeringEventsType) SetMME ¶

func (o *TriggeringEventsType) SetMME(v []string)

SetMME gets a reference to the given []string and assigns it to the MME field.

func (*TriggeringEventsType) SetMSC_SERVER ¶

func (o *TriggeringEventsType) SetMSC_SERVER(v []string)

SetMSC_SERVER gets a reference to the given []string and assigns it to the MSC_SERVER field.

func (*TriggeringEventsType) SetNEF ¶

func (o *TriggeringEventsType) SetNEF(v []string)

SetNEF gets a reference to the given []string and assigns it to the NEF field.

func (*TriggeringEventsType) SetNRF ¶

func (o *TriggeringEventsType) SetNRF(v []string)

SetNRF gets a reference to the given []string and assigns it to the NRF field.

func (*TriggeringEventsType) SetNSSF ¶

func (o *TriggeringEventsType) SetNSSF(v []string)

SetNSSF gets a reference to the given []string and assigns it to the NSSF field.

func (*TriggeringEventsType) SetPCF ¶

func (o *TriggeringEventsType) SetPCF(v []string)

SetPCF gets a reference to the given []string and assigns it to the PCF field.

func (*TriggeringEventsType) SetPGW ¶

func (o *TriggeringEventsType) SetPGW(v []string)

SetPGW gets a reference to the given []string and assigns it to the PGW field.

func (*TriggeringEventsType) SetSGSN ¶

func (o *TriggeringEventsType) SetSGSN(v []string)

SetSGSN gets a reference to the given []string and assigns it to the SGSN field.

func (*TriggeringEventsType) SetSGW ¶

func (o *TriggeringEventsType) SetSGW(v []string)

SetSGW gets a reference to the given []string and assigns it to the SGW field.

func (*TriggeringEventsType) SetSMF ¶

func (o *TriggeringEventsType) SetSMF(v []string)

SetSMF gets a reference to the given []string and assigns it to the SMF field.

func (*TriggeringEventsType) SetSMSF ¶

func (o *TriggeringEventsType) SetSMSF(v []string)

SetSMSF gets a reference to the given []string and assigns it to the SMSF field.

func (*TriggeringEventsType) SetUDM ¶

func (o *TriggeringEventsType) SetUDM(v []string)

SetUDM gets a reference to the given []string and assigns it to the UDM field.

func (*TriggeringEventsType) SetUPF ¶

func (o *TriggeringEventsType) SetUPF(v []string)

SetUPF gets a reference to the given []string and assigns it to the UPF field.

func (TriggeringEventsType) ToMap ¶

func (o TriggeringEventsType) ToMap() (map[string]interface{}, error)

type TscaiInputContainer ¶

type TscaiInputContainer struct {
	// Unsigned Integer, i.e. only value 0 and integers above 0 are permissible.
	Periodicity *int32 `json:"periodicity,omitempty"`
	// string with format 'date-time' as defined in OpenAPI.
	BurstArrivalTime *time.Time `json:"burstArrivalTime,omitempty"`
	// Unsigned Integer, i.e. only value 0 and integers above 0 are permissible.
	SurTimeInNumMsg *int32 `json:"surTimeInNumMsg,omitempty"`
	// Unsigned Integer, i.e. only value 0 and integers above 0 are permissible.
	SurTimeInTime *int32 `json:"surTimeInTime,omitempty"`
}

TscaiInputContainer Indicates TSC Traffic pattern.

func NewTscaiInputContainer ¶

func NewTscaiInputContainer() *TscaiInputContainer

NewTscaiInputContainer instantiates a new TscaiInputContainer object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTscaiInputContainerWithDefaults ¶

func NewTscaiInputContainerWithDefaults() *TscaiInputContainer

NewTscaiInputContainerWithDefaults instantiates a new TscaiInputContainer object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*TscaiInputContainer) GetBurstArrivalTime ¶

func (o *TscaiInputContainer) GetBurstArrivalTime() time.Time

GetBurstArrivalTime returns the BurstArrivalTime field value if set, zero value otherwise.

func (*TscaiInputContainer) GetBurstArrivalTimeOk ¶

func (o *TscaiInputContainer) GetBurstArrivalTimeOk() (*time.Time, bool)

GetBurstArrivalTimeOk returns a tuple with the BurstArrivalTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TscaiInputContainer) GetPeriodicity ¶

func (o *TscaiInputContainer) GetPeriodicity() int32

GetPeriodicity returns the Periodicity field value if set, zero value otherwise.

func (*TscaiInputContainer) GetPeriodicityOk ¶

func (o *TscaiInputContainer) GetPeriodicityOk() (*int32, bool)

GetPeriodicityOk returns a tuple with the Periodicity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TscaiInputContainer) GetSurTimeInNumMsg ¶

func (o *TscaiInputContainer) GetSurTimeInNumMsg() int32

GetSurTimeInNumMsg returns the SurTimeInNumMsg field value if set, zero value otherwise.

func (*TscaiInputContainer) GetSurTimeInNumMsgOk ¶

func (o *TscaiInputContainer) GetSurTimeInNumMsgOk() (*int32, bool)

GetSurTimeInNumMsgOk returns a tuple with the SurTimeInNumMsg field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TscaiInputContainer) GetSurTimeInTime ¶

func (o *TscaiInputContainer) GetSurTimeInTime() int32

GetSurTimeInTime returns the SurTimeInTime field value if set, zero value otherwise.

func (*TscaiInputContainer) GetSurTimeInTimeOk ¶

func (o *TscaiInputContainer) GetSurTimeInTimeOk() (*int32, bool)

GetSurTimeInTimeOk returns a tuple with the SurTimeInTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TscaiInputContainer) HasBurstArrivalTime ¶

func (o *TscaiInputContainer) HasBurstArrivalTime() bool

HasBurstArrivalTime returns a boolean if a field has been set.

func (*TscaiInputContainer) HasPeriodicity ¶

func (o *TscaiInputContainer) HasPeriodicity() bool

HasPeriodicity returns a boolean if a field has been set.

func (*TscaiInputContainer) HasSurTimeInNumMsg ¶

func (o *TscaiInputContainer) HasSurTimeInNumMsg() bool

HasSurTimeInNumMsg returns a boolean if a field has been set.

func (*TscaiInputContainer) HasSurTimeInTime ¶

func (o *TscaiInputContainer) HasSurTimeInTime() bool

HasSurTimeInTime returns a boolean if a field has been set.

func (TscaiInputContainer) MarshalJSON ¶

func (o TscaiInputContainer) MarshalJSON() ([]byte, error)

func (*TscaiInputContainer) SetBurstArrivalTime ¶

func (o *TscaiInputContainer) SetBurstArrivalTime(v time.Time)

SetBurstArrivalTime gets a reference to the given time.Time and assigns it to the BurstArrivalTime field.

func (*TscaiInputContainer) SetPeriodicity ¶

func (o *TscaiInputContainer) SetPeriodicity(v int32)

SetPeriodicity gets a reference to the given int32 and assigns it to the Periodicity field.

func (*TscaiInputContainer) SetSurTimeInNumMsg ¶

func (o *TscaiInputContainer) SetSurTimeInNumMsg(v int32)

SetSurTimeInNumMsg gets a reference to the given int32 and assigns it to the SurTimeInNumMsg field.

func (*TscaiInputContainer) SetSurTimeInTime ¶

func (o *TscaiInputContainer) SetSurTimeInTime(v int32)

SetSurTimeInTime gets a reference to the given int32 and assigns it to the SurTimeInTime field.

func (TscaiInputContainer) ToMap ¶

func (o TscaiInputContainer) ToMap() (map[string]interface{}, error)

type TxDirection ¶

type TxDirection string

TxDirection the model 'TxDirection'

const (
	DL        TxDirection = "DL"
	UL        TxDirection = "UL"
	DL_AND_UL TxDirection = "DL and UL"
)

List of TxDirection

func NewTxDirectionFromValue ¶

func NewTxDirectionFromValue(v string) (*TxDirection, error)

NewTxDirectionFromValue returns a pointer to a valid TxDirection for the value passed as argument, or an error if the value passed is not allowed by the enum

func (TxDirection) IsValid ¶

func (v TxDirection) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (TxDirection) Ptr ¶

func (v TxDirection) Ptr() *TxDirection

Ptr returns reference to TxDirection value

func (*TxDirection) UnmarshalJSON ¶

func (v *TxDirection) UnmarshalJSON(src []byte) error

type UEMobilityLevelContext ¶

type UEMobilityLevelContext struct {
	ContextAttribute  *string         `json:"contextAttribute,omitempty"`
	ContextCondition  *string         `json:"contextCondition,omitempty"`
	ContextValueRange []MobilityLevel `json:"contextValueRange,omitempty"`
}

UEMobilityLevelContext This data type is the \"ExpectationContext\" data type with specialisations for UEMobilityLevelContext

func NewUEMobilityLevelContext ¶

func NewUEMobilityLevelContext() *UEMobilityLevelContext

NewUEMobilityLevelContext instantiates a new UEMobilityLevelContext object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUEMobilityLevelContextWithDefaults ¶

func NewUEMobilityLevelContextWithDefaults() *UEMobilityLevelContext

NewUEMobilityLevelContextWithDefaults instantiates a new UEMobilityLevelContext object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UEMobilityLevelContext) GetContextAttribute ¶

func (o *UEMobilityLevelContext) GetContextAttribute() string

GetContextAttribute returns the ContextAttribute field value if set, zero value otherwise.

func (*UEMobilityLevelContext) GetContextAttributeOk ¶

func (o *UEMobilityLevelContext) GetContextAttributeOk() (*string, bool)

GetContextAttributeOk returns a tuple with the ContextAttribute field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UEMobilityLevelContext) GetContextCondition ¶

func (o *UEMobilityLevelContext) GetContextCondition() string

GetContextCondition returns the ContextCondition field value if set, zero value otherwise.

func (*UEMobilityLevelContext) GetContextConditionOk ¶

func (o *UEMobilityLevelContext) GetContextConditionOk() (*string, bool)

GetContextConditionOk returns a tuple with the ContextCondition field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UEMobilityLevelContext) GetContextValueRange ¶

func (o *UEMobilityLevelContext) GetContextValueRange() []MobilityLevel

GetContextValueRange returns the ContextValueRange field value if set, zero value otherwise.

func (*UEMobilityLevelContext) GetContextValueRangeOk ¶

func (o *UEMobilityLevelContext) GetContextValueRangeOk() ([]MobilityLevel, bool)

GetContextValueRangeOk returns a tuple with the ContextValueRange field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UEMobilityLevelContext) HasContextAttribute ¶

func (o *UEMobilityLevelContext) HasContextAttribute() bool

HasContextAttribute returns a boolean if a field has been set.

func (*UEMobilityLevelContext) HasContextCondition ¶

func (o *UEMobilityLevelContext) HasContextCondition() bool

HasContextCondition returns a boolean if a field has been set.

func (*UEMobilityLevelContext) HasContextValueRange ¶

func (o *UEMobilityLevelContext) HasContextValueRange() bool

HasContextValueRange returns a boolean if a field has been set.

func (UEMobilityLevelContext) MarshalJSON ¶

func (o UEMobilityLevelContext) MarshalJSON() ([]byte, error)

func (*UEMobilityLevelContext) SetContextAttribute ¶

func (o *UEMobilityLevelContext) SetContextAttribute(v string)

SetContextAttribute gets a reference to the given string and assigns it to the ContextAttribute field.

func (*UEMobilityLevelContext) SetContextCondition ¶

func (o *UEMobilityLevelContext) SetContextCondition(v string)

SetContextCondition gets a reference to the given string and assigns it to the ContextCondition field.

func (*UEMobilityLevelContext) SetContextValueRange ¶

func (o *UEMobilityLevelContext) SetContextValueRange(v []MobilityLevel)

SetContextValueRange gets a reference to the given []MobilityLevel and assigns it to the ContextValueRange field.

func (UEMobilityLevelContext) ToMap ¶

func (o UEMobilityLevelContext) ToMap() (map[string]interface{}, error)

type UESpeedTarget ¶

type UESpeedTarget struct {
	TargetAttribute  *string `json:"targetAttribute,omitempty"`
	TargetCondition  *string `json:"targetCondition,omitempty"`
	TargetValueRange *int32  `json:"targetValueRange,omitempty"`
}

UESpeedTarget This data type is the \"ExpectationTarget\" data type with specialisations for UESpeedTarget

func NewUESpeedTarget ¶

func NewUESpeedTarget() *UESpeedTarget

NewUESpeedTarget instantiates a new UESpeedTarget object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUESpeedTargetWithDefaults ¶

func NewUESpeedTargetWithDefaults() *UESpeedTarget

NewUESpeedTargetWithDefaults instantiates a new UESpeedTarget object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UESpeedTarget) GetTargetAttribute ¶

func (o *UESpeedTarget) GetTargetAttribute() string

GetTargetAttribute returns the TargetAttribute field value if set, zero value otherwise.

func (*UESpeedTarget) GetTargetAttributeOk ¶

func (o *UESpeedTarget) GetTargetAttributeOk() (*string, bool)

GetTargetAttributeOk returns a tuple with the TargetAttribute field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UESpeedTarget) GetTargetCondition ¶

func (o *UESpeedTarget) GetTargetCondition() string

GetTargetCondition returns the TargetCondition field value if set, zero value otherwise.

func (*UESpeedTarget) GetTargetConditionOk ¶

func (o *UESpeedTarget) GetTargetConditionOk() (*string, bool)

GetTargetConditionOk returns a tuple with the TargetCondition field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UESpeedTarget) GetTargetValueRange ¶

func (o *UESpeedTarget) GetTargetValueRange() int32

GetTargetValueRange returns the TargetValueRange field value if set, zero value otherwise.

func (*UESpeedTarget) GetTargetValueRangeOk ¶

func (o *UESpeedTarget) GetTargetValueRangeOk() (*int32, bool)

GetTargetValueRangeOk returns a tuple with the TargetValueRange field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UESpeedTarget) HasTargetAttribute ¶

func (o *UESpeedTarget) HasTargetAttribute() bool

HasTargetAttribute returns a boolean if a field has been set.

func (*UESpeedTarget) HasTargetCondition ¶

func (o *UESpeedTarget) HasTargetCondition() bool

HasTargetCondition returns a boolean if a field has been set.

func (*UESpeedTarget) HasTargetValueRange ¶

func (o *UESpeedTarget) HasTargetValueRange() bool

HasTargetValueRange returns a boolean if a field has been set.

func (UESpeedTarget) MarshalJSON ¶

func (o UESpeedTarget) MarshalJSON() ([]byte, error)

func (*UESpeedTarget) SetTargetAttribute ¶

func (o *UESpeedTarget) SetTargetAttribute(v string)

SetTargetAttribute gets a reference to the given string and assigns it to the TargetAttribute field.

func (*UESpeedTarget) SetTargetCondition ¶

func (o *UESpeedTarget) SetTargetCondition(v string)

SetTargetCondition gets a reference to the given string and assigns it to the TargetCondition field.

func (*UESpeedTarget) SetTargetValueRange ¶

func (o *UESpeedTarget) SetTargetValueRange(v int32)

SetTargetValueRange gets a reference to the given int32 and assigns it to the TargetValueRange field.

func (UESpeedTarget) ToMap ¶

func (o UESpeedTarget) ToMap() (map[string]interface{}, error)

type ULLatencyTarget ¶

type ULLatencyTarget struct {
	TargetName       *string `json:"targetName,omitempty"`
	TargetCondition  *string `json:"targetCondition,omitempty"`
	TargetValueRange *int32  `json:"targetValueRange,omitempty"`
}

ULLatencyTarget This data type is the \"ExpectationTarget\" data type with specialisations for ULLatencyTarget

func NewULLatencyTarget ¶

func NewULLatencyTarget() *ULLatencyTarget

NewULLatencyTarget instantiates a new ULLatencyTarget object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewULLatencyTargetWithDefaults ¶

func NewULLatencyTargetWithDefaults() *ULLatencyTarget

NewULLatencyTargetWithDefaults instantiates a new ULLatencyTarget object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ULLatencyTarget) GetTargetCondition ¶

func (o *ULLatencyTarget) GetTargetCondition() string

GetTargetCondition returns the TargetCondition field value if set, zero value otherwise.

func (*ULLatencyTarget) GetTargetConditionOk ¶

func (o *ULLatencyTarget) GetTargetConditionOk() (*string, bool)

GetTargetConditionOk returns a tuple with the TargetCondition field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ULLatencyTarget) GetTargetName ¶

func (o *ULLatencyTarget) GetTargetName() string

GetTargetName returns the TargetName field value if set, zero value otherwise.

func (*ULLatencyTarget) GetTargetNameOk ¶

func (o *ULLatencyTarget) GetTargetNameOk() (*string, bool)

GetTargetNameOk returns a tuple with the TargetName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ULLatencyTarget) GetTargetValueRange ¶

func (o *ULLatencyTarget) GetTargetValueRange() int32

GetTargetValueRange returns the TargetValueRange field value if set, zero value otherwise.

func (*ULLatencyTarget) GetTargetValueRangeOk ¶

func (o *ULLatencyTarget) GetTargetValueRangeOk() (*int32, bool)

GetTargetValueRangeOk returns a tuple with the TargetValueRange field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ULLatencyTarget) HasTargetCondition ¶

func (o *ULLatencyTarget) HasTargetCondition() bool

HasTargetCondition returns a boolean if a field has been set.

func (*ULLatencyTarget) HasTargetName ¶

func (o *ULLatencyTarget) HasTargetName() bool

HasTargetName returns a boolean if a field has been set.

func (*ULLatencyTarget) HasTargetValueRange ¶

func (o *ULLatencyTarget) HasTargetValueRange() bool

HasTargetValueRange returns a boolean if a field has been set.

func (ULLatencyTarget) MarshalJSON ¶

func (o ULLatencyTarget) MarshalJSON() ([]byte, error)

func (*ULLatencyTarget) SetTargetCondition ¶

func (o *ULLatencyTarget) SetTargetCondition(v string)

SetTargetCondition gets a reference to the given string and assigns it to the TargetCondition field.

func (*ULLatencyTarget) SetTargetName ¶

func (o *ULLatencyTarget) SetTargetName(v string)

SetTargetName gets a reference to the given string and assigns it to the TargetName field.

func (*ULLatencyTarget) SetTargetValueRange ¶

func (o *ULLatencyTarget) SetTargetValueRange(v int32)

SetTargetValueRange gets a reference to the given int32 and assigns it to the TargetValueRange field.

func (ULLatencyTarget) ToMap ¶

func (o ULLatencyTarget) ToMap() (map[string]interface{}, error)

type ULThptPerUETarget ¶

type ULThptPerUETarget struct {
	TargetName       *string `json:"targetName,omitempty"`
	TargetCondition  *string `json:"targetCondition,omitempty"`
	TargetValueRange *XLThpt `json:"targetValueRange,omitempty"`
}

ULThptPerUETarget This data type is the \"ExpectationTarget\" data type with specialisations for ULThptPerUETarget

func NewULThptPerUETarget ¶

func NewULThptPerUETarget() *ULThptPerUETarget

NewULThptPerUETarget instantiates a new ULThptPerUETarget object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewULThptPerUETargetWithDefaults ¶

func NewULThptPerUETargetWithDefaults() *ULThptPerUETarget

NewULThptPerUETargetWithDefaults instantiates a new ULThptPerUETarget object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ULThptPerUETarget) GetTargetCondition ¶

func (o *ULThptPerUETarget) GetTargetCondition() string

GetTargetCondition returns the TargetCondition field value if set, zero value otherwise.

func (*ULThptPerUETarget) GetTargetConditionOk ¶

func (o *ULThptPerUETarget) GetTargetConditionOk() (*string, bool)

GetTargetConditionOk returns a tuple with the TargetCondition field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ULThptPerUETarget) GetTargetName ¶

func (o *ULThptPerUETarget) GetTargetName() string

GetTargetName returns the TargetName field value if set, zero value otherwise.

func (*ULThptPerUETarget) GetTargetNameOk ¶

func (o *ULThptPerUETarget) GetTargetNameOk() (*string, bool)

GetTargetNameOk returns a tuple with the TargetName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ULThptPerUETarget) GetTargetValueRange ¶

func (o *ULThptPerUETarget) GetTargetValueRange() XLThpt

GetTargetValueRange returns the TargetValueRange field value if set, zero value otherwise.

func (*ULThptPerUETarget) GetTargetValueRangeOk ¶

func (o *ULThptPerUETarget) GetTargetValueRangeOk() (*XLThpt, bool)

GetTargetValueRangeOk returns a tuple with the TargetValueRange field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ULThptPerUETarget) HasTargetCondition ¶

func (o *ULThptPerUETarget) HasTargetCondition() bool

HasTargetCondition returns a boolean if a field has been set.

func (*ULThptPerUETarget) HasTargetName ¶

func (o *ULThptPerUETarget) HasTargetName() bool

HasTargetName returns a boolean if a field has been set.

func (*ULThptPerUETarget) HasTargetValueRange ¶

func (o *ULThptPerUETarget) HasTargetValueRange() bool

HasTargetValueRange returns a boolean if a field has been set.

func (ULThptPerUETarget) MarshalJSON ¶

func (o ULThptPerUETarget) MarshalJSON() ([]byte, error)

func (*ULThptPerUETarget) SetTargetCondition ¶

func (o *ULThptPerUETarget) SetTargetCondition(v string)

SetTargetCondition gets a reference to the given string and assigns it to the TargetCondition field.

func (*ULThptPerUETarget) SetTargetName ¶

func (o *ULThptPerUETarget) SetTargetName(v string)

SetTargetName gets a reference to the given string and assigns it to the TargetName field.

func (*ULThptPerUETarget) SetTargetValueRange ¶

func (o *ULThptPerUETarget) SetTargetValueRange(v XLThpt)

SetTargetValueRange gets a reference to the given XLThpt and assigns it to the TargetValueRange field.

func (ULThptPerUETarget) ToMap ¶

func (o ULThptPerUETarget) ToMap() (map[string]interface{}, error)

type UPFConnectionInfo ¶

type UPFConnectionInfo struct {
	UPFIpAddress *string `json:"uPFIpAddress,omitempty"`
	UPFRef       *string `json:"uPFRef,omitempty"`
}

UPFConnectionInfo struct for UPFConnectionInfo

func NewUPFConnectionInfo ¶

func NewUPFConnectionInfo() *UPFConnectionInfo

NewUPFConnectionInfo instantiates a new UPFConnectionInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUPFConnectionInfoWithDefaults ¶

func NewUPFConnectionInfoWithDefaults() *UPFConnectionInfo

NewUPFConnectionInfoWithDefaults instantiates a new UPFConnectionInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UPFConnectionInfo) GetUPFIpAddress ¶

func (o *UPFConnectionInfo) GetUPFIpAddress() string

GetUPFIpAddress returns the UPFIpAddress field value if set, zero value otherwise.

func (*UPFConnectionInfo) GetUPFIpAddressOk ¶

func (o *UPFConnectionInfo) GetUPFIpAddressOk() (*string, bool)

GetUPFIpAddressOk returns a tuple with the UPFIpAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UPFConnectionInfo) GetUPFRef ¶

func (o *UPFConnectionInfo) GetUPFRef() string

GetUPFRef returns the UPFRef field value if set, zero value otherwise.

func (*UPFConnectionInfo) GetUPFRefOk ¶

func (o *UPFConnectionInfo) GetUPFRefOk() (*string, bool)

GetUPFRefOk returns a tuple with the UPFRef field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UPFConnectionInfo) HasUPFIpAddress ¶

func (o *UPFConnectionInfo) HasUPFIpAddress() bool

HasUPFIpAddress returns a boolean if a field has been set.

func (*UPFConnectionInfo) HasUPFRef ¶

func (o *UPFConnectionInfo) HasUPFRef() bool

HasUPFRef returns a boolean if a field has been set.

func (UPFConnectionInfo) MarshalJSON ¶

func (o UPFConnectionInfo) MarshalJSON() ([]byte, error)

func (*UPFConnectionInfo) SetUPFIpAddress ¶

func (o *UPFConnectionInfo) SetUPFIpAddress(v string)

SetUPFIpAddress gets a reference to the given string and assigns it to the UPFIpAddress field.

func (*UPFConnectionInfo) SetUPFRef ¶

func (o *UPFConnectionInfo) SetUPFRef(v string)

SetUPFRef gets a reference to the given string and assigns it to the UPFRef field.

func (UPFConnectionInfo) ToMap ¶

func (o UPFConnectionInfo) ToMap() (map[string]interface{}, error)

type UdmFunctionSingle ¶

type UdmFunctionSingle struct {
	Top
	Attributes       *UdmFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
	PerfMetricJob    []PerfMetricJobSingle             `json:"PerfMetricJob,omitempty"`
	ThresholdMonitor []ThresholdMonitorSingle          `json:"ThresholdMonitor,omitempty"`
	ManagedNFService []ManagedNFServiceSingle          `json:"ManagedNFService,omitempty"`
	TraceJob         []TraceJobSingle                  `json:"TraceJob,omitempty"`
	EPN8             []EPN8Single                      `json:"EP_N8,omitempty"`
	EPN10            []EPN10Single                     `json:"EP_N10,omitempty"`
	EPN13            []EPN13Single                     `json:"EP_N13,omitempty"`
}

UdmFunctionSingle struct for UdmFunctionSingle

func NewUdmFunctionSingle ¶

func NewUdmFunctionSingle(id NullableString) *UdmFunctionSingle

NewUdmFunctionSingle instantiates a new UdmFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUdmFunctionSingleWithDefaults ¶

func NewUdmFunctionSingleWithDefaults() *UdmFunctionSingle

NewUdmFunctionSingleWithDefaults instantiates a new UdmFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UdmFunctionSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*UdmFunctionSingle) GetAttributesOk ¶

func (o *UdmFunctionSingle) GetAttributesOk() (*UdmFunctionSingleAllOfAttributes, 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 (*UdmFunctionSingle) GetEPN10 ¶

func (o *UdmFunctionSingle) GetEPN10() []EPN10Single

GetEPN10 returns the EPN10 field value if set, zero value otherwise.

func (*UdmFunctionSingle) GetEPN10Ok ¶

func (o *UdmFunctionSingle) GetEPN10Ok() ([]EPN10Single, bool)

GetEPN10Ok returns a tuple with the EPN10 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdmFunctionSingle) GetEPN13 ¶

func (o *UdmFunctionSingle) GetEPN13() []EPN13Single

GetEPN13 returns the EPN13 field value if set, zero value otherwise.

func (*UdmFunctionSingle) GetEPN13Ok ¶

func (o *UdmFunctionSingle) GetEPN13Ok() ([]EPN13Single, bool)

GetEPN13Ok returns a tuple with the EPN13 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdmFunctionSingle) GetEPN8 ¶

func (o *UdmFunctionSingle) GetEPN8() []EPN8Single

GetEPN8 returns the EPN8 field value if set, zero value otherwise.

func (*UdmFunctionSingle) GetEPN8Ok ¶

func (o *UdmFunctionSingle) GetEPN8Ok() ([]EPN8Single, bool)

GetEPN8Ok returns a tuple with the EPN8 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdmFunctionSingle) GetManagedNFService ¶

func (o *UdmFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle

GetManagedNFService returns the ManagedNFService field value if set, zero value otherwise.

func (*UdmFunctionSingle) GetManagedNFServiceOk ¶

func (o *UdmFunctionSingle) 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 (*UdmFunctionSingle) GetPerfMetricJob ¶

func (o *UdmFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle

GetPerfMetricJob returns the PerfMetricJob field value if set, zero value otherwise.

func (*UdmFunctionSingle) GetPerfMetricJobOk ¶

func (o *UdmFunctionSingle) 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 (*UdmFunctionSingle) GetThresholdMonitor ¶

func (o *UdmFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle

GetThresholdMonitor returns the ThresholdMonitor field value if set, zero value otherwise.

func (*UdmFunctionSingle) GetThresholdMonitorOk ¶

func (o *UdmFunctionSingle) 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 (*UdmFunctionSingle) GetTraceJob ¶

func (o *UdmFunctionSingle) GetTraceJob() []TraceJobSingle

GetTraceJob returns the TraceJob field value if set, zero value otherwise.

func (*UdmFunctionSingle) GetTraceJobOk ¶

func (o *UdmFunctionSingle) 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 (*UdmFunctionSingle) HasAttributes ¶

func (o *UdmFunctionSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*UdmFunctionSingle) HasEPN10 ¶

func (o *UdmFunctionSingle) HasEPN10() bool

HasEPN10 returns a boolean if a field has been set.

func (*UdmFunctionSingle) HasEPN13 ¶

func (o *UdmFunctionSingle) HasEPN13() bool

HasEPN13 returns a boolean if a field has been set.

func (*UdmFunctionSingle) HasEPN8 ¶

func (o *UdmFunctionSingle) HasEPN8() bool

HasEPN8 returns a boolean if a field has been set.

func (*UdmFunctionSingle) HasManagedNFService ¶

func (o *UdmFunctionSingle) HasManagedNFService() bool

HasManagedNFService returns a boolean if a field has been set.

func (*UdmFunctionSingle) HasPerfMetricJob ¶

func (o *UdmFunctionSingle) HasPerfMetricJob() bool

HasPerfMetricJob returns a boolean if a field has been set.

func (*UdmFunctionSingle) HasThresholdMonitor ¶

func (o *UdmFunctionSingle) HasThresholdMonitor() bool

HasThresholdMonitor returns a boolean if a field has been set.

func (*UdmFunctionSingle) HasTraceJob ¶

func (o *UdmFunctionSingle) HasTraceJob() bool

HasTraceJob returns a boolean if a field has been set.

func (UdmFunctionSingle) MarshalJSON ¶

func (o UdmFunctionSingle) MarshalJSON() ([]byte, error)

func (*UdmFunctionSingle) SetAttributes ¶

SetAttributes gets a reference to the given UdmFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (*UdmFunctionSingle) SetEPN10 ¶

func (o *UdmFunctionSingle) SetEPN10(v []EPN10Single)

SetEPN10 gets a reference to the given []EPN10Single and assigns it to the EPN10 field.

func (*UdmFunctionSingle) SetEPN13 ¶

func (o *UdmFunctionSingle) SetEPN13(v []EPN13Single)

SetEPN13 gets a reference to the given []EPN13Single and assigns it to the EPN13 field.

func (*UdmFunctionSingle) SetEPN8 ¶

func (o *UdmFunctionSingle) SetEPN8(v []EPN8Single)

SetEPN8 gets a reference to the given []EPN8Single and assigns it to the EPN8 field.

func (*UdmFunctionSingle) SetManagedNFService ¶

func (o *UdmFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle)

SetManagedNFService gets a reference to the given []ManagedNFServiceSingle and assigns it to the ManagedNFService field.

func (*UdmFunctionSingle) SetPerfMetricJob ¶

func (o *UdmFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle)

SetPerfMetricJob gets a reference to the given []PerfMetricJobSingle and assigns it to the PerfMetricJob field.

func (*UdmFunctionSingle) SetThresholdMonitor ¶

func (o *UdmFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)

SetThresholdMonitor gets a reference to the given []ThresholdMonitorSingle and assigns it to the ThresholdMonitor field.

func (*UdmFunctionSingle) SetTraceJob ¶

func (o *UdmFunctionSingle) SetTraceJob(v []TraceJobSingle)

SetTraceJob gets a reference to the given []TraceJobSingle and assigns it to the TraceJob field.

func (UdmFunctionSingle) ToMap ¶

func (o UdmFunctionSingle) ToMap() (map[string]interface{}, error)

type UdmFunctionSingleAllOf ¶

type UdmFunctionSingleAllOf struct {
	Attributes *UdmFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}

UdmFunctionSingleAllOf struct for UdmFunctionSingleAllOf

func NewUdmFunctionSingleAllOf ¶

func NewUdmFunctionSingleAllOf() *UdmFunctionSingleAllOf

NewUdmFunctionSingleAllOf instantiates a new UdmFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUdmFunctionSingleAllOfWithDefaults ¶

func NewUdmFunctionSingleAllOfWithDefaults() *UdmFunctionSingleAllOf

NewUdmFunctionSingleAllOfWithDefaults instantiates a new UdmFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UdmFunctionSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*UdmFunctionSingleAllOf) GetAttributesOk ¶

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 (*UdmFunctionSingleAllOf) HasAttributes ¶

func (o *UdmFunctionSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (UdmFunctionSingleAllOf) MarshalJSON ¶

func (o UdmFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*UdmFunctionSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given UdmFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (UdmFunctionSingleAllOf) ToMap ¶

func (o UdmFunctionSingleAllOf) ToMap() (map[string]interface{}, error)

type UdmFunctionSingleAllOf1 ¶

type UdmFunctionSingleAllOf1 struct {
	EPN8  []EPN8Single  `json:"EP_N8,omitempty"`
	EPN10 []EPN10Single `json:"EP_N10,omitempty"`
	EPN13 []EPN13Single `json:"EP_N13,omitempty"`
}

UdmFunctionSingleAllOf1 struct for UdmFunctionSingleAllOf1

func NewUdmFunctionSingleAllOf1 ¶

func NewUdmFunctionSingleAllOf1() *UdmFunctionSingleAllOf1

NewUdmFunctionSingleAllOf1 instantiates a new UdmFunctionSingleAllOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUdmFunctionSingleAllOf1WithDefaults ¶

func NewUdmFunctionSingleAllOf1WithDefaults() *UdmFunctionSingleAllOf1

NewUdmFunctionSingleAllOf1WithDefaults instantiates a new UdmFunctionSingleAllOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UdmFunctionSingleAllOf1) GetEPN10 ¶

func (o *UdmFunctionSingleAllOf1) GetEPN10() []EPN10Single

GetEPN10 returns the EPN10 field value if set, zero value otherwise.

func (*UdmFunctionSingleAllOf1) GetEPN10Ok ¶

func (o *UdmFunctionSingleAllOf1) GetEPN10Ok() ([]EPN10Single, bool)

GetEPN10Ok returns a tuple with the EPN10 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdmFunctionSingleAllOf1) GetEPN13 ¶

func (o *UdmFunctionSingleAllOf1) GetEPN13() []EPN13Single

GetEPN13 returns the EPN13 field value if set, zero value otherwise.

func (*UdmFunctionSingleAllOf1) GetEPN13Ok ¶

func (o *UdmFunctionSingleAllOf1) GetEPN13Ok() ([]EPN13Single, bool)

GetEPN13Ok returns a tuple with the EPN13 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdmFunctionSingleAllOf1) GetEPN8 ¶

func (o *UdmFunctionSingleAllOf1) GetEPN8() []EPN8Single

GetEPN8 returns the EPN8 field value if set, zero value otherwise.

func (*UdmFunctionSingleAllOf1) GetEPN8Ok ¶

func (o *UdmFunctionSingleAllOf1) GetEPN8Ok() ([]EPN8Single, bool)

GetEPN8Ok returns a tuple with the EPN8 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdmFunctionSingleAllOf1) HasEPN10 ¶

func (o *UdmFunctionSingleAllOf1) HasEPN10() bool

HasEPN10 returns a boolean if a field has been set.

func (*UdmFunctionSingleAllOf1) HasEPN13 ¶

func (o *UdmFunctionSingleAllOf1) HasEPN13() bool

HasEPN13 returns a boolean if a field has been set.

func (*UdmFunctionSingleAllOf1) HasEPN8 ¶

func (o *UdmFunctionSingleAllOf1) HasEPN8() bool

HasEPN8 returns a boolean if a field has been set.

func (UdmFunctionSingleAllOf1) MarshalJSON ¶

func (o UdmFunctionSingleAllOf1) MarshalJSON() ([]byte, error)

func (*UdmFunctionSingleAllOf1) SetEPN10 ¶

func (o *UdmFunctionSingleAllOf1) SetEPN10(v []EPN10Single)

SetEPN10 gets a reference to the given []EPN10Single and assigns it to the EPN10 field.

func (*UdmFunctionSingleAllOf1) SetEPN13 ¶

func (o *UdmFunctionSingleAllOf1) SetEPN13(v []EPN13Single)

SetEPN13 gets a reference to the given []EPN13Single and assigns it to the EPN13 field.

func (*UdmFunctionSingleAllOf1) SetEPN8 ¶

func (o *UdmFunctionSingleAllOf1) SetEPN8(v []EPN8Single)

SetEPN8 gets a reference to the given []EPN8Single and assigns it to the EPN8 field.

func (UdmFunctionSingleAllOf1) ToMap ¶

func (o UdmFunctionSingleAllOf1) ToMap() (map[string]interface{}, error)

type UdmFunctionSingleAllOfAttributes ¶

type UdmFunctionSingleAllOfAttributes struct {
	ManagedFunctionAttr
	PLMNInfoList                   []PlmnInfo             `json:"pLMNInfoList,omitempty"`
	SBIFqdn                        *string                `json:"sBIFqdn,omitempty"`
	ManagedNFProfile               *ManagedNFProfile      `json:"managedNFProfile,omitempty"`
	CommModelList                  []CommModel            `json:"commModelList,omitempty"`
	ECSAddrConfigInfo              []string               `json:"eCSAddrConfigInfo,omitempty"`
	GroupId                        *string                `json:"groupId,omitempty"`
	SupiRanges                     []SupiRange            `json:"supiRanges,omitempty"`
	GpsiRanges                     []IdentityRange        `json:"gpsiRanges,omitempty"`
	ExternalGroupIdentifiersRanges []IdentityRange        `json:"externalGroupIdentifiersRanges,omitempty"`
	RoutingIndicators              []string               `json:"routingIndicators,omitempty"`
	InternalGroupIdentifiersRanges []InternalGroupIdRange `json:"internalGroupIdentifiersRanges,omitempty"`
	SuciInfos                      []SuciInfo             `json:"suciInfos,omitempty"`
}

UdmFunctionSingleAllOfAttributes struct for UdmFunctionSingleAllOfAttributes

func NewUdmFunctionSingleAllOfAttributes ¶

func NewUdmFunctionSingleAllOfAttributes() *UdmFunctionSingleAllOfAttributes

NewUdmFunctionSingleAllOfAttributes instantiates a new UdmFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUdmFunctionSingleAllOfAttributesWithDefaults ¶

func NewUdmFunctionSingleAllOfAttributesWithDefaults() *UdmFunctionSingleAllOfAttributes

NewUdmFunctionSingleAllOfAttributesWithDefaults instantiates a new UdmFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UdmFunctionSingleAllOfAttributes) GetCommModelList ¶

func (o *UdmFunctionSingleAllOfAttributes) GetCommModelList() []CommModel

GetCommModelList returns the CommModelList field value if set, zero value otherwise.

func (*UdmFunctionSingleAllOfAttributes) GetCommModelListOk ¶

func (o *UdmFunctionSingleAllOfAttributes) GetCommModelListOk() ([]CommModel, bool)

GetCommModelListOk returns a tuple with the CommModelList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdmFunctionSingleAllOfAttributes) GetECSAddrConfigInfo ¶

func (o *UdmFunctionSingleAllOfAttributes) GetECSAddrConfigInfo() []string

GetECSAddrConfigInfo returns the ECSAddrConfigInfo field value if set, zero value otherwise.

func (*UdmFunctionSingleAllOfAttributes) GetECSAddrConfigInfoOk ¶

func (o *UdmFunctionSingleAllOfAttributes) GetECSAddrConfigInfoOk() ([]string, bool)

GetECSAddrConfigInfoOk returns a tuple with the ECSAddrConfigInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdmFunctionSingleAllOfAttributes) GetExternalGroupIdentifiersRanges ¶

func (o *UdmFunctionSingleAllOfAttributes) GetExternalGroupIdentifiersRanges() []IdentityRange

GetExternalGroupIdentifiersRanges returns the ExternalGroupIdentifiersRanges field value if set, zero value otherwise.

func (*UdmFunctionSingleAllOfAttributes) GetExternalGroupIdentifiersRangesOk ¶

func (o *UdmFunctionSingleAllOfAttributes) GetExternalGroupIdentifiersRangesOk() ([]IdentityRange, bool)

GetExternalGroupIdentifiersRangesOk returns a tuple with the ExternalGroupIdentifiersRanges field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdmFunctionSingleAllOfAttributes) GetGpsiRanges ¶

func (o *UdmFunctionSingleAllOfAttributes) GetGpsiRanges() []IdentityRange

GetGpsiRanges returns the GpsiRanges field value if set, zero value otherwise.

func (*UdmFunctionSingleAllOfAttributes) GetGpsiRangesOk ¶

func (o *UdmFunctionSingleAllOfAttributes) GetGpsiRangesOk() ([]IdentityRange, bool)

GetGpsiRangesOk returns a tuple with the GpsiRanges field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdmFunctionSingleAllOfAttributes) GetGroupId ¶

func (o *UdmFunctionSingleAllOfAttributes) GetGroupId() string

GetGroupId returns the GroupId field value if set, zero value otherwise.

func (*UdmFunctionSingleAllOfAttributes) GetGroupIdOk ¶

func (o *UdmFunctionSingleAllOfAttributes) GetGroupIdOk() (*string, bool)

GetGroupIdOk returns a tuple with the GroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdmFunctionSingleAllOfAttributes) GetInternalGroupIdentifiersRanges ¶

func (o *UdmFunctionSingleAllOfAttributes) GetInternalGroupIdentifiersRanges() []InternalGroupIdRange

GetInternalGroupIdentifiersRanges returns the InternalGroupIdentifiersRanges field value if set, zero value otherwise.

func (*UdmFunctionSingleAllOfAttributes) GetInternalGroupIdentifiersRangesOk ¶

func (o *UdmFunctionSingleAllOfAttributes) GetInternalGroupIdentifiersRangesOk() ([]InternalGroupIdRange, bool)

GetInternalGroupIdentifiersRangesOk returns a tuple with the InternalGroupIdentifiersRanges field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdmFunctionSingleAllOfAttributes) GetManagedNFProfile ¶

func (o *UdmFunctionSingleAllOfAttributes) GetManagedNFProfile() ManagedNFProfile

GetManagedNFProfile returns the ManagedNFProfile field value if set, zero value otherwise.

func (*UdmFunctionSingleAllOfAttributes) GetManagedNFProfileOk ¶

func (o *UdmFunctionSingleAllOfAttributes) GetManagedNFProfileOk() (*ManagedNFProfile, bool)

GetManagedNFProfileOk returns a tuple with the ManagedNFProfile field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdmFunctionSingleAllOfAttributes) GetPLMNInfoList ¶

func (o *UdmFunctionSingleAllOfAttributes) GetPLMNInfoList() []PlmnInfo

GetPLMNInfoList returns the PLMNInfoList field value if set, zero value otherwise.

func (*UdmFunctionSingleAllOfAttributes) GetPLMNInfoListOk ¶

func (o *UdmFunctionSingleAllOfAttributes) GetPLMNInfoListOk() ([]PlmnInfo, bool)

GetPLMNInfoListOk returns a tuple with the PLMNInfoList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdmFunctionSingleAllOfAttributes) GetRoutingIndicators ¶

func (o *UdmFunctionSingleAllOfAttributes) GetRoutingIndicators() []string

GetRoutingIndicators returns the RoutingIndicators field value if set, zero value otherwise.

func (*UdmFunctionSingleAllOfAttributes) GetRoutingIndicatorsOk ¶

func (o *UdmFunctionSingleAllOfAttributes) GetRoutingIndicatorsOk() ([]string, bool)

GetRoutingIndicatorsOk returns a tuple with the RoutingIndicators field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdmFunctionSingleAllOfAttributes) GetSBIFqdn ¶

func (o *UdmFunctionSingleAllOfAttributes) GetSBIFqdn() string

GetSBIFqdn returns the SBIFqdn field value if set, zero value otherwise.

func (*UdmFunctionSingleAllOfAttributes) GetSBIFqdnOk ¶

func (o *UdmFunctionSingleAllOfAttributes) GetSBIFqdnOk() (*string, bool)

GetSBIFqdnOk returns a tuple with the SBIFqdn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdmFunctionSingleAllOfAttributes) GetSuciInfos ¶

func (o *UdmFunctionSingleAllOfAttributes) GetSuciInfos() []SuciInfo

GetSuciInfos returns the SuciInfos field value if set, zero value otherwise.

func (*UdmFunctionSingleAllOfAttributes) GetSuciInfosOk ¶

func (o *UdmFunctionSingleAllOfAttributes) GetSuciInfosOk() ([]SuciInfo, bool)

GetSuciInfosOk returns a tuple with the SuciInfos field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdmFunctionSingleAllOfAttributes) GetSupiRanges ¶

func (o *UdmFunctionSingleAllOfAttributes) GetSupiRanges() []SupiRange

GetSupiRanges returns the SupiRanges field value if set, zero value otherwise.

func (*UdmFunctionSingleAllOfAttributes) GetSupiRangesOk ¶

func (o *UdmFunctionSingleAllOfAttributes) GetSupiRangesOk() ([]SupiRange, bool)

GetSupiRangesOk returns a tuple with the SupiRanges field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdmFunctionSingleAllOfAttributes) HasCommModelList ¶

func (o *UdmFunctionSingleAllOfAttributes) HasCommModelList() bool

HasCommModelList returns a boolean if a field has been set.

func (*UdmFunctionSingleAllOfAttributes) HasECSAddrConfigInfo ¶

func (o *UdmFunctionSingleAllOfAttributes) HasECSAddrConfigInfo() bool

HasECSAddrConfigInfo returns a boolean if a field has been set.

func (*UdmFunctionSingleAllOfAttributes) HasExternalGroupIdentifiersRanges ¶

func (o *UdmFunctionSingleAllOfAttributes) HasExternalGroupIdentifiersRanges() bool

HasExternalGroupIdentifiersRanges returns a boolean if a field has been set.

func (*UdmFunctionSingleAllOfAttributes) HasGpsiRanges ¶

func (o *UdmFunctionSingleAllOfAttributes) HasGpsiRanges() bool

HasGpsiRanges returns a boolean if a field has been set.

func (*UdmFunctionSingleAllOfAttributes) HasGroupId ¶

func (o *UdmFunctionSingleAllOfAttributes) HasGroupId() bool

HasGroupId returns a boolean if a field has been set.

func (*UdmFunctionSingleAllOfAttributes) HasInternalGroupIdentifiersRanges ¶

func (o *UdmFunctionSingleAllOfAttributes) HasInternalGroupIdentifiersRanges() bool

HasInternalGroupIdentifiersRanges returns a boolean if a field has been set.

func (*UdmFunctionSingleAllOfAttributes) HasManagedNFProfile ¶

func (o *UdmFunctionSingleAllOfAttributes) HasManagedNFProfile() bool

HasManagedNFProfile returns a boolean if a field has been set.

func (*UdmFunctionSingleAllOfAttributes) HasPLMNInfoList ¶

func (o *UdmFunctionSingleAllOfAttributes) HasPLMNInfoList() bool

HasPLMNInfoList returns a boolean if a field has been set.

func (*UdmFunctionSingleAllOfAttributes) HasRoutingIndicators ¶

func (o *UdmFunctionSingleAllOfAttributes) HasRoutingIndicators() bool

HasRoutingIndicators returns a boolean if a field has been set.

func (*UdmFunctionSingleAllOfAttributes) HasSBIFqdn ¶

func (o *UdmFunctionSingleAllOfAttributes) HasSBIFqdn() bool

HasSBIFqdn returns a boolean if a field has been set.

func (*UdmFunctionSingleAllOfAttributes) HasSuciInfos ¶

func (o *UdmFunctionSingleAllOfAttributes) HasSuciInfos() bool

HasSuciInfos returns a boolean if a field has been set.

func (*UdmFunctionSingleAllOfAttributes) HasSupiRanges ¶

func (o *UdmFunctionSingleAllOfAttributes) HasSupiRanges() bool

HasSupiRanges returns a boolean if a field has been set.

func (UdmFunctionSingleAllOfAttributes) MarshalJSON ¶

func (o UdmFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*UdmFunctionSingleAllOfAttributes) SetCommModelList ¶

func (o *UdmFunctionSingleAllOfAttributes) SetCommModelList(v []CommModel)

SetCommModelList gets a reference to the given []CommModel and assigns it to the CommModelList field.

func (*UdmFunctionSingleAllOfAttributes) SetECSAddrConfigInfo ¶

func (o *UdmFunctionSingleAllOfAttributes) SetECSAddrConfigInfo(v []string)

SetECSAddrConfigInfo gets a reference to the given []string and assigns it to the ECSAddrConfigInfo field.

func (*UdmFunctionSingleAllOfAttributes) SetExternalGroupIdentifiersRanges ¶

func (o *UdmFunctionSingleAllOfAttributes) SetExternalGroupIdentifiersRanges(v []IdentityRange)

SetExternalGroupIdentifiersRanges gets a reference to the given []IdentityRange and assigns it to the ExternalGroupIdentifiersRanges field.

func (*UdmFunctionSingleAllOfAttributes) SetGpsiRanges ¶

func (o *UdmFunctionSingleAllOfAttributes) SetGpsiRanges(v []IdentityRange)

SetGpsiRanges gets a reference to the given []IdentityRange and assigns it to the GpsiRanges field.

func (*UdmFunctionSingleAllOfAttributes) SetGroupId ¶

func (o *UdmFunctionSingleAllOfAttributes) SetGroupId(v string)

SetGroupId gets a reference to the given string and assigns it to the GroupId field.

func (*UdmFunctionSingleAllOfAttributes) SetInternalGroupIdentifiersRanges ¶

func (o *UdmFunctionSingleAllOfAttributes) SetInternalGroupIdentifiersRanges(v []InternalGroupIdRange)

SetInternalGroupIdentifiersRanges gets a reference to the given []InternalGroupIdRange and assigns it to the InternalGroupIdentifiersRanges field.

func (*UdmFunctionSingleAllOfAttributes) SetManagedNFProfile ¶

func (o *UdmFunctionSingleAllOfAttributes) SetManagedNFProfile(v ManagedNFProfile)

SetManagedNFProfile gets a reference to the given ManagedNFProfile and assigns it to the ManagedNFProfile field.

func (*UdmFunctionSingleAllOfAttributes) SetPLMNInfoList ¶

func (o *UdmFunctionSingleAllOfAttributes) SetPLMNInfoList(v []PlmnInfo)

SetPLMNInfoList gets a reference to the given []PlmnInfo and assigns it to the PLMNInfoList field.

func (*UdmFunctionSingleAllOfAttributes) SetRoutingIndicators ¶

func (o *UdmFunctionSingleAllOfAttributes) SetRoutingIndicators(v []string)

SetRoutingIndicators gets a reference to the given []string and assigns it to the RoutingIndicators field.

func (*UdmFunctionSingleAllOfAttributes) SetSBIFqdn ¶

func (o *UdmFunctionSingleAllOfAttributes) SetSBIFqdn(v string)

SetSBIFqdn gets a reference to the given string and assigns it to the SBIFqdn field.

func (*UdmFunctionSingleAllOfAttributes) SetSuciInfos ¶

func (o *UdmFunctionSingleAllOfAttributes) SetSuciInfos(v []SuciInfo)

SetSuciInfos gets a reference to the given []SuciInfo and assigns it to the SuciInfos field.

func (*UdmFunctionSingleAllOfAttributes) SetSupiRanges ¶

func (o *UdmFunctionSingleAllOfAttributes) SetSupiRanges(v []SupiRange)

SetSupiRanges gets a reference to the given []SupiRange and assigns it to the SupiRanges field.

func (UdmFunctionSingleAllOfAttributes) ToMap ¶

func (o UdmFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type UdmFunctionSingleAllOfAttributesAllOf ¶

type UdmFunctionSingleAllOfAttributesAllOf struct {
	PLMNInfoList                   []PlmnInfo             `json:"pLMNInfoList,omitempty"`
	SBIFqdn                        *string                `json:"sBIFqdn,omitempty"`
	ManagedNFProfile               *ManagedNFProfile      `json:"managedNFProfile,omitempty"`
	CommModelList                  []CommModel            `json:"commModelList,omitempty"`
	ECSAddrConfigInfo              []string               `json:"eCSAddrConfigInfo,omitempty"`
	GroupId                        *string                `json:"groupId,omitempty"`
	SupiRanges                     []SupiRange            `json:"supiRanges,omitempty"`
	GpsiRanges                     []IdentityRange        `json:"gpsiRanges,omitempty"`
	ExternalGroupIdentifiersRanges []IdentityRange        `json:"externalGroupIdentifiersRanges,omitempty"`
	RoutingIndicators              []string               `json:"routingIndicators,omitempty"`
	InternalGroupIdentifiersRanges []InternalGroupIdRange `json:"internalGroupIdentifiersRanges,omitempty"`
	SuciInfos                      []SuciInfo             `json:"suciInfos,omitempty"`
}

UdmFunctionSingleAllOfAttributesAllOf struct for UdmFunctionSingleAllOfAttributesAllOf

func NewUdmFunctionSingleAllOfAttributesAllOf ¶

func NewUdmFunctionSingleAllOfAttributesAllOf() *UdmFunctionSingleAllOfAttributesAllOf

NewUdmFunctionSingleAllOfAttributesAllOf instantiates a new UdmFunctionSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUdmFunctionSingleAllOfAttributesAllOfWithDefaults ¶

func NewUdmFunctionSingleAllOfAttributesAllOfWithDefaults() *UdmFunctionSingleAllOfAttributesAllOf

NewUdmFunctionSingleAllOfAttributesAllOfWithDefaults instantiates a new UdmFunctionSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UdmFunctionSingleAllOfAttributesAllOf) GetCommModelList ¶

func (o *UdmFunctionSingleAllOfAttributesAllOf) GetCommModelList() []CommModel

GetCommModelList returns the CommModelList field value if set, zero value otherwise.

func (*UdmFunctionSingleAllOfAttributesAllOf) GetCommModelListOk ¶

func (o *UdmFunctionSingleAllOfAttributesAllOf) GetCommModelListOk() ([]CommModel, bool)

GetCommModelListOk returns a tuple with the CommModelList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdmFunctionSingleAllOfAttributesAllOf) GetECSAddrConfigInfo ¶

func (o *UdmFunctionSingleAllOfAttributesAllOf) GetECSAddrConfigInfo() []string

GetECSAddrConfigInfo returns the ECSAddrConfigInfo field value if set, zero value otherwise.

func (*UdmFunctionSingleAllOfAttributesAllOf) GetECSAddrConfigInfoOk ¶

func (o *UdmFunctionSingleAllOfAttributesAllOf) GetECSAddrConfigInfoOk() ([]string, bool)

GetECSAddrConfigInfoOk returns a tuple with the ECSAddrConfigInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdmFunctionSingleAllOfAttributesAllOf) GetExternalGroupIdentifiersRanges ¶

func (o *UdmFunctionSingleAllOfAttributesAllOf) GetExternalGroupIdentifiersRanges() []IdentityRange

GetExternalGroupIdentifiersRanges returns the ExternalGroupIdentifiersRanges field value if set, zero value otherwise.

func (*UdmFunctionSingleAllOfAttributesAllOf) GetExternalGroupIdentifiersRangesOk ¶

func (o *UdmFunctionSingleAllOfAttributesAllOf) GetExternalGroupIdentifiersRangesOk() ([]IdentityRange, bool)

GetExternalGroupIdentifiersRangesOk returns a tuple with the ExternalGroupIdentifiersRanges field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdmFunctionSingleAllOfAttributesAllOf) GetGpsiRanges ¶

GetGpsiRanges returns the GpsiRanges field value if set, zero value otherwise.

func (*UdmFunctionSingleAllOfAttributesAllOf) GetGpsiRangesOk ¶

func (o *UdmFunctionSingleAllOfAttributesAllOf) GetGpsiRangesOk() ([]IdentityRange, bool)

GetGpsiRangesOk returns a tuple with the GpsiRanges field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdmFunctionSingleAllOfAttributesAllOf) GetGroupId ¶

GetGroupId returns the GroupId field value if set, zero value otherwise.

func (*UdmFunctionSingleAllOfAttributesAllOf) GetGroupIdOk ¶

func (o *UdmFunctionSingleAllOfAttributesAllOf) GetGroupIdOk() (*string, bool)

GetGroupIdOk returns a tuple with the GroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdmFunctionSingleAllOfAttributesAllOf) GetInternalGroupIdentifiersRanges ¶

func (o *UdmFunctionSingleAllOfAttributesAllOf) GetInternalGroupIdentifiersRanges() []InternalGroupIdRange

GetInternalGroupIdentifiersRanges returns the InternalGroupIdentifiersRanges field value if set, zero value otherwise.

func (*UdmFunctionSingleAllOfAttributesAllOf) GetInternalGroupIdentifiersRangesOk ¶

func (o *UdmFunctionSingleAllOfAttributesAllOf) GetInternalGroupIdentifiersRangesOk() ([]InternalGroupIdRange, bool)

GetInternalGroupIdentifiersRangesOk returns a tuple with the InternalGroupIdentifiersRanges field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdmFunctionSingleAllOfAttributesAllOf) GetManagedNFProfile ¶

GetManagedNFProfile returns the ManagedNFProfile field value if set, zero value otherwise.

func (*UdmFunctionSingleAllOfAttributesAllOf) GetManagedNFProfileOk ¶

func (o *UdmFunctionSingleAllOfAttributesAllOf) GetManagedNFProfileOk() (*ManagedNFProfile, bool)

GetManagedNFProfileOk returns a tuple with the ManagedNFProfile field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdmFunctionSingleAllOfAttributesAllOf) GetPLMNInfoList ¶

func (o *UdmFunctionSingleAllOfAttributesAllOf) GetPLMNInfoList() []PlmnInfo

GetPLMNInfoList returns the PLMNInfoList field value if set, zero value otherwise.

func (*UdmFunctionSingleAllOfAttributesAllOf) GetPLMNInfoListOk ¶

func (o *UdmFunctionSingleAllOfAttributesAllOf) GetPLMNInfoListOk() ([]PlmnInfo, bool)

GetPLMNInfoListOk returns a tuple with the PLMNInfoList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdmFunctionSingleAllOfAttributesAllOf) GetRoutingIndicators ¶

func (o *UdmFunctionSingleAllOfAttributesAllOf) GetRoutingIndicators() []string

GetRoutingIndicators returns the RoutingIndicators field value if set, zero value otherwise.

func (*UdmFunctionSingleAllOfAttributesAllOf) GetRoutingIndicatorsOk ¶

func (o *UdmFunctionSingleAllOfAttributesAllOf) GetRoutingIndicatorsOk() ([]string, bool)

GetRoutingIndicatorsOk returns a tuple with the RoutingIndicators field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdmFunctionSingleAllOfAttributesAllOf) GetSBIFqdn ¶

GetSBIFqdn returns the SBIFqdn field value if set, zero value otherwise.

func (*UdmFunctionSingleAllOfAttributesAllOf) GetSBIFqdnOk ¶

func (o *UdmFunctionSingleAllOfAttributesAllOf) GetSBIFqdnOk() (*string, bool)

GetSBIFqdnOk returns a tuple with the SBIFqdn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdmFunctionSingleAllOfAttributesAllOf) GetSuciInfos ¶

func (o *UdmFunctionSingleAllOfAttributesAllOf) GetSuciInfos() []SuciInfo

GetSuciInfos returns the SuciInfos field value if set, zero value otherwise.

func (*UdmFunctionSingleAllOfAttributesAllOf) GetSuciInfosOk ¶

func (o *UdmFunctionSingleAllOfAttributesAllOf) GetSuciInfosOk() ([]SuciInfo, bool)

GetSuciInfosOk returns a tuple with the SuciInfos field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdmFunctionSingleAllOfAttributesAllOf) GetSupiRanges ¶

func (o *UdmFunctionSingleAllOfAttributesAllOf) GetSupiRanges() []SupiRange

GetSupiRanges returns the SupiRanges field value if set, zero value otherwise.

func (*UdmFunctionSingleAllOfAttributesAllOf) GetSupiRangesOk ¶

func (o *UdmFunctionSingleAllOfAttributesAllOf) GetSupiRangesOk() ([]SupiRange, bool)

GetSupiRangesOk returns a tuple with the SupiRanges field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdmFunctionSingleAllOfAttributesAllOf) HasCommModelList ¶

func (o *UdmFunctionSingleAllOfAttributesAllOf) HasCommModelList() bool

HasCommModelList returns a boolean if a field has been set.

func (*UdmFunctionSingleAllOfAttributesAllOf) HasECSAddrConfigInfo ¶

func (o *UdmFunctionSingleAllOfAttributesAllOf) HasECSAddrConfigInfo() bool

HasECSAddrConfigInfo returns a boolean if a field has been set.

func (*UdmFunctionSingleAllOfAttributesAllOf) HasExternalGroupIdentifiersRanges ¶

func (o *UdmFunctionSingleAllOfAttributesAllOf) HasExternalGroupIdentifiersRanges() bool

HasExternalGroupIdentifiersRanges returns a boolean if a field has been set.

func (*UdmFunctionSingleAllOfAttributesAllOf) HasGpsiRanges ¶

func (o *UdmFunctionSingleAllOfAttributesAllOf) HasGpsiRanges() bool

HasGpsiRanges returns a boolean if a field has been set.

func (*UdmFunctionSingleAllOfAttributesAllOf) HasGroupId ¶

HasGroupId returns a boolean if a field has been set.

func (*UdmFunctionSingleAllOfAttributesAllOf) HasInternalGroupIdentifiersRanges ¶

func (o *UdmFunctionSingleAllOfAttributesAllOf) HasInternalGroupIdentifiersRanges() bool

HasInternalGroupIdentifiersRanges returns a boolean if a field has been set.

func (*UdmFunctionSingleAllOfAttributesAllOf) HasManagedNFProfile ¶

func (o *UdmFunctionSingleAllOfAttributesAllOf) HasManagedNFProfile() bool

HasManagedNFProfile returns a boolean if a field has been set.

func (*UdmFunctionSingleAllOfAttributesAllOf) HasPLMNInfoList ¶

func (o *UdmFunctionSingleAllOfAttributesAllOf) HasPLMNInfoList() bool

HasPLMNInfoList returns a boolean if a field has been set.

func (*UdmFunctionSingleAllOfAttributesAllOf) HasRoutingIndicators ¶

func (o *UdmFunctionSingleAllOfAttributesAllOf) HasRoutingIndicators() bool

HasRoutingIndicators returns a boolean if a field has been set.

func (*UdmFunctionSingleAllOfAttributesAllOf) HasSBIFqdn ¶

HasSBIFqdn returns a boolean if a field has been set.

func (*UdmFunctionSingleAllOfAttributesAllOf) HasSuciInfos ¶

func (o *UdmFunctionSingleAllOfAttributesAllOf) HasSuciInfos() bool

HasSuciInfos returns a boolean if a field has been set.

func (*UdmFunctionSingleAllOfAttributesAllOf) HasSupiRanges ¶

func (o *UdmFunctionSingleAllOfAttributesAllOf) HasSupiRanges() bool

HasSupiRanges returns a boolean if a field has been set.

func (UdmFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (o UdmFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)

func (*UdmFunctionSingleAllOfAttributesAllOf) SetCommModelList ¶

func (o *UdmFunctionSingleAllOfAttributesAllOf) SetCommModelList(v []CommModel)

SetCommModelList gets a reference to the given []CommModel and assigns it to the CommModelList field.

func (*UdmFunctionSingleAllOfAttributesAllOf) SetECSAddrConfigInfo ¶

func (o *UdmFunctionSingleAllOfAttributesAllOf) SetECSAddrConfigInfo(v []string)

SetECSAddrConfigInfo gets a reference to the given []string and assigns it to the ECSAddrConfigInfo field.

func (*UdmFunctionSingleAllOfAttributesAllOf) SetExternalGroupIdentifiersRanges ¶

func (o *UdmFunctionSingleAllOfAttributesAllOf) SetExternalGroupIdentifiersRanges(v []IdentityRange)

SetExternalGroupIdentifiersRanges gets a reference to the given []IdentityRange and assigns it to the ExternalGroupIdentifiersRanges field.

func (*UdmFunctionSingleAllOfAttributesAllOf) SetGpsiRanges ¶

SetGpsiRanges gets a reference to the given []IdentityRange and assigns it to the GpsiRanges field.

func (*UdmFunctionSingleAllOfAttributesAllOf) SetGroupId ¶

SetGroupId gets a reference to the given string and assigns it to the GroupId field.

func (*UdmFunctionSingleAllOfAttributesAllOf) SetInternalGroupIdentifiersRanges ¶

func (o *UdmFunctionSingleAllOfAttributesAllOf) SetInternalGroupIdentifiersRanges(v []InternalGroupIdRange)

SetInternalGroupIdentifiersRanges gets a reference to the given []InternalGroupIdRange and assigns it to the InternalGroupIdentifiersRanges field.

func (*UdmFunctionSingleAllOfAttributesAllOf) SetManagedNFProfile ¶

func (o *UdmFunctionSingleAllOfAttributesAllOf) SetManagedNFProfile(v ManagedNFProfile)

SetManagedNFProfile gets a reference to the given ManagedNFProfile and assigns it to the ManagedNFProfile field.

func (*UdmFunctionSingleAllOfAttributesAllOf) SetPLMNInfoList ¶

func (o *UdmFunctionSingleAllOfAttributesAllOf) SetPLMNInfoList(v []PlmnInfo)

SetPLMNInfoList gets a reference to the given []PlmnInfo and assigns it to the PLMNInfoList field.

func (*UdmFunctionSingleAllOfAttributesAllOf) SetRoutingIndicators ¶

func (o *UdmFunctionSingleAllOfAttributesAllOf) SetRoutingIndicators(v []string)

SetRoutingIndicators gets a reference to the given []string and assigns it to the RoutingIndicators field.

func (*UdmFunctionSingleAllOfAttributesAllOf) SetSBIFqdn ¶

SetSBIFqdn gets a reference to the given string and assigns it to the SBIFqdn field.

func (*UdmFunctionSingleAllOfAttributesAllOf) SetSuciInfos ¶

func (o *UdmFunctionSingleAllOfAttributesAllOf) SetSuciInfos(v []SuciInfo)

SetSuciInfos gets a reference to the given []SuciInfo and assigns it to the SuciInfos field.

func (*UdmFunctionSingleAllOfAttributesAllOf) SetSupiRanges ¶

func (o *UdmFunctionSingleAllOfAttributesAllOf) SetSupiRanges(v []SupiRange)

SetSupiRanges gets a reference to the given []SupiRange and assigns it to the SupiRanges field.

func (UdmFunctionSingleAllOfAttributesAllOf) ToMap ¶

func (o UdmFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)

type UdrFunctionSingle ¶

type UdrFunctionSingle struct {
	Top
	Attributes *UdrFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}

UdrFunctionSingle struct for UdrFunctionSingle

func NewUdrFunctionSingle ¶

func NewUdrFunctionSingle(id NullableString) *UdrFunctionSingle

NewUdrFunctionSingle instantiates a new UdrFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUdrFunctionSingleWithDefaults ¶

func NewUdrFunctionSingleWithDefaults() *UdrFunctionSingle

NewUdrFunctionSingleWithDefaults instantiates a new UdrFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UdrFunctionSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*UdrFunctionSingle) GetAttributesOk ¶

func (o *UdrFunctionSingle) GetAttributesOk() (*UdrFunctionSingleAllOfAttributes, 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 (*UdrFunctionSingle) HasAttributes ¶

func (o *UdrFunctionSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (UdrFunctionSingle) MarshalJSON ¶

func (o UdrFunctionSingle) MarshalJSON() ([]byte, error)

func (*UdrFunctionSingle) SetAttributes ¶

SetAttributes gets a reference to the given UdrFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (UdrFunctionSingle) ToMap ¶

func (o UdrFunctionSingle) ToMap() (map[string]interface{}, error)

type UdrFunctionSingleAllOf ¶

type UdrFunctionSingleAllOf struct {
	Attributes *UdrFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}

UdrFunctionSingleAllOf struct for UdrFunctionSingleAllOf

func NewUdrFunctionSingleAllOf ¶

func NewUdrFunctionSingleAllOf() *UdrFunctionSingleAllOf

NewUdrFunctionSingleAllOf instantiates a new UdrFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUdrFunctionSingleAllOfWithDefaults ¶

func NewUdrFunctionSingleAllOfWithDefaults() *UdrFunctionSingleAllOf

NewUdrFunctionSingleAllOfWithDefaults instantiates a new UdrFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UdrFunctionSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*UdrFunctionSingleAllOf) GetAttributesOk ¶

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 (*UdrFunctionSingleAllOf) HasAttributes ¶

func (o *UdrFunctionSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (UdrFunctionSingleAllOf) MarshalJSON ¶

func (o UdrFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*UdrFunctionSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given UdrFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (UdrFunctionSingleAllOf) ToMap ¶

func (o UdrFunctionSingleAllOf) ToMap() (map[string]interface{}, error)

type UdrFunctionSingleAllOfAttributes ¶

type UdrFunctionSingleAllOfAttributes struct {
	ManagedFunctionAttr
	PLMNInfoList                   []PlmnInfo          `json:"pLMNInfoList,omitempty"`
	SBIFqdn                        *string             `json:"sBIFqdn,omitempty"`
	ManagedNFProfile               *ManagedNFProfile   `json:"managedNFProfile,omitempty"`
	GroupId                        *string             `json:"groupId,omitempty"`
	SupiRanges                     []SupiRange         `json:"supiRanges,omitempty"`
	GpsiRanges                     []IdentityRange     `json:"gpsiRanges,omitempty"`
	ExternalGroupIdentifiersRanges []IdentityRange     `json:"externalGroupIdentifiersRanges,omitempty"`
	SupportedDataSets              []SupportedDataSet  `json:"supportedDataSets,omitempty"`
	SharedDataIdRanges             []SharedDataIdRange `json:"sharedDataIdRanges,omitempty"`
}

UdrFunctionSingleAllOfAttributes struct for UdrFunctionSingleAllOfAttributes

func NewUdrFunctionSingleAllOfAttributes ¶

func NewUdrFunctionSingleAllOfAttributes() *UdrFunctionSingleAllOfAttributes

NewUdrFunctionSingleAllOfAttributes instantiates a new UdrFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUdrFunctionSingleAllOfAttributesWithDefaults ¶

func NewUdrFunctionSingleAllOfAttributesWithDefaults() *UdrFunctionSingleAllOfAttributes

NewUdrFunctionSingleAllOfAttributesWithDefaults instantiates a new UdrFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UdrFunctionSingleAllOfAttributes) GetExternalGroupIdentifiersRanges ¶

func (o *UdrFunctionSingleAllOfAttributes) GetExternalGroupIdentifiersRanges() []IdentityRange

GetExternalGroupIdentifiersRanges returns the ExternalGroupIdentifiersRanges field value if set, zero value otherwise.

func (*UdrFunctionSingleAllOfAttributes) GetExternalGroupIdentifiersRangesOk ¶

func (o *UdrFunctionSingleAllOfAttributes) GetExternalGroupIdentifiersRangesOk() ([]IdentityRange, bool)

GetExternalGroupIdentifiersRangesOk returns a tuple with the ExternalGroupIdentifiersRanges field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdrFunctionSingleAllOfAttributes) GetGpsiRanges ¶

func (o *UdrFunctionSingleAllOfAttributes) GetGpsiRanges() []IdentityRange

GetGpsiRanges returns the GpsiRanges field value if set, zero value otherwise.

func (*UdrFunctionSingleAllOfAttributes) GetGpsiRangesOk ¶

func (o *UdrFunctionSingleAllOfAttributes) GetGpsiRangesOk() ([]IdentityRange, bool)

GetGpsiRangesOk returns a tuple with the GpsiRanges field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdrFunctionSingleAllOfAttributes) GetGroupId ¶

func (o *UdrFunctionSingleAllOfAttributes) GetGroupId() string

GetGroupId returns the GroupId field value if set, zero value otherwise.

func (*UdrFunctionSingleAllOfAttributes) GetGroupIdOk ¶

func (o *UdrFunctionSingleAllOfAttributes) GetGroupIdOk() (*string, bool)

GetGroupIdOk returns a tuple with the GroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdrFunctionSingleAllOfAttributes) GetManagedNFProfile ¶

func (o *UdrFunctionSingleAllOfAttributes) GetManagedNFProfile() ManagedNFProfile

GetManagedNFProfile returns the ManagedNFProfile field value if set, zero value otherwise.

func (*UdrFunctionSingleAllOfAttributes) GetManagedNFProfileOk ¶

func (o *UdrFunctionSingleAllOfAttributes) GetManagedNFProfileOk() (*ManagedNFProfile, bool)

GetManagedNFProfileOk returns a tuple with the ManagedNFProfile field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdrFunctionSingleAllOfAttributes) GetPLMNInfoList ¶

func (o *UdrFunctionSingleAllOfAttributes) GetPLMNInfoList() []PlmnInfo

GetPLMNInfoList returns the PLMNInfoList field value if set, zero value otherwise.

func (*UdrFunctionSingleAllOfAttributes) GetPLMNInfoListOk ¶

func (o *UdrFunctionSingleAllOfAttributes) GetPLMNInfoListOk() ([]PlmnInfo, bool)

GetPLMNInfoListOk returns a tuple with the PLMNInfoList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdrFunctionSingleAllOfAttributes) GetSBIFqdn ¶

func (o *UdrFunctionSingleAllOfAttributes) GetSBIFqdn() string

GetSBIFqdn returns the SBIFqdn field value if set, zero value otherwise.

func (*UdrFunctionSingleAllOfAttributes) GetSBIFqdnOk ¶

func (o *UdrFunctionSingleAllOfAttributes) GetSBIFqdnOk() (*string, bool)

GetSBIFqdnOk returns a tuple with the SBIFqdn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdrFunctionSingleAllOfAttributes) GetSharedDataIdRanges ¶

func (o *UdrFunctionSingleAllOfAttributes) GetSharedDataIdRanges() []SharedDataIdRange

GetSharedDataIdRanges returns the SharedDataIdRanges field value if set, zero value otherwise.

func (*UdrFunctionSingleAllOfAttributes) GetSharedDataIdRangesOk ¶

func (o *UdrFunctionSingleAllOfAttributes) GetSharedDataIdRangesOk() ([]SharedDataIdRange, bool)

GetSharedDataIdRangesOk returns a tuple with the SharedDataIdRanges field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdrFunctionSingleAllOfAttributes) GetSupiRanges ¶

func (o *UdrFunctionSingleAllOfAttributes) GetSupiRanges() []SupiRange

GetSupiRanges returns the SupiRanges field value if set, zero value otherwise.

func (*UdrFunctionSingleAllOfAttributes) GetSupiRangesOk ¶

func (o *UdrFunctionSingleAllOfAttributes) GetSupiRangesOk() ([]SupiRange, bool)

GetSupiRangesOk returns a tuple with the SupiRanges field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdrFunctionSingleAllOfAttributes) GetSupportedDataSets ¶

func (o *UdrFunctionSingleAllOfAttributes) GetSupportedDataSets() []SupportedDataSet

GetSupportedDataSets returns the SupportedDataSets field value if set, zero value otherwise.

func (*UdrFunctionSingleAllOfAttributes) GetSupportedDataSetsOk ¶

func (o *UdrFunctionSingleAllOfAttributes) GetSupportedDataSetsOk() ([]SupportedDataSet, bool)

GetSupportedDataSetsOk returns a tuple with the SupportedDataSets field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdrFunctionSingleAllOfAttributes) HasExternalGroupIdentifiersRanges ¶

func (o *UdrFunctionSingleAllOfAttributes) HasExternalGroupIdentifiersRanges() bool

HasExternalGroupIdentifiersRanges returns a boolean if a field has been set.

func (*UdrFunctionSingleAllOfAttributes) HasGpsiRanges ¶

func (o *UdrFunctionSingleAllOfAttributes) HasGpsiRanges() bool

HasGpsiRanges returns a boolean if a field has been set.

func (*UdrFunctionSingleAllOfAttributes) HasGroupId ¶

func (o *UdrFunctionSingleAllOfAttributes) HasGroupId() bool

HasGroupId returns a boolean if a field has been set.

func (*UdrFunctionSingleAllOfAttributes) HasManagedNFProfile ¶

func (o *UdrFunctionSingleAllOfAttributes) HasManagedNFProfile() bool

HasManagedNFProfile returns a boolean if a field has been set.

func (*UdrFunctionSingleAllOfAttributes) HasPLMNInfoList ¶

func (o *UdrFunctionSingleAllOfAttributes) HasPLMNInfoList() bool

HasPLMNInfoList returns a boolean if a field has been set.

func (*UdrFunctionSingleAllOfAttributes) HasSBIFqdn ¶

func (o *UdrFunctionSingleAllOfAttributes) HasSBIFqdn() bool

HasSBIFqdn returns a boolean if a field has been set.

func (*UdrFunctionSingleAllOfAttributes) HasSharedDataIdRanges ¶

func (o *UdrFunctionSingleAllOfAttributes) HasSharedDataIdRanges() bool

HasSharedDataIdRanges returns a boolean if a field has been set.

func (*UdrFunctionSingleAllOfAttributes) HasSupiRanges ¶

func (o *UdrFunctionSingleAllOfAttributes) HasSupiRanges() bool

HasSupiRanges returns a boolean if a field has been set.

func (*UdrFunctionSingleAllOfAttributes) HasSupportedDataSets ¶

func (o *UdrFunctionSingleAllOfAttributes) HasSupportedDataSets() bool

HasSupportedDataSets returns a boolean if a field has been set.

func (UdrFunctionSingleAllOfAttributes) MarshalJSON ¶

func (o UdrFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*UdrFunctionSingleAllOfAttributes) SetExternalGroupIdentifiersRanges ¶

func (o *UdrFunctionSingleAllOfAttributes) SetExternalGroupIdentifiersRanges(v []IdentityRange)

SetExternalGroupIdentifiersRanges gets a reference to the given []IdentityRange and assigns it to the ExternalGroupIdentifiersRanges field.

func (*UdrFunctionSingleAllOfAttributes) SetGpsiRanges ¶

func (o *UdrFunctionSingleAllOfAttributes) SetGpsiRanges(v []IdentityRange)

SetGpsiRanges gets a reference to the given []IdentityRange and assigns it to the GpsiRanges field.

func (*UdrFunctionSingleAllOfAttributes) SetGroupId ¶

func (o *UdrFunctionSingleAllOfAttributes) SetGroupId(v string)

SetGroupId gets a reference to the given string and assigns it to the GroupId field.

func (*UdrFunctionSingleAllOfAttributes) SetManagedNFProfile ¶

func (o *UdrFunctionSingleAllOfAttributes) SetManagedNFProfile(v ManagedNFProfile)

SetManagedNFProfile gets a reference to the given ManagedNFProfile and assigns it to the ManagedNFProfile field.

func (*UdrFunctionSingleAllOfAttributes) SetPLMNInfoList ¶

func (o *UdrFunctionSingleAllOfAttributes) SetPLMNInfoList(v []PlmnInfo)

SetPLMNInfoList gets a reference to the given []PlmnInfo and assigns it to the PLMNInfoList field.

func (*UdrFunctionSingleAllOfAttributes) SetSBIFqdn ¶

func (o *UdrFunctionSingleAllOfAttributes) SetSBIFqdn(v string)

SetSBIFqdn gets a reference to the given string and assigns it to the SBIFqdn field.

func (*UdrFunctionSingleAllOfAttributes) SetSharedDataIdRanges ¶

func (o *UdrFunctionSingleAllOfAttributes) SetSharedDataIdRanges(v []SharedDataIdRange)

SetSharedDataIdRanges gets a reference to the given []SharedDataIdRange and assigns it to the SharedDataIdRanges field.

func (*UdrFunctionSingleAllOfAttributes) SetSupiRanges ¶

func (o *UdrFunctionSingleAllOfAttributes) SetSupiRanges(v []SupiRange)

SetSupiRanges gets a reference to the given []SupiRange and assigns it to the SupiRanges field.

func (*UdrFunctionSingleAllOfAttributes) SetSupportedDataSets ¶

func (o *UdrFunctionSingleAllOfAttributes) SetSupportedDataSets(v []SupportedDataSet)

SetSupportedDataSets gets a reference to the given []SupportedDataSet and assigns it to the SupportedDataSets field.

func (UdrFunctionSingleAllOfAttributes) ToMap ¶

func (o UdrFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type UdrFunctionSingleAllOfAttributesAllOf ¶

type UdrFunctionSingleAllOfAttributesAllOf struct {
	PLMNInfoList                   []PlmnInfo          `json:"pLMNInfoList,omitempty"`
	SBIFqdn                        *string             `json:"sBIFqdn,omitempty"`
	ManagedNFProfile               *ManagedNFProfile   `json:"managedNFProfile,omitempty"`
	GroupId                        *string             `json:"groupId,omitempty"`
	SupiRanges                     []SupiRange         `json:"supiRanges,omitempty"`
	GpsiRanges                     []IdentityRange     `json:"gpsiRanges,omitempty"`
	ExternalGroupIdentifiersRanges []IdentityRange     `json:"externalGroupIdentifiersRanges,omitempty"`
	SupportedDataSets              []SupportedDataSet  `json:"supportedDataSets,omitempty"`
	SharedDataIdRanges             []SharedDataIdRange `json:"sharedDataIdRanges,omitempty"`
}

UdrFunctionSingleAllOfAttributesAllOf struct for UdrFunctionSingleAllOfAttributesAllOf

func NewUdrFunctionSingleAllOfAttributesAllOf ¶

func NewUdrFunctionSingleAllOfAttributesAllOf() *UdrFunctionSingleAllOfAttributesAllOf

NewUdrFunctionSingleAllOfAttributesAllOf instantiates a new UdrFunctionSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUdrFunctionSingleAllOfAttributesAllOfWithDefaults ¶

func NewUdrFunctionSingleAllOfAttributesAllOfWithDefaults() *UdrFunctionSingleAllOfAttributesAllOf

NewUdrFunctionSingleAllOfAttributesAllOfWithDefaults instantiates a new UdrFunctionSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UdrFunctionSingleAllOfAttributesAllOf) GetExternalGroupIdentifiersRanges ¶

func (o *UdrFunctionSingleAllOfAttributesAllOf) GetExternalGroupIdentifiersRanges() []IdentityRange

GetExternalGroupIdentifiersRanges returns the ExternalGroupIdentifiersRanges field value if set, zero value otherwise.

func (*UdrFunctionSingleAllOfAttributesAllOf) GetExternalGroupIdentifiersRangesOk ¶

func (o *UdrFunctionSingleAllOfAttributesAllOf) GetExternalGroupIdentifiersRangesOk() ([]IdentityRange, bool)

GetExternalGroupIdentifiersRangesOk returns a tuple with the ExternalGroupIdentifiersRanges field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdrFunctionSingleAllOfAttributesAllOf) GetGpsiRanges ¶

GetGpsiRanges returns the GpsiRanges field value if set, zero value otherwise.

func (*UdrFunctionSingleAllOfAttributesAllOf) GetGpsiRangesOk ¶

func (o *UdrFunctionSingleAllOfAttributesAllOf) GetGpsiRangesOk() ([]IdentityRange, bool)

GetGpsiRangesOk returns a tuple with the GpsiRanges field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdrFunctionSingleAllOfAttributesAllOf) GetGroupId ¶

GetGroupId returns the GroupId field value if set, zero value otherwise.

func (*UdrFunctionSingleAllOfAttributesAllOf) GetGroupIdOk ¶

func (o *UdrFunctionSingleAllOfAttributesAllOf) GetGroupIdOk() (*string, bool)

GetGroupIdOk returns a tuple with the GroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdrFunctionSingleAllOfAttributesAllOf) GetManagedNFProfile ¶

GetManagedNFProfile returns the ManagedNFProfile field value if set, zero value otherwise.

func (*UdrFunctionSingleAllOfAttributesAllOf) GetManagedNFProfileOk ¶

func (o *UdrFunctionSingleAllOfAttributesAllOf) GetManagedNFProfileOk() (*ManagedNFProfile, bool)

GetManagedNFProfileOk returns a tuple with the ManagedNFProfile field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdrFunctionSingleAllOfAttributesAllOf) GetPLMNInfoList ¶

func (o *UdrFunctionSingleAllOfAttributesAllOf) GetPLMNInfoList() []PlmnInfo

GetPLMNInfoList returns the PLMNInfoList field value if set, zero value otherwise.

func (*UdrFunctionSingleAllOfAttributesAllOf) GetPLMNInfoListOk ¶

func (o *UdrFunctionSingleAllOfAttributesAllOf) GetPLMNInfoListOk() ([]PlmnInfo, bool)

GetPLMNInfoListOk returns a tuple with the PLMNInfoList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdrFunctionSingleAllOfAttributesAllOf) GetSBIFqdn ¶

GetSBIFqdn returns the SBIFqdn field value if set, zero value otherwise.

func (*UdrFunctionSingleAllOfAttributesAllOf) GetSBIFqdnOk ¶

func (o *UdrFunctionSingleAllOfAttributesAllOf) GetSBIFqdnOk() (*string, bool)

GetSBIFqdnOk returns a tuple with the SBIFqdn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdrFunctionSingleAllOfAttributesAllOf) GetSharedDataIdRanges ¶

func (o *UdrFunctionSingleAllOfAttributesAllOf) GetSharedDataIdRanges() []SharedDataIdRange

GetSharedDataIdRanges returns the SharedDataIdRanges field value if set, zero value otherwise.

func (*UdrFunctionSingleAllOfAttributesAllOf) GetSharedDataIdRangesOk ¶

func (o *UdrFunctionSingleAllOfAttributesAllOf) GetSharedDataIdRangesOk() ([]SharedDataIdRange, bool)

GetSharedDataIdRangesOk returns a tuple with the SharedDataIdRanges field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdrFunctionSingleAllOfAttributesAllOf) GetSupiRanges ¶

func (o *UdrFunctionSingleAllOfAttributesAllOf) GetSupiRanges() []SupiRange

GetSupiRanges returns the SupiRanges field value if set, zero value otherwise.

func (*UdrFunctionSingleAllOfAttributesAllOf) GetSupiRangesOk ¶

func (o *UdrFunctionSingleAllOfAttributesAllOf) GetSupiRangesOk() ([]SupiRange, bool)

GetSupiRangesOk returns a tuple with the SupiRanges field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdrFunctionSingleAllOfAttributesAllOf) GetSupportedDataSets ¶

func (o *UdrFunctionSingleAllOfAttributesAllOf) GetSupportedDataSets() []SupportedDataSet

GetSupportedDataSets returns the SupportedDataSets field value if set, zero value otherwise.

func (*UdrFunctionSingleAllOfAttributesAllOf) GetSupportedDataSetsOk ¶

func (o *UdrFunctionSingleAllOfAttributesAllOf) GetSupportedDataSetsOk() ([]SupportedDataSet, bool)

GetSupportedDataSetsOk returns a tuple with the SupportedDataSets field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdrFunctionSingleAllOfAttributesAllOf) HasExternalGroupIdentifiersRanges ¶

func (o *UdrFunctionSingleAllOfAttributesAllOf) HasExternalGroupIdentifiersRanges() bool

HasExternalGroupIdentifiersRanges returns a boolean if a field has been set.

func (*UdrFunctionSingleAllOfAttributesAllOf) HasGpsiRanges ¶

func (o *UdrFunctionSingleAllOfAttributesAllOf) HasGpsiRanges() bool

HasGpsiRanges returns a boolean if a field has been set.

func (*UdrFunctionSingleAllOfAttributesAllOf) HasGroupId ¶

HasGroupId returns a boolean if a field has been set.

func (*UdrFunctionSingleAllOfAttributesAllOf) HasManagedNFProfile ¶

func (o *UdrFunctionSingleAllOfAttributesAllOf) HasManagedNFProfile() bool

HasManagedNFProfile returns a boolean if a field has been set.

func (*UdrFunctionSingleAllOfAttributesAllOf) HasPLMNInfoList ¶

func (o *UdrFunctionSingleAllOfAttributesAllOf) HasPLMNInfoList() bool

HasPLMNInfoList returns a boolean if a field has been set.

func (*UdrFunctionSingleAllOfAttributesAllOf) HasSBIFqdn ¶

HasSBIFqdn returns a boolean if a field has been set.

func (*UdrFunctionSingleAllOfAttributesAllOf) HasSharedDataIdRanges ¶

func (o *UdrFunctionSingleAllOfAttributesAllOf) HasSharedDataIdRanges() bool

HasSharedDataIdRanges returns a boolean if a field has been set.

func (*UdrFunctionSingleAllOfAttributesAllOf) HasSupiRanges ¶

func (o *UdrFunctionSingleAllOfAttributesAllOf) HasSupiRanges() bool

HasSupiRanges returns a boolean if a field has been set.

func (*UdrFunctionSingleAllOfAttributesAllOf) HasSupportedDataSets ¶

func (o *UdrFunctionSingleAllOfAttributesAllOf) HasSupportedDataSets() bool

HasSupportedDataSets returns a boolean if a field has been set.

func (UdrFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (o UdrFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)

func (*UdrFunctionSingleAllOfAttributesAllOf) SetExternalGroupIdentifiersRanges ¶

func (o *UdrFunctionSingleAllOfAttributesAllOf) SetExternalGroupIdentifiersRanges(v []IdentityRange)

SetExternalGroupIdentifiersRanges gets a reference to the given []IdentityRange and assigns it to the ExternalGroupIdentifiersRanges field.

func (*UdrFunctionSingleAllOfAttributesAllOf) SetGpsiRanges ¶

SetGpsiRanges gets a reference to the given []IdentityRange and assigns it to the GpsiRanges field.

func (*UdrFunctionSingleAllOfAttributesAllOf) SetGroupId ¶

SetGroupId gets a reference to the given string and assigns it to the GroupId field.

func (*UdrFunctionSingleAllOfAttributesAllOf) SetManagedNFProfile ¶

func (o *UdrFunctionSingleAllOfAttributesAllOf) SetManagedNFProfile(v ManagedNFProfile)

SetManagedNFProfile gets a reference to the given ManagedNFProfile and assigns it to the ManagedNFProfile field.

func (*UdrFunctionSingleAllOfAttributesAllOf) SetPLMNInfoList ¶

func (o *UdrFunctionSingleAllOfAttributesAllOf) SetPLMNInfoList(v []PlmnInfo)

SetPLMNInfoList gets a reference to the given []PlmnInfo and assigns it to the PLMNInfoList field.

func (*UdrFunctionSingleAllOfAttributesAllOf) SetSBIFqdn ¶

SetSBIFqdn gets a reference to the given string and assigns it to the SBIFqdn field.

func (*UdrFunctionSingleAllOfAttributesAllOf) SetSharedDataIdRanges ¶

func (o *UdrFunctionSingleAllOfAttributesAllOf) SetSharedDataIdRanges(v []SharedDataIdRange)

SetSharedDataIdRanges gets a reference to the given []SharedDataIdRange and assigns it to the SharedDataIdRanges field.

func (*UdrFunctionSingleAllOfAttributesAllOf) SetSupiRanges ¶

func (o *UdrFunctionSingleAllOfAttributesAllOf) SetSupiRanges(v []SupiRange)

SetSupiRanges gets a reference to the given []SupiRange and assigns it to the SupiRanges field.

func (*UdrFunctionSingleAllOfAttributesAllOf) SetSupportedDataSets ¶

func (o *UdrFunctionSingleAllOfAttributesAllOf) SetSupportedDataSets(v []SupportedDataSet)

SetSupportedDataSets gets a reference to the given []SupportedDataSet and assigns it to the SupportedDataSets field.

func (UdrFunctionSingleAllOfAttributesAllOf) ToMap ¶

func (o UdrFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)

type UdsfFunctionSingle ¶

type UdsfFunctionSingle struct {
	Top
	Attributes *UdsfFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}

UdsfFunctionSingle struct for UdsfFunctionSingle

func NewUdsfFunctionSingle ¶

func NewUdsfFunctionSingle(id NullableString) *UdsfFunctionSingle

NewUdsfFunctionSingle instantiates a new UdsfFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUdsfFunctionSingleWithDefaults ¶

func NewUdsfFunctionSingleWithDefaults() *UdsfFunctionSingle

NewUdsfFunctionSingleWithDefaults instantiates a new UdsfFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UdsfFunctionSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*UdsfFunctionSingle) GetAttributesOk ¶

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 (*UdsfFunctionSingle) HasAttributes ¶

func (o *UdsfFunctionSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (UdsfFunctionSingle) MarshalJSON ¶

func (o UdsfFunctionSingle) MarshalJSON() ([]byte, error)

func (*UdsfFunctionSingle) SetAttributes ¶

SetAttributes gets a reference to the given UdsfFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (UdsfFunctionSingle) ToMap ¶

func (o UdsfFunctionSingle) ToMap() (map[string]interface{}, error)

type UdsfFunctionSingleAllOf ¶

type UdsfFunctionSingleAllOf struct {
	Attributes *UdsfFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}

UdsfFunctionSingleAllOf struct for UdsfFunctionSingleAllOf

func NewUdsfFunctionSingleAllOf ¶

func NewUdsfFunctionSingleAllOf() *UdsfFunctionSingleAllOf

NewUdsfFunctionSingleAllOf instantiates a new UdsfFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUdsfFunctionSingleAllOfWithDefaults ¶

func NewUdsfFunctionSingleAllOfWithDefaults() *UdsfFunctionSingleAllOf

NewUdsfFunctionSingleAllOfWithDefaults instantiates a new UdsfFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UdsfFunctionSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*UdsfFunctionSingleAllOf) GetAttributesOk ¶

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 (*UdsfFunctionSingleAllOf) HasAttributes ¶

func (o *UdsfFunctionSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (UdsfFunctionSingleAllOf) MarshalJSON ¶

func (o UdsfFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*UdsfFunctionSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given UdsfFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (UdsfFunctionSingleAllOf) ToMap ¶

func (o UdsfFunctionSingleAllOf) ToMap() (map[string]interface{}, error)

type UdsfFunctionSingleAllOfAttributes ¶

type UdsfFunctionSingleAllOfAttributes struct {
	ManagedFunctionAttr
	PlmnInfoList     []PlmnInfo        `json:"plmnInfoList,omitempty"`
	SBIFqdn          *string           `json:"sBIFqdn,omitempty"`
	ManagedNFProfile *ManagedNFProfile `json:"managedNFProfile,omitempty"`
	UdsfInfo         *UdsfInfo         `json:"udsfInfo,omitempty"`
}

UdsfFunctionSingleAllOfAttributes struct for UdsfFunctionSingleAllOfAttributes

func NewUdsfFunctionSingleAllOfAttributes ¶

func NewUdsfFunctionSingleAllOfAttributes() *UdsfFunctionSingleAllOfAttributes

NewUdsfFunctionSingleAllOfAttributes instantiates a new UdsfFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUdsfFunctionSingleAllOfAttributesWithDefaults ¶

func NewUdsfFunctionSingleAllOfAttributesWithDefaults() *UdsfFunctionSingleAllOfAttributes

NewUdsfFunctionSingleAllOfAttributesWithDefaults instantiates a new UdsfFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UdsfFunctionSingleAllOfAttributes) GetManagedNFProfile ¶

func (o *UdsfFunctionSingleAllOfAttributes) GetManagedNFProfile() ManagedNFProfile

GetManagedNFProfile returns the ManagedNFProfile field value if set, zero value otherwise.

func (*UdsfFunctionSingleAllOfAttributes) GetManagedNFProfileOk ¶

func (o *UdsfFunctionSingleAllOfAttributes) GetManagedNFProfileOk() (*ManagedNFProfile, bool)

GetManagedNFProfileOk returns a tuple with the ManagedNFProfile field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdsfFunctionSingleAllOfAttributes) GetPlmnInfoList ¶

func (o *UdsfFunctionSingleAllOfAttributes) GetPlmnInfoList() []PlmnInfo

GetPlmnInfoList returns the PlmnInfoList field value if set, zero value otherwise.

func (*UdsfFunctionSingleAllOfAttributes) GetPlmnInfoListOk ¶

func (o *UdsfFunctionSingleAllOfAttributes) GetPlmnInfoListOk() ([]PlmnInfo, bool)

GetPlmnInfoListOk returns a tuple with the PlmnInfoList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdsfFunctionSingleAllOfAttributes) GetSBIFqdn ¶

func (o *UdsfFunctionSingleAllOfAttributes) GetSBIFqdn() string

GetSBIFqdn returns the SBIFqdn field value if set, zero value otherwise.

func (*UdsfFunctionSingleAllOfAttributes) GetSBIFqdnOk ¶

func (o *UdsfFunctionSingleAllOfAttributes) GetSBIFqdnOk() (*string, bool)

GetSBIFqdnOk returns a tuple with the SBIFqdn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdsfFunctionSingleAllOfAttributes) GetUdsfInfo ¶

GetUdsfInfo returns the UdsfInfo field value if set, zero value otherwise.

func (*UdsfFunctionSingleAllOfAttributes) GetUdsfInfoOk ¶

func (o *UdsfFunctionSingleAllOfAttributes) GetUdsfInfoOk() (*UdsfInfo, bool)

GetUdsfInfoOk returns a tuple with the UdsfInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdsfFunctionSingleAllOfAttributes) HasManagedNFProfile ¶

func (o *UdsfFunctionSingleAllOfAttributes) HasManagedNFProfile() bool

HasManagedNFProfile returns a boolean if a field has been set.

func (*UdsfFunctionSingleAllOfAttributes) HasPlmnInfoList ¶

func (o *UdsfFunctionSingleAllOfAttributes) HasPlmnInfoList() bool

HasPlmnInfoList returns a boolean if a field has been set.

func (*UdsfFunctionSingleAllOfAttributes) HasSBIFqdn ¶

func (o *UdsfFunctionSingleAllOfAttributes) HasSBIFqdn() bool

HasSBIFqdn returns a boolean if a field has been set.

func (*UdsfFunctionSingleAllOfAttributes) HasUdsfInfo ¶

func (o *UdsfFunctionSingleAllOfAttributes) HasUdsfInfo() bool

HasUdsfInfo returns a boolean if a field has been set.

func (UdsfFunctionSingleAllOfAttributes) MarshalJSON ¶

func (o UdsfFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*UdsfFunctionSingleAllOfAttributes) SetManagedNFProfile ¶

func (o *UdsfFunctionSingleAllOfAttributes) SetManagedNFProfile(v ManagedNFProfile)

SetManagedNFProfile gets a reference to the given ManagedNFProfile and assigns it to the ManagedNFProfile field.

func (*UdsfFunctionSingleAllOfAttributes) SetPlmnInfoList ¶

func (o *UdsfFunctionSingleAllOfAttributes) SetPlmnInfoList(v []PlmnInfo)

SetPlmnInfoList gets a reference to the given []PlmnInfo and assigns it to the PlmnInfoList field.

func (*UdsfFunctionSingleAllOfAttributes) SetSBIFqdn ¶

func (o *UdsfFunctionSingleAllOfAttributes) SetSBIFqdn(v string)

SetSBIFqdn gets a reference to the given string and assigns it to the SBIFqdn field.

func (*UdsfFunctionSingleAllOfAttributes) SetUdsfInfo ¶

func (o *UdsfFunctionSingleAllOfAttributes) SetUdsfInfo(v UdsfInfo)

SetUdsfInfo gets a reference to the given UdsfInfo and assigns it to the UdsfInfo field.

func (UdsfFunctionSingleAllOfAttributes) ToMap ¶

func (o UdsfFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type UdsfFunctionSingleAllOfAttributesAllOf ¶

type UdsfFunctionSingleAllOfAttributesAllOf struct {
	PlmnInfoList     []PlmnInfo        `json:"plmnInfoList,omitempty"`
	SBIFqdn          *string           `json:"sBIFqdn,omitempty"`
	ManagedNFProfile *ManagedNFProfile `json:"managedNFProfile,omitempty"`
	UdsfInfo         *UdsfInfo         `json:"udsfInfo,omitempty"`
}

UdsfFunctionSingleAllOfAttributesAllOf struct for UdsfFunctionSingleAllOfAttributesAllOf

func NewUdsfFunctionSingleAllOfAttributesAllOf ¶

func NewUdsfFunctionSingleAllOfAttributesAllOf() *UdsfFunctionSingleAllOfAttributesAllOf

NewUdsfFunctionSingleAllOfAttributesAllOf instantiates a new UdsfFunctionSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUdsfFunctionSingleAllOfAttributesAllOfWithDefaults ¶

func NewUdsfFunctionSingleAllOfAttributesAllOfWithDefaults() *UdsfFunctionSingleAllOfAttributesAllOf

NewUdsfFunctionSingleAllOfAttributesAllOfWithDefaults instantiates a new UdsfFunctionSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UdsfFunctionSingleAllOfAttributesAllOf) GetManagedNFProfile ¶

GetManagedNFProfile returns the ManagedNFProfile field value if set, zero value otherwise.

func (*UdsfFunctionSingleAllOfAttributesAllOf) GetManagedNFProfileOk ¶

func (o *UdsfFunctionSingleAllOfAttributesAllOf) GetManagedNFProfileOk() (*ManagedNFProfile, bool)

GetManagedNFProfileOk returns a tuple with the ManagedNFProfile field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdsfFunctionSingleAllOfAttributesAllOf) GetPlmnInfoList ¶

func (o *UdsfFunctionSingleAllOfAttributesAllOf) GetPlmnInfoList() []PlmnInfo

GetPlmnInfoList returns the PlmnInfoList field value if set, zero value otherwise.

func (*UdsfFunctionSingleAllOfAttributesAllOf) GetPlmnInfoListOk ¶

func (o *UdsfFunctionSingleAllOfAttributesAllOf) GetPlmnInfoListOk() ([]PlmnInfo, bool)

GetPlmnInfoListOk returns a tuple with the PlmnInfoList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdsfFunctionSingleAllOfAttributesAllOf) GetSBIFqdn ¶

GetSBIFqdn returns the SBIFqdn field value if set, zero value otherwise.

func (*UdsfFunctionSingleAllOfAttributesAllOf) GetSBIFqdnOk ¶

func (o *UdsfFunctionSingleAllOfAttributesAllOf) GetSBIFqdnOk() (*string, bool)

GetSBIFqdnOk returns a tuple with the SBIFqdn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdsfFunctionSingleAllOfAttributesAllOf) GetUdsfInfo ¶

GetUdsfInfo returns the UdsfInfo field value if set, zero value otherwise.

func (*UdsfFunctionSingleAllOfAttributesAllOf) GetUdsfInfoOk ¶

func (o *UdsfFunctionSingleAllOfAttributesAllOf) GetUdsfInfoOk() (*UdsfInfo, bool)

GetUdsfInfoOk returns a tuple with the UdsfInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdsfFunctionSingleAllOfAttributesAllOf) HasManagedNFProfile ¶

func (o *UdsfFunctionSingleAllOfAttributesAllOf) HasManagedNFProfile() bool

HasManagedNFProfile returns a boolean if a field has been set.

func (*UdsfFunctionSingleAllOfAttributesAllOf) HasPlmnInfoList ¶

func (o *UdsfFunctionSingleAllOfAttributesAllOf) HasPlmnInfoList() bool

HasPlmnInfoList returns a boolean if a field has been set.

func (*UdsfFunctionSingleAllOfAttributesAllOf) HasSBIFqdn ¶

HasSBIFqdn returns a boolean if a field has been set.

func (*UdsfFunctionSingleAllOfAttributesAllOf) HasUdsfInfo ¶

HasUdsfInfo returns a boolean if a field has been set.

func (UdsfFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (o UdsfFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)

func (*UdsfFunctionSingleAllOfAttributesAllOf) SetManagedNFProfile ¶

func (o *UdsfFunctionSingleAllOfAttributesAllOf) SetManagedNFProfile(v ManagedNFProfile)

SetManagedNFProfile gets a reference to the given ManagedNFProfile and assigns it to the ManagedNFProfile field.

func (*UdsfFunctionSingleAllOfAttributesAllOf) SetPlmnInfoList ¶

func (o *UdsfFunctionSingleAllOfAttributesAllOf) SetPlmnInfoList(v []PlmnInfo)

SetPlmnInfoList gets a reference to the given []PlmnInfo and assigns it to the PlmnInfoList field.

func (*UdsfFunctionSingleAllOfAttributesAllOf) SetSBIFqdn ¶

SetSBIFqdn gets a reference to the given string and assigns it to the SBIFqdn field.

func (*UdsfFunctionSingleAllOfAttributesAllOf) SetUdsfInfo ¶

SetUdsfInfo gets a reference to the given UdsfInfo and assigns it to the UdsfInfo field.

func (UdsfFunctionSingleAllOfAttributesAllOf) ToMap ¶

func (o UdsfFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)

type UdsfInfo ¶

type UdsfInfo struct {
	// Identifier of a group of NFs.
	GroupId    *string     `json:"groupId,omitempty"`
	SupiRanges []SupiRange `json:"supiRanges,omitempty"`
	// A map (list of key-value pairs) where realmId serves as key and each value in the map is an array of IdentityRanges. Each IdentityRange is a range of storageIds.
	StorageIdRanges *map[string][]IdentityRange `json:"storageIdRanges,omitempty"`
}

UdsfInfo Information related to UDSF

func NewUdsfInfo ¶

func NewUdsfInfo() *UdsfInfo

NewUdsfInfo instantiates a new UdsfInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUdsfInfoWithDefaults ¶

func NewUdsfInfoWithDefaults() *UdsfInfo

NewUdsfInfoWithDefaults instantiates a new UdsfInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UdsfInfo) GetGroupId ¶

func (o *UdsfInfo) GetGroupId() string

GetGroupId returns the GroupId field value if set, zero value otherwise.

func (*UdsfInfo) GetGroupIdOk ¶

func (o *UdsfInfo) GetGroupIdOk() (*string, bool)

GetGroupIdOk returns a tuple with the GroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdsfInfo) GetStorageIdRanges ¶

func (o *UdsfInfo) GetStorageIdRanges() map[string][]IdentityRange

GetStorageIdRanges returns the StorageIdRanges field value if set, zero value otherwise.

func (*UdsfInfo) GetStorageIdRangesOk ¶

func (o *UdsfInfo) GetStorageIdRangesOk() (*map[string][]IdentityRange, bool)

GetStorageIdRangesOk returns a tuple with the StorageIdRanges field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdsfInfo) GetSupiRanges ¶

func (o *UdsfInfo) GetSupiRanges() []SupiRange

GetSupiRanges returns the SupiRanges field value if set, zero value otherwise.

func (*UdsfInfo) GetSupiRangesOk ¶

func (o *UdsfInfo) GetSupiRangesOk() ([]SupiRange, bool)

GetSupiRangesOk returns a tuple with the SupiRanges field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdsfInfo) HasGroupId ¶

func (o *UdsfInfo) HasGroupId() bool

HasGroupId returns a boolean if a field has been set.

func (*UdsfInfo) HasStorageIdRanges ¶

func (o *UdsfInfo) HasStorageIdRanges() bool

HasStorageIdRanges returns a boolean if a field has been set.

func (*UdsfInfo) HasSupiRanges ¶

func (o *UdsfInfo) HasSupiRanges() bool

HasSupiRanges returns a boolean if a field has been set.

func (UdsfInfo) MarshalJSON ¶

func (o UdsfInfo) MarshalJSON() ([]byte, error)

func (*UdsfInfo) SetGroupId ¶

func (o *UdsfInfo) SetGroupId(v string)

SetGroupId gets a reference to the given string and assigns it to the GroupId field.

func (*UdsfInfo) SetStorageIdRanges ¶

func (o *UdsfInfo) SetStorageIdRanges(v map[string][]IdentityRange)

SetStorageIdRanges gets a reference to the given map[string][]IdentityRange and assigns it to the StorageIdRanges field.

func (*UdsfInfo) SetSupiRanges ¶

func (o *UdsfInfo) SetSupiRanges(v []SupiRange)

SetSupiRanges gets a reference to the given []SupiRange and assigns it to the SupiRanges field.

func (UdsfInfo) ToMap ¶

func (o UdsfInfo) ToMap() (map[string]interface{}, error)

type UeAccDelayProbilityDist ¶

type UeAccDelayProbilityDist struct {
	TargetProbability *int32 `json:"targetProbability,omitempty"`
	Accessdelay       *int32 `json:"accessdelay,omitempty"`
}

UeAccDelayProbilityDist struct for UeAccDelayProbilityDist

func NewUeAccDelayProbilityDist ¶

func NewUeAccDelayProbilityDist() *UeAccDelayProbilityDist

NewUeAccDelayProbilityDist instantiates a new UeAccDelayProbilityDist object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUeAccDelayProbilityDistWithDefaults ¶

func NewUeAccDelayProbilityDistWithDefaults() *UeAccDelayProbilityDist

NewUeAccDelayProbilityDistWithDefaults instantiates a new UeAccDelayProbilityDist object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UeAccDelayProbilityDist) GetAccessdelay ¶

func (o *UeAccDelayProbilityDist) GetAccessdelay() int32

GetAccessdelay returns the Accessdelay field value if set, zero value otherwise.

func (*UeAccDelayProbilityDist) GetAccessdelayOk ¶

func (o *UeAccDelayProbilityDist) GetAccessdelayOk() (*int32, bool)

GetAccessdelayOk returns a tuple with the Accessdelay field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UeAccDelayProbilityDist) GetTargetProbability ¶

func (o *UeAccDelayProbilityDist) GetTargetProbability() int32

GetTargetProbability returns the TargetProbability field value if set, zero value otherwise.

func (*UeAccDelayProbilityDist) GetTargetProbabilityOk ¶

func (o *UeAccDelayProbilityDist) GetTargetProbabilityOk() (*int32, bool)

GetTargetProbabilityOk returns a tuple with the TargetProbability field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UeAccDelayProbilityDist) HasAccessdelay ¶

func (o *UeAccDelayProbilityDist) HasAccessdelay() bool

HasAccessdelay returns a boolean if a field has been set.

func (*UeAccDelayProbilityDist) HasTargetProbability ¶

func (o *UeAccDelayProbilityDist) HasTargetProbability() bool

HasTargetProbability returns a boolean if a field has been set.

func (UeAccDelayProbilityDist) MarshalJSON ¶

func (o UeAccDelayProbilityDist) MarshalJSON() ([]byte, error)

func (*UeAccDelayProbilityDist) SetAccessdelay ¶

func (o *UeAccDelayProbilityDist) SetAccessdelay(v int32)

SetAccessdelay gets a reference to the given int32 and assigns it to the Accessdelay field.

func (*UeAccDelayProbilityDist) SetTargetProbability ¶

func (o *UeAccDelayProbilityDist) SetTargetProbability(v int32)

SetTargetProbability gets a reference to the given int32 and assigns it to the TargetProbability field.

func (UeAccDelayProbilityDist) ToMap ¶

func (o UeAccDelayProbilityDist) ToMap() (map[string]interface{}, error)

type UeAccProbilityDist ¶

type UeAccProbilityDist struct {
	TargetProbability     *int32 `json:"targetProbability,omitempty"`
	Numberofpreamblessent *int32 `json:"numberofpreamblessent,omitempty"`
}

UeAccProbilityDist struct for UeAccProbilityDist

func NewUeAccProbilityDist ¶

func NewUeAccProbilityDist() *UeAccProbilityDist

NewUeAccProbilityDist instantiates a new UeAccProbilityDist object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUeAccProbilityDistWithDefaults ¶

func NewUeAccProbilityDistWithDefaults() *UeAccProbilityDist

NewUeAccProbilityDistWithDefaults instantiates a new UeAccProbilityDist object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UeAccProbilityDist) GetNumberofpreamblessent ¶

func (o *UeAccProbilityDist) GetNumberofpreamblessent() int32

GetNumberofpreamblessent returns the Numberofpreamblessent field value if set, zero value otherwise.

func (*UeAccProbilityDist) GetNumberofpreamblessentOk ¶

func (o *UeAccProbilityDist) GetNumberofpreamblessentOk() (*int32, bool)

GetNumberofpreamblessentOk returns a tuple with the Numberofpreamblessent field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UeAccProbilityDist) GetTargetProbability ¶

func (o *UeAccProbilityDist) GetTargetProbability() int32

GetTargetProbability returns the TargetProbability field value if set, zero value otherwise.

func (*UeAccProbilityDist) GetTargetProbabilityOk ¶

func (o *UeAccProbilityDist) GetTargetProbabilityOk() (*int32, bool)

GetTargetProbabilityOk returns a tuple with the TargetProbability field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UeAccProbilityDist) HasNumberofpreamblessent ¶

func (o *UeAccProbilityDist) HasNumberofpreamblessent() bool

HasNumberofpreamblessent returns a boolean if a field has been set.

func (*UeAccProbilityDist) HasTargetProbability ¶

func (o *UeAccProbilityDist) HasTargetProbability() bool

HasTargetProbability returns a boolean if a field has been set.

func (UeAccProbilityDist) MarshalJSON ¶

func (o UeAccProbilityDist) MarshalJSON() ([]byte, error)

func (*UeAccProbilityDist) SetNumberofpreamblessent ¶

func (o *UeAccProbilityDist) SetNumberofpreamblessent(v int32)

SetNumberofpreamblessent gets a reference to the given int32 and assigns it to the Numberofpreamblessent field.

func (*UeAccProbilityDist) SetTargetProbability ¶

func (o *UeAccProbilityDist) SetTargetProbability(v int32)

SetTargetProbability gets a reference to the given int32 and assigns it to the TargetProbability field.

func (UeAccProbilityDist) ToMap ¶

func (o UeAccProbilityDist) ToMap() (map[string]interface{}, error)

type UnTrustAfInfo ¶

type UnTrustAfInfo struct {
	AfId           string           `json:"afId"`
	SNssaiInfoList []SnssaiInfoItem `json:"sNssaiInfoList,omitempty"`
	MappingInd     *bool            `json:"mappingInd,omitempty"`
}

UnTrustAfInfo Information of a untrusted AF Instance

func NewUnTrustAfInfo ¶

func NewUnTrustAfInfo(afId string) *UnTrustAfInfo

NewUnTrustAfInfo instantiates a new UnTrustAfInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUnTrustAfInfoWithDefaults ¶

func NewUnTrustAfInfoWithDefaults() *UnTrustAfInfo

NewUnTrustAfInfoWithDefaults instantiates a new UnTrustAfInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UnTrustAfInfo) GetAfId ¶

func (o *UnTrustAfInfo) GetAfId() string

GetAfId returns the AfId field value

func (*UnTrustAfInfo) GetAfIdOk ¶

func (o *UnTrustAfInfo) GetAfIdOk() (*string, bool)

GetAfIdOk returns a tuple with the AfId field value and a boolean to check if the value has been set.

func (*UnTrustAfInfo) GetMappingInd ¶

func (o *UnTrustAfInfo) GetMappingInd() bool

GetMappingInd returns the MappingInd field value if set, zero value otherwise.

func (*UnTrustAfInfo) GetMappingIndOk ¶

func (o *UnTrustAfInfo) GetMappingIndOk() (*bool, bool)

GetMappingIndOk returns a tuple with the MappingInd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UnTrustAfInfo) GetSNssaiInfoList ¶

func (o *UnTrustAfInfo) GetSNssaiInfoList() []SnssaiInfoItem

GetSNssaiInfoList returns the SNssaiInfoList field value if set, zero value otherwise.

func (*UnTrustAfInfo) GetSNssaiInfoListOk ¶

func (o *UnTrustAfInfo) GetSNssaiInfoListOk() ([]SnssaiInfoItem, bool)

GetSNssaiInfoListOk returns a tuple with the SNssaiInfoList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UnTrustAfInfo) HasMappingInd ¶

func (o *UnTrustAfInfo) HasMappingInd() bool

HasMappingInd returns a boolean if a field has been set.

func (*UnTrustAfInfo) HasSNssaiInfoList ¶

func (o *UnTrustAfInfo) HasSNssaiInfoList() bool

HasSNssaiInfoList returns a boolean if a field has been set.

func (UnTrustAfInfo) MarshalJSON ¶

func (o UnTrustAfInfo) MarshalJSON() ([]byte, error)

func (*UnTrustAfInfo) SetAfId ¶

func (o *UnTrustAfInfo) SetAfId(v string)

SetAfId sets field value

func (*UnTrustAfInfo) SetMappingInd ¶

func (o *UnTrustAfInfo) SetMappingInd(v bool)

SetMappingInd gets a reference to the given bool and assigns it to the MappingInd field.

func (*UnTrustAfInfo) SetSNssaiInfoList ¶

func (o *UnTrustAfInfo) SetSNssaiInfoList(v []SnssaiInfoItem)

SetSNssaiInfoList gets a reference to the given []SnssaiInfoItem and assigns it to the SNssaiInfoList field.

func (UnTrustAfInfo) ToMap ¶

func (o UnTrustAfInfo) ToMap() (map[string]interface{}, error)

type UpPathChgEvent ¶

type UpPathChgEvent struct {
	// String providing an URI formatted according to RFC 3986.
	NotificationUri string `json:"notificationUri"`
	// It is used to set the value of Notification Correlation ID in the notification sent by  the SMF.
	NotifCorreId string         `json:"notifCorreId"`
	DnaiChgType  DnaiChangeType `json:"dnaiChgType"`
	AfAckInd     *bool          `json:"afAckInd,omitempty"`
}

UpPathChgEvent Contains the UP path change event subscription from the AF.

func NewUpPathChgEvent ¶

func NewUpPathChgEvent(notificationUri string, notifCorreId string, dnaiChgType DnaiChangeType) *UpPathChgEvent

NewUpPathChgEvent instantiates a new UpPathChgEvent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUpPathChgEventWithDefaults ¶

func NewUpPathChgEventWithDefaults() *UpPathChgEvent

NewUpPathChgEventWithDefaults instantiates a new UpPathChgEvent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UpPathChgEvent) GetAfAckInd ¶

func (o *UpPathChgEvent) GetAfAckInd() bool

GetAfAckInd returns the AfAckInd field value if set, zero value otherwise.

func (*UpPathChgEvent) GetAfAckIndOk ¶

func (o *UpPathChgEvent) GetAfAckIndOk() (*bool, bool)

GetAfAckIndOk returns a tuple with the AfAckInd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpPathChgEvent) GetDnaiChgType ¶

func (o *UpPathChgEvent) GetDnaiChgType() DnaiChangeType

GetDnaiChgType returns the DnaiChgType field value

func (*UpPathChgEvent) GetDnaiChgTypeOk ¶

func (o *UpPathChgEvent) GetDnaiChgTypeOk() (*DnaiChangeType, bool)

GetDnaiChgTypeOk returns a tuple with the DnaiChgType field value and a boolean to check if the value has been set.

func (*UpPathChgEvent) GetNotifCorreId ¶

func (o *UpPathChgEvent) GetNotifCorreId() string

GetNotifCorreId returns the NotifCorreId field value

func (*UpPathChgEvent) GetNotifCorreIdOk ¶

func (o *UpPathChgEvent) GetNotifCorreIdOk() (*string, bool)

GetNotifCorreIdOk returns a tuple with the NotifCorreId field value and a boolean to check if the value has been set.

func (*UpPathChgEvent) GetNotificationUri ¶

func (o *UpPathChgEvent) GetNotificationUri() string

GetNotificationUri returns the NotificationUri field value

func (*UpPathChgEvent) GetNotificationUriOk ¶

func (o *UpPathChgEvent) GetNotificationUriOk() (*string, bool)

GetNotificationUriOk returns a tuple with the NotificationUri field value and a boolean to check if the value has been set.

func (*UpPathChgEvent) HasAfAckInd ¶

func (o *UpPathChgEvent) HasAfAckInd() bool

HasAfAckInd returns a boolean if a field has been set.

func (UpPathChgEvent) MarshalJSON ¶

func (o UpPathChgEvent) MarshalJSON() ([]byte, error)

func (*UpPathChgEvent) SetAfAckInd ¶

func (o *UpPathChgEvent) SetAfAckInd(v bool)

SetAfAckInd gets a reference to the given bool and assigns it to the AfAckInd field.

func (*UpPathChgEvent) SetDnaiChgType ¶

func (o *UpPathChgEvent) SetDnaiChgType(v DnaiChangeType)

SetDnaiChgType sets field value

func (*UpPathChgEvent) SetNotifCorreId ¶

func (o *UpPathChgEvent) SetNotifCorreId(v string)

SetNotifCorreId sets field value

func (*UpPathChgEvent) SetNotificationUri ¶

func (o *UpPathChgEvent) SetNotificationUri(v string)

SetNotificationUri sets field value

func (UpPathChgEvent) ToMap ¶

func (o UpPathChgEvent) ToMap() (map[string]interface{}, error)

type UpfFunctionSingle ¶

type UpfFunctionSingle struct {
	Top
	Attributes       *UpfFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
	PerfMetricJob    []PerfMetricJobSingle             `json:"PerfMetricJob,omitempty"`
	ThresholdMonitor []ThresholdMonitorSingle          `json:"ThresholdMonitor,omitempty"`
	ManagedNFService []ManagedNFServiceSingle          `json:"ManagedNFService,omitempty"`
	TraceJob         []TraceJobSingle                  `json:"TraceJob,omitempty"`
	EPN3             []EPN3Single                      `json:"EP_N3,omitempty"`
	EPN4             []EPN4Single                      `json:"EP_N4,omitempty"`
	EPN6             []EPN6Single                      `json:"EP_N6,omitempty"`
	EPN9             []EPN9Single                      `json:"EP_N9,omitempty"`
	EPS5U            []EPS5USingle                     `json:"EP_S5U,omitempty"`
}

UpfFunctionSingle struct for UpfFunctionSingle

func NewUpfFunctionSingle ¶

func NewUpfFunctionSingle(id NullableString) *UpfFunctionSingle

NewUpfFunctionSingle instantiates a new UpfFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUpfFunctionSingleWithDefaults ¶

func NewUpfFunctionSingleWithDefaults() *UpfFunctionSingle

NewUpfFunctionSingleWithDefaults instantiates a new UpfFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UpfFunctionSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*UpfFunctionSingle) GetAttributesOk ¶

func (o *UpfFunctionSingle) GetAttributesOk() (*UpfFunctionSingleAllOfAttributes, 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 (*UpfFunctionSingle) GetEPN3 ¶

func (o *UpfFunctionSingle) GetEPN3() []EPN3Single

GetEPN3 returns the EPN3 field value if set, zero value otherwise.

func (*UpfFunctionSingle) GetEPN3Ok ¶

func (o *UpfFunctionSingle) GetEPN3Ok() ([]EPN3Single, bool)

GetEPN3Ok returns a tuple with the EPN3 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingle) GetEPN4 ¶

func (o *UpfFunctionSingle) GetEPN4() []EPN4Single

GetEPN4 returns the EPN4 field value if set, zero value otherwise.

func (*UpfFunctionSingle) GetEPN4Ok ¶

func (o *UpfFunctionSingle) GetEPN4Ok() ([]EPN4Single, bool)

GetEPN4Ok returns a tuple with the EPN4 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingle) GetEPN6 ¶

func (o *UpfFunctionSingle) GetEPN6() []EPN6Single

GetEPN6 returns the EPN6 field value if set, zero value otherwise.

func (*UpfFunctionSingle) GetEPN6Ok ¶

func (o *UpfFunctionSingle) GetEPN6Ok() ([]EPN6Single, bool)

GetEPN6Ok returns a tuple with the EPN6 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingle) GetEPN9 ¶

func (o *UpfFunctionSingle) GetEPN9() []EPN9Single

GetEPN9 returns the EPN9 field value if set, zero value otherwise.

func (*UpfFunctionSingle) GetEPN9Ok ¶

func (o *UpfFunctionSingle) GetEPN9Ok() ([]EPN9Single, bool)

GetEPN9Ok returns a tuple with the EPN9 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingle) GetEPS5U ¶

func (o *UpfFunctionSingle) GetEPS5U() []EPS5USingle

GetEPS5U returns the EPS5U field value if set, zero value otherwise.

func (*UpfFunctionSingle) GetEPS5UOk ¶

func (o *UpfFunctionSingle) GetEPS5UOk() ([]EPS5USingle, bool)

GetEPS5UOk returns a tuple with the EPS5U field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingle) GetManagedNFService ¶

func (o *UpfFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle

GetManagedNFService returns the ManagedNFService field value if set, zero value otherwise.

func (*UpfFunctionSingle) GetManagedNFServiceOk ¶

func (o *UpfFunctionSingle) 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 (*UpfFunctionSingle) GetPerfMetricJob ¶

func (o *UpfFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle

GetPerfMetricJob returns the PerfMetricJob field value if set, zero value otherwise.

func (*UpfFunctionSingle) GetPerfMetricJobOk ¶

func (o *UpfFunctionSingle) 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 (*UpfFunctionSingle) GetThresholdMonitor ¶

func (o *UpfFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle

GetThresholdMonitor returns the ThresholdMonitor field value if set, zero value otherwise.

func (*UpfFunctionSingle) GetThresholdMonitorOk ¶

func (o *UpfFunctionSingle) 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 (*UpfFunctionSingle) GetTraceJob ¶

func (o *UpfFunctionSingle) GetTraceJob() []TraceJobSingle

GetTraceJob returns the TraceJob field value if set, zero value otherwise.

func (*UpfFunctionSingle) GetTraceJobOk ¶

func (o *UpfFunctionSingle) 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 (*UpfFunctionSingle) HasAttributes ¶

func (o *UpfFunctionSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*UpfFunctionSingle) HasEPN3 ¶

func (o *UpfFunctionSingle) HasEPN3() bool

HasEPN3 returns a boolean if a field has been set.

func (*UpfFunctionSingle) HasEPN4 ¶

func (o *UpfFunctionSingle) HasEPN4() bool

HasEPN4 returns a boolean if a field has been set.

func (*UpfFunctionSingle) HasEPN6 ¶

func (o *UpfFunctionSingle) HasEPN6() bool

HasEPN6 returns a boolean if a field has been set.

func (*UpfFunctionSingle) HasEPN9 ¶

func (o *UpfFunctionSingle) HasEPN9() bool

HasEPN9 returns a boolean if a field has been set.

func (*UpfFunctionSingle) HasEPS5U ¶

func (o *UpfFunctionSingle) HasEPS5U() bool

HasEPS5U returns a boolean if a field has been set.

func (*UpfFunctionSingle) HasManagedNFService ¶

func (o *UpfFunctionSingle) HasManagedNFService() bool

HasManagedNFService returns a boolean if a field has been set.

func (*UpfFunctionSingle) HasPerfMetricJob ¶

func (o *UpfFunctionSingle) HasPerfMetricJob() bool

HasPerfMetricJob returns a boolean if a field has been set.

func (*UpfFunctionSingle) HasThresholdMonitor ¶

func (o *UpfFunctionSingle) HasThresholdMonitor() bool

HasThresholdMonitor returns a boolean if a field has been set.

func (*UpfFunctionSingle) HasTraceJob ¶

func (o *UpfFunctionSingle) HasTraceJob() bool

HasTraceJob returns a boolean if a field has been set.

func (UpfFunctionSingle) MarshalJSON ¶

func (o UpfFunctionSingle) MarshalJSON() ([]byte, error)

func (*UpfFunctionSingle) SetAttributes ¶

SetAttributes gets a reference to the given UpfFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (*UpfFunctionSingle) SetEPN3 ¶

func (o *UpfFunctionSingle) SetEPN3(v []EPN3Single)

SetEPN3 gets a reference to the given []EPN3Single and assigns it to the EPN3 field.

func (*UpfFunctionSingle) SetEPN4 ¶

func (o *UpfFunctionSingle) SetEPN4(v []EPN4Single)

SetEPN4 gets a reference to the given []EPN4Single and assigns it to the EPN4 field.

func (*UpfFunctionSingle) SetEPN6 ¶

func (o *UpfFunctionSingle) SetEPN6(v []EPN6Single)

SetEPN6 gets a reference to the given []EPN6Single and assigns it to the EPN6 field.

func (*UpfFunctionSingle) SetEPN9 ¶

func (o *UpfFunctionSingle) SetEPN9(v []EPN9Single)

SetEPN9 gets a reference to the given []EPN9Single and assigns it to the EPN9 field.

func (*UpfFunctionSingle) SetEPS5U ¶

func (o *UpfFunctionSingle) SetEPS5U(v []EPS5USingle)

SetEPS5U gets a reference to the given []EPS5USingle and assigns it to the EPS5U field.

func (*UpfFunctionSingle) SetManagedNFService ¶

func (o *UpfFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle)

SetManagedNFService gets a reference to the given []ManagedNFServiceSingle and assigns it to the ManagedNFService field.

func (*UpfFunctionSingle) SetPerfMetricJob ¶

func (o *UpfFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle)

SetPerfMetricJob gets a reference to the given []PerfMetricJobSingle and assigns it to the PerfMetricJob field.

func (*UpfFunctionSingle) SetThresholdMonitor ¶

func (o *UpfFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)

SetThresholdMonitor gets a reference to the given []ThresholdMonitorSingle and assigns it to the ThresholdMonitor field.

func (*UpfFunctionSingle) SetTraceJob ¶

func (o *UpfFunctionSingle) SetTraceJob(v []TraceJobSingle)

SetTraceJob gets a reference to the given []TraceJobSingle and assigns it to the TraceJob field.

func (UpfFunctionSingle) ToMap ¶

func (o UpfFunctionSingle) ToMap() (map[string]interface{}, error)

type UpfFunctionSingleAllOf ¶

type UpfFunctionSingleAllOf struct {
	Attributes *UpfFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}

UpfFunctionSingleAllOf struct for UpfFunctionSingleAllOf

func NewUpfFunctionSingleAllOf ¶

func NewUpfFunctionSingleAllOf() *UpfFunctionSingleAllOf

NewUpfFunctionSingleAllOf instantiates a new UpfFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUpfFunctionSingleAllOfWithDefaults ¶

func NewUpfFunctionSingleAllOfWithDefaults() *UpfFunctionSingleAllOf

NewUpfFunctionSingleAllOfWithDefaults instantiates a new UpfFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UpfFunctionSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*UpfFunctionSingleAllOf) GetAttributesOk ¶

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 (*UpfFunctionSingleAllOf) HasAttributes ¶

func (o *UpfFunctionSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (UpfFunctionSingleAllOf) MarshalJSON ¶

func (o UpfFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*UpfFunctionSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given UpfFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (UpfFunctionSingleAllOf) ToMap ¶

func (o UpfFunctionSingleAllOf) ToMap() (map[string]interface{}, error)

type UpfFunctionSingleAllOf1 ¶

type UpfFunctionSingleAllOf1 struct {
	EPN3  []EPN3Single  `json:"EP_N3,omitempty"`
	EPN4  []EPN4Single  `json:"EP_N4,omitempty"`
	EPN6  []EPN6Single  `json:"EP_N6,omitempty"`
	EPN9  []EPN9Single  `json:"EP_N9,omitempty"`
	EPS5U []EPS5USingle `json:"EP_S5U,omitempty"`
}

UpfFunctionSingleAllOf1 struct for UpfFunctionSingleAllOf1

func NewUpfFunctionSingleAllOf1 ¶

func NewUpfFunctionSingleAllOf1() *UpfFunctionSingleAllOf1

NewUpfFunctionSingleAllOf1 instantiates a new UpfFunctionSingleAllOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUpfFunctionSingleAllOf1WithDefaults ¶

func NewUpfFunctionSingleAllOf1WithDefaults() *UpfFunctionSingleAllOf1

NewUpfFunctionSingleAllOf1WithDefaults instantiates a new UpfFunctionSingleAllOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UpfFunctionSingleAllOf1) GetEPN3 ¶

func (o *UpfFunctionSingleAllOf1) GetEPN3() []EPN3Single

GetEPN3 returns the EPN3 field value if set, zero value otherwise.

func (*UpfFunctionSingleAllOf1) GetEPN3Ok ¶

func (o *UpfFunctionSingleAllOf1) GetEPN3Ok() ([]EPN3Single, bool)

GetEPN3Ok returns a tuple with the EPN3 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingleAllOf1) GetEPN4 ¶

func (o *UpfFunctionSingleAllOf1) GetEPN4() []EPN4Single

GetEPN4 returns the EPN4 field value if set, zero value otherwise.

func (*UpfFunctionSingleAllOf1) GetEPN4Ok ¶

func (o *UpfFunctionSingleAllOf1) GetEPN4Ok() ([]EPN4Single, bool)

GetEPN4Ok returns a tuple with the EPN4 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingleAllOf1) GetEPN6 ¶

func (o *UpfFunctionSingleAllOf1) GetEPN6() []EPN6Single

GetEPN6 returns the EPN6 field value if set, zero value otherwise.

func (*UpfFunctionSingleAllOf1) GetEPN6Ok ¶

func (o *UpfFunctionSingleAllOf1) GetEPN6Ok() ([]EPN6Single, bool)

GetEPN6Ok returns a tuple with the EPN6 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingleAllOf1) GetEPN9 ¶

func (o *UpfFunctionSingleAllOf1) GetEPN9() []EPN9Single

GetEPN9 returns the EPN9 field value if set, zero value otherwise.

func (*UpfFunctionSingleAllOf1) GetEPN9Ok ¶

func (o *UpfFunctionSingleAllOf1) GetEPN9Ok() ([]EPN9Single, bool)

GetEPN9Ok returns a tuple with the EPN9 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingleAllOf1) GetEPS5U ¶

func (o *UpfFunctionSingleAllOf1) GetEPS5U() []EPS5USingle

GetEPS5U returns the EPS5U field value if set, zero value otherwise.

func (*UpfFunctionSingleAllOf1) GetEPS5UOk ¶

func (o *UpfFunctionSingleAllOf1) GetEPS5UOk() ([]EPS5USingle, bool)

GetEPS5UOk returns a tuple with the EPS5U field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingleAllOf1) HasEPN3 ¶

func (o *UpfFunctionSingleAllOf1) HasEPN3() bool

HasEPN3 returns a boolean if a field has been set.

func (*UpfFunctionSingleAllOf1) HasEPN4 ¶

func (o *UpfFunctionSingleAllOf1) HasEPN4() bool

HasEPN4 returns a boolean if a field has been set.

func (*UpfFunctionSingleAllOf1) HasEPN6 ¶

func (o *UpfFunctionSingleAllOf1) HasEPN6() bool

HasEPN6 returns a boolean if a field has been set.

func (*UpfFunctionSingleAllOf1) HasEPN9 ¶

func (o *UpfFunctionSingleAllOf1) HasEPN9() bool

HasEPN9 returns a boolean if a field has been set.

func (*UpfFunctionSingleAllOf1) HasEPS5U ¶

func (o *UpfFunctionSingleAllOf1) HasEPS5U() bool

HasEPS5U returns a boolean if a field has been set.

func (UpfFunctionSingleAllOf1) MarshalJSON ¶

func (o UpfFunctionSingleAllOf1) MarshalJSON() ([]byte, error)

func (*UpfFunctionSingleAllOf1) SetEPN3 ¶

func (o *UpfFunctionSingleAllOf1) SetEPN3(v []EPN3Single)

SetEPN3 gets a reference to the given []EPN3Single and assigns it to the EPN3 field.

func (*UpfFunctionSingleAllOf1) SetEPN4 ¶

func (o *UpfFunctionSingleAllOf1) SetEPN4(v []EPN4Single)

SetEPN4 gets a reference to the given []EPN4Single and assigns it to the EPN4 field.

func (*UpfFunctionSingleAllOf1) SetEPN6 ¶

func (o *UpfFunctionSingleAllOf1) SetEPN6(v []EPN6Single)

SetEPN6 gets a reference to the given []EPN6Single and assigns it to the EPN6 field.

func (*UpfFunctionSingleAllOf1) SetEPN9 ¶

func (o *UpfFunctionSingleAllOf1) SetEPN9(v []EPN9Single)

SetEPN9 gets a reference to the given []EPN9Single and assigns it to the EPN9 field.

func (*UpfFunctionSingleAllOf1) SetEPS5U ¶

func (o *UpfFunctionSingleAllOf1) SetEPS5U(v []EPS5USingle)

SetEPS5U gets a reference to the given []EPS5USingle and assigns it to the EPS5U field.

func (UpfFunctionSingleAllOf1) ToMap ¶

func (o UpfFunctionSingleAllOf1) ToMap() (map[string]interface{}, error)

type UpfFunctionSingleAllOfAttributes ¶

type UpfFunctionSingleAllOfAttributes struct {
	ManagedFunctionAttr
	PLMNInfoList          []PlmnInfo             `json:"pLMNInfoList,omitempty"`
	NRTACList             []int32                `json:"nRTACList,omitempty"`
	CNSIIdList            []string               `json:"cNSIIdList,omitempty"`
	SmfServingArea        *string                `json:"smfServingArea,omitempty"`
	InterfaceUpfInfoList  []InterfaceUpfInfoItem `json:"interfaceUpfInfoList,omitempty"`
	IwkEpsInd             *bool                  `json:"iwkEpsInd,omitempty"`
	PduSessionTypes       *string                `json:"pduSessionTypes,omitempty"`
	AtsssCapability       *AtsssCapability       `json:"atsssCapability,omitempty"`
	UeIpAddrInd           *bool                  `json:"ueIpAddrInd,omitempty"`
	TaiList               []Tai                  `json:"taiList,omitempty"`
	TaiRangeList          []TaiRange             `json:"taiRangeList,omitempty"`
	WAgfInfo              *IpInterface           `json:"wAgfInfo,omitempty"`
	TngfInfo              *IpInterface           `json:"tngfInfo,omitempty"`
	TwifInfo              *IpInterface           `json:"twifInfo,omitempty"`
	Priority              *int32                 `json:"priority,omitempty"`
	RedundantGtpu         *bool                  `json:"redundantGtpu,omitempty"`
	Ipups                 *bool                  `json:"ipups,omitempty"`
	DataForwarding        *bool                  `json:"dataForwarding,omitempty"`
	SupportedPfcpFeatures *string                `json:"supportedPfcpFeatures,omitempty"`
	ManagedNFProfile      *ManagedNFProfile      `json:"managedNFProfile,omitempty"`
	SupportedBMOList      []string               `json:"supportedBMOList,omitempty"`
}

UpfFunctionSingleAllOfAttributes struct for UpfFunctionSingleAllOfAttributes

func NewUpfFunctionSingleAllOfAttributes ¶

func NewUpfFunctionSingleAllOfAttributes() *UpfFunctionSingleAllOfAttributes

NewUpfFunctionSingleAllOfAttributes instantiates a new UpfFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUpfFunctionSingleAllOfAttributesWithDefaults ¶

func NewUpfFunctionSingleAllOfAttributesWithDefaults() *UpfFunctionSingleAllOfAttributes

NewUpfFunctionSingleAllOfAttributesWithDefaults instantiates a new UpfFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UpfFunctionSingleAllOfAttributes) GetAtsssCapability ¶

func (o *UpfFunctionSingleAllOfAttributes) GetAtsssCapability() AtsssCapability

GetAtsssCapability returns the AtsssCapability field value if set, zero value otherwise.

func (*UpfFunctionSingleAllOfAttributes) GetAtsssCapabilityOk ¶

func (o *UpfFunctionSingleAllOfAttributes) GetAtsssCapabilityOk() (*AtsssCapability, bool)

GetAtsssCapabilityOk returns a tuple with the AtsssCapability field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingleAllOfAttributes) GetCNSIIdList ¶

func (o *UpfFunctionSingleAllOfAttributes) GetCNSIIdList() []string

GetCNSIIdList returns the CNSIIdList field value if set, zero value otherwise.

func (*UpfFunctionSingleAllOfAttributes) GetCNSIIdListOk ¶

func (o *UpfFunctionSingleAllOfAttributes) GetCNSIIdListOk() ([]string, bool)

GetCNSIIdListOk returns a tuple with the CNSIIdList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingleAllOfAttributes) GetDataForwarding ¶

func (o *UpfFunctionSingleAllOfAttributes) GetDataForwarding() bool

GetDataForwarding returns the DataForwarding field value if set, zero value otherwise.

func (*UpfFunctionSingleAllOfAttributes) GetDataForwardingOk ¶

func (o *UpfFunctionSingleAllOfAttributes) GetDataForwardingOk() (*bool, bool)

GetDataForwardingOk returns a tuple with the DataForwarding field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingleAllOfAttributes) GetInterfaceUpfInfoList ¶

func (o *UpfFunctionSingleAllOfAttributes) GetInterfaceUpfInfoList() []InterfaceUpfInfoItem

GetInterfaceUpfInfoList returns the InterfaceUpfInfoList field value if set, zero value otherwise.

func (*UpfFunctionSingleAllOfAttributes) GetInterfaceUpfInfoListOk ¶

func (o *UpfFunctionSingleAllOfAttributes) GetInterfaceUpfInfoListOk() ([]InterfaceUpfInfoItem, bool)

GetInterfaceUpfInfoListOk returns a tuple with the InterfaceUpfInfoList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingleAllOfAttributes) GetIpups ¶

func (o *UpfFunctionSingleAllOfAttributes) GetIpups() bool

GetIpups returns the Ipups field value if set, zero value otherwise.

func (*UpfFunctionSingleAllOfAttributes) GetIpupsOk ¶

func (o *UpfFunctionSingleAllOfAttributes) GetIpupsOk() (*bool, bool)

GetIpupsOk returns a tuple with the Ipups field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingleAllOfAttributes) GetIwkEpsInd ¶

func (o *UpfFunctionSingleAllOfAttributes) GetIwkEpsInd() bool

GetIwkEpsInd returns the IwkEpsInd field value if set, zero value otherwise.

func (*UpfFunctionSingleAllOfAttributes) GetIwkEpsIndOk ¶

func (o *UpfFunctionSingleAllOfAttributes) GetIwkEpsIndOk() (*bool, bool)

GetIwkEpsIndOk returns a tuple with the IwkEpsInd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingleAllOfAttributes) GetManagedNFProfile ¶

func (o *UpfFunctionSingleAllOfAttributes) GetManagedNFProfile() ManagedNFProfile

GetManagedNFProfile returns the ManagedNFProfile field value if set, zero value otherwise.

func (*UpfFunctionSingleAllOfAttributes) GetManagedNFProfileOk ¶

func (o *UpfFunctionSingleAllOfAttributes) GetManagedNFProfileOk() (*ManagedNFProfile, bool)

GetManagedNFProfileOk returns a tuple with the ManagedNFProfile field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingleAllOfAttributes) GetNRTACList ¶

func (o *UpfFunctionSingleAllOfAttributes) GetNRTACList() []int32

GetNRTACList returns the NRTACList field value if set, zero value otherwise.

func (*UpfFunctionSingleAllOfAttributes) GetNRTACListOk ¶

func (o *UpfFunctionSingleAllOfAttributes) GetNRTACListOk() ([]int32, bool)

GetNRTACListOk returns a tuple with the NRTACList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingleAllOfAttributes) GetPLMNInfoList ¶

func (o *UpfFunctionSingleAllOfAttributes) GetPLMNInfoList() []PlmnInfo

GetPLMNInfoList returns the PLMNInfoList field value if set, zero value otherwise.

func (*UpfFunctionSingleAllOfAttributes) GetPLMNInfoListOk ¶

func (o *UpfFunctionSingleAllOfAttributes) GetPLMNInfoListOk() ([]PlmnInfo, bool)

GetPLMNInfoListOk returns a tuple with the PLMNInfoList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingleAllOfAttributes) GetPduSessionTypes ¶

func (o *UpfFunctionSingleAllOfAttributes) GetPduSessionTypes() string

GetPduSessionTypes returns the PduSessionTypes field value if set, zero value otherwise.

func (*UpfFunctionSingleAllOfAttributes) GetPduSessionTypesOk ¶

func (o *UpfFunctionSingleAllOfAttributes) GetPduSessionTypesOk() (*string, bool)

GetPduSessionTypesOk returns a tuple with the PduSessionTypes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingleAllOfAttributes) GetPriority ¶

func (o *UpfFunctionSingleAllOfAttributes) GetPriority() int32

GetPriority returns the Priority field value if set, zero value otherwise.

func (*UpfFunctionSingleAllOfAttributes) GetPriorityOk ¶

func (o *UpfFunctionSingleAllOfAttributes) GetPriorityOk() (*int32, bool)

GetPriorityOk returns a tuple with the Priority field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingleAllOfAttributes) GetRedundantGtpu ¶

func (o *UpfFunctionSingleAllOfAttributes) GetRedundantGtpu() bool

GetRedundantGtpu returns the RedundantGtpu field value if set, zero value otherwise.

func (*UpfFunctionSingleAllOfAttributes) GetRedundantGtpuOk ¶

func (o *UpfFunctionSingleAllOfAttributes) GetRedundantGtpuOk() (*bool, bool)

GetRedundantGtpuOk returns a tuple with the RedundantGtpu field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingleAllOfAttributes) GetSmfServingArea ¶

func (o *UpfFunctionSingleAllOfAttributes) GetSmfServingArea() string

GetSmfServingArea returns the SmfServingArea field value if set, zero value otherwise.

func (*UpfFunctionSingleAllOfAttributes) GetSmfServingAreaOk ¶

func (o *UpfFunctionSingleAllOfAttributes) GetSmfServingAreaOk() (*string, bool)

GetSmfServingAreaOk returns a tuple with the SmfServingArea field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingleAllOfAttributes) GetSupportedBMOList ¶

func (o *UpfFunctionSingleAllOfAttributes) GetSupportedBMOList() []string

GetSupportedBMOList returns the SupportedBMOList field value if set, zero value otherwise.

func (*UpfFunctionSingleAllOfAttributes) GetSupportedBMOListOk ¶

func (o *UpfFunctionSingleAllOfAttributes) GetSupportedBMOListOk() ([]string, bool)

GetSupportedBMOListOk returns a tuple with the SupportedBMOList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingleAllOfAttributes) GetSupportedPfcpFeatures ¶

func (o *UpfFunctionSingleAllOfAttributes) GetSupportedPfcpFeatures() string

GetSupportedPfcpFeatures returns the SupportedPfcpFeatures field value if set, zero value otherwise.

func (*UpfFunctionSingleAllOfAttributes) GetSupportedPfcpFeaturesOk ¶

func (o *UpfFunctionSingleAllOfAttributes) GetSupportedPfcpFeaturesOk() (*string, bool)

GetSupportedPfcpFeaturesOk returns a tuple with the SupportedPfcpFeatures field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingleAllOfAttributes) GetTaiList ¶

func (o *UpfFunctionSingleAllOfAttributes) GetTaiList() []Tai

GetTaiList returns the TaiList field value if set, zero value otherwise.

func (*UpfFunctionSingleAllOfAttributes) GetTaiListOk ¶

func (o *UpfFunctionSingleAllOfAttributes) GetTaiListOk() ([]Tai, bool)

GetTaiListOk returns a tuple with the TaiList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingleAllOfAttributes) GetTaiRangeList ¶

func (o *UpfFunctionSingleAllOfAttributes) GetTaiRangeList() []TaiRange

GetTaiRangeList returns the TaiRangeList field value if set, zero value otherwise.

func (*UpfFunctionSingleAllOfAttributes) GetTaiRangeListOk ¶

func (o *UpfFunctionSingleAllOfAttributes) GetTaiRangeListOk() ([]TaiRange, bool)

GetTaiRangeListOk returns a tuple with the TaiRangeList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingleAllOfAttributes) GetTngfInfo ¶

GetTngfInfo returns the TngfInfo field value if set, zero value otherwise.

func (*UpfFunctionSingleAllOfAttributes) GetTngfInfoOk ¶

func (o *UpfFunctionSingleAllOfAttributes) GetTngfInfoOk() (*IpInterface, bool)

GetTngfInfoOk returns a tuple with the TngfInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingleAllOfAttributes) GetTwifInfo ¶

GetTwifInfo returns the TwifInfo field value if set, zero value otherwise.

func (*UpfFunctionSingleAllOfAttributes) GetTwifInfoOk ¶

func (o *UpfFunctionSingleAllOfAttributes) GetTwifInfoOk() (*IpInterface, bool)

GetTwifInfoOk returns a tuple with the TwifInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingleAllOfAttributes) GetUeIpAddrInd ¶

func (o *UpfFunctionSingleAllOfAttributes) GetUeIpAddrInd() bool

GetUeIpAddrInd returns the UeIpAddrInd field value if set, zero value otherwise.

func (*UpfFunctionSingleAllOfAttributes) GetUeIpAddrIndOk ¶

func (o *UpfFunctionSingleAllOfAttributes) GetUeIpAddrIndOk() (*bool, bool)

GetUeIpAddrIndOk returns a tuple with the UeIpAddrInd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingleAllOfAttributes) GetWAgfInfo ¶

GetWAgfInfo returns the WAgfInfo field value if set, zero value otherwise.

func (*UpfFunctionSingleAllOfAttributes) GetWAgfInfoOk ¶

func (o *UpfFunctionSingleAllOfAttributes) GetWAgfInfoOk() (*IpInterface, bool)

GetWAgfInfoOk returns a tuple with the WAgfInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingleAllOfAttributes) HasAtsssCapability ¶

func (o *UpfFunctionSingleAllOfAttributes) HasAtsssCapability() bool

HasAtsssCapability returns a boolean if a field has been set.

func (*UpfFunctionSingleAllOfAttributes) HasCNSIIdList ¶

func (o *UpfFunctionSingleAllOfAttributes) HasCNSIIdList() bool

HasCNSIIdList returns a boolean if a field has been set.

func (*UpfFunctionSingleAllOfAttributes) HasDataForwarding ¶

func (o *UpfFunctionSingleAllOfAttributes) HasDataForwarding() bool

HasDataForwarding returns a boolean if a field has been set.

func (*UpfFunctionSingleAllOfAttributes) HasInterfaceUpfInfoList ¶

func (o *UpfFunctionSingleAllOfAttributes) HasInterfaceUpfInfoList() bool

HasInterfaceUpfInfoList returns a boolean if a field has been set.

func (*UpfFunctionSingleAllOfAttributes) HasIpups ¶

func (o *UpfFunctionSingleAllOfAttributes) HasIpups() bool

HasIpups returns a boolean if a field has been set.

func (*UpfFunctionSingleAllOfAttributes) HasIwkEpsInd ¶

func (o *UpfFunctionSingleAllOfAttributes) HasIwkEpsInd() bool

HasIwkEpsInd returns a boolean if a field has been set.

func (*UpfFunctionSingleAllOfAttributes) HasManagedNFProfile ¶

func (o *UpfFunctionSingleAllOfAttributes) HasManagedNFProfile() bool

HasManagedNFProfile returns a boolean if a field has been set.

func (*UpfFunctionSingleAllOfAttributes) HasNRTACList ¶

func (o *UpfFunctionSingleAllOfAttributes) HasNRTACList() bool

HasNRTACList returns a boolean if a field has been set.

func (*UpfFunctionSingleAllOfAttributes) HasPLMNInfoList ¶

func (o *UpfFunctionSingleAllOfAttributes) HasPLMNInfoList() bool

HasPLMNInfoList returns a boolean if a field has been set.

func (*UpfFunctionSingleAllOfAttributes) HasPduSessionTypes ¶

func (o *UpfFunctionSingleAllOfAttributes) HasPduSessionTypes() bool

HasPduSessionTypes returns a boolean if a field has been set.

func (*UpfFunctionSingleAllOfAttributes) HasPriority ¶

func (o *UpfFunctionSingleAllOfAttributes) HasPriority() bool

HasPriority returns a boolean if a field has been set.

func (*UpfFunctionSingleAllOfAttributes) HasRedundantGtpu ¶

func (o *UpfFunctionSingleAllOfAttributes) HasRedundantGtpu() bool

HasRedundantGtpu returns a boolean if a field has been set.

func (*UpfFunctionSingleAllOfAttributes) HasSmfServingArea ¶

func (o *UpfFunctionSingleAllOfAttributes) HasSmfServingArea() bool

HasSmfServingArea returns a boolean if a field has been set.

func (*UpfFunctionSingleAllOfAttributes) HasSupportedBMOList ¶

func (o *UpfFunctionSingleAllOfAttributes) HasSupportedBMOList() bool

HasSupportedBMOList returns a boolean if a field has been set.

func (*UpfFunctionSingleAllOfAttributes) HasSupportedPfcpFeatures ¶

func (o *UpfFunctionSingleAllOfAttributes) HasSupportedPfcpFeatures() bool

HasSupportedPfcpFeatures returns a boolean if a field has been set.

func (*UpfFunctionSingleAllOfAttributes) HasTaiList ¶

func (o *UpfFunctionSingleAllOfAttributes) HasTaiList() bool

HasTaiList returns a boolean if a field has been set.

func (*UpfFunctionSingleAllOfAttributes) HasTaiRangeList ¶

func (o *UpfFunctionSingleAllOfAttributes) HasTaiRangeList() bool

HasTaiRangeList returns a boolean if a field has been set.

func (*UpfFunctionSingleAllOfAttributes) HasTngfInfo ¶

func (o *UpfFunctionSingleAllOfAttributes) HasTngfInfo() bool

HasTngfInfo returns a boolean if a field has been set.

func (*UpfFunctionSingleAllOfAttributes) HasTwifInfo ¶

func (o *UpfFunctionSingleAllOfAttributes) HasTwifInfo() bool

HasTwifInfo returns a boolean if a field has been set.

func (*UpfFunctionSingleAllOfAttributes) HasUeIpAddrInd ¶

func (o *UpfFunctionSingleAllOfAttributes) HasUeIpAddrInd() bool

HasUeIpAddrInd returns a boolean if a field has been set.

func (*UpfFunctionSingleAllOfAttributes) HasWAgfInfo ¶

func (o *UpfFunctionSingleAllOfAttributes) HasWAgfInfo() bool

HasWAgfInfo returns a boolean if a field has been set.

func (UpfFunctionSingleAllOfAttributes) MarshalJSON ¶

func (o UpfFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*UpfFunctionSingleAllOfAttributes) SetAtsssCapability ¶

func (o *UpfFunctionSingleAllOfAttributes) SetAtsssCapability(v AtsssCapability)

SetAtsssCapability gets a reference to the given AtsssCapability and assigns it to the AtsssCapability field.

func (*UpfFunctionSingleAllOfAttributes) SetCNSIIdList ¶

func (o *UpfFunctionSingleAllOfAttributes) SetCNSIIdList(v []string)

SetCNSIIdList gets a reference to the given []string and assigns it to the CNSIIdList field.

func (*UpfFunctionSingleAllOfAttributes) SetDataForwarding ¶

func (o *UpfFunctionSingleAllOfAttributes) SetDataForwarding(v bool)

SetDataForwarding gets a reference to the given bool and assigns it to the DataForwarding field.

func (*UpfFunctionSingleAllOfAttributes) SetInterfaceUpfInfoList ¶

func (o *UpfFunctionSingleAllOfAttributes) SetInterfaceUpfInfoList(v []InterfaceUpfInfoItem)

SetInterfaceUpfInfoList gets a reference to the given []InterfaceUpfInfoItem and assigns it to the InterfaceUpfInfoList field.

func (*UpfFunctionSingleAllOfAttributes) SetIpups ¶

func (o *UpfFunctionSingleAllOfAttributes) SetIpups(v bool)

SetIpups gets a reference to the given bool and assigns it to the Ipups field.

func (*UpfFunctionSingleAllOfAttributes) SetIwkEpsInd ¶

func (o *UpfFunctionSingleAllOfAttributes) SetIwkEpsInd(v bool)

SetIwkEpsInd gets a reference to the given bool and assigns it to the IwkEpsInd field.

func (*UpfFunctionSingleAllOfAttributes) SetManagedNFProfile ¶

func (o *UpfFunctionSingleAllOfAttributes) SetManagedNFProfile(v ManagedNFProfile)

SetManagedNFProfile gets a reference to the given ManagedNFProfile and assigns it to the ManagedNFProfile field.

func (*UpfFunctionSingleAllOfAttributes) SetNRTACList ¶

func (o *UpfFunctionSingleAllOfAttributes) SetNRTACList(v []int32)

SetNRTACList gets a reference to the given []int32 and assigns it to the NRTACList field.

func (*UpfFunctionSingleAllOfAttributes) SetPLMNInfoList ¶

func (o *UpfFunctionSingleAllOfAttributes) SetPLMNInfoList(v []PlmnInfo)

SetPLMNInfoList gets a reference to the given []PlmnInfo and assigns it to the PLMNInfoList field.

func (*UpfFunctionSingleAllOfAttributes) SetPduSessionTypes ¶

func (o *UpfFunctionSingleAllOfAttributes) SetPduSessionTypes(v string)

SetPduSessionTypes gets a reference to the given string and assigns it to the PduSessionTypes field.

func (*UpfFunctionSingleAllOfAttributes) SetPriority ¶

func (o *UpfFunctionSingleAllOfAttributes) SetPriority(v int32)

SetPriority gets a reference to the given int32 and assigns it to the Priority field.

func (*UpfFunctionSingleAllOfAttributes) SetRedundantGtpu ¶

func (o *UpfFunctionSingleAllOfAttributes) SetRedundantGtpu(v bool)

SetRedundantGtpu gets a reference to the given bool and assigns it to the RedundantGtpu field.

func (*UpfFunctionSingleAllOfAttributes) SetSmfServingArea ¶

func (o *UpfFunctionSingleAllOfAttributes) SetSmfServingArea(v string)

SetSmfServingArea gets a reference to the given string and assigns it to the SmfServingArea field.

func (*UpfFunctionSingleAllOfAttributes) SetSupportedBMOList ¶

func (o *UpfFunctionSingleAllOfAttributes) SetSupportedBMOList(v []string)

SetSupportedBMOList gets a reference to the given []string and assigns it to the SupportedBMOList field.

func (*UpfFunctionSingleAllOfAttributes) SetSupportedPfcpFeatures ¶

func (o *UpfFunctionSingleAllOfAttributes) SetSupportedPfcpFeatures(v string)

SetSupportedPfcpFeatures gets a reference to the given string and assigns it to the SupportedPfcpFeatures field.

func (*UpfFunctionSingleAllOfAttributes) SetTaiList ¶

func (o *UpfFunctionSingleAllOfAttributes) SetTaiList(v []Tai)

SetTaiList gets a reference to the given []Tai and assigns it to the TaiList field.

func (*UpfFunctionSingleAllOfAttributes) SetTaiRangeList ¶

func (o *UpfFunctionSingleAllOfAttributes) SetTaiRangeList(v []TaiRange)

SetTaiRangeList gets a reference to the given []TaiRange and assigns it to the TaiRangeList field.

func (*UpfFunctionSingleAllOfAttributes) SetTngfInfo ¶

SetTngfInfo gets a reference to the given IpInterface and assigns it to the TngfInfo field.

func (*UpfFunctionSingleAllOfAttributes) SetTwifInfo ¶

SetTwifInfo gets a reference to the given IpInterface and assigns it to the TwifInfo field.

func (*UpfFunctionSingleAllOfAttributes) SetUeIpAddrInd ¶

func (o *UpfFunctionSingleAllOfAttributes) SetUeIpAddrInd(v bool)

SetUeIpAddrInd gets a reference to the given bool and assigns it to the UeIpAddrInd field.

func (*UpfFunctionSingleAllOfAttributes) SetWAgfInfo ¶

SetWAgfInfo gets a reference to the given IpInterface and assigns it to the WAgfInfo field.

func (UpfFunctionSingleAllOfAttributes) ToMap ¶

func (o UpfFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type UpfFunctionSingleAllOfAttributesAllOf ¶

type UpfFunctionSingleAllOfAttributesAllOf struct {
	PLMNInfoList          []PlmnInfo             `json:"pLMNInfoList,omitempty"`
	NRTACList             []int32                `json:"nRTACList,omitempty"`
	CNSIIdList            []string               `json:"cNSIIdList,omitempty"`
	SmfServingArea        *string                `json:"smfServingArea,omitempty"`
	InterfaceUpfInfoList  []InterfaceUpfInfoItem `json:"interfaceUpfInfoList,omitempty"`
	IwkEpsInd             *bool                  `json:"iwkEpsInd,omitempty"`
	PduSessionTypes       *string                `json:"pduSessionTypes,omitempty"`
	AtsssCapability       *AtsssCapability       `json:"atsssCapability,omitempty"`
	UeIpAddrInd           *bool                  `json:"ueIpAddrInd,omitempty"`
	TaiList               []Tai                  `json:"taiList,omitempty"`
	TaiRangeList          []TaiRange             `json:"taiRangeList,omitempty"`
	WAgfInfo              *IpInterface           `json:"wAgfInfo,omitempty"`
	TngfInfo              *IpInterface           `json:"tngfInfo,omitempty"`
	TwifInfo              *IpInterface           `json:"twifInfo,omitempty"`
	Priority              *int32                 `json:"priority,omitempty"`
	RedundantGtpu         *bool                  `json:"redundantGtpu,omitempty"`
	Ipups                 *bool                  `json:"ipups,omitempty"`
	DataForwarding        *bool                  `json:"dataForwarding,omitempty"`
	SupportedPfcpFeatures *string                `json:"supportedPfcpFeatures,omitempty"`
	ManagedNFProfile      *ManagedNFProfile      `json:"managedNFProfile,omitempty"`
	SupportedBMOList      []string               `json:"supportedBMOList,omitempty"`
}

UpfFunctionSingleAllOfAttributesAllOf struct for UpfFunctionSingleAllOfAttributesAllOf

func NewUpfFunctionSingleAllOfAttributesAllOf ¶

func NewUpfFunctionSingleAllOfAttributesAllOf() *UpfFunctionSingleAllOfAttributesAllOf

NewUpfFunctionSingleAllOfAttributesAllOf instantiates a new UpfFunctionSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUpfFunctionSingleAllOfAttributesAllOfWithDefaults ¶

func NewUpfFunctionSingleAllOfAttributesAllOfWithDefaults() *UpfFunctionSingleAllOfAttributesAllOf

NewUpfFunctionSingleAllOfAttributesAllOfWithDefaults instantiates a new UpfFunctionSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UpfFunctionSingleAllOfAttributesAllOf) GetAtsssCapability ¶

GetAtsssCapability returns the AtsssCapability field value if set, zero value otherwise.

func (*UpfFunctionSingleAllOfAttributesAllOf) GetAtsssCapabilityOk ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) GetAtsssCapabilityOk() (*AtsssCapability, bool)

GetAtsssCapabilityOk returns a tuple with the AtsssCapability field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingleAllOfAttributesAllOf) GetCNSIIdList ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) GetCNSIIdList() []string

GetCNSIIdList returns the CNSIIdList field value if set, zero value otherwise.

func (*UpfFunctionSingleAllOfAttributesAllOf) GetCNSIIdListOk ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) GetCNSIIdListOk() ([]string, bool)

GetCNSIIdListOk returns a tuple with the CNSIIdList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingleAllOfAttributesAllOf) GetDataForwarding ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) GetDataForwarding() bool

GetDataForwarding returns the DataForwarding field value if set, zero value otherwise.

func (*UpfFunctionSingleAllOfAttributesAllOf) GetDataForwardingOk ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) GetDataForwardingOk() (*bool, bool)

GetDataForwardingOk returns a tuple with the DataForwarding field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingleAllOfAttributesAllOf) GetInterfaceUpfInfoList ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) GetInterfaceUpfInfoList() []InterfaceUpfInfoItem

GetInterfaceUpfInfoList returns the InterfaceUpfInfoList field value if set, zero value otherwise.

func (*UpfFunctionSingleAllOfAttributesAllOf) GetInterfaceUpfInfoListOk ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) GetInterfaceUpfInfoListOk() ([]InterfaceUpfInfoItem, bool)

GetInterfaceUpfInfoListOk returns a tuple with the InterfaceUpfInfoList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingleAllOfAttributesAllOf) GetIpups ¶

GetIpups returns the Ipups field value if set, zero value otherwise.

func (*UpfFunctionSingleAllOfAttributesAllOf) GetIpupsOk ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) GetIpupsOk() (*bool, bool)

GetIpupsOk returns a tuple with the Ipups field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingleAllOfAttributesAllOf) GetIwkEpsInd ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) GetIwkEpsInd() bool

GetIwkEpsInd returns the IwkEpsInd field value if set, zero value otherwise.

func (*UpfFunctionSingleAllOfAttributesAllOf) GetIwkEpsIndOk ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) GetIwkEpsIndOk() (*bool, bool)

GetIwkEpsIndOk returns a tuple with the IwkEpsInd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingleAllOfAttributesAllOf) GetManagedNFProfile ¶

GetManagedNFProfile returns the ManagedNFProfile field value if set, zero value otherwise.

func (*UpfFunctionSingleAllOfAttributesAllOf) GetManagedNFProfileOk ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) GetManagedNFProfileOk() (*ManagedNFProfile, bool)

GetManagedNFProfileOk returns a tuple with the ManagedNFProfile field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingleAllOfAttributesAllOf) GetNRTACList ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) GetNRTACList() []int32

GetNRTACList returns the NRTACList field value if set, zero value otherwise.

func (*UpfFunctionSingleAllOfAttributesAllOf) GetNRTACListOk ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) GetNRTACListOk() ([]int32, bool)

GetNRTACListOk returns a tuple with the NRTACList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingleAllOfAttributesAllOf) GetPLMNInfoList ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) GetPLMNInfoList() []PlmnInfo

GetPLMNInfoList returns the PLMNInfoList field value if set, zero value otherwise.

func (*UpfFunctionSingleAllOfAttributesAllOf) GetPLMNInfoListOk ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) GetPLMNInfoListOk() ([]PlmnInfo, bool)

GetPLMNInfoListOk returns a tuple with the PLMNInfoList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingleAllOfAttributesAllOf) GetPduSessionTypes ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) GetPduSessionTypes() string

GetPduSessionTypes returns the PduSessionTypes field value if set, zero value otherwise.

func (*UpfFunctionSingleAllOfAttributesAllOf) GetPduSessionTypesOk ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) GetPduSessionTypesOk() (*string, bool)

GetPduSessionTypesOk returns a tuple with the PduSessionTypes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingleAllOfAttributesAllOf) GetPriority ¶

GetPriority returns the Priority field value if set, zero value otherwise.

func (*UpfFunctionSingleAllOfAttributesAllOf) GetPriorityOk ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) GetPriorityOk() (*int32, bool)

GetPriorityOk returns a tuple with the Priority field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingleAllOfAttributesAllOf) GetRedundantGtpu ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) GetRedundantGtpu() bool

GetRedundantGtpu returns the RedundantGtpu field value if set, zero value otherwise.

func (*UpfFunctionSingleAllOfAttributesAllOf) GetRedundantGtpuOk ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) GetRedundantGtpuOk() (*bool, bool)

GetRedundantGtpuOk returns a tuple with the RedundantGtpu field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingleAllOfAttributesAllOf) GetSmfServingArea ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) GetSmfServingArea() string

GetSmfServingArea returns the SmfServingArea field value if set, zero value otherwise.

func (*UpfFunctionSingleAllOfAttributesAllOf) GetSmfServingAreaOk ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) GetSmfServingAreaOk() (*string, bool)

GetSmfServingAreaOk returns a tuple with the SmfServingArea field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingleAllOfAttributesAllOf) GetSupportedBMOList ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) GetSupportedBMOList() []string

GetSupportedBMOList returns the SupportedBMOList field value if set, zero value otherwise.

func (*UpfFunctionSingleAllOfAttributesAllOf) GetSupportedBMOListOk ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) GetSupportedBMOListOk() ([]string, bool)

GetSupportedBMOListOk returns a tuple with the SupportedBMOList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingleAllOfAttributesAllOf) GetSupportedPfcpFeatures ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) GetSupportedPfcpFeatures() string

GetSupportedPfcpFeatures returns the SupportedPfcpFeatures field value if set, zero value otherwise.

func (*UpfFunctionSingleAllOfAttributesAllOf) GetSupportedPfcpFeaturesOk ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) GetSupportedPfcpFeaturesOk() (*string, bool)

GetSupportedPfcpFeaturesOk returns a tuple with the SupportedPfcpFeatures field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingleAllOfAttributesAllOf) GetTaiList ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) GetTaiList() []Tai

GetTaiList returns the TaiList field value if set, zero value otherwise.

func (*UpfFunctionSingleAllOfAttributesAllOf) GetTaiListOk ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) GetTaiListOk() ([]Tai, bool)

GetTaiListOk returns a tuple with the TaiList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingleAllOfAttributesAllOf) GetTaiRangeList ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) GetTaiRangeList() []TaiRange

GetTaiRangeList returns the TaiRangeList field value if set, zero value otherwise.

func (*UpfFunctionSingleAllOfAttributesAllOf) GetTaiRangeListOk ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) GetTaiRangeListOk() ([]TaiRange, bool)

GetTaiRangeListOk returns a tuple with the TaiRangeList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingleAllOfAttributesAllOf) GetTngfInfo ¶

GetTngfInfo returns the TngfInfo field value if set, zero value otherwise.

func (*UpfFunctionSingleAllOfAttributesAllOf) GetTngfInfoOk ¶

GetTngfInfoOk returns a tuple with the TngfInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingleAllOfAttributesAllOf) GetTwifInfo ¶

GetTwifInfo returns the TwifInfo field value if set, zero value otherwise.

func (*UpfFunctionSingleAllOfAttributesAllOf) GetTwifInfoOk ¶

GetTwifInfoOk returns a tuple with the TwifInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingleAllOfAttributesAllOf) GetUeIpAddrInd ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) GetUeIpAddrInd() bool

GetUeIpAddrInd returns the UeIpAddrInd field value if set, zero value otherwise.

func (*UpfFunctionSingleAllOfAttributesAllOf) GetUeIpAddrIndOk ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) GetUeIpAddrIndOk() (*bool, bool)

GetUeIpAddrIndOk returns a tuple with the UeIpAddrInd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingleAllOfAttributesAllOf) GetWAgfInfo ¶

GetWAgfInfo returns the WAgfInfo field value if set, zero value otherwise.

func (*UpfFunctionSingleAllOfAttributesAllOf) GetWAgfInfoOk ¶

GetWAgfInfoOk returns a tuple with the WAgfInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingleAllOfAttributesAllOf) HasAtsssCapability ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) HasAtsssCapability() bool

HasAtsssCapability returns a boolean if a field has been set.

func (*UpfFunctionSingleAllOfAttributesAllOf) HasCNSIIdList ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) HasCNSIIdList() bool

HasCNSIIdList returns a boolean if a field has been set.

func (*UpfFunctionSingleAllOfAttributesAllOf) HasDataForwarding ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) HasDataForwarding() bool

HasDataForwarding returns a boolean if a field has been set.

func (*UpfFunctionSingleAllOfAttributesAllOf) HasInterfaceUpfInfoList ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) HasInterfaceUpfInfoList() bool

HasInterfaceUpfInfoList returns a boolean if a field has been set.

func (*UpfFunctionSingleAllOfAttributesAllOf) HasIpups ¶

HasIpups returns a boolean if a field has been set.

func (*UpfFunctionSingleAllOfAttributesAllOf) HasIwkEpsInd ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) HasIwkEpsInd() bool

HasIwkEpsInd returns a boolean if a field has been set.

func (*UpfFunctionSingleAllOfAttributesAllOf) HasManagedNFProfile ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) HasManagedNFProfile() bool

HasManagedNFProfile returns a boolean if a field has been set.

func (*UpfFunctionSingleAllOfAttributesAllOf) HasNRTACList ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) HasNRTACList() bool

HasNRTACList returns a boolean if a field has been set.

func (*UpfFunctionSingleAllOfAttributesAllOf) HasPLMNInfoList ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) HasPLMNInfoList() bool

HasPLMNInfoList returns a boolean if a field has been set.

func (*UpfFunctionSingleAllOfAttributesAllOf) HasPduSessionTypes ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) HasPduSessionTypes() bool

HasPduSessionTypes returns a boolean if a field has been set.

func (*UpfFunctionSingleAllOfAttributesAllOf) HasPriority ¶

HasPriority returns a boolean if a field has been set.

func (*UpfFunctionSingleAllOfAttributesAllOf) HasRedundantGtpu ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) HasRedundantGtpu() bool

HasRedundantGtpu returns a boolean if a field has been set.

func (*UpfFunctionSingleAllOfAttributesAllOf) HasSmfServingArea ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) HasSmfServingArea() bool

HasSmfServingArea returns a boolean if a field has been set.

func (*UpfFunctionSingleAllOfAttributesAllOf) HasSupportedBMOList ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) HasSupportedBMOList() bool

HasSupportedBMOList returns a boolean if a field has been set.

func (*UpfFunctionSingleAllOfAttributesAllOf) HasSupportedPfcpFeatures ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) HasSupportedPfcpFeatures() bool

HasSupportedPfcpFeatures returns a boolean if a field has been set.

func (*UpfFunctionSingleAllOfAttributesAllOf) HasTaiList ¶

HasTaiList returns a boolean if a field has been set.

func (*UpfFunctionSingleAllOfAttributesAllOf) HasTaiRangeList ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) HasTaiRangeList() bool

HasTaiRangeList returns a boolean if a field has been set.

func (*UpfFunctionSingleAllOfAttributesAllOf) HasTngfInfo ¶

HasTngfInfo returns a boolean if a field has been set.

func (*UpfFunctionSingleAllOfAttributesAllOf) HasTwifInfo ¶

HasTwifInfo returns a boolean if a field has been set.

func (*UpfFunctionSingleAllOfAttributesAllOf) HasUeIpAddrInd ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) HasUeIpAddrInd() bool

HasUeIpAddrInd returns a boolean if a field has been set.

func (*UpfFunctionSingleAllOfAttributesAllOf) HasWAgfInfo ¶

HasWAgfInfo returns a boolean if a field has been set.

func (UpfFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (o UpfFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)

func (*UpfFunctionSingleAllOfAttributesAllOf) SetAtsssCapability ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) SetAtsssCapability(v AtsssCapability)

SetAtsssCapability gets a reference to the given AtsssCapability and assigns it to the AtsssCapability field.

func (*UpfFunctionSingleAllOfAttributesAllOf) SetCNSIIdList ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) SetCNSIIdList(v []string)

SetCNSIIdList gets a reference to the given []string and assigns it to the CNSIIdList field.

func (*UpfFunctionSingleAllOfAttributesAllOf) SetDataForwarding ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) SetDataForwarding(v bool)

SetDataForwarding gets a reference to the given bool and assigns it to the DataForwarding field.

func (*UpfFunctionSingleAllOfAttributesAllOf) SetInterfaceUpfInfoList ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) SetInterfaceUpfInfoList(v []InterfaceUpfInfoItem)

SetInterfaceUpfInfoList gets a reference to the given []InterfaceUpfInfoItem and assigns it to the InterfaceUpfInfoList field.

func (*UpfFunctionSingleAllOfAttributesAllOf) SetIpups ¶

SetIpups gets a reference to the given bool and assigns it to the Ipups field.

func (*UpfFunctionSingleAllOfAttributesAllOf) SetIwkEpsInd ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) SetIwkEpsInd(v bool)

SetIwkEpsInd gets a reference to the given bool and assigns it to the IwkEpsInd field.

func (*UpfFunctionSingleAllOfAttributesAllOf) SetManagedNFProfile ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) SetManagedNFProfile(v ManagedNFProfile)

SetManagedNFProfile gets a reference to the given ManagedNFProfile and assigns it to the ManagedNFProfile field.

func (*UpfFunctionSingleAllOfAttributesAllOf) SetNRTACList ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) SetNRTACList(v []int32)

SetNRTACList gets a reference to the given []int32 and assigns it to the NRTACList field.

func (*UpfFunctionSingleAllOfAttributesAllOf) SetPLMNInfoList ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) SetPLMNInfoList(v []PlmnInfo)

SetPLMNInfoList gets a reference to the given []PlmnInfo and assigns it to the PLMNInfoList field.

func (*UpfFunctionSingleAllOfAttributesAllOf) SetPduSessionTypes ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) SetPduSessionTypes(v string)

SetPduSessionTypes gets a reference to the given string and assigns it to the PduSessionTypes field.

func (*UpfFunctionSingleAllOfAttributesAllOf) SetPriority ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) SetPriority(v int32)

SetPriority gets a reference to the given int32 and assigns it to the Priority field.

func (*UpfFunctionSingleAllOfAttributesAllOf) SetRedundantGtpu ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) SetRedundantGtpu(v bool)

SetRedundantGtpu gets a reference to the given bool and assigns it to the RedundantGtpu field.

func (*UpfFunctionSingleAllOfAttributesAllOf) SetSmfServingArea ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) SetSmfServingArea(v string)

SetSmfServingArea gets a reference to the given string and assigns it to the SmfServingArea field.

func (*UpfFunctionSingleAllOfAttributesAllOf) SetSupportedBMOList ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) SetSupportedBMOList(v []string)

SetSupportedBMOList gets a reference to the given []string and assigns it to the SupportedBMOList field.

func (*UpfFunctionSingleAllOfAttributesAllOf) SetSupportedPfcpFeatures ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) SetSupportedPfcpFeatures(v string)

SetSupportedPfcpFeatures gets a reference to the given string and assigns it to the SupportedPfcpFeatures field.

func (*UpfFunctionSingleAllOfAttributesAllOf) SetTaiList ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) SetTaiList(v []Tai)

SetTaiList gets a reference to the given []Tai and assigns it to the TaiList field.

func (*UpfFunctionSingleAllOfAttributesAllOf) SetTaiRangeList ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) SetTaiRangeList(v []TaiRange)

SetTaiRangeList gets a reference to the given []TaiRange and assigns it to the TaiRangeList field.

func (*UpfFunctionSingleAllOfAttributesAllOf) SetTngfInfo ¶

SetTngfInfo gets a reference to the given IpInterface and assigns it to the TngfInfo field.

func (*UpfFunctionSingleAllOfAttributesAllOf) SetTwifInfo ¶

SetTwifInfo gets a reference to the given IpInterface and assigns it to the TwifInfo field.

func (*UpfFunctionSingleAllOfAttributesAllOf) SetUeIpAddrInd ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) SetUeIpAddrInd(v bool)

SetUeIpAddrInd gets a reference to the given bool and assigns it to the UeIpAddrInd field.

func (*UpfFunctionSingleAllOfAttributesAllOf) SetWAgfInfo ¶

SetWAgfInfo gets a reference to the given IpInterface and assigns it to the WAgfInfo field.

func (UpfFunctionSingleAllOfAttributesAllOf) ToMap ¶

func (o UpfFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)

type UrllcEEPerfReq ¶

type UrllcEEPerfReq struct {
	KpiType *string  `json:"kpiType,omitempty"`
	Req     *float32 `json:"req,omitempty"`
}

UrllcEEPerfReq struct for UrllcEEPerfReq

func NewUrllcEEPerfReq ¶

func NewUrllcEEPerfReq() *UrllcEEPerfReq

NewUrllcEEPerfReq instantiates a new UrllcEEPerfReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUrllcEEPerfReqWithDefaults ¶

func NewUrllcEEPerfReqWithDefaults() *UrllcEEPerfReq

NewUrllcEEPerfReqWithDefaults instantiates a new UrllcEEPerfReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UrllcEEPerfReq) GetKpiType ¶

func (o *UrllcEEPerfReq) GetKpiType() string

GetKpiType returns the KpiType field value if set, zero value otherwise.

func (*UrllcEEPerfReq) GetKpiTypeOk ¶

func (o *UrllcEEPerfReq) GetKpiTypeOk() (*string, bool)

GetKpiTypeOk returns a tuple with the KpiType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UrllcEEPerfReq) GetReq ¶

func (o *UrllcEEPerfReq) GetReq() float32

GetReq returns the Req field value if set, zero value otherwise.

func (*UrllcEEPerfReq) GetReqOk ¶

func (o *UrllcEEPerfReq) GetReqOk() (*float32, bool)

GetReqOk returns a tuple with the Req field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UrllcEEPerfReq) HasKpiType ¶

func (o *UrllcEEPerfReq) HasKpiType() bool

HasKpiType returns a boolean if a field has been set.

func (*UrllcEEPerfReq) HasReq ¶

func (o *UrllcEEPerfReq) HasReq() bool

HasReq returns a boolean if a field has been set.

func (UrllcEEPerfReq) MarshalJSON ¶

func (o UrllcEEPerfReq) MarshalJSON() ([]byte, error)

func (*UrllcEEPerfReq) SetKpiType ¶

func (o *UrllcEEPerfReq) SetKpiType(v string)

SetKpiType gets a reference to the given string and assigns it to the KpiType field.

func (*UrllcEEPerfReq) SetReq ¶

func (o *UrllcEEPerfReq) SetReq(v float32)

SetReq gets a reference to the given float32 and assigns it to the Req field.

func (UrllcEEPerfReq) ToMap ¶

func (o UrllcEEPerfReq) ToMap() (map[string]interface{}, error)

type UsageState ¶

type UsageState string

UsageState the model 'UsageState'

const (
	IDEL   UsageState = "IDEL"
	ACTIVE UsageState = "ACTIVE"
	BUSY   UsageState = "BUSY"
)

List of UsageState

func NewUsageStateFromValue ¶

func NewUsageStateFromValue(v string) (*UsageState, error)

NewUsageStateFromValue returns a pointer to a valid UsageState for the value passed as argument, or an error if the value passed is not allowed by the enum

func (UsageState) IsValid ¶

func (v UsageState) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (UsageState) Ptr ¶

func (v UsageState) Ptr() *UsageState

Ptr returns reference to UsageState value

func (*UsageState) UnmarshalJSON ¶

func (v *UsageState) UnmarshalJSON(src []byte) error

type UserMgmtOpen ¶

type UserMgmtOpen struct {
	ServAttrCom *ServAttrCom `json:"servAttrCom,omitempty"`
	Support     *Support     `json:"support,omitempty"`
}

UserMgmtOpen struct for UserMgmtOpen

func NewUserMgmtOpen ¶

func NewUserMgmtOpen() *UserMgmtOpen

NewUserMgmtOpen instantiates a new UserMgmtOpen object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUserMgmtOpenWithDefaults ¶

func NewUserMgmtOpenWithDefaults() *UserMgmtOpen

NewUserMgmtOpenWithDefaults instantiates a new UserMgmtOpen object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UserMgmtOpen) GetServAttrCom ¶

func (o *UserMgmtOpen) GetServAttrCom() ServAttrCom

GetServAttrCom returns the ServAttrCom field value if set, zero value otherwise.

func (*UserMgmtOpen) GetServAttrComOk ¶

func (o *UserMgmtOpen) GetServAttrComOk() (*ServAttrCom, bool)

GetServAttrComOk returns a tuple with the ServAttrCom field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserMgmtOpen) GetSupport ¶

func (o *UserMgmtOpen) GetSupport() Support

GetSupport returns the Support field value if set, zero value otherwise.

func (*UserMgmtOpen) GetSupportOk ¶

func (o *UserMgmtOpen) GetSupportOk() (*Support, bool)

GetSupportOk returns a tuple with the Support field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserMgmtOpen) HasServAttrCom ¶

func (o *UserMgmtOpen) HasServAttrCom() bool

HasServAttrCom returns a boolean if a field has been set.

func (*UserMgmtOpen) HasSupport ¶

func (o *UserMgmtOpen) HasSupport() bool

HasSupport returns a boolean if a field has been set.

func (UserMgmtOpen) MarshalJSON ¶

func (o UserMgmtOpen) MarshalJSON() ([]byte, error)

func (*UserMgmtOpen) SetServAttrCom ¶

func (o *UserMgmtOpen) SetServAttrCom(v ServAttrCom)

SetServAttrCom gets a reference to the given ServAttrCom and assigns it to the ServAttrCom field.

func (*UserMgmtOpen) SetSupport ¶

func (o *UserMgmtOpen) SetSupport(v Support)

SetSupport gets a reference to the given Support and assigns it to the Support field.

func (UserMgmtOpen) ToMap ¶

func (o UserMgmtOpen) ToMap() (map[string]interface{}, error)

type V2XCommModels ¶

type V2XCommModels struct {
	ServAttrCom *ServAttrCom `json:"servAttrCom,omitempty"`
	V2XMode     *Support     `json:"v2XMode,omitempty"`
}

V2XCommModels struct for V2XCommModels

func NewV2XCommModels ¶

func NewV2XCommModels() *V2XCommModels

NewV2XCommModels instantiates a new V2XCommModels object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewV2XCommModelsWithDefaults ¶

func NewV2XCommModelsWithDefaults() *V2XCommModels

NewV2XCommModelsWithDefaults instantiates a new V2XCommModels object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*V2XCommModels) GetServAttrCom ¶

func (o *V2XCommModels) GetServAttrCom() ServAttrCom

GetServAttrCom returns the ServAttrCom field value if set, zero value otherwise.

func (*V2XCommModels) GetServAttrComOk ¶

func (o *V2XCommModels) GetServAttrComOk() (*ServAttrCom, bool)

GetServAttrComOk returns a tuple with the ServAttrCom field value if set, nil otherwise and a boolean to check if the value has been set.

func (*V2XCommModels) GetV2XMode ¶

func (o *V2XCommModels) GetV2XMode() Support

GetV2XMode returns the V2XMode field value if set, zero value otherwise.

func (*V2XCommModels) GetV2XModeOk ¶

func (o *V2XCommModels) GetV2XModeOk() (*Support, bool)

GetV2XModeOk returns a tuple with the V2XMode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*V2XCommModels) HasServAttrCom ¶

func (o *V2XCommModels) HasServAttrCom() bool

HasServAttrCom returns a boolean if a field has been set.

func (*V2XCommModels) HasV2XMode ¶

func (o *V2XCommModels) HasV2XMode() bool

HasV2XMode returns a boolean if a field has been set.

func (V2XCommModels) MarshalJSON ¶

func (o V2XCommModels) MarshalJSON() ([]byte, error)

func (*V2XCommModels) SetServAttrCom ¶

func (o *V2XCommModels) SetServAttrCom(v ServAttrCom)

SetServAttrCom gets a reference to the given ServAttrCom and assigns it to the ServAttrCom field.

func (*V2XCommModels) SetV2XMode ¶

func (o *V2XCommModels) SetV2XMode(v Support)

SetV2XMode gets a reference to the given Support and assigns it to the V2XMode field.

func (V2XCommModels) ToMap ¶

func (o V2XCommModels) ToMap() (map[string]interface{}, error)

type V2xCapability ¶

type V2xCapability struct {
	LteV2x *bool `json:"lteV2x,omitempty"`
	NrV2x  *bool `json:"nrV2x,omitempty"`
}

V2xCapability struct for V2xCapability

func NewV2xCapability ¶

func NewV2xCapability() *V2xCapability

NewV2xCapability instantiates a new V2xCapability object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewV2xCapabilityWithDefaults ¶

func NewV2xCapabilityWithDefaults() *V2xCapability

NewV2xCapabilityWithDefaults instantiates a new V2xCapability object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*V2xCapability) GetLteV2x ¶

func (o *V2xCapability) GetLteV2x() bool

GetLteV2x returns the LteV2x field value if set, zero value otherwise.

func (*V2xCapability) GetLteV2xOk ¶

func (o *V2xCapability) GetLteV2xOk() (*bool, bool)

GetLteV2xOk returns a tuple with the LteV2x field value if set, nil otherwise and a boolean to check if the value has been set.

func (*V2xCapability) GetNrV2x ¶

func (o *V2xCapability) GetNrV2x() bool

GetNrV2x returns the NrV2x field value if set, zero value otherwise.

func (*V2xCapability) GetNrV2xOk ¶

func (o *V2xCapability) GetNrV2xOk() (*bool, bool)

GetNrV2xOk returns a tuple with the NrV2x field value if set, nil otherwise and a boolean to check if the value has been set.

func (*V2xCapability) HasLteV2x ¶

func (o *V2xCapability) HasLteV2x() bool

HasLteV2x returns a boolean if a field has been set.

func (*V2xCapability) HasNrV2x ¶

func (o *V2xCapability) HasNrV2x() bool

HasNrV2x returns a boolean if a field has been set.

func (V2xCapability) MarshalJSON ¶

func (o V2xCapability) MarshalJSON() ([]byte, error)

func (*V2xCapability) SetLteV2x ¶

func (o *V2xCapability) SetLteV2x(v bool)

SetLteV2x gets a reference to the given bool and assigns it to the LteV2x field.

func (*V2xCapability) SetNrV2x ¶

func (o *V2xCapability) SetNrV2x(v bool)

SetNrV2x gets a reference to the given bool and assigns it to the NrV2x field.

func (V2xCapability) ToMap ¶

func (o V2xCapability) ToMap() (map[string]interface{}, error)

type VnfParameter ¶

type VnfParameter struct {
	VnfInstanceId *string `json:"vnfInstanceId,omitempty"`
	VnfdId        *string `json:"vnfdId,omitempty"`
	FlavourId     *string `json:"flavourId,omitempty"`
	AutoScalable  *bool   `json:"autoScalable,omitempty"`
}

VnfParameter struct for VnfParameter

func NewVnfParameter ¶

func NewVnfParameter() *VnfParameter

NewVnfParameter instantiates a new VnfParameter object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewVnfParameterWithDefaults ¶

func NewVnfParameterWithDefaults() *VnfParameter

NewVnfParameterWithDefaults instantiates a new VnfParameter object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*VnfParameter) GetAutoScalable ¶

func (o *VnfParameter) GetAutoScalable() bool

GetAutoScalable returns the AutoScalable field value if set, zero value otherwise.

func (*VnfParameter) GetAutoScalableOk ¶

func (o *VnfParameter) GetAutoScalableOk() (*bool, bool)

GetAutoScalableOk returns a tuple with the AutoScalable field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VnfParameter) GetFlavourId ¶

func (o *VnfParameter) GetFlavourId() string

GetFlavourId returns the FlavourId field value if set, zero value otherwise.

func (*VnfParameter) GetFlavourIdOk ¶

func (o *VnfParameter) GetFlavourIdOk() (*string, bool)

GetFlavourIdOk returns a tuple with the FlavourId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VnfParameter) GetVnfInstanceId ¶

func (o *VnfParameter) GetVnfInstanceId() string

GetVnfInstanceId returns the VnfInstanceId field value if set, zero value otherwise.

func (*VnfParameter) GetVnfInstanceIdOk ¶

func (o *VnfParameter) GetVnfInstanceIdOk() (*string, bool)

GetVnfInstanceIdOk returns a tuple with the VnfInstanceId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VnfParameter) GetVnfdId ¶

func (o *VnfParameter) GetVnfdId() string

GetVnfdId returns the VnfdId field value if set, zero value otherwise.

func (*VnfParameter) GetVnfdIdOk ¶

func (o *VnfParameter) GetVnfdIdOk() (*string, bool)

GetVnfdIdOk returns a tuple with the VnfdId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VnfParameter) HasAutoScalable ¶

func (o *VnfParameter) HasAutoScalable() bool

HasAutoScalable returns a boolean if a field has been set.

func (*VnfParameter) HasFlavourId ¶

func (o *VnfParameter) HasFlavourId() bool

HasFlavourId returns a boolean if a field has been set.

func (*VnfParameter) HasVnfInstanceId ¶

func (o *VnfParameter) HasVnfInstanceId() bool

HasVnfInstanceId returns a boolean if a field has been set.

func (*VnfParameter) HasVnfdId ¶

func (o *VnfParameter) HasVnfdId() bool

HasVnfdId returns a boolean if a field has been set.

func (VnfParameter) MarshalJSON ¶

func (o VnfParameter) MarshalJSON() ([]byte, error)

func (*VnfParameter) SetAutoScalable ¶

func (o *VnfParameter) SetAutoScalable(v bool)

SetAutoScalable gets a reference to the given bool and assigns it to the AutoScalable field.

func (*VnfParameter) SetFlavourId ¶

func (o *VnfParameter) SetFlavourId(v string)

SetFlavourId gets a reference to the given string and assigns it to the FlavourId field.

func (*VnfParameter) SetVnfInstanceId ¶

func (o *VnfParameter) SetVnfInstanceId(v string)

SetVnfInstanceId gets a reference to the given string and assigns it to the VnfInstanceId field.

func (*VnfParameter) SetVnfdId ¶

func (o *VnfParameter) SetVnfdId(v string)

SetVnfdId gets a reference to the given string and assigns it to the VnfdId field.

func (VnfParameter) ToMap ¶

func (o VnfParameter) ToMap() (map[string]interface{}, error)

type VsDataContainerSingle ¶

type VsDataContainerSingle struct {
	Id              *string                          `json:"id,omitempty"`
	Attributes      *VsDataContainerSingleAttributes `json:"attributes,omitempty"`
	VsDataContainer []VsDataContainerSingle          `json:"VsDataContainer,omitempty"`
}

VsDataContainerSingle struct for VsDataContainerSingle

func NewVsDataContainerSingle ¶

func NewVsDataContainerSingle() *VsDataContainerSingle

NewVsDataContainerSingle instantiates a new VsDataContainerSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewVsDataContainerSingleWithDefaults ¶

func NewVsDataContainerSingleWithDefaults() *VsDataContainerSingle

NewVsDataContainerSingleWithDefaults instantiates a new VsDataContainerSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*VsDataContainerSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*VsDataContainerSingle) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VsDataContainerSingle) GetId ¶

func (o *VsDataContainerSingle) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*VsDataContainerSingle) GetIdOk ¶

func (o *VsDataContainerSingle) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VsDataContainerSingle) GetVsDataContainer ¶

func (o *VsDataContainerSingle) GetVsDataContainer() []VsDataContainerSingle

GetVsDataContainer returns the VsDataContainer field value if set, zero value otherwise.

func (*VsDataContainerSingle) GetVsDataContainerOk ¶

func (o *VsDataContainerSingle) GetVsDataContainerOk() ([]VsDataContainerSingle, bool)

GetVsDataContainerOk returns a tuple with the VsDataContainer field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VsDataContainerSingle) HasAttributes ¶

func (o *VsDataContainerSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*VsDataContainerSingle) HasId ¶

func (o *VsDataContainerSingle) HasId() bool

HasId returns a boolean if a field has been set.

func (*VsDataContainerSingle) HasVsDataContainer ¶

func (o *VsDataContainerSingle) HasVsDataContainer() bool

HasVsDataContainer returns a boolean if a field has been set.

func (VsDataContainerSingle) MarshalJSON ¶

func (o VsDataContainerSingle) MarshalJSON() ([]byte, error)

func (*VsDataContainerSingle) SetAttributes ¶

SetAttributes gets a reference to the given VsDataContainerSingleAttributes and assigns it to the Attributes field.

func (*VsDataContainerSingle) SetId ¶

func (o *VsDataContainerSingle) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*VsDataContainerSingle) SetVsDataContainer ¶

func (o *VsDataContainerSingle) SetVsDataContainer(v []VsDataContainerSingle)

SetVsDataContainer gets a reference to the given []VsDataContainerSingle and assigns it to the VsDataContainer field.

func (VsDataContainerSingle) ToMap ¶

func (o VsDataContainerSingle) ToMap() (map[string]interface{}, error)

type VsDataContainerSingleAttributes ¶

type VsDataContainerSingleAttributes struct {
	VsDataType          *string     `json:"vsDataType,omitempty"`
	VsDataFormatVersion *string     `json:"vsDataFormatVersion,omitempty"`
	VsData              interface{} `json:"vsData,omitempty"`
}

VsDataContainerSingleAttributes struct for VsDataContainerSingleAttributes

func NewVsDataContainerSingleAttributes ¶

func NewVsDataContainerSingleAttributes() *VsDataContainerSingleAttributes

NewVsDataContainerSingleAttributes instantiates a new VsDataContainerSingleAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewVsDataContainerSingleAttributesWithDefaults ¶

func NewVsDataContainerSingleAttributesWithDefaults() *VsDataContainerSingleAttributes

NewVsDataContainerSingleAttributesWithDefaults instantiates a new VsDataContainerSingleAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*VsDataContainerSingleAttributes) GetVsData ¶

func (o *VsDataContainerSingleAttributes) GetVsData() interface{}

GetVsData returns the VsData field value if set, zero value otherwise (both if not set or set to explicit null).

func (*VsDataContainerSingleAttributes) GetVsDataFormatVersion ¶

func (o *VsDataContainerSingleAttributes) GetVsDataFormatVersion() string

GetVsDataFormatVersion returns the VsDataFormatVersion field value if set, zero value otherwise.

func (*VsDataContainerSingleAttributes) GetVsDataFormatVersionOk ¶

func (o *VsDataContainerSingleAttributes) GetVsDataFormatVersionOk() (*string, bool)

GetVsDataFormatVersionOk returns a tuple with the VsDataFormatVersion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VsDataContainerSingleAttributes) GetVsDataOk ¶

func (o *VsDataContainerSingleAttributes) GetVsDataOk() (*interface{}, bool)

GetVsDataOk returns a tuple with the VsData field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*VsDataContainerSingleAttributes) GetVsDataType ¶

func (o *VsDataContainerSingleAttributes) GetVsDataType() string

GetVsDataType returns the VsDataType field value if set, zero value otherwise.

func (*VsDataContainerSingleAttributes) GetVsDataTypeOk ¶

func (o *VsDataContainerSingleAttributes) GetVsDataTypeOk() (*string, bool)

GetVsDataTypeOk returns a tuple with the VsDataType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VsDataContainerSingleAttributes) HasVsData ¶

func (o *VsDataContainerSingleAttributes) HasVsData() bool

HasVsData returns a boolean if a field has been set.

func (*VsDataContainerSingleAttributes) HasVsDataFormatVersion ¶

func (o *VsDataContainerSingleAttributes) HasVsDataFormatVersion() bool

HasVsDataFormatVersion returns a boolean if a field has been set.

func (*VsDataContainerSingleAttributes) HasVsDataType ¶

func (o *VsDataContainerSingleAttributes) HasVsDataType() bool

HasVsDataType returns a boolean if a field has been set.

func (VsDataContainerSingleAttributes) MarshalJSON ¶

func (o VsDataContainerSingleAttributes) MarshalJSON() ([]byte, error)

func (*VsDataContainerSingleAttributes) SetVsData ¶

func (o *VsDataContainerSingleAttributes) SetVsData(v interface{})

SetVsData gets a reference to the given interface{} and assigns it to the VsData field.

func (*VsDataContainerSingleAttributes) SetVsDataFormatVersion ¶

func (o *VsDataContainerSingleAttributes) SetVsDataFormatVersion(v string)

SetVsDataFormatVersion gets a reference to the given string and assigns it to the VsDataFormatVersion field.

func (*VsDataContainerSingleAttributes) SetVsDataType ¶

func (o *VsDataContainerSingleAttributes) SetVsDataType(v string)

SetVsDataType gets a reference to the given string and assigns it to the VsDataType field.

func (VsDataContainerSingleAttributes) ToMap ¶

func (o VsDataContainerSingleAttributes) ToMap() (map[string]interface{}, error)

type WeakRSRPContext ¶

type WeakRSRPContext struct {
	ContextAttribute  *string  `json:"contextAttribute,omitempty"`
	ContextCondition  *string  `json:"contextCondition,omitempty"`
	ContextValueRange *float32 `json:"contextValueRange,omitempty"`
}

WeakRSRPContext This data type is the \"TargetContext\" data type with specialisations for WeakRSRPContext

func NewWeakRSRPContext ¶

func NewWeakRSRPContext() *WeakRSRPContext

NewWeakRSRPContext instantiates a new WeakRSRPContext object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewWeakRSRPContextWithDefaults ¶

func NewWeakRSRPContextWithDefaults() *WeakRSRPContext

NewWeakRSRPContextWithDefaults instantiates a new WeakRSRPContext object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*WeakRSRPContext) GetContextAttribute ¶

func (o *WeakRSRPContext) GetContextAttribute() string

GetContextAttribute returns the ContextAttribute field value if set, zero value otherwise.

func (*WeakRSRPContext) GetContextAttributeOk ¶

func (o *WeakRSRPContext) GetContextAttributeOk() (*string, bool)

GetContextAttributeOk returns a tuple with the ContextAttribute field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WeakRSRPContext) GetContextCondition ¶

func (o *WeakRSRPContext) GetContextCondition() string

GetContextCondition returns the ContextCondition field value if set, zero value otherwise.

func (*WeakRSRPContext) GetContextConditionOk ¶

func (o *WeakRSRPContext) GetContextConditionOk() (*string, bool)

GetContextConditionOk returns a tuple with the ContextCondition field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WeakRSRPContext) GetContextValueRange ¶

func (o *WeakRSRPContext) GetContextValueRange() float32

GetContextValueRange returns the ContextValueRange field value if set, zero value otherwise.

func (*WeakRSRPContext) GetContextValueRangeOk ¶

func (o *WeakRSRPContext) GetContextValueRangeOk() (*float32, bool)

GetContextValueRangeOk returns a tuple with the ContextValueRange field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WeakRSRPContext) HasContextAttribute ¶

func (o *WeakRSRPContext) HasContextAttribute() bool

HasContextAttribute returns a boolean if a field has been set.

func (*WeakRSRPContext) HasContextCondition ¶

func (o *WeakRSRPContext) HasContextCondition() bool

HasContextCondition returns a boolean if a field has been set.

func (*WeakRSRPContext) HasContextValueRange ¶

func (o *WeakRSRPContext) HasContextValueRange() bool

HasContextValueRange returns a boolean if a field has been set.

func (WeakRSRPContext) MarshalJSON ¶

func (o WeakRSRPContext) MarshalJSON() ([]byte, error)

func (*WeakRSRPContext) SetContextAttribute ¶

func (o *WeakRSRPContext) SetContextAttribute(v string)

SetContextAttribute gets a reference to the given string and assigns it to the ContextAttribute field.

func (*WeakRSRPContext) SetContextCondition ¶

func (o *WeakRSRPContext) SetContextCondition(v string)

SetContextCondition gets a reference to the given string and assigns it to the ContextCondition field.

func (*WeakRSRPContext) SetContextValueRange ¶

func (o *WeakRSRPContext) SetContextValueRange(v float32)

SetContextValueRange gets a reference to the given float32 and assigns it to the ContextValueRange field.

func (WeakRSRPContext) ToMap ¶

func (o WeakRSRPContext) ToMap() (map[string]interface{}, error)

type WeakRSRPRatioTarget ¶

type WeakRSRPRatioTarget struct {
	TargetName           *string          `json:"targetName,omitempty"`
	TargetCondition      *string          `json:"targetCondition,omitempty"`
	TargetValueRange     *int32           `json:"targetValueRange,omitempty"`
	TargetContexts       *WeakRSRPContext `json:"targetContexts,omitempty"`
	TargetFulfilmentInfo *FulfilmentInfo  `json:"targetFulfilmentInfo,omitempty"`
}

WeakRSRPRatioTarget This data type is the \"ExpectationTarget\" data type with specialisations for WeakRSRPRatioTarget

func NewWeakRSRPRatioTarget ¶

func NewWeakRSRPRatioTarget() *WeakRSRPRatioTarget

NewWeakRSRPRatioTarget instantiates a new WeakRSRPRatioTarget object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewWeakRSRPRatioTargetWithDefaults ¶

func NewWeakRSRPRatioTargetWithDefaults() *WeakRSRPRatioTarget

NewWeakRSRPRatioTargetWithDefaults instantiates a new WeakRSRPRatioTarget object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*WeakRSRPRatioTarget) GetTargetCondition ¶

func (o *WeakRSRPRatioTarget) GetTargetCondition() string

GetTargetCondition returns the TargetCondition field value if set, zero value otherwise.

func (*WeakRSRPRatioTarget) GetTargetConditionOk ¶

func (o *WeakRSRPRatioTarget) GetTargetConditionOk() (*string, bool)

GetTargetConditionOk returns a tuple with the TargetCondition field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WeakRSRPRatioTarget) GetTargetContexts ¶

func (o *WeakRSRPRatioTarget) GetTargetContexts() WeakRSRPContext

GetTargetContexts returns the TargetContexts field value if set, zero value otherwise.

func (*WeakRSRPRatioTarget) GetTargetContextsOk ¶

func (o *WeakRSRPRatioTarget) GetTargetContextsOk() (*WeakRSRPContext, bool)

GetTargetContextsOk returns a tuple with the TargetContexts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WeakRSRPRatioTarget) GetTargetFulfilmentInfo ¶

func (o *WeakRSRPRatioTarget) GetTargetFulfilmentInfo() FulfilmentInfo

GetTargetFulfilmentInfo returns the TargetFulfilmentInfo field value if set, zero value otherwise.

func (*WeakRSRPRatioTarget) GetTargetFulfilmentInfoOk ¶

func (o *WeakRSRPRatioTarget) GetTargetFulfilmentInfoOk() (*FulfilmentInfo, bool)

GetTargetFulfilmentInfoOk returns a tuple with the TargetFulfilmentInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WeakRSRPRatioTarget) GetTargetName ¶

func (o *WeakRSRPRatioTarget) GetTargetName() string

GetTargetName returns the TargetName field value if set, zero value otherwise.

func (*WeakRSRPRatioTarget) GetTargetNameOk ¶

func (o *WeakRSRPRatioTarget) GetTargetNameOk() (*string, bool)

GetTargetNameOk returns a tuple with the TargetName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WeakRSRPRatioTarget) GetTargetValueRange ¶

func (o *WeakRSRPRatioTarget) GetTargetValueRange() int32

GetTargetValueRange returns the TargetValueRange field value if set, zero value otherwise.

func (*WeakRSRPRatioTarget) GetTargetValueRangeOk ¶

func (o *WeakRSRPRatioTarget) GetTargetValueRangeOk() (*int32, bool)

GetTargetValueRangeOk returns a tuple with the TargetValueRange field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WeakRSRPRatioTarget) HasTargetCondition ¶

func (o *WeakRSRPRatioTarget) HasTargetCondition() bool

HasTargetCondition returns a boolean if a field has been set.

func (*WeakRSRPRatioTarget) HasTargetContexts ¶

func (o *WeakRSRPRatioTarget) HasTargetContexts() bool

HasTargetContexts returns a boolean if a field has been set.

func (*WeakRSRPRatioTarget) HasTargetFulfilmentInfo ¶

func (o *WeakRSRPRatioTarget) HasTargetFulfilmentInfo() bool

HasTargetFulfilmentInfo returns a boolean if a field has been set.

func (*WeakRSRPRatioTarget) HasTargetName ¶

func (o *WeakRSRPRatioTarget) HasTargetName() bool

HasTargetName returns a boolean if a field has been set.

func (*WeakRSRPRatioTarget) HasTargetValueRange ¶

func (o *WeakRSRPRatioTarget) HasTargetValueRange() bool

HasTargetValueRange returns a boolean if a field has been set.

func (WeakRSRPRatioTarget) MarshalJSON ¶

func (o WeakRSRPRatioTarget) MarshalJSON() ([]byte, error)

func (*WeakRSRPRatioTarget) SetTargetCondition ¶

func (o *WeakRSRPRatioTarget) SetTargetCondition(v string)

SetTargetCondition gets a reference to the given string and assigns it to the TargetCondition field.

func (*WeakRSRPRatioTarget) SetTargetContexts ¶

func (o *WeakRSRPRatioTarget) SetTargetContexts(v WeakRSRPContext)

SetTargetContexts gets a reference to the given WeakRSRPContext and assigns it to the TargetContexts field.

func (*WeakRSRPRatioTarget) SetTargetFulfilmentInfo ¶

func (o *WeakRSRPRatioTarget) SetTargetFulfilmentInfo(v FulfilmentInfo)

SetTargetFulfilmentInfo gets a reference to the given FulfilmentInfo and assigns it to the TargetFulfilmentInfo field.

func (*WeakRSRPRatioTarget) SetTargetName ¶

func (o *WeakRSRPRatioTarget) SetTargetName(v string)

SetTargetName gets a reference to the given string and assigns it to the TargetName field.

func (*WeakRSRPRatioTarget) SetTargetValueRange ¶

func (o *WeakRSRPRatioTarget) SetTargetValueRange(v int32)

SetTargetValueRange gets a reference to the given int32 and assigns it to the TargetValueRange field.

func (WeakRSRPRatioTarget) ToMap ¶

func (o WeakRSRPRatioTarget) ToMap() (map[string]interface{}, error)

type XLThpt ¶

type XLThpt struct {
	ServAttrCom *ServAttrCom `json:"servAttrCom,omitempty"`
	GuaThpt     *float32     `json:"guaThpt,omitempty"`
	MaxThpt     *float32     `json:"maxThpt,omitempty"`
}

XLThpt struct for XLThpt

func NewXLThpt ¶

func NewXLThpt() *XLThpt

NewXLThpt instantiates a new XLThpt object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewXLThptWithDefaults ¶

func NewXLThptWithDefaults() *XLThpt

NewXLThptWithDefaults instantiates a new XLThpt object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*XLThpt) GetGuaThpt ¶

func (o *XLThpt) GetGuaThpt() float32

GetGuaThpt returns the GuaThpt field value if set, zero value otherwise.

func (*XLThpt) GetGuaThptOk ¶

func (o *XLThpt) GetGuaThptOk() (*float32, bool)

GetGuaThptOk returns a tuple with the GuaThpt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*XLThpt) GetMaxThpt ¶

func (o *XLThpt) GetMaxThpt() float32

GetMaxThpt returns the MaxThpt field value if set, zero value otherwise.

func (*XLThpt) GetMaxThptOk ¶

func (o *XLThpt) GetMaxThptOk() (*float32, bool)

GetMaxThptOk returns a tuple with the MaxThpt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*XLThpt) GetServAttrCom ¶

func (o *XLThpt) GetServAttrCom() ServAttrCom

GetServAttrCom returns the ServAttrCom field value if set, zero value otherwise.

func (*XLThpt) GetServAttrComOk ¶

func (o *XLThpt) GetServAttrComOk() (*ServAttrCom, bool)

GetServAttrComOk returns a tuple with the ServAttrCom field value if set, nil otherwise and a boolean to check if the value has been set.

func (*XLThpt) HasGuaThpt ¶

func (o *XLThpt) HasGuaThpt() bool

HasGuaThpt returns a boolean if a field has been set.

func (*XLThpt) HasMaxThpt ¶

func (o *XLThpt) HasMaxThpt() bool

HasMaxThpt returns a boolean if a field has been set.

func (*XLThpt) HasServAttrCom ¶

func (o *XLThpt) HasServAttrCom() bool

HasServAttrCom returns a boolean if a field has been set.

func (XLThpt) MarshalJSON ¶

func (o XLThpt) MarshalJSON() ([]byte, error)

func (*XLThpt) SetGuaThpt ¶

func (o *XLThpt) SetGuaThpt(v float32)

SetGuaThpt gets a reference to the given float32 and assigns it to the GuaThpt field.

func (*XLThpt) SetMaxThpt ¶

func (o *XLThpt) SetMaxThpt(v float32)

SetMaxThpt gets a reference to the given float32 and assigns it to the MaxThpt field.

func (*XLThpt) SetServAttrCom ¶

func (o *XLThpt) SetServAttrCom(v ServAttrCom)

SetServAttrCom gets a reference to the given ServAttrCom and assigns it to the ServAttrCom field.

func (XLThpt) ToMap ¶

func (o XLThpt) ToMap() (map[string]interface{}, error)

Source Files ¶

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL