openapi_NrNrm

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_NrNrm

OAS 3.0.1 specification of the NR NRM © 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: 18.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_NrNrm "github.com/GIT_USER_ID/GIT_REPO_ID/openapi_NrNrm"

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_NrNrm.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_NrNrm.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_NrNrm.ContextOperationServerIndices, map[string]int{
	"{classname}Service.{nickname}": 2,
})
ctx = context.WithValue(context.Background(), openapi_NrNrm.ContextOperationServerVariables, map[string]map[string]string{
	"{classname}Service.{nickname}": {
		"port": "8443",
	},
})

Documentation for API Endpoints

All URIs are relative to http://localhost

Class Method HTTP request Description

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 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 AllowedBwpContextEnumValues = []BwpContext{
	"DL",
	"UL",
	"SUL",
}

All allowed values of BwpContext 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 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 AllowedFileNotificationTypesEnumValues = []FileNotificationTypes{
	"notifyFileReady",
	"notifyFilePreparationError",
}

All allowed values of FileNotificationTypes enum

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

All allowed values of HeartbeatNotificationTypes 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 AllowedNFServiceTypeEnumValues = []NFServiceType{
	"Namf_Communication",
	"Namf_EventExposure",
	"Namf_MT",
	"Namf_Location",
	"Nsmf_PDUSession",
	"Nsmf_EventExposure",
	"Others",
}

All allowed values of NFServiceType 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 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 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 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 AllowedResourceTypeEnumValues = []ResourceType{
	"PRB",
	"PRB_UL",
	"PRB_DL",
	"RRC",
	"DRB",
}

All allowed values of ResourceType 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 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 ¶

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

type APIClient struct {
	// contains filtered or unexported fields
}

APIClient manages communication with the NR NRM API v18.2.0 In most cases there should be only one, shared, APIClient.

func NewAPIClient ¶

func NewAPIClient(cfg *Configuration) *APIClient

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

func (*APIClient) GetConfig ¶

func (c *APIClient) GetConfig() *Configuration

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

type APIKey ¶

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

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

func (*AlarmRecord) GetCorrelatedNotificationsOk ¶

func (o *AlarmRecord) GetCorrelatedNotificationsOk() ([]CorrelatedNotification, bool)

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

func (*AlarmRecord) GetMonitoredAttributes ¶

func (o *AlarmRecord) GetMonitoredAttributes() map[string]interface{}

GetMonitoredAttributes returns the MonitoredAttributes field value if set, zero value otherwise.

func (*AlarmRecord) GetMonitoredAttributesOk ¶

func (o *AlarmRecord) GetMonitoredAttributesOk() (map[string]interface{}, bool)

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

func (*AlarmRecord) GetNotificationId ¶

func (o *AlarmRecord) GetNotificationId() int32

GetNotificationId returns the NotificationId field value if set, zero value otherwise.

func (*AlarmRecord) GetNotificationIdOk ¶

func (o *AlarmRecord) GetNotificationIdOk() (*int32, bool)

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

func (*AlarmRecord) GetObjectInstance ¶

func (o *AlarmRecord) GetObjectInstance() string

GetObjectInstance returns the ObjectInstance field value if set, zero value otherwise.

func (*AlarmRecord) GetObjectInstanceOk ¶

func (o *AlarmRecord) GetObjectInstanceOk() (*string, bool)

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

func (*AlarmRecord) GetPerceivedSeverity ¶

func (o *AlarmRecord) GetPerceivedSeverity() PerceivedSeverity

GetPerceivedSeverity returns the PerceivedSeverity field value if set, zero value otherwise.

func (*AlarmRecord) GetPerceivedSeverityOk ¶

func (o *AlarmRecord) GetPerceivedSeverityOk() (*PerceivedSeverity, bool)

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

func (*AlarmRecord) GetProbableCause ¶

func (o *AlarmRecord) GetProbableCause() ProbableCause

GetProbableCause returns the ProbableCause field value if set, zero value otherwise.

func (*AlarmRecord) GetProbableCauseOk ¶

func (o *AlarmRecord) GetProbableCauseOk() (*ProbableCause, bool)

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

func (*AlarmRecord) GetProposedRepairActions ¶

func (o *AlarmRecord) GetProposedRepairActions() string

GetProposedRepairActions returns the ProposedRepairActions field value if set, zero value otherwise.

func (*AlarmRecord) GetProposedRepairActionsOk ¶

func (o *AlarmRecord) GetProposedRepairActionsOk() (*string, bool)

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

func (*AlarmRecord) GetRootCauseIndicator ¶

func (o *AlarmRecord) GetRootCauseIndicator() bool

GetRootCauseIndicator returns the RootCauseIndicator field value if set, zero value otherwise.

func (*AlarmRecord) GetRootCauseIndicatorOk ¶

func (o *AlarmRecord) GetRootCauseIndicatorOk() (*bool, bool)

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

func (*AlarmRecord) GetSecurityAlarmDetector ¶

func (o *AlarmRecord) GetSecurityAlarmDetector() string

GetSecurityAlarmDetector returns the SecurityAlarmDetector field value if set, zero value otherwise.

func (*AlarmRecord) GetSecurityAlarmDetectorOk ¶

func (o *AlarmRecord) GetSecurityAlarmDetectorOk() (*string, bool)

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

func (*AlarmRecord) GetServiceProvider ¶

func (o *AlarmRecord) GetServiceProvider() string

GetServiceProvider returns the ServiceProvider field value if set, zero value otherwise.

func (*AlarmRecord) GetServiceProviderOk ¶

func (o *AlarmRecord) GetServiceProviderOk() (*string, bool)

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

func (*AlarmRecord) GetServiceUser ¶

func (o *AlarmRecord) GetServiceUser() string

GetServiceUser returns the ServiceUser field value if set, zero value otherwise.

func (*AlarmRecord) GetServiceUserOk ¶

func (o *AlarmRecord) GetServiceUserOk() (*string, bool)

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

func (*AlarmRecord) GetSpecificProblem ¶

func (o *AlarmRecord) GetSpecificProblem() SpecificProblem

GetSpecificProblem returns the SpecificProblem field value if set, zero value otherwise.

func (*AlarmRecord) GetSpecificProblemOk ¶

func (o *AlarmRecord) GetSpecificProblemOk() (*SpecificProblem, bool)

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

func (*AlarmRecord) GetStateChangeDefinition ¶

func (o *AlarmRecord) GetStateChangeDefinition() []map[string]interface{}

GetStateChangeDefinition returns the StateChangeDefinition field value if set, zero value otherwise.

func (*AlarmRecord) GetStateChangeDefinitionOk ¶

func (o *AlarmRecord) GetStateChangeDefinitionOk() ([]map[string]interface{}, bool)

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

func (*AlarmRecord) GetThresholdinfo ¶

func (o *AlarmRecord) GetThresholdinfo() ThresholdInfo1

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

func (*AlarmRecord) GetThresholdinfoOk ¶

func (o *AlarmRecord) GetThresholdinfoOk() (*ThresholdInfo1, bool)

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

func (*AlarmRecord) GetTrendIndication ¶

func (o *AlarmRecord) GetTrendIndication() TrendIndication

GetTrendIndication returns the TrendIndication field value if set, zero value otherwise.

func (*AlarmRecord) GetTrendIndicationOk ¶

func (o *AlarmRecord) GetTrendIndicationOk() (*TrendIndication, bool)

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

func (*AlarmRecord) HasAckState ¶

func (o *AlarmRecord) HasAckState() bool

HasAckState returns a boolean if a field has been set.

func (*AlarmRecord) HasAckSystemId ¶

func (o *AlarmRecord) HasAckSystemId() bool

HasAckSystemId returns a boolean if a field has been set.

func (*AlarmRecord) HasAckTime ¶

func (o *AlarmRecord) HasAckTime() bool

HasAckTime returns a boolean if a field has been set.

func (*AlarmRecord) HasAckUserId ¶

func (o *AlarmRecord) HasAckUserId() bool

HasAckUserId returns a boolean if a field has been set.

func (*AlarmRecord) HasAdditionalInformation ¶

func (o *AlarmRecord) HasAdditionalInformation() bool

HasAdditionalInformation returns a boolean if a field has been set.

func (*AlarmRecord) HasAdditionalText ¶

func (o *AlarmRecord) HasAdditionalText() bool

HasAdditionalText returns a boolean if a field has been set.

func (*AlarmRecord) HasAlarmChangedTime ¶

func (o *AlarmRecord) HasAlarmChangedTime() bool

HasAlarmChangedTime returns a boolean if a field has been set.

func (*AlarmRecord) HasAlarmClearedTime ¶

func (o *AlarmRecord) HasAlarmClearedTime() bool

HasAlarmClearedTime returns a boolean if a field has been set.

func (*AlarmRecord) HasAlarmRaisedTime ¶

func (o *AlarmRecord) HasAlarmRaisedTime() bool

HasAlarmRaisedTime returns a boolean if a field has been set.

func (*AlarmRecord) HasAlarmType ¶

func (o *AlarmRecord) HasAlarmType() bool

HasAlarmType returns a boolean if a field has been set.

func (*AlarmRecord) HasBackUpObject ¶

func (o *AlarmRecord) HasBackUpObject() bool

HasBackUpObject returns a boolean if a field has been set.

func (*AlarmRecord) HasBackedUpStatus ¶

func (o *AlarmRecord) HasBackedUpStatus() bool

HasBackedUpStatus returns a boolean if a field has been set.

func (*AlarmRecord) HasClearSystemId ¶

func (o *AlarmRecord) HasClearSystemId() bool

HasClearSystemId returns a boolean if a field has been set.

func (*AlarmRecord) HasClearUserId ¶

func (o *AlarmRecord) HasClearUserId() bool

HasClearUserId returns a boolean if a field has been set.

func (*AlarmRecord) HasCorrelatedNotifications ¶

func (o *AlarmRecord) HasCorrelatedNotifications() bool

HasCorrelatedNotifications returns a boolean if a field has been set.

func (*AlarmRecord) HasMonitoredAttributes ¶

func (o *AlarmRecord) HasMonitoredAttributes() bool

HasMonitoredAttributes returns a boolean if a field has been set.

func (*AlarmRecord) HasNotificationId ¶

func (o *AlarmRecord) HasNotificationId() bool

HasNotificationId returns a boolean if a field has been set.

func (*AlarmRecord) HasObjectInstance ¶

func (o *AlarmRecord) HasObjectInstance() bool

HasObjectInstance returns a boolean if a field has been set.

func (*AlarmRecord) HasPerceivedSeverity ¶

func (o *AlarmRecord) HasPerceivedSeverity() bool

HasPerceivedSeverity returns a boolean if a field has been set.

func (*AlarmRecord) HasProbableCause ¶

func (o *AlarmRecord) HasProbableCause() bool

HasProbableCause returns a boolean if a field has been set.

func (*AlarmRecord) HasProposedRepairActions ¶

func (o *AlarmRecord) HasProposedRepairActions() bool

HasProposedRepairActions returns a boolean if a field has been set.

func (*AlarmRecord) HasRootCauseIndicator ¶

func (o *AlarmRecord) HasRootCauseIndicator() bool

HasRootCauseIndicator returns a boolean if a field has been set.

func (*AlarmRecord) HasSecurityAlarmDetector ¶

func (o *AlarmRecord) HasSecurityAlarmDetector() bool

HasSecurityAlarmDetector returns a boolean if a field has been set.

func (*AlarmRecord) HasServiceProvider ¶

func (o *AlarmRecord) HasServiceProvider() bool

HasServiceProvider returns a boolean if a field has been set.

func (*AlarmRecord) HasServiceUser ¶

func (o *AlarmRecord) HasServiceUser() bool

HasServiceUser returns a boolean if a field has been set.

func (*AlarmRecord) HasSpecificProblem ¶

func (o *AlarmRecord) HasSpecificProblem() bool

HasSpecificProblem returns a boolean if a field has been set.

func (*AlarmRecord) HasStateChangeDefinition ¶

func (o *AlarmRecord) HasStateChangeDefinition() bool

HasStateChangeDefinition returns a boolean if a field has been set.

func (*AlarmRecord) HasThresholdinfo ¶

func (o *AlarmRecord) HasThresholdinfo() bool

HasThresholdinfo returns a boolean if a field has been set.

func (*AlarmRecord) HasTrendIndication ¶

func (o *AlarmRecord) HasTrendIndication() bool

HasTrendIndication returns a boolean if a field has been set.

func (AlarmRecord) MarshalJSON ¶

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

func (*AlarmRecord) SetAckState ¶

func (o *AlarmRecord) SetAckState(v AckState)

SetAckState gets a reference to the given AckState and assigns it to the AckState field.

func (*AlarmRecord) SetAckSystemId ¶

func (o *AlarmRecord) SetAckSystemId(v string)

SetAckSystemId gets a reference to the given string and assigns it to the AckSystemId field.

func (*AlarmRecord) SetAckTime ¶

func (o *AlarmRecord) SetAckTime(v time.Time)

SetAckTime gets a reference to the given time.Time and assigns it to the AckTime field.

func (*AlarmRecord) SetAckUserId ¶

func (o *AlarmRecord) SetAckUserId(v string)

SetAckUserId gets a reference to the given string and assigns it to the AckUserId field.

func (*AlarmRecord) SetAdditionalInformation ¶

func (o *AlarmRecord) SetAdditionalInformation(v map[string]interface{})

SetAdditionalInformation gets a reference to the given map[string]interface{} and assigns it to the AdditionalInformation field.

func (*AlarmRecord) SetAdditionalText ¶

func (o *AlarmRecord) SetAdditionalText(v string)

SetAdditionalText gets a reference to the given string and assigns it to the AdditionalText field.

func (*AlarmRecord) SetAlarmChangedTime ¶

func (o *AlarmRecord) SetAlarmChangedTime(v time.Time)

SetAlarmChangedTime gets a reference to the given time.Time and assigns it to the AlarmChangedTime field.

func (*AlarmRecord) SetAlarmClearedTime ¶

func (o *AlarmRecord) SetAlarmClearedTime(v time.Time)

SetAlarmClearedTime gets a reference to the given time.Time and assigns it to the AlarmClearedTime field.

func (*AlarmRecord) SetAlarmRaisedTime ¶

func (o *AlarmRecord) SetAlarmRaisedTime(v time.Time)

SetAlarmRaisedTime gets a reference to the given time.Time and assigns it to the AlarmRaisedTime field.

func (*AlarmRecord) SetAlarmType ¶

func (o *AlarmRecord) SetAlarmType(v AlarmType)

SetAlarmType gets a reference to the given AlarmType and assigns it to the AlarmType field.

func (*AlarmRecord) SetBackUpObject ¶

func (o *AlarmRecord) SetBackUpObject(v string)

SetBackUpObject gets a reference to the given string and assigns it to the BackUpObject field.

func (*AlarmRecord) SetBackedUpStatus ¶

func (o *AlarmRecord) SetBackedUpStatus(v bool)

SetBackedUpStatus gets a reference to the given bool and assigns it to the BackedUpStatus field.

func (*AlarmRecord) SetClearSystemId ¶

func (o *AlarmRecord) SetClearSystemId(v string)

SetClearSystemId gets a reference to the given string and assigns it to the ClearSystemId field.

func (*AlarmRecord) SetClearUserId ¶

func (o *AlarmRecord) SetClearUserId(v string)

SetClearUserId gets a reference to the given string and assigns it to the ClearUserId field.

func (*AlarmRecord) SetCorrelatedNotifications ¶

func (o *AlarmRecord) SetCorrelatedNotifications(v []CorrelatedNotification)

SetCorrelatedNotifications gets a reference to the given []CorrelatedNotification and assigns it to the CorrelatedNotifications field.

func (*AlarmRecord) SetMonitoredAttributes ¶

func (o *AlarmRecord) SetMonitoredAttributes(v map[string]interface{})

SetMonitoredAttributes gets a reference to the given map[string]interface{} and assigns it to the MonitoredAttributes field.

func (*AlarmRecord) SetNotificationId ¶

func (o *AlarmRecord) SetNotificationId(v int32)

SetNotificationId gets a reference to the given int32 and assigns it to the NotificationId field.

func (*AlarmRecord) SetObjectInstance ¶

func (o *AlarmRecord) SetObjectInstance(v string)

SetObjectInstance gets a reference to the given string and assigns it to the ObjectInstance field.

func (*AlarmRecord) SetPerceivedSeverity ¶

func (o *AlarmRecord) SetPerceivedSeverity(v PerceivedSeverity)

SetPerceivedSeverity gets a reference to the given PerceivedSeverity and assigns it to the PerceivedSeverity field.

func (*AlarmRecord) SetProbableCause ¶

func (o *AlarmRecord) SetProbableCause(v ProbableCause)

SetProbableCause gets a reference to the given ProbableCause and assigns it to the ProbableCause field.

func (*AlarmRecord) SetProposedRepairActions ¶

func (o *AlarmRecord) SetProposedRepairActions(v string)

SetProposedRepairActions gets a reference to the given string and assigns it to the ProposedRepairActions field.

func (*AlarmRecord) SetRootCauseIndicator ¶

func (o *AlarmRecord) SetRootCauseIndicator(v bool)

SetRootCauseIndicator gets a reference to the given bool and assigns it to the RootCauseIndicator field.

func (*AlarmRecord) SetSecurityAlarmDetector ¶

func (o *AlarmRecord) SetSecurityAlarmDetector(v string)

SetSecurityAlarmDetector gets a reference to the given string and assigns it to the SecurityAlarmDetector field.

func (*AlarmRecord) SetServiceProvider ¶

func (o *AlarmRecord) SetServiceProvider(v string)

SetServiceProvider gets a reference to the given string and assigns it to the ServiceProvider field.

func (*AlarmRecord) SetServiceUser ¶

func (o *AlarmRecord) SetServiceUser(v string)

SetServiceUser gets a reference to the given string and assigns it to the ServiceUser field.

func (*AlarmRecord) SetSpecificProblem ¶

func (o *AlarmRecord) SetSpecificProblem(v SpecificProblem)

SetSpecificProblem gets a reference to the given SpecificProblem and assigns it to the SpecificProblem field.

func (*AlarmRecord) SetStateChangeDefinition ¶

func (o *AlarmRecord) SetStateChangeDefinition(v []map[string]interface{})

SetStateChangeDefinition gets a reference to the given []map[string]interface{} and assigns it to the StateChangeDefinition field.

func (*AlarmRecord) SetThresholdinfo ¶

func (o *AlarmRecord) SetThresholdinfo(v ThresholdInfo1)

SetThresholdinfo gets a reference to the given ThresholdInfo1 and assigns it to the Thresholdinfo field.

func (*AlarmRecord) SetTrendIndication ¶

func (o *AlarmRecord) SetTrendIndication(v TrendIndication)

SetTrendIndication gets a reference to the given TrendIndication and assigns it to the TrendIndication field.

func (AlarmRecord) ToMap ¶

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

type AlarmType ¶

type AlarmType string

AlarmType the model 'AlarmType'

const (
	COMMUNICATIONS_ALARM                    AlarmType = "COMMUNICATIONS_ALARM"
	QUALITY_OF_SERVICE_ALARM                AlarmType = "QUALITY_OF_SERVICE_ALARM"
	PROCESSING_ERROR_ALARM                  AlarmType = "PROCESSING_ERROR_ALARM"
	EQUIPMENT_ALARM                         AlarmType = "EQUIPMENT_ALARM"
	ENVIRONMENTAL_ALARM                     AlarmType = "ENVIRONMENTAL_ALARM"
	INTEGRITY_VIOLATION                     AlarmType = "INTEGRITY_VIOLATION"
	OPERATIONAL_VIOLATION                   AlarmType = "OPERATIONAL_VIOLATION"
	PHYSICAL_VIOLATION                      AlarmType = "PHYSICAL_VIOLATION"
	SECURITY_SERVICE_OR_MECHANISM_VIOLATION AlarmType = "SECURITY_SERVICE_OR_MECHANISM_VIOLATION"
	TIME_DOMAIN_VIOLATION                   AlarmType = "TIME_DOMAIN_VIOLATION"
)

List of AlarmType

func NewAlarmTypeFromValue ¶

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 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 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 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 ¶ added in v1.18.0

type BeamSingleAllOfAttributes struct {
	BeamIndex      *int32  `json:"beamIndex,omitempty"`
	BeamType       *string `json:"beamType,omitempty"`
	BeamAzimuth    *int32  `json:"beamAzimuth,omitempty"`
	BeamTilt       *int32  `json:"beamTilt,omitempty"`
	BeamHorizWidth *int32  `json:"beamHorizWidth,omitempty"`
	BeamVertWidth  *int32  `json:"beamVertWidth,omitempty"`
}

BeamSingleAllOfAttributes struct for BeamSingleAllOfAttributes

func NewBeamSingleAllOfAttributes ¶ added in v1.18.0

func NewBeamSingleAllOfAttributes() *BeamSingleAllOfAttributes

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

func NewBeamSingleAllOfAttributesWithDefaults ¶ added in v1.18.0

func NewBeamSingleAllOfAttributesWithDefaults() *BeamSingleAllOfAttributes

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

func (*BeamSingleAllOfAttributes) GetBeamAzimuth ¶ added in v1.18.0

func (o *BeamSingleAllOfAttributes) GetBeamAzimuth() int32

GetBeamAzimuth returns the BeamAzimuth field value if set, zero value otherwise.

func (*BeamSingleAllOfAttributes) GetBeamAzimuthOk ¶ added in v1.18.0

func (o *BeamSingleAllOfAttributes) GetBeamAzimuthOk() (*int32, bool)

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

func (*BeamSingleAllOfAttributes) GetBeamHorizWidth ¶ added in v1.18.0

func (o *BeamSingleAllOfAttributes) GetBeamHorizWidth() int32

GetBeamHorizWidth returns the BeamHorizWidth field value if set, zero value otherwise.

func (*BeamSingleAllOfAttributes) GetBeamHorizWidthOk ¶ added in v1.18.0

func (o *BeamSingleAllOfAttributes) GetBeamHorizWidthOk() (*int32, bool)

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

func (*BeamSingleAllOfAttributes) GetBeamIndex ¶ added in v1.18.0

func (o *BeamSingleAllOfAttributes) GetBeamIndex() int32

GetBeamIndex returns the BeamIndex field value if set, zero value otherwise.

func (*BeamSingleAllOfAttributes) GetBeamIndexOk ¶ added in v1.18.0

func (o *BeamSingleAllOfAttributes) GetBeamIndexOk() (*int32, bool)

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

func (*BeamSingleAllOfAttributes) GetBeamTilt ¶ added in v1.18.0

func (o *BeamSingleAllOfAttributes) GetBeamTilt() int32

GetBeamTilt returns the BeamTilt field value if set, zero value otherwise.

func (*BeamSingleAllOfAttributes) GetBeamTiltOk ¶ added in v1.18.0

func (o *BeamSingleAllOfAttributes) GetBeamTiltOk() (*int32, bool)

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

func (*BeamSingleAllOfAttributes) GetBeamType ¶ added in v1.18.0

func (o *BeamSingleAllOfAttributes) GetBeamType() string

GetBeamType returns the BeamType field value if set, zero value otherwise.

func (*BeamSingleAllOfAttributes) GetBeamTypeOk ¶ added in v1.18.0

func (o *BeamSingleAllOfAttributes) GetBeamTypeOk() (*string, bool)

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

func (*BeamSingleAllOfAttributes) GetBeamVertWidth ¶ added in v1.18.0

func (o *BeamSingleAllOfAttributes) GetBeamVertWidth() int32

GetBeamVertWidth returns the BeamVertWidth field value if set, zero value otherwise.

func (*BeamSingleAllOfAttributes) GetBeamVertWidthOk ¶ added in v1.18.0

func (o *BeamSingleAllOfAttributes) GetBeamVertWidthOk() (*int32, bool)

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

func (*BeamSingleAllOfAttributes) HasBeamAzimuth ¶ added in v1.18.0

func (o *BeamSingleAllOfAttributes) HasBeamAzimuth() bool

HasBeamAzimuth returns a boolean if a field has been set.

func (*BeamSingleAllOfAttributes) HasBeamHorizWidth ¶ added in v1.18.0

func (o *BeamSingleAllOfAttributes) HasBeamHorizWidth() bool

HasBeamHorizWidth returns a boolean if a field has been set.

func (*BeamSingleAllOfAttributes) HasBeamIndex ¶ added in v1.18.0

func (o *BeamSingleAllOfAttributes) HasBeamIndex() bool

HasBeamIndex returns a boolean if a field has been set.

func (*BeamSingleAllOfAttributes) HasBeamTilt ¶ added in v1.18.0

func (o *BeamSingleAllOfAttributes) HasBeamTilt() bool

HasBeamTilt returns a boolean if a field has been set.

func (*BeamSingleAllOfAttributes) HasBeamType ¶ added in v1.18.0

func (o *BeamSingleAllOfAttributes) HasBeamType() bool

HasBeamType returns a boolean if a field has been set.

func (*BeamSingleAllOfAttributes) HasBeamVertWidth ¶ added in v1.18.0

func (o *BeamSingleAllOfAttributes) HasBeamVertWidth() bool

HasBeamVertWidth returns a boolean if a field has been set.

func (BeamSingleAllOfAttributes) MarshalJSON ¶ added in v1.18.0

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

func (*BeamSingleAllOfAttributes) SetBeamAzimuth ¶ added in v1.18.0

func (o *BeamSingleAllOfAttributes) SetBeamAzimuth(v int32)

SetBeamAzimuth gets a reference to the given int32 and assigns it to the BeamAzimuth field.

func (*BeamSingleAllOfAttributes) SetBeamHorizWidth ¶ added in v1.18.0

func (o *BeamSingleAllOfAttributes) SetBeamHorizWidth(v int32)

SetBeamHorizWidth gets a reference to the given int32 and assigns it to the BeamHorizWidth field.

func (*BeamSingleAllOfAttributes) SetBeamIndex ¶ added in v1.18.0

func (o *BeamSingleAllOfAttributes) SetBeamIndex(v int32)

SetBeamIndex gets a reference to the given int32 and assigns it to the BeamIndex field.

func (*BeamSingleAllOfAttributes) SetBeamTilt ¶ added in v1.18.0

func (o *BeamSingleAllOfAttributes) SetBeamTilt(v int32)

SetBeamTilt gets a reference to the given int32 and assigns it to the BeamTilt field.

func (*BeamSingleAllOfAttributes) SetBeamType ¶ added in v1.18.0

func (o *BeamSingleAllOfAttributes) SetBeamType(v string)

SetBeamType gets a reference to the given string and assigns it to the BeamType field.

func (*BeamSingleAllOfAttributes) SetBeamVertWidth ¶ added in v1.18.0

func (o *BeamSingleAllOfAttributes) SetBeamVertWidth(v int32)

SetBeamVertWidth gets a reference to the given int32 and assigns it to the BeamVertWidth field.

func (BeamSingleAllOfAttributes) ToMap ¶ added in v1.18.0

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

type BeamSingleAllOfAttributesAllOf ¶ added in v1.18.0

type BeamSingleAllOfAttributesAllOf struct {
	BeamIndex      *int32  `json:"beamIndex,omitempty"`
	BeamType       *string `json:"beamType,omitempty"`
	BeamAzimuth    *int32  `json:"beamAzimuth,omitempty"`
	BeamTilt       *int32  `json:"beamTilt,omitempty"`
	BeamHorizWidth *int32  `json:"beamHorizWidth,omitempty"`
	BeamVertWidth  *int32  `json:"beamVertWidth,omitempty"`
}

BeamSingleAllOfAttributesAllOf struct for BeamSingleAllOfAttributesAllOf

func NewBeamSingleAllOfAttributesAllOf ¶ added in v1.18.0

func NewBeamSingleAllOfAttributesAllOf() *BeamSingleAllOfAttributesAllOf

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

func NewBeamSingleAllOfAttributesAllOfWithDefaults ¶ added in v1.18.0

func NewBeamSingleAllOfAttributesAllOfWithDefaults() *BeamSingleAllOfAttributesAllOf

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

func (*BeamSingleAllOfAttributesAllOf) GetBeamAzimuth ¶ added in v1.18.0

func (o *BeamSingleAllOfAttributesAllOf) GetBeamAzimuth() int32

GetBeamAzimuth returns the BeamAzimuth field value if set, zero value otherwise.

func (*BeamSingleAllOfAttributesAllOf) GetBeamAzimuthOk ¶ added in v1.18.0

func (o *BeamSingleAllOfAttributesAllOf) GetBeamAzimuthOk() (*int32, bool)

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

func (*BeamSingleAllOfAttributesAllOf) GetBeamHorizWidth ¶ added in v1.18.0

func (o *BeamSingleAllOfAttributesAllOf) GetBeamHorizWidth() int32

GetBeamHorizWidth returns the BeamHorizWidth field value if set, zero value otherwise.

func (*BeamSingleAllOfAttributesAllOf) GetBeamHorizWidthOk ¶ added in v1.18.0

func (o *BeamSingleAllOfAttributesAllOf) GetBeamHorizWidthOk() (*int32, bool)

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

func (*BeamSingleAllOfAttributesAllOf) GetBeamIndex ¶ added in v1.18.0

func (o *BeamSingleAllOfAttributesAllOf) GetBeamIndex() int32

GetBeamIndex returns the BeamIndex field value if set, zero value otherwise.

func (*BeamSingleAllOfAttributesAllOf) GetBeamIndexOk ¶ added in v1.18.0

func (o *BeamSingleAllOfAttributesAllOf) GetBeamIndexOk() (*int32, bool)

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

func (*BeamSingleAllOfAttributesAllOf) GetBeamTilt ¶ added in v1.18.0

func (o *BeamSingleAllOfAttributesAllOf) GetBeamTilt() int32

GetBeamTilt returns the BeamTilt field value if set, zero value otherwise.

func (*BeamSingleAllOfAttributesAllOf) GetBeamTiltOk ¶ added in v1.18.0

func (o *BeamSingleAllOfAttributesAllOf) GetBeamTiltOk() (*int32, bool)

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

func (*BeamSingleAllOfAttributesAllOf) GetBeamType ¶ added in v1.18.0

func (o *BeamSingleAllOfAttributesAllOf) GetBeamType() string

GetBeamType returns the BeamType field value if set, zero value otherwise.

func (*BeamSingleAllOfAttributesAllOf) GetBeamTypeOk ¶ added in v1.18.0

func (o *BeamSingleAllOfAttributesAllOf) GetBeamTypeOk() (*string, bool)

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

func (*BeamSingleAllOfAttributesAllOf) GetBeamVertWidth ¶ added in v1.18.0

func (o *BeamSingleAllOfAttributesAllOf) GetBeamVertWidth() int32

GetBeamVertWidth returns the BeamVertWidth field value if set, zero value otherwise.

func (*BeamSingleAllOfAttributesAllOf) GetBeamVertWidthOk ¶ added in v1.18.0

func (o *BeamSingleAllOfAttributesAllOf) GetBeamVertWidthOk() (*int32, bool)

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

func (*BeamSingleAllOfAttributesAllOf) HasBeamAzimuth ¶ added in v1.18.0

func (o *BeamSingleAllOfAttributesAllOf) HasBeamAzimuth() bool

HasBeamAzimuth returns a boolean if a field has been set.

func (*BeamSingleAllOfAttributesAllOf) HasBeamHorizWidth ¶ added in v1.18.0

func (o *BeamSingleAllOfAttributesAllOf) HasBeamHorizWidth() bool

HasBeamHorizWidth returns a boolean if a field has been set.

func (*BeamSingleAllOfAttributesAllOf) HasBeamIndex ¶ added in v1.18.0

func (o *BeamSingleAllOfAttributesAllOf) HasBeamIndex() bool

HasBeamIndex returns a boolean if a field has been set.

func (*BeamSingleAllOfAttributesAllOf) HasBeamTilt ¶ added in v1.18.0

func (o *BeamSingleAllOfAttributesAllOf) HasBeamTilt() bool

HasBeamTilt returns a boolean if a field has been set.

func (*BeamSingleAllOfAttributesAllOf) HasBeamType ¶ added in v1.18.0

func (o *BeamSingleAllOfAttributesAllOf) HasBeamType() bool

HasBeamType returns a boolean if a field has been set.

func (*BeamSingleAllOfAttributesAllOf) HasBeamVertWidth ¶ added in v1.18.0

func (o *BeamSingleAllOfAttributesAllOf) HasBeamVertWidth() bool

HasBeamVertWidth returns a boolean if a field has been set.

func (BeamSingleAllOfAttributesAllOf) MarshalJSON ¶ added in v1.18.0

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

func (*BeamSingleAllOfAttributesAllOf) SetBeamAzimuth ¶ added in v1.18.0

func (o *BeamSingleAllOfAttributesAllOf) SetBeamAzimuth(v int32)

SetBeamAzimuth gets a reference to the given int32 and assigns it to the BeamAzimuth field.

func (*BeamSingleAllOfAttributesAllOf) SetBeamHorizWidth ¶ added in v1.18.0

func (o *BeamSingleAllOfAttributesAllOf) SetBeamHorizWidth(v int32)

SetBeamHorizWidth gets a reference to the given int32 and assigns it to the BeamHorizWidth field.

func (*BeamSingleAllOfAttributesAllOf) SetBeamIndex ¶ added in v1.18.0

func (o *BeamSingleAllOfAttributesAllOf) SetBeamIndex(v int32)

SetBeamIndex gets a reference to the given int32 and assigns it to the BeamIndex field.

func (*BeamSingleAllOfAttributesAllOf) SetBeamTilt ¶ added in v1.18.0

func (o *BeamSingleAllOfAttributesAllOf) SetBeamTilt(v int32)

SetBeamTilt gets a reference to the given int32 and assigns it to the BeamTilt field.

func (*BeamSingleAllOfAttributesAllOf) SetBeamType ¶ added in v1.18.0

func (o *BeamSingleAllOfAttributesAllOf) SetBeamType(v string)

SetBeamType gets a reference to the given string and assigns it to the BeamType field.

func (*BeamSingleAllOfAttributesAllOf) SetBeamVertWidth ¶ added in v1.18.0

func (o *BeamSingleAllOfAttributesAllOf) SetBeamVertWidth(v int32)

SetBeamVertWidth gets a reference to the given int32 and assigns it to the BeamVertWidth field.

func (BeamSingleAllOfAttributesAllOf) ToMap ¶ added in v1.18.0

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

type BwpContext ¶

type BwpContext string

BwpContext the model 'BwpContext'

const (
	DL  BwpContext = "DL"
	UL  BwpContext = "UL"
	SUL BwpContext = "SUL"
)

List of BwpContext

func NewBwpContextFromValue ¶

func NewBwpContextFromValue(v string) (*BwpContext, error)

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

func (BwpContext) IsValid ¶

func (v BwpContext) IsValid() bool

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

func (BwpContext) Ptr ¶

func (v BwpContext) Ptr() *BwpContext

Ptr returns reference to BwpContext value

func (*BwpContext) UnmarshalJSON ¶

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

type BwpSingle ¶

type BwpSingle struct {
	Top
	Attributes       *BwpSingleAllOfAttributes `json:"attributes,omitempty"`
	PerfMetricJob    []PerfMetricJobSingle     `json:"PerfMetricJob,omitempty"`
	ThresholdMonitor []ThresholdMonitorSingle  `json:"ThresholdMonitor,omitempty"`
	ManagedNFService []ManagedNFServiceSingle  `json:"ManagedNFService,omitempty"`
	TraceJob         []TraceJobSingle          `json:"TraceJob,omitempty"`
}

BwpSingle struct for BwpSingle

func NewBwpSingle ¶

func NewBwpSingle(id NullableString) *BwpSingle

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

func NewBwpSingleWithDefaults ¶

func NewBwpSingleWithDefaults() *BwpSingle

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

func (*BwpSingle) GetAttributes ¶

func (o *BwpSingle) GetAttributes() BwpSingleAllOfAttributes

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

func (*BwpSingle) GetAttributesOk ¶

func (o *BwpSingle) GetAttributesOk() (*BwpSingleAllOfAttributes, bool)

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

func (*BwpSingle) GetManagedNFService ¶

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

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

func (*BwpSingle) GetManagedNFServiceOk ¶

func (o *BwpSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool)

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

func (*BwpSingle) GetPerfMetricJob ¶

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

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

func (*BwpSingle) GetPerfMetricJobOk ¶

func (o *BwpSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)

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

func (*BwpSingle) GetThresholdMonitor ¶

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

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

func (*BwpSingle) GetThresholdMonitorOk ¶

func (o *BwpSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)

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

func (*BwpSingle) GetTraceJob ¶

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

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

func (*BwpSingle) GetTraceJobOk ¶

func (o *BwpSingle) GetTraceJobOk() ([]TraceJobSingle, bool)

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

func (*BwpSingle) HasAttributes ¶

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 ¶ added in v1.18.0

type BwpSingleAllOfAttributes struct {
	ManagedFunctionAttr
	BwpContext        *BwpContext   `json:"bwpContext,omitempty"`
	IsInitialBwp      *IsInitialBwp `json:"isInitialBwp,omitempty"`
	SubCarrierSpacing *int32        `json:"subCarrierSpacing,omitempty"`
	CyclicPrefix      *CyclicPrefix `json:"cyclicPrefix,omitempty"`
	StartRB           *int32        `json:"startRB,omitempty"`
	NumberOfRBs       *int32        `json:"numberOfRBs,omitempty"`
}

BwpSingleAllOfAttributes struct for BwpSingleAllOfAttributes

func NewBwpSingleAllOfAttributes ¶ added in v1.18.0

func NewBwpSingleAllOfAttributes() *BwpSingleAllOfAttributes

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

func NewBwpSingleAllOfAttributesWithDefaults ¶ added in v1.18.0

func NewBwpSingleAllOfAttributesWithDefaults() *BwpSingleAllOfAttributes

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

func (*BwpSingleAllOfAttributes) GetBwpContext ¶ added in v1.18.0

func (o *BwpSingleAllOfAttributes) GetBwpContext() BwpContext

GetBwpContext returns the BwpContext field value if set, zero value otherwise.

func (*BwpSingleAllOfAttributes) GetBwpContextOk ¶ added in v1.18.0

func (o *BwpSingleAllOfAttributes) GetBwpContextOk() (*BwpContext, bool)

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

func (*BwpSingleAllOfAttributes) GetCyclicPrefix ¶ added in v1.18.0

func (o *BwpSingleAllOfAttributes) GetCyclicPrefix() CyclicPrefix

GetCyclicPrefix returns the CyclicPrefix field value if set, zero value otherwise.

func (*BwpSingleAllOfAttributes) GetCyclicPrefixOk ¶ added in v1.18.0

func (o *BwpSingleAllOfAttributes) GetCyclicPrefixOk() (*CyclicPrefix, bool)

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

func (*BwpSingleAllOfAttributes) GetIsInitialBwp ¶ added in v1.18.0

func (o *BwpSingleAllOfAttributes) GetIsInitialBwp() IsInitialBwp

GetIsInitialBwp returns the IsInitialBwp field value if set, zero value otherwise.

func (*BwpSingleAllOfAttributes) GetIsInitialBwpOk ¶ added in v1.18.0

func (o *BwpSingleAllOfAttributes) GetIsInitialBwpOk() (*IsInitialBwp, bool)

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

func (*BwpSingleAllOfAttributes) GetNumberOfRBs ¶ added in v1.18.0

func (o *BwpSingleAllOfAttributes) GetNumberOfRBs() int32

GetNumberOfRBs returns the NumberOfRBs field value if set, zero value otherwise.

func (*BwpSingleAllOfAttributes) GetNumberOfRBsOk ¶ added in v1.18.0

func (o *BwpSingleAllOfAttributes) GetNumberOfRBsOk() (*int32, bool)

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

func (*BwpSingleAllOfAttributes) GetStartRB ¶ added in v1.18.0

func (o *BwpSingleAllOfAttributes) GetStartRB() int32

GetStartRB returns the StartRB field value if set, zero value otherwise.

func (*BwpSingleAllOfAttributes) GetStartRBOk ¶ added in v1.18.0

func (o *BwpSingleAllOfAttributes) GetStartRBOk() (*int32, bool)

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

func (*BwpSingleAllOfAttributes) GetSubCarrierSpacing ¶ added in v1.18.0

func (o *BwpSingleAllOfAttributes) GetSubCarrierSpacing() int32

GetSubCarrierSpacing returns the SubCarrierSpacing field value if set, zero value otherwise.

func (*BwpSingleAllOfAttributes) GetSubCarrierSpacingOk ¶ added in v1.18.0

func (o *BwpSingleAllOfAttributes) GetSubCarrierSpacingOk() (*int32, bool)

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

func (*BwpSingleAllOfAttributes) HasBwpContext ¶ added in v1.18.0

func (o *BwpSingleAllOfAttributes) HasBwpContext() bool

HasBwpContext returns a boolean if a field has been set.

func (*BwpSingleAllOfAttributes) HasCyclicPrefix ¶ added in v1.18.0

func (o *BwpSingleAllOfAttributes) HasCyclicPrefix() bool

HasCyclicPrefix returns a boolean if a field has been set.

func (*BwpSingleAllOfAttributes) HasIsInitialBwp ¶ added in v1.18.0

func (o *BwpSingleAllOfAttributes) HasIsInitialBwp() bool

HasIsInitialBwp returns a boolean if a field has been set.

func (*BwpSingleAllOfAttributes) HasNumberOfRBs ¶ added in v1.18.0

func (o *BwpSingleAllOfAttributes) HasNumberOfRBs() bool

HasNumberOfRBs returns a boolean if a field has been set.

func (*BwpSingleAllOfAttributes) HasStartRB ¶ added in v1.18.0

func (o *BwpSingleAllOfAttributes) HasStartRB() bool

HasStartRB returns a boolean if a field has been set.

func (*BwpSingleAllOfAttributes) HasSubCarrierSpacing ¶ added in v1.18.0

func (o *BwpSingleAllOfAttributes) HasSubCarrierSpacing() bool

HasSubCarrierSpacing returns a boolean if a field has been set.

func (BwpSingleAllOfAttributes) MarshalJSON ¶ added in v1.18.0

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

func (*BwpSingleAllOfAttributes) SetBwpContext ¶ added in v1.18.0

func (o *BwpSingleAllOfAttributes) SetBwpContext(v BwpContext)

SetBwpContext gets a reference to the given BwpContext and assigns it to the BwpContext field.

func (*BwpSingleAllOfAttributes) SetCyclicPrefix ¶ added in v1.18.0

func (o *BwpSingleAllOfAttributes) SetCyclicPrefix(v CyclicPrefix)

SetCyclicPrefix gets a reference to the given CyclicPrefix and assigns it to the CyclicPrefix field.

func (*BwpSingleAllOfAttributes) SetIsInitialBwp ¶ added in v1.18.0

func (o *BwpSingleAllOfAttributes) SetIsInitialBwp(v IsInitialBwp)

SetIsInitialBwp gets a reference to the given IsInitialBwp and assigns it to the IsInitialBwp field.

func (*BwpSingleAllOfAttributes) SetNumberOfRBs ¶ added in v1.18.0

func (o *BwpSingleAllOfAttributes) SetNumberOfRBs(v int32)

SetNumberOfRBs gets a reference to the given int32 and assigns it to the NumberOfRBs field.

func (*BwpSingleAllOfAttributes) SetStartRB ¶ added in v1.18.0

func (o *BwpSingleAllOfAttributes) SetStartRB(v int32)

SetStartRB gets a reference to the given int32 and assigns it to the StartRB field.

func (*BwpSingleAllOfAttributes) SetSubCarrierSpacing ¶ added in v1.18.0

func (o *BwpSingleAllOfAttributes) SetSubCarrierSpacing(v int32)

SetSubCarrierSpacing gets a reference to the given int32 and assigns it to the SubCarrierSpacing field.

func (BwpSingleAllOfAttributes) ToMap ¶ added in v1.18.0

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

type BwpSingleAllOfAttributesAllOf ¶ added in v1.18.0

type BwpSingleAllOfAttributesAllOf struct {
	BwpContext        *BwpContext   `json:"bwpContext,omitempty"`
	IsInitialBwp      *IsInitialBwp `json:"isInitialBwp,omitempty"`
	SubCarrierSpacing *int32        `json:"subCarrierSpacing,omitempty"`
	CyclicPrefix      *CyclicPrefix `json:"cyclicPrefix,omitempty"`
	StartRB           *int32        `json:"startRB,omitempty"`
	NumberOfRBs       *int32        `json:"numberOfRBs,omitempty"`
}

BwpSingleAllOfAttributesAllOf struct for BwpSingleAllOfAttributesAllOf

func NewBwpSingleAllOfAttributesAllOf ¶ added in v1.18.0

func NewBwpSingleAllOfAttributesAllOf() *BwpSingleAllOfAttributesAllOf

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

func NewBwpSingleAllOfAttributesAllOfWithDefaults ¶ added in v1.18.0

func NewBwpSingleAllOfAttributesAllOfWithDefaults() *BwpSingleAllOfAttributesAllOf

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

func (*BwpSingleAllOfAttributesAllOf) GetBwpContext ¶ added in v1.18.0

func (o *BwpSingleAllOfAttributesAllOf) GetBwpContext() BwpContext

GetBwpContext returns the BwpContext field value if set, zero value otherwise.

func (*BwpSingleAllOfAttributesAllOf) GetBwpContextOk ¶ added in v1.18.0

func (o *BwpSingleAllOfAttributesAllOf) GetBwpContextOk() (*BwpContext, bool)

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

func (*BwpSingleAllOfAttributesAllOf) GetCyclicPrefix ¶ added in v1.18.0

func (o *BwpSingleAllOfAttributesAllOf) GetCyclicPrefix() CyclicPrefix

GetCyclicPrefix returns the CyclicPrefix field value if set, zero value otherwise.

func (*BwpSingleAllOfAttributesAllOf) GetCyclicPrefixOk ¶ added in v1.18.0

func (o *BwpSingleAllOfAttributesAllOf) GetCyclicPrefixOk() (*CyclicPrefix, bool)

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

func (*BwpSingleAllOfAttributesAllOf) GetIsInitialBwp ¶ added in v1.18.0

func (o *BwpSingleAllOfAttributesAllOf) GetIsInitialBwp() IsInitialBwp

GetIsInitialBwp returns the IsInitialBwp field value if set, zero value otherwise.

func (*BwpSingleAllOfAttributesAllOf) GetIsInitialBwpOk ¶ added in v1.18.0

func (o *BwpSingleAllOfAttributesAllOf) GetIsInitialBwpOk() (*IsInitialBwp, bool)

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

func (*BwpSingleAllOfAttributesAllOf) GetNumberOfRBs ¶ added in v1.18.0

func (o *BwpSingleAllOfAttributesAllOf) GetNumberOfRBs() int32

GetNumberOfRBs returns the NumberOfRBs field value if set, zero value otherwise.

func (*BwpSingleAllOfAttributesAllOf) GetNumberOfRBsOk ¶ added in v1.18.0

func (o *BwpSingleAllOfAttributesAllOf) GetNumberOfRBsOk() (*int32, bool)

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

func (*BwpSingleAllOfAttributesAllOf) GetStartRB ¶ added in v1.18.0

func (o *BwpSingleAllOfAttributesAllOf) GetStartRB() int32

GetStartRB returns the StartRB field value if set, zero value otherwise.

func (*BwpSingleAllOfAttributesAllOf) GetStartRBOk ¶ added in v1.18.0

func (o *BwpSingleAllOfAttributesAllOf) GetStartRBOk() (*int32, bool)

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

func (*BwpSingleAllOfAttributesAllOf) GetSubCarrierSpacing ¶ added in v1.18.0

func (o *BwpSingleAllOfAttributesAllOf) GetSubCarrierSpacing() int32

GetSubCarrierSpacing returns the SubCarrierSpacing field value if set, zero value otherwise.

func (*BwpSingleAllOfAttributesAllOf) GetSubCarrierSpacingOk ¶ added in v1.18.0

func (o *BwpSingleAllOfAttributesAllOf) GetSubCarrierSpacingOk() (*int32, bool)

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

func (*BwpSingleAllOfAttributesAllOf) HasBwpContext ¶ added in v1.18.0

func (o *BwpSingleAllOfAttributesAllOf) HasBwpContext() bool

HasBwpContext returns a boolean if a field has been set.

func (*BwpSingleAllOfAttributesAllOf) HasCyclicPrefix ¶ added in v1.18.0

func (o *BwpSingleAllOfAttributesAllOf) HasCyclicPrefix() bool

HasCyclicPrefix returns a boolean if a field has been set.

func (*BwpSingleAllOfAttributesAllOf) HasIsInitialBwp ¶ added in v1.18.0

func (o *BwpSingleAllOfAttributesAllOf) HasIsInitialBwp() bool

HasIsInitialBwp returns a boolean if a field has been set.

func (*BwpSingleAllOfAttributesAllOf) HasNumberOfRBs ¶ added in v1.18.0

func (o *BwpSingleAllOfAttributesAllOf) HasNumberOfRBs() bool

HasNumberOfRBs returns a boolean if a field has been set.

func (*BwpSingleAllOfAttributesAllOf) HasStartRB ¶ added in v1.18.0

func (o *BwpSingleAllOfAttributesAllOf) HasStartRB() bool

HasStartRB returns a boolean if a field has been set.

func (*BwpSingleAllOfAttributesAllOf) HasSubCarrierSpacing ¶ added in v1.18.0

func (o *BwpSingleAllOfAttributesAllOf) HasSubCarrierSpacing() bool

HasSubCarrierSpacing returns a boolean if a field has been set.

func (BwpSingleAllOfAttributesAllOf) MarshalJSON ¶ added in v1.18.0

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

func (*BwpSingleAllOfAttributesAllOf) SetBwpContext ¶ added in v1.18.0

func (o *BwpSingleAllOfAttributesAllOf) SetBwpContext(v BwpContext)

SetBwpContext gets a reference to the given BwpContext and assigns it to the BwpContext field.

func (*BwpSingleAllOfAttributesAllOf) SetCyclicPrefix ¶ added in v1.18.0

func (o *BwpSingleAllOfAttributesAllOf) SetCyclicPrefix(v CyclicPrefix)

SetCyclicPrefix gets a reference to the given CyclicPrefix and assigns it to the CyclicPrefix field.

func (*BwpSingleAllOfAttributesAllOf) SetIsInitialBwp ¶ added in v1.18.0

func (o *BwpSingleAllOfAttributesAllOf) SetIsInitialBwp(v IsInitialBwp)

SetIsInitialBwp gets a reference to the given IsInitialBwp and assigns it to the IsInitialBwp field.

func (*BwpSingleAllOfAttributesAllOf) SetNumberOfRBs ¶ added in v1.18.0

func (o *BwpSingleAllOfAttributesAllOf) SetNumberOfRBs(v int32)

SetNumberOfRBs gets a reference to the given int32 and assigns it to the NumberOfRBs field.

func (*BwpSingleAllOfAttributesAllOf) SetStartRB ¶ added in v1.18.0

func (o *BwpSingleAllOfAttributesAllOf) SetStartRB(v int32)

SetStartRB gets a reference to the given int32 and assigns it to the StartRB field.

func (*BwpSingleAllOfAttributesAllOf) SetSubCarrierSpacing ¶ added in v1.18.0

func (o *BwpSingleAllOfAttributesAllOf) SetSubCarrierSpacing(v int32)

SetSubCarrierSpacing gets a reference to the given int32 and assigns it to the SubCarrierSpacing field.

func (BwpSingleAllOfAttributesAllOf) ToMap ¶ added in v1.18.0

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

type CCOFunctionSingle ¶

type CCOFunctionSingle struct {
	Top
	Attributes *CCOFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}

CCOFunctionSingle struct for CCOFunctionSingle

func NewCCOFunctionSingle ¶

func NewCCOFunctionSingle(id NullableString) *CCOFunctionSingle

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

func NewCCOFunctionSingleWithDefaults ¶

func NewCCOFunctionSingleWithDefaults() *CCOFunctionSingle

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

func (*CCOFunctionSingle) GetAttributes ¶

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 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 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 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 ¶ added in v1.18.0

type CommonBeamformingFunctionSingleAllOfAttributes struct {
	CoverageShape  *int32 `json:"coverageShape,omitempty"`
	DigitalAzimuth *int32 `json:"digitalAzimuth,omitempty"`
	DigitalTilt    *int32 `json:"digitalTilt,omitempty"`
}

CommonBeamformingFunctionSingleAllOfAttributes struct for CommonBeamformingFunctionSingleAllOfAttributes

func NewCommonBeamformingFunctionSingleAllOfAttributes ¶ added in v1.18.0

func NewCommonBeamformingFunctionSingleAllOfAttributes() *CommonBeamformingFunctionSingleAllOfAttributes

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

func NewCommonBeamformingFunctionSingleAllOfAttributesWithDefaults ¶ added in v1.18.0

func NewCommonBeamformingFunctionSingleAllOfAttributesWithDefaults() *CommonBeamformingFunctionSingleAllOfAttributes

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

func (*CommonBeamformingFunctionSingleAllOfAttributes) GetCoverageShape ¶ added in v1.18.0

GetCoverageShape returns the CoverageShape field value if set, zero value otherwise.

func (*CommonBeamformingFunctionSingleAllOfAttributes) GetCoverageShapeOk ¶ added in v1.18.0

func (o *CommonBeamformingFunctionSingleAllOfAttributes) GetCoverageShapeOk() (*int32, bool)

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

func (*CommonBeamformingFunctionSingleAllOfAttributes) GetDigitalAzimuth ¶ added in v1.18.0

GetDigitalAzimuth returns the DigitalAzimuth field value if set, zero value otherwise.

func (*CommonBeamformingFunctionSingleAllOfAttributes) GetDigitalAzimuthOk ¶ added in v1.18.0

func (o *CommonBeamformingFunctionSingleAllOfAttributes) GetDigitalAzimuthOk() (*int32, bool)

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

func (*CommonBeamformingFunctionSingleAllOfAttributes) GetDigitalTilt ¶ added in v1.18.0

GetDigitalTilt returns the DigitalTilt field value if set, zero value otherwise.

func (*CommonBeamformingFunctionSingleAllOfAttributes) GetDigitalTiltOk ¶ added in v1.18.0

func (o *CommonBeamformingFunctionSingleAllOfAttributes) GetDigitalTiltOk() (*int32, bool)

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

func (*CommonBeamformingFunctionSingleAllOfAttributes) HasCoverageShape ¶ added in v1.18.0

HasCoverageShape returns a boolean if a field has been set.

func (*CommonBeamformingFunctionSingleAllOfAttributes) HasDigitalAzimuth ¶ added in v1.18.0

HasDigitalAzimuth returns a boolean if a field has been set.

func (*CommonBeamformingFunctionSingleAllOfAttributes) HasDigitalTilt ¶ added in v1.18.0

HasDigitalTilt returns a boolean if a field has been set.

func (CommonBeamformingFunctionSingleAllOfAttributes) MarshalJSON ¶ added in v1.18.0

func (*CommonBeamformingFunctionSingleAllOfAttributes) SetCoverageShape ¶ added in v1.18.0

SetCoverageShape gets a reference to the given int32 and assigns it to the CoverageShape field.

func (*CommonBeamformingFunctionSingleAllOfAttributes) SetDigitalAzimuth ¶ added in v1.18.0

func (o *CommonBeamformingFunctionSingleAllOfAttributes) SetDigitalAzimuth(v int32)

SetDigitalAzimuth gets a reference to the given int32 and assigns it to the DigitalAzimuth field.

func (*CommonBeamformingFunctionSingleAllOfAttributes) SetDigitalTilt ¶ added in v1.18.0

SetDigitalTilt gets a reference to the given int32 and assigns it to the DigitalTilt field.

func (CommonBeamformingFunctionSingleAllOfAttributes) ToMap ¶ added in v1.18.0

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

type CommonBeamformingFunctionSingleAllOfAttributesAllOf ¶ added in v1.18.0

type CommonBeamformingFunctionSingleAllOfAttributesAllOf struct {
	CoverageShape  *int32 `json:"coverageShape,omitempty"`
	DigitalAzimuth *int32 `json:"digitalAzimuth,omitempty"`
	DigitalTilt    *int32 `json:"digitalTilt,omitempty"`
}

CommonBeamformingFunctionSingleAllOfAttributesAllOf struct for CommonBeamformingFunctionSingleAllOfAttributesAllOf

func NewCommonBeamformingFunctionSingleAllOfAttributesAllOf ¶ added in v1.18.0

func NewCommonBeamformingFunctionSingleAllOfAttributesAllOf() *CommonBeamformingFunctionSingleAllOfAttributesAllOf

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

func NewCommonBeamformingFunctionSingleAllOfAttributesAllOfWithDefaults ¶ added in v1.18.0

func NewCommonBeamformingFunctionSingleAllOfAttributesAllOfWithDefaults() *CommonBeamformingFunctionSingleAllOfAttributesAllOf

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

func (*CommonBeamformingFunctionSingleAllOfAttributesAllOf) GetCoverageShape ¶ added in v1.18.0

GetCoverageShape returns the CoverageShape field value if set, zero value otherwise.

func (*CommonBeamformingFunctionSingleAllOfAttributesAllOf) GetCoverageShapeOk ¶ added in v1.18.0

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

func (*CommonBeamformingFunctionSingleAllOfAttributesAllOf) GetDigitalAzimuth ¶ added in v1.18.0

GetDigitalAzimuth returns the DigitalAzimuth field value if set, zero value otherwise.

func (*CommonBeamformingFunctionSingleAllOfAttributesAllOf) GetDigitalAzimuthOk ¶ added in v1.18.0

func (o *CommonBeamformingFunctionSingleAllOfAttributesAllOf) GetDigitalAzimuthOk() (*int32, bool)

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

func (*CommonBeamformingFunctionSingleAllOfAttributesAllOf) GetDigitalTilt ¶ added in v1.18.0

GetDigitalTilt returns the DigitalTilt field value if set, zero value otherwise.

func (*CommonBeamformingFunctionSingleAllOfAttributesAllOf) GetDigitalTiltOk ¶ added in v1.18.0

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

func (*CommonBeamformingFunctionSingleAllOfAttributesAllOf) HasCoverageShape ¶ added in v1.18.0

HasCoverageShape returns a boolean if a field has been set.

func (*CommonBeamformingFunctionSingleAllOfAttributesAllOf) HasDigitalAzimuth ¶ added in v1.18.0

HasDigitalAzimuth returns a boolean if a field has been set.

func (*CommonBeamformingFunctionSingleAllOfAttributesAllOf) HasDigitalTilt ¶ added in v1.18.0

HasDigitalTilt returns a boolean if a field has been set.

func (CommonBeamformingFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶ added in v1.18.0

func (*CommonBeamformingFunctionSingleAllOfAttributesAllOf) SetCoverageShape ¶ added in v1.18.0

SetCoverageShape gets a reference to the given int32 and assigns it to the CoverageShape field.

func (*CommonBeamformingFunctionSingleAllOfAttributesAllOf) SetDigitalAzimuth ¶ added in v1.18.0

SetDigitalAzimuth gets a reference to the given int32 and assigns it to the DigitalAzimuth field.

func (*CommonBeamformingFunctionSingleAllOfAttributesAllOf) SetDigitalTilt ¶ added in v1.18.0

SetDigitalTilt gets a reference to the given int32 and assigns it to the DigitalTilt field.

func (CommonBeamformingFunctionSingleAllOfAttributesAllOf) ToMap ¶ added in v1.18.0

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 ¶ added in v1.18.0

type Configurable5QISetSingleAllOfAttributes struct {
	Configurable5QIs []FiveQICharacteristicsSingle `json:"configurable5QIs,omitempty"`
}

Configurable5QISetSingleAllOfAttributes struct for Configurable5QISetSingleAllOfAttributes

func NewConfigurable5QISetSingleAllOfAttributes ¶ added in v1.18.0

func NewConfigurable5QISetSingleAllOfAttributes() *Configurable5QISetSingleAllOfAttributes

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

func NewConfigurable5QISetSingleAllOfAttributesWithDefaults ¶ added in v1.18.0

func NewConfigurable5QISetSingleAllOfAttributesWithDefaults() *Configurable5QISetSingleAllOfAttributes

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

func (*Configurable5QISetSingleAllOfAttributes) GetConfigurable5QIs ¶ added in v1.18.0

GetConfigurable5QIs returns the Configurable5QIs field value if set, zero value otherwise.

func (*Configurable5QISetSingleAllOfAttributes) GetConfigurable5QIsOk ¶ added in v1.18.0

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

func (*Configurable5QISetSingleAllOfAttributes) HasConfigurable5QIs ¶ added in v1.18.0

func (o *Configurable5QISetSingleAllOfAttributes) HasConfigurable5QIs() bool

HasConfigurable5QIs returns a boolean if a field has been set.

func (Configurable5QISetSingleAllOfAttributes) MarshalJSON ¶ added in v1.18.0

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

func (*Configurable5QISetSingleAllOfAttributes) SetConfigurable5QIs ¶ added in v1.18.0

SetConfigurable5QIs gets a reference to the given []FiveQICharacteristicsSingle and assigns it to the Configurable5QIs field.

func (Configurable5QISetSingleAllOfAttributes) ToMap ¶ added in v1.18.0

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

type Configurable5QISetSingleAllOfAttributesAllOf ¶ added in v1.18.0

type Configurable5QISetSingleAllOfAttributesAllOf struct {
	Configurable5QIs []FiveQICharacteristicsSingle `json:"configurable5QIs,omitempty"`
}

Configurable5QISetSingleAllOfAttributesAllOf struct for Configurable5QISetSingleAllOfAttributesAllOf

func NewConfigurable5QISetSingleAllOfAttributesAllOf ¶ added in v1.18.0

func NewConfigurable5QISetSingleAllOfAttributesAllOf() *Configurable5QISetSingleAllOfAttributesAllOf

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

func NewConfigurable5QISetSingleAllOfAttributesAllOfWithDefaults ¶ added in v1.18.0

func NewConfigurable5QISetSingleAllOfAttributesAllOfWithDefaults() *Configurable5QISetSingleAllOfAttributesAllOf

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

func (*Configurable5QISetSingleAllOfAttributesAllOf) GetConfigurable5QIs ¶ added in v1.18.0

GetConfigurable5QIs returns the Configurable5QIs field value if set, zero value otherwise.

func (*Configurable5QISetSingleAllOfAttributesAllOf) GetConfigurable5QIsOk ¶ added in v1.18.0

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

func (*Configurable5QISetSingleAllOfAttributesAllOf) HasConfigurable5QIs ¶ added in v1.18.0

func (o *Configurable5QISetSingleAllOfAttributesAllOf) HasConfigurable5QIs() bool

HasConfigurable5QIs returns a boolean if a field has been set.

func (Configurable5QISetSingleAllOfAttributesAllOf) MarshalJSON ¶ added in v1.18.0

func (*Configurable5QISetSingleAllOfAttributesAllOf) SetConfigurable5QIs ¶ added in v1.18.0

SetConfigurable5QIs gets a reference to the given []FiveQICharacteristicsSingle and assigns it to the Configurable5QIs field.

func (Configurable5QISetSingleAllOfAttributesAllOf) ToMap ¶ added in v1.18.0

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

type Configuration ¶

type Configuration struct {
	Host             string            `json:"host,omitempty"`
	Scheme           string            `json:"scheme,omitempty"`
	DefaultHeader    map[string]string `json:"defaultHeader,omitempty"`
	UserAgent        string            `json:"userAgent,omitempty"`
	Debug            bool              `json:"debug,omitempty"`
	Servers          ServerConfigurations
	OperationServers map[string]ServerConfigurations
	HTTPClient       *http.Client
}

Configuration stores the configuration of the API client

func NewConfiguration ¶

func NewConfiguration() *Configuration

NewConfiguration returns a new Configuration object

func (*Configuration) AddDefaultHeader ¶

func (c *Configuration) AddDefaultHeader(key string, value string)

AddDefaultHeader adds a new HTTP header to the default header in the request

func (*Configuration) 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 CorrelatedNotification ¶

type CorrelatedNotification struct {
	SourceObjectInstance string  `json:"sourceObjectInstance"`
	NotificationIds      []int32 `json:"notificationIds"`
}

CorrelatedNotification struct for CorrelatedNotification

func NewCorrelatedNotification ¶

func NewCorrelatedNotification(sourceObjectInstance string, notificationIds []int32) *CorrelatedNotification

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

func NewCorrelatedNotificationWithDefaults ¶

func NewCorrelatedNotificationWithDefaults() *CorrelatedNotification

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

func (*CorrelatedNotification) GetNotificationIds ¶

func (o *CorrelatedNotification) GetNotificationIds() []int32

GetNotificationIds returns the NotificationIds field value

func (*CorrelatedNotification) GetNotificationIdsOk ¶

func (o *CorrelatedNotification) GetNotificationIdsOk() ([]int32, bool)

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

func (*CorrelatedNotification) GetSourceObjectInstance ¶

func (o *CorrelatedNotification) GetSourceObjectInstance() string

GetSourceObjectInstance returns the SourceObjectInstance field value

func (*CorrelatedNotification) GetSourceObjectInstanceOk ¶

func (o *CorrelatedNotification) GetSourceObjectInstanceOk() (*string, bool)

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

func (CorrelatedNotification) MarshalJSON ¶

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

func (*CorrelatedNotification) SetNotificationIds ¶

func (o *CorrelatedNotification) SetNotificationIds(v []int32)

SetNotificationIds sets field value

func (*CorrelatedNotification) SetSourceObjectInstance ¶

func (o *CorrelatedNotification) SetSourceObjectInstance(v string)

SetSourceObjectInstance sets field value

func (CorrelatedNotification) ToMap ¶

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

type CyclicPrefix ¶

type CyclicPrefix string

CyclicPrefix the model 'CyclicPrefix'

func NewCyclicPrefixFromValue ¶

func NewCyclicPrefixFromValue(v string) (*CyclicPrefix, error)

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

func (CyclicPrefix) IsValid ¶

func (v CyclicPrefix) IsValid() bool

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

func (CyclicPrefix) Ptr ¶

func (v CyclicPrefix) Ptr() *CyclicPrefix

Ptr returns reference to CyclicPrefix value

func (*CyclicPrefix) UnmarshalJSON ¶

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

type DANRManagementFunctionSingle ¶

type DANRManagementFunctionSingle struct {
	Top
	Attributes *DANRManagementFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}

DANRManagementFunctionSingle struct for DANRManagementFunctionSingle

func NewDANRManagementFunctionSingle ¶

func NewDANRManagementFunctionSingle(id NullableString) *DANRManagementFunctionSingle

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

func NewDANRManagementFunctionSingleWithDefaults ¶

func NewDANRManagementFunctionSingleWithDefaults() *DANRManagementFunctionSingle

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

func (*DANRManagementFunctionSingle) GetAttributes ¶

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 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 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 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 ¶ added in v1.18.0

type Dynamic5QISetSingleAllOfAttributes struct {
	Dynamic5QIs []FiveQICharacteristicsSingle `json:"dynamic5QIs,omitempty"`
}

Dynamic5QISetSingleAllOfAttributes struct for Dynamic5QISetSingleAllOfAttributes

func NewDynamic5QISetSingleAllOfAttributes ¶ added in v1.18.0

func NewDynamic5QISetSingleAllOfAttributes() *Dynamic5QISetSingleAllOfAttributes

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

func NewDynamic5QISetSingleAllOfAttributesWithDefaults ¶ added in v1.18.0

func NewDynamic5QISetSingleAllOfAttributesWithDefaults() *Dynamic5QISetSingleAllOfAttributes

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

func (*Dynamic5QISetSingleAllOfAttributes) GetDynamic5QIs ¶ added in v1.18.0

GetDynamic5QIs returns the Dynamic5QIs field value if set, zero value otherwise.

func (*Dynamic5QISetSingleAllOfAttributes) GetDynamic5QIsOk ¶ added in v1.18.0

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

func (*Dynamic5QISetSingleAllOfAttributes) HasDynamic5QIs ¶ added in v1.18.0

func (o *Dynamic5QISetSingleAllOfAttributes) HasDynamic5QIs() bool

HasDynamic5QIs returns a boolean if a field has been set.

func (Dynamic5QISetSingleAllOfAttributes) MarshalJSON ¶ added in v1.18.0

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

func (*Dynamic5QISetSingleAllOfAttributes) SetDynamic5QIs ¶ added in v1.18.0

SetDynamic5QIs gets a reference to the given []FiveQICharacteristicsSingle and assigns it to the Dynamic5QIs field.

func (Dynamic5QISetSingleAllOfAttributes) ToMap ¶ added in v1.18.0

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

type Dynamic5QISetSingleAllOfAttributesAllOf ¶ added in v1.18.0

type Dynamic5QISetSingleAllOfAttributesAllOf struct {
	Dynamic5QIs []FiveQICharacteristicsSingle `json:"dynamic5QIs,omitempty"`
}

Dynamic5QISetSingleAllOfAttributesAllOf struct for Dynamic5QISetSingleAllOfAttributesAllOf

func NewDynamic5QISetSingleAllOfAttributesAllOf ¶ added in v1.18.0

func NewDynamic5QISetSingleAllOfAttributesAllOf() *Dynamic5QISetSingleAllOfAttributesAllOf

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

func NewDynamic5QISetSingleAllOfAttributesAllOfWithDefaults ¶ added in v1.18.0

func NewDynamic5QISetSingleAllOfAttributesAllOfWithDefaults() *Dynamic5QISetSingleAllOfAttributesAllOf

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

func (*Dynamic5QISetSingleAllOfAttributesAllOf) GetDynamic5QIs ¶ added in v1.18.0

GetDynamic5QIs returns the Dynamic5QIs field value if set, zero value otherwise.

func (*Dynamic5QISetSingleAllOfAttributesAllOf) GetDynamic5QIsOk ¶ added in v1.18.0

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

func (*Dynamic5QISetSingleAllOfAttributesAllOf) HasDynamic5QIs ¶ added in v1.18.0

func (o *Dynamic5QISetSingleAllOfAttributesAllOf) HasDynamic5QIs() bool

HasDynamic5QIs returns a boolean if a field has been set.

func (Dynamic5QISetSingleAllOfAttributesAllOf) MarshalJSON ¶ added in v1.18.0

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

func (*Dynamic5QISetSingleAllOfAttributesAllOf) SetDynamic5QIs ¶ added in v1.18.0

SetDynamic5QIs gets a reference to the given []FiveQICharacteristicsSingle and assigns it to the Dynamic5QIs field.

func (Dynamic5QISetSingleAllOfAttributesAllOf) ToMap ¶ added in v1.18.0

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

type EPE1Single ¶

type EPE1Single struct {
	Top
	Attributes *EPXnCSingleAllOfAttributes `json:"attributes,omitempty"`
}

EPE1Single struct for EPE1Single

func NewEPE1Single ¶

func NewEPE1Single(id NullableString) *EPE1Single

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

func NewEPE1SingleWithDefaults ¶

func NewEPE1SingleWithDefaults() *EPE1Single

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

func (*EPE1Single) GetAttributes ¶

func (o *EPE1Single) GetAttributes() EPXnCSingleAllOfAttributes

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

func (*EPE1Single) GetAttributesOk ¶

func (o *EPE1Single) GetAttributesOk() (*EPXnCSingleAllOfAttributes, bool)

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

func (*EPE1Single) HasAttributes ¶

func (o *EPE1Single) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPE1Single) MarshalJSON ¶

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

func (*EPE1Single) SetAttributes ¶

func (o *EPE1Single) SetAttributes(v EPXnCSingleAllOfAttributes)

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

func (EPE1Single) ToMap ¶

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

type EPF1CSingle ¶

type EPF1CSingle struct {
	Top
	Attributes *EPXnCSingleAllOfAttributes `json:"attributes,omitempty"`
}

EPF1CSingle struct for EPF1CSingle

func NewEPF1CSingle ¶

func NewEPF1CSingle(id NullableString) *EPF1CSingle

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

func NewEPF1CSingleWithDefaults ¶

func NewEPF1CSingleWithDefaults() *EPF1CSingle

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

func (*EPF1CSingle) GetAttributes ¶

func (o *EPF1CSingle) GetAttributes() EPXnCSingleAllOfAttributes

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

func (*EPF1CSingle) GetAttributesOk ¶

func (o *EPF1CSingle) GetAttributesOk() (*EPXnCSingleAllOfAttributes, bool)

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

func (*EPF1CSingle) HasAttributes ¶

func (o *EPF1CSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPF1CSingle) MarshalJSON ¶

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

func (*EPF1CSingle) SetAttributes ¶

func (o *EPF1CSingle) SetAttributes(v EPXnCSingleAllOfAttributes)

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

func (EPF1CSingle) ToMap ¶

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

type EPF1USingle ¶

type EPF1USingle struct {
	Top
	Attributes *EPF1USingleAllOfAttributes `json:"attributes,omitempty"`
}

EPF1USingle struct for EPF1USingle

func NewEPF1USingle ¶

func NewEPF1USingle(id NullableString) *EPF1USingle

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

func NewEPF1USingleWithDefaults ¶

func NewEPF1USingleWithDefaults() *EPF1USingle

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

func (*EPF1USingle) GetAttributes ¶

func (o *EPF1USingle) GetAttributes() EPF1USingleAllOfAttributes

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

func (*EPF1USingle) GetAttributesOk ¶

func (o *EPF1USingle) GetAttributesOk() (*EPF1USingleAllOfAttributes, bool)

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

func (*EPF1USingle) HasAttributes ¶

func (o *EPF1USingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPF1USingle) MarshalJSON ¶

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

func (*EPF1USingle) SetAttributes ¶

func (o *EPF1USingle) SetAttributes(v EPF1USingleAllOfAttributes)

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

func (EPF1USingle) ToMap ¶

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

type EPF1USingleAllOf ¶

type EPF1USingleAllOf struct {
	Attributes *EPF1USingleAllOfAttributes `json:"attributes,omitempty"`
}

EPF1USingleAllOf struct for EPF1USingleAllOf

func NewEPF1USingleAllOf ¶

func NewEPF1USingleAllOf() *EPF1USingleAllOf

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

func NewEPF1USingleAllOfWithDefaults ¶

func NewEPF1USingleAllOfWithDefaults() *EPF1USingleAllOf

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

func (*EPF1USingleAllOf) GetAttributes ¶

func (o *EPF1USingleAllOf) GetAttributes() EPF1USingleAllOfAttributes

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

func (*EPF1USingleAllOf) GetAttributesOk ¶

func (o *EPF1USingleAllOf) GetAttributesOk() (*EPF1USingleAllOfAttributes, bool)

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

func (*EPF1USingleAllOf) HasAttributes ¶

func (o *EPF1USingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPF1USingleAllOf) MarshalJSON ¶

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

func (*EPF1USingleAllOf) SetAttributes ¶

func (o *EPF1USingleAllOf) SetAttributes(v EPF1USingleAllOfAttributes)

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

func (EPF1USingleAllOf) ToMap ¶

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

type EPF1USingleAllOfAttributes ¶ added in v1.18.0

type EPF1USingleAllOfAttributes struct {
	EPRPAttr
	LocalAddress    *LocalAddress  `json:"localAddress,omitempty"`
	RemoteAddress   *RemoteAddress `json:"remoteAddress,omitempty"`
	EpTransportRefs []string       `json:"epTransportRefs,omitempty"`
}

EPF1USingleAllOfAttributes struct for EPF1USingleAllOfAttributes

func NewEPF1USingleAllOfAttributes ¶ added in v1.18.0

func NewEPF1USingleAllOfAttributes() *EPF1USingleAllOfAttributes

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

func NewEPF1USingleAllOfAttributesWithDefaults ¶ added in v1.18.0

func NewEPF1USingleAllOfAttributesWithDefaults() *EPF1USingleAllOfAttributes

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

func (*EPF1USingleAllOfAttributes) GetEpTransportRefs ¶ added in v1.18.0

func (o *EPF1USingleAllOfAttributes) GetEpTransportRefs() []string

GetEpTransportRefs returns the EpTransportRefs field value if set, zero value otherwise.

func (*EPF1USingleAllOfAttributes) GetEpTransportRefsOk ¶ added in v1.18.0

func (o *EPF1USingleAllOfAttributes) GetEpTransportRefsOk() ([]string, bool)

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

func (*EPF1USingleAllOfAttributes) GetLocalAddress ¶ added in v1.18.0

func (o *EPF1USingleAllOfAttributes) GetLocalAddress() LocalAddress

GetLocalAddress returns the LocalAddress field value if set, zero value otherwise.

func (*EPF1USingleAllOfAttributes) GetLocalAddressOk ¶ added in v1.18.0

func (o *EPF1USingleAllOfAttributes) GetLocalAddressOk() (*LocalAddress, bool)

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

func (*EPF1USingleAllOfAttributes) GetRemoteAddress ¶ added in v1.18.0

func (o *EPF1USingleAllOfAttributes) GetRemoteAddress() RemoteAddress

GetRemoteAddress returns the RemoteAddress field value if set, zero value otherwise.

func (*EPF1USingleAllOfAttributes) GetRemoteAddressOk ¶ added in v1.18.0

func (o *EPF1USingleAllOfAttributes) GetRemoteAddressOk() (*RemoteAddress, bool)

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

func (*EPF1USingleAllOfAttributes) HasEpTransportRefs ¶ added in v1.18.0

func (o *EPF1USingleAllOfAttributes) HasEpTransportRefs() bool

HasEpTransportRefs returns a boolean if a field has been set.

func (*EPF1USingleAllOfAttributes) HasLocalAddress ¶ added in v1.18.0

func (o *EPF1USingleAllOfAttributes) HasLocalAddress() bool

HasLocalAddress returns a boolean if a field has been set.

func (*EPF1USingleAllOfAttributes) HasRemoteAddress ¶ added in v1.18.0

func (o *EPF1USingleAllOfAttributes) HasRemoteAddress() bool

HasRemoteAddress returns a boolean if a field has been set.

func (EPF1USingleAllOfAttributes) MarshalJSON ¶ added in v1.18.0

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

func (*EPF1USingleAllOfAttributes) SetEpTransportRefs ¶ added in v1.18.0

func (o *EPF1USingleAllOfAttributes) SetEpTransportRefs(v []string)

SetEpTransportRefs gets a reference to the given []string and assigns it to the EpTransportRefs field.

func (*EPF1USingleAllOfAttributes) SetLocalAddress ¶ added in v1.18.0

func (o *EPF1USingleAllOfAttributes) SetLocalAddress(v LocalAddress)

SetLocalAddress gets a reference to the given LocalAddress and assigns it to the LocalAddress field.

func (*EPF1USingleAllOfAttributes) SetRemoteAddress ¶ added in v1.18.0

func (o *EPF1USingleAllOfAttributes) SetRemoteAddress(v RemoteAddress)

SetRemoteAddress gets a reference to the given RemoteAddress and assigns it to the RemoteAddress field.

func (EPF1USingleAllOfAttributes) ToMap ¶ added in v1.18.0

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

type EPF1USingleAllOfAttributesAllOf ¶ added in v1.18.0

type EPF1USingleAllOfAttributesAllOf struct {
	LocalAddress    *LocalAddress  `json:"localAddress,omitempty"`
	RemoteAddress   *RemoteAddress `json:"remoteAddress,omitempty"`
	EpTransportRefs []string       `json:"epTransportRefs,omitempty"`
}

EPF1USingleAllOfAttributesAllOf struct for EPF1USingleAllOfAttributesAllOf

func NewEPF1USingleAllOfAttributesAllOf ¶ added in v1.18.0

func NewEPF1USingleAllOfAttributesAllOf() *EPF1USingleAllOfAttributesAllOf

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

func NewEPF1USingleAllOfAttributesAllOfWithDefaults ¶ added in v1.18.0

func NewEPF1USingleAllOfAttributesAllOfWithDefaults() *EPF1USingleAllOfAttributesAllOf

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

func (*EPF1USingleAllOfAttributesAllOf) GetEpTransportRefs ¶ added in v1.18.0

func (o *EPF1USingleAllOfAttributesAllOf) GetEpTransportRefs() []string

GetEpTransportRefs returns the EpTransportRefs field value if set, zero value otherwise.

func (*EPF1USingleAllOfAttributesAllOf) GetEpTransportRefsOk ¶ added in v1.18.0

func (o *EPF1USingleAllOfAttributesAllOf) GetEpTransportRefsOk() ([]string, bool)

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

func (*EPF1USingleAllOfAttributesAllOf) GetLocalAddress ¶ added in v1.18.0

func (o *EPF1USingleAllOfAttributesAllOf) GetLocalAddress() LocalAddress

GetLocalAddress returns the LocalAddress field value if set, zero value otherwise.

func (*EPF1USingleAllOfAttributesAllOf) GetLocalAddressOk ¶ added in v1.18.0

func (o *EPF1USingleAllOfAttributesAllOf) GetLocalAddressOk() (*LocalAddress, bool)

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

func (*EPF1USingleAllOfAttributesAllOf) GetRemoteAddress ¶ added in v1.18.0

func (o *EPF1USingleAllOfAttributesAllOf) GetRemoteAddress() RemoteAddress

GetRemoteAddress returns the RemoteAddress field value if set, zero value otherwise.

func (*EPF1USingleAllOfAttributesAllOf) GetRemoteAddressOk ¶ added in v1.18.0

func (o *EPF1USingleAllOfAttributesAllOf) GetRemoteAddressOk() (*RemoteAddress, bool)

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

func (*EPF1USingleAllOfAttributesAllOf) HasEpTransportRefs ¶ added in v1.18.0

func (o *EPF1USingleAllOfAttributesAllOf) HasEpTransportRefs() bool

HasEpTransportRefs returns a boolean if a field has been set.

func (*EPF1USingleAllOfAttributesAllOf) HasLocalAddress ¶ added in v1.18.0

func (o *EPF1USingleAllOfAttributesAllOf) HasLocalAddress() bool

HasLocalAddress returns a boolean if a field has been set.

func (*EPF1USingleAllOfAttributesAllOf) HasRemoteAddress ¶ added in v1.18.0

func (o *EPF1USingleAllOfAttributesAllOf) HasRemoteAddress() bool

HasRemoteAddress returns a boolean if a field has been set.

func (EPF1USingleAllOfAttributesAllOf) MarshalJSON ¶ added in v1.18.0

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

func (*EPF1USingleAllOfAttributesAllOf) SetEpTransportRefs ¶ added in v1.18.0

func (o *EPF1USingleAllOfAttributesAllOf) SetEpTransportRefs(v []string)

SetEpTransportRefs gets a reference to the given []string and assigns it to the EpTransportRefs field.

func (*EPF1USingleAllOfAttributesAllOf) SetLocalAddress ¶ added in v1.18.0

func (o *EPF1USingleAllOfAttributesAllOf) SetLocalAddress(v LocalAddress)

SetLocalAddress gets a reference to the given LocalAddress and assigns it to the LocalAddress field.

func (*EPF1USingleAllOfAttributesAllOf) SetRemoteAddress ¶ added in v1.18.0

func (o *EPF1USingleAllOfAttributesAllOf) SetRemoteAddress(v RemoteAddress)

SetRemoteAddress gets a reference to the given RemoteAddress and assigns it to the RemoteAddress field.

func (EPF1USingleAllOfAttributesAllOf) ToMap ¶ added in v1.18.0

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

type EPNgCSingle ¶

type EPNgCSingle struct {
	Top
	Attributes *EPXnCSingleAllOfAttributes `json:"attributes,omitempty"`
}

EPNgCSingle struct for EPNgCSingle

func NewEPNgCSingle ¶

func NewEPNgCSingle(id NullableString) *EPNgCSingle

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

func NewEPNgCSingleWithDefaults ¶

func NewEPNgCSingleWithDefaults() *EPNgCSingle

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

func (*EPNgCSingle) GetAttributes ¶

func (o *EPNgCSingle) GetAttributes() EPXnCSingleAllOfAttributes

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

func (*EPNgCSingle) GetAttributesOk ¶

func (o *EPNgCSingle) GetAttributesOk() (*EPXnCSingleAllOfAttributes, bool)

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

func (*EPNgCSingle) HasAttributes ¶

func (o *EPNgCSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPNgCSingle) MarshalJSON ¶

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

func (*EPNgCSingle) SetAttributes ¶

func (o *EPNgCSingle) SetAttributes(v EPXnCSingleAllOfAttributes)

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

func (EPNgCSingle) ToMap ¶

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

type EPNgUSingle ¶

type EPNgUSingle struct {
	Top
	Attributes *EPF1USingleAllOfAttributes `json:"attributes,omitempty"`
}

EPNgUSingle struct for EPNgUSingle

func NewEPNgUSingle ¶

func NewEPNgUSingle(id NullableString) *EPNgUSingle

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

func NewEPNgUSingleWithDefaults ¶

func NewEPNgUSingleWithDefaults() *EPNgUSingle

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

func (*EPNgUSingle) GetAttributes ¶

func (o *EPNgUSingle) GetAttributes() EPF1USingleAllOfAttributes

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

func (*EPNgUSingle) GetAttributesOk ¶

func (o *EPNgUSingle) GetAttributesOk() (*EPF1USingleAllOfAttributes, bool)

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

func (*EPNgUSingle) HasAttributes ¶

func (o *EPNgUSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPNgUSingle) MarshalJSON ¶

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

func (*EPNgUSingle) SetAttributes ¶

func (o *EPNgUSingle) SetAttributes(v EPF1USingleAllOfAttributes)

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

func (EPNgUSingle) ToMap ¶

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

type EPRPAttr ¶

type EPRPAttr struct {
	UserLabel                 *string                    `json:"userLabel,omitempty"`
	FarEndEntity              *string                    `json:"farEndEntity,omitempty"`
	SupportedPerfMetricGroups []SupportedPerfMetricGroup `json:"supportedPerfMetricGroups,omitempty"`
}

EPRPAttr struct for EPRPAttr

func NewEPRPAttr ¶

func NewEPRPAttr() *EPRPAttr

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

func NewEPRPAttrWithDefaults ¶

func NewEPRPAttrWithDefaults() *EPRPAttr

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

func (*EPRPAttr) GetFarEndEntity ¶

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

type EPS1USingle struct {
	Top
	Attributes *EPXnCSingleAllOfAttributes `json:"attributes,omitempty"`
}

EPS1USingle struct for EPS1USingle

func NewEPS1USingle ¶

func NewEPS1USingle(id NullableString) *EPS1USingle

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

func NewEPS1USingleWithDefaults ¶

func NewEPS1USingleWithDefaults() *EPS1USingle

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

func (*EPS1USingle) GetAttributes ¶

func (o *EPS1USingle) GetAttributes() EPXnCSingleAllOfAttributes

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

func (*EPS1USingle) GetAttributesOk ¶

func (o *EPS1USingle) GetAttributesOk() (*EPXnCSingleAllOfAttributes, bool)

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

func (*EPS1USingle) HasAttributes ¶

func (o *EPS1USingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPS1USingle) MarshalJSON ¶

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

func (*EPS1USingle) SetAttributes ¶

func (o *EPS1USingle) SetAttributes(v EPXnCSingleAllOfAttributes)

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

func (EPS1USingle) ToMap ¶

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

type EPX2CSingle ¶

type EPX2CSingle struct {
	Top
	Attributes *EPXnCSingleAllOfAttributes `json:"attributes,omitempty"`
}

EPX2CSingle struct for EPX2CSingle

func NewEPX2CSingle ¶

func NewEPX2CSingle(id NullableString) *EPX2CSingle

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

func NewEPX2CSingleWithDefaults ¶

func NewEPX2CSingleWithDefaults() *EPX2CSingle

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

func (*EPX2CSingle) GetAttributes ¶

func (o *EPX2CSingle) GetAttributes() EPXnCSingleAllOfAttributes

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

func (*EPX2CSingle) GetAttributesOk ¶

func (o *EPX2CSingle) GetAttributesOk() (*EPXnCSingleAllOfAttributes, bool)

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

func (*EPX2CSingle) HasAttributes ¶

func (o *EPX2CSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPX2CSingle) MarshalJSON ¶

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

func (*EPX2CSingle) SetAttributes ¶

func (o *EPX2CSingle) SetAttributes(v EPXnCSingleAllOfAttributes)

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

func (EPX2CSingle) ToMap ¶

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

type EPX2USingle ¶

type EPX2USingle struct {
	Top
	Attributes *EPXnCSingleAllOfAttributes `json:"attributes,omitempty"`
}

EPX2USingle struct for EPX2USingle

func NewEPX2USingle ¶

func NewEPX2USingle(id NullableString) *EPX2USingle

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

func NewEPX2USingleWithDefaults ¶

func NewEPX2USingleWithDefaults() *EPX2USingle

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

func (*EPX2USingle) GetAttributes ¶

func (o *EPX2USingle) GetAttributes() EPXnCSingleAllOfAttributes

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

func (*EPX2USingle) GetAttributesOk ¶

func (o *EPX2USingle) GetAttributesOk() (*EPXnCSingleAllOfAttributes, bool)

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

func (*EPX2USingle) HasAttributes ¶

func (o *EPX2USingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPX2USingle) MarshalJSON ¶

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

func (*EPX2USingle) SetAttributes ¶

func (o *EPX2USingle) SetAttributes(v EPXnCSingleAllOfAttributes)

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

func (EPX2USingle) ToMap ¶

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

type EPXnCSingle ¶

type EPXnCSingle struct {
	Top
	Attributes *EPXnCSingleAllOfAttributes `json:"attributes,omitempty"`
}

EPXnCSingle struct for EPXnCSingle

func NewEPXnCSingle ¶

func NewEPXnCSingle(id NullableString) *EPXnCSingle

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

func NewEPXnCSingleWithDefaults ¶

func NewEPXnCSingleWithDefaults() *EPXnCSingle

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

func (*EPXnCSingle) GetAttributes ¶

func (o *EPXnCSingle) GetAttributes() EPXnCSingleAllOfAttributes

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

func (*EPXnCSingle) GetAttributesOk ¶

func (o *EPXnCSingle) GetAttributesOk() (*EPXnCSingleAllOfAttributes, bool)

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

func (*EPXnCSingle) HasAttributes ¶

func (o *EPXnCSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPXnCSingle) MarshalJSON ¶

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

func (*EPXnCSingle) SetAttributes ¶

func (o *EPXnCSingle) SetAttributes(v EPXnCSingleAllOfAttributes)

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

func (EPXnCSingle) ToMap ¶

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

type EPXnCSingleAllOf ¶

type EPXnCSingleAllOf struct {
	Attributes *EPXnCSingleAllOfAttributes `json:"attributes,omitempty"`
}

EPXnCSingleAllOf struct for EPXnCSingleAllOf

func NewEPXnCSingleAllOf ¶

func NewEPXnCSingleAllOf() *EPXnCSingleAllOf

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

func NewEPXnCSingleAllOfWithDefaults ¶

func NewEPXnCSingleAllOfWithDefaults() *EPXnCSingleAllOf

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

func (*EPXnCSingleAllOf) GetAttributes ¶

func (o *EPXnCSingleAllOf) GetAttributes() EPXnCSingleAllOfAttributes

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

func (*EPXnCSingleAllOf) GetAttributesOk ¶

func (o *EPXnCSingleAllOf) GetAttributesOk() (*EPXnCSingleAllOfAttributes, bool)

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

func (*EPXnCSingleAllOf) HasAttributes ¶

func (o *EPXnCSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPXnCSingleAllOf) MarshalJSON ¶

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

func (*EPXnCSingleAllOf) SetAttributes ¶

func (o *EPXnCSingleAllOf) SetAttributes(v EPXnCSingleAllOfAttributes)

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

func (EPXnCSingleAllOf) ToMap ¶

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

type EPXnCSingleAllOfAttributes ¶ added in v1.18.0

type EPXnCSingleAllOfAttributes struct {
	EPRPAttr
	LocalAddress  *LocalAddress  `json:"localAddress,omitempty"`
	RemoteAddress *RemoteAddress `json:"remoteAddress,omitempty"`
}

EPXnCSingleAllOfAttributes struct for EPXnCSingleAllOfAttributes

func NewEPXnCSingleAllOfAttributes ¶ added in v1.18.0

func NewEPXnCSingleAllOfAttributes() *EPXnCSingleAllOfAttributes

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

func NewEPXnCSingleAllOfAttributesWithDefaults ¶ added in v1.18.0

func NewEPXnCSingleAllOfAttributesWithDefaults() *EPXnCSingleAllOfAttributes

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

func (*EPXnCSingleAllOfAttributes) GetLocalAddress ¶ added in v1.18.0

func (o *EPXnCSingleAllOfAttributes) GetLocalAddress() LocalAddress

GetLocalAddress returns the LocalAddress field value if set, zero value otherwise.

func (*EPXnCSingleAllOfAttributes) GetLocalAddressOk ¶ added in v1.18.0

func (o *EPXnCSingleAllOfAttributes) GetLocalAddressOk() (*LocalAddress, bool)

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

func (*EPXnCSingleAllOfAttributes) GetRemoteAddress ¶ added in v1.18.0

func (o *EPXnCSingleAllOfAttributes) GetRemoteAddress() RemoteAddress

GetRemoteAddress returns the RemoteAddress field value if set, zero value otherwise.

func (*EPXnCSingleAllOfAttributes) GetRemoteAddressOk ¶ added in v1.18.0

func (o *EPXnCSingleAllOfAttributes) GetRemoteAddressOk() (*RemoteAddress, bool)

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

func (*EPXnCSingleAllOfAttributes) HasLocalAddress ¶ added in v1.18.0

func (o *EPXnCSingleAllOfAttributes) HasLocalAddress() bool

HasLocalAddress returns a boolean if a field has been set.

func (*EPXnCSingleAllOfAttributes) HasRemoteAddress ¶ added in v1.18.0

func (o *EPXnCSingleAllOfAttributes) HasRemoteAddress() bool

HasRemoteAddress returns a boolean if a field has been set.

func (EPXnCSingleAllOfAttributes) MarshalJSON ¶ added in v1.18.0

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

func (*EPXnCSingleAllOfAttributes) SetLocalAddress ¶ added in v1.18.0

func (o *EPXnCSingleAllOfAttributes) SetLocalAddress(v LocalAddress)

SetLocalAddress gets a reference to the given LocalAddress and assigns it to the LocalAddress field.

func (*EPXnCSingleAllOfAttributes) SetRemoteAddress ¶ added in v1.18.0

func (o *EPXnCSingleAllOfAttributes) SetRemoteAddress(v RemoteAddress)

SetRemoteAddress gets a reference to the given RemoteAddress and assigns it to the RemoteAddress field.

func (EPXnCSingleAllOfAttributes) ToMap ¶ added in v1.18.0

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

type EPXnCSingleAllOfAttributesAllOf ¶ added in v1.18.0

type EPXnCSingleAllOfAttributesAllOf struct {
	LocalAddress  *LocalAddress  `json:"localAddress,omitempty"`
	RemoteAddress *RemoteAddress `json:"remoteAddress,omitempty"`
}

EPXnCSingleAllOfAttributesAllOf struct for EPXnCSingleAllOfAttributesAllOf

func NewEPXnCSingleAllOfAttributesAllOf ¶ added in v1.18.0

func NewEPXnCSingleAllOfAttributesAllOf() *EPXnCSingleAllOfAttributesAllOf

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

func NewEPXnCSingleAllOfAttributesAllOfWithDefaults ¶ added in v1.18.0

func NewEPXnCSingleAllOfAttributesAllOfWithDefaults() *EPXnCSingleAllOfAttributesAllOf

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

func (*EPXnCSingleAllOfAttributesAllOf) GetLocalAddress ¶ added in v1.18.0

func (o *EPXnCSingleAllOfAttributesAllOf) GetLocalAddress() LocalAddress

GetLocalAddress returns the LocalAddress field value if set, zero value otherwise.

func (*EPXnCSingleAllOfAttributesAllOf) GetLocalAddressOk ¶ added in v1.18.0

func (o *EPXnCSingleAllOfAttributesAllOf) GetLocalAddressOk() (*LocalAddress, bool)

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

func (*EPXnCSingleAllOfAttributesAllOf) GetRemoteAddress ¶ added in v1.18.0

func (o *EPXnCSingleAllOfAttributesAllOf) GetRemoteAddress() RemoteAddress

GetRemoteAddress returns the RemoteAddress field value if set, zero value otherwise.

func (*EPXnCSingleAllOfAttributesAllOf) GetRemoteAddressOk ¶ added in v1.18.0

func (o *EPXnCSingleAllOfAttributesAllOf) GetRemoteAddressOk() (*RemoteAddress, bool)

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

func (*EPXnCSingleAllOfAttributesAllOf) HasLocalAddress ¶ added in v1.18.0

func (o *EPXnCSingleAllOfAttributesAllOf) HasLocalAddress() bool

HasLocalAddress returns a boolean if a field has been set.

func (*EPXnCSingleAllOfAttributesAllOf) HasRemoteAddress ¶ added in v1.18.0

func (o *EPXnCSingleAllOfAttributesAllOf) HasRemoteAddress() bool

HasRemoteAddress returns a boolean if a field has been set.

func (EPXnCSingleAllOfAttributesAllOf) MarshalJSON ¶ added in v1.18.0

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

func (*EPXnCSingleAllOfAttributesAllOf) SetLocalAddress ¶ added in v1.18.0

func (o *EPXnCSingleAllOfAttributesAllOf) SetLocalAddress(v LocalAddress)

SetLocalAddress gets a reference to the given LocalAddress and assigns it to the LocalAddress field.

func (*EPXnCSingleAllOfAttributesAllOf) SetRemoteAddress ¶ added in v1.18.0

func (o *EPXnCSingleAllOfAttributesAllOf) SetRemoteAddress(v RemoteAddress)

SetRemoteAddress gets a reference to the given RemoteAddress and assigns it to the RemoteAddress field.

func (EPXnCSingleAllOfAttributesAllOf) ToMap ¶ added in v1.18.0

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

type EPXnUSingle ¶

type EPXnUSingle struct {
	Top
	Attributes *EPXnCSingleAllOfAttributes `json:"attributes,omitempty"`
}

EPXnUSingle struct for EPXnUSingle

func NewEPXnUSingle ¶

func NewEPXnUSingle(id NullableString) *EPXnUSingle

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

func NewEPXnUSingleWithDefaults ¶

func NewEPXnUSingleWithDefaults() *EPXnUSingle

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

func (*EPXnUSingle) GetAttributes ¶

func (o *EPXnUSingle) GetAttributes() EPXnCSingleAllOfAttributes

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

func (*EPXnUSingle) GetAttributesOk ¶

func (o *EPXnUSingle) GetAttributesOk() (*EPXnCSingleAllOfAttributes, bool)

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

func (*EPXnUSingle) HasAttributes ¶

func (o *EPXnUSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPXnUSingle) MarshalJSON ¶

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

func (*EPXnUSingle) SetAttributes ¶

func (o *EPXnUSingle) SetAttributes(v EPXnCSingleAllOfAttributes)

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

func (EPXnUSingle) ToMap ¶

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

type EUtranCellRelationSingle ¶

type EUtranCellRelationSingle struct {
	Top
	Attributes       *EUtranCellRelationSingleAllOfAttributes `json:"attributes,omitempty"`
	PerfMetricJob    []PerfMetricJobSingle                    `json:"PerfMetricJob,omitempty"`
	ThresholdMonitor []ThresholdMonitorSingle                 `json:"ThresholdMonitor,omitempty"`
	ManagedNFService []ManagedNFServiceSingle                 `json:"ManagedNFService,omitempty"`
	TraceJob         []TraceJobSingle                         `json:"TraceJob,omitempty"`
}

EUtranCellRelationSingle struct for EUtranCellRelationSingle

func NewEUtranCellRelationSingle ¶

func NewEUtranCellRelationSingle(id NullableString) *EUtranCellRelationSingle

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

func NewEUtranCellRelationSingleWithDefaults ¶

func NewEUtranCellRelationSingleWithDefaults() *EUtranCellRelationSingle

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

func (*EUtranCellRelationSingle) GetAttributes ¶

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 ¶ added in v1.18.0

type EUtranCellRelationSingleAllOfAttributes struct {
	ManagedFunctionAttr
	AdjacentEUtranCellRef *string `json:"adjacentEUtranCellRef,omitempty"`
}

EUtranCellRelationSingleAllOfAttributes struct for EUtranCellRelationSingleAllOfAttributes

func NewEUtranCellRelationSingleAllOfAttributes ¶ added in v1.18.0

func NewEUtranCellRelationSingleAllOfAttributes() *EUtranCellRelationSingleAllOfAttributes

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

func NewEUtranCellRelationSingleAllOfAttributesWithDefaults ¶ added in v1.18.0

func NewEUtranCellRelationSingleAllOfAttributesWithDefaults() *EUtranCellRelationSingleAllOfAttributes

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

func (*EUtranCellRelationSingleAllOfAttributes) GetAdjacentEUtranCellRef ¶ added in v1.18.0

func (o *EUtranCellRelationSingleAllOfAttributes) GetAdjacentEUtranCellRef() string

GetAdjacentEUtranCellRef returns the AdjacentEUtranCellRef field value if set, zero value otherwise.

func (*EUtranCellRelationSingleAllOfAttributes) GetAdjacentEUtranCellRefOk ¶ added in v1.18.0

func (o *EUtranCellRelationSingleAllOfAttributes) GetAdjacentEUtranCellRefOk() (*string, bool)

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

func (*EUtranCellRelationSingleAllOfAttributes) HasAdjacentEUtranCellRef ¶ added in v1.18.0

func (o *EUtranCellRelationSingleAllOfAttributes) HasAdjacentEUtranCellRef() bool

HasAdjacentEUtranCellRef returns a boolean if a field has been set.

func (EUtranCellRelationSingleAllOfAttributes) MarshalJSON ¶ added in v1.18.0

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

func (*EUtranCellRelationSingleAllOfAttributes) SetAdjacentEUtranCellRef ¶ added in v1.18.0

func (o *EUtranCellRelationSingleAllOfAttributes) SetAdjacentEUtranCellRef(v string)

SetAdjacentEUtranCellRef gets a reference to the given string and assigns it to the AdjacentEUtranCellRef field.

func (EUtranCellRelationSingleAllOfAttributes) ToMap ¶ added in v1.18.0

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

type EUtranCellRelationSingleAllOfAttributesAllOf ¶ added in v1.18.0

type EUtranCellRelationSingleAllOfAttributesAllOf struct {
	AdjacentEUtranCellRef *string `json:"adjacentEUtranCellRef,omitempty"`
}

EUtranCellRelationSingleAllOfAttributesAllOf struct for EUtranCellRelationSingleAllOfAttributesAllOf

func NewEUtranCellRelationSingleAllOfAttributesAllOf ¶ added in v1.18.0

func NewEUtranCellRelationSingleAllOfAttributesAllOf() *EUtranCellRelationSingleAllOfAttributesAllOf

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

func NewEUtranCellRelationSingleAllOfAttributesAllOfWithDefaults ¶ added in v1.18.0

func NewEUtranCellRelationSingleAllOfAttributesAllOfWithDefaults() *EUtranCellRelationSingleAllOfAttributesAllOf

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

func (*EUtranCellRelationSingleAllOfAttributesAllOf) GetAdjacentEUtranCellRef ¶ added in v1.18.0

func (o *EUtranCellRelationSingleAllOfAttributesAllOf) GetAdjacentEUtranCellRef() string

GetAdjacentEUtranCellRef returns the AdjacentEUtranCellRef field value if set, zero value otherwise.

func (*EUtranCellRelationSingleAllOfAttributesAllOf) GetAdjacentEUtranCellRefOk ¶ added in v1.18.0

func (o *EUtranCellRelationSingleAllOfAttributesAllOf) GetAdjacentEUtranCellRefOk() (*string, bool)

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

func (*EUtranCellRelationSingleAllOfAttributesAllOf) HasAdjacentEUtranCellRef ¶ added in v1.18.0

func (o *EUtranCellRelationSingleAllOfAttributesAllOf) HasAdjacentEUtranCellRef() bool

HasAdjacentEUtranCellRef returns a boolean if a field has been set.

func (EUtranCellRelationSingleAllOfAttributesAllOf) MarshalJSON ¶ added in v1.18.0

func (*EUtranCellRelationSingleAllOfAttributesAllOf) SetAdjacentEUtranCellRef ¶ added in v1.18.0

func (o *EUtranCellRelationSingleAllOfAttributesAllOf) SetAdjacentEUtranCellRef(v string)

SetAdjacentEUtranCellRef gets a reference to the given string and assigns it to the AdjacentEUtranCellRef field.

func (EUtranCellRelationSingleAllOfAttributesAllOf) ToMap ¶ added in v1.18.0

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

type EUtranFreqRelationSingle ¶

type EUtranFreqRelationSingle struct {
	Top
	Attributes *EUtranFreqRelationSingleAllOfAttributes `json:"attributes,omitempty"`
}

EUtranFreqRelationSingle struct for EUtranFreqRelationSingle

func NewEUtranFreqRelationSingle ¶

func NewEUtranFreqRelationSingle(id NullableString) *EUtranFreqRelationSingle

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

func NewEUtranFreqRelationSingleWithDefaults ¶

func NewEUtranFreqRelationSingleWithDefaults() *EUtranFreqRelationSingle

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

func (*EUtranFreqRelationSingle) GetAttributes ¶

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

type EsNotAllowedTimePeriod struct {
	StartTimeandendTime *string `json:"startTimeandendTime,omitempty"`
	PeriodOfDay         *string `json:"periodOfDay,omitempty"`
	DaysOfWeekList      *string `json:"daysOfWeekList,omitempty"`
	Listoftimeperiods   *string `json:"listoftimeperiods,omitempty"`
}

EsNotAllowedTimePeriod struct for EsNotAllowedTimePeriod

func NewEsNotAllowedTimePeriod ¶

func NewEsNotAllowedTimePeriod() *EsNotAllowedTimePeriod

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

func NewEsNotAllowedTimePeriodWithDefaults ¶

func NewEsNotAllowedTimePeriodWithDefaults() *EsNotAllowedTimePeriod

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

func (*EsNotAllowedTimePeriod) GetDaysOfWeekList ¶

func (o *EsNotAllowedTimePeriod) GetDaysOfWeekList() string

GetDaysOfWeekList returns the DaysOfWeekList field value if set, zero value otherwise.

func (*EsNotAllowedTimePeriod) GetDaysOfWeekListOk ¶

func (o *EsNotAllowedTimePeriod) GetDaysOfWeekListOk() (*string, bool)

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

func (*EsNotAllowedTimePeriod) GetListoftimeperiods ¶

func (o *EsNotAllowedTimePeriod) GetListoftimeperiods() string

GetListoftimeperiods returns the Listoftimeperiods field value if set, zero value otherwise.

func (*EsNotAllowedTimePeriod) GetListoftimeperiodsOk ¶

func (o *EsNotAllowedTimePeriod) GetListoftimeperiodsOk() (*string, bool)

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

func (*EsNotAllowedTimePeriod) GetPeriodOfDay ¶

func (o *EsNotAllowedTimePeriod) GetPeriodOfDay() string

GetPeriodOfDay returns the PeriodOfDay field value if set, zero value otherwise.

func (*EsNotAllowedTimePeriod) GetPeriodOfDayOk ¶

func (o *EsNotAllowedTimePeriod) GetPeriodOfDayOk() (*string, bool)

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

func (*EsNotAllowedTimePeriod) GetStartTimeandendTime ¶

func (o *EsNotAllowedTimePeriod) GetStartTimeandendTime() string

GetStartTimeandendTime returns the StartTimeandendTime field value if set, zero value otherwise.

func (*EsNotAllowedTimePeriod) GetStartTimeandendTimeOk ¶

func (o *EsNotAllowedTimePeriod) GetStartTimeandendTimeOk() (*string, bool)

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

func (*EsNotAllowedTimePeriod) HasDaysOfWeekList ¶

func (o *EsNotAllowedTimePeriod) HasDaysOfWeekList() bool

HasDaysOfWeekList returns a boolean if a field has been set.

func (*EsNotAllowedTimePeriod) HasListoftimeperiods ¶

func (o *EsNotAllowedTimePeriod) HasListoftimeperiods() bool

HasListoftimeperiods returns a boolean if a field has been set.

func (*EsNotAllowedTimePeriod) HasPeriodOfDay ¶

func (o *EsNotAllowedTimePeriod) HasPeriodOfDay() bool

HasPeriodOfDay returns a boolean if a field has been set.

func (*EsNotAllowedTimePeriod) HasStartTimeandendTime ¶

func (o *EsNotAllowedTimePeriod) HasStartTimeandendTime() bool

HasStartTimeandendTime returns a boolean if a field has been set.

func (EsNotAllowedTimePeriod) MarshalJSON ¶

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

func (*EsNotAllowedTimePeriod) SetDaysOfWeekList ¶

func (o *EsNotAllowedTimePeriod) SetDaysOfWeekList(v string)

SetDaysOfWeekList gets a reference to the given string and assigns it to the DaysOfWeekList field.

func (*EsNotAllowedTimePeriod) SetListoftimeperiods ¶

func (o *EsNotAllowedTimePeriod) SetListoftimeperiods(v string)

SetListoftimeperiods gets a reference to the given string and assigns it to the Listoftimeperiods field.

func (*EsNotAllowedTimePeriod) SetPeriodOfDay ¶

func (o *EsNotAllowedTimePeriod) SetPeriodOfDay(v string)

SetPeriodOfDay gets a reference to the given string and assigns it to the PeriodOfDay field.

func (*EsNotAllowedTimePeriod) SetStartTimeandendTime ¶

func (o *EsNotAllowedTimePeriod) SetStartTimeandendTime(v string)

SetStartTimeandendTime gets a reference to the given string and assigns it to the StartTimeandendTime field.

func (EsNotAllowedTimePeriod) ToMap ¶

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

type EventListForEventTriggeredMeasurementType ¶

type EventListForEventTriggeredMeasurementType string

EventListForEventTriggeredMeasurementType See details in 3GPP TS 32.422 clause 5.10.28.

const (
	OUT_OF_COVERAGE EventListForEventTriggeredMeasurementType = "OUT_OF_COVERAGE"
	A2_EVENT        EventListForEventTriggeredMeasurementType = "A2_EVENT"
)

List of eventListForEventTriggeredMeasurement-Type

func NewEventListForEventTriggeredMeasurementTypeFromValue ¶

func NewEventListForEventTriggeredMeasurementTypeFromValue(v string) (*EventListForEventTriggeredMeasurementType, error)

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

func (EventListForEventTriggeredMeasurementType) IsValid ¶

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

func (EventListForEventTriggeredMeasurementType) Ptr ¶

Ptr returns reference to eventListForEventTriggeredMeasurement-Type value

func (*EventListForEventTriggeredMeasurementType) UnmarshalJSON ¶

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

type EventThresholdL1Type ¶

type EventThresholdL1Type struct {
	RSRP *int32 `json:"RSRP,omitempty"`
	RSRQ *int32 `json:"RSRQ,omitempty"`
}

EventThresholdL1Type See details in 3GPP TS 32.422 clause 5.10.X.

func NewEventThresholdL1Type ¶

func NewEventThresholdL1Type() *EventThresholdL1Type

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

func NewEventThresholdL1TypeWithDefaults ¶

func NewEventThresholdL1TypeWithDefaults() *EventThresholdL1Type

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

func (*EventThresholdL1Type) GetRSRP ¶

func (o *EventThresholdL1Type) GetRSRP() int32

GetRSRP returns the RSRP field value if set, zero value otherwise.

func (*EventThresholdL1Type) GetRSRPOk ¶

func (o *EventThresholdL1Type) GetRSRPOk() (*int32, bool)

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

func (*EventThresholdL1Type) GetRSRQ ¶

func (o *EventThresholdL1Type) GetRSRQ() int32

GetRSRQ returns the RSRQ field value if set, zero value otherwise.

func (*EventThresholdL1Type) GetRSRQOk ¶

func (o *EventThresholdL1Type) GetRSRQOk() (*int32, bool)

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

func (*EventThresholdL1Type) HasRSRP ¶

func (o *EventThresholdL1Type) HasRSRP() bool

HasRSRP returns a boolean if a field has been set.

func (*EventThresholdL1Type) HasRSRQ ¶

func (o *EventThresholdL1Type) HasRSRQ() bool

HasRSRQ returns a boolean if a field has been set.

func (EventThresholdL1Type) MarshalJSON ¶

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

func (*EventThresholdL1Type) SetRSRP ¶

func (o *EventThresholdL1Type) SetRSRP(v int32)

SetRSRP gets a reference to the given int32 and assigns it to the RSRP field.

func (*EventThresholdL1Type) SetRSRQ ¶

func (o *EventThresholdL1Type) SetRSRQ(v int32)

SetRSRQ gets a reference to the given int32 and assigns it to the RSRQ field.

func (EventThresholdL1Type) ToMap ¶

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

type EventThresholdType ¶

type EventThresholdType struct {
	EventThresholdRSRP *EventThresholdTypeEventThresholdRSRP `json:"EventThresholdRSRP,omitempty"`
	EventThresholdRSRQ *EventThresholdTypeEventThresholdRSRQ `json:"EventThresholdRSRQ,omitempty"`
	EventThreshold1F   *EventThresholdTypeEventThreshold1F   `json:"EventThreshold1F,omitempty"`
	EventThreshold1I   *int32                                `json:"EventThreshold1I,omitempty"`
}

EventThresholdType See details in 3GPP TS 32.422 clause 5.10.7, 5.10.7a, 5.10.13 and 5.10.14.

func NewEventThresholdType ¶

func NewEventThresholdType() *EventThresholdType

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

func NewEventThresholdTypeWithDefaults ¶

func NewEventThresholdTypeWithDefaults() *EventThresholdType

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

func (*EventThresholdType) GetEventThreshold1F ¶

func (o *EventThresholdType) GetEventThreshold1F() EventThresholdTypeEventThreshold1F

GetEventThreshold1F returns the EventThreshold1F field value if set, zero value otherwise.

func (*EventThresholdType) GetEventThreshold1FOk ¶

func (o *EventThresholdType) GetEventThreshold1FOk() (*EventThresholdTypeEventThreshold1F, bool)

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

func (*EventThresholdType) GetEventThreshold1I ¶

func (o *EventThresholdType) GetEventThreshold1I() int32

GetEventThreshold1I returns the EventThreshold1I field value if set, zero value otherwise.

func (*EventThresholdType) GetEventThreshold1IOk ¶

func (o *EventThresholdType) GetEventThreshold1IOk() (*int32, bool)

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

func (*EventThresholdType) GetEventThresholdRSRP ¶

func (o *EventThresholdType) GetEventThresholdRSRP() EventThresholdTypeEventThresholdRSRP

GetEventThresholdRSRP returns the EventThresholdRSRP field value if set, zero value otherwise.

func (*EventThresholdType) GetEventThresholdRSRPOk ¶

func (o *EventThresholdType) GetEventThresholdRSRPOk() (*EventThresholdTypeEventThresholdRSRP, bool)

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

func (*EventThresholdType) GetEventThresholdRSRQ ¶

func (o *EventThresholdType) GetEventThresholdRSRQ() EventThresholdTypeEventThresholdRSRQ

GetEventThresholdRSRQ returns the EventThresholdRSRQ field value if set, zero value otherwise.

func (*EventThresholdType) GetEventThresholdRSRQOk ¶

func (o *EventThresholdType) GetEventThresholdRSRQOk() (*EventThresholdTypeEventThresholdRSRQ, bool)

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

func (*EventThresholdType) HasEventThreshold1F ¶

func (o *EventThresholdType) HasEventThreshold1F() bool

HasEventThreshold1F returns a boolean if a field has been set.

func (*EventThresholdType) HasEventThreshold1I ¶

func (o *EventThresholdType) HasEventThreshold1I() bool

HasEventThreshold1I returns a boolean if a field has been set.

func (*EventThresholdType) HasEventThresholdRSRP ¶

func (o *EventThresholdType) HasEventThresholdRSRP() bool

HasEventThresholdRSRP returns a boolean if a field has been set.

func (*EventThresholdType) HasEventThresholdRSRQ ¶

func (o *EventThresholdType) HasEventThresholdRSRQ() bool

HasEventThresholdRSRQ returns a boolean if a field has been set.

func (EventThresholdType) MarshalJSON ¶

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

func (*EventThresholdType) SetEventThreshold1F ¶

func (o *EventThresholdType) SetEventThreshold1F(v EventThresholdTypeEventThreshold1F)

SetEventThreshold1F gets a reference to the given EventThresholdTypeEventThreshold1F and assigns it to the EventThreshold1F field.

func (*EventThresholdType) SetEventThreshold1I ¶

func (o *EventThresholdType) SetEventThreshold1I(v int32)

SetEventThreshold1I gets a reference to the given int32 and assigns it to the EventThreshold1I field.

func (*EventThresholdType) SetEventThresholdRSRP ¶

func (o *EventThresholdType) SetEventThresholdRSRP(v EventThresholdTypeEventThresholdRSRP)

SetEventThresholdRSRP gets a reference to the given EventThresholdTypeEventThresholdRSRP and assigns it to the EventThresholdRSRP field.

func (*EventThresholdType) SetEventThresholdRSRQ ¶

func (o *EventThresholdType) SetEventThresholdRSRQ(v EventThresholdTypeEventThresholdRSRQ)

SetEventThresholdRSRQ gets a reference to the given EventThresholdTypeEventThresholdRSRQ and assigns it to the EventThresholdRSRQ field.

func (EventThresholdType) ToMap ¶

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

type EventThresholdTypeEventThreshold1F ¶

type EventThresholdTypeEventThreshold1F struct {
	CPICH_RSCP *int32 `json:"CPICH_RSCP,omitempty"`
	CPICHEcNo  *int32 `json:"CPICH_EcNo,omitempty"`
	PathLoss   *int32 `json:"PathLoss,omitempty"`
}

EventThresholdTypeEventThreshold1F struct for EventThresholdTypeEventThreshold1F

func NewEventThresholdTypeEventThreshold1F ¶

func NewEventThresholdTypeEventThreshold1F() *EventThresholdTypeEventThreshold1F

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

func NewEventThresholdTypeEventThreshold1FWithDefaults ¶

func NewEventThresholdTypeEventThreshold1FWithDefaults() *EventThresholdTypeEventThreshold1F

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

func (*EventThresholdTypeEventThreshold1F) GetCPICHEcNo ¶

func (o *EventThresholdTypeEventThreshold1F) GetCPICHEcNo() int32

GetCPICHEcNo returns the CPICHEcNo field value if set, zero value otherwise.

func (*EventThresholdTypeEventThreshold1F) GetCPICHEcNoOk ¶

func (o *EventThresholdTypeEventThreshold1F) GetCPICHEcNoOk() (*int32, bool)

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

func (*EventThresholdTypeEventThreshold1F) GetCPICH_RSCP ¶

func (o *EventThresholdTypeEventThreshold1F) GetCPICH_RSCP() int32

GetCPICH_RSCP returns the CPICH_RSCP field value if set, zero value otherwise.

func (*EventThresholdTypeEventThreshold1F) GetCPICH_RSCPOk ¶

func (o *EventThresholdTypeEventThreshold1F) GetCPICH_RSCPOk() (*int32, bool)

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

func (*EventThresholdTypeEventThreshold1F) GetPathLoss ¶

func (o *EventThresholdTypeEventThreshold1F) GetPathLoss() int32

GetPathLoss returns the PathLoss field value if set, zero value otherwise.

func (*EventThresholdTypeEventThreshold1F) GetPathLossOk ¶

func (o *EventThresholdTypeEventThreshold1F) GetPathLossOk() (*int32, bool)

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

func (*EventThresholdTypeEventThreshold1F) HasCPICHEcNo ¶

func (o *EventThresholdTypeEventThreshold1F) HasCPICHEcNo() bool

HasCPICHEcNo returns a boolean if a field has been set.

func (*EventThresholdTypeEventThreshold1F) HasCPICH_RSCP ¶

func (o *EventThresholdTypeEventThreshold1F) HasCPICH_RSCP() bool

HasCPICH_RSCP returns a boolean if a field has been set.

func (*EventThresholdTypeEventThreshold1F) HasPathLoss ¶

func (o *EventThresholdTypeEventThreshold1F) HasPathLoss() bool

HasPathLoss returns a boolean if a field has been set.

func (EventThresholdTypeEventThreshold1F) MarshalJSON ¶

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

func (*EventThresholdTypeEventThreshold1F) SetCPICHEcNo ¶

func (o *EventThresholdTypeEventThreshold1F) SetCPICHEcNo(v int32)

SetCPICHEcNo gets a reference to the given int32 and assigns it to the CPICHEcNo field.

func (*EventThresholdTypeEventThreshold1F) SetCPICH_RSCP ¶

func (o *EventThresholdTypeEventThreshold1F) SetCPICH_RSCP(v int32)

SetCPICH_RSCP gets a reference to the given int32 and assigns it to the CPICH_RSCP field.

func (*EventThresholdTypeEventThreshold1F) SetPathLoss ¶

func (o *EventThresholdTypeEventThreshold1F) SetPathLoss(v int32)

SetPathLoss gets a reference to the given int32 and assigns it to the PathLoss field.

func (EventThresholdTypeEventThreshold1F) ToMap ¶

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

type EventThresholdTypeEventThresholdRSRP ¶

type EventThresholdTypeEventThresholdRSRP struct {
	Int32 *int32
}

EventThresholdTypeEventThresholdRSRP - struct for EventThresholdTypeEventThresholdRSRP

func Int32AsEventThresholdTypeEventThresholdRSRP ¶

func Int32AsEventThresholdTypeEventThresholdRSRP(v *int32) EventThresholdTypeEventThresholdRSRP

int32AsEventThresholdTypeEventThresholdRSRP is a convenience function that returns int32 wrapped in EventThresholdTypeEventThresholdRSRP

func (*EventThresholdTypeEventThresholdRSRP) GetActualInstance ¶

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

Get the actual instance

func (EventThresholdTypeEventThresholdRSRP) MarshalJSON ¶

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

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

func (*EventThresholdTypeEventThresholdRSRP) UnmarshalJSON ¶

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

Unmarshal JSON data into one of the pointers in the struct

type EventThresholdTypeEventThresholdRSRQ ¶

type EventThresholdTypeEventThresholdRSRQ struct {
	Int32 *int32
}

EventThresholdTypeEventThresholdRSRQ - struct for EventThresholdTypeEventThresholdRSRQ

func Int32AsEventThresholdTypeEventThresholdRSRQ ¶

func Int32AsEventThresholdTypeEventThresholdRSRQ(v *int32) EventThresholdTypeEventThresholdRSRQ

int32AsEventThresholdTypeEventThresholdRSRQ is a convenience function that returns int32 wrapped in EventThresholdTypeEventThresholdRSRQ

func (*EventThresholdTypeEventThresholdRSRQ) GetActualInstance ¶

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

Get the actual instance

func (EventThresholdTypeEventThresholdRSRQ) MarshalJSON ¶

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

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

func (*EventThresholdTypeEventThresholdRSRQ) UnmarshalJSON ¶

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

Unmarshal JSON data into one of the pointers in the struct

type ExternalENBFunctionSingle ¶

type ExternalENBFunctionSingle struct {
	Top
	Attributes         *ExternalENBFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
	PerfMetricJob      []PerfMetricJobSingle                     `json:"PerfMetricJob,omitempty"`
	ThresholdMonitor   []ThresholdMonitorSingle                  `json:"ThresholdMonitor,omitempty"`
	ManagedNFService   []ManagedNFServiceSingle                  `json:"ManagedNFService,omitempty"`
	TraceJob           []TraceJobSingle                          `json:"TraceJob,omitempty"`
	ExternalEUTranCell []ExternalEUTranCellSingle                `json:"ExternalEUTranCell,omitempty"`
}

ExternalENBFunctionSingle struct for ExternalENBFunctionSingle

func NewExternalENBFunctionSingle ¶

func NewExternalENBFunctionSingle(id NullableString) *ExternalENBFunctionSingle

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

func NewExternalENBFunctionSingleWithDefaults ¶

func NewExternalENBFunctionSingleWithDefaults() *ExternalENBFunctionSingle

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

func (*ExternalENBFunctionSingle) GetAttributes ¶

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 ¶ added in v1.18.0

type ExternalENBFunctionSingleAllOfAttributes struct {
	ManagedFunctionAttr
	ENBId *int32 `json:"eNBId,omitempty"`
}

ExternalENBFunctionSingleAllOfAttributes struct for ExternalENBFunctionSingleAllOfAttributes

func NewExternalENBFunctionSingleAllOfAttributes ¶ added in v1.18.0

func NewExternalENBFunctionSingleAllOfAttributes() *ExternalENBFunctionSingleAllOfAttributes

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

func NewExternalENBFunctionSingleAllOfAttributesWithDefaults ¶ added in v1.18.0

func NewExternalENBFunctionSingleAllOfAttributesWithDefaults() *ExternalENBFunctionSingleAllOfAttributes

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

func (*ExternalENBFunctionSingleAllOfAttributes) GetENBId ¶ added in v1.18.0

GetENBId returns the ENBId field value if set, zero value otherwise.

func (*ExternalENBFunctionSingleAllOfAttributes) GetENBIdOk ¶ added in v1.18.0

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

func (*ExternalENBFunctionSingleAllOfAttributes) HasENBId ¶ added in v1.18.0

HasENBId returns a boolean if a field has been set.

func (ExternalENBFunctionSingleAllOfAttributes) MarshalJSON ¶ added in v1.18.0

func (*ExternalENBFunctionSingleAllOfAttributes) SetENBId ¶ added in v1.18.0

SetENBId gets a reference to the given int32 and assigns it to the ENBId field.

func (ExternalENBFunctionSingleAllOfAttributes) ToMap ¶ added in v1.18.0

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

type ExternalENBFunctionSingleAllOfAttributesAllOf ¶ added in v1.18.0

type ExternalENBFunctionSingleAllOfAttributesAllOf struct {
	ENBId *int32 `json:"eNBId,omitempty"`
}

ExternalENBFunctionSingleAllOfAttributesAllOf struct for ExternalENBFunctionSingleAllOfAttributesAllOf

func NewExternalENBFunctionSingleAllOfAttributesAllOf ¶ added in v1.18.0

func NewExternalENBFunctionSingleAllOfAttributesAllOf() *ExternalENBFunctionSingleAllOfAttributesAllOf

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

func NewExternalENBFunctionSingleAllOfAttributesAllOfWithDefaults ¶ added in v1.18.0

func NewExternalENBFunctionSingleAllOfAttributesAllOfWithDefaults() *ExternalENBFunctionSingleAllOfAttributesAllOf

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

func (*ExternalENBFunctionSingleAllOfAttributesAllOf) GetENBId ¶ added in v1.18.0

GetENBId returns the ENBId field value if set, zero value otherwise.

func (*ExternalENBFunctionSingleAllOfAttributesAllOf) GetENBIdOk ¶ added in v1.18.0

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

func (*ExternalENBFunctionSingleAllOfAttributesAllOf) HasENBId ¶ added in v1.18.0

HasENBId returns a boolean if a field has been set.

func (ExternalENBFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶ added in v1.18.0

func (*ExternalENBFunctionSingleAllOfAttributesAllOf) SetENBId ¶ added in v1.18.0

SetENBId gets a reference to the given int32 and assigns it to the ENBId field.

func (ExternalENBFunctionSingleAllOfAttributesAllOf) ToMap ¶ added in v1.18.0

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

type ExternalEUTranCellSingle ¶

type ExternalEUTranCellSingle struct {
	Top
	Attributes       *ExternalEUTranCellSingleAllOfAttributes `json:"attributes,omitempty"`
	PerfMetricJob    []PerfMetricJobSingle                    `json:"PerfMetricJob,omitempty"`
	ThresholdMonitor []ThresholdMonitorSingle                 `json:"ThresholdMonitor,omitempty"`
	ManagedNFService []ManagedNFServiceSingle                 `json:"ManagedNFService,omitempty"`
	TraceJob         []TraceJobSingle                         `json:"TraceJob,omitempty"`
}

ExternalEUTranCellSingle struct for ExternalEUTranCellSingle

func NewExternalEUTranCellSingle ¶

func NewExternalEUTranCellSingle(id NullableString) *ExternalEUTranCellSingle

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

func NewExternalEUTranCellSingleWithDefaults ¶

func NewExternalEUTranCellSingleWithDefaults() *ExternalEUTranCellSingle

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

func (*ExternalEUTranCellSingle) GetAttributes ¶

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 ¶ added in v1.18.0

type ExternalEUTranCellSingleAllOfAttributes struct {
	ManagedFunctionAttr
	EUtranFrequencyRef *string `json:"EUtranFrequencyRef,omitempty"`
}

ExternalEUTranCellSingleAllOfAttributes struct for ExternalEUTranCellSingleAllOfAttributes

func NewExternalEUTranCellSingleAllOfAttributes ¶ added in v1.18.0

func NewExternalEUTranCellSingleAllOfAttributes() *ExternalEUTranCellSingleAllOfAttributes

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

func NewExternalEUTranCellSingleAllOfAttributesWithDefaults ¶ added in v1.18.0

func NewExternalEUTranCellSingleAllOfAttributesWithDefaults() *ExternalEUTranCellSingleAllOfAttributes

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

func (*ExternalEUTranCellSingleAllOfAttributes) GetEUtranFrequencyRef ¶ added in v1.18.0

func (o *ExternalEUTranCellSingleAllOfAttributes) GetEUtranFrequencyRef() string

GetEUtranFrequencyRef returns the EUtranFrequencyRef field value if set, zero value otherwise.

func (*ExternalEUTranCellSingleAllOfAttributes) GetEUtranFrequencyRefOk ¶ added in v1.18.0

func (o *ExternalEUTranCellSingleAllOfAttributes) GetEUtranFrequencyRefOk() (*string, bool)

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

func (*ExternalEUTranCellSingleAllOfAttributes) HasEUtranFrequencyRef ¶ added in v1.18.0

func (o *ExternalEUTranCellSingleAllOfAttributes) HasEUtranFrequencyRef() bool

HasEUtranFrequencyRef returns a boolean if a field has been set.

func (ExternalEUTranCellSingleAllOfAttributes) MarshalJSON ¶ added in v1.18.0

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

func (*ExternalEUTranCellSingleAllOfAttributes) SetEUtranFrequencyRef ¶ added in v1.18.0

func (o *ExternalEUTranCellSingleAllOfAttributes) SetEUtranFrequencyRef(v string)

SetEUtranFrequencyRef gets a reference to the given string and assigns it to the EUtranFrequencyRef field.

func (ExternalEUTranCellSingleAllOfAttributes) ToMap ¶ added in v1.18.0

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

type ExternalEUTranCellSingleAllOfAttributesAllOf ¶ added in v1.18.0

type ExternalEUTranCellSingleAllOfAttributesAllOf struct {
	EUtranFrequencyRef *string `json:"EUtranFrequencyRef,omitempty"`
}

ExternalEUTranCellSingleAllOfAttributesAllOf struct for ExternalEUTranCellSingleAllOfAttributesAllOf

func NewExternalEUTranCellSingleAllOfAttributesAllOf ¶ added in v1.18.0

func NewExternalEUTranCellSingleAllOfAttributesAllOf() *ExternalEUTranCellSingleAllOfAttributesAllOf

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

func NewExternalEUTranCellSingleAllOfAttributesAllOfWithDefaults ¶ added in v1.18.0

func NewExternalEUTranCellSingleAllOfAttributesAllOfWithDefaults() *ExternalEUTranCellSingleAllOfAttributesAllOf

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

func (*ExternalEUTranCellSingleAllOfAttributesAllOf) GetEUtranFrequencyRef ¶ added in v1.18.0

func (o *ExternalEUTranCellSingleAllOfAttributesAllOf) GetEUtranFrequencyRef() string

GetEUtranFrequencyRef returns the EUtranFrequencyRef field value if set, zero value otherwise.

func (*ExternalEUTranCellSingleAllOfAttributesAllOf) GetEUtranFrequencyRefOk ¶ added in v1.18.0

func (o *ExternalEUTranCellSingleAllOfAttributesAllOf) GetEUtranFrequencyRefOk() (*string, bool)

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

func (*ExternalEUTranCellSingleAllOfAttributesAllOf) HasEUtranFrequencyRef ¶ added in v1.18.0

func (o *ExternalEUTranCellSingleAllOfAttributesAllOf) HasEUtranFrequencyRef() bool

HasEUtranFrequencyRef returns a boolean if a field has been set.

func (ExternalEUTranCellSingleAllOfAttributesAllOf) MarshalJSON ¶ added in v1.18.0

func (*ExternalEUTranCellSingleAllOfAttributesAllOf) SetEUtranFrequencyRef ¶ added in v1.18.0

func (o *ExternalEUTranCellSingleAllOfAttributesAllOf) SetEUtranFrequencyRef(v string)

SetEUtranFrequencyRef gets a reference to the given string and assigns it to the EUtranFrequencyRef field.

func (ExternalEUTranCellSingleAllOfAttributesAllOf) ToMap ¶ added in v1.18.0

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

type ExternalGnbCuCpFunctionSingle ¶

type ExternalGnbCuCpFunctionSingle struct {
	Top
	Attributes       *ExternalGnbCuCpFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
	PerfMetricJob    []PerfMetricJobSingle                         `json:"PerfMetricJob,omitempty"`
	ThresholdMonitor []ThresholdMonitorSingle                      `json:"ThresholdMonitor,omitempty"`
	ManagedNFService []ManagedNFServiceSingle                      `json:"ManagedNFService,omitempty"`
	TraceJob         []TraceJobSingle                              `json:"TraceJob,omitempty"`
	ExternalNrCellCu []ExternalNrCellCuSingle                      `json:"ExternalNrCellCu,omitempty"`
	EPXnC            []EPXnCSingle                                 `json:"EP_XnC,omitempty"`
	EPE1             []EPE1Single                                  `json:"EP_E1,omitempty"`
	EPF1C            []EPF1CSingle                                 `json:"EP_F1C,omitempty"`
}

ExternalGnbCuCpFunctionSingle struct for ExternalGnbCuCpFunctionSingle

func NewExternalGnbCuCpFunctionSingle ¶

func NewExternalGnbCuCpFunctionSingle(id NullableString) *ExternalGnbCuCpFunctionSingle

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

func NewExternalGnbCuCpFunctionSingleWithDefaults ¶

func NewExternalGnbCuCpFunctionSingleWithDefaults() *ExternalGnbCuCpFunctionSingle

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

func (*ExternalGnbCuCpFunctionSingle) GetAttributes ¶

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 ¶ added in v1.18.0

type ExternalGnbCuCpFunctionSingleAllOfAttributes struct {
	ManagedFunctionAttr
	GnbId       *string `json:"gnbId,omitempty"`
	GnbIdLength *int32  `json:"gnbIdLength,omitempty"`
	PlmnId      *PlmnId `json:"plmnId,omitempty"`
}

ExternalGnbCuCpFunctionSingleAllOfAttributes struct for ExternalGnbCuCpFunctionSingleAllOfAttributes

func NewExternalGnbCuCpFunctionSingleAllOfAttributes ¶ added in v1.18.0

func NewExternalGnbCuCpFunctionSingleAllOfAttributes() *ExternalGnbCuCpFunctionSingleAllOfAttributes

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

func NewExternalGnbCuCpFunctionSingleAllOfAttributesWithDefaults ¶ added in v1.18.0

func NewExternalGnbCuCpFunctionSingleAllOfAttributesWithDefaults() *ExternalGnbCuCpFunctionSingleAllOfAttributes

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

func (*ExternalGnbCuCpFunctionSingleAllOfAttributes) GetGnbId ¶ added in v1.18.0

GetGnbId returns the GnbId field value if set, zero value otherwise.

func (*ExternalGnbCuCpFunctionSingleAllOfAttributes) GetGnbIdLength ¶ added in v1.18.0

GetGnbIdLength returns the GnbIdLength field value if set, zero value otherwise.

func (*ExternalGnbCuCpFunctionSingleAllOfAttributes) GetGnbIdLengthOk ¶ added in v1.18.0

func (o *ExternalGnbCuCpFunctionSingleAllOfAttributes) GetGnbIdLengthOk() (*int32, bool)

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

func (*ExternalGnbCuCpFunctionSingleAllOfAttributes) GetGnbIdOk ¶ added in v1.18.0

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

func (*ExternalGnbCuCpFunctionSingleAllOfAttributes) GetPlmnId ¶ added in v1.18.0

GetPlmnId returns the PlmnId field value if set, zero value otherwise.

func (*ExternalGnbCuCpFunctionSingleAllOfAttributes) GetPlmnIdOk ¶ added in v1.18.0

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

func (*ExternalGnbCuCpFunctionSingleAllOfAttributes) HasGnbId ¶ added in v1.18.0

HasGnbId returns a boolean if a field has been set.

func (*ExternalGnbCuCpFunctionSingleAllOfAttributes) HasGnbIdLength ¶ added in v1.18.0

HasGnbIdLength returns a boolean if a field has been set.

func (*ExternalGnbCuCpFunctionSingleAllOfAttributes) HasPlmnId ¶ added in v1.18.0

HasPlmnId returns a boolean if a field has been set.

func (ExternalGnbCuCpFunctionSingleAllOfAttributes) MarshalJSON ¶ added in v1.18.0

func (*ExternalGnbCuCpFunctionSingleAllOfAttributes) SetGnbId ¶ added in v1.18.0

SetGnbId gets a reference to the given string and assigns it to the GnbId field.

func (*ExternalGnbCuCpFunctionSingleAllOfAttributes) SetGnbIdLength ¶ added in v1.18.0

SetGnbIdLength gets a reference to the given int32 and assigns it to the GnbIdLength field.

func (*ExternalGnbCuCpFunctionSingleAllOfAttributes) SetPlmnId ¶ added in v1.18.0

SetPlmnId gets a reference to the given PlmnId and assigns it to the PlmnId field.

func (ExternalGnbCuCpFunctionSingleAllOfAttributes) ToMap ¶ added in v1.18.0

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

type ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf ¶ added in v1.18.0

type ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf struct {
	GnbId       *string `json:"gnbId,omitempty"`
	GnbIdLength *int32  `json:"gnbIdLength,omitempty"`
	PlmnId      *PlmnId `json:"plmnId,omitempty"`
}

ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf struct for ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf

func NewExternalGnbCuCpFunctionSingleAllOfAttributesAllOf ¶ added in v1.18.0

func NewExternalGnbCuCpFunctionSingleAllOfAttributesAllOf() *ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf

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

func NewExternalGnbCuCpFunctionSingleAllOfAttributesAllOfWithDefaults ¶ added in v1.18.0

func NewExternalGnbCuCpFunctionSingleAllOfAttributesAllOfWithDefaults() *ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf

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

func (*ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf) GetGnbId ¶ added in v1.18.0

GetGnbId returns the GnbId field value if set, zero value otherwise.

func (*ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf) GetGnbIdLength ¶ added in v1.18.0

GetGnbIdLength returns the GnbIdLength field value if set, zero value otherwise.

func (*ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf) GetGnbIdLengthOk ¶ added in v1.18.0

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

func (*ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf) GetGnbIdOk ¶ added in v1.18.0

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

func (*ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf) GetPlmnId ¶ added in v1.18.0

GetPlmnId returns the PlmnId field value if set, zero value otherwise.

func (*ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf) GetPlmnIdOk ¶ added in v1.18.0

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

func (*ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf) HasGnbId ¶ added in v1.18.0

HasGnbId returns a boolean if a field has been set.

func (*ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf) HasGnbIdLength ¶ added in v1.18.0

HasGnbIdLength returns a boolean if a field has been set.

func (*ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf) HasPlmnId ¶ added in v1.18.0

HasPlmnId returns a boolean if a field has been set.

func (ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶ added in v1.18.0

func (*ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf) SetGnbId ¶ added in v1.18.0

SetGnbId gets a reference to the given string and assigns it to the GnbId field.

func (*ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf) SetGnbIdLength ¶ added in v1.18.0

SetGnbIdLength gets a reference to the given int32 and assigns it to the GnbIdLength field.

func (*ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf) SetPlmnId ¶ added in v1.18.0

SetPlmnId gets a reference to the given PlmnId and assigns it to the PlmnId field.

func (ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf) ToMap ¶ added in v1.18.0

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

type ExternalGnbCuUpFunctionSingle ¶

type ExternalGnbCuUpFunctionSingle struct {
	Top
	Attributes       *ExternalGnbDuFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
	PerfMetricJob    []PerfMetricJobSingle                       `json:"PerfMetricJob,omitempty"`
	ThresholdMonitor []ThresholdMonitorSingle                    `json:"ThresholdMonitor,omitempty"`
	ManagedNFService []ManagedNFServiceSingle                    `json:"ManagedNFService,omitempty"`
	TraceJob         []TraceJobSingle                            `json:"TraceJob,omitempty"`
	EPE1             []EPE1Single                                `json:"EP_E1,omitempty"`
	EPF1U            []EPF1USingle                               `json:"EP_F1U,omitempty"`
	EPXnU            []EPXnUSingle                               `json:"EP_XnU,omitempty"`
}

ExternalGnbCuUpFunctionSingle struct for ExternalGnbCuUpFunctionSingle

func NewExternalGnbCuUpFunctionSingle ¶

func NewExternalGnbCuUpFunctionSingle(id NullableString) *ExternalGnbCuUpFunctionSingle

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

func NewExternalGnbCuUpFunctionSingleWithDefaults ¶

func NewExternalGnbCuUpFunctionSingleWithDefaults() *ExternalGnbCuUpFunctionSingle

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

func (*ExternalGnbCuUpFunctionSingle) GetAttributes ¶

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 ¶ added in v1.18.0

type ExternalGnbDuFunctionSingleAllOfAttributes struct {
	ManagedFunctionAttr
	GnbId       *string `json:"gnbId,omitempty"`
	GnbIdLength *int32  `json:"gnbIdLength,omitempty"`
}

ExternalGnbDuFunctionSingleAllOfAttributes struct for ExternalGnbDuFunctionSingleAllOfAttributes

func NewExternalGnbDuFunctionSingleAllOfAttributes ¶ added in v1.18.0

func NewExternalGnbDuFunctionSingleAllOfAttributes() *ExternalGnbDuFunctionSingleAllOfAttributes

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

func NewExternalGnbDuFunctionSingleAllOfAttributesWithDefaults ¶ added in v1.18.0

func NewExternalGnbDuFunctionSingleAllOfAttributesWithDefaults() *ExternalGnbDuFunctionSingleAllOfAttributes

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

func (*ExternalGnbDuFunctionSingleAllOfAttributes) GetGnbId ¶ added in v1.18.0

GetGnbId returns the GnbId field value if set, zero value otherwise.

func (*ExternalGnbDuFunctionSingleAllOfAttributes) GetGnbIdLength ¶ added in v1.18.0

GetGnbIdLength returns the GnbIdLength field value if set, zero value otherwise.

func (*ExternalGnbDuFunctionSingleAllOfAttributes) GetGnbIdLengthOk ¶ added in v1.18.0

func (o *ExternalGnbDuFunctionSingleAllOfAttributes) GetGnbIdLengthOk() (*int32, bool)

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

func (*ExternalGnbDuFunctionSingleAllOfAttributes) GetGnbIdOk ¶ added in v1.18.0

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

func (*ExternalGnbDuFunctionSingleAllOfAttributes) HasGnbId ¶ added in v1.18.0

HasGnbId returns a boolean if a field has been set.

func (*ExternalGnbDuFunctionSingleAllOfAttributes) HasGnbIdLength ¶ added in v1.18.0

HasGnbIdLength returns a boolean if a field has been set.

func (ExternalGnbDuFunctionSingleAllOfAttributes) MarshalJSON ¶ added in v1.18.0

func (*ExternalGnbDuFunctionSingleAllOfAttributes) SetGnbId ¶ added in v1.18.0

SetGnbId gets a reference to the given string and assigns it to the GnbId field.

func (*ExternalGnbDuFunctionSingleAllOfAttributes) SetGnbIdLength ¶ added in v1.18.0

SetGnbIdLength gets a reference to the given int32 and assigns it to the GnbIdLength field.

func (ExternalGnbDuFunctionSingleAllOfAttributes) ToMap ¶ added in v1.18.0

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

type ExternalGnbDuFunctionSingleAllOfAttributesAllOf ¶ added in v1.18.0

type ExternalGnbDuFunctionSingleAllOfAttributesAllOf struct {
	GnbId       *string `json:"gnbId,omitempty"`
	GnbIdLength *int32  `json:"gnbIdLength,omitempty"`
}

ExternalGnbDuFunctionSingleAllOfAttributesAllOf struct for ExternalGnbDuFunctionSingleAllOfAttributesAllOf

func NewExternalGnbDuFunctionSingleAllOfAttributesAllOf ¶ added in v1.18.0

func NewExternalGnbDuFunctionSingleAllOfAttributesAllOf() *ExternalGnbDuFunctionSingleAllOfAttributesAllOf

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

func NewExternalGnbDuFunctionSingleAllOfAttributesAllOfWithDefaults ¶ added in v1.18.0

func NewExternalGnbDuFunctionSingleAllOfAttributesAllOfWithDefaults() *ExternalGnbDuFunctionSingleAllOfAttributesAllOf

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

func (*ExternalGnbDuFunctionSingleAllOfAttributesAllOf) GetGnbId ¶ added in v1.18.0

GetGnbId returns the GnbId field value if set, zero value otherwise.

func (*ExternalGnbDuFunctionSingleAllOfAttributesAllOf) GetGnbIdLength ¶ added in v1.18.0

GetGnbIdLength returns the GnbIdLength field value if set, zero value otherwise.

func (*ExternalGnbDuFunctionSingleAllOfAttributesAllOf) GetGnbIdLengthOk ¶ added in v1.18.0

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

func (*ExternalGnbDuFunctionSingleAllOfAttributesAllOf) GetGnbIdOk ¶ added in v1.18.0

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

func (*ExternalGnbDuFunctionSingleAllOfAttributesAllOf) HasGnbId ¶ added in v1.18.0

HasGnbId returns a boolean if a field has been set.

func (*ExternalGnbDuFunctionSingleAllOfAttributesAllOf) HasGnbIdLength ¶ added in v1.18.0

HasGnbIdLength returns a boolean if a field has been set.

func (ExternalGnbDuFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶ added in v1.18.0

func (*ExternalGnbDuFunctionSingleAllOfAttributesAllOf) SetGnbId ¶ added in v1.18.0

SetGnbId gets a reference to the given string and assigns it to the GnbId field.

func (*ExternalGnbDuFunctionSingleAllOfAttributesAllOf) SetGnbIdLength ¶ added in v1.18.0

SetGnbIdLength gets a reference to the given int32 and assigns it to the GnbIdLength field.

func (ExternalGnbDuFunctionSingleAllOfAttributesAllOf) ToMap ¶ added in v1.18.0

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

type ExternalNrCellCuSingle ¶

type ExternalNrCellCuSingle struct {
	Top
	Attributes       *ExternalNrCellCuSingleAllOfAttributes `json:"attributes,omitempty"`
	PerfMetricJob    []PerfMetricJobSingle                  `json:"PerfMetricJob,omitempty"`
	ThresholdMonitor []ThresholdMonitorSingle               `json:"ThresholdMonitor,omitempty"`
	ManagedNFService []ManagedNFServiceSingle               `json:"ManagedNFService,omitempty"`
	TraceJob         []TraceJobSingle                       `json:"TraceJob,omitempty"`
}

ExternalNrCellCuSingle struct for ExternalNrCellCuSingle

func NewExternalNrCellCuSingle ¶

func NewExternalNrCellCuSingle(id NullableString) *ExternalNrCellCuSingle

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

func NewExternalNrCellCuSingleWithDefaults ¶

func NewExternalNrCellCuSingleWithDefaults() *ExternalNrCellCuSingle

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

func (*ExternalNrCellCuSingle) GetAttributes ¶

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 ¶ added in v1.18.0

type ExternalNrCellCuSingleAllOfAttributes struct {
	ManagedFunctionAttr
	CellLocalId    *int32   `json:"cellLocalId,omitempty"`
	NrPci          *int32   `json:"nrPci,omitempty"`
	PlmnIdList     []PlmnId `json:"plmnIdList,omitempty"`
	NRFrequencyRef *string  `json:"nRFrequencyRef,omitempty"`
}

ExternalNrCellCuSingleAllOfAttributes struct for ExternalNrCellCuSingleAllOfAttributes

func NewExternalNrCellCuSingleAllOfAttributes ¶ added in v1.18.0

func NewExternalNrCellCuSingleAllOfAttributes() *ExternalNrCellCuSingleAllOfAttributes

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

func NewExternalNrCellCuSingleAllOfAttributesWithDefaults ¶ added in v1.18.0

func NewExternalNrCellCuSingleAllOfAttributesWithDefaults() *ExternalNrCellCuSingleAllOfAttributes

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

func (*ExternalNrCellCuSingleAllOfAttributes) GetCellLocalId ¶ added in v1.18.0

func (o *ExternalNrCellCuSingleAllOfAttributes) GetCellLocalId() int32

GetCellLocalId returns the CellLocalId field value if set, zero value otherwise.

func (*ExternalNrCellCuSingleAllOfAttributes) GetCellLocalIdOk ¶ added in v1.18.0

func (o *ExternalNrCellCuSingleAllOfAttributes) GetCellLocalIdOk() (*int32, bool)

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

func (*ExternalNrCellCuSingleAllOfAttributes) GetNRFrequencyRef ¶ added in v1.18.0

func (o *ExternalNrCellCuSingleAllOfAttributes) GetNRFrequencyRef() string

GetNRFrequencyRef returns the NRFrequencyRef field value if set, zero value otherwise.

func (*ExternalNrCellCuSingleAllOfAttributes) GetNRFrequencyRefOk ¶ added in v1.18.0

func (o *ExternalNrCellCuSingleAllOfAttributes) GetNRFrequencyRefOk() (*string, bool)

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

func (*ExternalNrCellCuSingleAllOfAttributes) GetNrPci ¶ added in v1.18.0

GetNrPci returns the NrPci field value if set, zero value otherwise.

func (*ExternalNrCellCuSingleAllOfAttributes) GetNrPciOk ¶ added in v1.18.0

func (o *ExternalNrCellCuSingleAllOfAttributes) GetNrPciOk() (*int32, bool)

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

func (*ExternalNrCellCuSingleAllOfAttributes) GetPlmnIdList ¶ added in v1.18.0

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

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

func (*ExternalNrCellCuSingleAllOfAttributes) GetPlmnIdListOk ¶ added in v1.18.0

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

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

func (*ExternalNrCellCuSingleAllOfAttributes) HasCellLocalId ¶ added in v1.18.0

func (o *ExternalNrCellCuSingleAllOfAttributes) HasCellLocalId() bool

HasCellLocalId returns a boolean if a field has been set.

func (*ExternalNrCellCuSingleAllOfAttributes) HasNRFrequencyRef ¶ added in v1.18.0

func (o *ExternalNrCellCuSingleAllOfAttributes) HasNRFrequencyRef() bool

HasNRFrequencyRef returns a boolean if a field has been set.

func (*ExternalNrCellCuSingleAllOfAttributes) HasNrPci ¶ added in v1.18.0

HasNrPci returns a boolean if a field has been set.

func (*ExternalNrCellCuSingleAllOfAttributes) HasPlmnIdList ¶ added in v1.18.0

func (o *ExternalNrCellCuSingleAllOfAttributes) HasPlmnIdList() bool

HasPlmnIdList returns a boolean if a field has been set.

func (ExternalNrCellCuSingleAllOfAttributes) MarshalJSON ¶ added in v1.18.0

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

func (*ExternalNrCellCuSingleAllOfAttributes) SetCellLocalId ¶ added in v1.18.0

func (o *ExternalNrCellCuSingleAllOfAttributes) SetCellLocalId(v int32)

SetCellLocalId gets a reference to the given int32 and assigns it to the CellLocalId field.

func (*ExternalNrCellCuSingleAllOfAttributes) SetNRFrequencyRef ¶ added in v1.18.0

func (o *ExternalNrCellCuSingleAllOfAttributes) SetNRFrequencyRef(v string)

SetNRFrequencyRef gets a reference to the given string and assigns it to the NRFrequencyRef field.

func (*ExternalNrCellCuSingleAllOfAttributes) SetNrPci ¶ added in v1.18.0

SetNrPci gets a reference to the given int32 and assigns it to the NrPci field.

func (*ExternalNrCellCuSingleAllOfAttributes) SetPlmnIdList ¶ added in v1.18.0

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

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

func (ExternalNrCellCuSingleAllOfAttributes) ToMap ¶ added in v1.18.0

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

type ExternalNrCellCuSingleAllOfAttributesAllOf ¶ added in v1.18.0

type ExternalNrCellCuSingleAllOfAttributesAllOf struct {
	CellLocalId    *int32   `json:"cellLocalId,omitempty"`
	NrPci          *int32   `json:"nrPci,omitempty"`
	PlmnIdList     []PlmnId `json:"plmnIdList,omitempty"`
	NRFrequencyRef *string  `json:"nRFrequencyRef,omitempty"`
}

ExternalNrCellCuSingleAllOfAttributesAllOf struct for ExternalNrCellCuSingleAllOfAttributesAllOf

func NewExternalNrCellCuSingleAllOfAttributesAllOf ¶ added in v1.18.0

func NewExternalNrCellCuSingleAllOfAttributesAllOf() *ExternalNrCellCuSingleAllOfAttributesAllOf

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

func NewExternalNrCellCuSingleAllOfAttributesAllOfWithDefaults ¶ added in v1.18.0

func NewExternalNrCellCuSingleAllOfAttributesAllOfWithDefaults() *ExternalNrCellCuSingleAllOfAttributesAllOf

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

func (*ExternalNrCellCuSingleAllOfAttributesAllOf) GetCellLocalId ¶ added in v1.18.0

GetCellLocalId returns the CellLocalId field value if set, zero value otherwise.

func (*ExternalNrCellCuSingleAllOfAttributesAllOf) GetCellLocalIdOk ¶ added in v1.18.0

func (o *ExternalNrCellCuSingleAllOfAttributesAllOf) GetCellLocalIdOk() (*int32, bool)

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

func (*ExternalNrCellCuSingleAllOfAttributesAllOf) GetNRFrequencyRef ¶ added in v1.18.0

func (o *ExternalNrCellCuSingleAllOfAttributesAllOf) GetNRFrequencyRef() string

GetNRFrequencyRef returns the NRFrequencyRef field value if set, zero value otherwise.

func (*ExternalNrCellCuSingleAllOfAttributesAllOf) GetNRFrequencyRefOk ¶ added in v1.18.0

func (o *ExternalNrCellCuSingleAllOfAttributesAllOf) GetNRFrequencyRefOk() (*string, bool)

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

func (*ExternalNrCellCuSingleAllOfAttributesAllOf) GetNrPci ¶ added in v1.18.0

GetNrPci returns the NrPci field value if set, zero value otherwise.

func (*ExternalNrCellCuSingleAllOfAttributesAllOf) GetNrPciOk ¶ added in v1.18.0

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

func (*ExternalNrCellCuSingleAllOfAttributesAllOf) GetPlmnIdList ¶ added in v1.18.0

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

func (*ExternalNrCellCuSingleAllOfAttributesAllOf) GetPlmnIdListOk ¶ added in v1.18.0

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

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

func (*ExternalNrCellCuSingleAllOfAttributesAllOf) HasCellLocalId ¶ added in v1.18.0

HasCellLocalId returns a boolean if a field has been set.

func (*ExternalNrCellCuSingleAllOfAttributesAllOf) HasNRFrequencyRef ¶ added in v1.18.0

func (o *ExternalNrCellCuSingleAllOfAttributesAllOf) HasNRFrequencyRef() bool

HasNRFrequencyRef returns a boolean if a field has been set.

func (*ExternalNrCellCuSingleAllOfAttributesAllOf) HasNrPci ¶ added in v1.18.0

HasNrPci returns a boolean if a field has been set.

func (*ExternalNrCellCuSingleAllOfAttributesAllOf) HasPlmnIdList ¶ added in v1.18.0

HasPlmnIdList returns a boolean if a field has been set.

func (ExternalNrCellCuSingleAllOfAttributesAllOf) MarshalJSON ¶ added in v1.18.0

func (*ExternalNrCellCuSingleAllOfAttributesAllOf) SetCellLocalId ¶ added in v1.18.0

SetCellLocalId gets a reference to the given int32 and assigns it to the CellLocalId field.

func (*ExternalNrCellCuSingleAllOfAttributesAllOf) SetNRFrequencyRef ¶ added in v1.18.0

func (o *ExternalNrCellCuSingleAllOfAttributesAllOf) SetNRFrequencyRef(v string)

SetNRFrequencyRef gets a reference to the given string and assigns it to the NRFrequencyRef field.

func (*ExternalNrCellCuSingleAllOfAttributesAllOf) SetNrPci ¶ added in v1.18.0

SetNrPci gets a reference to the given int32 and assigns it to the NrPci field.

func (*ExternalNrCellCuSingleAllOfAttributesAllOf) SetPlmnIdList ¶ added in v1.18.0

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

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

func (ExternalNrCellCuSingleAllOfAttributesAllOf) ToMap ¶ added in v1.18.0

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

type FileDownloadJobProcessMonitor ¶

type FileDownloadJobProcessMonitor struct {
	JobId              *string                                       `json:"jobId,omitempty"`
	Status             *string                                       `json:"status,omitempty"`
	ProgressPercentage *int32                                        `json:"progressPercentage,omitempty"`
	ProgressStateInfo  *string                                       `json:"progressStateInfo,omitempty"`
	ResultStateInfo    *FileDownloadJobProcessMonitorResultStateInfo `json:"resultStateInfo,omitempty"`
	StartTime          *time.Time                                    `json:"startTime,omitempty"`
	EndTime            *time.Time                                    `json:"endTime,omitempty"`
	Timer              *int32                                        `json:"timer,omitempty"`
}

FileDownloadJobProcessMonitor This data type is the \"ProcessMonitor\" data type with specialisations for usage in the \"FileDownloadJob\".

func NewFileDownloadJobProcessMonitor ¶

func NewFileDownloadJobProcessMonitor() *FileDownloadJobProcessMonitor

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

func NewFileDownloadJobProcessMonitorWithDefaults ¶

func NewFileDownloadJobProcessMonitorWithDefaults() *FileDownloadJobProcessMonitor

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

func (*FileDownloadJobProcessMonitor) GetEndTime ¶

func (o *FileDownloadJobProcessMonitor) GetEndTime() time.Time

GetEndTime returns the EndTime field value if set, zero value otherwise.

func (*FileDownloadJobProcessMonitor) GetEndTimeOk ¶

func (o *FileDownloadJobProcessMonitor) GetEndTimeOk() (*time.Time, bool)

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

func (*FileDownloadJobProcessMonitor) GetJobId ¶

func (o *FileDownloadJobProcessMonitor) GetJobId() string

GetJobId returns the JobId field value if set, zero value otherwise.

func (*FileDownloadJobProcessMonitor) GetJobIdOk ¶

func (o *FileDownloadJobProcessMonitor) GetJobIdOk() (*string, bool)

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

func (*FileDownloadJobProcessMonitor) GetProgressPercentage ¶

func (o *FileDownloadJobProcessMonitor) GetProgressPercentage() int32

GetProgressPercentage returns the ProgressPercentage field value if set, zero value otherwise.

func (*FileDownloadJobProcessMonitor) GetProgressPercentageOk ¶

func (o *FileDownloadJobProcessMonitor) GetProgressPercentageOk() (*int32, bool)

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

func (*FileDownloadJobProcessMonitor) GetProgressStateInfo ¶

func (o *FileDownloadJobProcessMonitor) GetProgressStateInfo() string

GetProgressStateInfo returns the ProgressStateInfo field value if set, zero value otherwise.

func (*FileDownloadJobProcessMonitor) GetProgressStateInfoOk ¶

func (o *FileDownloadJobProcessMonitor) GetProgressStateInfoOk() (*string, bool)

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

func (*FileDownloadJobProcessMonitor) GetResultStateInfo ¶

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 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 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 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 ¶ added in v1.18.0

type GnbCuCpFunctionSingleAllOfAttributes struct {
	ManagedFunctionAttr
	GnbId                       *string                      `json:"gnbId,omitempty"`
	GnbIdLength                 *int32                       `json:"gnbIdLength,omitempty"`
	GnbCuName                   *string                      `json:"gnbCuName,omitempty"`
	PlmnId                      *PlmnId                      `json:"plmnId,omitempty"`
	X2BlockList                 []string                     `json:"x2BlockList,omitempty"`
	XnBlockList                 []string                     `json:"xnBlockList,omitempty"`
	X2AllowList                 []string                     `json:"x2AllowList,omitempty"`
	XnAllowList                 []string                     `json:"xnAllowList,omitempty"`
	X2HOBlockList               []string                     `json:"x2HOBlockList,omitempty"`
	XnHOBlackList               []string                     `json:"xnHOBlackList,omitempty"`
	MappingSetIDBackhaulAddress *MappingSetIDBackhaulAddress `json:"mappingSetIDBackhaulAddress,omitempty"`
	TceMappingInfoList          []TceMappingInfo             `json:"tceMappingInfoList,omitempty"`
	Configurable5QISetRef       *string                      `json:"configurable5QISetRef,omitempty"`
	Dynamic5QISetRef            *string                      `json:"dynamic5QISetRef,omitempty"`
	DCHOControl                 *bool                        `json:"dCHOControl,omitempty"`
	DDAPSHOControl              *bool                        `json:"dDAPSHOControl,omitempty"`
}

GnbCuCpFunctionSingleAllOfAttributes struct for GnbCuCpFunctionSingleAllOfAttributes

func NewGnbCuCpFunctionSingleAllOfAttributes ¶ added in v1.18.0

func NewGnbCuCpFunctionSingleAllOfAttributes() *GnbCuCpFunctionSingleAllOfAttributes

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

func NewGnbCuCpFunctionSingleAllOfAttributesWithDefaults ¶ added in v1.18.0

func NewGnbCuCpFunctionSingleAllOfAttributesWithDefaults() *GnbCuCpFunctionSingleAllOfAttributes

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

func (*GnbCuCpFunctionSingleAllOfAttributes) GetConfigurable5QISetRef ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributes) GetConfigurable5QISetRef() string

GetConfigurable5QISetRef returns the Configurable5QISetRef field value if set, zero value otherwise.

func (*GnbCuCpFunctionSingleAllOfAttributes) GetConfigurable5QISetRefOk ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributes) GetConfigurable5QISetRefOk() (*string, bool)

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

func (*GnbCuCpFunctionSingleAllOfAttributes) GetDCHOControl ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributes) GetDCHOControl() bool

GetDCHOControl returns the DCHOControl field value if set, zero value otherwise.

func (*GnbCuCpFunctionSingleAllOfAttributes) GetDCHOControlOk ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributes) GetDCHOControlOk() (*bool, bool)

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

func (*GnbCuCpFunctionSingleAllOfAttributes) GetDDAPSHOControl ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributes) GetDDAPSHOControl() bool

GetDDAPSHOControl returns the DDAPSHOControl field value if set, zero value otherwise.

func (*GnbCuCpFunctionSingleAllOfAttributes) GetDDAPSHOControlOk ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributes) GetDDAPSHOControlOk() (*bool, bool)

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

func (*GnbCuCpFunctionSingleAllOfAttributes) GetDynamic5QISetRef ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributes) GetDynamic5QISetRef() string

GetDynamic5QISetRef returns the Dynamic5QISetRef field value if set, zero value otherwise.

func (*GnbCuCpFunctionSingleAllOfAttributes) GetDynamic5QISetRefOk ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributes) GetDynamic5QISetRefOk() (*string, bool)

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

func (*GnbCuCpFunctionSingleAllOfAttributes) GetGnbCuName ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributes) GetGnbCuName() string

GetGnbCuName returns the GnbCuName field value if set, zero value otherwise.

func (*GnbCuCpFunctionSingleAllOfAttributes) GetGnbCuNameOk ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributes) GetGnbCuNameOk() (*string, bool)

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

func (*GnbCuCpFunctionSingleAllOfAttributes) GetGnbId ¶ added in v1.18.0

GetGnbId returns the GnbId field value if set, zero value otherwise.

func (*GnbCuCpFunctionSingleAllOfAttributes) GetGnbIdLength ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributes) GetGnbIdLength() int32

GetGnbIdLength returns the GnbIdLength field value if set, zero value otherwise.

func (*GnbCuCpFunctionSingleAllOfAttributes) GetGnbIdLengthOk ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributes) GetGnbIdLengthOk() (*int32, bool)

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

func (*GnbCuCpFunctionSingleAllOfAttributes) GetGnbIdOk ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributes) GetGnbIdOk() (*string, bool)

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

func (*GnbCuCpFunctionSingleAllOfAttributes) GetMappingSetIDBackhaulAddress ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributes) GetMappingSetIDBackhaulAddress() MappingSetIDBackhaulAddress

GetMappingSetIDBackhaulAddress returns the MappingSetIDBackhaulAddress field value if set, zero value otherwise.

func (*GnbCuCpFunctionSingleAllOfAttributes) GetMappingSetIDBackhaulAddressOk ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributes) GetMappingSetIDBackhaulAddressOk() (*MappingSetIDBackhaulAddress, bool)

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

func (*GnbCuCpFunctionSingleAllOfAttributes) GetPlmnId ¶ added in v1.18.0

GetPlmnId returns the PlmnId field value if set, zero value otherwise.

func (*GnbCuCpFunctionSingleAllOfAttributes) GetPlmnIdOk ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributes) GetPlmnIdOk() (*PlmnId, bool)

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

func (*GnbCuCpFunctionSingleAllOfAttributes) GetTceMappingInfoList ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributes) GetTceMappingInfoList() []TceMappingInfo

GetTceMappingInfoList returns the TceMappingInfoList field value if set, zero value otherwise.

func (*GnbCuCpFunctionSingleAllOfAttributes) GetTceMappingInfoListOk ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributes) GetTceMappingInfoListOk() ([]TceMappingInfo, bool)

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

func (*GnbCuCpFunctionSingleAllOfAttributes) GetX2AllowList ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributes) GetX2AllowList() []string

GetX2AllowList returns the X2AllowList field value if set, zero value otherwise.

func (*GnbCuCpFunctionSingleAllOfAttributes) GetX2AllowListOk ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributes) GetX2AllowListOk() ([]string, bool)

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

func (*GnbCuCpFunctionSingleAllOfAttributes) GetX2BlockList ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributes) GetX2BlockList() []string

GetX2BlockList returns the X2BlockList field value if set, zero value otherwise.

func (*GnbCuCpFunctionSingleAllOfAttributes) GetX2BlockListOk ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributes) GetX2BlockListOk() ([]string, bool)

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

func (*GnbCuCpFunctionSingleAllOfAttributes) GetX2HOBlockList ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributes) GetX2HOBlockList() []string

GetX2HOBlockList returns the X2HOBlockList field value if set, zero value otherwise.

func (*GnbCuCpFunctionSingleAllOfAttributes) GetX2HOBlockListOk ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributes) GetX2HOBlockListOk() ([]string, bool)

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

func (*GnbCuCpFunctionSingleAllOfAttributes) GetXnAllowList ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributes) GetXnAllowList() []string

GetXnAllowList returns the XnAllowList field value if set, zero value otherwise.

func (*GnbCuCpFunctionSingleAllOfAttributes) GetXnAllowListOk ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributes) GetXnAllowListOk() ([]string, bool)

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

func (*GnbCuCpFunctionSingleAllOfAttributes) GetXnBlockList ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributes) GetXnBlockList() []string

GetXnBlockList returns the XnBlockList field value if set, zero value otherwise.

func (*GnbCuCpFunctionSingleAllOfAttributes) GetXnBlockListOk ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributes) GetXnBlockListOk() ([]string, bool)

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

func (*GnbCuCpFunctionSingleAllOfAttributes) GetXnHOBlackList ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributes) GetXnHOBlackList() []string

GetXnHOBlackList returns the XnHOBlackList field value if set, zero value otherwise.

func (*GnbCuCpFunctionSingleAllOfAttributes) GetXnHOBlackListOk ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributes) GetXnHOBlackListOk() ([]string, bool)

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

func (*GnbCuCpFunctionSingleAllOfAttributes) HasConfigurable5QISetRef ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributes) HasConfigurable5QISetRef() bool

HasConfigurable5QISetRef returns a boolean if a field has been set.

func (*GnbCuCpFunctionSingleAllOfAttributes) HasDCHOControl ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributes) HasDCHOControl() bool

HasDCHOControl returns a boolean if a field has been set.

func (*GnbCuCpFunctionSingleAllOfAttributes) HasDDAPSHOControl ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributes) HasDDAPSHOControl() bool

HasDDAPSHOControl returns a boolean if a field has been set.

func (*GnbCuCpFunctionSingleAllOfAttributes) HasDynamic5QISetRef ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributes) HasDynamic5QISetRef() bool

HasDynamic5QISetRef returns a boolean if a field has been set.

func (*GnbCuCpFunctionSingleAllOfAttributes) HasGnbCuName ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributes) HasGnbCuName() bool

HasGnbCuName returns a boolean if a field has been set.

func (*GnbCuCpFunctionSingleAllOfAttributes) HasGnbId ¶ added in v1.18.0

HasGnbId returns a boolean if a field has been set.

func (*GnbCuCpFunctionSingleAllOfAttributes) HasGnbIdLength ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributes) HasGnbIdLength() bool

HasGnbIdLength returns a boolean if a field has been set.

func (*GnbCuCpFunctionSingleAllOfAttributes) HasMappingSetIDBackhaulAddress ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributes) HasMappingSetIDBackhaulAddress() bool

HasMappingSetIDBackhaulAddress returns a boolean if a field has been set.

func (*GnbCuCpFunctionSingleAllOfAttributes) HasPlmnId ¶ added in v1.18.0

HasPlmnId returns a boolean if a field has been set.

func (*GnbCuCpFunctionSingleAllOfAttributes) HasTceMappingInfoList ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributes) HasTceMappingInfoList() bool

HasTceMappingInfoList returns a boolean if a field has been set.

func (*GnbCuCpFunctionSingleAllOfAttributes) HasX2AllowList ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributes) HasX2AllowList() bool

HasX2AllowList returns a boolean if a field has been set.

func (*GnbCuCpFunctionSingleAllOfAttributes) HasX2BlockList ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributes) HasX2BlockList() bool

HasX2BlockList returns a boolean if a field has been set.

func (*GnbCuCpFunctionSingleAllOfAttributes) HasX2HOBlockList ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributes) HasX2HOBlockList() bool

HasX2HOBlockList returns a boolean if a field has been set.

func (*GnbCuCpFunctionSingleAllOfAttributes) HasXnAllowList ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributes) HasXnAllowList() bool

HasXnAllowList returns a boolean if a field has been set.

func (*GnbCuCpFunctionSingleAllOfAttributes) HasXnBlockList ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributes) HasXnBlockList() bool

HasXnBlockList returns a boolean if a field has been set.

func (*GnbCuCpFunctionSingleAllOfAttributes) HasXnHOBlackList ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributes) HasXnHOBlackList() bool

HasXnHOBlackList returns a boolean if a field has been set.

func (GnbCuCpFunctionSingleAllOfAttributes) MarshalJSON ¶ added in v1.18.0

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

func (*GnbCuCpFunctionSingleAllOfAttributes) SetConfigurable5QISetRef ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributes) SetConfigurable5QISetRef(v string)

SetConfigurable5QISetRef gets a reference to the given string and assigns it to the Configurable5QISetRef field.

func (*GnbCuCpFunctionSingleAllOfAttributes) SetDCHOControl ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributes) SetDCHOControl(v bool)

SetDCHOControl gets a reference to the given bool and assigns it to the DCHOControl field.

func (*GnbCuCpFunctionSingleAllOfAttributes) SetDDAPSHOControl ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributes) SetDDAPSHOControl(v bool)

SetDDAPSHOControl gets a reference to the given bool and assigns it to the DDAPSHOControl field.

func (*GnbCuCpFunctionSingleAllOfAttributes) SetDynamic5QISetRef ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributes) SetDynamic5QISetRef(v string)

SetDynamic5QISetRef gets a reference to the given string and assigns it to the Dynamic5QISetRef field.

func (*GnbCuCpFunctionSingleAllOfAttributes) SetGnbCuName ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributes) SetGnbCuName(v string)

SetGnbCuName gets a reference to the given string and assigns it to the GnbCuName field.

func (*GnbCuCpFunctionSingleAllOfAttributes) SetGnbId ¶ added in v1.18.0

SetGnbId gets a reference to the given string and assigns it to the GnbId field.

func (*GnbCuCpFunctionSingleAllOfAttributes) SetGnbIdLength ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributes) SetGnbIdLength(v int32)

SetGnbIdLength gets a reference to the given int32 and assigns it to the GnbIdLength field.

func (*GnbCuCpFunctionSingleAllOfAttributes) SetMappingSetIDBackhaulAddress ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributes) SetMappingSetIDBackhaulAddress(v MappingSetIDBackhaulAddress)

SetMappingSetIDBackhaulAddress gets a reference to the given MappingSetIDBackhaulAddress and assigns it to the MappingSetIDBackhaulAddress field.

func (*GnbCuCpFunctionSingleAllOfAttributes) SetPlmnId ¶ added in v1.18.0

SetPlmnId gets a reference to the given PlmnId and assigns it to the PlmnId field.

func (*GnbCuCpFunctionSingleAllOfAttributes) SetTceMappingInfoList ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributes) SetTceMappingInfoList(v []TceMappingInfo)

SetTceMappingInfoList gets a reference to the given []TceMappingInfo and assigns it to the TceMappingInfoList field.

func (*GnbCuCpFunctionSingleAllOfAttributes) SetX2AllowList ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributes) SetX2AllowList(v []string)

SetX2AllowList gets a reference to the given []string and assigns it to the X2AllowList field.

func (*GnbCuCpFunctionSingleAllOfAttributes) SetX2BlockList ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributes) SetX2BlockList(v []string)

SetX2BlockList gets a reference to the given []string and assigns it to the X2BlockList field.

func (*GnbCuCpFunctionSingleAllOfAttributes) SetX2HOBlockList ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributes) SetX2HOBlockList(v []string)

SetX2HOBlockList gets a reference to the given []string and assigns it to the X2HOBlockList field.

func (*GnbCuCpFunctionSingleAllOfAttributes) SetXnAllowList ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributes) SetXnAllowList(v []string)

SetXnAllowList gets a reference to the given []string and assigns it to the XnAllowList field.

func (*GnbCuCpFunctionSingleAllOfAttributes) SetXnBlockList ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributes) SetXnBlockList(v []string)

SetXnBlockList gets a reference to the given []string and assigns it to the XnBlockList field.

func (*GnbCuCpFunctionSingleAllOfAttributes) SetXnHOBlackList ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributes) SetXnHOBlackList(v []string)

SetXnHOBlackList gets a reference to the given []string and assigns it to the XnHOBlackList field.

func (GnbCuCpFunctionSingleAllOfAttributes) ToMap ¶ added in v1.18.0

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

type GnbCuCpFunctionSingleAllOfAttributesAllOf ¶ added in v1.18.0

type GnbCuCpFunctionSingleAllOfAttributesAllOf struct {
	GnbId                       *string                      `json:"gnbId,omitempty"`
	GnbIdLength                 *int32                       `json:"gnbIdLength,omitempty"`
	GnbCuName                   *string                      `json:"gnbCuName,omitempty"`
	PlmnId                      *PlmnId                      `json:"plmnId,omitempty"`
	X2BlockList                 []string                     `json:"x2BlockList,omitempty"`
	XnBlockList                 []string                     `json:"xnBlockList,omitempty"`
	X2AllowList                 []string                     `json:"x2AllowList,omitempty"`
	XnAllowList                 []string                     `json:"xnAllowList,omitempty"`
	X2HOBlockList               []string                     `json:"x2HOBlockList,omitempty"`
	XnHOBlackList               []string                     `json:"xnHOBlackList,omitempty"`
	MappingSetIDBackhaulAddress *MappingSetIDBackhaulAddress `json:"mappingSetIDBackhaulAddress,omitempty"`
	TceMappingInfoList          []TceMappingInfo             `json:"tceMappingInfoList,omitempty"`
	Configurable5QISetRef       *string                      `json:"configurable5QISetRef,omitempty"`
	Dynamic5QISetRef            *string                      `json:"dynamic5QISetRef,omitempty"`
	DCHOControl                 *bool                        `json:"dCHOControl,omitempty"`
	DDAPSHOControl              *bool                        `json:"dDAPSHOControl,omitempty"`
}

GnbCuCpFunctionSingleAllOfAttributesAllOf struct for GnbCuCpFunctionSingleAllOfAttributesAllOf

func NewGnbCuCpFunctionSingleAllOfAttributesAllOf ¶ added in v1.18.0

func NewGnbCuCpFunctionSingleAllOfAttributesAllOf() *GnbCuCpFunctionSingleAllOfAttributesAllOf

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

func NewGnbCuCpFunctionSingleAllOfAttributesAllOfWithDefaults ¶ added in v1.18.0

func NewGnbCuCpFunctionSingleAllOfAttributesAllOfWithDefaults() *GnbCuCpFunctionSingleAllOfAttributesAllOf

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

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) GetConfigurable5QISetRef ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetConfigurable5QISetRef() string

GetConfigurable5QISetRef returns the Configurable5QISetRef field value if set, zero value otherwise.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) GetConfigurable5QISetRefOk ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetConfigurable5QISetRefOk() (*string, bool)

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

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) GetDCHOControl ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetDCHOControl() bool

GetDCHOControl returns the DCHOControl field value if set, zero value otherwise.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) GetDCHOControlOk ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetDCHOControlOk() (*bool, bool)

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

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) GetDDAPSHOControl ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetDDAPSHOControl() bool

GetDDAPSHOControl returns the DDAPSHOControl field value if set, zero value otherwise.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) GetDDAPSHOControlOk ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetDDAPSHOControlOk() (*bool, bool)

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

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) GetDynamic5QISetRef ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetDynamic5QISetRef() string

GetDynamic5QISetRef returns the Dynamic5QISetRef field value if set, zero value otherwise.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) GetDynamic5QISetRefOk ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetDynamic5QISetRefOk() (*string, bool)

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

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) GetGnbCuName ¶ added in v1.18.0

GetGnbCuName returns the GnbCuName field value if set, zero value otherwise.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) GetGnbCuNameOk ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetGnbCuNameOk() (*string, bool)

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

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) GetGnbId ¶ added in v1.18.0

GetGnbId returns the GnbId field value if set, zero value otherwise.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) GetGnbIdLength ¶ added in v1.18.0

GetGnbIdLength returns the GnbIdLength field value if set, zero value otherwise.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) GetGnbIdLengthOk ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetGnbIdLengthOk() (*int32, bool)

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

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) GetGnbIdOk ¶ added in v1.18.0

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

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) GetMappingSetIDBackhaulAddress ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetMappingSetIDBackhaulAddress() MappingSetIDBackhaulAddress

GetMappingSetIDBackhaulAddress returns the MappingSetIDBackhaulAddress field value if set, zero value otherwise.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) GetMappingSetIDBackhaulAddressOk ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetMappingSetIDBackhaulAddressOk() (*MappingSetIDBackhaulAddress, bool)

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

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) GetPlmnId ¶ added in v1.18.0

GetPlmnId returns the PlmnId field value if set, zero value otherwise.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) GetPlmnIdOk ¶ added in v1.18.0

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

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) GetTceMappingInfoList ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetTceMappingInfoList() []TceMappingInfo

GetTceMappingInfoList returns the TceMappingInfoList field value if set, zero value otherwise.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) GetTceMappingInfoListOk ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetTceMappingInfoListOk() ([]TceMappingInfo, bool)

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

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) GetX2AllowList ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetX2AllowList() []string

GetX2AllowList returns the X2AllowList field value if set, zero value otherwise.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) GetX2AllowListOk ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetX2AllowListOk() ([]string, bool)

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

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) GetX2BlockList ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetX2BlockList() []string

GetX2BlockList returns the X2BlockList field value if set, zero value otherwise.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) GetX2BlockListOk ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetX2BlockListOk() ([]string, bool)

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

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) GetX2HOBlockList ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetX2HOBlockList() []string

GetX2HOBlockList returns the X2HOBlockList field value if set, zero value otherwise.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) GetX2HOBlockListOk ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetX2HOBlockListOk() ([]string, bool)

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

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) GetXnAllowList ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetXnAllowList() []string

GetXnAllowList returns the XnAllowList field value if set, zero value otherwise.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) GetXnAllowListOk ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetXnAllowListOk() ([]string, bool)

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

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) GetXnBlockList ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetXnBlockList() []string

GetXnBlockList returns the XnBlockList field value if set, zero value otherwise.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) GetXnBlockListOk ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetXnBlockListOk() ([]string, bool)

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

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) GetXnHOBlackList ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetXnHOBlackList() []string

GetXnHOBlackList returns the XnHOBlackList field value if set, zero value otherwise.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) GetXnHOBlackListOk ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetXnHOBlackListOk() ([]string, bool)

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

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) HasConfigurable5QISetRef ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) HasConfigurable5QISetRef() bool

HasConfigurable5QISetRef returns a boolean if a field has been set.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) HasDCHOControl ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) HasDCHOControl() bool

HasDCHOControl returns a boolean if a field has been set.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) HasDDAPSHOControl ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) HasDDAPSHOControl() bool

HasDDAPSHOControl returns a boolean if a field has been set.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) HasDynamic5QISetRef ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) HasDynamic5QISetRef() bool

HasDynamic5QISetRef returns a boolean if a field has been set.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) HasGnbCuName ¶ added in v1.18.0

HasGnbCuName returns a boolean if a field has been set.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) HasGnbId ¶ added in v1.18.0

HasGnbId returns a boolean if a field has been set.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) HasGnbIdLength ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) HasGnbIdLength() bool

HasGnbIdLength returns a boolean if a field has been set.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) HasMappingSetIDBackhaulAddress ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) HasMappingSetIDBackhaulAddress() bool

HasMappingSetIDBackhaulAddress returns a boolean if a field has been set.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) HasPlmnId ¶ added in v1.18.0

HasPlmnId returns a boolean if a field has been set.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) HasTceMappingInfoList ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) HasTceMappingInfoList() bool

HasTceMappingInfoList returns a boolean if a field has been set.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) HasX2AllowList ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) HasX2AllowList() bool

HasX2AllowList returns a boolean if a field has been set.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) HasX2BlockList ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) HasX2BlockList() bool

HasX2BlockList returns a boolean if a field has been set.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) HasX2HOBlockList ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) HasX2HOBlockList() bool

HasX2HOBlockList returns a boolean if a field has been set.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) HasXnAllowList ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) HasXnAllowList() bool

HasXnAllowList returns a boolean if a field has been set.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) HasXnBlockList ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) HasXnBlockList() bool

HasXnBlockList returns a boolean if a field has been set.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) HasXnHOBlackList ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) HasXnHOBlackList() bool

HasXnHOBlackList returns a boolean if a field has been set.

func (GnbCuCpFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶ added in v1.18.0

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) SetConfigurable5QISetRef ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) SetConfigurable5QISetRef(v string)

SetConfigurable5QISetRef gets a reference to the given string and assigns it to the Configurable5QISetRef field.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) SetDCHOControl ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) SetDCHOControl(v bool)

SetDCHOControl gets a reference to the given bool and assigns it to the DCHOControl field.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) SetDDAPSHOControl ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) SetDDAPSHOControl(v bool)

SetDDAPSHOControl gets a reference to the given bool and assigns it to the DDAPSHOControl field.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) SetDynamic5QISetRef ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) SetDynamic5QISetRef(v string)

SetDynamic5QISetRef gets a reference to the given string and assigns it to the Dynamic5QISetRef field.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) SetGnbCuName ¶ added in v1.18.0

SetGnbCuName gets a reference to the given string and assigns it to the GnbCuName field.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) SetGnbId ¶ added in v1.18.0

SetGnbId gets a reference to the given string and assigns it to the GnbId field.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) SetGnbIdLength ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) SetGnbIdLength(v int32)

SetGnbIdLength gets a reference to the given int32 and assigns it to the GnbIdLength field.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) SetMappingSetIDBackhaulAddress ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) SetMappingSetIDBackhaulAddress(v MappingSetIDBackhaulAddress)

SetMappingSetIDBackhaulAddress gets a reference to the given MappingSetIDBackhaulAddress and assigns it to the MappingSetIDBackhaulAddress field.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) SetPlmnId ¶ added in v1.18.0

SetPlmnId gets a reference to the given PlmnId and assigns it to the PlmnId field.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) SetTceMappingInfoList ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) SetTceMappingInfoList(v []TceMappingInfo)

SetTceMappingInfoList gets a reference to the given []TceMappingInfo and assigns it to the TceMappingInfoList field.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) SetX2AllowList ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) SetX2AllowList(v []string)

SetX2AllowList gets a reference to the given []string and assigns it to the X2AllowList field.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) SetX2BlockList ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) SetX2BlockList(v []string)

SetX2BlockList gets a reference to the given []string and assigns it to the X2BlockList field.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) SetX2HOBlockList ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) SetX2HOBlockList(v []string)

SetX2HOBlockList gets a reference to the given []string and assigns it to the X2HOBlockList field.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) SetXnAllowList ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) SetXnAllowList(v []string)

SetXnAllowList gets a reference to the given []string and assigns it to the XnAllowList field.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) SetXnBlockList ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) SetXnBlockList(v []string)

SetXnBlockList gets a reference to the given []string and assigns it to the XnBlockList field.

func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) SetXnHOBlackList ¶ added in v1.18.0

func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) SetXnHOBlackList(v []string)

SetXnHOBlackList gets a reference to the given []string and assigns it to the XnHOBlackList field.

func (GnbCuCpFunctionSingleAllOfAttributesAllOf) ToMap ¶ added in v1.18.0

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

type GnbCuUpFunctionSingle ¶

type GnbCuUpFunctionSingle struct {
	Top
	Attributes       *GnbCuUpFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
	PerfMetricJob    []PerfMetricJobSingle                 `json:"PerfMetricJob,omitempty"`
	ThresholdMonitor []ThresholdMonitorSingle              `json:"ThresholdMonitor,omitempty"`
	ManagedNFService []ManagedNFServiceSingle              `json:"ManagedNFService,omitempty"`
	TraceJob         []TraceJobSingle                      `json:"TraceJob,omitempty"`
	RRMPolicyRatio   []RRMPolicyRatioSingle                `json:"RRMPolicyRatio,omitempty"`
	EPE1             *EPE1Single                           `json:"EP_E1,omitempty"`
	EPXnU            []EPXnUSingle                         `json:"EP_XnU,omitempty"`
	EPF1U            []EPF1USingle                         `json:"EP_F1U,omitempty"`
	EPNgU            []EPNgUSingle                         `json:"EP_NgU,omitempty"`
	EPX2U            []EPX2USingle                         `json:"EP_X2U,omitempty"`
	EPS1U            []EPS1USingle                         `json:"EP_S1U,omitempty"`
}

GnbCuUpFunctionSingle struct for GnbCuUpFunctionSingle

func NewGnbCuUpFunctionSingle ¶

func NewGnbCuUpFunctionSingle(id NullableString) *GnbCuUpFunctionSingle

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

func NewGnbCuUpFunctionSingleWithDefaults ¶

func NewGnbCuUpFunctionSingleWithDefaults() *GnbCuUpFunctionSingle

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

func (*GnbCuUpFunctionSingle) GetAttributes ¶

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 ¶ added in v1.18.0

type GnbCuUpFunctionSingleAllOfAttributes struct {
	ManagedFunctionAttr
	GnbId                 *string    `json:"gnbId,omitempty"`
	GnbIdLength           *int32     `json:"gnbIdLength,omitempty"`
	GnbCuUpId             *float32   `json:"gnbCuUpId,omitempty"`
	PlmnInfoList          []PlmnInfo `json:"plmnInfoList,omitempty"`
	Configurable5QISetRef *string    `json:"configurable5QISetRef,omitempty"`
	Dynamic5QISetRef      *string    `json:"dynamic5QISetRef,omitempty"`
}

GnbCuUpFunctionSingleAllOfAttributes struct for GnbCuUpFunctionSingleAllOfAttributes

func NewGnbCuUpFunctionSingleAllOfAttributes ¶ added in v1.18.0

func NewGnbCuUpFunctionSingleAllOfAttributes() *GnbCuUpFunctionSingleAllOfAttributes

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

func NewGnbCuUpFunctionSingleAllOfAttributesWithDefaults ¶ added in v1.18.0

func NewGnbCuUpFunctionSingleAllOfAttributesWithDefaults() *GnbCuUpFunctionSingleAllOfAttributes

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

func (*GnbCuUpFunctionSingleAllOfAttributes) GetConfigurable5QISetRef ¶ added in v1.18.0

func (o *GnbCuUpFunctionSingleAllOfAttributes) GetConfigurable5QISetRef() string

GetConfigurable5QISetRef returns the Configurable5QISetRef field value if set, zero value otherwise.

func (*GnbCuUpFunctionSingleAllOfAttributes) GetConfigurable5QISetRefOk ¶ added in v1.18.0

func (o *GnbCuUpFunctionSingleAllOfAttributes) GetConfigurable5QISetRefOk() (*string, bool)

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

func (*GnbCuUpFunctionSingleAllOfAttributes) GetDynamic5QISetRef ¶ added in v1.18.0

func (o *GnbCuUpFunctionSingleAllOfAttributes) GetDynamic5QISetRef() string

GetDynamic5QISetRef returns the Dynamic5QISetRef field value if set, zero value otherwise.

func (*GnbCuUpFunctionSingleAllOfAttributes) GetDynamic5QISetRefOk ¶ added in v1.18.0

func (o *GnbCuUpFunctionSingleAllOfAttributes) GetDynamic5QISetRefOk() (*string, bool)

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

func (*GnbCuUpFunctionSingleAllOfAttributes) GetGnbCuUpId ¶ added in v1.18.0

GetGnbCuUpId returns the GnbCuUpId field value if set, zero value otherwise.

func (*GnbCuUpFunctionSingleAllOfAttributes) GetGnbCuUpIdOk ¶ added in v1.18.0

func (o *GnbCuUpFunctionSingleAllOfAttributes) GetGnbCuUpIdOk() (*float32, bool)

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

func (*GnbCuUpFunctionSingleAllOfAttributes) GetGnbId ¶ added in v1.18.0

GetGnbId returns the GnbId field value if set, zero value otherwise.

func (*GnbCuUpFunctionSingleAllOfAttributes) GetGnbIdLength ¶ added in v1.18.0

func (o *GnbCuUpFunctionSingleAllOfAttributes) GetGnbIdLength() int32

GetGnbIdLength returns the GnbIdLength field value if set, zero value otherwise.

func (*GnbCuUpFunctionSingleAllOfAttributes) GetGnbIdLengthOk ¶ added in v1.18.0

func (o *GnbCuUpFunctionSingleAllOfAttributes) GetGnbIdLengthOk() (*int32, bool)

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

func (*GnbCuUpFunctionSingleAllOfAttributes) GetGnbIdOk ¶ added in v1.18.0

func (o *GnbCuUpFunctionSingleAllOfAttributes) GetGnbIdOk() (*string, bool)

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

func (*GnbCuUpFunctionSingleAllOfAttributes) GetPlmnInfoList ¶ added in v1.18.0

func (o *GnbCuUpFunctionSingleAllOfAttributes) GetPlmnInfoList() []PlmnInfo

GetPlmnInfoList returns the PlmnInfoList field value if set, zero value otherwise.

func (*GnbCuUpFunctionSingleAllOfAttributes) GetPlmnInfoListOk ¶ added in v1.18.0

func (o *GnbCuUpFunctionSingleAllOfAttributes) GetPlmnInfoListOk() ([]PlmnInfo, bool)

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

func (*GnbCuUpFunctionSingleAllOfAttributes) HasConfigurable5QISetRef ¶ added in v1.18.0

func (o *GnbCuUpFunctionSingleAllOfAttributes) HasConfigurable5QISetRef() bool

HasConfigurable5QISetRef returns a boolean if a field has been set.

func (*GnbCuUpFunctionSingleAllOfAttributes) HasDynamic5QISetRef ¶ added in v1.18.0

func (o *GnbCuUpFunctionSingleAllOfAttributes) HasDynamic5QISetRef() bool

HasDynamic5QISetRef returns a boolean if a field has been set.

func (*GnbCuUpFunctionSingleAllOfAttributes) HasGnbCuUpId ¶ added in v1.18.0

func (o *GnbCuUpFunctionSingleAllOfAttributes) HasGnbCuUpId() bool

HasGnbCuUpId returns a boolean if a field has been set.

func (*GnbCuUpFunctionSingleAllOfAttributes) HasGnbId ¶ added in v1.18.0

HasGnbId returns a boolean if a field has been set.

func (*GnbCuUpFunctionSingleAllOfAttributes) HasGnbIdLength ¶ added in v1.18.0

func (o *GnbCuUpFunctionSingleAllOfAttributes) HasGnbIdLength() bool

HasGnbIdLength returns a boolean if a field has been set.

func (*GnbCuUpFunctionSingleAllOfAttributes) HasPlmnInfoList ¶ added in v1.18.0

func (o *GnbCuUpFunctionSingleAllOfAttributes) HasPlmnInfoList() bool

HasPlmnInfoList returns a boolean if a field has been set.

func (GnbCuUpFunctionSingleAllOfAttributes) MarshalJSON ¶ added in v1.18.0

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

func (*GnbCuUpFunctionSingleAllOfAttributes) SetConfigurable5QISetRef ¶ added in v1.18.0

func (o *GnbCuUpFunctionSingleAllOfAttributes) SetConfigurable5QISetRef(v string)

SetConfigurable5QISetRef gets a reference to the given string and assigns it to the Configurable5QISetRef field.

func (*GnbCuUpFunctionSingleAllOfAttributes) SetDynamic5QISetRef ¶ added in v1.18.0

func (o *GnbCuUpFunctionSingleAllOfAttributes) SetDynamic5QISetRef(v string)

SetDynamic5QISetRef gets a reference to the given string and assigns it to the Dynamic5QISetRef field.

func (*GnbCuUpFunctionSingleAllOfAttributes) SetGnbCuUpId ¶ added in v1.18.0

func (o *GnbCuUpFunctionSingleAllOfAttributes) SetGnbCuUpId(v float32)

SetGnbCuUpId gets a reference to the given float32 and assigns it to the GnbCuUpId field.

func (*GnbCuUpFunctionSingleAllOfAttributes) SetGnbId ¶ added in v1.18.0

SetGnbId gets a reference to the given string and assigns it to the GnbId field.

func (*GnbCuUpFunctionSingleAllOfAttributes) SetGnbIdLength ¶ added in v1.18.0

func (o *GnbCuUpFunctionSingleAllOfAttributes) SetGnbIdLength(v int32)

SetGnbIdLength gets a reference to the given int32 and assigns it to the GnbIdLength field.

func (*GnbCuUpFunctionSingleAllOfAttributes) SetPlmnInfoList ¶ added in v1.18.0

func (o *GnbCuUpFunctionSingleAllOfAttributes) SetPlmnInfoList(v []PlmnInfo)

SetPlmnInfoList gets a reference to the given []PlmnInfo and assigns it to the PlmnInfoList field.

func (GnbCuUpFunctionSingleAllOfAttributes) ToMap ¶ added in v1.18.0

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

type GnbCuUpFunctionSingleAllOfAttributesAllOf ¶ added in v1.18.0

type GnbCuUpFunctionSingleAllOfAttributesAllOf struct {
	GnbId                 *string    `json:"gnbId,omitempty"`
	GnbIdLength           *int32     `json:"gnbIdLength,omitempty"`
	GnbCuUpId             *float32   `json:"gnbCuUpId,omitempty"`
	PlmnInfoList          []PlmnInfo `json:"plmnInfoList,omitempty"`
	Configurable5QISetRef *string    `json:"configurable5QISetRef,omitempty"`
	Dynamic5QISetRef      *string    `json:"dynamic5QISetRef,omitempty"`
}

GnbCuUpFunctionSingleAllOfAttributesAllOf struct for GnbCuUpFunctionSingleAllOfAttributesAllOf

func NewGnbCuUpFunctionSingleAllOfAttributesAllOf ¶ added in v1.18.0

func NewGnbCuUpFunctionSingleAllOfAttributesAllOf() *GnbCuUpFunctionSingleAllOfAttributesAllOf

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

func NewGnbCuUpFunctionSingleAllOfAttributesAllOfWithDefaults ¶ added in v1.18.0

func NewGnbCuUpFunctionSingleAllOfAttributesAllOfWithDefaults() *GnbCuUpFunctionSingleAllOfAttributesAllOf

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

func (*GnbCuUpFunctionSingleAllOfAttributesAllOf) GetConfigurable5QISetRef ¶ added in v1.18.0

func (o *GnbCuUpFunctionSingleAllOfAttributesAllOf) GetConfigurable5QISetRef() string

GetConfigurable5QISetRef returns the Configurable5QISetRef field value if set, zero value otherwise.

func (*GnbCuUpFunctionSingleAllOfAttributesAllOf) GetConfigurable5QISetRefOk ¶ added in v1.18.0

func (o *GnbCuUpFunctionSingleAllOfAttributesAllOf) GetConfigurable5QISetRefOk() (*string, bool)

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

func (*GnbCuUpFunctionSingleAllOfAttributesAllOf) GetDynamic5QISetRef ¶ added in v1.18.0

func (o *GnbCuUpFunctionSingleAllOfAttributesAllOf) GetDynamic5QISetRef() string

GetDynamic5QISetRef returns the Dynamic5QISetRef field value if set, zero value otherwise.

func (*GnbCuUpFunctionSingleAllOfAttributesAllOf) GetDynamic5QISetRefOk ¶ added in v1.18.0

func (o *GnbCuUpFunctionSingleAllOfAttributesAllOf) GetDynamic5QISetRefOk() (*string, bool)

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

func (*GnbCuUpFunctionSingleAllOfAttributesAllOf) GetGnbCuUpId ¶ added in v1.18.0

GetGnbCuUpId returns the GnbCuUpId field value if set, zero value otherwise.

func (*GnbCuUpFunctionSingleAllOfAttributesAllOf) GetGnbCuUpIdOk ¶ added in v1.18.0

func (o *GnbCuUpFunctionSingleAllOfAttributesAllOf) GetGnbCuUpIdOk() (*float32, bool)

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

func (*GnbCuUpFunctionSingleAllOfAttributesAllOf) GetGnbId ¶ added in v1.18.0

GetGnbId returns the GnbId field value if set, zero value otherwise.

func (*GnbCuUpFunctionSingleAllOfAttributesAllOf) GetGnbIdLength ¶ added in v1.18.0

GetGnbIdLength returns the GnbIdLength field value if set, zero value otherwise.

func (*GnbCuUpFunctionSingleAllOfAttributesAllOf) GetGnbIdLengthOk ¶ added in v1.18.0

func (o *GnbCuUpFunctionSingleAllOfAttributesAllOf) GetGnbIdLengthOk() (*int32, bool)

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

func (*GnbCuUpFunctionSingleAllOfAttributesAllOf) GetGnbIdOk ¶ added in v1.18.0

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

func (*GnbCuUpFunctionSingleAllOfAttributesAllOf) GetPlmnInfoList ¶ added in v1.18.0

func (o *GnbCuUpFunctionSingleAllOfAttributesAllOf) GetPlmnInfoList() []PlmnInfo

GetPlmnInfoList returns the PlmnInfoList field value if set, zero value otherwise.

func (*GnbCuUpFunctionSingleAllOfAttributesAllOf) GetPlmnInfoListOk ¶ added in v1.18.0

func (o *GnbCuUpFunctionSingleAllOfAttributesAllOf) GetPlmnInfoListOk() ([]PlmnInfo, bool)

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

func (*GnbCuUpFunctionSingleAllOfAttributesAllOf) HasConfigurable5QISetRef ¶ added in v1.18.0

func (o *GnbCuUpFunctionSingleAllOfAttributesAllOf) HasConfigurable5QISetRef() bool

HasConfigurable5QISetRef returns a boolean if a field has been set.

func (*GnbCuUpFunctionSingleAllOfAttributesAllOf) HasDynamic5QISetRef ¶ added in v1.18.0

func (o *GnbCuUpFunctionSingleAllOfAttributesAllOf) HasDynamic5QISetRef() bool

HasDynamic5QISetRef returns a boolean if a field has been set.

func (*GnbCuUpFunctionSingleAllOfAttributesAllOf) HasGnbCuUpId ¶ added in v1.18.0

HasGnbCuUpId returns a boolean if a field has been set.

func (*GnbCuUpFunctionSingleAllOfAttributesAllOf) HasGnbId ¶ added in v1.18.0

HasGnbId returns a boolean if a field has been set.

func (*GnbCuUpFunctionSingleAllOfAttributesAllOf) HasGnbIdLength ¶ added in v1.18.0

func (o *GnbCuUpFunctionSingleAllOfAttributesAllOf) HasGnbIdLength() bool

HasGnbIdLength returns a boolean if a field has been set.

func (*GnbCuUpFunctionSingleAllOfAttributesAllOf) HasPlmnInfoList ¶ added in v1.18.0

func (o *GnbCuUpFunctionSingleAllOfAttributesAllOf) HasPlmnInfoList() bool

HasPlmnInfoList returns a boolean if a field has been set.

func (GnbCuUpFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶ added in v1.18.0

func (*GnbCuUpFunctionSingleAllOfAttributesAllOf) SetConfigurable5QISetRef ¶ added in v1.18.0

func (o *GnbCuUpFunctionSingleAllOfAttributesAllOf) SetConfigurable5QISetRef(v string)

SetConfigurable5QISetRef gets a reference to the given string and assigns it to the Configurable5QISetRef field.

func (*GnbCuUpFunctionSingleAllOfAttributesAllOf) SetDynamic5QISetRef ¶ added in v1.18.0

func (o *GnbCuUpFunctionSingleAllOfAttributesAllOf) SetDynamic5QISetRef(v string)

SetDynamic5QISetRef gets a reference to the given string and assigns it to the Dynamic5QISetRef field.

func (*GnbCuUpFunctionSingleAllOfAttributesAllOf) SetGnbCuUpId ¶ added in v1.18.0

SetGnbCuUpId gets a reference to the given float32 and assigns it to the GnbCuUpId field.

func (*GnbCuUpFunctionSingleAllOfAttributesAllOf) SetGnbId ¶ added in v1.18.0

SetGnbId gets a reference to the given string and assigns it to the GnbId field.

func (*GnbCuUpFunctionSingleAllOfAttributesAllOf) SetGnbIdLength ¶ added in v1.18.0

func (o *GnbCuUpFunctionSingleAllOfAttributesAllOf) SetGnbIdLength(v int32)

SetGnbIdLength gets a reference to the given int32 and assigns it to the GnbIdLength field.

func (*GnbCuUpFunctionSingleAllOfAttributesAllOf) SetPlmnInfoList ¶ added in v1.18.0

func (o *GnbCuUpFunctionSingleAllOfAttributesAllOf) SetPlmnInfoList(v []PlmnInfo)

SetPlmnInfoList gets a reference to the given []PlmnInfo and assigns it to the PlmnInfoList field.

func (GnbCuUpFunctionSingleAllOfAttributesAllOf) ToMap ¶ added in v1.18.0

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

type GnbDuFunctionSingle ¶

type GnbDuFunctionSingle struct {
	Top
	Attributes                *GnbDuFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
	PerfMetricJob             []PerfMetricJobSingle               `json:"PerfMetricJob,omitempty"`
	ThresholdMonitor          []ThresholdMonitorSingle            `json:"ThresholdMonitor,omitempty"`
	ManagedNFService          []ManagedNFServiceSingle            `json:"ManagedNFService,omitempty"`
	TraceJob                  []TraceJobSingle                    `json:"TraceJob,omitempty"`
	RRMPolicyRatio            []RRMPolicyRatioSingle              `json:"RRMPolicyRatio,omitempty"`
	NrCellDu                  []NrCellDuSingle                    `json:"NrCellDu,omitempty"`
	BwpMultiple               []BwpSingle                         `json:"Bwp-Multiple,omitempty"`
	NrSectorCarrierMultiple   []NrSectorCarrierSingle             `json:"NrSectorCarrier-Multiple,omitempty"`
	EPF1C                     *EPF1CSingle                        `json:"EP_F1C,omitempty"`
	EPF1U                     []EPF1USingle                       `json:"EP_F1U,omitempty"`
	DRACHOptimizationFunction *DRACHOptimizationFunctionSingle    `json:"DRACHOptimizationFunction,omitempty"`
	OperatorDU                []OperatorDuSingle                  `json:"OperatorDU,omitempty"`
	BWPSet                    []BWPSetSingle                      `json:"BWPSet,omitempty"`
}

GnbDuFunctionSingle struct for GnbDuFunctionSingle

func NewGnbDuFunctionSingle ¶

func NewGnbDuFunctionSingle(id NullableString) *GnbDuFunctionSingle

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

func NewGnbDuFunctionSingleWithDefaults ¶

func NewGnbDuFunctionSingleWithDefaults() *GnbDuFunctionSingle

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

func (*GnbDuFunctionSingle) GetAttributes ¶

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 ¶ added in v1.18.0

type GnbDuFunctionSingleAllOfAttributes struct {
	ManagedFunctionAttr
	GnbDuId         *float32         `json:"gnbDuId,omitempty"`
	GnbDuName       *string          `json:"gnbDuName,omitempty"`
	GnbId           *string          `json:"gnbId,omitempty"`
	GnbIdLength     *int32           `json:"gnbIdLength,omitempty"`
	RimRSReportConf *RimRSReportConf `json:"rimRSReportConf,omitempty"`
}

GnbDuFunctionSingleAllOfAttributes struct for GnbDuFunctionSingleAllOfAttributes

func NewGnbDuFunctionSingleAllOfAttributes ¶ added in v1.18.0

func NewGnbDuFunctionSingleAllOfAttributes() *GnbDuFunctionSingleAllOfAttributes

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

func NewGnbDuFunctionSingleAllOfAttributesWithDefaults ¶ added in v1.18.0

func NewGnbDuFunctionSingleAllOfAttributesWithDefaults() *GnbDuFunctionSingleAllOfAttributes

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

func (*GnbDuFunctionSingleAllOfAttributes) GetGnbDuId ¶ added in v1.18.0

GetGnbDuId returns the GnbDuId field value if set, zero value otherwise.

func (*GnbDuFunctionSingleAllOfAttributes) GetGnbDuIdOk ¶ added in v1.18.0

func (o *GnbDuFunctionSingleAllOfAttributes) GetGnbDuIdOk() (*float32, bool)

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

func (*GnbDuFunctionSingleAllOfAttributes) GetGnbDuName ¶ added in v1.18.0

func (o *GnbDuFunctionSingleAllOfAttributes) GetGnbDuName() string

GetGnbDuName returns the GnbDuName field value if set, zero value otherwise.

func (*GnbDuFunctionSingleAllOfAttributes) GetGnbDuNameOk ¶ added in v1.18.0

func (o *GnbDuFunctionSingleAllOfAttributes) GetGnbDuNameOk() (*string, bool)

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

func (*GnbDuFunctionSingleAllOfAttributes) GetGnbId ¶ added in v1.18.0

GetGnbId returns the GnbId field value if set, zero value otherwise.

func (*GnbDuFunctionSingleAllOfAttributes) GetGnbIdLength ¶ added in v1.18.0

func (o *GnbDuFunctionSingleAllOfAttributes) GetGnbIdLength() int32

GetGnbIdLength returns the GnbIdLength field value if set, zero value otherwise.

func (*GnbDuFunctionSingleAllOfAttributes) GetGnbIdLengthOk ¶ added in v1.18.0

func (o *GnbDuFunctionSingleAllOfAttributes) GetGnbIdLengthOk() (*int32, bool)

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

func (*GnbDuFunctionSingleAllOfAttributes) GetGnbIdOk ¶ added in v1.18.0

func (o *GnbDuFunctionSingleAllOfAttributes) GetGnbIdOk() (*string, bool)

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

func (*GnbDuFunctionSingleAllOfAttributes) GetRimRSReportConf ¶ added in v1.18.0

func (o *GnbDuFunctionSingleAllOfAttributes) GetRimRSReportConf() RimRSReportConf

GetRimRSReportConf returns the RimRSReportConf field value if set, zero value otherwise.

func (*GnbDuFunctionSingleAllOfAttributes) GetRimRSReportConfOk ¶ added in v1.18.0

func (o *GnbDuFunctionSingleAllOfAttributes) GetRimRSReportConfOk() (*RimRSReportConf, bool)

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

func (*GnbDuFunctionSingleAllOfAttributes) HasGnbDuId ¶ added in v1.18.0

func (o *GnbDuFunctionSingleAllOfAttributes) HasGnbDuId() bool

HasGnbDuId returns a boolean if a field has been set.

func (*GnbDuFunctionSingleAllOfAttributes) HasGnbDuName ¶ added in v1.18.0

func (o *GnbDuFunctionSingleAllOfAttributes) HasGnbDuName() bool

HasGnbDuName returns a boolean if a field has been set.

func (*GnbDuFunctionSingleAllOfAttributes) HasGnbId ¶ added in v1.18.0

HasGnbId returns a boolean if a field has been set.

func (*GnbDuFunctionSingleAllOfAttributes) HasGnbIdLength ¶ added in v1.18.0

func (o *GnbDuFunctionSingleAllOfAttributes) HasGnbIdLength() bool

HasGnbIdLength returns a boolean if a field has been set.

func (*GnbDuFunctionSingleAllOfAttributes) HasRimRSReportConf ¶ added in v1.18.0

func (o *GnbDuFunctionSingleAllOfAttributes) HasRimRSReportConf() bool

HasRimRSReportConf returns a boolean if a field has been set.

func (GnbDuFunctionSingleAllOfAttributes) MarshalJSON ¶ added in v1.18.0

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

func (*GnbDuFunctionSingleAllOfAttributes) SetGnbDuId ¶ added in v1.18.0

SetGnbDuId gets a reference to the given float32 and assigns it to the GnbDuId field.

func (*GnbDuFunctionSingleAllOfAttributes) SetGnbDuName ¶ added in v1.18.0

func (o *GnbDuFunctionSingleAllOfAttributes) SetGnbDuName(v string)

SetGnbDuName gets a reference to the given string and assigns it to the GnbDuName field.

func (*GnbDuFunctionSingleAllOfAttributes) SetGnbId ¶ added in v1.18.0

SetGnbId gets a reference to the given string and assigns it to the GnbId field.

func (*GnbDuFunctionSingleAllOfAttributes) SetGnbIdLength ¶ added in v1.18.0

func (o *GnbDuFunctionSingleAllOfAttributes) SetGnbIdLength(v int32)

SetGnbIdLength gets a reference to the given int32 and assigns it to the GnbIdLength field.

func (*GnbDuFunctionSingleAllOfAttributes) SetRimRSReportConf ¶ added in v1.18.0

func (o *GnbDuFunctionSingleAllOfAttributes) SetRimRSReportConf(v RimRSReportConf)

SetRimRSReportConf gets a reference to the given RimRSReportConf and assigns it to the RimRSReportConf field.

func (GnbDuFunctionSingleAllOfAttributes) ToMap ¶ added in v1.18.0

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

type GnbDuFunctionSingleAllOfAttributesAllOf ¶ added in v1.18.0

type GnbDuFunctionSingleAllOfAttributesAllOf struct {
	GnbDuId         *float32         `json:"gnbDuId,omitempty"`
	GnbDuName       *string          `json:"gnbDuName,omitempty"`
	GnbId           *string          `json:"gnbId,omitempty"`
	GnbIdLength     *int32           `json:"gnbIdLength,omitempty"`
	RimRSReportConf *RimRSReportConf `json:"rimRSReportConf,omitempty"`
}

GnbDuFunctionSingleAllOfAttributesAllOf struct for GnbDuFunctionSingleAllOfAttributesAllOf

func NewGnbDuFunctionSingleAllOfAttributesAllOf ¶ added in v1.18.0

func NewGnbDuFunctionSingleAllOfAttributesAllOf() *GnbDuFunctionSingleAllOfAttributesAllOf

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

func NewGnbDuFunctionSingleAllOfAttributesAllOfWithDefaults ¶ added in v1.18.0

func NewGnbDuFunctionSingleAllOfAttributesAllOfWithDefaults() *GnbDuFunctionSingleAllOfAttributesAllOf

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

func (*GnbDuFunctionSingleAllOfAttributesAllOf) GetGnbDuId ¶ added in v1.18.0

GetGnbDuId returns the GnbDuId field value if set, zero value otherwise.

func (*GnbDuFunctionSingleAllOfAttributesAllOf) GetGnbDuIdOk ¶ added in v1.18.0

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

func (*GnbDuFunctionSingleAllOfAttributesAllOf) GetGnbDuName ¶ added in v1.18.0

GetGnbDuName returns the GnbDuName field value if set, zero value otherwise.

func (*GnbDuFunctionSingleAllOfAttributesAllOf) GetGnbDuNameOk ¶ added in v1.18.0

func (o *GnbDuFunctionSingleAllOfAttributesAllOf) GetGnbDuNameOk() (*string, bool)

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

func (*GnbDuFunctionSingleAllOfAttributesAllOf) GetGnbId ¶ added in v1.18.0

GetGnbId returns the GnbId field value if set, zero value otherwise.

func (*GnbDuFunctionSingleAllOfAttributesAllOf) GetGnbIdLength ¶ added in v1.18.0

func (o *GnbDuFunctionSingleAllOfAttributesAllOf) GetGnbIdLength() int32

GetGnbIdLength returns the GnbIdLength field value if set, zero value otherwise.

func (*GnbDuFunctionSingleAllOfAttributesAllOf) GetGnbIdLengthOk ¶ added in v1.18.0

func (o *GnbDuFunctionSingleAllOfAttributesAllOf) GetGnbIdLengthOk() (*int32, bool)

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

func (*GnbDuFunctionSingleAllOfAttributesAllOf) GetGnbIdOk ¶ added in v1.18.0

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

func (*GnbDuFunctionSingleAllOfAttributesAllOf) GetRimRSReportConf ¶ added in v1.18.0

GetRimRSReportConf returns the RimRSReportConf field value if set, zero value otherwise.

func (*GnbDuFunctionSingleAllOfAttributesAllOf) GetRimRSReportConfOk ¶ added in v1.18.0

func (o *GnbDuFunctionSingleAllOfAttributesAllOf) GetRimRSReportConfOk() (*RimRSReportConf, bool)

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

func (*GnbDuFunctionSingleAllOfAttributesAllOf) HasGnbDuId ¶ added in v1.18.0

HasGnbDuId returns a boolean if a field has been set.

func (*GnbDuFunctionSingleAllOfAttributesAllOf) HasGnbDuName ¶ added in v1.18.0

HasGnbDuName returns a boolean if a field has been set.

func (*GnbDuFunctionSingleAllOfAttributesAllOf) HasGnbId ¶ added in v1.18.0

HasGnbId returns a boolean if a field has been set.

func (*GnbDuFunctionSingleAllOfAttributesAllOf) HasGnbIdLength ¶ added in v1.18.0

func (o *GnbDuFunctionSingleAllOfAttributesAllOf) HasGnbIdLength() bool

HasGnbIdLength returns a boolean if a field has been set.

func (*GnbDuFunctionSingleAllOfAttributesAllOf) HasRimRSReportConf ¶ added in v1.18.0

func (o *GnbDuFunctionSingleAllOfAttributesAllOf) HasRimRSReportConf() bool

HasRimRSReportConf returns a boolean if a field has been set.

func (GnbDuFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶ added in v1.18.0

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

func (*GnbDuFunctionSingleAllOfAttributesAllOf) SetGnbDuId ¶ added in v1.18.0

SetGnbDuId gets a reference to the given float32 and assigns it to the GnbDuId field.

func (*GnbDuFunctionSingleAllOfAttributesAllOf) SetGnbDuName ¶ added in v1.18.0

SetGnbDuName gets a reference to the given string and assigns it to the GnbDuName field.

func (*GnbDuFunctionSingleAllOfAttributesAllOf) SetGnbId ¶ added in v1.18.0

SetGnbId gets a reference to the given string and assigns it to the GnbId field.

func (*GnbDuFunctionSingleAllOfAttributesAllOf) SetGnbIdLength ¶ added in v1.18.0

func (o *GnbDuFunctionSingleAllOfAttributesAllOf) SetGnbIdLength(v int32)

SetGnbIdLength gets a reference to the given int32 and assigns it to the GnbIdLength field.

func (*GnbDuFunctionSingleAllOfAttributesAllOf) SetRimRSReportConf ¶ added in v1.18.0

SetRimRSReportConf gets a reference to the given RimRSReportConf and assigns it to the RimRSReportConf field.

func (GnbDuFunctionSingleAllOfAttributesAllOf) ToMap ¶ added in v1.18.0

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

type HeartbeatControlSingle ¶

type HeartbeatControlSingle struct {
	Top
	Attributes *HeartbeatControlSingleAllOfAttributes `json:"attributes,omitempty"`
}

HeartbeatControlSingle struct for HeartbeatControlSingle

func NewHeartbeatControlSingle ¶

func NewHeartbeatControlSingle(id NullableString) *HeartbeatControlSingle

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

func NewHeartbeatControlSingleWithDefaults ¶

func NewHeartbeatControlSingleWithDefaults() *HeartbeatControlSingle

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

func (*HeartbeatControlSingle) GetAttributes ¶

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

type IsESCoveredBy string

IsESCoveredBy the model 'IsESCoveredBy'

const (
	FALSE   IsESCoveredBy = "false"
	PARTIAL IsESCoveredBy = "PARTIAL"
	FULL    IsESCoveredBy = "FULL"
)

List of IsESCoveredBy

func NewIsESCoveredByFromValue ¶

func NewIsESCoveredByFromValue(v string) (*IsESCoveredBy, error)

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

func (IsESCoveredBy) IsValid ¶

func (v IsESCoveredBy) IsValid() bool

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

func (IsESCoveredBy) Ptr ¶

func (v IsESCoveredBy) Ptr() *IsESCoveredBy

Ptr returns reference to IsESCoveredBy value

func (*IsESCoveredBy) UnmarshalJSON ¶

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

type IsInitialBwp ¶

type IsInitialBwp string

IsInitialBwp the model 'IsInitialBwp'

const (
	INITIAL IsInitialBwp = "INITIAL"
	OTHER   IsInitialBwp = "OTHER"
	SUL     IsInitialBwp = "SUL"
)

List of IsInitialBwp

func NewIsInitialBwpFromValue ¶

func NewIsInitialBwpFromValue(v string) (*IsInitialBwp, error)

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

func (IsInitialBwp) IsValid ¶

func (v IsInitialBwp) IsValid() bool

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

func (IsInitialBwp) Ptr ¶

func (v IsInitialBwp) Ptr() *IsInitialBwp

Ptr returns reference to IsInitialBwp value

func (*IsInitialBwp) UnmarshalJSON ¶

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

type JobTypeType ¶

type JobTypeType string

JobTypeType Specifies whether the TraceJob represents only MDT, Logged MBSFN MDT, Trace or a combined Trace and MDT job. Applicable for Trace, MDT, RCEF and RLF reporting. See 3GPP TS 32.422 clause 5.9a for additional details.

const (
	IMMEDIATE_MDT_ONLY      JobTypeType = "IMMEDIATE_MDT_ONLY"
	LOGGED_MDT_ONLY         JobTypeType = "LOGGED_MDT_ONLY"
	TRACE_ONLY              JobTypeType = "TRACE_ONLY"
	IMMEDIATE_MDT_AND_TRACE JobTypeType = "IMMEDIATE_MDT AND TRACE"
	RLF_REPORT_ONLY         JobTypeType = "RLF_REPORT_ONLY"
	RCEF_REPORT_ONLY        JobTypeType = "RCEF_REPORT_ONLY"
	LOGGED_MBSFN_MDT        JobTypeType = "LOGGED_MBSFN_MDT"
)

List of jobType-Type

func NewJobTypeTypeFromValue ¶

func NewJobTypeTypeFromValue(v string) (*JobTypeType, error)

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

func (JobTypeType) IsValid ¶

func (v JobTypeType) IsValid() bool

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

func (JobTypeType) Ptr ¶

func (v JobTypeType) Ptr() *JobTypeType

Ptr returns reference to jobType-Type value

func (*JobTypeType) UnmarshalJSON ¶

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

type ListOfInterfacesType ¶

type ListOfInterfacesType struct {
	MSCServerInterfaces []string `json:"MSCServerInterfaces,omitempty"`
	MGWInterfaces       []string `json:"MGWInterfaces,omitempty"`
	RNCInterfaces       []string `json:"RNCInterfaces,omitempty"`
	SGSNInterfaces      []string `json:"SGSNInterfaces,omitempty"`
	GGSNInterfaces      []string `json:"GGSNInterfaces,omitempty"`
	SCSCFInterfaces     []string `json:"S-CSCFInterfaces,omitempty"`
	PCSCFInterfaces     []string `json:"P-CSCFInterfaces,omitempty"`
	ICSCFInterfaces     []string `json:"I-CSCFInterfaces,omitempty"`
	MRFCInterfaces      []string `json:"MRFCInterfaces,omitempty"`
	MGCFInterfaces      []string `json:"MGCFInterfaces,omitempty"`
	IBCFInterfaces      []string `json:"IBCFInterfaces,omitempty"`
	ECSCFInterfaces     []string `json:"E-CSCFInterfaces,omitempty"`
	BGCFInterfaces      []string `json:"BGCFInterfaces,omitempty"`
	ASInterfaces        []string `json:"ASInterfaces,omitempty"`
	HSSInterfaces       []string `json:"HSSInterfaces,omitempty"`
	EIRInterfaces       []string `json:"EIRInterfaces,omitempty"`
	BMSCInterfaces      []string `json:"BM-SCInterfaces,omitempty"`
	MMEInterfaces       []string `json:"MMEInterfaces,omitempty"`
	SGWInterfaces       []string `json:"SGWInterfaces,omitempty"`
	PDNGWInterfaces     []string `json:"PDN_GWInterfaces,omitempty"`
	ENBInterfaces       []string `json:"eNBInterfaces,omitempty"`
	EnGNBInterfaces     []string `json:"en-gNBInterfaces,omitempty"`
	AMFInterfaces       []string `json:"AMFInterfaces,omitempty"`
	AUSFInterfaces      []string `json:"AUSFInterfaces,omitempty"`
	NEFInterfaces       []string `json:"NEFInterfaces,omitempty"`
	NRFInterfaces       []string `json:"NRFInterfaces,omitempty"`
	NSSFInterfaces      []string `json:"NSSFInterfaces,omitempty"`
	PCFInterfaces       []string `json:"PCFInterfaces,omitempty"`
	SMFInterfaces       []string `json:"SMFInterfaces,omitempty"`
	SMSFInterfaces      []string `json:"SMSFInterfaces,omitempty"`
	UDMInterfaces       []string `json:"UDMInterfaces,omitempty"`
	UPFInterfaces       []string `json:"UPFInterfaces,omitempty"`
	NgENBInterfaces     []string `json:"ng-eNBInterfaces,omitempty"`
	GNBCUCPInterfaces   []string `json:"gNB-CU-CPInterfaces,omitempty"`
	GNBCUUPInterfaces   []string `json:"gNB-CU-UPInterfaces,omitempty"`
	GNBDUInterfaces     []string `json:"gNB-DUInterfaces,omitempty"`
}

ListOfInterfacesType The interfaces to be recorded in the Network Element. See 3GPP TS 32.422 clause 5.5 for additional details.

func NewListOfInterfacesType ¶

func NewListOfInterfacesType() *ListOfInterfacesType

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

func NewListOfInterfacesTypeWithDefaults ¶

func NewListOfInterfacesTypeWithDefaults() *ListOfInterfacesType

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

func (*ListOfInterfacesType) GetAMFInterfaces ¶

func (o *ListOfInterfacesType) GetAMFInterfaces() []string

GetAMFInterfaces returns the AMFInterfaces field value if set, zero value otherwise.

func (*ListOfInterfacesType) GetAMFInterfacesOk ¶

func (o *ListOfInterfacesType) GetAMFInterfacesOk() ([]string, bool)

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

func (*ListOfInterfacesType) GetASInterfaces ¶

func (o *ListOfInterfacesType) GetASInterfaces() []string

GetASInterfaces returns the ASInterfaces field value if set, zero value otherwise.

func (*ListOfInterfacesType) GetASInterfacesOk ¶

func (o *ListOfInterfacesType) GetASInterfacesOk() ([]string, bool)

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

func (*ListOfInterfacesType) GetAUSFInterfaces ¶

func (o *ListOfInterfacesType) GetAUSFInterfaces() []string

GetAUSFInterfaces returns the AUSFInterfaces field value if set, zero value otherwise.

func (*ListOfInterfacesType) GetAUSFInterfacesOk ¶

func (o *ListOfInterfacesType) GetAUSFInterfacesOk() ([]string, bool)

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

func (*ListOfInterfacesType) GetBGCFInterfaces ¶

func (o *ListOfInterfacesType) GetBGCFInterfaces() []string

GetBGCFInterfaces returns the BGCFInterfaces field value if set, zero value otherwise.

func (*ListOfInterfacesType) GetBGCFInterfacesOk ¶

func (o *ListOfInterfacesType) GetBGCFInterfacesOk() ([]string, bool)

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

func (*ListOfInterfacesType) GetBMSCInterfaces ¶

func (o *ListOfInterfacesType) GetBMSCInterfaces() []string

GetBMSCInterfaces returns the BMSCInterfaces field value if set, zero value otherwise.

func (*ListOfInterfacesType) GetBMSCInterfacesOk ¶

func (o *ListOfInterfacesType) GetBMSCInterfacesOk() ([]string, bool)

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

func (*ListOfInterfacesType) GetECSCFInterfaces ¶

func (o *ListOfInterfacesType) GetECSCFInterfaces() []string

GetECSCFInterfaces returns the ECSCFInterfaces field value if set, zero value otherwise.

func (*ListOfInterfacesType) GetECSCFInterfacesOk ¶

func (o *ListOfInterfacesType) GetECSCFInterfacesOk() ([]string, bool)

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

func (*ListOfInterfacesType) GetEIRInterfaces ¶

func (o *ListOfInterfacesType) GetEIRInterfaces() []string

GetEIRInterfaces returns the EIRInterfaces field value if set, zero value otherwise.

func (*ListOfInterfacesType) GetEIRInterfacesOk ¶

func (o *ListOfInterfacesType) GetEIRInterfacesOk() ([]string, bool)

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

func (*ListOfInterfacesType) GetENBInterfaces ¶

func (o *ListOfInterfacesType) GetENBInterfaces() []string

GetENBInterfaces returns the ENBInterfaces field value if set, zero value otherwise.

func (*ListOfInterfacesType) GetENBInterfacesOk ¶

func (o *ListOfInterfacesType) GetENBInterfacesOk() ([]string, bool)

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

func (*ListOfInterfacesType) GetEnGNBInterfaces ¶

func (o *ListOfInterfacesType) GetEnGNBInterfaces() []string

GetEnGNBInterfaces returns the EnGNBInterfaces field value if set, zero value otherwise.

func (*ListOfInterfacesType) GetEnGNBInterfacesOk ¶

func (o *ListOfInterfacesType) GetEnGNBInterfacesOk() ([]string, bool)

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

func (*ListOfInterfacesType) GetGGSNInterfaces ¶

func (o *ListOfInterfacesType) GetGGSNInterfaces() []string

GetGGSNInterfaces returns the GGSNInterfaces field value if set, zero value otherwise.

func (*ListOfInterfacesType) GetGGSNInterfacesOk ¶

func (o *ListOfInterfacesType) GetGGSNInterfacesOk() ([]string, bool)

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

func (*ListOfInterfacesType) GetGNBCUCPInterfaces ¶

func (o *ListOfInterfacesType) GetGNBCUCPInterfaces() []string

GetGNBCUCPInterfaces returns the GNBCUCPInterfaces field value if set, zero value otherwise.

func (*ListOfInterfacesType) GetGNBCUCPInterfacesOk ¶

func (o *ListOfInterfacesType) GetGNBCUCPInterfacesOk() ([]string, bool)

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

func (*ListOfInterfacesType) GetGNBCUUPInterfaces ¶

func (o *ListOfInterfacesType) GetGNBCUUPInterfaces() []string

GetGNBCUUPInterfaces returns the GNBCUUPInterfaces field value if set, zero value otherwise.

func (*ListOfInterfacesType) GetGNBCUUPInterfacesOk ¶

func (o *ListOfInterfacesType) GetGNBCUUPInterfacesOk() ([]string, bool)

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

func (*ListOfInterfacesType) GetGNBDUInterfaces ¶

func (o *ListOfInterfacesType) GetGNBDUInterfaces() []string

GetGNBDUInterfaces returns the GNBDUInterfaces field value if set, zero value otherwise.

func (*ListOfInterfacesType) GetGNBDUInterfacesOk ¶

func (o *ListOfInterfacesType) GetGNBDUInterfacesOk() ([]string, bool)

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

func (*ListOfInterfacesType) GetHSSInterfaces ¶

func (o *ListOfInterfacesType) GetHSSInterfaces() []string

GetHSSInterfaces returns the HSSInterfaces field value if set, zero value otherwise.

func (*ListOfInterfacesType) GetHSSInterfacesOk ¶

func (o *ListOfInterfacesType) GetHSSInterfacesOk() ([]string, bool)

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

func (*ListOfInterfacesType) GetIBCFInterfaces ¶

func (o *ListOfInterfacesType) GetIBCFInterfaces() []string

GetIBCFInterfaces returns the IBCFInterfaces field value if set, zero value otherwise.

func (*ListOfInterfacesType) GetIBCFInterfacesOk ¶

func (o *ListOfInterfacesType) GetIBCFInterfacesOk() ([]string, bool)

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

func (*ListOfInterfacesType) GetICSCFInterfaces ¶

func (o *ListOfInterfacesType) GetICSCFInterfaces() []string

GetICSCFInterfaces returns the ICSCFInterfaces field value if set, zero value otherwise.

func (*ListOfInterfacesType) GetICSCFInterfacesOk ¶

func (o *ListOfInterfacesType) GetICSCFInterfacesOk() ([]string, bool)

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

func (*ListOfInterfacesType) GetMGCFInterfaces ¶

func (o *ListOfInterfacesType) GetMGCFInterfaces() []string

GetMGCFInterfaces returns the MGCFInterfaces field value if set, zero value otherwise.

func (*ListOfInterfacesType) GetMGCFInterfacesOk ¶

func (o *ListOfInterfacesType) GetMGCFInterfacesOk() ([]string, bool)

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

func (*ListOfInterfacesType) GetMGWInterfaces ¶

func (o *ListOfInterfacesType) GetMGWInterfaces() []string

GetMGWInterfaces returns the MGWInterfaces field value if set, zero value otherwise.

func (*ListOfInterfacesType) GetMGWInterfacesOk ¶

func (o *ListOfInterfacesType) GetMGWInterfacesOk() ([]string, bool)

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

func (*ListOfInterfacesType) GetMMEInterfaces ¶

func (o *ListOfInterfacesType) GetMMEInterfaces() []string

GetMMEInterfaces returns the MMEInterfaces field value if set, zero value otherwise.

func (*ListOfInterfacesType) GetMMEInterfacesOk ¶

func (o *ListOfInterfacesType) GetMMEInterfacesOk() ([]string, bool)

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

func (*ListOfInterfacesType) GetMRFCInterfaces ¶

func (o *ListOfInterfacesType) GetMRFCInterfaces() []string

GetMRFCInterfaces returns the MRFCInterfaces field value if set, zero value otherwise.

func (*ListOfInterfacesType) GetMRFCInterfacesOk ¶

func (o *ListOfInterfacesType) GetMRFCInterfacesOk() ([]string, bool)

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

func (*ListOfInterfacesType) GetMSCServerInterfaces ¶

func (o *ListOfInterfacesType) GetMSCServerInterfaces() []string

GetMSCServerInterfaces returns the MSCServerInterfaces field value if set, zero value otherwise.

func (*ListOfInterfacesType) GetMSCServerInterfacesOk ¶

func (o *ListOfInterfacesType) GetMSCServerInterfacesOk() ([]string, bool)

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

func (*ListOfInterfacesType) GetNEFInterfaces ¶

func (o *ListOfInterfacesType) GetNEFInterfaces() []string

GetNEFInterfaces returns the NEFInterfaces field value if set, zero value otherwise.

func (*ListOfInterfacesType) GetNEFInterfacesOk ¶

func (o *ListOfInterfacesType) GetNEFInterfacesOk() ([]string, bool)

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

func (*ListOfInterfacesType) GetNRFInterfaces ¶

func (o *ListOfInterfacesType) GetNRFInterfaces() []string

GetNRFInterfaces returns the NRFInterfaces field value if set, zero value otherwise.

func (*ListOfInterfacesType) GetNRFInterfacesOk ¶

func (o *ListOfInterfacesType) GetNRFInterfacesOk() ([]string, bool)

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

func (*ListOfInterfacesType) GetNSSFInterfaces ¶

func (o *ListOfInterfacesType) GetNSSFInterfaces() []string

GetNSSFInterfaces returns the NSSFInterfaces field value if set, zero value otherwise.

func (*ListOfInterfacesType) GetNSSFInterfacesOk ¶

func (o *ListOfInterfacesType) GetNSSFInterfacesOk() ([]string, bool)

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

func (*ListOfInterfacesType) GetNgENBInterfaces ¶

func (o *ListOfInterfacesType) GetNgENBInterfaces() []string

GetNgENBInterfaces returns the NgENBInterfaces field value if set, zero value otherwise.

func (*ListOfInterfacesType) GetNgENBInterfacesOk ¶

func (o *ListOfInterfacesType) GetNgENBInterfacesOk() ([]string, bool)

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

func (*ListOfInterfacesType) GetPCFInterfaces ¶

func (o *ListOfInterfacesType) GetPCFInterfaces() []string

GetPCFInterfaces returns the PCFInterfaces field value if set, zero value otherwise.

func (*ListOfInterfacesType) GetPCFInterfacesOk ¶

func (o *ListOfInterfacesType) GetPCFInterfacesOk() ([]string, bool)

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

func (*ListOfInterfacesType) GetPCSCFInterfaces ¶

func (o *ListOfInterfacesType) GetPCSCFInterfaces() []string

GetPCSCFInterfaces returns the PCSCFInterfaces field value if set, zero value otherwise.

func (*ListOfInterfacesType) GetPCSCFInterfacesOk ¶

func (o *ListOfInterfacesType) GetPCSCFInterfacesOk() ([]string, bool)

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

func (*ListOfInterfacesType) GetPDNGWInterfaces ¶

func (o *ListOfInterfacesType) GetPDNGWInterfaces() []string

GetPDNGWInterfaces returns the PDNGWInterfaces field value if set, zero value otherwise.

func (*ListOfInterfacesType) GetPDNGWInterfacesOk ¶

func (o *ListOfInterfacesType) GetPDNGWInterfacesOk() ([]string, bool)

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

func (*ListOfInterfacesType) GetRNCInterfaces ¶

func (o *ListOfInterfacesType) GetRNCInterfaces() []string

GetRNCInterfaces returns the RNCInterfaces field value if set, zero value otherwise.

func (*ListOfInterfacesType) GetRNCInterfacesOk ¶

func (o *ListOfInterfacesType) GetRNCInterfacesOk() ([]string, bool)

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

func (*ListOfInterfacesType) GetSCSCFInterfaces ¶

func (o *ListOfInterfacesType) GetSCSCFInterfaces() []string

GetSCSCFInterfaces returns the SCSCFInterfaces field value if set, zero value otherwise.

func (*ListOfInterfacesType) GetSCSCFInterfacesOk ¶

func (o *ListOfInterfacesType) GetSCSCFInterfacesOk() ([]string, bool)

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

func (*ListOfInterfacesType) GetSGSNInterfaces ¶

func (o *ListOfInterfacesType) GetSGSNInterfaces() []string

GetSGSNInterfaces returns the SGSNInterfaces field value if set, zero value otherwise.

func (*ListOfInterfacesType) GetSGSNInterfacesOk ¶

func (o *ListOfInterfacesType) GetSGSNInterfacesOk() ([]string, bool)

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

func (*ListOfInterfacesType) GetSGWInterfaces ¶

func (o *ListOfInterfacesType) GetSGWInterfaces() []string

GetSGWInterfaces returns the SGWInterfaces field value if set, zero value otherwise.

func (*ListOfInterfacesType) GetSGWInterfacesOk ¶

func (o *ListOfInterfacesType) GetSGWInterfacesOk() ([]string, bool)

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

func (*ListOfInterfacesType) GetSMFInterfaces ¶

func (o *ListOfInterfacesType) GetSMFInterfaces() []string

GetSMFInterfaces returns the SMFInterfaces field value if set, zero value otherwise.

func (*ListOfInterfacesType) GetSMFInterfacesOk ¶

func (o *ListOfInterfacesType) GetSMFInterfacesOk() ([]string, bool)

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

func (*ListOfInterfacesType) GetSMSFInterfaces ¶

func (o *ListOfInterfacesType) GetSMSFInterfaces() []string

GetSMSFInterfaces returns the SMSFInterfaces field value if set, zero value otherwise.

func (*ListOfInterfacesType) GetSMSFInterfacesOk ¶

func (o *ListOfInterfacesType) GetSMSFInterfacesOk() ([]string, bool)

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

func (*ListOfInterfacesType) GetUDMInterfaces ¶

func (o *ListOfInterfacesType) GetUDMInterfaces() []string

GetUDMInterfaces returns the UDMInterfaces field value if set, zero value otherwise.

func (*ListOfInterfacesType) GetUDMInterfacesOk ¶

func (o *ListOfInterfacesType) GetUDMInterfacesOk() ([]string, bool)

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

func (*ListOfInterfacesType) GetUPFInterfaces ¶

func (o *ListOfInterfacesType) GetUPFInterfaces() []string

GetUPFInterfaces returns the UPFInterfaces field value if set, zero value otherwise.

func (*ListOfInterfacesType) GetUPFInterfacesOk ¶

func (o *ListOfInterfacesType) GetUPFInterfacesOk() ([]string, bool)

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

func (*ListOfInterfacesType) HasAMFInterfaces ¶

func (o *ListOfInterfacesType) HasAMFInterfaces() bool

HasAMFInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasASInterfaces ¶

func (o *ListOfInterfacesType) HasASInterfaces() bool

HasASInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasAUSFInterfaces ¶

func (o *ListOfInterfacesType) HasAUSFInterfaces() bool

HasAUSFInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasBGCFInterfaces ¶

func (o *ListOfInterfacesType) HasBGCFInterfaces() bool

HasBGCFInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasBMSCInterfaces ¶

func (o *ListOfInterfacesType) HasBMSCInterfaces() bool

HasBMSCInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasECSCFInterfaces ¶

func (o *ListOfInterfacesType) HasECSCFInterfaces() bool

HasECSCFInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasEIRInterfaces ¶

func (o *ListOfInterfacesType) HasEIRInterfaces() bool

HasEIRInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasENBInterfaces ¶

func (o *ListOfInterfacesType) HasENBInterfaces() bool

HasENBInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasEnGNBInterfaces ¶

func (o *ListOfInterfacesType) HasEnGNBInterfaces() bool

HasEnGNBInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasGGSNInterfaces ¶

func (o *ListOfInterfacesType) HasGGSNInterfaces() bool

HasGGSNInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasGNBCUCPInterfaces ¶

func (o *ListOfInterfacesType) HasGNBCUCPInterfaces() bool

HasGNBCUCPInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasGNBCUUPInterfaces ¶

func (o *ListOfInterfacesType) HasGNBCUUPInterfaces() bool

HasGNBCUUPInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasGNBDUInterfaces ¶

func (o *ListOfInterfacesType) HasGNBDUInterfaces() bool

HasGNBDUInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasHSSInterfaces ¶

func (o *ListOfInterfacesType) HasHSSInterfaces() bool

HasHSSInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasIBCFInterfaces ¶

func (o *ListOfInterfacesType) HasIBCFInterfaces() bool

HasIBCFInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasICSCFInterfaces ¶

func (o *ListOfInterfacesType) HasICSCFInterfaces() bool

HasICSCFInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasMGCFInterfaces ¶

func (o *ListOfInterfacesType) HasMGCFInterfaces() bool

HasMGCFInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasMGWInterfaces ¶

func (o *ListOfInterfacesType) HasMGWInterfaces() bool

HasMGWInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasMMEInterfaces ¶

func (o *ListOfInterfacesType) HasMMEInterfaces() bool

HasMMEInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasMRFCInterfaces ¶

func (o *ListOfInterfacesType) HasMRFCInterfaces() bool

HasMRFCInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasMSCServerInterfaces ¶

func (o *ListOfInterfacesType) HasMSCServerInterfaces() bool

HasMSCServerInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasNEFInterfaces ¶

func (o *ListOfInterfacesType) HasNEFInterfaces() bool

HasNEFInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasNRFInterfaces ¶

func (o *ListOfInterfacesType) HasNRFInterfaces() bool

HasNRFInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasNSSFInterfaces ¶

func (o *ListOfInterfacesType) HasNSSFInterfaces() bool

HasNSSFInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasNgENBInterfaces ¶

func (o *ListOfInterfacesType) HasNgENBInterfaces() bool

HasNgENBInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasPCFInterfaces ¶

func (o *ListOfInterfacesType) HasPCFInterfaces() bool

HasPCFInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasPCSCFInterfaces ¶

func (o *ListOfInterfacesType) HasPCSCFInterfaces() bool

HasPCSCFInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasPDNGWInterfaces ¶

func (o *ListOfInterfacesType) HasPDNGWInterfaces() bool

HasPDNGWInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasRNCInterfaces ¶

func (o *ListOfInterfacesType) HasRNCInterfaces() bool

HasRNCInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasSCSCFInterfaces ¶

func (o *ListOfInterfacesType) HasSCSCFInterfaces() bool

HasSCSCFInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasSGSNInterfaces ¶

func (o *ListOfInterfacesType) HasSGSNInterfaces() bool

HasSGSNInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasSGWInterfaces ¶

func (o *ListOfInterfacesType) HasSGWInterfaces() bool

HasSGWInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasSMFInterfaces ¶

func (o *ListOfInterfacesType) HasSMFInterfaces() bool

HasSMFInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasSMSFInterfaces ¶

func (o *ListOfInterfacesType) HasSMSFInterfaces() bool

HasSMSFInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasUDMInterfaces ¶

func (o *ListOfInterfacesType) HasUDMInterfaces() bool

HasUDMInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasUPFInterfaces ¶

func (o *ListOfInterfacesType) HasUPFInterfaces() bool

HasUPFInterfaces returns a boolean if a field has been set.

func (ListOfInterfacesType) MarshalJSON ¶

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

func (*ListOfInterfacesType) SetAMFInterfaces ¶

func (o *ListOfInterfacesType) SetAMFInterfaces(v []string)

SetAMFInterfaces gets a reference to the given []string and assigns it to the AMFInterfaces field.

func (*ListOfInterfacesType) SetASInterfaces ¶

func (o *ListOfInterfacesType) SetASInterfaces(v []string)

SetASInterfaces gets a reference to the given []string and assigns it to the ASInterfaces field.

func (*ListOfInterfacesType) SetAUSFInterfaces ¶

func (o *ListOfInterfacesType) SetAUSFInterfaces(v []string)

SetAUSFInterfaces gets a reference to the given []string and assigns it to the AUSFInterfaces field.

func (*ListOfInterfacesType) SetBGCFInterfaces ¶

func (o *ListOfInterfacesType) SetBGCFInterfaces(v []string)

SetBGCFInterfaces gets a reference to the given []string and assigns it to the BGCFInterfaces field.

func (*ListOfInterfacesType) SetBMSCInterfaces ¶

func (o *ListOfInterfacesType) SetBMSCInterfaces(v []string)

SetBMSCInterfaces gets a reference to the given []string and assigns it to the BMSCInterfaces field.

func (*ListOfInterfacesType) SetECSCFInterfaces ¶

func (o *ListOfInterfacesType) SetECSCFInterfaces(v []string)

SetECSCFInterfaces gets a reference to the given []string and assigns it to the ECSCFInterfaces field.

func (*ListOfInterfacesType) SetEIRInterfaces ¶

func (o *ListOfInterfacesType) SetEIRInterfaces(v []string)

SetEIRInterfaces gets a reference to the given []string and assigns it to the EIRInterfaces field.

func (*ListOfInterfacesType) SetENBInterfaces ¶

func (o *ListOfInterfacesType) SetENBInterfaces(v []string)

SetENBInterfaces gets a reference to the given []string and assigns it to the ENBInterfaces field.

func (*ListOfInterfacesType) SetEnGNBInterfaces ¶

func (o *ListOfInterfacesType) SetEnGNBInterfaces(v []string)

SetEnGNBInterfaces gets a reference to the given []string and assigns it to the EnGNBInterfaces field.

func (*ListOfInterfacesType) SetGGSNInterfaces ¶

func (o *ListOfInterfacesType) SetGGSNInterfaces(v []string)

SetGGSNInterfaces gets a reference to the given []string and assigns it to the GGSNInterfaces field.

func (*ListOfInterfacesType) SetGNBCUCPInterfaces ¶

func (o *ListOfInterfacesType) SetGNBCUCPInterfaces(v []string)

SetGNBCUCPInterfaces gets a reference to the given []string and assigns it to the GNBCUCPInterfaces field.

func (*ListOfInterfacesType) SetGNBCUUPInterfaces ¶

func (o *ListOfInterfacesType) SetGNBCUUPInterfaces(v []string)

SetGNBCUUPInterfaces gets a reference to the given []string and assigns it to the GNBCUUPInterfaces field.

func (*ListOfInterfacesType) SetGNBDUInterfaces ¶

func (o *ListOfInterfacesType) SetGNBDUInterfaces(v []string)

SetGNBDUInterfaces gets a reference to the given []string and assigns it to the GNBDUInterfaces field.

func (*ListOfInterfacesType) SetHSSInterfaces ¶

func (o *ListOfInterfacesType) SetHSSInterfaces(v []string)

SetHSSInterfaces gets a reference to the given []string and assigns it to the HSSInterfaces field.

func (*ListOfInterfacesType) SetIBCFInterfaces ¶

func (o *ListOfInterfacesType) SetIBCFInterfaces(v []string)

SetIBCFInterfaces gets a reference to the given []string and assigns it to the IBCFInterfaces field.

func (*ListOfInterfacesType) SetICSCFInterfaces ¶

func (o *ListOfInterfacesType) SetICSCFInterfaces(v []string)

SetICSCFInterfaces gets a reference to the given []string and assigns it to the ICSCFInterfaces field.

func (*ListOfInterfacesType) SetMGCFInterfaces ¶

func (o *ListOfInterfacesType) SetMGCFInterfaces(v []string)

SetMGCFInterfaces gets a reference to the given []string and assigns it to the MGCFInterfaces field.

func (*ListOfInterfacesType) SetMGWInterfaces ¶

func (o *ListOfInterfacesType) SetMGWInterfaces(v []string)

SetMGWInterfaces gets a reference to the given []string and assigns it to the MGWInterfaces field.

func (*ListOfInterfacesType) SetMMEInterfaces ¶

func (o *ListOfInterfacesType) SetMMEInterfaces(v []string)

SetMMEInterfaces gets a reference to the given []string and assigns it to the MMEInterfaces field.

func (*ListOfInterfacesType) SetMRFCInterfaces ¶

func (o *ListOfInterfacesType) SetMRFCInterfaces(v []string)

SetMRFCInterfaces gets a reference to the given []string and assigns it to the MRFCInterfaces field.

func (*ListOfInterfacesType) SetMSCServerInterfaces ¶

func (o *ListOfInterfacesType) SetMSCServerInterfaces(v []string)

SetMSCServerInterfaces gets a reference to the given []string and assigns it to the MSCServerInterfaces field.

func (*ListOfInterfacesType) SetNEFInterfaces ¶

func (o *ListOfInterfacesType) SetNEFInterfaces(v []string)

SetNEFInterfaces gets a reference to the given []string and assigns it to the NEFInterfaces field.

func (*ListOfInterfacesType) SetNRFInterfaces ¶

func (o *ListOfInterfacesType) SetNRFInterfaces(v []string)

SetNRFInterfaces gets a reference to the given []string and assigns it to the NRFInterfaces field.

func (*ListOfInterfacesType) SetNSSFInterfaces ¶

func (o *ListOfInterfacesType) SetNSSFInterfaces(v []string)

SetNSSFInterfaces gets a reference to the given []string and assigns it to the NSSFInterfaces field.

func (*ListOfInterfacesType) SetNgENBInterfaces ¶

func (o *ListOfInterfacesType) SetNgENBInterfaces(v []string)

SetNgENBInterfaces gets a reference to the given []string and assigns it to the NgENBInterfaces field.

func (*ListOfInterfacesType) SetPCFInterfaces ¶

func (o *ListOfInterfacesType) SetPCFInterfaces(v []string)

SetPCFInterfaces gets a reference to the given []string and assigns it to the PCFInterfaces field.

func (*ListOfInterfacesType) SetPCSCFInterfaces ¶

func (o *ListOfInterfacesType) SetPCSCFInterfaces(v []string)

SetPCSCFInterfaces gets a reference to the given []string and assigns it to the PCSCFInterfaces field.

func (*ListOfInterfacesType) SetPDNGWInterfaces ¶

func (o *ListOfInterfacesType) SetPDNGWInterfaces(v []string)

SetPDNGWInterfaces gets a reference to the given []string and assigns it to the PDNGWInterfaces field.

func (*ListOfInterfacesType) SetRNCInterfaces ¶

func (o *ListOfInterfacesType) SetRNCInterfaces(v []string)

SetRNCInterfaces gets a reference to the given []string and assigns it to the RNCInterfaces field.

func (*ListOfInterfacesType) SetSCSCFInterfaces ¶

func (o *ListOfInterfacesType) SetSCSCFInterfaces(v []string)

SetSCSCFInterfaces gets a reference to the given []string and assigns it to the SCSCFInterfaces field.

func (*ListOfInterfacesType) SetSGSNInterfaces ¶

func (o *ListOfInterfacesType) SetSGSNInterfaces(v []string)

SetSGSNInterfaces gets a reference to the given []string and assigns it to the SGSNInterfaces field.

func (*ListOfInterfacesType) SetSGWInterfaces ¶

func (o *ListOfInterfacesType) SetSGWInterfaces(v []string)

SetSGWInterfaces gets a reference to the given []string and assigns it to the SGWInterfaces field.

func (*ListOfInterfacesType) SetSMFInterfaces ¶

func (o *ListOfInterfacesType) SetSMFInterfaces(v []string)

SetSMFInterfaces gets a reference to the given []string and assigns it to the SMFInterfaces field.

func (*ListOfInterfacesType) SetSMSFInterfaces ¶

func (o *ListOfInterfacesType) SetSMSFInterfaces(v []string)

SetSMSFInterfaces gets a reference to the given []string and assigns it to the SMSFInterfaces field.

func (*ListOfInterfacesType) SetUDMInterfaces ¶

func (o *ListOfInterfacesType) SetUDMInterfaces(v []string)

SetUDMInterfaces gets a reference to the given []string and assigns it to the UDMInterfaces field.

func (*ListOfInterfacesType) SetUPFInterfaces ¶

func (o *ListOfInterfacesType) SetUPFInterfaces(v []string)

SetUPFInterfaces gets a reference to the given []string and assigns it to the UPFInterfaces field.

func (ListOfInterfacesType) ToMap ¶

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

type ListOfMeasurementsType ¶

type ListOfMeasurementsType struct {
	UMTS []string `json:"UMTS,omitempty"`
	LTE  []string `json:"LTE,omitempty"`
	NR   []string `json:"NR,omitempty"`
}

ListOfMeasurementsType See details in 3GPP TS 32.422 clause 5.10.3 for details.

func NewListOfMeasurementsType ¶

func NewListOfMeasurementsType() *ListOfMeasurementsType

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

func NewListOfMeasurementsTypeWithDefaults ¶

func NewListOfMeasurementsTypeWithDefaults() *ListOfMeasurementsType

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

func (*ListOfMeasurementsType) GetLTE ¶

func (o *ListOfMeasurementsType) GetLTE() []string

GetLTE returns the LTE field value if set, zero value otherwise.

func (*ListOfMeasurementsType) GetLTEOk ¶

func (o *ListOfMeasurementsType) GetLTEOk() ([]string, bool)

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

func (*ListOfMeasurementsType) GetNR ¶

func (o *ListOfMeasurementsType) GetNR() []string

GetNR returns the NR field value if set, zero value otherwise.

func (*ListOfMeasurementsType) GetNROk ¶

func (o *ListOfMeasurementsType) GetNROk() ([]string, bool)

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

func (*ListOfMeasurementsType) GetUMTS ¶

func (o *ListOfMeasurementsType) GetUMTS() []string

GetUMTS returns the UMTS field value if set, zero value otherwise.

func (*ListOfMeasurementsType) GetUMTSOk ¶

func (o *ListOfMeasurementsType) GetUMTSOk() ([]string, bool)

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

func (*ListOfMeasurementsType) HasLTE ¶

func (o *ListOfMeasurementsType) HasLTE() bool

HasLTE returns a boolean if a field has been set.

func (*ListOfMeasurementsType) HasNR ¶

func (o *ListOfMeasurementsType) HasNR() bool

HasNR returns a boolean if a field has been set.

func (*ListOfMeasurementsType) HasUMTS ¶

func (o *ListOfMeasurementsType) HasUMTS() bool

HasUMTS returns a boolean if a field has been set.

func (ListOfMeasurementsType) MarshalJSON ¶

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

func (*ListOfMeasurementsType) SetLTE ¶

func (o *ListOfMeasurementsType) SetLTE(v []string)

SetLTE gets a reference to the given []string and assigns it to the LTE field.

func (*ListOfMeasurementsType) SetNR ¶

func (o *ListOfMeasurementsType) SetNR(v []string)

SetNR gets a reference to the given []string and assigns it to the NR field.

func (*ListOfMeasurementsType) SetUMTS ¶

func (o *ListOfMeasurementsType) SetUMTS(v []string)

SetUMTS gets a reference to the given []string and assigns it to the UMTS field.

func (ListOfMeasurementsType) ToMap ¶

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

type LocalAddress ¶

type LocalAddress struct {
	AddressWithVlan *AddressWithVlan `json:"addressWithVlan,omitempty"`
	Port            *int32           `json:"port,omitempty"`
}

LocalAddress struct for LocalAddress

func NewLocalAddress ¶

func NewLocalAddress() *LocalAddress

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

func NewLocalAddressWithDefaults ¶

func NewLocalAddressWithDefaults() *LocalAddress

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

func (*LocalAddress) GetAddressWithVlan ¶

func (o *LocalAddress) GetAddressWithVlan() AddressWithVlan

GetAddressWithVlan returns the AddressWithVlan field value if set, zero value otherwise.

func (*LocalAddress) GetAddressWithVlanOk ¶

func (o *LocalAddress) GetAddressWithVlanOk() (*AddressWithVlan, bool)

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

func (*LocalAddress) GetPort ¶

func (o *LocalAddress) GetPort() int32

GetPort returns the Port field value if set, zero value otherwise.

func (*LocalAddress) GetPortOk ¶

func (o *LocalAddress) GetPortOk() (*int32, bool)

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

func (*LocalAddress) HasAddressWithVlan ¶

func (o *LocalAddress) HasAddressWithVlan() bool

HasAddressWithVlan returns a boolean if a field has been set.

func (*LocalAddress) HasPort ¶

func (o *LocalAddress) HasPort() bool

HasPort returns a boolean if a field has been set.

func (LocalAddress) MarshalJSON ¶

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

func (*LocalAddress) SetAddressWithVlan ¶

func (o *LocalAddress) SetAddressWithVlan(v AddressWithVlan)

SetAddressWithVlan gets a reference to the given AddressWithVlan and assigns it to the AddressWithVlan field.

func (*LocalAddress) SetPort ¶

func (o *LocalAddress) SetPort(v int32)

SetPort gets a reference to the given int32 and assigns it to the Port field.

func (LocalAddress) ToMap ¶

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

type LoggingDurationType ¶

type LoggingDurationType string

LoggingDurationType See details in 3GPP TS 32.422 clause 5.10.9.

func NewLoggingDurationTypeFromValue ¶

func NewLoggingDurationTypeFromValue(v string) (*LoggingDurationType, error)

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

func (LoggingDurationType) IsValid ¶

func (v LoggingDurationType) IsValid() bool

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

func (LoggingDurationType) Ptr ¶

Ptr returns reference to loggingDuration-Type value

func (*LoggingDurationType) UnmarshalJSON ¶

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

type LoggingIntervalType ¶

type LoggingIntervalType struct {
	UMTS []string `json:"UMTS,omitempty"`
	LTE  []string `json:"LTE,omitempty"`
	NR   []string `json:"NR,omitempty"`
}

LoggingIntervalType See details in 3GPP TS 32.422 clause 5.10.8.

func NewLoggingIntervalType ¶

func NewLoggingIntervalType() *LoggingIntervalType

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

func NewLoggingIntervalTypeWithDefaults ¶

func NewLoggingIntervalTypeWithDefaults() *LoggingIntervalType

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

func (*LoggingIntervalType) GetLTE ¶

func (o *LoggingIntervalType) GetLTE() []string

GetLTE returns the LTE field value if set, zero value otherwise.

func (*LoggingIntervalType) GetLTEOk ¶

func (o *LoggingIntervalType) GetLTEOk() ([]string, bool)

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

func (*LoggingIntervalType) GetNR ¶

func (o *LoggingIntervalType) GetNR() []string

GetNR returns the NR field value if set, zero value otherwise.

func (*LoggingIntervalType) GetNROk ¶

func (o *LoggingIntervalType) GetNROk() ([]string, bool)

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

func (*LoggingIntervalType) GetUMTS ¶

func (o *LoggingIntervalType) GetUMTS() []string

GetUMTS returns the UMTS field value if set, zero value otherwise.

func (*LoggingIntervalType) GetUMTSOk ¶

func (o *LoggingIntervalType) GetUMTSOk() ([]string, bool)

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

func (*LoggingIntervalType) HasLTE ¶

func (o *LoggingIntervalType) HasLTE() bool

HasLTE returns a boolean if a field has been set.

func (*LoggingIntervalType) HasNR ¶

func (o *LoggingIntervalType) HasNR() bool

HasNR returns a boolean if a field has been set.

func (*LoggingIntervalType) HasUMTS ¶

func (o *LoggingIntervalType) HasUMTS() bool

HasUMTS returns a boolean if a field has been set.

func (LoggingIntervalType) MarshalJSON ¶

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

func (*LoggingIntervalType) SetLTE ¶

func (o *LoggingIntervalType) SetLTE(v []string)

SetLTE gets a reference to the given []string and assigns it to the LTE field.

func (*LoggingIntervalType) SetNR ¶

func (o *LoggingIntervalType) SetNR(v []string)

SetNR gets a reference to the given []string and assigns it to the NR field.

func (*LoggingIntervalType) SetUMTS ¶

func (o *LoggingIntervalType) SetUMTS(v []string)

SetUMTS gets a reference to the given []string and assigns it to the UMTS field.

func (LoggingIntervalType) ToMap ¶

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

type ManagedElementAttr ¶

type ManagedElementAttr struct {
	DnPrefix                  *string                    `json:"dnPrefix,omitempty"`
	ManagedElementTypeList    []string                   `json:"managedElementTypeList,omitempty"`
	UserLabel                 *string                    `json:"userLabel,omitempty"`
	LocationName              *string                    `json:"locationName,omitempty"`
	ManagedBy                 []string                   `json:"managedBy,omitempty"`
	VendorName                *string                    `json:"vendorName,omitempty"`
	UserDefinedState          *string                    `json:"userDefinedState,omitempty"`
	SwVersion                 *string                    `json:"swVersion,omitempty"`
	PriorityLabel             *int32                     `json:"priorityLabel,omitempty"`
	SupportedPerfMetricGroups []SupportedPerfMetricGroup `json:"supportedPerfMetricGroups,omitempty"`
	SupportedTraceMetrics     []string                   `json:"supportedTraceMetrics,omitempty"`
}

ManagedElementAttr struct for ManagedElementAttr

func NewManagedElementAttr ¶

func NewManagedElementAttr() *ManagedElementAttr

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

func NewManagedElementAttrWithDefaults ¶

func NewManagedElementAttrWithDefaults() *ManagedElementAttr

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

func (*ManagedElementAttr) GetDnPrefix ¶

func (o *ManagedElementAttr) GetDnPrefix() string

GetDnPrefix returns the DnPrefix field value if set, zero value otherwise.

func (*ManagedElementAttr) GetDnPrefixOk ¶

func (o *ManagedElementAttr) GetDnPrefixOk() (*string, bool)

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

func (*ManagedElementAttr) GetLocationName ¶

func (o *ManagedElementAttr) GetLocationName() string

GetLocationName returns the LocationName field value if set, zero value otherwise.

func (*ManagedElementAttr) GetLocationNameOk ¶

func (o *ManagedElementAttr) GetLocationNameOk() (*string, bool)

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

func (*ManagedElementAttr) GetManagedBy ¶

func (o *ManagedElementAttr) GetManagedBy() []string

GetManagedBy returns the ManagedBy field value if set, zero value otherwise.

func (*ManagedElementAttr) GetManagedByOk ¶

func (o *ManagedElementAttr) GetManagedByOk() ([]string, bool)

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

func (*ManagedElementAttr) GetManagedElementTypeList ¶

func (o *ManagedElementAttr) GetManagedElementTypeList() []string

GetManagedElementTypeList returns the ManagedElementTypeList field value if set, zero value otherwise.

func (*ManagedElementAttr) GetManagedElementTypeListOk ¶

func (o *ManagedElementAttr) GetManagedElementTypeListOk() ([]string, bool)

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

func (*ManagedElementAttr) GetPriorityLabel ¶

func (o *ManagedElementAttr) GetPriorityLabel() int32

GetPriorityLabel returns the PriorityLabel field value if set, zero value otherwise.

func (*ManagedElementAttr) GetPriorityLabelOk ¶

func (o *ManagedElementAttr) GetPriorityLabelOk() (*int32, bool)

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

func (*ManagedElementAttr) GetSupportedPerfMetricGroups ¶

func (o *ManagedElementAttr) GetSupportedPerfMetricGroups() []SupportedPerfMetricGroup

GetSupportedPerfMetricGroups returns the SupportedPerfMetricGroups field value if set, zero value otherwise.

func (*ManagedElementAttr) GetSupportedPerfMetricGroupsOk ¶

func (o *ManagedElementAttr) GetSupportedPerfMetricGroupsOk() ([]SupportedPerfMetricGroup, bool)

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

func (*ManagedElementAttr) GetSupportedTraceMetrics ¶

func (o *ManagedElementAttr) GetSupportedTraceMetrics() []string

GetSupportedTraceMetrics returns the SupportedTraceMetrics field value if set, zero value otherwise.

func (*ManagedElementAttr) GetSupportedTraceMetricsOk ¶

func (o *ManagedElementAttr) GetSupportedTraceMetricsOk() ([]string, bool)

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

func (*ManagedElementAttr) GetSwVersion ¶

func (o *ManagedElementAttr) GetSwVersion() string

GetSwVersion returns the SwVersion field value if set, zero value otherwise.

func (*ManagedElementAttr) GetSwVersionOk ¶

func (o *ManagedElementAttr) GetSwVersionOk() (*string, bool)

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

func (*ManagedElementAttr) GetUserDefinedState ¶

func (o *ManagedElementAttr) GetUserDefinedState() string

GetUserDefinedState returns the UserDefinedState field value if set, zero value otherwise.

func (*ManagedElementAttr) GetUserDefinedStateOk ¶

func (o *ManagedElementAttr) GetUserDefinedStateOk() (*string, bool)

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

func (*ManagedElementAttr) GetUserLabel ¶

func (o *ManagedElementAttr) GetUserLabel() string

GetUserLabel returns the UserLabel field value if set, zero value otherwise.

func (*ManagedElementAttr) GetUserLabelOk ¶

func (o *ManagedElementAttr) GetUserLabelOk() (*string, bool)

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

func (*ManagedElementAttr) GetVendorName ¶

func (o *ManagedElementAttr) GetVendorName() string

GetVendorName returns the VendorName field value if set, zero value otherwise.

func (*ManagedElementAttr) GetVendorNameOk ¶

func (o *ManagedElementAttr) GetVendorNameOk() (*string, bool)

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

func (*ManagedElementAttr) HasDnPrefix ¶

func (o *ManagedElementAttr) HasDnPrefix() bool

HasDnPrefix returns a boolean if a field has been set.

func (*ManagedElementAttr) HasLocationName ¶

func (o *ManagedElementAttr) HasLocationName() bool

HasLocationName returns a boolean if a field has been set.

func (*ManagedElementAttr) HasManagedBy ¶

func (o *ManagedElementAttr) HasManagedBy() bool

HasManagedBy returns a boolean if a field has been set.

func (*ManagedElementAttr) HasManagedElementTypeList ¶

func (o *ManagedElementAttr) HasManagedElementTypeList() bool

HasManagedElementTypeList returns a boolean if a field has been set.

func (*ManagedElementAttr) HasPriorityLabel ¶

func (o *ManagedElementAttr) HasPriorityLabel() bool

HasPriorityLabel returns a boolean if a field has been set.

func (*ManagedElementAttr) HasSupportedPerfMetricGroups ¶

func (o *ManagedElementAttr) HasSupportedPerfMetricGroups() bool

HasSupportedPerfMetricGroups returns a boolean if a field has been set.

func (*ManagedElementAttr) HasSupportedTraceMetrics ¶

func (o *ManagedElementAttr) HasSupportedTraceMetrics() bool

HasSupportedTraceMetrics returns a boolean if a field has been set.

func (*ManagedElementAttr) HasSwVersion ¶

func (o *ManagedElementAttr) HasSwVersion() bool

HasSwVersion returns a boolean if a field has been set.

func (*ManagedElementAttr) HasUserDefinedState ¶

func (o *ManagedElementAttr) HasUserDefinedState() bool

HasUserDefinedState returns a boolean if a field has been set.

func (*ManagedElementAttr) HasUserLabel ¶

func (o *ManagedElementAttr) HasUserLabel() bool

HasUserLabel returns a boolean if a field has been set.

func (*ManagedElementAttr) HasVendorName ¶

func (o *ManagedElementAttr) HasVendorName() bool

HasVendorName returns a boolean if a field has been set.

func (ManagedElementAttr) MarshalJSON ¶

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

func (*ManagedElementAttr) SetDnPrefix ¶

func (o *ManagedElementAttr) SetDnPrefix(v string)

SetDnPrefix gets a reference to the given string and assigns it to the DnPrefix field.

func (*ManagedElementAttr) SetLocationName ¶

func (o *ManagedElementAttr) SetLocationName(v string)

SetLocationName gets a reference to the given string and assigns it to the LocationName field.

func (*ManagedElementAttr) SetManagedBy ¶

func (o *ManagedElementAttr) SetManagedBy(v []string)

SetManagedBy gets a reference to the given []string and assigns it to the ManagedBy field.

func (*ManagedElementAttr) SetManagedElementTypeList ¶

func (o *ManagedElementAttr) SetManagedElementTypeList(v []string)

SetManagedElementTypeList gets a reference to the given []string and assigns it to the ManagedElementTypeList field.

func (*ManagedElementAttr) SetPriorityLabel ¶

func (o *ManagedElementAttr) SetPriorityLabel(v int32)

SetPriorityLabel gets a reference to the given int32 and assigns it to the PriorityLabel field.

func (*ManagedElementAttr) SetSupportedPerfMetricGroups ¶

func (o *ManagedElementAttr) SetSupportedPerfMetricGroups(v []SupportedPerfMetricGroup)

SetSupportedPerfMetricGroups gets a reference to the given []SupportedPerfMetricGroup and assigns it to the SupportedPerfMetricGroups field.

func (*ManagedElementAttr) SetSupportedTraceMetrics ¶

func (o *ManagedElementAttr) SetSupportedTraceMetrics(v []string)

SetSupportedTraceMetrics gets a reference to the given []string and assigns it to the SupportedTraceMetrics field.

func (*ManagedElementAttr) SetSwVersion ¶

func (o *ManagedElementAttr) SetSwVersion(v string)

SetSwVersion gets a reference to the given string and assigns it to the SwVersion field.

func (*ManagedElementAttr) SetUserDefinedState ¶

func (o *ManagedElementAttr) SetUserDefinedState(v string)

SetUserDefinedState gets a reference to the given string and assigns it to the UserDefinedState field.

func (*ManagedElementAttr) SetUserLabel ¶

func (o *ManagedElementAttr) SetUserLabel(v string)

SetUserLabel gets a reference to the given string and assigns it to the UserLabel field.

func (*ManagedElementAttr) SetVendorName ¶

func (o *ManagedElementAttr) SetVendorName(v string)

SetVendorName gets a reference to the given string and assigns it to the VendorName field.

func (ManagedElementAttr) ToMap ¶

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

type ManagedElementNcO ¶

type ManagedElementNcO struct {
	MnsAgent               []MnsAgentSingle               `json:"MnsAgent,omitempty"`
	PerfMetricJob          []PerfMetricJobSingle          `json:"PerfMetricJob,omitempty"`
	ThresholdMonitor       []ThresholdMonitorSingle       `json:"ThresholdMonitor,omitempty"`
	TraceJob               []TraceJobSingle               `json:"TraceJob,omitempty"`
	NtfSubscriptionControl []NtfSubscriptionControlSingle `json:"NtfSubscriptionControl,omitempty"`
	AlarmList              *AlarmListSingle               `json:"AlarmList,omitempty"`
	FileDownloadJob        []FileDownloadJobSingle        `json:"FileDownloadJob,omitempty"`
	Files                  []FilesSingle                  `json:"Files,omitempty"`
}

ManagedElementNcO struct for ManagedElementNcO

func NewManagedElementNcO ¶

func NewManagedElementNcO() *ManagedElementNcO

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

func NewManagedElementNcOWithDefaults ¶

func NewManagedElementNcOWithDefaults() *ManagedElementNcO

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

func (*ManagedElementNcO) GetAlarmList ¶

func (o *ManagedElementNcO) GetAlarmList() AlarmListSingle

GetAlarmList returns the AlarmList field value if set, zero value otherwise.

func (*ManagedElementNcO) GetAlarmListOk ¶

func (o *ManagedElementNcO) GetAlarmListOk() (*AlarmListSingle, bool)

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

func (*ManagedElementNcO) GetFileDownloadJob ¶

func (o *ManagedElementNcO) GetFileDownloadJob() []FileDownloadJobSingle

GetFileDownloadJob returns the FileDownloadJob field value if set, zero value otherwise.

func (*ManagedElementNcO) GetFileDownloadJobOk ¶

func (o *ManagedElementNcO) GetFileDownloadJobOk() ([]FileDownloadJobSingle, bool)

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

func (*ManagedElementNcO) GetFiles ¶

func (o *ManagedElementNcO) GetFiles() []FilesSingle

GetFiles returns the Files field value if set, zero value otherwise.

func (*ManagedElementNcO) GetFilesOk ¶

func (o *ManagedElementNcO) GetFilesOk() ([]FilesSingle, bool)

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

func (*ManagedElementNcO) GetMnsAgent ¶

func (o *ManagedElementNcO) GetMnsAgent() []MnsAgentSingle

GetMnsAgent returns the MnsAgent field value if set, zero value otherwise.

func (*ManagedElementNcO) GetMnsAgentOk ¶

func (o *ManagedElementNcO) GetMnsAgentOk() ([]MnsAgentSingle, bool)

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

func (*ManagedElementNcO) GetNtfSubscriptionControl ¶

func (o *ManagedElementNcO) GetNtfSubscriptionControl() []NtfSubscriptionControlSingle

GetNtfSubscriptionControl returns the NtfSubscriptionControl field value if set, zero value otherwise.

func (*ManagedElementNcO) GetNtfSubscriptionControlOk ¶

func (o *ManagedElementNcO) GetNtfSubscriptionControlOk() ([]NtfSubscriptionControlSingle, bool)

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

func (*ManagedElementNcO) GetPerfMetricJob ¶

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

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

func (*ManagedElementNcO) GetPerfMetricJobOk ¶

func (o *ManagedElementNcO) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)

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

func (*ManagedElementNcO) GetThresholdMonitor ¶

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

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

func (*ManagedElementNcO) GetThresholdMonitorOk ¶

func (o *ManagedElementNcO) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)

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

func (*ManagedElementNcO) GetTraceJob ¶

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

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

func (*ManagedElementNcO) GetTraceJobOk ¶

func (o *ManagedElementNcO) GetTraceJobOk() ([]TraceJobSingle, bool)

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

func (*ManagedElementNcO) HasAlarmList ¶

func (o *ManagedElementNcO) HasAlarmList() bool

HasAlarmList returns a boolean if a field has been set.

func (*ManagedElementNcO) HasFileDownloadJob ¶

func (o *ManagedElementNcO) HasFileDownloadJob() bool

HasFileDownloadJob returns a boolean if a field has been set.

func (*ManagedElementNcO) HasFiles ¶

func (o *ManagedElementNcO) HasFiles() bool

HasFiles returns a boolean if a field has been set.

func (*ManagedElementNcO) HasMnsAgent ¶

func (o *ManagedElementNcO) HasMnsAgent() bool

HasMnsAgent returns a boolean if a field has been set.

func (*ManagedElementNcO) HasNtfSubscriptionControl ¶

func (o *ManagedElementNcO) HasNtfSubscriptionControl() bool

HasNtfSubscriptionControl returns a boolean if a field has been set.

func (*ManagedElementNcO) HasPerfMetricJob ¶

func (o *ManagedElementNcO) HasPerfMetricJob() bool

HasPerfMetricJob returns a boolean if a field has been set.

func (*ManagedElementNcO) HasThresholdMonitor ¶

func (o *ManagedElementNcO) HasThresholdMonitor() bool

HasThresholdMonitor returns a boolean if a field has been set.

func (*ManagedElementNcO) HasTraceJob ¶

func (o *ManagedElementNcO) HasTraceJob() bool

HasTraceJob returns a boolean if a field has been set.

func (ManagedElementNcO) MarshalJSON ¶

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

func (*ManagedElementNcO) SetAlarmList ¶

func (o *ManagedElementNcO) SetAlarmList(v AlarmListSingle)

SetAlarmList gets a reference to the given AlarmListSingle and assigns it to the AlarmList field.

func (*ManagedElementNcO) SetFileDownloadJob ¶

func (o *ManagedElementNcO) SetFileDownloadJob(v []FileDownloadJobSingle)

SetFileDownloadJob gets a reference to the given []FileDownloadJobSingle and assigns it to the FileDownloadJob field.

func (*ManagedElementNcO) SetFiles ¶

func (o *ManagedElementNcO) SetFiles(v []FilesSingle)

SetFiles gets a reference to the given []FilesSingle and assigns it to the Files field.

func (*ManagedElementNcO) SetMnsAgent ¶

func (o *ManagedElementNcO) SetMnsAgent(v []MnsAgentSingle)

SetMnsAgent gets a reference to the given []MnsAgentSingle and assigns it to the MnsAgent field.

func (*ManagedElementNcO) SetNtfSubscriptionControl ¶

func (o *ManagedElementNcO) SetNtfSubscriptionControl(v []NtfSubscriptionControlSingle)

SetNtfSubscriptionControl gets a reference to the given []NtfSubscriptionControlSingle and assigns it to the NtfSubscriptionControl field.

func (*ManagedElementNcO) SetPerfMetricJob ¶

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

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

func (*ManagedElementNcO) SetThresholdMonitor ¶

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

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

func (*ManagedElementNcO) SetTraceJob ¶

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

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

func (ManagedElementNcO) ToMap ¶

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

type ManagedElementSingle ¶

type ManagedElementSingle struct {
	Top
	Attributes                *ManagedElementAttr              `json:"attributes,omitempty"`
	MnsAgent                  []MnsAgentSingle                 `json:"MnsAgent,omitempty"`
	PerfMetricJob             []PerfMetricJobSingle            `json:"PerfMetricJob,omitempty"`
	ThresholdMonitor          []ThresholdMonitorSingle         `json:"ThresholdMonitor,omitempty"`
	TraceJob                  []TraceJobSingle                 `json:"TraceJob,omitempty"`
	NtfSubscriptionControl    []NtfSubscriptionControlSingle   `json:"NtfSubscriptionControl,omitempty"`
	AlarmList                 *AlarmListSingle                 `json:"AlarmList,omitempty"`
	FileDownloadJob           []FileDownloadJobSingle          `json:"FileDownloadJob,omitempty"`
	Files                     []FilesSingle                    `json:"Files,omitempty"`
	GnbDuFunction             []GnbDuFunctionSingle            `json:"GnbDuFunction,omitempty"`
	GnbCuUpFunction           []GnbCuUpFunctionSingle          `json:"GnbCuUpFunction,omitempty"`
	GnbCuCpFunction           []GnbCuCpFunctionSingle          `json:"GnbCuCpFunction,omitempty"`
	DESManagementFunction     *DESManagementFunctionSingle     `json:"DESManagementFunction,omitempty"`
	DRACHOptimizationFunction *DRACHOptimizationFunctionSingle `json:"DRACHOptimizationFunction,omitempty"`
	DMROFunction              *DMROFunctionSingle              `json:"DMROFunction,omitempty"`
	DLBOFunction              *DLBOFunctionSingle              `json:"DLBOFunction,omitempty"`
	DPCIConfigurationFunction *DPCIConfigurationFunctionSingle `json:"DPCIConfigurationFunction,omitempty"`
	CPCIConfigurationFunction *CPCIConfigurationFunctionSingle `json:"CPCIConfigurationFunction,omitempty"`
	CESManagementFunction     *CESManagementFunctionSingle     `json:"CESManagementFunction,omitempty"`
	Configurable5QISet        []Configurable5QISetSingle       `json:"Configurable5QISet,omitempty"`
	Dynamic5QISet             []Dynamic5QISetSingle            `json:"Dynamic5QISet,omitempty"`
}

ManagedElementSingle struct for ManagedElementSingle

func NewManagedElementSingle ¶

func NewManagedElementSingle(id NullableString) *ManagedElementSingle

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

func NewManagedElementSingleWithDefaults ¶

func NewManagedElementSingleWithDefaults() *ManagedElementSingle

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

func (*ManagedElementSingle) GetAlarmList ¶

func (o *ManagedElementSingle) GetAlarmList() AlarmListSingle

GetAlarmList returns the AlarmList field value if set, zero value otherwise.

func (*ManagedElementSingle) GetAlarmListOk ¶

func (o *ManagedElementSingle) GetAlarmListOk() (*AlarmListSingle, bool)

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

func (*ManagedElementSingle) GetAttributes ¶

func (o *ManagedElementSingle) GetAttributes() ManagedElementAttr

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

func (*ManagedElementSingle) GetAttributesOk ¶

func (o *ManagedElementSingle) GetAttributesOk() (*ManagedElementAttr, bool)

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

func (*ManagedElementSingle) GetCESManagementFunction ¶

func (o *ManagedElementSingle) GetCESManagementFunction() CESManagementFunctionSingle

GetCESManagementFunction returns the CESManagementFunction field value if set, zero value otherwise.

func (*ManagedElementSingle) GetCESManagementFunctionOk ¶

func (o *ManagedElementSingle) GetCESManagementFunctionOk() (*CESManagementFunctionSingle, bool)

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

func (*ManagedElementSingle) GetCPCIConfigurationFunction ¶

func (o *ManagedElementSingle) GetCPCIConfigurationFunction() CPCIConfigurationFunctionSingle

GetCPCIConfigurationFunction returns the CPCIConfigurationFunction field value if set, zero value otherwise.

func (*ManagedElementSingle) GetCPCIConfigurationFunctionOk ¶

func (o *ManagedElementSingle) GetCPCIConfigurationFunctionOk() (*CPCIConfigurationFunctionSingle, bool)

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

func (*ManagedElementSingle) GetConfigurable5QISet ¶

func (o *ManagedElementSingle) GetConfigurable5QISet() []Configurable5QISetSingle

GetConfigurable5QISet returns the Configurable5QISet field value if set, zero value otherwise.

func (*ManagedElementSingle) GetConfigurable5QISetOk ¶

func (o *ManagedElementSingle) GetConfigurable5QISetOk() ([]Configurable5QISetSingle, bool)

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

func (*ManagedElementSingle) GetDESManagementFunction ¶

func (o *ManagedElementSingle) GetDESManagementFunction() DESManagementFunctionSingle

GetDESManagementFunction returns the DESManagementFunction field value if set, zero value otherwise.

func (*ManagedElementSingle) GetDESManagementFunctionOk ¶

func (o *ManagedElementSingle) GetDESManagementFunctionOk() (*DESManagementFunctionSingle, bool)

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

func (*ManagedElementSingle) GetDLBOFunction ¶

func (o *ManagedElementSingle) GetDLBOFunction() DLBOFunctionSingle

GetDLBOFunction returns the DLBOFunction field value if set, zero value otherwise.

func (*ManagedElementSingle) GetDLBOFunctionOk ¶

func (o *ManagedElementSingle) GetDLBOFunctionOk() (*DLBOFunctionSingle, bool)

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

func (*ManagedElementSingle) GetDMROFunction ¶

func (o *ManagedElementSingle) GetDMROFunction() DMROFunctionSingle

GetDMROFunction returns the DMROFunction field value if set, zero value otherwise.

func (*ManagedElementSingle) GetDMROFunctionOk ¶

func (o *ManagedElementSingle) GetDMROFunctionOk() (*DMROFunctionSingle, bool)

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

func (*ManagedElementSingle) GetDPCIConfigurationFunction ¶

func (o *ManagedElementSingle) GetDPCIConfigurationFunction() DPCIConfigurationFunctionSingle

GetDPCIConfigurationFunction returns the DPCIConfigurationFunction field value if set, zero value otherwise.

func (*ManagedElementSingle) GetDPCIConfigurationFunctionOk ¶

func (o *ManagedElementSingle) GetDPCIConfigurationFunctionOk() (*DPCIConfigurationFunctionSingle, bool)

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

func (*ManagedElementSingle) GetDRACHOptimizationFunction ¶

func (o *ManagedElementSingle) GetDRACHOptimizationFunction() DRACHOptimizationFunctionSingle

GetDRACHOptimizationFunction returns the DRACHOptimizationFunction field value if set, zero value otherwise.

func (*ManagedElementSingle) GetDRACHOptimizationFunctionOk ¶

func (o *ManagedElementSingle) GetDRACHOptimizationFunctionOk() (*DRACHOptimizationFunctionSingle, bool)

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

func (*ManagedElementSingle) GetDynamic5QISet ¶

func (o *ManagedElementSingle) GetDynamic5QISet() []Dynamic5QISetSingle

GetDynamic5QISet returns the Dynamic5QISet field value if set, zero value otherwise.

func (*ManagedElementSingle) GetDynamic5QISetOk ¶

func (o *ManagedElementSingle) GetDynamic5QISetOk() ([]Dynamic5QISetSingle, bool)

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

func (*ManagedElementSingle) GetFileDownloadJob ¶

func (o *ManagedElementSingle) GetFileDownloadJob() []FileDownloadJobSingle

GetFileDownloadJob returns the FileDownloadJob field value if set, zero value otherwise.

func (*ManagedElementSingle) GetFileDownloadJobOk ¶

func (o *ManagedElementSingle) GetFileDownloadJobOk() ([]FileDownloadJobSingle, bool)

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

func (*ManagedElementSingle) GetFiles ¶

func (o *ManagedElementSingle) GetFiles() []FilesSingle

GetFiles returns the Files field value if set, zero value otherwise.

func (*ManagedElementSingle) GetFilesOk ¶

func (o *ManagedElementSingle) GetFilesOk() ([]FilesSingle, bool)

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

func (*ManagedElementSingle) GetGnbCuCpFunction ¶

func (o *ManagedElementSingle) GetGnbCuCpFunction() []GnbCuCpFunctionSingle

GetGnbCuCpFunction returns the GnbCuCpFunction field value if set, zero value otherwise.

func (*ManagedElementSingle) GetGnbCuCpFunctionOk ¶

func (o *ManagedElementSingle) GetGnbCuCpFunctionOk() ([]GnbCuCpFunctionSingle, bool)

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

func (*ManagedElementSingle) GetGnbCuUpFunction ¶

func (o *ManagedElementSingle) GetGnbCuUpFunction() []GnbCuUpFunctionSingle

GetGnbCuUpFunction returns the GnbCuUpFunction field value if set, zero value otherwise.

func (*ManagedElementSingle) GetGnbCuUpFunctionOk ¶

func (o *ManagedElementSingle) GetGnbCuUpFunctionOk() ([]GnbCuUpFunctionSingle, bool)

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

func (*ManagedElementSingle) GetGnbDuFunction ¶

func (o *ManagedElementSingle) GetGnbDuFunction() []GnbDuFunctionSingle

GetGnbDuFunction returns the GnbDuFunction field value if set, zero value otherwise.

func (*ManagedElementSingle) GetGnbDuFunctionOk ¶

func (o *ManagedElementSingle) GetGnbDuFunctionOk() ([]GnbDuFunctionSingle, bool)

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

func (*ManagedElementSingle) GetMnsAgent ¶

func (o *ManagedElementSingle) GetMnsAgent() []MnsAgentSingle

GetMnsAgent returns the MnsAgent field value if set, zero value otherwise.

func (*ManagedElementSingle) GetMnsAgentOk ¶

func (o *ManagedElementSingle) GetMnsAgentOk() ([]MnsAgentSingle, bool)

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

func (*ManagedElementSingle) GetNtfSubscriptionControl ¶

func (o *ManagedElementSingle) GetNtfSubscriptionControl() []NtfSubscriptionControlSingle

GetNtfSubscriptionControl returns the NtfSubscriptionControl field value if set, zero value otherwise.

func (*ManagedElementSingle) GetNtfSubscriptionControlOk ¶

func (o *ManagedElementSingle) GetNtfSubscriptionControlOk() ([]NtfSubscriptionControlSingle, bool)

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

func (*ManagedElementSingle) GetPerfMetricJob ¶

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

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

func (*ManagedElementSingle) GetPerfMetricJobOk ¶

func (o *ManagedElementSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)

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

func (*ManagedElementSingle) GetThresholdMonitor ¶

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

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

func (*ManagedElementSingle) GetThresholdMonitorOk ¶

func (o *ManagedElementSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)

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

func (*ManagedElementSingle) GetTraceJob ¶

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

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

func (*ManagedElementSingle) GetTraceJobOk ¶

func (o *ManagedElementSingle) GetTraceJobOk() ([]TraceJobSingle, bool)

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

func (*ManagedElementSingle) HasAlarmList ¶

func (o *ManagedElementSingle) HasAlarmList() bool

HasAlarmList returns a boolean if a field has been set.

func (*ManagedElementSingle) HasAttributes ¶

func (o *ManagedElementSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*ManagedElementSingle) HasCESManagementFunction ¶

func (o *ManagedElementSingle) HasCESManagementFunction() bool

HasCESManagementFunction returns a boolean if a field has been set.

func (*ManagedElementSingle) HasCPCIConfigurationFunction ¶

func (o *ManagedElementSingle) HasCPCIConfigurationFunction() bool

HasCPCIConfigurationFunction returns a boolean if a field has been set.

func (*ManagedElementSingle) HasConfigurable5QISet ¶

func (o *ManagedElementSingle) HasConfigurable5QISet() bool

HasConfigurable5QISet returns a boolean if a field has been set.

func (*ManagedElementSingle) HasDESManagementFunction ¶

func (o *ManagedElementSingle) HasDESManagementFunction() bool

HasDESManagementFunction returns a boolean if a field has been set.

func (*ManagedElementSingle) HasDLBOFunction ¶

func (o *ManagedElementSingle) HasDLBOFunction() bool

HasDLBOFunction returns a boolean if a field has been set.

func (*ManagedElementSingle) HasDMROFunction ¶

func (o *ManagedElementSingle) HasDMROFunction() bool

HasDMROFunction returns a boolean if a field has been set.

func (*ManagedElementSingle) HasDPCIConfigurationFunction ¶

func (o *ManagedElementSingle) HasDPCIConfigurationFunction() bool

HasDPCIConfigurationFunction returns a boolean if a field has been set.

func (*ManagedElementSingle) HasDRACHOptimizationFunction ¶

func (o *ManagedElementSingle) HasDRACHOptimizationFunction() bool

HasDRACHOptimizationFunction returns a boolean if a field has been set.

func (*ManagedElementSingle) HasDynamic5QISet ¶

func (o *ManagedElementSingle) HasDynamic5QISet() bool

HasDynamic5QISet returns a boolean if a field has been set.

func (*ManagedElementSingle) HasFileDownloadJob ¶

func (o *ManagedElementSingle) HasFileDownloadJob() bool

HasFileDownloadJob returns a boolean if a field has been set.

func (*ManagedElementSingle) HasFiles ¶

func (o *ManagedElementSingle) HasFiles() bool

HasFiles returns a boolean if a field has been set.

func (*ManagedElementSingle) HasGnbCuCpFunction ¶

func (o *ManagedElementSingle) HasGnbCuCpFunction() bool

HasGnbCuCpFunction returns a boolean if a field has been set.

func (*ManagedElementSingle) HasGnbCuUpFunction ¶

func (o *ManagedElementSingle) HasGnbCuUpFunction() bool

HasGnbCuUpFunction returns a boolean if a field has been set.

func (*ManagedElementSingle) HasGnbDuFunction ¶

func (o *ManagedElementSingle) HasGnbDuFunction() bool

HasGnbDuFunction returns a boolean if a field has been set.

func (*ManagedElementSingle) HasMnsAgent ¶

func (o *ManagedElementSingle) HasMnsAgent() bool

HasMnsAgent returns a boolean if a field has been set.

func (*ManagedElementSingle) HasNtfSubscriptionControl ¶

func (o *ManagedElementSingle) HasNtfSubscriptionControl() bool

HasNtfSubscriptionControl returns a boolean if a field has been set.

func (*ManagedElementSingle) HasPerfMetricJob ¶

func (o *ManagedElementSingle) HasPerfMetricJob() bool

HasPerfMetricJob returns a boolean if a field has been set.

func (*ManagedElementSingle) HasThresholdMonitor ¶

func (o *ManagedElementSingle) HasThresholdMonitor() bool

HasThresholdMonitor returns a boolean if a field has been set.

func (*ManagedElementSingle) HasTraceJob ¶

func (o *ManagedElementSingle) HasTraceJob() bool

HasTraceJob returns a boolean if a field has been set.

func (ManagedElementSingle) MarshalJSON ¶

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

func (*ManagedElementSingle) SetAlarmList ¶

func (o *ManagedElementSingle) SetAlarmList(v AlarmListSingle)

SetAlarmList gets a reference to the given AlarmListSingle and assigns it to the AlarmList field.

func (*ManagedElementSingle) SetAttributes ¶

func (o *ManagedElementSingle) SetAttributes(v ManagedElementAttr)

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

func (*ManagedElementSingle) SetCESManagementFunction ¶

func (o *ManagedElementSingle) SetCESManagementFunction(v CESManagementFunctionSingle)

SetCESManagementFunction gets a reference to the given CESManagementFunctionSingle and assigns it to the CESManagementFunction field.

func (*ManagedElementSingle) SetCPCIConfigurationFunction ¶

func (o *ManagedElementSingle) SetCPCIConfigurationFunction(v CPCIConfigurationFunctionSingle)

SetCPCIConfigurationFunction gets a reference to the given CPCIConfigurationFunctionSingle and assigns it to the CPCIConfigurationFunction field.

func (*ManagedElementSingle) SetConfigurable5QISet ¶

func (o *ManagedElementSingle) SetConfigurable5QISet(v []Configurable5QISetSingle)

SetConfigurable5QISet gets a reference to the given []Configurable5QISetSingle and assigns it to the Configurable5QISet field.

func (*ManagedElementSingle) SetDESManagementFunction ¶

func (o *ManagedElementSingle) SetDESManagementFunction(v DESManagementFunctionSingle)

SetDESManagementFunction gets a reference to the given DESManagementFunctionSingle and assigns it to the DESManagementFunction field.

func (*ManagedElementSingle) SetDLBOFunction ¶

func (o *ManagedElementSingle) SetDLBOFunction(v DLBOFunctionSingle)

SetDLBOFunction gets a reference to the given DLBOFunctionSingle and assigns it to the DLBOFunction field.

func (*ManagedElementSingle) SetDMROFunction ¶

func (o *ManagedElementSingle) SetDMROFunction(v DMROFunctionSingle)

SetDMROFunction gets a reference to the given DMROFunctionSingle and assigns it to the DMROFunction field.

func (*ManagedElementSingle) SetDPCIConfigurationFunction ¶

func (o *ManagedElementSingle) SetDPCIConfigurationFunction(v DPCIConfigurationFunctionSingle)

SetDPCIConfigurationFunction gets a reference to the given DPCIConfigurationFunctionSingle and assigns it to the DPCIConfigurationFunction field.

func (*ManagedElementSingle) SetDRACHOptimizationFunction ¶

func (o *ManagedElementSingle) SetDRACHOptimizationFunction(v DRACHOptimizationFunctionSingle)

SetDRACHOptimizationFunction gets a reference to the given DRACHOptimizationFunctionSingle and assigns it to the DRACHOptimizationFunction field.

func (*ManagedElementSingle) SetDynamic5QISet ¶

func (o *ManagedElementSingle) SetDynamic5QISet(v []Dynamic5QISetSingle)

SetDynamic5QISet gets a reference to the given []Dynamic5QISetSingle and assigns it to the Dynamic5QISet field.

func (*ManagedElementSingle) SetFileDownloadJob ¶

func (o *ManagedElementSingle) SetFileDownloadJob(v []FileDownloadJobSingle)

SetFileDownloadJob gets a reference to the given []FileDownloadJobSingle and assigns it to the FileDownloadJob field.

func (*ManagedElementSingle) SetFiles ¶

func (o *ManagedElementSingle) SetFiles(v []FilesSingle)

SetFiles gets a reference to the given []FilesSingle and assigns it to the Files field.

func (*ManagedElementSingle) SetGnbCuCpFunction ¶

func (o *ManagedElementSingle) SetGnbCuCpFunction(v []GnbCuCpFunctionSingle)

SetGnbCuCpFunction gets a reference to the given []GnbCuCpFunctionSingle and assigns it to the GnbCuCpFunction field.

func (*ManagedElementSingle) SetGnbCuUpFunction ¶

func (o *ManagedElementSingle) SetGnbCuUpFunction(v []GnbCuUpFunctionSingle)

SetGnbCuUpFunction gets a reference to the given []GnbCuUpFunctionSingle and assigns it to the GnbCuUpFunction field.

func (*ManagedElementSingle) SetGnbDuFunction ¶

func (o *ManagedElementSingle) SetGnbDuFunction(v []GnbDuFunctionSingle)

SetGnbDuFunction gets a reference to the given []GnbDuFunctionSingle and assigns it to the GnbDuFunction field.

func (*ManagedElementSingle) SetMnsAgent ¶

func (o *ManagedElementSingle) SetMnsAgent(v []MnsAgentSingle)

SetMnsAgent gets a reference to the given []MnsAgentSingle and assigns it to the MnsAgent field.

func (*ManagedElementSingle) SetNtfSubscriptionControl ¶

func (o *ManagedElementSingle) SetNtfSubscriptionControl(v []NtfSubscriptionControlSingle)

SetNtfSubscriptionControl gets a reference to the given []NtfSubscriptionControlSingle and assigns it to the NtfSubscriptionControl field.

func (*ManagedElementSingle) SetPerfMetricJob ¶

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

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

func (*ManagedElementSingle) SetThresholdMonitor ¶

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

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

func (*ManagedElementSingle) SetTraceJob ¶

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

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

func (ManagedElementSingle) ToMap ¶

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

type ManagedElementSingleAllOf ¶

type ManagedElementSingleAllOf struct {
	Attributes *ManagedElementAttr `json:"attributes,omitempty"`
}

ManagedElementSingleAllOf struct for ManagedElementSingleAllOf

func NewManagedElementSingleAllOf ¶

func NewManagedElementSingleAllOf() *ManagedElementSingleAllOf

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

func NewManagedElementSingleAllOfWithDefaults ¶

func NewManagedElementSingleAllOfWithDefaults() *ManagedElementSingleAllOf

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

func (*ManagedElementSingleAllOf) GetAttributes ¶

func (o *ManagedElementSingleAllOf) GetAttributes() ManagedElementAttr

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

func (*ManagedElementSingleAllOf) GetAttributesOk ¶

func (o *ManagedElementSingleAllOf) GetAttributesOk() (*ManagedElementAttr, bool)

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

func (*ManagedElementSingleAllOf) HasAttributes ¶

func (o *ManagedElementSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (ManagedElementSingleAllOf) MarshalJSON ¶

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

func (*ManagedElementSingleAllOf) SetAttributes ¶

func (o *ManagedElementSingleAllOf) SetAttributes(v ManagedElementAttr)

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

func (ManagedElementSingleAllOf) ToMap ¶

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

type ManagedElementSingleAllOf1 ¶

type ManagedElementSingleAllOf1 struct {
	GnbDuFunction             []GnbDuFunctionSingle            `json:"GnbDuFunction,omitempty"`
	GnbCuUpFunction           []GnbCuUpFunctionSingle          `json:"GnbCuUpFunction,omitempty"`
	GnbCuCpFunction           []GnbCuCpFunctionSingle          `json:"GnbCuCpFunction,omitempty"`
	DESManagementFunction     *DESManagementFunctionSingle     `json:"DESManagementFunction,omitempty"`
	DRACHOptimizationFunction *DRACHOptimizationFunctionSingle `json:"DRACHOptimizationFunction,omitempty"`
	DMROFunction              *DMROFunctionSingle              `json:"DMROFunction,omitempty"`
	DLBOFunction              *DLBOFunctionSingle              `json:"DLBOFunction,omitempty"`
	DPCIConfigurationFunction *DPCIConfigurationFunctionSingle `json:"DPCIConfigurationFunction,omitempty"`
	CPCIConfigurationFunction *CPCIConfigurationFunctionSingle `json:"CPCIConfigurationFunction,omitempty"`
	CESManagementFunction     *CESManagementFunctionSingle     `json:"CESManagementFunction,omitempty"`
	Configurable5QISet        []Configurable5QISetSingle       `json:"Configurable5QISet,omitempty"`
	Dynamic5QISet             []Dynamic5QISetSingle            `json:"Dynamic5QISet,omitempty"`
}

ManagedElementSingleAllOf1 struct for ManagedElementSingleAllOf1

func NewManagedElementSingleAllOf1 ¶

func NewManagedElementSingleAllOf1() *ManagedElementSingleAllOf1

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

func NewManagedElementSingleAllOf1WithDefaults ¶

func NewManagedElementSingleAllOf1WithDefaults() *ManagedElementSingleAllOf1

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

func (*ManagedElementSingleAllOf1) GetCESManagementFunction ¶

func (o *ManagedElementSingleAllOf1) GetCESManagementFunction() CESManagementFunctionSingle

GetCESManagementFunction returns the CESManagementFunction field value if set, zero value otherwise.

func (*ManagedElementSingleAllOf1) GetCESManagementFunctionOk ¶

func (o *ManagedElementSingleAllOf1) GetCESManagementFunctionOk() (*CESManagementFunctionSingle, bool)

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

func (*ManagedElementSingleAllOf1) GetCPCIConfigurationFunction ¶

func (o *ManagedElementSingleAllOf1) GetCPCIConfigurationFunction() CPCIConfigurationFunctionSingle

GetCPCIConfigurationFunction returns the CPCIConfigurationFunction field value if set, zero value otherwise.

func (*ManagedElementSingleAllOf1) GetCPCIConfigurationFunctionOk ¶

func (o *ManagedElementSingleAllOf1) GetCPCIConfigurationFunctionOk() (*CPCIConfigurationFunctionSingle, bool)

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

func (*ManagedElementSingleAllOf1) GetConfigurable5QISet ¶

func (o *ManagedElementSingleAllOf1) GetConfigurable5QISet() []Configurable5QISetSingle

GetConfigurable5QISet returns the Configurable5QISet field value if set, zero value otherwise.

func (*ManagedElementSingleAllOf1) GetConfigurable5QISetOk ¶

func (o *ManagedElementSingleAllOf1) GetConfigurable5QISetOk() ([]Configurable5QISetSingle, bool)

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

func (*ManagedElementSingleAllOf1) GetDESManagementFunction ¶

func (o *ManagedElementSingleAllOf1) GetDESManagementFunction() DESManagementFunctionSingle

GetDESManagementFunction returns the DESManagementFunction field value if set, zero value otherwise.

func (*ManagedElementSingleAllOf1) GetDESManagementFunctionOk ¶

func (o *ManagedElementSingleAllOf1) GetDESManagementFunctionOk() (*DESManagementFunctionSingle, bool)

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

func (*ManagedElementSingleAllOf1) GetDLBOFunction ¶

func (o *ManagedElementSingleAllOf1) GetDLBOFunction() DLBOFunctionSingle

GetDLBOFunction returns the DLBOFunction field value if set, zero value otherwise.

func (*ManagedElementSingleAllOf1) GetDLBOFunctionOk ¶

func (o *ManagedElementSingleAllOf1) GetDLBOFunctionOk() (*DLBOFunctionSingle, bool)

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

func (*ManagedElementSingleAllOf1) GetDMROFunction ¶

func (o *ManagedElementSingleAllOf1) GetDMROFunction() DMROFunctionSingle

GetDMROFunction returns the DMROFunction field value if set, zero value otherwise.

func (*ManagedElementSingleAllOf1) GetDMROFunctionOk ¶

func (o *ManagedElementSingleAllOf1) GetDMROFunctionOk() (*DMROFunctionSingle, bool)

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

func (*ManagedElementSingleAllOf1) GetDPCIConfigurationFunction ¶

func (o *ManagedElementSingleAllOf1) GetDPCIConfigurationFunction() DPCIConfigurationFunctionSingle

GetDPCIConfigurationFunction returns the DPCIConfigurationFunction field value if set, zero value otherwise.

func (*ManagedElementSingleAllOf1) GetDPCIConfigurationFunctionOk ¶

func (o *ManagedElementSingleAllOf1) GetDPCIConfigurationFunctionOk() (*DPCIConfigurationFunctionSingle, bool)

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

func (*ManagedElementSingleAllOf1) GetDRACHOptimizationFunction ¶

func (o *ManagedElementSingleAllOf1) GetDRACHOptimizationFunction() DRACHOptimizationFunctionSingle

GetDRACHOptimizationFunction returns the DRACHOptimizationFunction field value if set, zero value otherwise.

func (*ManagedElementSingleAllOf1) GetDRACHOptimizationFunctionOk ¶

func (o *ManagedElementSingleAllOf1) GetDRACHOptimizationFunctionOk() (*DRACHOptimizationFunctionSingle, bool)

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

func (*ManagedElementSingleAllOf1) GetDynamic5QISet ¶

func (o *ManagedElementSingleAllOf1) GetDynamic5QISet() []Dynamic5QISetSingle

GetDynamic5QISet returns the Dynamic5QISet field value if set, zero value otherwise.

func (*ManagedElementSingleAllOf1) GetDynamic5QISetOk ¶

func (o *ManagedElementSingleAllOf1) GetDynamic5QISetOk() ([]Dynamic5QISetSingle, bool)

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

func (*ManagedElementSingleAllOf1) GetGnbCuCpFunction ¶

func (o *ManagedElementSingleAllOf1) GetGnbCuCpFunction() []GnbCuCpFunctionSingle

GetGnbCuCpFunction returns the GnbCuCpFunction field value if set, zero value otherwise.

func (*ManagedElementSingleAllOf1) GetGnbCuCpFunctionOk ¶

func (o *ManagedElementSingleAllOf1) GetGnbCuCpFunctionOk() ([]GnbCuCpFunctionSingle, bool)

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

func (*ManagedElementSingleAllOf1) GetGnbCuUpFunction ¶

func (o *ManagedElementSingleAllOf1) GetGnbCuUpFunction() []GnbCuUpFunctionSingle

GetGnbCuUpFunction returns the GnbCuUpFunction field value if set, zero value otherwise.

func (*ManagedElementSingleAllOf1) GetGnbCuUpFunctionOk ¶

func (o *ManagedElementSingleAllOf1) GetGnbCuUpFunctionOk() ([]GnbCuUpFunctionSingle, bool)

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

func (*ManagedElementSingleAllOf1) GetGnbDuFunction ¶

func (o *ManagedElementSingleAllOf1) GetGnbDuFunction() []GnbDuFunctionSingle

GetGnbDuFunction returns the GnbDuFunction field value if set, zero value otherwise.

func (*ManagedElementSingleAllOf1) GetGnbDuFunctionOk ¶

func (o *ManagedElementSingleAllOf1) GetGnbDuFunctionOk() ([]GnbDuFunctionSingle, bool)

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

func (*ManagedElementSingleAllOf1) HasCESManagementFunction ¶

func (o *ManagedElementSingleAllOf1) HasCESManagementFunction() bool

HasCESManagementFunction returns a boolean if a field has been set.

func (*ManagedElementSingleAllOf1) HasCPCIConfigurationFunction ¶

func (o *ManagedElementSingleAllOf1) HasCPCIConfigurationFunction() bool

HasCPCIConfigurationFunction returns a boolean if a field has been set.

func (*ManagedElementSingleAllOf1) HasConfigurable5QISet ¶

func (o *ManagedElementSingleAllOf1) HasConfigurable5QISet() bool

HasConfigurable5QISet returns a boolean if a field has been set.

func (*ManagedElementSingleAllOf1) HasDESManagementFunction ¶

func (o *ManagedElementSingleAllOf1) HasDESManagementFunction() bool

HasDESManagementFunction returns a boolean if a field has been set.

func (*ManagedElementSingleAllOf1) HasDLBOFunction ¶

func (o *ManagedElementSingleAllOf1) HasDLBOFunction() bool

HasDLBOFunction returns a boolean if a field has been set.

func (*ManagedElementSingleAllOf1) HasDMROFunction ¶

func (o *ManagedElementSingleAllOf1) HasDMROFunction() bool

HasDMROFunction returns a boolean if a field has been set.

func (*ManagedElementSingleAllOf1) HasDPCIConfigurationFunction ¶

func (o *ManagedElementSingleAllOf1) HasDPCIConfigurationFunction() bool

HasDPCIConfigurationFunction returns a boolean if a field has been set.

func (*ManagedElementSingleAllOf1) HasDRACHOptimizationFunction ¶

func (o *ManagedElementSingleAllOf1) HasDRACHOptimizationFunction() bool

HasDRACHOptimizationFunction returns a boolean if a field has been set.

func (*ManagedElementSingleAllOf1) HasDynamic5QISet ¶

func (o *ManagedElementSingleAllOf1) HasDynamic5QISet() bool

HasDynamic5QISet returns a boolean if a field has been set.

func (*ManagedElementSingleAllOf1) HasGnbCuCpFunction ¶

func (o *ManagedElementSingleAllOf1) HasGnbCuCpFunction() bool

HasGnbCuCpFunction returns a boolean if a field has been set.

func (*ManagedElementSingleAllOf1) HasGnbCuUpFunction ¶

func (o *ManagedElementSingleAllOf1) HasGnbCuUpFunction() bool

HasGnbCuUpFunction returns a boolean if a field has been set.

func (*ManagedElementSingleAllOf1) HasGnbDuFunction ¶

func (o *ManagedElementSingleAllOf1) HasGnbDuFunction() bool

HasGnbDuFunction returns a boolean if a field has been set.

func (ManagedElementSingleAllOf1) MarshalJSON ¶

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

func (*ManagedElementSingleAllOf1) SetCESManagementFunction ¶

func (o *ManagedElementSingleAllOf1) SetCESManagementFunction(v CESManagementFunctionSingle)

SetCESManagementFunction gets a reference to the given CESManagementFunctionSingle and assigns it to the CESManagementFunction field.

func (*ManagedElementSingleAllOf1) SetCPCIConfigurationFunction ¶

func (o *ManagedElementSingleAllOf1) SetCPCIConfigurationFunction(v CPCIConfigurationFunctionSingle)

SetCPCIConfigurationFunction gets a reference to the given CPCIConfigurationFunctionSingle and assigns it to the CPCIConfigurationFunction field.

func (*ManagedElementSingleAllOf1) SetConfigurable5QISet ¶

func (o *ManagedElementSingleAllOf1) SetConfigurable5QISet(v []Configurable5QISetSingle)

SetConfigurable5QISet gets a reference to the given []Configurable5QISetSingle and assigns it to the Configurable5QISet field.

func (*ManagedElementSingleAllOf1) SetDESManagementFunction ¶

func (o *ManagedElementSingleAllOf1) SetDESManagementFunction(v DESManagementFunctionSingle)

SetDESManagementFunction gets a reference to the given DESManagementFunctionSingle and assigns it to the DESManagementFunction field.

func (*ManagedElementSingleAllOf1) SetDLBOFunction ¶

func (o *ManagedElementSingleAllOf1) SetDLBOFunction(v DLBOFunctionSingle)

SetDLBOFunction gets a reference to the given DLBOFunctionSingle and assigns it to the DLBOFunction field.

func (*ManagedElementSingleAllOf1) SetDMROFunction ¶

func (o *ManagedElementSingleAllOf1) SetDMROFunction(v DMROFunctionSingle)

SetDMROFunction gets a reference to the given DMROFunctionSingle and assigns it to the DMROFunction field.

func (*ManagedElementSingleAllOf1) SetDPCIConfigurationFunction ¶

func (o *ManagedElementSingleAllOf1) SetDPCIConfigurationFunction(v DPCIConfigurationFunctionSingle)

SetDPCIConfigurationFunction gets a reference to the given DPCIConfigurationFunctionSingle and assigns it to the DPCIConfigurationFunction field.

func (*ManagedElementSingleAllOf1) SetDRACHOptimizationFunction ¶

func (o *ManagedElementSingleAllOf1) SetDRACHOptimizationFunction(v DRACHOptimizationFunctionSingle)

SetDRACHOptimizationFunction gets a reference to the given DRACHOptimizationFunctionSingle and assigns it to the DRACHOptimizationFunction field.

func (*ManagedElementSingleAllOf1) SetDynamic5QISet ¶

func (o *ManagedElementSingleAllOf1) SetDynamic5QISet(v []Dynamic5QISetSingle)

SetDynamic5QISet gets a reference to the given []Dynamic5QISetSingle and assigns it to the Dynamic5QISet field.

func (*ManagedElementSingleAllOf1) SetGnbCuCpFunction ¶

func (o *ManagedElementSingleAllOf1) SetGnbCuCpFunction(v []GnbCuCpFunctionSingle)

SetGnbCuCpFunction gets a reference to the given []GnbCuCpFunctionSingle and assigns it to the GnbCuCpFunction field.

func (*ManagedElementSingleAllOf1) SetGnbCuUpFunction ¶

func (o *ManagedElementSingleAllOf1) SetGnbCuUpFunction(v []GnbCuUpFunctionSingle)

SetGnbCuUpFunction gets a reference to the given []GnbCuUpFunctionSingle and assigns it to the GnbCuUpFunction field.

func (*ManagedElementSingleAllOf1) SetGnbDuFunction ¶

func (o *ManagedElementSingleAllOf1) SetGnbDuFunction(v []GnbDuFunctionSingle)

SetGnbDuFunction gets a reference to the given []GnbDuFunctionSingle and assigns it to the GnbDuFunction field.

func (ManagedElementSingleAllOf1) ToMap ¶

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

type ManagedFunctionAttr ¶

type ManagedFunctionAttr struct {
	UserLabel                 *string                    `json:"userLabel,omitempty"`
	VnfParametersList         []VnfParameter             `json:"vnfParametersList,omitempty"`
	PeeParametersList         []PeeParameter             `json:"peeParametersList,omitempty"`
	PriorityLabel             *int32                     `json:"priorityLabel,omitempty"`
	SupportedPerfMetricGroups []SupportedPerfMetricGroup `json:"supportedPerfMetricGroups,omitempty"`
	SupportedTraceMetrics     []string                   `json:"supportedTraceMetrics,omitempty"`
}

ManagedFunctionAttr struct for ManagedFunctionAttr

func NewManagedFunctionAttr ¶

func NewManagedFunctionAttr() *ManagedFunctionAttr

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

func NewManagedFunctionAttrWithDefaults ¶

func NewManagedFunctionAttrWithDefaults() *ManagedFunctionAttr

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

func (*ManagedFunctionAttr) GetPeeParametersList ¶

func (o *ManagedFunctionAttr) GetPeeParametersList() []PeeParameter

GetPeeParametersList returns the PeeParametersList field value if set, zero value otherwise.

func (*ManagedFunctionAttr) GetPeeParametersListOk ¶

func (o *ManagedFunctionAttr) GetPeeParametersListOk() ([]PeeParameter, bool)

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

func (*ManagedFunctionAttr) GetPriorityLabel ¶

func (o *ManagedFunctionAttr) GetPriorityLabel() int32

GetPriorityLabel returns the PriorityLabel field value if set, zero value otherwise.

func (*ManagedFunctionAttr) GetPriorityLabelOk ¶

func (o *ManagedFunctionAttr) GetPriorityLabelOk() (*int32, bool)

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

func (*ManagedFunctionAttr) GetSupportedPerfMetricGroups ¶

func (o *ManagedFunctionAttr) GetSupportedPerfMetricGroups() []SupportedPerfMetricGroup

GetSupportedPerfMetricGroups returns the SupportedPerfMetricGroups field value if set, zero value otherwise.

func (*ManagedFunctionAttr) GetSupportedPerfMetricGroupsOk ¶

func (o *ManagedFunctionAttr) GetSupportedPerfMetricGroupsOk() ([]SupportedPerfMetricGroup, bool)

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

func (*ManagedFunctionAttr) GetSupportedTraceMetrics ¶

func (o *ManagedFunctionAttr) GetSupportedTraceMetrics() []string

GetSupportedTraceMetrics returns the SupportedTraceMetrics field value if set, zero value otherwise.

func (*ManagedFunctionAttr) GetSupportedTraceMetricsOk ¶

func (o *ManagedFunctionAttr) GetSupportedTraceMetricsOk() ([]string, bool)

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

func (*ManagedFunctionAttr) GetUserLabel ¶

func (o *ManagedFunctionAttr) GetUserLabel() string

GetUserLabel returns the UserLabel field value if set, zero value otherwise.

func (*ManagedFunctionAttr) GetUserLabelOk ¶

func (o *ManagedFunctionAttr) GetUserLabelOk() (*string, bool)

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

func (*ManagedFunctionAttr) GetVnfParametersList ¶

func (o *ManagedFunctionAttr) GetVnfParametersList() []VnfParameter

GetVnfParametersList returns the VnfParametersList field value if set, zero value otherwise.

func (*ManagedFunctionAttr) GetVnfParametersListOk ¶

func (o *ManagedFunctionAttr) GetVnfParametersListOk() ([]VnfParameter, bool)

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

func (*ManagedFunctionAttr) HasPeeParametersList ¶

func (o *ManagedFunctionAttr) HasPeeParametersList() bool

HasPeeParametersList returns a boolean if a field has been set.

func (*ManagedFunctionAttr) HasPriorityLabel ¶

func (o *ManagedFunctionAttr) HasPriorityLabel() bool

HasPriorityLabel returns a boolean if a field has been set.

func (*ManagedFunctionAttr) HasSupportedPerfMetricGroups ¶

func (o *ManagedFunctionAttr) HasSupportedPerfMetricGroups() bool

HasSupportedPerfMetricGroups returns a boolean if a field has been set.

func (*ManagedFunctionAttr) HasSupportedTraceMetrics ¶

func (o *ManagedFunctionAttr) HasSupportedTraceMetrics() bool

HasSupportedTraceMetrics returns a boolean if a field has been set.

func (*ManagedFunctionAttr) HasUserLabel ¶

func (o *ManagedFunctionAttr) HasUserLabel() bool

HasUserLabel returns a boolean if a field has been set.

func (*ManagedFunctionAttr) HasVnfParametersList ¶

func (o *ManagedFunctionAttr) HasVnfParametersList() bool

HasVnfParametersList returns a boolean if a field has been set.

func (ManagedFunctionAttr) MarshalJSON ¶

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

func (*ManagedFunctionAttr) SetPeeParametersList ¶

func (o *ManagedFunctionAttr) SetPeeParametersList(v []PeeParameter)

SetPeeParametersList gets a reference to the given []PeeParameter and assigns it to the PeeParametersList field.

func (*ManagedFunctionAttr) SetPriorityLabel ¶

func (o *ManagedFunctionAttr) SetPriorityLabel(v int32)

SetPriorityLabel gets a reference to the given int32 and assigns it to the PriorityLabel field.

func (*ManagedFunctionAttr) SetSupportedPerfMetricGroups ¶

func (o *ManagedFunctionAttr) SetSupportedPerfMetricGroups(v []SupportedPerfMetricGroup)

SetSupportedPerfMetricGroups gets a reference to the given []SupportedPerfMetricGroup and assigns it to the SupportedPerfMetricGroups field.

func (*ManagedFunctionAttr) SetSupportedTraceMetrics ¶

func (o *ManagedFunctionAttr) SetSupportedTraceMetrics(v []string)

SetSupportedTraceMetrics gets a reference to the given []string and assigns it to the SupportedTraceMetrics field.

func (*ManagedFunctionAttr) SetUserLabel ¶

func (o *ManagedFunctionAttr) SetUserLabel(v string)

SetUserLabel gets a reference to the given string and assigns it to the UserLabel field.

func (*ManagedFunctionAttr) SetVnfParametersList ¶

func (o *ManagedFunctionAttr) SetVnfParametersList(v []VnfParameter)

SetVnfParametersList gets a reference to the given []VnfParameter and assigns it to the VnfParametersList field.

func (ManagedFunctionAttr) ToMap ¶

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

type ManagedFunctionNcO ¶

type ManagedFunctionNcO struct {
	PerfMetricJob    []PerfMetricJobSingle    `json:"PerfMetricJob,omitempty"`
	ThresholdMonitor []ThresholdMonitorSingle `json:"ThresholdMonitor,omitempty"`
	ManagedNFService []ManagedNFServiceSingle `json:"ManagedNFService,omitempty"`
	TraceJob         []TraceJobSingle         `json:"TraceJob,omitempty"`
}

ManagedFunctionNcO struct for ManagedFunctionNcO

func NewManagedFunctionNcO ¶

func NewManagedFunctionNcO() *ManagedFunctionNcO

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

func NewManagedFunctionNcOWithDefaults ¶

func NewManagedFunctionNcOWithDefaults() *ManagedFunctionNcO

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

func (*ManagedFunctionNcO) GetManagedNFService ¶

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

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

func (*ManagedFunctionNcO) GetManagedNFServiceOk ¶

func (o *ManagedFunctionNcO) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool)

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

func (*ManagedFunctionNcO) GetPerfMetricJob ¶

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

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

func (*ManagedFunctionNcO) GetPerfMetricJobOk ¶

func (o *ManagedFunctionNcO) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)

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

func (*ManagedFunctionNcO) GetThresholdMonitor ¶

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

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

func (*ManagedFunctionNcO) GetThresholdMonitorOk ¶

func (o *ManagedFunctionNcO) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)

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

func (*ManagedFunctionNcO) GetTraceJob ¶

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

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

func (*ManagedFunctionNcO) GetTraceJobOk ¶

func (o *ManagedFunctionNcO) GetTraceJobOk() ([]TraceJobSingle, bool)

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

func (*ManagedFunctionNcO) HasManagedNFService ¶

func (o *ManagedFunctionNcO) HasManagedNFService() bool

HasManagedNFService returns a boolean if a field has been set.

func (*ManagedFunctionNcO) HasPerfMetricJob ¶

func (o *ManagedFunctionNcO) HasPerfMetricJob() bool

HasPerfMetricJob returns a boolean if a field has been set.

func (*ManagedFunctionNcO) HasThresholdMonitor ¶

func (o *ManagedFunctionNcO) HasThresholdMonitor() bool

HasThresholdMonitor returns a boolean if a field has been set.

func (*ManagedFunctionNcO) HasTraceJob ¶

func (o *ManagedFunctionNcO) HasTraceJob() bool

HasTraceJob returns a boolean if a field has been set.

func (ManagedFunctionNcO) MarshalJSON ¶

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

func (*ManagedFunctionNcO) SetManagedNFService ¶

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

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

func (*ManagedFunctionNcO) SetPerfMetricJob ¶

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

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

func (*ManagedFunctionNcO) SetThresholdMonitor ¶

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

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

func (*ManagedFunctionNcO) SetTraceJob ¶

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

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

func (ManagedFunctionNcO) ToMap ¶

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

type ManagedNFServiceSingle ¶

type ManagedNFServiceSingle struct {
	Top
	Attributes *ManagedNFServiceSingleAllOfAttributes `json:"attributes,omitempty"`
}

ManagedNFServiceSingle struct for ManagedNFServiceSingle

func NewManagedNFServiceSingle ¶

func NewManagedNFServiceSingle(id NullableString) *ManagedNFServiceSingle

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

func NewManagedNFServiceSingleWithDefaults ¶

func NewManagedNFServiceSingleWithDefaults() *ManagedNFServiceSingle

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

func (*ManagedNFServiceSingle) GetAttributes ¶

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          []Operation          `json:"operations,omitempty"`
	AdministrativeState *AdministrativeState `json:"administrativeState,omitempty"`
	OperationalState    *OperationalState    `json:"operationalState,omitempty"`
	UsageState          *UsageState          `json:"usageState,omitempty"`
	RegistrationState   *RegistrationState   `json:"registrationState,omitempty"`
}

ManagedNFServiceSingleAllOfAttributes struct for ManagedNFServiceSingleAllOfAttributes

func NewManagedNFServiceSingleAllOfAttributes ¶

func NewManagedNFServiceSingleAllOfAttributes() *ManagedNFServiceSingleAllOfAttributes

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

func NewManagedNFServiceSingleAllOfAttributesWithDefaults ¶

func NewManagedNFServiceSingleAllOfAttributesWithDefaults() *ManagedNFServiceSingleAllOfAttributes

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

func (*ManagedNFServiceSingleAllOfAttributes) GetAdministrativeState ¶

func (o *ManagedNFServiceSingleAllOfAttributes) GetAdministrativeState() AdministrativeState

GetAdministrativeState returns the AdministrativeState field value if set, zero value otherwise.

func (*ManagedNFServiceSingleAllOfAttributes) GetAdministrativeStateOk ¶

func (o *ManagedNFServiceSingleAllOfAttributes) GetAdministrativeStateOk() (*AdministrativeState, bool)

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

func (*ManagedNFServiceSingleAllOfAttributes) GetNFServiceType ¶

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 ¶

func (o *ManagedNFServiceSingleAllOfAttributes) GetOperations() []Operation

GetOperations returns the Operations field value if set, zero value otherwise.

func (*ManagedNFServiceSingleAllOfAttributes) GetOperationsOk ¶

func (o *ManagedNFServiceSingleAllOfAttributes) GetOperationsOk() ([]Operation, bool)

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

func (*ManagedNFServiceSingleAllOfAttributes) GetRegistrationState ¶

func (o *ManagedNFServiceSingleAllOfAttributes) GetRegistrationState() RegistrationState

GetRegistrationState returns the RegistrationState field value if set, zero value otherwise.

func (*ManagedNFServiceSingleAllOfAttributes) GetRegistrationStateOk ¶

func (o *ManagedNFServiceSingleAllOfAttributes) GetRegistrationStateOk() (*RegistrationState, bool)

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

func (*ManagedNFServiceSingleAllOfAttributes) GetSAP ¶

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 []Operation)

SetOperations gets a reference to the given []Operation and assigns it to the Operations field.

func (*ManagedNFServiceSingleAllOfAttributes) SetRegistrationState ¶

func (o *ManagedNFServiceSingleAllOfAttributes) SetRegistrationState(v RegistrationState)

SetRegistrationState gets a reference to the given RegistrationState and assigns it to the RegistrationState field.

func (*ManagedNFServiceSingleAllOfAttributes) SetSAP ¶

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 *TimeWindow     `json:"collectionTimeWindow,omitempty"`
	ReportingCtrl        *ReportingCtrl  `json:"reportingCtrl,omitempty"`
	DataScope            *string         `json:"dataScope,omitempty"`
}

ManagementDataCollectionSingleAllOfAttributes struct for ManagementDataCollectionSingleAllOfAttributes

func NewManagementDataCollectionSingleAllOfAttributes ¶

func NewManagementDataCollectionSingleAllOfAttributes() *ManagementDataCollectionSingleAllOfAttributes

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

func NewManagementDataCollectionSingleAllOfAttributesWithDefaults ¶

func NewManagementDataCollectionSingleAllOfAttributesWithDefaults() *ManagementDataCollectionSingleAllOfAttributes

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

func (*ManagementDataCollectionSingleAllOfAttributes) GetCollectionTimeWindow ¶

func (o *ManagementDataCollectionSingleAllOfAttributes) GetCollectionTimeWindow() TimeWindow

GetCollectionTimeWindow returns the CollectionTimeWindow field value if set, zero value otherwise.

func (*ManagementDataCollectionSingleAllOfAttributes) GetCollectionTimeWindowOk ¶

func (o *ManagementDataCollectionSingleAllOfAttributes) GetCollectionTimeWindowOk() (*TimeWindow, bool)

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

func (*ManagementDataCollectionSingleAllOfAttributes) GetDataScope ¶

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 TimeWindow)

SetCollectionTimeWindow gets a reference to the given TimeWindow 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 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 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 NFServiceType ¶

type NFServiceType string

NFServiceType the model 'NFServiceType'

const (
	NAMF_COMMUNICATION  NFServiceType = "Namf_Communication"
	NAMF_EVENT_EXPOSURE NFServiceType = "Namf_EventExposure"
	NAMF_MT             NFServiceType = "Namf_MT"
	NAMF_LOCATION       NFServiceType = "Namf_Location"
	NSMF_PDU_SESSION    NFServiceType = "Nsmf_PDUSession"
	NSMF_EVENT_EXPOSURE NFServiceType = "Nsmf_EventExposure"
	OTHERS              NFServiceType = "Others"
)

List of NFServiceType

func NewNFServiceTypeFromValue ¶

func NewNFServiceTypeFromValue(v string) (*NFServiceType, error)

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

func (NFServiceType) IsValid ¶

func (v NFServiceType) IsValid() bool

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

func (NFServiceType) Ptr ¶

func (v NFServiceType) Ptr() *NFServiceType

Ptr returns reference to NFServiceType value

func (*NFServiceType) UnmarshalJSON ¶

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

type NFType ¶

type NFType string

NFType NF name defined in TS 23.501 or TS 29.510

const (
	NRF  NFType = "NRF"
	UDM  NFType = "UDM"
	AMF  NFType = "AMF"
	SMF  NFType = "SMF"
	AUSF NFType = "AUSF"
	NEF  NFType = "NEF"
	PCF  NFType = "PCF"
	SMSF NFType = "SMSF"
	NSSF NFType = "NSSF"
	UDR  NFType = "UDR"
	LMF  NFType = "LMF"
	GMLC NFType = "GMLC"

	SEPP   NFType = "SEPP"
	UPF    NFType = "UPF"
	N3_IWF NFType = "N3IWF"
	AF     NFType = "AF"
	UDSF   NFType = "UDSF"
	DN     NFType = "DN"
	BSF    NFType = "BSF"
	CHF    NFType = "CHF"
	NWDAF  NFType = "NWDAF"
	PCSCF  NFType = "PCSCF"
	CBCF   NFType = "CBCF"
	HSS    NFType = "HSS"
	UCMF   NFType = "UCMF"
	SOR_AF NFType = "SOR_AF"
	SPAF   NFType = "SPAF"
	MME    NFType = "MME"
	SCSAS  NFType = "SCSAS"
	SCEF   NFType = "SCEF"
	SCP    NFType = "SCP"
	NSSAAF NFType = "NSSAAF"
	ICSCF  NFType = "ICSCF"
	SCSCF  NFType = "SCSCF"
	DRA    NFType = "DRA"
	IMS_AS NFType = "IMS_AS"
	AANF   NFType = "AANF"

	NSACF     NFType = "NSACF"
	MFAF      NFType = "MFAF"
	EASDF     NFType = "EASDF"
	DCCF      NFType = "DCCF"
	MB_SMF    NFType = "MB_SMF"
	TSCTSF    NFType = "TSCTSF"
	ADRF      NFType = "ADRF"
	GBA_BSF   NFType = "GBA_BSF"
	CEF       NFType = "CEF"
	MB_UPF    NFType = "MB_UPF"
	NSWOF     NFType = "NSWOF"
	PKMF      NFType = "PKMF"
	MNPF      NFType = "MNPF"
	SMS_GMSC  NFType = "SMS_GMSC"
	SMS_IWMSC NFType = "SMS_IWMSC"
	MBSF      NFType = "MBSF"
	MBSTF     NFType = "MBSTF"
	PANF      NFType = "PANF"
	TNGF      NFType = "TNGF"
	W_AGF     NFType = "W_AGF"
	TWIF      NFType = "TWIF"
	TSN_AF    NFType = "TSN_AF"
)

List of NFType

func NewNFTypeFromValue ¶

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

type NodeFilter struct {
	AreaOfInterest *AreaOfInterest `json:"areaOfInterest,omitempty"`
	NetworkDomain  *string         `json:"networkDomain,omitempty"`
	CpUpType       *string         `json:"cpUpType,omitempty"`
	Sst            *int32          `json:"sst,omitempty"`
}

NodeFilter struct for NodeFilter

func NewNodeFilter ¶

func NewNodeFilter() *NodeFilter

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

func NewNodeFilterWithDefaults ¶

func NewNodeFilterWithDefaults() *NodeFilter

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

func (*NodeFilter) GetAreaOfInterest ¶

func (o *NodeFilter) GetAreaOfInterest() AreaOfInterest

GetAreaOfInterest returns the AreaOfInterest field value if set, zero value otherwise.

func (*NodeFilter) GetAreaOfInterestOk ¶

func (o *NodeFilter) GetAreaOfInterestOk() (*AreaOfInterest, bool)

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

func (*NodeFilter) GetCpUpType ¶

func (o *NodeFilter) GetCpUpType() string

GetCpUpType returns the CpUpType field value if set, zero value otherwise.

func (*NodeFilter) GetCpUpTypeOk ¶

func (o *NodeFilter) GetCpUpTypeOk() (*string, bool)

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

func (*NodeFilter) GetNetworkDomain ¶

func (o *NodeFilter) GetNetworkDomain() string

GetNetworkDomain returns the NetworkDomain field value if set, zero value otherwise.

func (*NodeFilter) GetNetworkDomainOk ¶

func (o *NodeFilter) GetNetworkDomainOk() (*string, bool)

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

func (*NodeFilter) GetSst ¶

func (o *NodeFilter) GetSst() int32

GetSst returns the Sst field value if set, zero value otherwise.

func (*NodeFilter) GetSstOk ¶

func (o *NodeFilter) GetSstOk() (*int32, bool)

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

func (*NodeFilter) HasAreaOfInterest ¶

func (o *NodeFilter) HasAreaOfInterest() bool

HasAreaOfInterest returns a boolean if a field has been set.

func (*NodeFilter) HasCpUpType ¶

func (o *NodeFilter) HasCpUpType() bool

HasCpUpType returns a boolean if a field has been set.

func (*NodeFilter) HasNetworkDomain ¶

func (o *NodeFilter) HasNetworkDomain() bool

HasNetworkDomain returns a boolean if a field has been set.

func (*NodeFilter) HasSst ¶

func (o *NodeFilter) HasSst() bool

HasSst returns a boolean if a field has been set.

func (NodeFilter) MarshalJSON ¶

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

func (*NodeFilter) SetAreaOfInterest ¶

func (o *NodeFilter) SetAreaOfInterest(v AreaOfInterest)

SetAreaOfInterest gets a reference to the given AreaOfInterest and assigns it to the AreaOfInterest field.

func (*NodeFilter) SetCpUpType ¶

func (o *NodeFilter) SetCpUpType(v string)

SetCpUpType gets a reference to the given string and assigns it to the CpUpType field.

func (*NodeFilter) SetNetworkDomain ¶

func (o *NodeFilter) SetNetworkDomain(v string)

SetNetworkDomain gets a reference to the given string and assigns it to the NetworkDomain field.

func (*NodeFilter) SetSst ¶

func (o *NodeFilter) SetSst(v int32)

SetSst gets a reference to the given int32 and assigns it to the Sst field.

func (NodeFilter) ToMap ¶

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

type NotificationType ¶

type NotificationType struct {
	AlarmNotificationTypes     *AlarmNotificationTypes
	CmNotificationTypes        *CmNotificationTypes
	FileNotificationTypes      *FileNotificationTypes
	HeartbeatNotificationTypes *HeartbeatNotificationTypes
	PerfNotificationTypes      *PerfNotificationTypes
}

NotificationType - struct for NotificationType

func AlarmNotificationTypesAsNotificationType ¶

func AlarmNotificationTypesAsNotificationType(v *AlarmNotificationTypes) NotificationType

AlarmNotificationTypesAsNotificationType is a convenience function that returns AlarmNotificationTypes wrapped in NotificationType

func CmNotificationTypesAsNotificationType ¶

func CmNotificationTypesAsNotificationType(v *CmNotificationTypes) NotificationType

CmNotificationTypesAsNotificationType is a convenience function that returns CmNotificationTypes wrapped in NotificationType

func FileNotificationTypesAsNotificationType ¶

func FileNotificationTypesAsNotificationType(v *FileNotificationTypes) NotificationType

FileNotificationTypesAsNotificationType is a convenience function that returns FileNotificationTypes wrapped in NotificationType

func HeartbeatNotificationTypesAsNotificationType ¶

func HeartbeatNotificationTypesAsNotificationType(v *HeartbeatNotificationTypes) NotificationType

HeartbeatNotificationTypesAsNotificationType is a convenience function that returns HeartbeatNotificationTypes wrapped in NotificationType

func PerfNotificationTypesAsNotificationType ¶

func PerfNotificationTypesAsNotificationType(v *PerfNotificationTypes) NotificationType

PerfNotificationTypesAsNotificationType is a convenience function that returns PerfNotificationTypes wrapped in NotificationType

func (*NotificationType) GetActualInstance ¶

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

Get the actual instance

func (NotificationType) MarshalJSON ¶

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

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

func (*NotificationType) UnmarshalJSON ¶

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

Unmarshal JSON data into one of the pointers in the struct

type NpnIdentity ¶

type NpnIdentity struct {
	PlmnId    *PlmnId `json:"plmnId,omitempty"`
	CagidList *string `json:"cagidList,omitempty"`
	NidList   *string `json:"nidList,omitempty"`
}

NpnIdentity struct for NpnIdentity

func NewNpnIdentity ¶

func NewNpnIdentity() *NpnIdentity

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

func NewNpnIdentityWithDefaults ¶

func NewNpnIdentityWithDefaults() *NpnIdentity

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

func (*NpnIdentity) GetCagidList ¶

func (o *NpnIdentity) GetCagidList() string

GetCagidList returns the CagidList field value if set, zero value otherwise.

func (*NpnIdentity) GetCagidListOk ¶

func (o *NpnIdentity) GetCagidListOk() (*string, bool)

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

func (*NpnIdentity) GetNidList ¶

func (o *NpnIdentity) GetNidList() string

GetNidList returns the NidList field value if set, zero value otherwise.

func (*NpnIdentity) GetNidListOk ¶

func (o *NpnIdentity) GetNidListOk() (*string, bool)

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

func (*NpnIdentity) GetPlmnId ¶

func (o *NpnIdentity) GetPlmnId() PlmnId

GetPlmnId returns the PlmnId field value if set, zero value otherwise.

func (*NpnIdentity) GetPlmnIdOk ¶

func (o *NpnIdentity) GetPlmnIdOk() (*PlmnId, bool)

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

func (*NpnIdentity) HasCagidList ¶

func (o *NpnIdentity) HasCagidList() bool

HasCagidList returns a boolean if a field has been set.

func (*NpnIdentity) HasNidList ¶

func (o *NpnIdentity) HasNidList() bool

HasNidList returns a boolean if a field has been set.

func (*NpnIdentity) HasPlmnId ¶

func (o *NpnIdentity) HasPlmnId() bool

HasPlmnId returns a boolean if a field has been set.

func (NpnIdentity) MarshalJSON ¶

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

func (*NpnIdentity) SetCagidList ¶

func (o *NpnIdentity) SetCagidList(v string)

SetCagidList gets a reference to the given string and assigns it to the CagidList field.

func (*NpnIdentity) SetNidList ¶

func (o *NpnIdentity) SetNidList(v string)

SetNidList gets a reference to the given string and assigns it to the NidList field.

func (*NpnIdentity) SetPlmnId ¶

func (o *NpnIdentity) SetPlmnId(v PlmnId)

SetPlmnId gets a reference to the given PlmnId and assigns it to the PlmnId field.

func (NpnIdentity) ToMap ¶

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

type NrCellCuSingle ¶

type NrCellCuSingle struct {
	Top
	Attributes                *NrCellCuSingleAllOfAttributes   `json:"attributes,omitempty"`
	PerfMetricJob             []PerfMetricJobSingle            `json:"PerfMetricJob,omitempty"`
	ThresholdMonitor          []ThresholdMonitorSingle         `json:"ThresholdMonitor,omitempty"`
	ManagedNFService          []ManagedNFServiceSingle         `json:"ManagedNFService,omitempty"`
	TraceJob                  []TraceJobSingle                 `json:"TraceJob,omitempty"`
	RRMPolicyRatio            []RRMPolicyRatioSingle           `json:"RRMPolicyRatio,omitempty"`
	NRCellRelation            []NRCellRelationSingle           `json:"NRCellRelation,omitempty"`
	EUtranCellRelation        []EUtranCellRelationSingle       `json:"EUtranCellRelation,omitempty"`
	NRFreqRelation            []NRFreqRelationSingle           `json:"NRFreqRelation,omitempty"`
	EUtranFreqRelation        []EUtranFreqRelationSingle       `json:"EUtranFreqRelation,omitempty"`
	DESManagementFunction     *DESManagementFunctionSingle     `json:"DESManagementFunction,omitempty"`
	DMROFunction              *DMROFunctionSingle              `json:"DMROFunction,omitempty"`
	DLBOFunction              *DLBOFunctionSingle              `json:"DLBOFunction,omitempty"`
	CESManagementFunction     *CESManagementFunctionSingle     `json:"CESManagementFunction,omitempty"`
	DPCIConfigurationFunction *DPCIConfigurationFunctionSingle `json:"DPCIConfigurationFunction,omitempty"`
}

NrCellCuSingle struct for NrCellCuSingle

func NewNrCellCuSingle ¶

func NewNrCellCuSingle(id NullableString) *NrCellCuSingle

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

func NewNrCellCuSingleWithDefaults ¶

func NewNrCellCuSingleWithDefaults() *NrCellCuSingle

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

func (*NrCellCuSingle) GetAttributes ¶

func (o *NrCellCuSingle) GetAttributes() NrCellCuSingleAllOfAttributes

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

func (*NrCellCuSingle) GetAttributesOk ¶

func (o *NrCellCuSingle) GetAttributesOk() (*NrCellCuSingleAllOfAttributes, bool)

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

func (*NrCellCuSingle) GetCESManagementFunction ¶

func (o *NrCellCuSingle) GetCESManagementFunction() CESManagementFunctionSingle

GetCESManagementFunction returns the CESManagementFunction field value if set, zero value otherwise.

func (*NrCellCuSingle) GetCESManagementFunctionOk ¶

func (o *NrCellCuSingle) GetCESManagementFunctionOk() (*CESManagementFunctionSingle, bool)

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

func (*NrCellCuSingle) GetDESManagementFunction ¶

func (o *NrCellCuSingle) GetDESManagementFunction() DESManagementFunctionSingle

GetDESManagementFunction returns the DESManagementFunction field value if set, zero value otherwise.

func (*NrCellCuSingle) GetDESManagementFunctionOk ¶

func (o *NrCellCuSingle) GetDESManagementFunctionOk() (*DESManagementFunctionSingle, bool)

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

func (*NrCellCuSingle) GetDLBOFunction ¶

func (o *NrCellCuSingle) GetDLBOFunction() DLBOFunctionSingle

GetDLBOFunction returns the DLBOFunction field value if set, zero value otherwise.

func (*NrCellCuSingle) GetDLBOFunctionOk ¶

func (o *NrCellCuSingle) GetDLBOFunctionOk() (*DLBOFunctionSingle, bool)

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

func (*NrCellCuSingle) GetDMROFunction ¶

func (o *NrCellCuSingle) GetDMROFunction() DMROFunctionSingle

GetDMROFunction returns the DMROFunction field value if set, zero value otherwise.

func (*NrCellCuSingle) GetDMROFunctionOk ¶

func (o *NrCellCuSingle) GetDMROFunctionOk() (*DMROFunctionSingle, bool)

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

func (*NrCellCuSingle) GetDPCIConfigurationFunction ¶

func (o *NrCellCuSingle) GetDPCIConfigurationFunction() DPCIConfigurationFunctionSingle

GetDPCIConfigurationFunction returns the DPCIConfigurationFunction field value if set, zero value otherwise.

func (*NrCellCuSingle) GetDPCIConfigurationFunctionOk ¶

func (o *NrCellCuSingle) GetDPCIConfigurationFunctionOk() (*DPCIConfigurationFunctionSingle, bool)

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

func (*NrCellCuSingle) GetEUtranCellRelation ¶

func (o *NrCellCuSingle) GetEUtranCellRelation() []EUtranCellRelationSingle

GetEUtranCellRelation returns the EUtranCellRelation field value if set, zero value otherwise.

func (*NrCellCuSingle) GetEUtranCellRelationOk ¶

func (o *NrCellCuSingle) GetEUtranCellRelationOk() ([]EUtranCellRelationSingle, bool)

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

func (*NrCellCuSingle) GetEUtranFreqRelation ¶

func (o *NrCellCuSingle) GetEUtranFreqRelation() []EUtranFreqRelationSingle

GetEUtranFreqRelation returns the EUtranFreqRelation field value if set, zero value otherwise.

func (*NrCellCuSingle) GetEUtranFreqRelationOk ¶

func (o *NrCellCuSingle) GetEUtranFreqRelationOk() ([]EUtranFreqRelationSingle, bool)

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

func (*NrCellCuSingle) GetManagedNFService ¶

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

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

func (*NrCellCuSingle) GetManagedNFServiceOk ¶

func (o *NrCellCuSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool)

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

func (*NrCellCuSingle) GetNRCellRelation ¶

func (o *NrCellCuSingle) GetNRCellRelation() []NRCellRelationSingle

GetNRCellRelation returns the NRCellRelation field value if set, zero value otherwise.

func (*NrCellCuSingle) GetNRCellRelationOk ¶

func (o *NrCellCuSingle) GetNRCellRelationOk() ([]NRCellRelationSingle, bool)

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

func (*NrCellCuSingle) GetNRFreqRelation ¶

func (o *NrCellCuSingle) GetNRFreqRelation() []NRFreqRelationSingle

GetNRFreqRelation returns the NRFreqRelation field value if set, zero value otherwise.

func (*NrCellCuSingle) GetNRFreqRelationOk ¶

func (o *NrCellCuSingle) GetNRFreqRelationOk() ([]NRFreqRelationSingle, bool)

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

func (*NrCellCuSingle) GetPerfMetricJob ¶

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

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

func (*NrCellCuSingle) GetPerfMetricJobOk ¶

func (o *NrCellCuSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)

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

func (*NrCellCuSingle) GetRRMPolicyRatio ¶

func (o *NrCellCuSingle) GetRRMPolicyRatio() []RRMPolicyRatioSingle

GetRRMPolicyRatio returns the RRMPolicyRatio field value if set, zero value otherwise.

func (*NrCellCuSingle) GetRRMPolicyRatioOk ¶

func (o *NrCellCuSingle) GetRRMPolicyRatioOk() ([]RRMPolicyRatioSingle, bool)

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

func (*NrCellCuSingle) GetThresholdMonitor ¶

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

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

func (*NrCellCuSingle) GetThresholdMonitorOk ¶

func (o *NrCellCuSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)

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

func (*NrCellCuSingle) GetTraceJob ¶

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

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

func (*NrCellCuSingle) GetTraceJobOk ¶

func (o *NrCellCuSingle) GetTraceJobOk() ([]TraceJobSingle, bool)

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

func (*NrCellCuSingle) HasAttributes ¶

func (o *NrCellCuSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*NrCellCuSingle) HasCESManagementFunction ¶

func (o *NrCellCuSingle) HasCESManagementFunction() bool

HasCESManagementFunction returns a boolean if a field has been set.

func (*NrCellCuSingle) HasDESManagementFunction ¶

func (o *NrCellCuSingle) HasDESManagementFunction() bool

HasDESManagementFunction returns a boolean if a field has been set.

func (*NrCellCuSingle) HasDLBOFunction ¶

func (o *NrCellCuSingle) HasDLBOFunction() bool

HasDLBOFunction returns a boolean if a field has been set.

func (*NrCellCuSingle) HasDMROFunction ¶

func (o *NrCellCuSingle) HasDMROFunction() bool

HasDMROFunction returns a boolean if a field has been set.

func (*NrCellCuSingle) HasDPCIConfigurationFunction ¶

func (o *NrCellCuSingle) HasDPCIConfigurationFunction() bool

HasDPCIConfigurationFunction returns a boolean if a field has been set.

func (*NrCellCuSingle) HasEUtranCellRelation ¶

func (o *NrCellCuSingle) HasEUtranCellRelation() bool

HasEUtranCellRelation returns a boolean if a field has been set.

func (*NrCellCuSingle) HasEUtranFreqRelation ¶

func (o *NrCellCuSingle) HasEUtranFreqRelation() bool

HasEUtranFreqRelation returns a boolean if a field has been set.

func (*NrCellCuSingle) HasManagedNFService ¶

func (o *NrCellCuSingle) HasManagedNFService() bool

HasManagedNFService returns a boolean if a field has been set.

func (*NrCellCuSingle) HasNRCellRelation ¶

func (o *NrCellCuSingle) HasNRCellRelation() bool

HasNRCellRelation returns a boolean if a field has been set.

func (*NrCellCuSingle) HasNRFreqRelation ¶

func (o *NrCellCuSingle) HasNRFreqRelation() bool

HasNRFreqRelation returns a boolean if a field has been set.

func (*NrCellCuSingle) HasPerfMetricJob ¶

func (o *NrCellCuSingle) HasPerfMetricJob() bool

HasPerfMetricJob returns a boolean if a field has been set.

func (*NrCellCuSingle) HasRRMPolicyRatio ¶

func (o *NrCellCuSingle) HasRRMPolicyRatio() bool

HasRRMPolicyRatio returns a boolean if a field has been set.

func (*NrCellCuSingle) HasThresholdMonitor ¶

func (o *NrCellCuSingle) HasThresholdMonitor() bool

HasThresholdMonitor returns a boolean if a field has been set.

func (*NrCellCuSingle) HasTraceJob ¶

func (o *NrCellCuSingle) HasTraceJob() bool

HasTraceJob returns a boolean if a field has been set.

func (NrCellCuSingle) MarshalJSON ¶

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

func (*NrCellCuSingle) SetAttributes ¶

func (o *NrCellCuSingle) SetAttributes(v NrCellCuSingleAllOfAttributes)

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

func (*NrCellCuSingle) SetCESManagementFunction ¶

func (o *NrCellCuSingle) SetCESManagementFunction(v CESManagementFunctionSingle)

SetCESManagementFunction gets a reference to the given CESManagementFunctionSingle and assigns it to the CESManagementFunction field.

func (*NrCellCuSingle) SetDESManagementFunction ¶

func (o *NrCellCuSingle) SetDESManagementFunction(v DESManagementFunctionSingle)

SetDESManagementFunction gets a reference to the given DESManagementFunctionSingle and assigns it to the DESManagementFunction field.

func (*NrCellCuSingle) SetDLBOFunction ¶

func (o *NrCellCuSingle) SetDLBOFunction(v DLBOFunctionSingle)

SetDLBOFunction gets a reference to the given DLBOFunctionSingle and assigns it to the DLBOFunction field.

func (*NrCellCuSingle) SetDMROFunction ¶

func (o *NrCellCuSingle) SetDMROFunction(v DMROFunctionSingle)

SetDMROFunction gets a reference to the given DMROFunctionSingle and assigns it to the DMROFunction field.

func (*NrCellCuSingle) SetDPCIConfigurationFunction ¶

func (o *NrCellCuSingle) SetDPCIConfigurationFunction(v DPCIConfigurationFunctionSingle)

SetDPCIConfigurationFunction gets a reference to the given DPCIConfigurationFunctionSingle and assigns it to the DPCIConfigurationFunction field.

func (*NrCellCuSingle) SetEUtranCellRelation ¶

func (o *NrCellCuSingle) SetEUtranCellRelation(v []EUtranCellRelationSingle)

SetEUtranCellRelation gets a reference to the given []EUtranCellRelationSingle and assigns it to the EUtranCellRelation field.

func (*NrCellCuSingle) SetEUtranFreqRelation ¶

func (o *NrCellCuSingle) SetEUtranFreqRelation(v []EUtranFreqRelationSingle)

SetEUtranFreqRelation gets a reference to the given []EUtranFreqRelationSingle and assigns it to the EUtranFreqRelation field.

func (*NrCellCuSingle) SetManagedNFService ¶

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

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

func (*NrCellCuSingle) SetNRCellRelation ¶

func (o *NrCellCuSingle) SetNRCellRelation(v []NRCellRelationSingle)

SetNRCellRelation gets a reference to the given []NRCellRelationSingle and assigns it to the NRCellRelation field.

func (*NrCellCuSingle) SetNRFreqRelation ¶

func (o *NrCellCuSingle) SetNRFreqRelation(v []NRFreqRelationSingle)

SetNRFreqRelation gets a reference to the given []NRFreqRelationSingle and assigns it to the NRFreqRelation field.

func (*NrCellCuSingle) SetPerfMetricJob ¶

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

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

func (*NrCellCuSingle) SetRRMPolicyRatio ¶

func (o *NrCellCuSingle) SetRRMPolicyRatio(v []RRMPolicyRatioSingle)

SetRRMPolicyRatio gets a reference to the given []RRMPolicyRatioSingle and assigns it to the RRMPolicyRatio field.

func (*NrCellCuSingle) SetThresholdMonitor ¶

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

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

func (*NrCellCuSingle) SetTraceJob ¶

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

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

func (NrCellCuSingle) ToMap ¶

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

type NrCellCuSingleAllOf ¶

type NrCellCuSingleAllOf struct {
	Attributes *NrCellCuSingleAllOfAttributes `json:"attributes,omitempty"`
}

NrCellCuSingleAllOf struct for NrCellCuSingleAllOf

func NewNrCellCuSingleAllOf ¶

func NewNrCellCuSingleAllOf() *NrCellCuSingleAllOf

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

func NewNrCellCuSingleAllOfWithDefaults ¶

func NewNrCellCuSingleAllOfWithDefaults() *NrCellCuSingleAllOf

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

func (*NrCellCuSingleAllOf) GetAttributes ¶

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 ¶ added in v1.18.0

type NrCellCuSingleAllOfAttributes struct {
	ManagedFunctionAttr
	CellLocalId    *int32     `json:"cellLocalId,omitempty"`
	PlmnInfoList   []PlmnInfo `json:"plmnInfoList,omitempty"`
	NRFrequencyRef *string    `json:"nRFrequencyRef,omitempty"`
}

NrCellCuSingleAllOfAttributes struct for NrCellCuSingleAllOfAttributes

func NewNrCellCuSingleAllOfAttributes ¶ added in v1.18.0

func NewNrCellCuSingleAllOfAttributes() *NrCellCuSingleAllOfAttributes

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

func NewNrCellCuSingleAllOfAttributesWithDefaults ¶ added in v1.18.0

func NewNrCellCuSingleAllOfAttributesWithDefaults() *NrCellCuSingleAllOfAttributes

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

func (*NrCellCuSingleAllOfAttributes) GetCellLocalId ¶ added in v1.18.0

func (o *NrCellCuSingleAllOfAttributes) GetCellLocalId() int32

GetCellLocalId returns the CellLocalId field value if set, zero value otherwise.

func (*NrCellCuSingleAllOfAttributes) GetCellLocalIdOk ¶ added in v1.18.0

func (o *NrCellCuSingleAllOfAttributes) GetCellLocalIdOk() (*int32, bool)

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

func (*NrCellCuSingleAllOfAttributes) GetNRFrequencyRef ¶ added in v1.18.0

func (o *NrCellCuSingleAllOfAttributes) GetNRFrequencyRef() string

GetNRFrequencyRef returns the NRFrequencyRef field value if set, zero value otherwise.

func (*NrCellCuSingleAllOfAttributes) GetNRFrequencyRefOk ¶ added in v1.18.0

func (o *NrCellCuSingleAllOfAttributes) GetNRFrequencyRefOk() (*string, bool)

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

func (*NrCellCuSingleAllOfAttributes) GetPlmnInfoList ¶ added in v1.18.0

func (o *NrCellCuSingleAllOfAttributes) GetPlmnInfoList() []PlmnInfo

GetPlmnInfoList returns the PlmnInfoList field value if set, zero value otherwise.

func (*NrCellCuSingleAllOfAttributes) GetPlmnInfoListOk ¶ added in v1.18.0

func (o *NrCellCuSingleAllOfAttributes) GetPlmnInfoListOk() ([]PlmnInfo, bool)

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

func (*NrCellCuSingleAllOfAttributes) HasCellLocalId ¶ added in v1.18.0

func (o *NrCellCuSingleAllOfAttributes) HasCellLocalId() bool

HasCellLocalId returns a boolean if a field has been set.

func (*NrCellCuSingleAllOfAttributes) HasNRFrequencyRef ¶ added in v1.18.0

func (o *NrCellCuSingleAllOfAttributes) HasNRFrequencyRef() bool

HasNRFrequencyRef returns a boolean if a field has been set.

func (*NrCellCuSingleAllOfAttributes) HasPlmnInfoList ¶ added in v1.18.0

func (o *NrCellCuSingleAllOfAttributes) HasPlmnInfoList() bool

HasPlmnInfoList returns a boolean if a field has been set.

func (NrCellCuSingleAllOfAttributes) MarshalJSON ¶ added in v1.18.0

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

func (*NrCellCuSingleAllOfAttributes) SetCellLocalId ¶ added in v1.18.0

func (o *NrCellCuSingleAllOfAttributes) SetCellLocalId(v int32)

SetCellLocalId gets a reference to the given int32 and assigns it to the CellLocalId field.

func (*NrCellCuSingleAllOfAttributes) SetNRFrequencyRef ¶ added in v1.18.0

func (o *NrCellCuSingleAllOfAttributes) SetNRFrequencyRef(v string)

SetNRFrequencyRef gets a reference to the given string and assigns it to the NRFrequencyRef field.

func (*NrCellCuSingleAllOfAttributes) SetPlmnInfoList ¶ added in v1.18.0

func (o *NrCellCuSingleAllOfAttributes) SetPlmnInfoList(v []PlmnInfo)

SetPlmnInfoList gets a reference to the given []PlmnInfo and assigns it to the PlmnInfoList field.

func (NrCellCuSingleAllOfAttributes) ToMap ¶ added in v1.18.0

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

type NrCellCuSingleAllOfAttributesAllOf ¶ added in v1.18.0

type NrCellCuSingleAllOfAttributesAllOf struct {
	CellLocalId    *int32     `json:"cellLocalId,omitempty"`
	PlmnInfoList   []PlmnInfo `json:"plmnInfoList,omitempty"`
	NRFrequencyRef *string    `json:"nRFrequencyRef,omitempty"`
}

NrCellCuSingleAllOfAttributesAllOf struct for NrCellCuSingleAllOfAttributesAllOf

func NewNrCellCuSingleAllOfAttributesAllOf ¶ added in v1.18.0

func NewNrCellCuSingleAllOfAttributesAllOf() *NrCellCuSingleAllOfAttributesAllOf

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

func NewNrCellCuSingleAllOfAttributesAllOfWithDefaults ¶ added in v1.18.0

func NewNrCellCuSingleAllOfAttributesAllOfWithDefaults() *NrCellCuSingleAllOfAttributesAllOf

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

func (*NrCellCuSingleAllOfAttributesAllOf) GetCellLocalId ¶ added in v1.18.0

func (o *NrCellCuSingleAllOfAttributesAllOf) GetCellLocalId() int32

GetCellLocalId returns the CellLocalId field value if set, zero value otherwise.

func (*NrCellCuSingleAllOfAttributesAllOf) GetCellLocalIdOk ¶ added in v1.18.0

func (o *NrCellCuSingleAllOfAttributesAllOf) GetCellLocalIdOk() (*int32, bool)

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

func (*NrCellCuSingleAllOfAttributesAllOf) GetNRFrequencyRef ¶ added in v1.18.0

func (o *NrCellCuSingleAllOfAttributesAllOf) GetNRFrequencyRef() string

GetNRFrequencyRef returns the NRFrequencyRef field value if set, zero value otherwise.

func (*NrCellCuSingleAllOfAttributesAllOf) GetNRFrequencyRefOk ¶ added in v1.18.0

func (o *NrCellCuSingleAllOfAttributesAllOf) GetNRFrequencyRefOk() (*string, bool)

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

func (*NrCellCuSingleAllOfAttributesAllOf) GetPlmnInfoList ¶ added in v1.18.0

func (o *NrCellCuSingleAllOfAttributesAllOf) GetPlmnInfoList() []PlmnInfo

GetPlmnInfoList returns the PlmnInfoList field value if set, zero value otherwise.

func (*NrCellCuSingleAllOfAttributesAllOf) GetPlmnInfoListOk ¶ added in v1.18.0

func (o *NrCellCuSingleAllOfAttributesAllOf) GetPlmnInfoListOk() ([]PlmnInfo, bool)

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

func (*NrCellCuSingleAllOfAttributesAllOf) HasCellLocalId ¶ added in v1.18.0

func (o *NrCellCuSingleAllOfAttributesAllOf) HasCellLocalId() bool

HasCellLocalId returns a boolean if a field has been set.

func (*NrCellCuSingleAllOfAttributesAllOf) HasNRFrequencyRef ¶ added in v1.18.0

func (o *NrCellCuSingleAllOfAttributesAllOf) HasNRFrequencyRef() bool

HasNRFrequencyRef returns a boolean if a field has been set.

func (*NrCellCuSingleAllOfAttributesAllOf) HasPlmnInfoList ¶ added in v1.18.0

func (o *NrCellCuSingleAllOfAttributesAllOf) HasPlmnInfoList() bool

HasPlmnInfoList returns a boolean if a field has been set.

func (NrCellCuSingleAllOfAttributesAllOf) MarshalJSON ¶ added in v1.18.0

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

func (*NrCellCuSingleAllOfAttributesAllOf) SetCellLocalId ¶ added in v1.18.0

func (o *NrCellCuSingleAllOfAttributesAllOf) SetCellLocalId(v int32)

SetCellLocalId gets a reference to the given int32 and assigns it to the CellLocalId field.

func (*NrCellCuSingleAllOfAttributesAllOf) SetNRFrequencyRef ¶ added in v1.18.0

func (o *NrCellCuSingleAllOfAttributesAllOf) SetNRFrequencyRef(v string)

SetNRFrequencyRef gets a reference to the given string and assigns it to the NRFrequencyRef field.

func (*NrCellCuSingleAllOfAttributesAllOf) SetPlmnInfoList ¶ added in v1.18.0

func (o *NrCellCuSingleAllOfAttributesAllOf) SetPlmnInfoList(v []PlmnInfo)

SetPlmnInfoList gets a reference to the given []PlmnInfo and assigns it to the PlmnInfoList field.

func (NrCellCuSingleAllOfAttributesAllOf) ToMap ¶ added in v1.18.0

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

type NrCellDuSingle ¶

type NrCellDuSingle struct {
	Top
	Attributes                *NrCellDuSingleAllOfAttributes   `json:"attributes,omitempty"`
	PerfMetricJob             []PerfMetricJobSingle            `json:"PerfMetricJob,omitempty"`
	ThresholdMonitor          []ThresholdMonitorSingle         `json:"ThresholdMonitor,omitempty"`
	ManagedNFService          []ManagedNFServiceSingle         `json:"ManagedNFService,omitempty"`
	TraceJob                  []TraceJobSingle                 `json:"TraceJob,omitempty"`
	RRMPolicyRatio            []RRMPolicyRatioSingle           `json:"RRMPolicyRatio,omitempty"`
	CPCIConfigurationFunction *CPCIConfigurationFunctionSingle `json:"CPCIConfigurationFunction,omitempty"`
	DRACHOptimizationFunction *DRACHOptimizationFunctionSingle `json:"DRACHOptimizationFunction,omitempty"`
	NrOperatorCellDu          []NrOperatorCellDuSingle         `json:"NrOperatorCellDu,omitempty"`
}

NrCellDuSingle struct for NrCellDuSingle

func NewNrCellDuSingle ¶

func NewNrCellDuSingle(id NullableString) *NrCellDuSingle

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

func NewNrCellDuSingleWithDefaults ¶

func NewNrCellDuSingleWithDefaults() *NrCellDuSingle

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

func (*NrCellDuSingle) GetAttributes ¶

func (o *NrCellDuSingle) GetAttributes() NrCellDuSingleAllOfAttributes

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

func (*NrCellDuSingle) GetAttributesOk ¶

func (o *NrCellDuSingle) GetAttributesOk() (*NrCellDuSingleAllOfAttributes, bool)

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

func (*NrCellDuSingle) GetCPCIConfigurationFunction ¶

func (o *NrCellDuSingle) GetCPCIConfigurationFunction() CPCIConfigurationFunctionSingle

GetCPCIConfigurationFunction returns the CPCIConfigurationFunction field value if set, zero value otherwise.

func (*NrCellDuSingle) GetCPCIConfigurationFunctionOk ¶

func (o *NrCellDuSingle) GetCPCIConfigurationFunctionOk() (*CPCIConfigurationFunctionSingle, bool)

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

func (*NrCellDuSingle) GetDRACHOptimizationFunction ¶

func (o *NrCellDuSingle) GetDRACHOptimizationFunction() DRACHOptimizationFunctionSingle

GetDRACHOptimizationFunction returns the DRACHOptimizationFunction field value if set, zero value otherwise.

func (*NrCellDuSingle) GetDRACHOptimizationFunctionOk ¶

func (o *NrCellDuSingle) GetDRACHOptimizationFunctionOk() (*DRACHOptimizationFunctionSingle, bool)

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

func (*NrCellDuSingle) GetManagedNFService ¶

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

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

func (*NrCellDuSingle) GetManagedNFServiceOk ¶

func (o *NrCellDuSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool)

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

func (*NrCellDuSingle) GetNrOperatorCellDu ¶

func (o *NrCellDuSingle) GetNrOperatorCellDu() []NrOperatorCellDuSingle

GetNrOperatorCellDu returns the NrOperatorCellDu field value if set, zero value otherwise.

func (*NrCellDuSingle) GetNrOperatorCellDuOk ¶

func (o *NrCellDuSingle) GetNrOperatorCellDuOk() ([]NrOperatorCellDuSingle, bool)

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

func (*NrCellDuSingle) GetPerfMetricJob ¶

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

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

func (*NrCellDuSingle) GetPerfMetricJobOk ¶

func (o *NrCellDuSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)

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

func (*NrCellDuSingle) GetRRMPolicyRatio ¶

func (o *NrCellDuSingle) GetRRMPolicyRatio() []RRMPolicyRatioSingle

GetRRMPolicyRatio returns the RRMPolicyRatio field value if set, zero value otherwise.

func (*NrCellDuSingle) GetRRMPolicyRatioOk ¶

func (o *NrCellDuSingle) GetRRMPolicyRatioOk() ([]RRMPolicyRatioSingle, bool)

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

func (*NrCellDuSingle) GetThresholdMonitor ¶

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

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

func (*NrCellDuSingle) GetThresholdMonitorOk ¶

func (o *NrCellDuSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)

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

func (*NrCellDuSingle) GetTraceJob ¶

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

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

func (*NrCellDuSingle) GetTraceJobOk ¶

func (o *NrCellDuSingle) GetTraceJobOk() ([]TraceJobSingle, bool)

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

func (*NrCellDuSingle) HasAttributes ¶

func (o *NrCellDuSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*NrCellDuSingle) HasCPCIConfigurationFunction ¶

func (o *NrCellDuSingle) HasCPCIConfigurationFunction() bool

HasCPCIConfigurationFunction returns a boolean if a field has been set.

func (*NrCellDuSingle) HasDRACHOptimizationFunction ¶

func (o *NrCellDuSingle) HasDRACHOptimizationFunction() bool

HasDRACHOptimizationFunction returns a boolean if a field has been set.

func (*NrCellDuSingle) HasManagedNFService ¶

func (o *NrCellDuSingle) HasManagedNFService() bool

HasManagedNFService returns a boolean if a field has been set.

func (*NrCellDuSingle) HasNrOperatorCellDu ¶

func (o *NrCellDuSingle) HasNrOperatorCellDu() bool

HasNrOperatorCellDu returns a boolean if a field has been set.

func (*NrCellDuSingle) HasPerfMetricJob ¶

func (o *NrCellDuSingle) HasPerfMetricJob() bool

HasPerfMetricJob returns a boolean if a field has been set.

func (*NrCellDuSingle) HasRRMPolicyRatio ¶

func (o *NrCellDuSingle) HasRRMPolicyRatio() bool

HasRRMPolicyRatio returns a boolean if a field has been set.

func (*NrCellDuSingle) HasThresholdMonitor ¶

func (o *NrCellDuSingle) HasThresholdMonitor() bool

HasThresholdMonitor returns a boolean if a field has been set.

func (*NrCellDuSingle) HasTraceJob ¶

func (o *NrCellDuSingle) HasTraceJob() bool

HasTraceJob returns a boolean if a field has been set.

func (NrCellDuSingle) MarshalJSON ¶

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

func (*NrCellDuSingle) SetAttributes ¶

func (o *NrCellDuSingle) SetAttributes(v NrCellDuSingleAllOfAttributes)

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

func (*NrCellDuSingle) SetCPCIConfigurationFunction ¶

func (o *NrCellDuSingle) SetCPCIConfigurationFunction(v CPCIConfigurationFunctionSingle)

SetCPCIConfigurationFunction gets a reference to the given CPCIConfigurationFunctionSingle and assigns it to the CPCIConfigurationFunction field.

func (*NrCellDuSingle) SetDRACHOptimizationFunction ¶

func (o *NrCellDuSingle) SetDRACHOptimizationFunction(v DRACHOptimizationFunctionSingle)

SetDRACHOptimizationFunction gets a reference to the given DRACHOptimizationFunctionSingle and assigns it to the DRACHOptimizationFunction field.

func (*NrCellDuSingle) SetManagedNFService ¶

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

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

func (*NrCellDuSingle) SetNrOperatorCellDu ¶

func (o *NrCellDuSingle) SetNrOperatorCellDu(v []NrOperatorCellDuSingle)

SetNrOperatorCellDu gets a reference to the given []NrOperatorCellDuSingle and assigns it to the NrOperatorCellDu field.

func (*NrCellDuSingle) SetPerfMetricJob ¶

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

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

func (*NrCellDuSingle) SetRRMPolicyRatio ¶

func (o *NrCellDuSingle) SetRRMPolicyRatio(v []RRMPolicyRatioSingle)

SetRRMPolicyRatio gets a reference to the given []RRMPolicyRatioSingle and assigns it to the RRMPolicyRatio field.

func (*NrCellDuSingle) SetThresholdMonitor ¶

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

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

func (*NrCellDuSingle) SetTraceJob ¶

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

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

func (NrCellDuSingle) ToMap ¶

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

type NrCellDuSingleAllOf ¶

type NrCellDuSingleAllOf struct {
	Attributes *NrCellDuSingleAllOfAttributes `json:"attributes,omitempty"`
}

NrCellDuSingleAllOf struct for NrCellDuSingleAllOf

func NewNrCellDuSingleAllOf ¶

func NewNrCellDuSingleAllOf() *NrCellDuSingleAllOf

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

func NewNrCellDuSingleAllOfWithDefaults ¶

func NewNrCellDuSingleAllOfWithDefaults() *NrCellDuSingleAllOf

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

func (*NrCellDuSingleAllOf) GetAttributes ¶

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 ¶ added in v1.18.0

type NrCellDuSingleAllOfAttributes struct {
	ManagedFunctionAttr
	AdministrativeState  *AdministrativeState  `json:"administrativeState,omitempty"`
	OperationalState     *OperationalState     `json:"operationalState,omitempty"`
	CellLocalId          *int32                `json:"cellLocalId,omitempty"`
	CellState            *CellState            `json:"cellState,omitempty"`
	PlmnInfoList         []PlmnInfo            `json:"plmnInfoList,omitempty"`
	NpnIdentityList      []NpnIdentity         `json:"npnIdentityList,omitempty"`
	NrPci                *int32                `json:"nrPci,omitempty"`
	NrTac                *int32                `json:"nrTac,omitempty"`
	ArfcnDL              *int32                `json:"arfcnDL,omitempty"`
	ArfcnUL              *int32                `json:"arfcnUL,omitempty"`
	ArfcnSUL             *int32                `json:"arfcnSUL,omitempty"`
	BSChannelBwDL        *int32                `json:"bSChannelBwDL,omitempty"`
	BSChannelBwUL        *int32                `json:"bSChannelBwUL,omitempty"`
	BSChannelBwSUL       *int32                `json:"bSChannelBwSUL,omitempty"`
	SsbFrequency         *int32                `json:"ssbFrequency,omitempty"`
	SsbPeriodicity       *SsbPeriodicity       `json:"ssbPeriodicity,omitempty"`
	SsbSubCarrierSpacing *SsbSubCarrierSpacing `json:"ssbSubCarrierSpacing,omitempty"`
	SsbOffset            *int32                `json:"ssbOffset,omitempty"`
	SsbDuration          *SsbDuration          `json:"ssbDuration,omitempty"`
	NrSectorCarrierRef   []string              `json:"nrSectorCarrierRef,omitempty"`
	// Condition is BWP sets are not supported
	BwpRef                                []string `json:"bwpRef,omitempty"`
	BwpSetRef                             []string `json:"bwpSetRef,omitempty"`
	RimRSMonitoringStartTime              *string  `json:"rimRSMonitoringStartTime,omitempty"`
	RimRSMonitoringStopTime               *string  `json:"rimRSMonitoringStopTime,omitempty"`
	RimRSMonitoringWindowDuration         *int32   `json:"rimRSMonitoringWindowDuration,omitempty"`
	RimRSMonitoringWindowStartingOffset   *int32   `json:"rimRSMonitoringWindowStartingOffset,omitempty"`
	RimRSMonitoringWindowPeriodicity      *int32   `json:"rimRSMonitoringWindowPeriodicity,omitempty"`
	RimRSMonitoringOccasionInterval       *int32   `json:"rimRSMonitoringOccasionInterval,omitempty"`
	RimRSMonitoringOccasionStartingOffset *int32   `json:"rimRSMonitoringOccasionStartingOffset,omitempty"`
	NRFrequencyRef                        *string  `json:"nRFrequencyRef,omitempty"`
	VictimSetRef                          *string  `json:"victimSetRef,omitempty"`
	AggressorSetRef                       *string  `json:"aggressorSetRef,omitempty"`
}

NrCellDuSingleAllOfAttributes struct for NrCellDuSingleAllOfAttributes

func NewNrCellDuSingleAllOfAttributes ¶ added in v1.18.0

func NewNrCellDuSingleAllOfAttributes() *NrCellDuSingleAllOfAttributes

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

func NewNrCellDuSingleAllOfAttributesWithDefaults ¶ added in v1.18.0

func NewNrCellDuSingleAllOfAttributesWithDefaults() *NrCellDuSingleAllOfAttributes

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

func (*NrCellDuSingleAllOfAttributes) GetAdministrativeState ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) GetAdministrativeState() AdministrativeState

GetAdministrativeState returns the AdministrativeState field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributes) GetAdministrativeStateOk ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) GetAdministrativeStateOk() (*AdministrativeState, bool)

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

func (*NrCellDuSingleAllOfAttributes) GetAggressorSetRef ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) GetAggressorSetRef() string

GetAggressorSetRef returns the AggressorSetRef field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributes) GetAggressorSetRefOk ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) GetAggressorSetRefOk() (*string, bool)

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

func (*NrCellDuSingleAllOfAttributes) GetArfcnDL ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) GetArfcnDL() int32

GetArfcnDL returns the ArfcnDL field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributes) GetArfcnDLOk ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) GetArfcnDLOk() (*int32, bool)

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

func (*NrCellDuSingleAllOfAttributes) GetArfcnSUL ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) GetArfcnSUL() int32

GetArfcnSUL returns the ArfcnSUL field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributes) GetArfcnSULOk ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) GetArfcnSULOk() (*int32, bool)

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

func (*NrCellDuSingleAllOfAttributes) GetArfcnUL ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) GetArfcnUL() int32

GetArfcnUL returns the ArfcnUL field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributes) GetArfcnULOk ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) GetArfcnULOk() (*int32, bool)

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

func (*NrCellDuSingleAllOfAttributes) GetBSChannelBwDL ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) GetBSChannelBwDL() int32

GetBSChannelBwDL returns the BSChannelBwDL field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributes) GetBSChannelBwDLOk ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) GetBSChannelBwDLOk() (*int32, bool)

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

func (*NrCellDuSingleAllOfAttributes) GetBSChannelBwSUL ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) GetBSChannelBwSUL() int32

GetBSChannelBwSUL returns the BSChannelBwSUL field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributes) GetBSChannelBwSULOk ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) GetBSChannelBwSULOk() (*int32, bool)

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

func (*NrCellDuSingleAllOfAttributes) GetBSChannelBwUL ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) GetBSChannelBwUL() int32

GetBSChannelBwUL returns the BSChannelBwUL field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributes) GetBSChannelBwULOk ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) GetBSChannelBwULOk() (*int32, bool)

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

func (*NrCellDuSingleAllOfAttributes) GetBwpRef ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) GetBwpRef() []string

GetBwpRef returns the BwpRef field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributes) GetBwpRefOk ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) GetBwpRefOk() ([]string, bool)

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

func (*NrCellDuSingleAllOfAttributes) GetBwpSetRef ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) GetBwpSetRef() []string

GetBwpSetRef returns the BwpSetRef field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributes) GetBwpSetRefOk ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) GetBwpSetRefOk() ([]string, bool)

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

func (*NrCellDuSingleAllOfAttributes) GetCellLocalId ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) GetCellLocalId() int32

GetCellLocalId returns the CellLocalId field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributes) GetCellLocalIdOk ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) GetCellLocalIdOk() (*int32, bool)

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

func (*NrCellDuSingleAllOfAttributes) GetCellState ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) GetCellState() CellState

GetCellState returns the CellState field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributes) GetCellStateOk ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) GetCellStateOk() (*CellState, bool)

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

func (*NrCellDuSingleAllOfAttributes) GetNRFrequencyRef ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) GetNRFrequencyRef() string

GetNRFrequencyRef returns the NRFrequencyRef field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributes) GetNRFrequencyRefOk ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) GetNRFrequencyRefOk() (*string, bool)

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

func (*NrCellDuSingleAllOfAttributes) GetNpnIdentityList ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) GetNpnIdentityList() []NpnIdentity

GetNpnIdentityList returns the NpnIdentityList field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributes) GetNpnIdentityListOk ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) GetNpnIdentityListOk() ([]NpnIdentity, bool)

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

func (*NrCellDuSingleAllOfAttributes) GetNrPci ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) GetNrPci() int32

GetNrPci returns the NrPci field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributes) GetNrPciOk ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) GetNrPciOk() (*int32, bool)

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

func (*NrCellDuSingleAllOfAttributes) GetNrSectorCarrierRef ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) GetNrSectorCarrierRef() []string

GetNrSectorCarrierRef returns the NrSectorCarrierRef field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributes) GetNrSectorCarrierRefOk ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) GetNrSectorCarrierRefOk() ([]string, bool)

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

func (*NrCellDuSingleAllOfAttributes) GetNrTac ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) GetNrTac() int32

GetNrTac returns the NrTac field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributes) GetNrTacOk ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) GetNrTacOk() (*int32, bool)

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

func (*NrCellDuSingleAllOfAttributes) GetOperationalState ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) GetOperationalState() OperationalState

GetOperationalState returns the OperationalState field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributes) GetOperationalStateOk ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) GetOperationalStateOk() (*OperationalState, bool)

GetOperationalStateOk returns a tuple with the OperationalState field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributes) GetPlmnInfoList ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) GetPlmnInfoList() []PlmnInfo

GetPlmnInfoList returns the PlmnInfoList field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributes) GetPlmnInfoListOk ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) GetPlmnInfoListOk() ([]PlmnInfo, bool)

GetPlmnInfoListOk returns a tuple with the PlmnInfoList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributes) GetRimRSMonitoringOccasionInterval ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) GetRimRSMonitoringOccasionInterval() int32

GetRimRSMonitoringOccasionInterval returns the RimRSMonitoringOccasionInterval field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributes) GetRimRSMonitoringOccasionIntervalOk ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) GetRimRSMonitoringOccasionIntervalOk() (*int32, bool)

GetRimRSMonitoringOccasionIntervalOk returns a tuple with the RimRSMonitoringOccasionInterval field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributes) GetRimRSMonitoringOccasionStartingOffset ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) GetRimRSMonitoringOccasionStartingOffset() int32

GetRimRSMonitoringOccasionStartingOffset returns the RimRSMonitoringOccasionStartingOffset field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributes) GetRimRSMonitoringOccasionStartingOffsetOk ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) GetRimRSMonitoringOccasionStartingOffsetOk() (*int32, bool)

GetRimRSMonitoringOccasionStartingOffsetOk returns a tuple with the RimRSMonitoringOccasionStartingOffset field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributes) GetRimRSMonitoringStartTime ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) GetRimRSMonitoringStartTime() string

GetRimRSMonitoringStartTime returns the RimRSMonitoringStartTime field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributes) GetRimRSMonitoringStartTimeOk ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) GetRimRSMonitoringStartTimeOk() (*string, bool)

GetRimRSMonitoringStartTimeOk returns a tuple with the RimRSMonitoringStartTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributes) GetRimRSMonitoringStopTime ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) GetRimRSMonitoringStopTime() string

GetRimRSMonitoringStopTime returns the RimRSMonitoringStopTime field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributes) GetRimRSMonitoringStopTimeOk ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) GetRimRSMonitoringStopTimeOk() (*string, bool)

GetRimRSMonitoringStopTimeOk returns a tuple with the RimRSMonitoringStopTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributes) GetRimRSMonitoringWindowDuration ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) GetRimRSMonitoringWindowDuration() int32

GetRimRSMonitoringWindowDuration returns the RimRSMonitoringWindowDuration field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributes) GetRimRSMonitoringWindowDurationOk ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) GetRimRSMonitoringWindowDurationOk() (*int32, bool)

GetRimRSMonitoringWindowDurationOk returns a tuple with the RimRSMonitoringWindowDuration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributes) GetRimRSMonitoringWindowPeriodicity ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) GetRimRSMonitoringWindowPeriodicity() int32

GetRimRSMonitoringWindowPeriodicity returns the RimRSMonitoringWindowPeriodicity field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributes) GetRimRSMonitoringWindowPeriodicityOk ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) GetRimRSMonitoringWindowPeriodicityOk() (*int32, bool)

GetRimRSMonitoringWindowPeriodicityOk returns a tuple with the RimRSMonitoringWindowPeriodicity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributes) GetRimRSMonitoringWindowStartingOffset ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) GetRimRSMonitoringWindowStartingOffset() int32

GetRimRSMonitoringWindowStartingOffset returns the RimRSMonitoringWindowStartingOffset field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributes) GetRimRSMonitoringWindowStartingOffsetOk ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) GetRimRSMonitoringWindowStartingOffsetOk() (*int32, bool)

GetRimRSMonitoringWindowStartingOffsetOk returns a tuple with the RimRSMonitoringWindowStartingOffset field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributes) GetSsbDuration ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) GetSsbDuration() SsbDuration

GetSsbDuration returns the SsbDuration field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributes) GetSsbDurationOk ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) GetSsbDurationOk() (*SsbDuration, bool)

GetSsbDurationOk returns a tuple with the SsbDuration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributes) GetSsbFrequency ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) GetSsbFrequency() int32

GetSsbFrequency returns the SsbFrequency field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributes) GetSsbFrequencyOk ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) GetSsbFrequencyOk() (*int32, bool)

GetSsbFrequencyOk returns a tuple with the SsbFrequency field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributes) GetSsbOffset ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) GetSsbOffset() int32

GetSsbOffset returns the SsbOffset field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributes) GetSsbOffsetOk ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) GetSsbOffsetOk() (*int32, bool)

GetSsbOffsetOk returns a tuple with the SsbOffset field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributes) GetSsbPeriodicity ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) GetSsbPeriodicity() SsbPeriodicity

GetSsbPeriodicity returns the SsbPeriodicity field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributes) GetSsbPeriodicityOk ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) GetSsbPeriodicityOk() (*SsbPeriodicity, bool)

GetSsbPeriodicityOk returns a tuple with the SsbPeriodicity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributes) GetSsbSubCarrierSpacing ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) GetSsbSubCarrierSpacing() SsbSubCarrierSpacing

GetSsbSubCarrierSpacing returns the SsbSubCarrierSpacing field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributes) GetSsbSubCarrierSpacingOk ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) GetSsbSubCarrierSpacingOk() (*SsbSubCarrierSpacing, bool)

GetSsbSubCarrierSpacingOk returns a tuple with the SsbSubCarrierSpacing field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributes) GetVictimSetRef ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) GetVictimSetRef() string

GetVictimSetRef returns the VictimSetRef field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributes) GetVictimSetRefOk ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) GetVictimSetRefOk() (*string, bool)

GetVictimSetRefOk returns a tuple with the VictimSetRef field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributes) HasAdministrativeState ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) HasAdministrativeState() bool

HasAdministrativeState returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributes) HasAggressorSetRef ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) HasAggressorSetRef() bool

HasAggressorSetRef returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributes) HasArfcnDL ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) HasArfcnDL() bool

HasArfcnDL returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributes) HasArfcnSUL ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) HasArfcnSUL() bool

HasArfcnSUL returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributes) HasArfcnUL ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) HasArfcnUL() bool

HasArfcnUL returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributes) HasBSChannelBwDL ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) HasBSChannelBwDL() bool

HasBSChannelBwDL returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributes) HasBSChannelBwSUL ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) HasBSChannelBwSUL() bool

HasBSChannelBwSUL returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributes) HasBSChannelBwUL ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) HasBSChannelBwUL() bool

HasBSChannelBwUL returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributes) HasBwpRef ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) HasBwpRef() bool

HasBwpRef returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributes) HasBwpSetRef ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) HasBwpSetRef() bool

HasBwpSetRef returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributes) HasCellLocalId ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) HasCellLocalId() bool

HasCellLocalId returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributes) HasCellState ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) HasCellState() bool

HasCellState returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributes) HasNRFrequencyRef ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) HasNRFrequencyRef() bool

HasNRFrequencyRef returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributes) HasNpnIdentityList ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) HasNpnIdentityList() bool

HasNpnIdentityList returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributes) HasNrPci ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) HasNrPci() bool

HasNrPci returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributes) HasNrSectorCarrierRef ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) HasNrSectorCarrierRef() bool

HasNrSectorCarrierRef returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributes) HasNrTac ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) HasNrTac() bool

HasNrTac returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributes) HasOperationalState ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) HasOperationalState() bool

HasOperationalState returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributes) HasPlmnInfoList ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) HasPlmnInfoList() bool

HasPlmnInfoList returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributes) HasRimRSMonitoringOccasionInterval ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) HasRimRSMonitoringOccasionInterval() bool

HasRimRSMonitoringOccasionInterval returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributes) HasRimRSMonitoringOccasionStartingOffset ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) HasRimRSMonitoringOccasionStartingOffset() bool

HasRimRSMonitoringOccasionStartingOffset returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributes) HasRimRSMonitoringStartTime ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) HasRimRSMonitoringStartTime() bool

HasRimRSMonitoringStartTime returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributes) HasRimRSMonitoringStopTime ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) HasRimRSMonitoringStopTime() bool

HasRimRSMonitoringStopTime returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributes) HasRimRSMonitoringWindowDuration ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) HasRimRSMonitoringWindowDuration() bool

HasRimRSMonitoringWindowDuration returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributes) HasRimRSMonitoringWindowPeriodicity ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) HasRimRSMonitoringWindowPeriodicity() bool

HasRimRSMonitoringWindowPeriodicity returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributes) HasRimRSMonitoringWindowStartingOffset ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) HasRimRSMonitoringWindowStartingOffset() bool

HasRimRSMonitoringWindowStartingOffset returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributes) HasSsbDuration ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) HasSsbDuration() bool

HasSsbDuration returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributes) HasSsbFrequency ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) HasSsbFrequency() bool

HasSsbFrequency returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributes) HasSsbOffset ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) HasSsbOffset() bool

HasSsbOffset returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributes) HasSsbPeriodicity ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) HasSsbPeriodicity() bool

HasSsbPeriodicity returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributes) HasSsbSubCarrierSpacing ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) HasSsbSubCarrierSpacing() bool

HasSsbSubCarrierSpacing returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributes) HasVictimSetRef ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) HasVictimSetRef() bool

HasVictimSetRef returns a boolean if a field has been set.

func (NrCellDuSingleAllOfAttributes) MarshalJSON ¶ added in v1.18.0

func (o NrCellDuSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*NrCellDuSingleAllOfAttributes) SetAdministrativeState ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) SetAdministrativeState(v AdministrativeState)

SetAdministrativeState gets a reference to the given AdministrativeState and assigns it to the AdministrativeState field.

func (*NrCellDuSingleAllOfAttributes) SetAggressorSetRef ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) SetAggressorSetRef(v string)

SetAggressorSetRef gets a reference to the given string and assigns it to the AggressorSetRef field.

func (*NrCellDuSingleAllOfAttributes) SetArfcnDL ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) SetArfcnDL(v int32)

SetArfcnDL gets a reference to the given int32 and assigns it to the ArfcnDL field.

func (*NrCellDuSingleAllOfAttributes) SetArfcnSUL ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) SetArfcnSUL(v int32)

SetArfcnSUL gets a reference to the given int32 and assigns it to the ArfcnSUL field.

func (*NrCellDuSingleAllOfAttributes) SetArfcnUL ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) SetArfcnUL(v int32)

SetArfcnUL gets a reference to the given int32 and assigns it to the ArfcnUL field.

func (*NrCellDuSingleAllOfAttributes) SetBSChannelBwDL ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) SetBSChannelBwDL(v int32)

SetBSChannelBwDL gets a reference to the given int32 and assigns it to the BSChannelBwDL field.

func (*NrCellDuSingleAllOfAttributes) SetBSChannelBwSUL ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) SetBSChannelBwSUL(v int32)

SetBSChannelBwSUL gets a reference to the given int32 and assigns it to the BSChannelBwSUL field.

func (*NrCellDuSingleAllOfAttributes) SetBSChannelBwUL ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) SetBSChannelBwUL(v int32)

SetBSChannelBwUL gets a reference to the given int32 and assigns it to the BSChannelBwUL field.

func (*NrCellDuSingleAllOfAttributes) SetBwpRef ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) SetBwpRef(v []string)

SetBwpRef gets a reference to the given []string and assigns it to the BwpRef field.

func (*NrCellDuSingleAllOfAttributes) SetBwpSetRef ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) SetBwpSetRef(v []string)

SetBwpSetRef gets a reference to the given []string and assigns it to the BwpSetRef field.

func (*NrCellDuSingleAllOfAttributes) SetCellLocalId ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) SetCellLocalId(v int32)

SetCellLocalId gets a reference to the given int32 and assigns it to the CellLocalId field.

func (*NrCellDuSingleAllOfAttributes) SetCellState ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) SetCellState(v CellState)

SetCellState gets a reference to the given CellState and assigns it to the CellState field.

func (*NrCellDuSingleAllOfAttributes) SetNRFrequencyRef ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) SetNRFrequencyRef(v string)

SetNRFrequencyRef gets a reference to the given string and assigns it to the NRFrequencyRef field.

func (*NrCellDuSingleAllOfAttributes) SetNpnIdentityList ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) SetNpnIdentityList(v []NpnIdentity)

SetNpnIdentityList gets a reference to the given []NpnIdentity and assigns it to the NpnIdentityList field.

func (*NrCellDuSingleAllOfAttributes) SetNrPci ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) SetNrPci(v int32)

SetNrPci gets a reference to the given int32 and assigns it to the NrPci field.

func (*NrCellDuSingleAllOfAttributes) SetNrSectorCarrierRef ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) SetNrSectorCarrierRef(v []string)

SetNrSectorCarrierRef gets a reference to the given []string and assigns it to the NrSectorCarrierRef field.

func (*NrCellDuSingleAllOfAttributes) SetNrTac ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) SetNrTac(v int32)

SetNrTac gets a reference to the given int32 and assigns it to the NrTac field.

func (*NrCellDuSingleAllOfAttributes) SetOperationalState ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) SetOperationalState(v OperationalState)

SetOperationalState gets a reference to the given OperationalState and assigns it to the OperationalState field.

func (*NrCellDuSingleAllOfAttributes) SetPlmnInfoList ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) SetPlmnInfoList(v []PlmnInfo)

SetPlmnInfoList gets a reference to the given []PlmnInfo and assigns it to the PlmnInfoList field.

func (*NrCellDuSingleAllOfAttributes) SetRimRSMonitoringOccasionInterval ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) SetRimRSMonitoringOccasionInterval(v int32)

SetRimRSMonitoringOccasionInterval gets a reference to the given int32 and assigns it to the RimRSMonitoringOccasionInterval field.

func (*NrCellDuSingleAllOfAttributes) SetRimRSMonitoringOccasionStartingOffset ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) SetRimRSMonitoringOccasionStartingOffset(v int32)

SetRimRSMonitoringOccasionStartingOffset gets a reference to the given int32 and assigns it to the RimRSMonitoringOccasionStartingOffset field.

func (*NrCellDuSingleAllOfAttributes) SetRimRSMonitoringStartTime ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) SetRimRSMonitoringStartTime(v string)

SetRimRSMonitoringStartTime gets a reference to the given string and assigns it to the RimRSMonitoringStartTime field.

func (*NrCellDuSingleAllOfAttributes) SetRimRSMonitoringStopTime ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) SetRimRSMonitoringStopTime(v string)

SetRimRSMonitoringStopTime gets a reference to the given string and assigns it to the RimRSMonitoringStopTime field.

func (*NrCellDuSingleAllOfAttributes) SetRimRSMonitoringWindowDuration ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) SetRimRSMonitoringWindowDuration(v int32)

SetRimRSMonitoringWindowDuration gets a reference to the given int32 and assigns it to the RimRSMonitoringWindowDuration field.

func (*NrCellDuSingleAllOfAttributes) SetRimRSMonitoringWindowPeriodicity ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) SetRimRSMonitoringWindowPeriodicity(v int32)

SetRimRSMonitoringWindowPeriodicity gets a reference to the given int32 and assigns it to the RimRSMonitoringWindowPeriodicity field.

func (*NrCellDuSingleAllOfAttributes) SetRimRSMonitoringWindowStartingOffset ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) SetRimRSMonitoringWindowStartingOffset(v int32)

SetRimRSMonitoringWindowStartingOffset gets a reference to the given int32 and assigns it to the RimRSMonitoringWindowStartingOffset field.

func (*NrCellDuSingleAllOfAttributes) SetSsbDuration ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) SetSsbDuration(v SsbDuration)

SetSsbDuration gets a reference to the given SsbDuration and assigns it to the SsbDuration field.

func (*NrCellDuSingleAllOfAttributes) SetSsbFrequency ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) SetSsbFrequency(v int32)

SetSsbFrequency gets a reference to the given int32 and assigns it to the SsbFrequency field.

func (*NrCellDuSingleAllOfAttributes) SetSsbOffset ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) SetSsbOffset(v int32)

SetSsbOffset gets a reference to the given int32 and assigns it to the SsbOffset field.

func (*NrCellDuSingleAllOfAttributes) SetSsbPeriodicity ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) SetSsbPeriodicity(v SsbPeriodicity)

SetSsbPeriodicity gets a reference to the given SsbPeriodicity and assigns it to the SsbPeriodicity field.

func (*NrCellDuSingleAllOfAttributes) SetSsbSubCarrierSpacing ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) SetSsbSubCarrierSpacing(v SsbSubCarrierSpacing)

SetSsbSubCarrierSpacing gets a reference to the given SsbSubCarrierSpacing and assigns it to the SsbSubCarrierSpacing field.

func (*NrCellDuSingleAllOfAttributes) SetVictimSetRef ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributes) SetVictimSetRef(v string)

SetVictimSetRef gets a reference to the given string and assigns it to the VictimSetRef field.

func (NrCellDuSingleAllOfAttributes) ToMap ¶ added in v1.18.0

func (o NrCellDuSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type NrCellDuSingleAllOfAttributesAllOf ¶ added in v1.18.0

type NrCellDuSingleAllOfAttributesAllOf struct {
	AdministrativeState  *AdministrativeState  `json:"administrativeState,omitempty"`
	OperationalState     *OperationalState     `json:"operationalState,omitempty"`
	CellLocalId          *int32                `json:"cellLocalId,omitempty"`
	CellState            *CellState            `json:"cellState,omitempty"`
	PlmnInfoList         []PlmnInfo            `json:"plmnInfoList,omitempty"`
	NpnIdentityList      []NpnIdentity         `json:"npnIdentityList,omitempty"`
	NrPci                *int32                `json:"nrPci,omitempty"`
	NrTac                *int32                `json:"nrTac,omitempty"`
	ArfcnDL              *int32                `json:"arfcnDL,omitempty"`
	ArfcnUL              *int32                `json:"arfcnUL,omitempty"`
	ArfcnSUL             *int32                `json:"arfcnSUL,omitempty"`
	BSChannelBwDL        *int32                `json:"bSChannelBwDL,omitempty"`
	BSChannelBwUL        *int32                `json:"bSChannelBwUL,omitempty"`
	BSChannelBwSUL       *int32                `json:"bSChannelBwSUL,omitempty"`
	SsbFrequency         *int32                `json:"ssbFrequency,omitempty"`
	SsbPeriodicity       *SsbPeriodicity       `json:"ssbPeriodicity,omitempty"`
	SsbSubCarrierSpacing *SsbSubCarrierSpacing `json:"ssbSubCarrierSpacing,omitempty"`
	SsbOffset            *int32                `json:"ssbOffset,omitempty"`
	SsbDuration          *SsbDuration          `json:"ssbDuration,omitempty"`
	NrSectorCarrierRef   []string              `json:"nrSectorCarrierRef,omitempty"`
	// Condition is BWP sets are not supported
	BwpRef                                []string `json:"bwpRef,omitempty"`
	BwpSetRef                             []string `json:"bwpSetRef,omitempty"`
	RimRSMonitoringStartTime              *string  `json:"rimRSMonitoringStartTime,omitempty"`
	RimRSMonitoringStopTime               *string  `json:"rimRSMonitoringStopTime,omitempty"`
	RimRSMonitoringWindowDuration         *int32   `json:"rimRSMonitoringWindowDuration,omitempty"`
	RimRSMonitoringWindowStartingOffset   *int32   `json:"rimRSMonitoringWindowStartingOffset,omitempty"`
	RimRSMonitoringWindowPeriodicity      *int32   `json:"rimRSMonitoringWindowPeriodicity,omitempty"`
	RimRSMonitoringOccasionInterval       *int32   `json:"rimRSMonitoringOccasionInterval,omitempty"`
	RimRSMonitoringOccasionStartingOffset *int32   `json:"rimRSMonitoringOccasionStartingOffset,omitempty"`
	NRFrequencyRef                        *string  `json:"nRFrequencyRef,omitempty"`
	VictimSetRef                          *string  `json:"victimSetRef,omitempty"`
	AggressorSetRef                       *string  `json:"aggressorSetRef,omitempty"`
}

NrCellDuSingleAllOfAttributesAllOf struct for NrCellDuSingleAllOfAttributesAllOf

func NewNrCellDuSingleAllOfAttributesAllOf ¶ added in v1.18.0

func NewNrCellDuSingleAllOfAttributesAllOf() *NrCellDuSingleAllOfAttributesAllOf

NewNrCellDuSingleAllOfAttributesAllOf instantiates a new NrCellDuSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNrCellDuSingleAllOfAttributesAllOfWithDefaults ¶ added in v1.18.0

func NewNrCellDuSingleAllOfAttributesAllOfWithDefaults() *NrCellDuSingleAllOfAttributesAllOf

NewNrCellDuSingleAllOfAttributesAllOfWithDefaults instantiates a new NrCellDuSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NrCellDuSingleAllOfAttributesAllOf) GetAdministrativeState ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) GetAdministrativeState() AdministrativeState

GetAdministrativeState returns the AdministrativeState field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributesAllOf) GetAdministrativeStateOk ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) GetAdministrativeStateOk() (*AdministrativeState, bool)

GetAdministrativeStateOk returns a tuple with the AdministrativeState field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) GetAggressorSetRef ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) GetAggressorSetRef() string

GetAggressorSetRef returns the AggressorSetRef field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributesAllOf) GetAggressorSetRefOk ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) GetAggressorSetRefOk() (*string, bool)

GetAggressorSetRefOk returns a tuple with the AggressorSetRef field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) GetArfcnDL ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) GetArfcnDL() int32

GetArfcnDL returns the ArfcnDL field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributesAllOf) GetArfcnDLOk ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) GetArfcnDLOk() (*int32, bool)

GetArfcnDLOk returns a tuple with the ArfcnDL field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) GetArfcnSUL ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) GetArfcnSUL() int32

GetArfcnSUL returns the ArfcnSUL field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributesAllOf) GetArfcnSULOk ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) GetArfcnSULOk() (*int32, bool)

GetArfcnSULOk returns a tuple with the ArfcnSUL field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) GetArfcnUL ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) GetArfcnUL() int32

GetArfcnUL returns the ArfcnUL field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributesAllOf) GetArfcnULOk ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) GetArfcnULOk() (*int32, bool)

GetArfcnULOk returns a tuple with the ArfcnUL field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) GetBSChannelBwDL ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) GetBSChannelBwDL() int32

GetBSChannelBwDL returns the BSChannelBwDL field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributesAllOf) GetBSChannelBwDLOk ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) GetBSChannelBwDLOk() (*int32, bool)

GetBSChannelBwDLOk returns a tuple with the BSChannelBwDL field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) GetBSChannelBwSUL ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) GetBSChannelBwSUL() int32

GetBSChannelBwSUL returns the BSChannelBwSUL field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributesAllOf) GetBSChannelBwSULOk ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) GetBSChannelBwSULOk() (*int32, bool)

GetBSChannelBwSULOk returns a tuple with the BSChannelBwSUL field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) GetBSChannelBwUL ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) GetBSChannelBwUL() int32

GetBSChannelBwUL returns the BSChannelBwUL field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributesAllOf) GetBSChannelBwULOk ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) GetBSChannelBwULOk() (*int32, bool)

GetBSChannelBwULOk returns a tuple with the BSChannelBwUL field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) GetBwpRef ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) GetBwpRef() []string

GetBwpRef returns the BwpRef field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributesAllOf) GetBwpRefOk ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) GetBwpRefOk() ([]string, bool)

GetBwpRefOk returns a tuple with the BwpRef field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) GetBwpSetRef ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) GetBwpSetRef() []string

GetBwpSetRef returns the BwpSetRef field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributesAllOf) GetBwpSetRefOk ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) GetBwpSetRefOk() ([]string, bool)

GetBwpSetRefOk returns a tuple with the BwpSetRef field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) GetCellLocalId ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) GetCellLocalId() int32

GetCellLocalId returns the CellLocalId field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributesAllOf) GetCellLocalIdOk ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) GetCellLocalIdOk() (*int32, bool)

GetCellLocalIdOk returns a tuple with the CellLocalId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) GetCellState ¶ added in v1.18.0

GetCellState returns the CellState field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributesAllOf) GetCellStateOk ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) GetCellStateOk() (*CellState, bool)

GetCellStateOk returns a tuple with the CellState field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) GetNRFrequencyRef ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) GetNRFrequencyRef() string

GetNRFrequencyRef returns the NRFrequencyRef field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributesAllOf) GetNRFrequencyRefOk ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) GetNRFrequencyRefOk() (*string, bool)

GetNRFrequencyRefOk returns a tuple with the NRFrequencyRef field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) GetNpnIdentityList ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) GetNpnIdentityList() []NpnIdentity

GetNpnIdentityList returns the NpnIdentityList field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributesAllOf) GetNpnIdentityListOk ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) GetNpnIdentityListOk() ([]NpnIdentity, bool)

GetNpnIdentityListOk returns a tuple with the NpnIdentityList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) GetNrPci ¶ added in v1.18.0

GetNrPci returns the NrPci field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributesAllOf) GetNrPciOk ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) GetNrPciOk() (*int32, bool)

GetNrPciOk returns a tuple with the NrPci field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) GetNrSectorCarrierRef ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) GetNrSectorCarrierRef() []string

GetNrSectorCarrierRef returns the NrSectorCarrierRef field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributesAllOf) GetNrSectorCarrierRefOk ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) GetNrSectorCarrierRefOk() ([]string, bool)

GetNrSectorCarrierRefOk returns a tuple with the NrSectorCarrierRef field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) GetNrTac ¶ added in v1.18.0

GetNrTac returns the NrTac field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributesAllOf) GetNrTacOk ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) GetNrTacOk() (*int32, bool)

GetNrTacOk returns a tuple with the NrTac field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) GetOperationalState ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) GetOperationalState() OperationalState

GetOperationalState returns the OperationalState field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributesAllOf) GetOperationalStateOk ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) GetOperationalStateOk() (*OperationalState, bool)

GetOperationalStateOk returns a tuple with the OperationalState field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) GetPlmnInfoList ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) GetPlmnInfoList() []PlmnInfo

GetPlmnInfoList returns the PlmnInfoList field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributesAllOf) GetPlmnInfoListOk ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) GetPlmnInfoListOk() ([]PlmnInfo, bool)

GetPlmnInfoListOk returns a tuple with the PlmnInfoList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) GetRimRSMonitoringOccasionInterval ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) GetRimRSMonitoringOccasionInterval() int32

GetRimRSMonitoringOccasionInterval returns the RimRSMonitoringOccasionInterval field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributesAllOf) GetRimRSMonitoringOccasionIntervalOk ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) GetRimRSMonitoringOccasionIntervalOk() (*int32, bool)

GetRimRSMonitoringOccasionIntervalOk returns a tuple with the RimRSMonitoringOccasionInterval field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) GetRimRSMonitoringOccasionStartingOffset ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) GetRimRSMonitoringOccasionStartingOffset() int32

GetRimRSMonitoringOccasionStartingOffset returns the RimRSMonitoringOccasionStartingOffset field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributesAllOf) GetRimRSMonitoringOccasionStartingOffsetOk ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) GetRimRSMonitoringOccasionStartingOffsetOk() (*int32, bool)

GetRimRSMonitoringOccasionStartingOffsetOk returns a tuple with the RimRSMonitoringOccasionStartingOffset field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) GetRimRSMonitoringStartTime ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) GetRimRSMonitoringStartTime() string

GetRimRSMonitoringStartTime returns the RimRSMonitoringStartTime field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributesAllOf) GetRimRSMonitoringStartTimeOk ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) GetRimRSMonitoringStartTimeOk() (*string, bool)

GetRimRSMonitoringStartTimeOk returns a tuple with the RimRSMonitoringStartTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) GetRimRSMonitoringStopTime ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) GetRimRSMonitoringStopTime() string

GetRimRSMonitoringStopTime returns the RimRSMonitoringStopTime field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributesAllOf) GetRimRSMonitoringStopTimeOk ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) GetRimRSMonitoringStopTimeOk() (*string, bool)

GetRimRSMonitoringStopTimeOk returns a tuple with the RimRSMonitoringStopTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) GetRimRSMonitoringWindowDuration ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) GetRimRSMonitoringWindowDuration() int32

GetRimRSMonitoringWindowDuration returns the RimRSMonitoringWindowDuration field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributesAllOf) GetRimRSMonitoringWindowDurationOk ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) GetRimRSMonitoringWindowDurationOk() (*int32, bool)

GetRimRSMonitoringWindowDurationOk returns a tuple with the RimRSMonitoringWindowDuration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) GetRimRSMonitoringWindowPeriodicity ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) GetRimRSMonitoringWindowPeriodicity() int32

GetRimRSMonitoringWindowPeriodicity returns the RimRSMonitoringWindowPeriodicity field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributesAllOf) GetRimRSMonitoringWindowPeriodicityOk ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) GetRimRSMonitoringWindowPeriodicityOk() (*int32, bool)

GetRimRSMonitoringWindowPeriodicityOk returns a tuple with the RimRSMonitoringWindowPeriodicity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) GetRimRSMonitoringWindowStartingOffset ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) GetRimRSMonitoringWindowStartingOffset() int32

GetRimRSMonitoringWindowStartingOffset returns the RimRSMonitoringWindowStartingOffset field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributesAllOf) GetRimRSMonitoringWindowStartingOffsetOk ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) GetRimRSMonitoringWindowStartingOffsetOk() (*int32, bool)

GetRimRSMonitoringWindowStartingOffsetOk returns a tuple with the RimRSMonitoringWindowStartingOffset field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) GetSsbDuration ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) GetSsbDuration() SsbDuration

GetSsbDuration returns the SsbDuration field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributesAllOf) GetSsbDurationOk ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) GetSsbDurationOk() (*SsbDuration, bool)

GetSsbDurationOk returns a tuple with the SsbDuration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) GetSsbFrequency ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) GetSsbFrequency() int32

GetSsbFrequency returns the SsbFrequency field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributesAllOf) GetSsbFrequencyOk ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) GetSsbFrequencyOk() (*int32, bool)

GetSsbFrequencyOk returns a tuple with the SsbFrequency field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) GetSsbOffset ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) GetSsbOffset() int32

GetSsbOffset returns the SsbOffset field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributesAllOf) GetSsbOffsetOk ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) GetSsbOffsetOk() (*int32, bool)

GetSsbOffsetOk returns a tuple with the SsbOffset field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) GetSsbPeriodicity ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) GetSsbPeriodicity() SsbPeriodicity

GetSsbPeriodicity returns the SsbPeriodicity field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributesAllOf) GetSsbPeriodicityOk ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) GetSsbPeriodicityOk() (*SsbPeriodicity, bool)

GetSsbPeriodicityOk returns a tuple with the SsbPeriodicity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) GetSsbSubCarrierSpacing ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) GetSsbSubCarrierSpacing() SsbSubCarrierSpacing

GetSsbSubCarrierSpacing returns the SsbSubCarrierSpacing field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributesAllOf) GetSsbSubCarrierSpacingOk ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) GetSsbSubCarrierSpacingOk() (*SsbSubCarrierSpacing, bool)

GetSsbSubCarrierSpacingOk returns a tuple with the SsbSubCarrierSpacing field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) GetVictimSetRef ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) GetVictimSetRef() string

GetVictimSetRef returns the VictimSetRef field value if set, zero value otherwise.

func (*NrCellDuSingleAllOfAttributesAllOf) GetVictimSetRefOk ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) GetVictimSetRefOk() (*string, bool)

GetVictimSetRefOk returns a tuple with the VictimSetRef field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) HasAdministrativeState ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) HasAdministrativeState() bool

HasAdministrativeState returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) HasAggressorSetRef ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) HasAggressorSetRef() bool

HasAggressorSetRef returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) HasArfcnDL ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) HasArfcnDL() bool

HasArfcnDL returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) HasArfcnSUL ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) HasArfcnSUL() bool

HasArfcnSUL returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) HasArfcnUL ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) HasArfcnUL() bool

HasArfcnUL returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) HasBSChannelBwDL ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) HasBSChannelBwDL() bool

HasBSChannelBwDL returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) HasBSChannelBwSUL ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) HasBSChannelBwSUL() bool

HasBSChannelBwSUL returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) HasBSChannelBwUL ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) HasBSChannelBwUL() bool

HasBSChannelBwUL returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) HasBwpRef ¶ added in v1.18.0

HasBwpRef returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) HasBwpSetRef ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) HasBwpSetRef() bool

HasBwpSetRef returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) HasCellLocalId ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) HasCellLocalId() bool

HasCellLocalId returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) HasCellState ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) HasCellState() bool

HasCellState returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) HasNRFrequencyRef ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) HasNRFrequencyRef() bool

HasNRFrequencyRef returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) HasNpnIdentityList ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) HasNpnIdentityList() bool

HasNpnIdentityList returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) HasNrPci ¶ added in v1.18.0

HasNrPci returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) HasNrSectorCarrierRef ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) HasNrSectorCarrierRef() bool

HasNrSectorCarrierRef returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) HasNrTac ¶ added in v1.18.0

HasNrTac returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) HasOperationalState ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) HasOperationalState() bool

HasOperationalState returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) HasPlmnInfoList ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) HasPlmnInfoList() bool

HasPlmnInfoList returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) HasRimRSMonitoringOccasionInterval ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) HasRimRSMonitoringOccasionInterval() bool

HasRimRSMonitoringOccasionInterval returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) HasRimRSMonitoringOccasionStartingOffset ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) HasRimRSMonitoringOccasionStartingOffset() bool

HasRimRSMonitoringOccasionStartingOffset returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) HasRimRSMonitoringStartTime ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) HasRimRSMonitoringStartTime() bool

HasRimRSMonitoringStartTime returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) HasRimRSMonitoringStopTime ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) HasRimRSMonitoringStopTime() bool

HasRimRSMonitoringStopTime returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) HasRimRSMonitoringWindowDuration ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) HasRimRSMonitoringWindowDuration() bool

HasRimRSMonitoringWindowDuration returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) HasRimRSMonitoringWindowPeriodicity ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) HasRimRSMonitoringWindowPeriodicity() bool

HasRimRSMonitoringWindowPeriodicity returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) HasRimRSMonitoringWindowStartingOffset ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) HasRimRSMonitoringWindowStartingOffset() bool

HasRimRSMonitoringWindowStartingOffset returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) HasSsbDuration ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) HasSsbDuration() bool

HasSsbDuration returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) HasSsbFrequency ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) HasSsbFrequency() bool

HasSsbFrequency returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) HasSsbOffset ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) HasSsbOffset() bool

HasSsbOffset returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) HasSsbPeriodicity ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) HasSsbPeriodicity() bool

HasSsbPeriodicity returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) HasSsbSubCarrierSpacing ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) HasSsbSubCarrierSpacing() bool

HasSsbSubCarrierSpacing returns a boolean if a field has been set.

func (*NrCellDuSingleAllOfAttributesAllOf) HasVictimSetRef ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) HasVictimSetRef() bool

HasVictimSetRef returns a boolean if a field has been set.

func (NrCellDuSingleAllOfAttributesAllOf) MarshalJSON ¶ added in v1.18.0

func (o NrCellDuSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)

func (*NrCellDuSingleAllOfAttributesAllOf) SetAdministrativeState ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) SetAdministrativeState(v AdministrativeState)

SetAdministrativeState gets a reference to the given AdministrativeState and assigns it to the AdministrativeState field.

func (*NrCellDuSingleAllOfAttributesAllOf) SetAggressorSetRef ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) SetAggressorSetRef(v string)

SetAggressorSetRef gets a reference to the given string and assigns it to the AggressorSetRef field.

func (*NrCellDuSingleAllOfAttributesAllOf) SetArfcnDL ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) SetArfcnDL(v int32)

SetArfcnDL gets a reference to the given int32 and assigns it to the ArfcnDL field.

func (*NrCellDuSingleAllOfAttributesAllOf) SetArfcnSUL ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) SetArfcnSUL(v int32)

SetArfcnSUL gets a reference to the given int32 and assigns it to the ArfcnSUL field.

func (*NrCellDuSingleAllOfAttributesAllOf) SetArfcnUL ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) SetArfcnUL(v int32)

SetArfcnUL gets a reference to the given int32 and assigns it to the ArfcnUL field.

func (*NrCellDuSingleAllOfAttributesAllOf) SetBSChannelBwDL ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) SetBSChannelBwDL(v int32)

SetBSChannelBwDL gets a reference to the given int32 and assigns it to the BSChannelBwDL field.

func (*NrCellDuSingleAllOfAttributesAllOf) SetBSChannelBwSUL ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) SetBSChannelBwSUL(v int32)

SetBSChannelBwSUL gets a reference to the given int32 and assigns it to the BSChannelBwSUL field.

func (*NrCellDuSingleAllOfAttributesAllOf) SetBSChannelBwUL ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) SetBSChannelBwUL(v int32)

SetBSChannelBwUL gets a reference to the given int32 and assigns it to the BSChannelBwUL field.

func (*NrCellDuSingleAllOfAttributesAllOf) SetBwpRef ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) SetBwpRef(v []string)

SetBwpRef gets a reference to the given []string and assigns it to the BwpRef field.

func (*NrCellDuSingleAllOfAttributesAllOf) SetBwpSetRef ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) SetBwpSetRef(v []string)

SetBwpSetRef gets a reference to the given []string and assigns it to the BwpSetRef field.

func (*NrCellDuSingleAllOfAttributesAllOf) SetCellLocalId ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) SetCellLocalId(v int32)

SetCellLocalId gets a reference to the given int32 and assigns it to the CellLocalId field.

func (*NrCellDuSingleAllOfAttributesAllOf) SetCellState ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) SetCellState(v CellState)

SetCellState gets a reference to the given CellState and assigns it to the CellState field.

func (*NrCellDuSingleAllOfAttributesAllOf) SetNRFrequencyRef ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) SetNRFrequencyRef(v string)

SetNRFrequencyRef gets a reference to the given string and assigns it to the NRFrequencyRef field.

func (*NrCellDuSingleAllOfAttributesAllOf) SetNpnIdentityList ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) SetNpnIdentityList(v []NpnIdentity)

SetNpnIdentityList gets a reference to the given []NpnIdentity and assigns it to the NpnIdentityList field.

func (*NrCellDuSingleAllOfAttributesAllOf) SetNrPci ¶ added in v1.18.0

SetNrPci gets a reference to the given int32 and assigns it to the NrPci field.

func (*NrCellDuSingleAllOfAttributesAllOf) SetNrSectorCarrierRef ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) SetNrSectorCarrierRef(v []string)

SetNrSectorCarrierRef gets a reference to the given []string and assigns it to the NrSectorCarrierRef field.

func (*NrCellDuSingleAllOfAttributesAllOf) SetNrTac ¶ added in v1.18.0

SetNrTac gets a reference to the given int32 and assigns it to the NrTac field.

func (*NrCellDuSingleAllOfAttributesAllOf) SetOperationalState ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) SetOperationalState(v OperationalState)

SetOperationalState gets a reference to the given OperationalState and assigns it to the OperationalState field.

func (*NrCellDuSingleAllOfAttributesAllOf) SetPlmnInfoList ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) SetPlmnInfoList(v []PlmnInfo)

SetPlmnInfoList gets a reference to the given []PlmnInfo and assigns it to the PlmnInfoList field.

func (*NrCellDuSingleAllOfAttributesAllOf) SetRimRSMonitoringOccasionInterval ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) SetRimRSMonitoringOccasionInterval(v int32)

SetRimRSMonitoringOccasionInterval gets a reference to the given int32 and assigns it to the RimRSMonitoringOccasionInterval field.

func (*NrCellDuSingleAllOfAttributesAllOf) SetRimRSMonitoringOccasionStartingOffset ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) SetRimRSMonitoringOccasionStartingOffset(v int32)

SetRimRSMonitoringOccasionStartingOffset gets a reference to the given int32 and assigns it to the RimRSMonitoringOccasionStartingOffset field.

func (*NrCellDuSingleAllOfAttributesAllOf) SetRimRSMonitoringStartTime ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) SetRimRSMonitoringStartTime(v string)

SetRimRSMonitoringStartTime gets a reference to the given string and assigns it to the RimRSMonitoringStartTime field.

func (*NrCellDuSingleAllOfAttributesAllOf) SetRimRSMonitoringStopTime ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) SetRimRSMonitoringStopTime(v string)

SetRimRSMonitoringStopTime gets a reference to the given string and assigns it to the RimRSMonitoringStopTime field.

func (*NrCellDuSingleAllOfAttributesAllOf) SetRimRSMonitoringWindowDuration ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) SetRimRSMonitoringWindowDuration(v int32)

SetRimRSMonitoringWindowDuration gets a reference to the given int32 and assigns it to the RimRSMonitoringWindowDuration field.

func (*NrCellDuSingleAllOfAttributesAllOf) SetRimRSMonitoringWindowPeriodicity ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) SetRimRSMonitoringWindowPeriodicity(v int32)

SetRimRSMonitoringWindowPeriodicity gets a reference to the given int32 and assigns it to the RimRSMonitoringWindowPeriodicity field.

func (*NrCellDuSingleAllOfAttributesAllOf) SetRimRSMonitoringWindowStartingOffset ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) SetRimRSMonitoringWindowStartingOffset(v int32)

SetRimRSMonitoringWindowStartingOffset gets a reference to the given int32 and assigns it to the RimRSMonitoringWindowStartingOffset field.

func (*NrCellDuSingleAllOfAttributesAllOf) SetSsbDuration ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) SetSsbDuration(v SsbDuration)

SetSsbDuration gets a reference to the given SsbDuration and assigns it to the SsbDuration field.

func (*NrCellDuSingleAllOfAttributesAllOf) SetSsbFrequency ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) SetSsbFrequency(v int32)

SetSsbFrequency gets a reference to the given int32 and assigns it to the SsbFrequency field.

func (*NrCellDuSingleAllOfAttributesAllOf) SetSsbOffset ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) SetSsbOffset(v int32)

SetSsbOffset gets a reference to the given int32 and assigns it to the SsbOffset field.

func (*NrCellDuSingleAllOfAttributesAllOf) SetSsbPeriodicity ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) SetSsbPeriodicity(v SsbPeriodicity)

SetSsbPeriodicity gets a reference to the given SsbPeriodicity and assigns it to the SsbPeriodicity field.

func (*NrCellDuSingleAllOfAttributesAllOf) SetSsbSubCarrierSpacing ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) SetSsbSubCarrierSpacing(v SsbSubCarrierSpacing)

SetSsbSubCarrierSpacing gets a reference to the given SsbSubCarrierSpacing and assigns it to the SsbSubCarrierSpacing field.

func (*NrCellDuSingleAllOfAttributesAllOf) SetVictimSetRef ¶ added in v1.18.0

func (o *NrCellDuSingleAllOfAttributesAllOf) SetVictimSetRef(v string)

SetVictimSetRef gets a reference to the given string and assigns it to the VictimSetRef field.

func (NrCellDuSingleAllOfAttributesAllOf) ToMap ¶ added in v1.18.0

func (o NrCellDuSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)

type NrOperatorCellDuSingle ¶

type NrOperatorCellDuSingle struct {
	Top
	CellLocalId         *int32               `json:"cellLocalId,omitempty"`
	AdministrativeState *AdministrativeState `json:"administrativeState,omitempty"`
	PlmnInfoList        []PlmnInfo           `json:"plmnInfoList,omitempty"`
	NrTac               *int32               `json:"nrTac,omitempty"`
}

NrOperatorCellDuSingle struct for NrOperatorCellDuSingle

func NewNrOperatorCellDuSingle ¶

func NewNrOperatorCellDuSingle(id NullableString) *NrOperatorCellDuSingle

NewNrOperatorCellDuSingle instantiates a new NrOperatorCellDuSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNrOperatorCellDuSingleWithDefaults ¶

func NewNrOperatorCellDuSingleWithDefaults() *NrOperatorCellDuSingle

NewNrOperatorCellDuSingleWithDefaults instantiates a new NrOperatorCellDuSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NrOperatorCellDuSingle) GetAdministrativeState ¶

func (o *NrOperatorCellDuSingle) GetAdministrativeState() AdministrativeState

GetAdministrativeState returns the AdministrativeState field value if set, zero value otherwise.

func (*NrOperatorCellDuSingle) GetAdministrativeStateOk ¶

func (o *NrOperatorCellDuSingle) GetAdministrativeStateOk() (*AdministrativeState, bool)

GetAdministrativeStateOk returns a tuple with the AdministrativeState field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrOperatorCellDuSingle) GetCellLocalId ¶

func (o *NrOperatorCellDuSingle) GetCellLocalId() int32

GetCellLocalId returns the CellLocalId field value if set, zero value otherwise.

func (*NrOperatorCellDuSingle) GetCellLocalIdOk ¶

func (o *NrOperatorCellDuSingle) GetCellLocalIdOk() (*int32, bool)

GetCellLocalIdOk returns a tuple with the CellLocalId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrOperatorCellDuSingle) GetNrTac ¶

func (o *NrOperatorCellDuSingle) GetNrTac() int32

GetNrTac returns the NrTac field value if set, zero value otherwise.

func (*NrOperatorCellDuSingle) GetNrTacOk ¶

func (o *NrOperatorCellDuSingle) GetNrTacOk() (*int32, bool)

GetNrTacOk returns a tuple with the NrTac field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrOperatorCellDuSingle) GetPlmnInfoList ¶

func (o *NrOperatorCellDuSingle) GetPlmnInfoList() []PlmnInfo

GetPlmnInfoList returns the PlmnInfoList field value if set, zero value otherwise.

func (*NrOperatorCellDuSingle) GetPlmnInfoListOk ¶

func (o *NrOperatorCellDuSingle) GetPlmnInfoListOk() ([]PlmnInfo, bool)

GetPlmnInfoListOk returns a tuple with the PlmnInfoList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrOperatorCellDuSingle) HasAdministrativeState ¶

func (o *NrOperatorCellDuSingle) HasAdministrativeState() bool

HasAdministrativeState returns a boolean if a field has been set.

func (*NrOperatorCellDuSingle) HasCellLocalId ¶

func (o *NrOperatorCellDuSingle) HasCellLocalId() bool

HasCellLocalId returns a boolean if a field has been set.

func (*NrOperatorCellDuSingle) HasNrTac ¶

func (o *NrOperatorCellDuSingle) HasNrTac() bool

HasNrTac returns a boolean if a field has been set.

func (*NrOperatorCellDuSingle) HasPlmnInfoList ¶

func (o *NrOperatorCellDuSingle) HasPlmnInfoList() bool

HasPlmnInfoList returns a boolean if a field has been set.

func (NrOperatorCellDuSingle) MarshalJSON ¶

func (o NrOperatorCellDuSingle) MarshalJSON() ([]byte, error)

func (*NrOperatorCellDuSingle) SetAdministrativeState ¶

func (o *NrOperatorCellDuSingle) SetAdministrativeState(v AdministrativeState)

SetAdministrativeState gets a reference to the given AdministrativeState and assigns it to the AdministrativeState field.

func (*NrOperatorCellDuSingle) SetCellLocalId ¶

func (o *NrOperatorCellDuSingle) SetCellLocalId(v int32)

SetCellLocalId gets a reference to the given int32 and assigns it to the CellLocalId field.

func (*NrOperatorCellDuSingle) SetNrTac ¶

func (o *NrOperatorCellDuSingle) SetNrTac(v int32)

SetNrTac gets a reference to the given int32 and assigns it to the NrTac field.

func (*NrOperatorCellDuSingle) SetPlmnInfoList ¶

func (o *NrOperatorCellDuSingle) SetPlmnInfoList(v []PlmnInfo)

SetPlmnInfoList gets a reference to the given []PlmnInfo and assigns it to the PlmnInfoList field.

func (NrOperatorCellDuSingle) ToMap ¶

func (o NrOperatorCellDuSingle) ToMap() (map[string]interface{}, error)

type NrOperatorCellDuSingleAllOf ¶

type NrOperatorCellDuSingleAllOf struct {
	CellLocalId         *int32               `json:"cellLocalId,omitempty"`
	AdministrativeState *AdministrativeState `json:"administrativeState,omitempty"`
	PlmnInfoList        []PlmnInfo           `json:"plmnInfoList,omitempty"`
	NrTac               *int32               `json:"nrTac,omitempty"`
}

NrOperatorCellDuSingleAllOf struct for NrOperatorCellDuSingleAllOf

func NewNrOperatorCellDuSingleAllOf ¶

func NewNrOperatorCellDuSingleAllOf() *NrOperatorCellDuSingleAllOf

NewNrOperatorCellDuSingleAllOf instantiates a new NrOperatorCellDuSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNrOperatorCellDuSingleAllOfWithDefaults ¶

func NewNrOperatorCellDuSingleAllOfWithDefaults() *NrOperatorCellDuSingleAllOf

NewNrOperatorCellDuSingleAllOfWithDefaults instantiates a new NrOperatorCellDuSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NrOperatorCellDuSingleAllOf) GetAdministrativeState ¶

func (o *NrOperatorCellDuSingleAllOf) GetAdministrativeState() AdministrativeState

GetAdministrativeState returns the AdministrativeState field value if set, zero value otherwise.

func (*NrOperatorCellDuSingleAllOf) GetAdministrativeStateOk ¶

func (o *NrOperatorCellDuSingleAllOf) GetAdministrativeStateOk() (*AdministrativeState, bool)

GetAdministrativeStateOk returns a tuple with the AdministrativeState field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrOperatorCellDuSingleAllOf) GetCellLocalId ¶

func (o *NrOperatorCellDuSingleAllOf) GetCellLocalId() int32

GetCellLocalId returns the CellLocalId field value if set, zero value otherwise.

func (*NrOperatorCellDuSingleAllOf) GetCellLocalIdOk ¶

func (o *NrOperatorCellDuSingleAllOf) GetCellLocalIdOk() (*int32, bool)

GetCellLocalIdOk returns a tuple with the CellLocalId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrOperatorCellDuSingleAllOf) GetNrTac ¶

func (o *NrOperatorCellDuSingleAllOf) GetNrTac() int32

GetNrTac returns the NrTac field value if set, zero value otherwise.

func (*NrOperatorCellDuSingleAllOf) GetNrTacOk ¶

func (o *NrOperatorCellDuSingleAllOf) GetNrTacOk() (*int32, bool)

GetNrTacOk returns a tuple with the NrTac field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrOperatorCellDuSingleAllOf) GetPlmnInfoList ¶

func (o *NrOperatorCellDuSingleAllOf) GetPlmnInfoList() []PlmnInfo

GetPlmnInfoList returns the PlmnInfoList field value if set, zero value otherwise.

func (*NrOperatorCellDuSingleAllOf) GetPlmnInfoListOk ¶

func (o *NrOperatorCellDuSingleAllOf) GetPlmnInfoListOk() ([]PlmnInfo, bool)

GetPlmnInfoListOk returns a tuple with the PlmnInfoList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrOperatorCellDuSingleAllOf) HasAdministrativeState ¶

func (o *NrOperatorCellDuSingleAllOf) HasAdministrativeState() bool

HasAdministrativeState returns a boolean if a field has been set.

func (*NrOperatorCellDuSingleAllOf) HasCellLocalId ¶

func (o *NrOperatorCellDuSingleAllOf) HasCellLocalId() bool

HasCellLocalId returns a boolean if a field has been set.

func (*NrOperatorCellDuSingleAllOf) HasNrTac ¶

func (o *NrOperatorCellDuSingleAllOf) HasNrTac() bool

HasNrTac returns a boolean if a field has been set.

func (*NrOperatorCellDuSingleAllOf) HasPlmnInfoList ¶

func (o *NrOperatorCellDuSingleAllOf) HasPlmnInfoList() bool

HasPlmnInfoList returns a boolean if a field has been set.

func (NrOperatorCellDuSingleAllOf) MarshalJSON ¶

func (o NrOperatorCellDuSingleAllOf) MarshalJSON() ([]byte, error)

func (*NrOperatorCellDuSingleAllOf) SetAdministrativeState ¶

func (o *NrOperatorCellDuSingleAllOf) SetAdministrativeState(v AdministrativeState)

SetAdministrativeState gets a reference to the given AdministrativeState and assigns it to the AdministrativeState field.

func (*NrOperatorCellDuSingleAllOf) SetCellLocalId ¶

func (o *NrOperatorCellDuSingleAllOf) SetCellLocalId(v int32)

SetCellLocalId gets a reference to the given int32 and assigns it to the CellLocalId field.

func (*NrOperatorCellDuSingleAllOf) SetNrTac ¶

func (o *NrOperatorCellDuSingleAllOf) SetNrTac(v int32)

SetNrTac gets a reference to the given int32 and assigns it to the NrTac field.

func (*NrOperatorCellDuSingleAllOf) SetPlmnInfoList ¶

func (o *NrOperatorCellDuSingleAllOf) SetPlmnInfoList(v []PlmnInfo)

SetPlmnInfoList gets a reference to the given []PlmnInfo and assigns it to the PlmnInfoList field.

func (NrOperatorCellDuSingleAllOf) ToMap ¶

func (o NrOperatorCellDuSingleAllOf) ToMap() (map[string]interface{}, error)

type NrSectorCarrierSingle ¶

type NrSectorCarrierSingle struct {
	Top
	Attributes                *NrSectorCarrierSingleAllOfAttributes `json:"attributes,omitempty"`
	PerfMetricJob             []PerfMetricJobSingle                 `json:"PerfMetricJob,omitempty"`
	ThresholdMonitor          []ThresholdMonitorSingle              `json:"ThresholdMonitor,omitempty"`
	ManagedNFService          []ManagedNFServiceSingle              `json:"ManagedNFService,omitempty"`
	TraceJob                  []TraceJobSingle                      `json:"TraceJob,omitempty"`
	CommonBeamformingFunction *CommonBeamformingFunctionSingle      `json:"CommonBeamformingFunction,omitempty"`
}

NrSectorCarrierSingle struct for NrSectorCarrierSingle

func NewNrSectorCarrierSingle ¶

func NewNrSectorCarrierSingle(id NullableString) *NrSectorCarrierSingle

NewNrSectorCarrierSingle instantiates a new NrSectorCarrierSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNrSectorCarrierSingleWithDefaults ¶

func NewNrSectorCarrierSingleWithDefaults() *NrSectorCarrierSingle

NewNrSectorCarrierSingleWithDefaults instantiates a new NrSectorCarrierSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NrSectorCarrierSingle) GetAttributes ¶

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 ¶ added in v1.18.0

type NrSectorCarrierSingleAllOfAttributes struct {
	ManagedFunctionAttr
	TxDirection                *TxDirection `json:"txDirection,omitempty"`
	ConfiguredMaxTxPower       *int32       `json:"configuredMaxTxPower,omitempty"`
	ArfcnDL                    *int32       `json:"arfcnDL,omitempty"`
	ArfcnUL                    *int32       `json:"arfcnUL,omitempty"`
	BSChannelBwDL              *int32       `json:"bSChannelBwDL,omitempty"`
	BSChannelBwUL              *int32       `json:"bSChannelBwUL,omitempty"`
	SectorEquipmentFunctionRef *string      `json:"sectorEquipmentFunctionRef,omitempty"`
}

NrSectorCarrierSingleAllOfAttributes struct for NrSectorCarrierSingleAllOfAttributes

func NewNrSectorCarrierSingleAllOfAttributes ¶ added in v1.18.0

func NewNrSectorCarrierSingleAllOfAttributes() *NrSectorCarrierSingleAllOfAttributes

NewNrSectorCarrierSingleAllOfAttributes instantiates a new NrSectorCarrierSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNrSectorCarrierSingleAllOfAttributesWithDefaults ¶ added in v1.18.0

func NewNrSectorCarrierSingleAllOfAttributesWithDefaults() *NrSectorCarrierSingleAllOfAttributes

NewNrSectorCarrierSingleAllOfAttributesWithDefaults instantiates a new NrSectorCarrierSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NrSectorCarrierSingleAllOfAttributes) GetArfcnDL ¶ added in v1.18.0

GetArfcnDL returns the ArfcnDL field value if set, zero value otherwise.

func (*NrSectorCarrierSingleAllOfAttributes) GetArfcnDLOk ¶ added in v1.18.0

func (o *NrSectorCarrierSingleAllOfAttributes) GetArfcnDLOk() (*int32, bool)

GetArfcnDLOk returns a tuple with the ArfcnDL field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrSectorCarrierSingleAllOfAttributes) GetArfcnUL ¶ added in v1.18.0

GetArfcnUL returns the ArfcnUL field value if set, zero value otherwise.

func (*NrSectorCarrierSingleAllOfAttributes) GetArfcnULOk ¶ added in v1.18.0

func (o *NrSectorCarrierSingleAllOfAttributes) GetArfcnULOk() (*int32, bool)

GetArfcnULOk returns a tuple with the ArfcnUL field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrSectorCarrierSingleAllOfAttributes) GetBSChannelBwDL ¶ added in v1.18.0

func (o *NrSectorCarrierSingleAllOfAttributes) GetBSChannelBwDL() int32

GetBSChannelBwDL returns the BSChannelBwDL field value if set, zero value otherwise.

func (*NrSectorCarrierSingleAllOfAttributes) GetBSChannelBwDLOk ¶ added in v1.18.0

func (o *NrSectorCarrierSingleAllOfAttributes) GetBSChannelBwDLOk() (*int32, bool)

GetBSChannelBwDLOk returns a tuple with the BSChannelBwDL field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrSectorCarrierSingleAllOfAttributes) GetBSChannelBwUL ¶ added in v1.18.0

func (o *NrSectorCarrierSingleAllOfAttributes) GetBSChannelBwUL() int32

GetBSChannelBwUL returns the BSChannelBwUL field value if set, zero value otherwise.

func (*NrSectorCarrierSingleAllOfAttributes) GetBSChannelBwULOk ¶ added in v1.18.0

func (o *NrSectorCarrierSingleAllOfAttributes) GetBSChannelBwULOk() (*int32, bool)

GetBSChannelBwULOk returns a tuple with the BSChannelBwUL field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrSectorCarrierSingleAllOfAttributes) GetConfiguredMaxTxPower ¶ added in v1.18.0

func (o *NrSectorCarrierSingleAllOfAttributes) GetConfiguredMaxTxPower() int32

GetConfiguredMaxTxPower returns the ConfiguredMaxTxPower field value if set, zero value otherwise.

func (*NrSectorCarrierSingleAllOfAttributes) GetConfiguredMaxTxPowerOk ¶ added in v1.18.0

func (o *NrSectorCarrierSingleAllOfAttributes) GetConfiguredMaxTxPowerOk() (*int32, bool)

GetConfiguredMaxTxPowerOk returns a tuple with the ConfiguredMaxTxPower field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrSectorCarrierSingleAllOfAttributes) GetSectorEquipmentFunctionRef ¶ added in v1.18.0

func (o *NrSectorCarrierSingleAllOfAttributes) GetSectorEquipmentFunctionRef() string

GetSectorEquipmentFunctionRef returns the SectorEquipmentFunctionRef field value if set, zero value otherwise.

func (*NrSectorCarrierSingleAllOfAttributes) GetSectorEquipmentFunctionRefOk ¶ added in v1.18.0

func (o *NrSectorCarrierSingleAllOfAttributes) GetSectorEquipmentFunctionRefOk() (*string, bool)

GetSectorEquipmentFunctionRefOk returns a tuple with the SectorEquipmentFunctionRef field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrSectorCarrierSingleAllOfAttributes) GetTxDirection ¶ added in v1.18.0

GetTxDirection returns the TxDirection field value if set, zero value otherwise.

func (*NrSectorCarrierSingleAllOfAttributes) GetTxDirectionOk ¶ added in v1.18.0

func (o *NrSectorCarrierSingleAllOfAttributes) GetTxDirectionOk() (*TxDirection, bool)

GetTxDirectionOk returns a tuple with the TxDirection field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrSectorCarrierSingleAllOfAttributes) HasArfcnDL ¶ added in v1.18.0

HasArfcnDL returns a boolean if a field has been set.

func (*NrSectorCarrierSingleAllOfAttributes) HasArfcnUL ¶ added in v1.18.0

HasArfcnUL returns a boolean if a field has been set.

func (*NrSectorCarrierSingleAllOfAttributes) HasBSChannelBwDL ¶ added in v1.18.0

func (o *NrSectorCarrierSingleAllOfAttributes) HasBSChannelBwDL() bool

HasBSChannelBwDL returns a boolean if a field has been set.

func (*NrSectorCarrierSingleAllOfAttributes) HasBSChannelBwUL ¶ added in v1.18.0

func (o *NrSectorCarrierSingleAllOfAttributes) HasBSChannelBwUL() bool

HasBSChannelBwUL returns a boolean if a field has been set.

func (*NrSectorCarrierSingleAllOfAttributes) HasConfiguredMaxTxPower ¶ added in v1.18.0

func (o *NrSectorCarrierSingleAllOfAttributes) HasConfiguredMaxTxPower() bool

HasConfiguredMaxTxPower returns a boolean if a field has been set.

func (*NrSectorCarrierSingleAllOfAttributes) HasSectorEquipmentFunctionRef ¶ added in v1.18.0

func (o *NrSectorCarrierSingleAllOfAttributes) HasSectorEquipmentFunctionRef() bool

HasSectorEquipmentFunctionRef returns a boolean if a field has been set.

func (*NrSectorCarrierSingleAllOfAttributes) HasTxDirection ¶ added in v1.18.0

func (o *NrSectorCarrierSingleAllOfAttributes) HasTxDirection() bool

HasTxDirection returns a boolean if a field has been set.

func (NrSectorCarrierSingleAllOfAttributes) MarshalJSON ¶ added in v1.18.0

func (o NrSectorCarrierSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*NrSectorCarrierSingleAllOfAttributes) SetArfcnDL ¶ added in v1.18.0

SetArfcnDL gets a reference to the given int32 and assigns it to the ArfcnDL field.

func (*NrSectorCarrierSingleAllOfAttributes) SetArfcnUL ¶ added in v1.18.0

SetArfcnUL gets a reference to the given int32 and assigns it to the ArfcnUL field.

func (*NrSectorCarrierSingleAllOfAttributes) SetBSChannelBwDL ¶ added in v1.18.0

func (o *NrSectorCarrierSingleAllOfAttributes) SetBSChannelBwDL(v int32)

SetBSChannelBwDL gets a reference to the given int32 and assigns it to the BSChannelBwDL field.

func (*NrSectorCarrierSingleAllOfAttributes) SetBSChannelBwUL ¶ added in v1.18.0

func (o *NrSectorCarrierSingleAllOfAttributes) SetBSChannelBwUL(v int32)

SetBSChannelBwUL gets a reference to the given int32 and assigns it to the BSChannelBwUL field.

func (*NrSectorCarrierSingleAllOfAttributes) SetConfiguredMaxTxPower ¶ added in v1.18.0

func (o *NrSectorCarrierSingleAllOfAttributes) SetConfiguredMaxTxPower(v int32)

SetConfiguredMaxTxPower gets a reference to the given int32 and assigns it to the ConfiguredMaxTxPower field.

func (*NrSectorCarrierSingleAllOfAttributes) SetSectorEquipmentFunctionRef ¶ added in v1.18.0

func (o *NrSectorCarrierSingleAllOfAttributes) SetSectorEquipmentFunctionRef(v string)

SetSectorEquipmentFunctionRef gets a reference to the given string and assigns it to the SectorEquipmentFunctionRef field.

func (*NrSectorCarrierSingleAllOfAttributes) SetTxDirection ¶ added in v1.18.0

SetTxDirection gets a reference to the given TxDirection and assigns it to the TxDirection field.

func (NrSectorCarrierSingleAllOfAttributes) ToMap ¶ added in v1.18.0

func (o NrSectorCarrierSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type NrSectorCarrierSingleAllOfAttributesAllOf ¶ added in v1.18.0

type NrSectorCarrierSingleAllOfAttributesAllOf struct {
	TxDirection                *TxDirection `json:"txDirection,omitempty"`
	ConfiguredMaxTxPower       *int32       `json:"configuredMaxTxPower,omitempty"`
	ArfcnDL                    *int32       `json:"arfcnDL,omitempty"`
	ArfcnUL                    *int32       `json:"arfcnUL,omitempty"`
	BSChannelBwDL              *int32       `json:"bSChannelBwDL,omitempty"`
	BSChannelBwUL              *int32       `json:"bSChannelBwUL,omitempty"`
	SectorEquipmentFunctionRef *string      `json:"sectorEquipmentFunctionRef,omitempty"`
}

NrSectorCarrierSingleAllOfAttributesAllOf struct for NrSectorCarrierSingleAllOfAttributesAllOf

func NewNrSectorCarrierSingleAllOfAttributesAllOf ¶ added in v1.18.0

func NewNrSectorCarrierSingleAllOfAttributesAllOf() *NrSectorCarrierSingleAllOfAttributesAllOf

NewNrSectorCarrierSingleAllOfAttributesAllOf instantiates a new NrSectorCarrierSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNrSectorCarrierSingleAllOfAttributesAllOfWithDefaults ¶ added in v1.18.0

func NewNrSectorCarrierSingleAllOfAttributesAllOfWithDefaults() *NrSectorCarrierSingleAllOfAttributesAllOf

NewNrSectorCarrierSingleAllOfAttributesAllOfWithDefaults instantiates a new NrSectorCarrierSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NrSectorCarrierSingleAllOfAttributesAllOf) GetArfcnDL ¶ added in v1.18.0

GetArfcnDL returns the ArfcnDL field value if set, zero value otherwise.

func (*NrSectorCarrierSingleAllOfAttributesAllOf) GetArfcnDLOk ¶ added in v1.18.0

GetArfcnDLOk returns a tuple with the ArfcnDL field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrSectorCarrierSingleAllOfAttributesAllOf) GetArfcnUL ¶ added in v1.18.0

GetArfcnUL returns the ArfcnUL field value if set, zero value otherwise.

func (*NrSectorCarrierSingleAllOfAttributesAllOf) GetArfcnULOk ¶ added in v1.18.0

GetArfcnULOk returns a tuple with the ArfcnUL field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrSectorCarrierSingleAllOfAttributesAllOf) GetBSChannelBwDL ¶ added in v1.18.0

func (o *NrSectorCarrierSingleAllOfAttributesAllOf) GetBSChannelBwDL() int32

GetBSChannelBwDL returns the BSChannelBwDL field value if set, zero value otherwise.

func (*NrSectorCarrierSingleAllOfAttributesAllOf) GetBSChannelBwDLOk ¶ added in v1.18.0

func (o *NrSectorCarrierSingleAllOfAttributesAllOf) GetBSChannelBwDLOk() (*int32, bool)

GetBSChannelBwDLOk returns a tuple with the BSChannelBwDL field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrSectorCarrierSingleAllOfAttributesAllOf) GetBSChannelBwUL ¶ added in v1.18.0

func (o *NrSectorCarrierSingleAllOfAttributesAllOf) GetBSChannelBwUL() int32

GetBSChannelBwUL returns the BSChannelBwUL field value if set, zero value otherwise.

func (*NrSectorCarrierSingleAllOfAttributesAllOf) GetBSChannelBwULOk ¶ added in v1.18.0

func (o *NrSectorCarrierSingleAllOfAttributesAllOf) GetBSChannelBwULOk() (*int32, bool)

GetBSChannelBwULOk returns a tuple with the BSChannelBwUL field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrSectorCarrierSingleAllOfAttributesAllOf) GetConfiguredMaxTxPower ¶ added in v1.18.0

func (o *NrSectorCarrierSingleAllOfAttributesAllOf) GetConfiguredMaxTxPower() int32

GetConfiguredMaxTxPower returns the ConfiguredMaxTxPower field value if set, zero value otherwise.

func (*NrSectorCarrierSingleAllOfAttributesAllOf) GetConfiguredMaxTxPowerOk ¶ added in v1.18.0

func (o *NrSectorCarrierSingleAllOfAttributesAllOf) GetConfiguredMaxTxPowerOk() (*int32, bool)

GetConfiguredMaxTxPowerOk returns a tuple with the ConfiguredMaxTxPower field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrSectorCarrierSingleAllOfAttributesAllOf) GetSectorEquipmentFunctionRef ¶ added in v1.18.0

func (o *NrSectorCarrierSingleAllOfAttributesAllOf) GetSectorEquipmentFunctionRef() string

GetSectorEquipmentFunctionRef returns the SectorEquipmentFunctionRef field value if set, zero value otherwise.

func (*NrSectorCarrierSingleAllOfAttributesAllOf) GetSectorEquipmentFunctionRefOk ¶ added in v1.18.0

func (o *NrSectorCarrierSingleAllOfAttributesAllOf) GetSectorEquipmentFunctionRefOk() (*string, bool)

GetSectorEquipmentFunctionRefOk returns a tuple with the SectorEquipmentFunctionRef field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrSectorCarrierSingleAllOfAttributesAllOf) GetTxDirection ¶ added in v1.18.0

GetTxDirection returns the TxDirection field value if set, zero value otherwise.

func (*NrSectorCarrierSingleAllOfAttributesAllOf) GetTxDirectionOk ¶ added in v1.18.0

GetTxDirectionOk returns a tuple with the TxDirection field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrSectorCarrierSingleAllOfAttributesAllOf) HasArfcnDL ¶ added in v1.18.0

HasArfcnDL returns a boolean if a field has been set.

func (*NrSectorCarrierSingleAllOfAttributesAllOf) HasArfcnUL ¶ added in v1.18.0

HasArfcnUL returns a boolean if a field has been set.

func (*NrSectorCarrierSingleAllOfAttributesAllOf) HasBSChannelBwDL ¶ added in v1.18.0

func (o *NrSectorCarrierSingleAllOfAttributesAllOf) HasBSChannelBwDL() bool

HasBSChannelBwDL returns a boolean if a field has been set.

func (*NrSectorCarrierSingleAllOfAttributesAllOf) HasBSChannelBwUL ¶ added in v1.18.0

func (o *NrSectorCarrierSingleAllOfAttributesAllOf) HasBSChannelBwUL() bool

HasBSChannelBwUL returns a boolean if a field has been set.

func (*NrSectorCarrierSingleAllOfAttributesAllOf) HasConfiguredMaxTxPower ¶ added in v1.18.0

func (o *NrSectorCarrierSingleAllOfAttributesAllOf) HasConfiguredMaxTxPower() bool

HasConfiguredMaxTxPower returns a boolean if a field has been set.

func (*NrSectorCarrierSingleAllOfAttributesAllOf) HasSectorEquipmentFunctionRef ¶ added in v1.18.0

func (o *NrSectorCarrierSingleAllOfAttributesAllOf) HasSectorEquipmentFunctionRef() bool

HasSectorEquipmentFunctionRef returns a boolean if a field has been set.

func (*NrSectorCarrierSingleAllOfAttributesAllOf) HasTxDirection ¶ added in v1.18.0

func (o *NrSectorCarrierSingleAllOfAttributesAllOf) HasTxDirection() bool

HasTxDirection returns a boolean if a field has been set.

func (NrSectorCarrierSingleAllOfAttributesAllOf) MarshalJSON ¶ added in v1.18.0

func (*NrSectorCarrierSingleAllOfAttributesAllOf) SetArfcnDL ¶ added in v1.18.0

SetArfcnDL gets a reference to the given int32 and assigns it to the ArfcnDL field.

func (*NrSectorCarrierSingleAllOfAttributesAllOf) SetArfcnUL ¶ added in v1.18.0

SetArfcnUL gets a reference to the given int32 and assigns it to the ArfcnUL field.

func (*NrSectorCarrierSingleAllOfAttributesAllOf) SetBSChannelBwDL ¶ added in v1.18.0

func (o *NrSectorCarrierSingleAllOfAttributesAllOf) SetBSChannelBwDL(v int32)

SetBSChannelBwDL gets a reference to the given int32 and assigns it to the BSChannelBwDL field.

func (*NrSectorCarrierSingleAllOfAttributesAllOf) SetBSChannelBwUL ¶ added in v1.18.0

func (o *NrSectorCarrierSingleAllOfAttributesAllOf) SetBSChannelBwUL(v int32)

SetBSChannelBwUL gets a reference to the given int32 and assigns it to the BSChannelBwUL field.

func (*NrSectorCarrierSingleAllOfAttributesAllOf) SetConfiguredMaxTxPower ¶ added in v1.18.0

func (o *NrSectorCarrierSingleAllOfAttributesAllOf) SetConfiguredMaxTxPower(v int32)

SetConfiguredMaxTxPower gets a reference to the given int32 and assigns it to the ConfiguredMaxTxPower field.

func (*NrSectorCarrierSingleAllOfAttributesAllOf) SetSectorEquipmentFunctionRef ¶ added in v1.18.0

func (o *NrSectorCarrierSingleAllOfAttributesAllOf) SetSectorEquipmentFunctionRef(v string)

SetSectorEquipmentFunctionRef gets a reference to the given string and assigns it to the SectorEquipmentFunctionRef field.

func (*NrSectorCarrierSingleAllOfAttributesAllOf) SetTxDirection ¶ added in v1.18.0

SetTxDirection gets a reference to the given TxDirection and assigns it to the TxDirection field.

func (NrSectorCarrierSingleAllOfAttributesAllOf) ToMap ¶ added in v1.18.0

func (o NrSectorCarrierSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)

type NtfSubscriptionControlSingle ¶

type NtfSubscriptionControlSingle struct {
	Top
	Attributes       *NtfSubscriptionControlSingleAllOfAttributes `json:"attributes,omitempty"`
	HeartbeatControl *HeartbeatControlSingle                      `json:"HeartbeatControl,omitempty"`
}

NtfSubscriptionControlSingle struct for NtfSubscriptionControlSingle

func NewNtfSubscriptionControlSingle ¶

func NewNtfSubscriptionControlSingle(id NullableString) *NtfSubscriptionControlSingle

NewNtfSubscriptionControlSingle instantiates a new NtfSubscriptionControlSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNtfSubscriptionControlSingleWithDefaults ¶

func NewNtfSubscriptionControlSingleWithDefaults() *NtfSubscriptionControlSingle

NewNtfSubscriptionControlSingleWithDefaults instantiates a new NtfSubscriptionControlSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NtfSubscriptionControlSingle) GetAttributes ¶

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                        *Scope             `json:"scope,omitempty"`
	// The filter format shall be compliant to XPath 1.0.
	NotificationFilter *string `json:"notificationFilter,omitempty"`
}

NtfSubscriptionControlSingleAllOfAttributes struct for NtfSubscriptionControlSingleAllOfAttributes

func NewNtfSubscriptionControlSingleAllOfAttributes ¶

func NewNtfSubscriptionControlSingleAllOfAttributes() *NtfSubscriptionControlSingleAllOfAttributes

NewNtfSubscriptionControlSingleAllOfAttributes instantiates a new NtfSubscriptionControlSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNtfSubscriptionControlSingleAllOfAttributesWithDefaults ¶

func NewNtfSubscriptionControlSingleAllOfAttributesWithDefaults() *NtfSubscriptionControlSingleAllOfAttributes

NewNtfSubscriptionControlSingleAllOfAttributesWithDefaults instantiates a new NtfSubscriptionControlSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NtfSubscriptionControlSingleAllOfAttributes) GetNotificationFilter ¶

func (o *NtfSubscriptionControlSingleAllOfAttributes) GetNotificationFilter() string

GetNotificationFilter returns the NotificationFilter field value if set, zero value otherwise.

func (*NtfSubscriptionControlSingleAllOfAttributes) GetNotificationFilterOk ¶

func (o *NtfSubscriptionControlSingleAllOfAttributes) GetNotificationFilterOk() (*string, bool)

GetNotificationFilterOk returns a tuple with the NotificationFilter field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NtfSubscriptionControlSingleAllOfAttributes) GetNotificationRecipientAddress ¶

func (o *NtfSubscriptionControlSingleAllOfAttributes) GetNotificationRecipientAddress() string

GetNotificationRecipientAddress returns the NotificationRecipientAddress field value if set, zero value otherwise.

func (*NtfSubscriptionControlSingleAllOfAttributes) GetNotificationRecipientAddressOk ¶

func (o *NtfSubscriptionControlSingleAllOfAttributes) GetNotificationRecipientAddressOk() (*string, bool)

GetNotificationRecipientAddressOk returns a tuple with the NotificationRecipientAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NtfSubscriptionControlSingleAllOfAttributes) GetNotificationTypes ¶

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 Scope and assigns it to the Scope field.

func (NtfSubscriptionControlSingleAllOfAttributes) ToMap ¶

func (o NtfSubscriptionControlSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type NullableAckState ¶

type NullableAckState struct {
	// contains filtered or unexported fields
}

func NewNullableAckState ¶

func NewNullableAckState(val *AckState) *NullableAckState

func (NullableAckState) Get ¶

func (v NullableAckState) Get() *AckState

func (NullableAckState) IsSet ¶

func (v NullableAckState) IsSet() bool

func (NullableAckState) MarshalJSON ¶

func (v NullableAckState) MarshalJSON() ([]byte, error)

func (*NullableAckState) Set ¶

func (v *NullableAckState) Set(val *AckState)

func (*NullableAckState) UnmarshalJSON ¶

func (v *NullableAckState) UnmarshalJSON(src []byte) error

func (*NullableAckState) Unset ¶

func (v *NullableAckState) Unset()

type NullableAddressWithVlan ¶

type NullableAddressWithVlan struct {
	// contains filtered or unexported fields
}

func NewNullableAddressWithVlan ¶

func NewNullableAddressWithVlan(val *AddressWithVlan) *NullableAddressWithVlan

func (NullableAddressWithVlan) Get ¶

func (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 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 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 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 ¶ added in v1.18.0

type NullableBeamSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func NewNullableBeamSingleAllOfAttributes ¶ added in v1.18.0

func NewNullableBeamSingleAllOfAttributes(val *BeamSingleAllOfAttributes) *NullableBeamSingleAllOfAttributes

func (NullableBeamSingleAllOfAttributes) Get ¶ added in v1.18.0

func (NullableBeamSingleAllOfAttributes) IsSet ¶ added in v1.18.0

func (NullableBeamSingleAllOfAttributes) MarshalJSON ¶ added in v1.18.0

func (v NullableBeamSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*NullableBeamSingleAllOfAttributes) Set ¶ added in v1.18.0

func (*NullableBeamSingleAllOfAttributes) UnmarshalJSON ¶ added in v1.18.0

func (v *NullableBeamSingleAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullableBeamSingleAllOfAttributes) Unset ¶ added in v1.18.0

type NullableBeamSingleAllOfAttributesAllOf ¶ added in v1.18.0

type NullableBeamSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func NewNullableBeamSingleAllOfAttributesAllOf ¶ added in v1.18.0

func NewNullableBeamSingleAllOfAttributesAllOf(val *BeamSingleAllOfAttributesAllOf) *NullableBeamSingleAllOfAttributesAllOf

func (NullableBeamSingleAllOfAttributesAllOf) Get ¶ added in v1.18.0

func (NullableBeamSingleAllOfAttributesAllOf) IsSet ¶ added in v1.18.0

func (NullableBeamSingleAllOfAttributesAllOf) MarshalJSON ¶ added in v1.18.0

func (v NullableBeamSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)

func (*NullableBeamSingleAllOfAttributesAllOf) Set ¶ added in v1.18.0

func (*NullableBeamSingleAllOfAttributesAllOf) UnmarshalJSON ¶ added in v1.18.0

func (v *NullableBeamSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error

func (*NullableBeamSingleAllOfAttributesAllOf) Unset ¶ added in v1.18.0

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 ¶ added in v1.18.0

type NullableBwpSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func NewNullableBwpSingleAllOfAttributes ¶ added in v1.18.0

func NewNullableBwpSingleAllOfAttributes(val *BwpSingleAllOfAttributes) *NullableBwpSingleAllOfAttributes

func (NullableBwpSingleAllOfAttributes) Get ¶ added in v1.18.0

func (NullableBwpSingleAllOfAttributes) IsSet ¶ added in v1.18.0

func (NullableBwpSingleAllOfAttributes) MarshalJSON ¶ added in v1.18.0

func (v NullableBwpSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*NullableBwpSingleAllOfAttributes) Set ¶ added in v1.18.0

func (*NullableBwpSingleAllOfAttributes) UnmarshalJSON ¶ added in v1.18.0

func (v *NullableBwpSingleAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullableBwpSingleAllOfAttributes) Unset ¶ added in v1.18.0

type NullableBwpSingleAllOfAttributesAllOf ¶ added in v1.18.0

type NullableBwpSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func NewNullableBwpSingleAllOfAttributesAllOf ¶ added in v1.18.0

func NewNullableBwpSingleAllOfAttributesAllOf(val *BwpSingleAllOfAttributesAllOf) *NullableBwpSingleAllOfAttributesAllOf

func (NullableBwpSingleAllOfAttributesAllOf) Get ¶ added in v1.18.0

func (NullableBwpSingleAllOfAttributesAllOf) IsSet ¶ added in v1.18.0

func (NullableBwpSingleAllOfAttributesAllOf) MarshalJSON ¶ added in v1.18.0

func (v NullableBwpSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)

func (*NullableBwpSingleAllOfAttributesAllOf) Set ¶ added in v1.18.0

func (*NullableBwpSingleAllOfAttributesAllOf) UnmarshalJSON ¶ added in v1.18.0

func (v *NullableBwpSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error

func (*NullableBwpSingleAllOfAttributesAllOf) Unset ¶ added in v1.18.0

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 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 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 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 ¶ added in v1.18.0

type NullableCommonBeamformingFunctionSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableCommonBeamformingFunctionSingleAllOfAttributes) Get ¶ added in v1.18.0

func (NullableCommonBeamformingFunctionSingleAllOfAttributes) IsSet ¶ added in v1.18.0

func (NullableCommonBeamformingFunctionSingleAllOfAttributes) MarshalJSON ¶ added in v1.18.0

func (*NullableCommonBeamformingFunctionSingleAllOfAttributes) Set ¶ added in v1.18.0

func (*NullableCommonBeamformingFunctionSingleAllOfAttributes) UnmarshalJSON ¶ added in v1.18.0

func (*NullableCommonBeamformingFunctionSingleAllOfAttributes) Unset ¶ added in v1.18.0

type NullableCommonBeamformingFunctionSingleAllOfAttributesAllOf ¶ added in v1.18.0

type NullableCommonBeamformingFunctionSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableCommonBeamformingFunctionSingleAllOfAttributesAllOf) Get ¶ added in v1.18.0

func (NullableCommonBeamformingFunctionSingleAllOfAttributesAllOf) IsSet ¶ added in v1.18.0

func (NullableCommonBeamformingFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶ added in v1.18.0

func (*NullableCommonBeamformingFunctionSingleAllOfAttributesAllOf) Set ¶ added in v1.18.0

func (*NullableCommonBeamformingFunctionSingleAllOfAttributesAllOf) UnmarshalJSON ¶ added in v1.18.0

func (*NullableCommonBeamformingFunctionSingleAllOfAttributesAllOf) Unset ¶ added in v1.18.0

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 ¶ added in v1.18.0

type NullableConfigurable5QISetSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableConfigurable5QISetSingleAllOfAttributes) Get ¶ added in v1.18.0

func (NullableConfigurable5QISetSingleAllOfAttributes) IsSet ¶ added in v1.18.0

func (NullableConfigurable5QISetSingleAllOfAttributes) MarshalJSON ¶ added in v1.18.0

func (*NullableConfigurable5QISetSingleAllOfAttributes) Set ¶ added in v1.18.0

func (*NullableConfigurable5QISetSingleAllOfAttributes) UnmarshalJSON ¶ added in v1.18.0

func (*NullableConfigurable5QISetSingleAllOfAttributes) Unset ¶ added in v1.18.0

type NullableConfigurable5QISetSingleAllOfAttributesAllOf ¶ added in v1.18.0

type NullableConfigurable5QISetSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableConfigurable5QISetSingleAllOfAttributesAllOf) Get ¶ added in v1.18.0

func (NullableConfigurable5QISetSingleAllOfAttributesAllOf) IsSet ¶ added in v1.18.0

func (NullableConfigurable5QISetSingleAllOfAttributesAllOf) MarshalJSON ¶ added in v1.18.0

func (*NullableConfigurable5QISetSingleAllOfAttributesAllOf) Set ¶ added in v1.18.0

func (*NullableConfigurable5QISetSingleAllOfAttributesAllOf) UnmarshalJSON ¶ added in v1.18.0

func (*NullableConfigurable5QISetSingleAllOfAttributesAllOf) Unset ¶ added in v1.18.0

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 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 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 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 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 ¶ added in v1.18.0

type NullableDynamic5QISetSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func NewNullableDynamic5QISetSingleAllOfAttributes ¶ added in v1.18.0

func NewNullableDynamic5QISetSingleAllOfAttributes(val *Dynamic5QISetSingleAllOfAttributes) *NullableDynamic5QISetSingleAllOfAttributes

func (NullableDynamic5QISetSingleAllOfAttributes) Get ¶ added in v1.18.0

func (NullableDynamic5QISetSingleAllOfAttributes) IsSet ¶ added in v1.18.0

func (NullableDynamic5QISetSingleAllOfAttributes) MarshalJSON ¶ added in v1.18.0

func (*NullableDynamic5QISetSingleAllOfAttributes) Set ¶ added in v1.18.0

func (*NullableDynamic5QISetSingleAllOfAttributes) UnmarshalJSON ¶ added in v1.18.0

func (v *NullableDynamic5QISetSingleAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullableDynamic5QISetSingleAllOfAttributes) Unset ¶ added in v1.18.0

type NullableDynamic5QISetSingleAllOfAttributesAllOf ¶ added in v1.18.0

type NullableDynamic5QISetSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableDynamic5QISetSingleAllOfAttributesAllOf) Get ¶ added in v1.18.0

func (NullableDynamic5QISetSingleAllOfAttributesAllOf) IsSet ¶ added in v1.18.0

func (NullableDynamic5QISetSingleAllOfAttributesAllOf) MarshalJSON ¶ added in v1.18.0

func (*NullableDynamic5QISetSingleAllOfAttributesAllOf) Set ¶ added in v1.18.0

func (*NullableDynamic5QISetSingleAllOfAttributesAllOf) UnmarshalJSON ¶ added in v1.18.0

func (*NullableDynamic5QISetSingleAllOfAttributesAllOf) Unset ¶ added in v1.18.0

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 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 ¶ added in v1.18.0

type NullableEPF1USingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func NewNullableEPF1USingleAllOfAttributes ¶ added in v1.18.0

func NewNullableEPF1USingleAllOfAttributes(val *EPF1USingleAllOfAttributes) *NullableEPF1USingleAllOfAttributes

func (NullableEPF1USingleAllOfAttributes) Get ¶ added in v1.18.0

func (NullableEPF1USingleAllOfAttributes) IsSet ¶ added in v1.18.0

func (NullableEPF1USingleAllOfAttributes) MarshalJSON ¶ added in v1.18.0

func (v NullableEPF1USingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*NullableEPF1USingleAllOfAttributes) Set ¶ added in v1.18.0

func (*NullableEPF1USingleAllOfAttributes) UnmarshalJSON ¶ added in v1.18.0

func (v *NullableEPF1USingleAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullableEPF1USingleAllOfAttributes) Unset ¶ added in v1.18.0

type NullableEPF1USingleAllOfAttributesAllOf ¶ added in v1.18.0

type NullableEPF1USingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func NewNullableEPF1USingleAllOfAttributesAllOf ¶ added in v1.18.0

func NewNullableEPF1USingleAllOfAttributesAllOf(val *EPF1USingleAllOfAttributesAllOf) *NullableEPF1USingleAllOfAttributesAllOf

func (NullableEPF1USingleAllOfAttributesAllOf) Get ¶ added in v1.18.0

func (NullableEPF1USingleAllOfAttributesAllOf) IsSet ¶ added in v1.18.0

func (NullableEPF1USingleAllOfAttributesAllOf) MarshalJSON ¶ added in v1.18.0

func (v NullableEPF1USingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)

func (*NullableEPF1USingleAllOfAttributesAllOf) Set ¶ added in v1.18.0

func (*NullableEPF1USingleAllOfAttributesAllOf) UnmarshalJSON ¶ added in v1.18.0

func (v *NullableEPF1USingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error

func (*NullableEPF1USingleAllOfAttributesAllOf) Unset ¶ added in v1.18.0

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 NullableEPRPAttr ¶

type NullableEPRPAttr struct {
	// contains filtered or unexported fields
}

func NewNullableEPRPAttr ¶

func NewNullableEPRPAttr(val *EPRPAttr) *NullableEPRPAttr

func (NullableEPRPAttr) Get ¶

func (v NullableEPRPAttr) Get() *EPRPAttr

func (NullableEPRPAttr) IsSet ¶

func (v NullableEPRPAttr) IsSet() bool

func (NullableEPRPAttr) MarshalJSON ¶

func (v NullableEPRPAttr) MarshalJSON() ([]byte, error)

func (*NullableEPRPAttr) Set ¶

func (v *NullableEPRPAttr) Set(val *EPRPAttr)

func (*NullableEPRPAttr) UnmarshalJSON ¶

func (v *NullableEPRPAttr) UnmarshalJSON(src []byte) error

func (*NullableEPRPAttr) Unset ¶

func (v *NullableEPRPAttr) Unset()

type NullableEPS1USingle ¶

type NullableEPS1USingle struct {
	// contains filtered or unexported fields
}

func NewNullableEPS1USingle ¶

func NewNullableEPS1USingle(val *EPS1USingle) *NullableEPS1USingle

func (NullableEPS1USingle) Get ¶

func (NullableEPS1USingle) IsSet ¶

func (v NullableEPS1USingle) IsSet() bool

func (NullableEPS1USingle) MarshalJSON ¶

func (v NullableEPS1USingle) MarshalJSON() ([]byte, error)

func (*NullableEPS1USingle) Set ¶

func (v *NullableEPS1USingle) Set(val *EPS1USingle)

func (*NullableEPS1USingle) UnmarshalJSON ¶

func (v *NullableEPS1USingle) UnmarshalJSON(src []byte) error

func (*NullableEPS1USingle) Unset ¶

func (v *NullableEPS1USingle) Unset()

type NullableEPX2CSingle ¶

type NullableEPX2CSingle struct {
	// contains filtered or unexported fields
}

func NewNullableEPX2CSingle ¶

func NewNullableEPX2CSingle(val *EPX2CSingle) *NullableEPX2CSingle

func (NullableEPX2CSingle) Get ¶

func (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 NullableEPXnCSingleAllOf ¶

type NullableEPXnCSingleAllOf struct {
	// contains filtered or unexported fields
}

func NewNullableEPXnCSingleAllOf ¶

func NewNullableEPXnCSingleAllOf(val *EPXnCSingleAllOf) *NullableEPXnCSingleAllOf

func (NullableEPXnCSingleAllOf) Get ¶

func (NullableEPXnCSingleAllOf) IsSet ¶

func (v NullableEPXnCSingleAllOf) IsSet() bool

func (NullableEPXnCSingleAllOf) MarshalJSON ¶

func (v NullableEPXnCSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableEPXnCSingleAllOf) Set ¶

func (*NullableEPXnCSingleAllOf) UnmarshalJSON ¶

func (v *NullableEPXnCSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableEPXnCSingleAllOf) Unset ¶

func (v *NullableEPXnCSingleAllOf) Unset()

type NullableEPXnCSingleAllOfAttributes ¶ added in v1.18.0

type NullableEPXnCSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func NewNullableEPXnCSingleAllOfAttributes ¶ added in v1.18.0

func NewNullableEPXnCSingleAllOfAttributes(val *EPXnCSingleAllOfAttributes) *NullableEPXnCSingleAllOfAttributes

func (NullableEPXnCSingleAllOfAttributes) Get ¶ added in v1.18.0

func (NullableEPXnCSingleAllOfAttributes) IsSet ¶ added in v1.18.0

func (NullableEPXnCSingleAllOfAttributes) MarshalJSON ¶ added in v1.18.0

func (v NullableEPXnCSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*NullableEPXnCSingleAllOfAttributes) Set ¶ added in v1.18.0

func (*NullableEPXnCSingleAllOfAttributes) UnmarshalJSON ¶ added in v1.18.0

func (v *NullableEPXnCSingleAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullableEPXnCSingleAllOfAttributes) Unset ¶ added in v1.18.0

type NullableEPXnCSingleAllOfAttributesAllOf ¶ added in v1.18.0

type NullableEPXnCSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func NewNullableEPXnCSingleAllOfAttributesAllOf ¶ added in v1.18.0

func NewNullableEPXnCSingleAllOfAttributesAllOf(val *EPXnCSingleAllOfAttributesAllOf) *NullableEPXnCSingleAllOfAttributesAllOf

func (NullableEPXnCSingleAllOfAttributesAllOf) Get ¶ added in v1.18.0

func (NullableEPXnCSingleAllOfAttributesAllOf) IsSet ¶ added in v1.18.0

func (NullableEPXnCSingleAllOfAttributesAllOf) MarshalJSON ¶ added in v1.18.0

func (v NullableEPXnCSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)

func (*NullableEPXnCSingleAllOfAttributesAllOf) Set ¶ added in v1.18.0

func (*NullableEPXnCSingleAllOfAttributesAllOf) UnmarshalJSON ¶ added in v1.18.0

func (v *NullableEPXnCSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error

func (*NullableEPXnCSingleAllOfAttributesAllOf) Unset ¶ added in v1.18.0

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 ¶ added in v1.18.0

type NullableEUtranCellRelationSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableEUtranCellRelationSingleAllOfAttributes) Get ¶ added in v1.18.0

func (NullableEUtranCellRelationSingleAllOfAttributes) IsSet ¶ added in v1.18.0

func (NullableEUtranCellRelationSingleAllOfAttributes) MarshalJSON ¶ added in v1.18.0

func (*NullableEUtranCellRelationSingleAllOfAttributes) Set ¶ added in v1.18.0

func (*NullableEUtranCellRelationSingleAllOfAttributes) UnmarshalJSON ¶ added in v1.18.0

func (*NullableEUtranCellRelationSingleAllOfAttributes) Unset ¶ added in v1.18.0

type NullableEUtranCellRelationSingleAllOfAttributesAllOf ¶ added in v1.18.0

type NullableEUtranCellRelationSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableEUtranCellRelationSingleAllOfAttributesAllOf) Get ¶ added in v1.18.0

func (NullableEUtranCellRelationSingleAllOfAttributesAllOf) IsSet ¶ added in v1.18.0

func (NullableEUtranCellRelationSingleAllOfAttributesAllOf) MarshalJSON ¶ added in v1.18.0

func (*NullableEUtranCellRelationSingleAllOfAttributesAllOf) Set ¶ added in v1.18.0

func (*NullableEUtranCellRelationSingleAllOfAttributesAllOf) UnmarshalJSON ¶ added in v1.18.0

func (*NullableEUtranCellRelationSingleAllOfAttributesAllOf) Unset ¶ added in v1.18.0

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 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 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 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 ¶ added in v1.18.0

type NullableExternalENBFunctionSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableExternalENBFunctionSingleAllOfAttributes) Get ¶ added in v1.18.0

func (NullableExternalENBFunctionSingleAllOfAttributes) IsSet ¶ added in v1.18.0

func (NullableExternalENBFunctionSingleAllOfAttributes) MarshalJSON ¶ added in v1.18.0

func (*NullableExternalENBFunctionSingleAllOfAttributes) Set ¶ added in v1.18.0

func (*NullableExternalENBFunctionSingleAllOfAttributes) UnmarshalJSON ¶ added in v1.18.0

func (*NullableExternalENBFunctionSingleAllOfAttributes) Unset ¶ added in v1.18.0

type NullableExternalENBFunctionSingleAllOfAttributesAllOf ¶ added in v1.18.0

type NullableExternalENBFunctionSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableExternalENBFunctionSingleAllOfAttributesAllOf) Get ¶ added in v1.18.0

func (NullableExternalENBFunctionSingleAllOfAttributesAllOf) IsSet ¶ added in v1.18.0

func (NullableExternalENBFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶ added in v1.18.0

func (*NullableExternalENBFunctionSingleAllOfAttributesAllOf) Set ¶ added in v1.18.0

func (*NullableExternalENBFunctionSingleAllOfAttributesAllOf) UnmarshalJSON ¶ added in v1.18.0

func (*NullableExternalENBFunctionSingleAllOfAttributesAllOf) Unset ¶ added in v1.18.0

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 ¶ added in v1.18.0

type NullableExternalEUTranCellSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableExternalEUTranCellSingleAllOfAttributes) Get ¶ added in v1.18.0

func (NullableExternalEUTranCellSingleAllOfAttributes) IsSet ¶ added in v1.18.0

func (NullableExternalEUTranCellSingleAllOfAttributes) MarshalJSON ¶ added in v1.18.0

func (*NullableExternalEUTranCellSingleAllOfAttributes) Set ¶ added in v1.18.0

func (*NullableExternalEUTranCellSingleAllOfAttributes) UnmarshalJSON ¶ added in v1.18.0

func (*NullableExternalEUTranCellSingleAllOfAttributes) Unset ¶ added in v1.18.0

type NullableExternalEUTranCellSingleAllOfAttributesAllOf ¶ added in v1.18.0

type NullableExternalEUTranCellSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableExternalEUTranCellSingleAllOfAttributesAllOf) Get ¶ added in v1.18.0

func (NullableExternalEUTranCellSingleAllOfAttributesAllOf) IsSet ¶ added in v1.18.0

func (NullableExternalEUTranCellSingleAllOfAttributesAllOf) MarshalJSON ¶ added in v1.18.0

func (*NullableExternalEUTranCellSingleAllOfAttributesAllOf) Set ¶ added in v1.18.0

func (*NullableExternalEUTranCellSingleAllOfAttributesAllOf) UnmarshalJSON ¶ added in v1.18.0

func (*NullableExternalEUTranCellSingleAllOfAttributesAllOf) Unset ¶ added in v1.18.0

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 ¶ added in v1.18.0

type NullableExternalGnbCuCpFunctionSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableExternalGnbCuCpFunctionSingleAllOfAttributes) Get ¶ added in v1.18.0

func (NullableExternalGnbCuCpFunctionSingleAllOfAttributes) IsSet ¶ added in v1.18.0

func (NullableExternalGnbCuCpFunctionSingleAllOfAttributes) MarshalJSON ¶ added in v1.18.0

func (*NullableExternalGnbCuCpFunctionSingleAllOfAttributes) Set ¶ added in v1.18.0

func (*NullableExternalGnbCuCpFunctionSingleAllOfAttributes) UnmarshalJSON ¶ added in v1.18.0

func (*NullableExternalGnbCuCpFunctionSingleAllOfAttributes) Unset ¶ added in v1.18.0

type NullableExternalGnbCuCpFunctionSingleAllOfAttributesAllOf ¶ added in v1.18.0

type NullableExternalGnbCuCpFunctionSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableExternalGnbCuCpFunctionSingleAllOfAttributesAllOf) Get ¶ added in v1.18.0

func (NullableExternalGnbCuCpFunctionSingleAllOfAttributesAllOf) IsSet ¶ added in v1.18.0

func (NullableExternalGnbCuCpFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶ added in v1.18.0

func (*NullableExternalGnbCuCpFunctionSingleAllOfAttributesAllOf) Set ¶ added in v1.18.0

func (*NullableExternalGnbCuCpFunctionSingleAllOfAttributesAllOf) UnmarshalJSON ¶ added in v1.18.0

func (*NullableExternalGnbCuCpFunctionSingleAllOfAttributesAllOf) Unset ¶ added in v1.18.0

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 ¶ added in v1.18.0

type NullableExternalGnbDuFunctionSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableExternalGnbDuFunctionSingleAllOfAttributes) Get ¶ added in v1.18.0

func (NullableExternalGnbDuFunctionSingleAllOfAttributes) IsSet ¶ added in v1.18.0

func (NullableExternalGnbDuFunctionSingleAllOfAttributes) MarshalJSON ¶ added in v1.18.0

func (*NullableExternalGnbDuFunctionSingleAllOfAttributes) Set ¶ added in v1.18.0

func (*NullableExternalGnbDuFunctionSingleAllOfAttributes) UnmarshalJSON ¶ added in v1.18.0

func (*NullableExternalGnbDuFunctionSingleAllOfAttributes) Unset ¶ added in v1.18.0

type NullableExternalGnbDuFunctionSingleAllOfAttributesAllOf ¶ added in v1.18.0

type NullableExternalGnbDuFunctionSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableExternalGnbDuFunctionSingleAllOfAttributesAllOf) Get ¶ added in v1.18.0

func (NullableExternalGnbDuFunctionSingleAllOfAttributesAllOf) IsSet ¶ added in v1.18.0

func (NullableExternalGnbDuFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶ added in v1.18.0

func (*NullableExternalGnbDuFunctionSingleAllOfAttributesAllOf) Set ¶ added in v1.18.0

func (*NullableExternalGnbDuFunctionSingleAllOfAttributesAllOf) UnmarshalJSON ¶ added in v1.18.0

func (*NullableExternalGnbDuFunctionSingleAllOfAttributesAllOf) Unset ¶ added in v1.18.0

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 ¶ added in v1.18.0

type NullableExternalNrCellCuSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableExternalNrCellCuSingleAllOfAttributes) Get ¶ added in v1.18.0

func (NullableExternalNrCellCuSingleAllOfAttributes) IsSet ¶ added in v1.18.0

func (NullableExternalNrCellCuSingleAllOfAttributes) MarshalJSON ¶ added in v1.18.0

func (*NullableExternalNrCellCuSingleAllOfAttributes) Set ¶ added in v1.18.0

func (*NullableExternalNrCellCuSingleAllOfAttributes) UnmarshalJSON ¶ added in v1.18.0

func (*NullableExternalNrCellCuSingleAllOfAttributes) Unset ¶ added in v1.18.0

type NullableExternalNrCellCuSingleAllOfAttributesAllOf ¶ added in v1.18.0

type NullableExternalNrCellCuSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableExternalNrCellCuSingleAllOfAttributesAllOf) Get ¶ added in v1.18.0

func (NullableExternalNrCellCuSingleAllOfAttributesAllOf) IsSet ¶ added in v1.18.0

func (NullableExternalNrCellCuSingleAllOfAttributesAllOf) MarshalJSON ¶ added in v1.18.0

func (*NullableExternalNrCellCuSingleAllOfAttributesAllOf) Set ¶ added in v1.18.0

func (*NullableExternalNrCellCuSingleAllOfAttributesAllOf) UnmarshalJSON ¶ added in v1.18.0

func (*NullableExternalNrCellCuSingleAllOfAttributesAllOf) Unset ¶ added in v1.18.0

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 NullableFloat32 ¶

type NullableFloat32 struct {
	// contains filtered or unexported fields
}

func NewNullableFloat32 ¶

func NewNullableFloat32(val *float32) *NullableFloat32

func (NullableFloat32) Get ¶

func (v NullableFloat32) Get() *float32

func (NullableFloat32) IsSet ¶

func (v NullableFloat32) IsSet() bool

func (NullableFloat32) MarshalJSON ¶

func (v NullableFloat32) MarshalJSON() ([]byte, error)

func (*NullableFloat32) Set ¶

func (v *NullableFloat32) Set(val *float32)

func (*NullableFloat32) UnmarshalJSON ¶

func (v *NullableFloat32) UnmarshalJSON(src []byte) error

func (*NullableFloat32) Unset ¶

func (v *NullableFloat32) Unset()

type NullableFloat64 ¶

type NullableFloat64 struct {
	// contains filtered or unexported fields
}

func NewNullableFloat64 ¶

func NewNullableFloat64(val *float64) *NullableFloat64

func (NullableFloat64) Get ¶

func (v NullableFloat64) Get() *float64

func (NullableFloat64) IsSet ¶

func (v NullableFloat64) IsSet() bool

func (NullableFloat64) MarshalJSON ¶

func (v NullableFloat64) MarshalJSON() ([]byte, error)

func (*NullableFloat64) Set ¶

func (v *NullableFloat64) Set(val *float64)

func (*NullableFloat64) UnmarshalJSON ¶

func (v *NullableFloat64) UnmarshalJSON(src []byte) error

func (*NullableFloat64) Unset ¶

func (v *NullableFloat64) Unset()

type NullableFreqInfo ¶

type NullableFreqInfo struct {
	// contains filtered or unexported fields
}

func NewNullableFreqInfo ¶

func NewNullableFreqInfo(val *FreqInfo) *NullableFreqInfo

func (NullableFreqInfo) Get ¶

func (v NullableFreqInfo) Get() *FreqInfo

func (NullableFreqInfo) IsSet ¶

func (v NullableFreqInfo) IsSet() bool

func (NullableFreqInfo) MarshalJSON ¶

func (v NullableFreqInfo) MarshalJSON() ([]byte, error)

func (*NullableFreqInfo) Set ¶

func (v *NullableFreqInfo) Set(val *FreqInfo)

func (*NullableFreqInfo) UnmarshalJSON ¶

func (v *NullableFreqInfo) UnmarshalJSON(src []byte) error

func (*NullableFreqInfo) Unset ¶

func (v *NullableFreqInfo) Unset()

type NullableFrequencyDomainPara ¶

type NullableFrequencyDomainPara struct {
	// contains filtered or unexported fields
}

func (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 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 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 ¶ added in v1.18.0

type NullableGnbCuCpFunctionSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableGnbCuCpFunctionSingleAllOfAttributes) Get ¶ added in v1.18.0

func (NullableGnbCuCpFunctionSingleAllOfAttributes) IsSet ¶ added in v1.18.0

func (NullableGnbCuCpFunctionSingleAllOfAttributes) MarshalJSON ¶ added in v1.18.0

func (*NullableGnbCuCpFunctionSingleAllOfAttributes) Set ¶ added in v1.18.0

func (*NullableGnbCuCpFunctionSingleAllOfAttributes) UnmarshalJSON ¶ added in v1.18.0

func (*NullableGnbCuCpFunctionSingleAllOfAttributes) Unset ¶ added in v1.18.0

type NullableGnbCuCpFunctionSingleAllOfAttributesAllOf ¶ added in v1.18.0

type NullableGnbCuCpFunctionSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableGnbCuCpFunctionSingleAllOfAttributesAllOf) Get ¶ added in v1.18.0

func (NullableGnbCuCpFunctionSingleAllOfAttributesAllOf) IsSet ¶ added in v1.18.0

func (NullableGnbCuCpFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶ added in v1.18.0

func (*NullableGnbCuCpFunctionSingleAllOfAttributesAllOf) Set ¶ added in v1.18.0

func (*NullableGnbCuCpFunctionSingleAllOfAttributesAllOf) UnmarshalJSON ¶ added in v1.18.0

func (*NullableGnbCuCpFunctionSingleAllOfAttributesAllOf) Unset ¶ added in v1.18.0

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 ¶ added in v1.18.0

type NullableGnbCuUpFunctionSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableGnbCuUpFunctionSingleAllOfAttributes) Get ¶ added in v1.18.0

func (NullableGnbCuUpFunctionSingleAllOfAttributes) IsSet ¶ added in v1.18.0

func (NullableGnbCuUpFunctionSingleAllOfAttributes) MarshalJSON ¶ added in v1.18.0

func (*NullableGnbCuUpFunctionSingleAllOfAttributes) Set ¶ added in v1.18.0

func (*NullableGnbCuUpFunctionSingleAllOfAttributes) UnmarshalJSON ¶ added in v1.18.0

func (*NullableGnbCuUpFunctionSingleAllOfAttributes) Unset ¶ added in v1.18.0

type NullableGnbCuUpFunctionSingleAllOfAttributesAllOf ¶ added in v1.18.0

type NullableGnbCuUpFunctionSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableGnbCuUpFunctionSingleAllOfAttributesAllOf) Get ¶ added in v1.18.0

func (NullableGnbCuUpFunctionSingleAllOfAttributesAllOf) IsSet ¶ added in v1.18.0

func (NullableGnbCuUpFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶ added in v1.18.0

func (*NullableGnbCuUpFunctionSingleAllOfAttributesAllOf) Set ¶ added in v1.18.0

func (*NullableGnbCuUpFunctionSingleAllOfAttributesAllOf) UnmarshalJSON ¶ added in v1.18.0

func (*NullableGnbCuUpFunctionSingleAllOfAttributesAllOf) Unset ¶ added in v1.18.0

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 ¶ added in v1.18.0

type NullableGnbDuFunctionSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func NewNullableGnbDuFunctionSingleAllOfAttributes ¶ added in v1.18.0

func NewNullableGnbDuFunctionSingleAllOfAttributes(val *GnbDuFunctionSingleAllOfAttributes) *NullableGnbDuFunctionSingleAllOfAttributes

func (NullableGnbDuFunctionSingleAllOfAttributes) Get ¶ added in v1.18.0

func (NullableGnbDuFunctionSingleAllOfAttributes) IsSet ¶ added in v1.18.0

func (NullableGnbDuFunctionSingleAllOfAttributes) MarshalJSON ¶ added in v1.18.0

func (*NullableGnbDuFunctionSingleAllOfAttributes) Set ¶ added in v1.18.0

func (*NullableGnbDuFunctionSingleAllOfAttributes) UnmarshalJSON ¶ added in v1.18.0

func (v *NullableGnbDuFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullableGnbDuFunctionSingleAllOfAttributes) Unset ¶ added in v1.18.0

type NullableGnbDuFunctionSingleAllOfAttributesAllOf ¶ added in v1.18.0

type NullableGnbDuFunctionSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableGnbDuFunctionSingleAllOfAttributesAllOf) Get ¶ added in v1.18.0

func (NullableGnbDuFunctionSingleAllOfAttributesAllOf) IsSet ¶ added in v1.18.0

func (NullableGnbDuFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶ added in v1.18.0

func (*NullableGnbDuFunctionSingleAllOfAttributesAllOf) Set ¶ added in v1.18.0

func (*NullableGnbDuFunctionSingleAllOfAttributesAllOf) UnmarshalJSON ¶ added in v1.18.0

func (*NullableGnbDuFunctionSingleAllOfAttributesAllOf) Unset ¶ added in v1.18.0

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 NullableInt ¶

type NullableInt struct {
	// contains filtered or unexported fields
}

func NewNullableInt ¶

func NewNullableInt(val *int) *NullableInt

func (NullableInt) Get ¶

func (v NullableInt) Get() *int

func (NullableInt) IsSet ¶

func (v NullableInt) IsSet() bool

func (NullableInt) MarshalJSON ¶

func (v NullableInt) MarshalJSON() ([]byte, error)

func (*NullableInt) Set ¶

func (v *NullableInt) Set(val *int)

func (*NullableInt) UnmarshalJSON ¶

func (v *NullableInt) UnmarshalJSON(src []byte) error

func (*NullableInt) Unset ¶

func (v *NullableInt) Unset()

type NullableInt32 ¶

type NullableInt32 struct {
	// contains filtered or unexported fields
}

func NewNullableInt32 ¶

func NewNullableInt32(val *int32) *NullableInt32

func (NullableInt32) Get ¶

func (v NullableInt32) Get() *int32

func (NullableInt32) IsSet ¶

func (v NullableInt32) IsSet() bool

func (NullableInt32) MarshalJSON ¶

func (v NullableInt32) MarshalJSON() ([]byte, error)

func (*NullableInt32) Set ¶

func (v *NullableInt32) Set(val *int32)

func (*NullableInt32) UnmarshalJSON ¶

func (v *NullableInt32) UnmarshalJSON(src []byte) error

func (*NullableInt32) Unset ¶

func (v *NullableInt32) Unset()

type NullableInt64 ¶

type NullableInt64 struct {
	// contains filtered or unexported fields
}

func NewNullableInt64 ¶

func NewNullableInt64(val *int64) *NullableInt64

func (NullableInt64) Get ¶

func (v NullableInt64) Get() *int64

func (NullableInt64) IsSet ¶

func (v NullableInt64) IsSet() bool

func (NullableInt64) MarshalJSON ¶

func (v NullableInt64) MarshalJSON() ([]byte, error)

func (*NullableInt64) Set ¶

func (v *NullableInt64) Set(val *int64)

func (*NullableInt64) UnmarshalJSON ¶

func (v *NullableInt64) UnmarshalJSON(src []byte) error

func (*NullableInt64) Unset ¶

func (v *NullableInt64) Unset()

type NullableInterRatEsActivationCandidateCellParameters ¶

type NullableInterRatEsActivationCandidateCellParameters struct {
	// contains filtered or unexported fields
}

func (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 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 NullableIpv6Addr ¶

type NullableIpv6Addr struct {
	// contains filtered or unexported fields
}

func NewNullableIpv6Addr ¶

func NewNullableIpv6Addr(val *Ipv6Addr) *NullableIpv6Addr

func (NullableIpv6Addr) Get ¶

func (v NullableIpv6Addr) Get() *Ipv6Addr

func (NullableIpv6Addr) IsSet ¶

func (v NullableIpv6Addr) IsSet() bool

func (NullableIpv6Addr) MarshalJSON ¶

func (v NullableIpv6Addr) MarshalJSON() ([]byte, error)

func (*NullableIpv6Addr) Set ¶

func (v *NullableIpv6Addr) Set(val *Ipv6Addr)

func (*NullableIpv6Addr) UnmarshalJSON ¶

func (v *NullableIpv6Addr) UnmarshalJSON(src []byte) error

func (*NullableIpv6Addr) Unset ¶

func (v *NullableIpv6Addr) Unset()

type NullableIsESCoveredBy ¶

type NullableIsESCoveredBy struct {
	// contains filtered or unexported fields
}

func NewNullableIsESCoveredBy ¶

func NewNullableIsESCoveredBy(val *IsESCoveredBy) *NullableIsESCoveredBy

func (NullableIsESCoveredBy) Get ¶

func (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 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 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 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 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 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 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 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 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 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 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 NullableNodeFilter ¶

type NullableNodeFilter struct {
	// contains filtered or unexported fields
}

func NewNullableNodeFilter ¶

func NewNullableNodeFilter(val *NodeFilter) *NullableNodeFilter

func (NullableNodeFilter) Get ¶

func (v NullableNodeFilter) Get() *NodeFilter

func (NullableNodeFilter) IsSet ¶

func (v NullableNodeFilter) IsSet() bool

func (NullableNodeFilter) MarshalJSON ¶

func (v NullableNodeFilter) MarshalJSON() ([]byte, error)

func (*NullableNodeFilter) Set ¶

func (v *NullableNodeFilter) Set(val *NodeFilter)

func (*NullableNodeFilter) UnmarshalJSON ¶

func (v *NullableNodeFilter) UnmarshalJSON(src []byte) error

func (*NullableNodeFilter) Unset ¶

func (v *NullableNodeFilter) Unset()

type NullableNotificationType ¶

type NullableNotificationType struct {
	// contains filtered or unexported fields
}

func NewNullableNotificationType ¶

func NewNullableNotificationType(val *NotificationType) *NullableNotificationType

func (NullableNotificationType) Get ¶

func (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 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 ¶ added in v1.18.0

type NullableNrCellCuSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func NewNullableNrCellCuSingleAllOfAttributes ¶ added in v1.18.0

func NewNullableNrCellCuSingleAllOfAttributes(val *NrCellCuSingleAllOfAttributes) *NullableNrCellCuSingleAllOfAttributes

func (NullableNrCellCuSingleAllOfAttributes) Get ¶ added in v1.18.0

func (NullableNrCellCuSingleAllOfAttributes) IsSet ¶ added in v1.18.0

func (NullableNrCellCuSingleAllOfAttributes) MarshalJSON ¶ added in v1.18.0

func (v NullableNrCellCuSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*NullableNrCellCuSingleAllOfAttributes) Set ¶ added in v1.18.0

func (*NullableNrCellCuSingleAllOfAttributes) UnmarshalJSON ¶ added in v1.18.0

func (v *NullableNrCellCuSingleAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullableNrCellCuSingleAllOfAttributes) Unset ¶ added in v1.18.0

type NullableNrCellCuSingleAllOfAttributesAllOf ¶ added in v1.18.0

type NullableNrCellCuSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func NewNullableNrCellCuSingleAllOfAttributesAllOf ¶ added in v1.18.0

func NewNullableNrCellCuSingleAllOfAttributesAllOf(val *NrCellCuSingleAllOfAttributesAllOf) *NullableNrCellCuSingleAllOfAttributesAllOf

func (NullableNrCellCuSingleAllOfAttributesAllOf) Get ¶ added in v1.18.0

func (NullableNrCellCuSingleAllOfAttributesAllOf) IsSet ¶ added in v1.18.0

func (NullableNrCellCuSingleAllOfAttributesAllOf) MarshalJSON ¶ added in v1.18.0

func (*NullableNrCellCuSingleAllOfAttributesAllOf) Set ¶ added in v1.18.0

func (*NullableNrCellCuSingleAllOfAttributesAllOf) UnmarshalJSON ¶ added in v1.18.0

func (v *NullableNrCellCuSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error

func (*NullableNrCellCuSingleAllOfAttributesAllOf) Unset ¶ added in v1.18.0

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 ¶ added in v1.18.0

type NullableNrCellDuSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func NewNullableNrCellDuSingleAllOfAttributes ¶ added in v1.18.0

func NewNullableNrCellDuSingleAllOfAttributes(val *NrCellDuSingleAllOfAttributes) *NullableNrCellDuSingleAllOfAttributes

func (NullableNrCellDuSingleAllOfAttributes) Get ¶ added in v1.18.0

func (NullableNrCellDuSingleAllOfAttributes) IsSet ¶ added in v1.18.0

func (NullableNrCellDuSingleAllOfAttributes) MarshalJSON ¶ added in v1.18.0

func (v NullableNrCellDuSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*NullableNrCellDuSingleAllOfAttributes) Set ¶ added in v1.18.0

func (*NullableNrCellDuSingleAllOfAttributes) UnmarshalJSON ¶ added in v1.18.0

func (v *NullableNrCellDuSingleAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullableNrCellDuSingleAllOfAttributes) Unset ¶ added in v1.18.0

type NullableNrCellDuSingleAllOfAttributesAllOf ¶ added in v1.18.0

type NullableNrCellDuSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func NewNullableNrCellDuSingleAllOfAttributesAllOf ¶ added in v1.18.0

func NewNullableNrCellDuSingleAllOfAttributesAllOf(val *NrCellDuSingleAllOfAttributesAllOf) *NullableNrCellDuSingleAllOfAttributesAllOf

func (NullableNrCellDuSingleAllOfAttributesAllOf) Get ¶ added in v1.18.0

func (NullableNrCellDuSingleAllOfAttributesAllOf) IsSet ¶ added in v1.18.0

func (NullableNrCellDuSingleAllOfAttributesAllOf) MarshalJSON ¶ added in v1.18.0

func (*NullableNrCellDuSingleAllOfAttributesAllOf) Set ¶ added in v1.18.0

func (*NullableNrCellDuSingleAllOfAttributesAllOf) UnmarshalJSON ¶ added in v1.18.0

func (v *NullableNrCellDuSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error

func (*NullableNrCellDuSingleAllOfAttributesAllOf) Unset ¶ added in v1.18.0

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 ¶ added in v1.18.0

type NullableNrSectorCarrierSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableNrSectorCarrierSingleAllOfAttributes) Get ¶ added in v1.18.0

func (NullableNrSectorCarrierSingleAllOfAttributes) IsSet ¶ added in v1.18.0

func (NullableNrSectorCarrierSingleAllOfAttributes) MarshalJSON ¶ added in v1.18.0

func (*NullableNrSectorCarrierSingleAllOfAttributes) Set ¶ added in v1.18.0

func (*NullableNrSectorCarrierSingleAllOfAttributes) UnmarshalJSON ¶ added in v1.18.0

func (*NullableNrSectorCarrierSingleAllOfAttributes) Unset ¶ added in v1.18.0

type NullableNrSectorCarrierSingleAllOfAttributesAllOf ¶ added in v1.18.0

type NullableNrSectorCarrierSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableNrSectorCarrierSingleAllOfAttributesAllOf) Get ¶ added in v1.18.0

func (NullableNrSectorCarrierSingleAllOfAttributesAllOf) IsSet ¶ added in v1.18.0

func (NullableNrSectorCarrierSingleAllOfAttributesAllOf) MarshalJSON ¶ added in v1.18.0

func (*NullableNrSectorCarrierSingleAllOfAttributesAllOf) Set ¶ added in v1.18.0

func (*NullableNrSectorCarrierSingleAllOfAttributesAllOf) UnmarshalJSON ¶ added in v1.18.0

func (*NullableNrSectorCarrierSingleAllOfAttributesAllOf) Unset ¶ added in v1.18.0

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 NullableOperation ¶

type NullableOperation struct {
	// contains filtered or unexported fields
}

func NewNullableOperation ¶

func NewNullableOperation(val *Operation) *NullableOperation

func (NullableOperation) Get ¶

func (v NullableOperation) Get() *Operation

func (NullableOperation) IsSet ¶

func (v NullableOperation) IsSet() bool

func (NullableOperation) MarshalJSON ¶

func (v NullableOperation) MarshalJSON() ([]byte, error)

func (*NullableOperation) Set ¶

func (v *NullableOperation) Set(val *Operation)

func (*NullableOperation) UnmarshalJSON ¶

func (v *NullableOperation) UnmarshalJSON(src []byte) error

func (*NullableOperation) Unset ¶

func (v *NullableOperation) Unset()

type NullableOperationSemantics ¶

type NullableOperationSemantics struct {
	// contains filtered or unexported fields
}

func NewNullableOperationSemantics ¶

func NewNullableOperationSemantics(val *OperationSemantics) *NullableOperationSemantics

func (NullableOperationSemantics) Get ¶

func (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 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 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 NullablePlmnId ¶

type NullablePlmnId struct {
	// contains filtered or unexported fields
}

func NewNullablePlmnId ¶

func NewNullablePlmnId(val *PlmnId) *NullablePlmnId

func (NullablePlmnId) Get ¶

func (v NullablePlmnId) Get() *PlmnId

func (NullablePlmnId) IsSet ¶

func (v NullablePlmnId) IsSet() bool

func (NullablePlmnId) MarshalJSON ¶

func (v NullablePlmnId) MarshalJSON() ([]byte, error)

func (*NullablePlmnId) Set ¶

func (v *NullablePlmnId) Set(val *PlmnId)

func (*NullablePlmnId) UnmarshalJSON ¶

func (v *NullablePlmnId) UnmarshalJSON(src []byte) error

func (*NullablePlmnId) Unset ¶

func (v *NullablePlmnId) Unset()

type NullablePlmnInfo ¶

type NullablePlmnInfo struct {
	// contains filtered or unexported fields
}

func NewNullablePlmnInfo ¶

func NewNullablePlmnInfo(val *PlmnInfo) *NullablePlmnInfo

func (NullablePlmnInfo) Get ¶

func (v NullablePlmnInfo) Get() *PlmnInfo

func (NullablePlmnInfo) IsSet ¶

func (v NullablePlmnInfo) IsSet() bool

func (NullablePlmnInfo) MarshalJSON ¶

func (v NullablePlmnInfo) MarshalJSON() ([]byte, error)

func (*NullablePlmnInfo) Set ¶

func (v *NullablePlmnInfo) Set(val *PlmnInfo)

func (*NullablePlmnInfo) UnmarshalJSON ¶

func (v *NullablePlmnInfo) UnmarshalJSON(src []byte) error

func (*NullablePlmnInfo) Unset ¶

func (v *NullablePlmnInfo) Unset()

type NullablePlmnListTypeInner ¶

type NullablePlmnListTypeInner struct {
	// contains filtered or unexported fields
}

func NewNullablePlmnListTypeInner ¶

func NewNullablePlmnListTypeInner(val *PlmnListTypeInner) *NullablePlmnListTypeInner

func (NullablePlmnListTypeInner) Get ¶

func (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 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 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 ¶ added in v1.18.0

type NullableProbableCauseOneOf struct {
	// contains filtered or unexported fields
}

func NewNullableProbableCauseOneOf ¶ added in v1.18.0

func NewNullableProbableCauseOneOf(val *ProbableCauseOneOf) *NullableProbableCauseOneOf

func (NullableProbableCauseOneOf) Get ¶ added in v1.18.0

func (NullableProbableCauseOneOf) IsSet ¶ added in v1.18.0

func (v NullableProbableCauseOneOf) IsSet() bool

func (NullableProbableCauseOneOf) MarshalJSON ¶ added in v1.18.0

func (v NullableProbableCauseOneOf) MarshalJSON() ([]byte, error)

func (*NullableProbableCauseOneOf) Set ¶ added in v1.18.0

func (*NullableProbableCauseOneOf) UnmarshalJSON ¶ added in v1.18.0

func (v *NullableProbableCauseOneOf) UnmarshalJSON(src []byte) error

func (*NullableProbableCauseOneOf) Unset ¶ added in v1.18.0

func (v *NullableProbableCauseOneOf) Unset()

type NullableQOffsetRange ¶

type NullableQOffsetRange struct {
	// contains filtered or unexported fields
}

func NewNullableQOffsetRange ¶

func NewNullableQOffsetRange(val *QOffsetRange) *NullableQOffsetRange

func (NullableQOffsetRange) Get ¶

func (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 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 ¶ added in v1.18.0

type NullableRRMPolicyRatioSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func NewNullableRRMPolicyRatioSingleAllOfAttributes ¶ added in v1.18.0

func NewNullableRRMPolicyRatioSingleAllOfAttributes(val *RRMPolicyRatioSingleAllOfAttributes) *NullableRRMPolicyRatioSingleAllOfAttributes

func (NullableRRMPolicyRatioSingleAllOfAttributes) Get ¶ added in v1.18.0

func (NullableRRMPolicyRatioSingleAllOfAttributes) IsSet ¶ added in v1.18.0

func (NullableRRMPolicyRatioSingleAllOfAttributes) MarshalJSON ¶ added in v1.18.0

func (*NullableRRMPolicyRatioSingleAllOfAttributes) Set ¶ added in v1.18.0

func (*NullableRRMPolicyRatioSingleAllOfAttributes) UnmarshalJSON ¶ added in v1.18.0

func (v *NullableRRMPolicyRatioSingleAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullableRRMPolicyRatioSingleAllOfAttributes) Unset ¶ added in v1.18.0

type NullableRRMPolicyRatioSingleAllOfAttributesAllOf ¶ added in v1.18.0

type NullableRRMPolicyRatioSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableRRMPolicyRatioSingleAllOfAttributesAllOf) Get ¶ added in v1.18.0

func (NullableRRMPolicyRatioSingleAllOfAttributesAllOf) IsSet ¶ added in v1.18.0

func (NullableRRMPolicyRatioSingleAllOfAttributesAllOf) MarshalJSON ¶ added in v1.18.0

func (*NullableRRMPolicyRatioSingleAllOfAttributesAllOf) Set ¶ added in v1.18.0

func (*NullableRRMPolicyRatioSingleAllOfAttributesAllOf) UnmarshalJSON ¶ added in v1.18.0

func (*NullableRRMPolicyRatioSingleAllOfAttributesAllOf) Unset ¶ added in v1.18.0

type NullableRSSetType ¶

type NullableRSSetType struct {
	// contains filtered or unexported fields
}

func NewNullableRSSetType ¶

func NewNullableRSSetType(val *RSSetType) *NullableRSSetType

func (NullableRSSetType) Get ¶

func (v NullableRSSetType) Get() *RSSetType

func (NullableRSSetType) IsSet ¶

func (v NullableRSSetType) IsSet() bool

func (NullableRSSetType) MarshalJSON ¶

func (v NullableRSSetType) MarshalJSON() ([]byte, error)

func (*NullableRSSetType) Set ¶

func (v *NullableRSSetType) Set(val *RSSetType)

func (*NullableRSSetType) UnmarshalJSON ¶

func (v *NullableRSSetType) UnmarshalJSON(src []byte) error

func (*NullableRSSetType) Unset ¶

func (v *NullableRSSetType) Unset()

type NullableRegistrationState ¶

type NullableRegistrationState struct {
	// contains filtered or unexported fields
}

func NewNullableRegistrationState ¶

func NewNullableRegistrationState(val *RegistrationState) *NullableRegistrationState

func (NullableRegistrationState) Get ¶

func (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 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 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 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 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 NullableScope ¶

type NullableScope struct {
	// contains filtered or unexported fields
}

func NewNullableScope ¶

func NewNullableScope(val *Scope) *NullableScope

func (NullableScope) Get ¶

func (v NullableScope) Get() *Scope

func (NullableScope) IsSet ¶

func (v NullableScope) IsSet() bool

func (NullableScope) MarshalJSON ¶

func (v NullableScope) MarshalJSON() ([]byte, error)

func (*NullableScope) Set ¶

func (v *NullableScope) Set(val *Scope)

func (*NullableScope) UnmarshalJSON ¶

func (v *NullableScope) UnmarshalJSON(src []byte) error

func (*NullableScope) Unset ¶

func (v *NullableScope) Unset()

type NullableSequenceDomainPara ¶

type NullableSequenceDomainPara struct {
	// contains filtered or unexported fields
}

func NewNullableSequenceDomainPara ¶

func NewNullableSequenceDomainPara(val *SequenceDomainPara) *NullableSequenceDomainPara

func (NullableSequenceDomainPara) Get ¶

func (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 NullableSnssai ¶

type NullableSnssai struct {
	// contains filtered or unexported fields
}

func NewNullableSnssai ¶

func NewNullableSnssai(val *Snssai) *NullableSnssai

func (NullableSnssai) Get ¶

func (v NullableSnssai) Get() *Snssai

func (NullableSnssai) IsSet ¶

func (v NullableSnssai) IsSet() bool

func (NullableSnssai) MarshalJSON ¶

func (v NullableSnssai) MarshalJSON() ([]byte, error)

func (*NullableSnssai) Set ¶

func (v *NullableSnssai) Set(val *Snssai)

func (*NullableSnssai) UnmarshalJSON ¶

func (v *NullableSnssai) UnmarshalJSON(src []byte) error

func (*NullableSnssai) Unset ¶

func (v *NullableSnssai) Unset()

type NullableSpecificProblem ¶

type NullableSpecificProblem struct {
	// contains filtered or unexported fields
}

func NewNullableSpecificProblem ¶

func NewNullableSpecificProblem(val *SpecificProblem) *NullableSpecificProblem

func (NullableSpecificProblem) Get ¶

func (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 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 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 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 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 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 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 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 NullableTop ¶

type NullableTop struct {
	// contains filtered or unexported fields
}

func NewNullableTop ¶

func NewNullableTop(val *Top) *NullableTop

func (NullableTop) Get ¶

func (v NullableTop) Get() *Top

func (NullableTop) IsSet ¶

func (v NullableTop) IsSet() bool

func (NullableTop) MarshalJSON ¶

func (v NullableTop) MarshalJSON() ([]byte, error)

func (*NullableTop) Set ¶

func (v *NullableTop) Set(val *Top)

func (*NullableTop) UnmarshalJSON ¶

func (v *NullableTop) UnmarshalJSON(src []byte) error

func (*NullableTop) Unset ¶

func (v *NullableTop) Unset()

type NullableTraceDepthType ¶

type NullableTraceDepthType struct {
	// contains filtered or unexported fields
}

func NewNullableTraceDepthType ¶

func NewNullableTraceDepthType(val *TraceDepthType) *NullableTraceDepthType

func (NullableTraceDepthType) Get ¶

func (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 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 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 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 NullableUsageState ¶

type NullableUsageState struct {
	// contains filtered or unexported fields
}

func NewNullableUsageState ¶

func NewNullableUsageState(val *UsageState) *NullableUsageState

func (NullableUsageState) Get ¶

func (v NullableUsageState) Get() *UsageState

func (NullableUsageState) IsSet ¶

func (v NullableUsageState) IsSet() bool

func (NullableUsageState) MarshalJSON ¶

func (v NullableUsageState) MarshalJSON() ([]byte, error)

func (*NullableUsageState) Set ¶

func (v *NullableUsageState) Set(val *UsageState)

func (*NullableUsageState) UnmarshalJSON ¶

func (v *NullableUsageState) UnmarshalJSON(src []byte) error

func (*NullableUsageState) Unset ¶

func (v *NullableUsageState) Unset()

type NullableVnfParameter ¶

type NullableVnfParameter struct {
	// contains filtered or unexported fields
}

func NewNullableVnfParameter ¶

func NewNullableVnfParameter(val *VnfParameter) *NullableVnfParameter

func (NullableVnfParameter) Get ¶

func (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 Operation ¶

type Operation struct {
	Name               *string             `json:"name,omitempty"`
	AllowedNFTypes     *NFType             `json:"allowedNFTypes,omitempty"`
	OperationSemantics *OperationSemantics `json:"operationSemantics,omitempty"`
}

Operation struct for Operation

func NewOperation ¶

func NewOperation() *Operation

NewOperation instantiates a new Operation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewOperationWithDefaults ¶

func NewOperationWithDefaults() *Operation

NewOperationWithDefaults instantiates a new Operation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Operation) GetAllowedNFTypes ¶

func (o *Operation) GetAllowedNFTypes() NFType

GetAllowedNFTypes returns the AllowedNFTypes field value if set, zero value otherwise.

func (*Operation) GetAllowedNFTypesOk ¶

func (o *Operation) 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 (*Operation) GetName ¶

func (o *Operation) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*Operation) GetNameOk ¶

func (o *Operation) 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 (*Operation) GetOperationSemantics ¶

func (o *Operation) GetOperationSemantics() OperationSemantics

GetOperationSemantics returns the OperationSemantics field value if set, zero value otherwise.

func (*Operation) GetOperationSemanticsOk ¶

func (o *Operation) GetOperationSemanticsOk() (*OperationSemantics, bool)

GetOperationSemanticsOk returns a tuple with the OperationSemantics field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Operation) HasAllowedNFTypes ¶

func (o *Operation) HasAllowedNFTypes() bool

HasAllowedNFTypes returns a boolean if a field has been set.

func (*Operation) HasName ¶

func (o *Operation) HasName() bool

HasName returns a boolean if a field has been set.

func (*Operation) HasOperationSemantics ¶

func (o *Operation) HasOperationSemantics() bool

HasOperationSemantics returns a boolean if a field has been set.

func (Operation) MarshalJSON ¶

func (o Operation) MarshalJSON() ([]byte, error)

func (*Operation) SetAllowedNFTypes ¶

func (o *Operation) SetAllowedNFTypes(v NFType)

SetAllowedNFTypes gets a reference to the given NFType and assigns it to the AllowedNFTypes field.

func (*Operation) SetName ¶

func (o *Operation) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*Operation) SetOperationSemantics ¶

func (o *Operation) SetOperationSemantics(v OperationSemantics)

SetOperationSemantics gets a reference to the given OperationSemantics and assigns it to the OperationSemantics field.

func (Operation) ToMap ¶

func (o Operation) 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 PacketErrorRate ¶

type PacketErrorRate struct {
	Scalar   *int32 `json:"scalar,omitempty"`
	Exponent *int32 `json:"exponent,omitempty"`
}

PacketErrorRate struct for PacketErrorRate

func NewPacketErrorRate ¶

func NewPacketErrorRate() *PacketErrorRate

NewPacketErrorRate instantiates a new PacketErrorRate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPacketErrorRateWithDefaults ¶

func NewPacketErrorRateWithDefaults() *PacketErrorRate

NewPacketErrorRateWithDefaults instantiates a new PacketErrorRate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PacketErrorRate) GetExponent ¶

func (o *PacketErrorRate) GetExponent() int32

GetExponent returns the Exponent field value if set, zero value otherwise.

func (*PacketErrorRate) GetExponentOk ¶

func (o *PacketErrorRate) GetExponentOk() (*int32, bool)

GetExponentOk returns a tuple with the Exponent field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PacketErrorRate) GetScalar ¶

func (o *PacketErrorRate) GetScalar() int32

GetScalar returns the Scalar field value if set, zero value otherwise.

func (*PacketErrorRate) GetScalarOk ¶

func (o *PacketErrorRate) GetScalarOk() (*int32, bool)

GetScalarOk returns a tuple with the Scalar field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PacketErrorRate) HasExponent ¶

func (o *PacketErrorRate) HasExponent() bool

HasExponent returns a boolean if a field has been set.

func (*PacketErrorRate) HasScalar ¶

func (o *PacketErrorRate) HasScalar() bool

HasScalar returns a boolean if a field has been set.

func (PacketErrorRate) MarshalJSON ¶

func (o PacketErrorRate) MarshalJSON() ([]byte, error)

func (*PacketErrorRate) SetExponent ¶

func (o *PacketErrorRate) SetExponent(v int32)

SetExponent gets a reference to the given int32 and assigns it to the Exponent field.

func (*PacketErrorRate) SetScalar ¶

func (o *PacketErrorRate) SetScalar(v int32)

SetScalar gets a reference to the given int32 and assigns it to the Scalar field.

func (PacketErrorRate) ToMap ¶

func (o PacketErrorRate) ToMap() (map[string]interface{}, error)

type ParameterRange ¶

type ParameterRange struct {
	MaxValue *int32 `json:"maxValue,omitempty"`
	MinValue *int32 `json:"minValue,omitempty"`
}

ParameterRange struct for ParameterRange

func NewParameterRange ¶

func NewParameterRange() *ParameterRange

NewParameterRange instantiates a new ParameterRange object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewParameterRangeWithDefaults ¶

func NewParameterRangeWithDefaults() *ParameterRange

NewParameterRangeWithDefaults instantiates a new ParameterRange object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ParameterRange) GetMaxValue ¶

func (o *ParameterRange) GetMaxValue() int32

GetMaxValue returns the MaxValue field value if set, zero value otherwise.

func (*ParameterRange) GetMaxValueOk ¶

func (o *ParameterRange) GetMaxValueOk() (*int32, bool)

GetMaxValueOk returns a tuple with the MaxValue field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterRange) GetMinValue ¶

func (o *ParameterRange) GetMinValue() int32

GetMinValue returns the MinValue field value if set, zero value otherwise.

func (*ParameterRange) GetMinValueOk ¶

func (o *ParameterRange) GetMinValueOk() (*int32, bool)

GetMinValueOk returns a tuple with the MinValue field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterRange) HasMaxValue ¶

func (o *ParameterRange) HasMaxValue() bool

HasMaxValue returns a boolean if a field has been set.

func (*ParameterRange) HasMinValue ¶

func (o *ParameterRange) HasMinValue() bool

HasMinValue returns a boolean if a field has been set.

func (ParameterRange) MarshalJSON ¶

func (o ParameterRange) MarshalJSON() ([]byte, error)

func (*ParameterRange) SetMaxValue ¶

func (o *ParameterRange) SetMaxValue(v int32)

SetMaxValue gets a reference to the given int32 and assigns it to the MaxValue field.

func (*ParameterRange) SetMinValue ¶

func (o *ParameterRange) SetMinValue(v int32)

SetMinValue gets a reference to the given int32 and assigns it to the MinValue field.

func (ParameterRange) ToMap ¶

func (o ParameterRange) ToMap() (map[string]interface{}, error)

type PeeParameter ¶

type PeeParameter struct {
	SiteIdentification *string  `json:"siteIdentification,omitempty"`
	SiteDescription    *string  `json:"siteDescription,omitempty"`
	SiteLatitude       *float32 `json:"siteLatitude,omitempty"`
	SiteLongitude      *float32 `json:"siteLongitude,omitempty"`
	SiteAltitude       *float32 `json:"siteAltitude,omitempty"`
	EquipmentType      *string  `json:"equipmentType,omitempty"`
	EnvironmentType    *string  `json:"environmentType,omitempty"`
	PowerInterface     *string  `json:"powerInterface,omitempty"`
}

PeeParameter struct for PeeParameter

func NewPeeParameter ¶

func NewPeeParameter() *PeeParameter

NewPeeParameter instantiates a new PeeParameter object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPeeParameterWithDefaults ¶

func NewPeeParameterWithDefaults() *PeeParameter

NewPeeParameterWithDefaults instantiates a new PeeParameter object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PeeParameter) GetEnvironmentType ¶

func (o *PeeParameter) GetEnvironmentType() string

GetEnvironmentType returns the EnvironmentType field value if set, zero value otherwise.

func (*PeeParameter) GetEnvironmentTypeOk ¶

func (o *PeeParameter) GetEnvironmentTypeOk() (*string, bool)

GetEnvironmentTypeOk returns a tuple with the EnvironmentType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PeeParameter) GetEquipmentType ¶

func (o *PeeParameter) GetEquipmentType() string

GetEquipmentType returns the EquipmentType field value if set, zero value otherwise.

func (*PeeParameter) GetEquipmentTypeOk ¶

func (o *PeeParameter) GetEquipmentTypeOk() (*string, bool)

GetEquipmentTypeOk returns a tuple with the EquipmentType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PeeParameter) GetPowerInterface ¶

func (o *PeeParameter) GetPowerInterface() string

GetPowerInterface returns the PowerInterface field value if set, zero value otherwise.

func (*PeeParameter) GetPowerInterfaceOk ¶

func (o *PeeParameter) GetPowerInterfaceOk() (*string, bool)

GetPowerInterfaceOk returns a tuple with the PowerInterface field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PeeParameter) GetSiteAltitude ¶

func (o *PeeParameter) GetSiteAltitude() float32

GetSiteAltitude returns the SiteAltitude field value if set, zero value otherwise.

func (*PeeParameter) GetSiteAltitudeOk ¶

func (o *PeeParameter) GetSiteAltitudeOk() (*float32, bool)

GetSiteAltitudeOk returns a tuple with the SiteAltitude field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PeeParameter) GetSiteDescription ¶

func (o *PeeParameter) GetSiteDescription() string

GetSiteDescription returns the SiteDescription field value if set, zero value otherwise.

func (*PeeParameter) GetSiteDescriptionOk ¶

func (o *PeeParameter) GetSiteDescriptionOk() (*string, bool)

GetSiteDescriptionOk returns a tuple with the SiteDescription field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PeeParameter) GetSiteIdentification ¶

func (o *PeeParameter) GetSiteIdentification() string

GetSiteIdentification returns the SiteIdentification field value if set, zero value otherwise.

func (*PeeParameter) GetSiteIdentificationOk ¶

func (o *PeeParameter) GetSiteIdentificationOk() (*string, bool)

GetSiteIdentificationOk returns a tuple with the SiteIdentification field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PeeParameter) GetSiteLatitude ¶

func (o *PeeParameter) GetSiteLatitude() float32

GetSiteLatitude returns the SiteLatitude field value if set, zero value otherwise.

func (*PeeParameter) GetSiteLatitudeOk ¶

func (o *PeeParameter) GetSiteLatitudeOk() (*float32, bool)

GetSiteLatitudeOk returns a tuple with the SiteLatitude field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PeeParameter) GetSiteLongitude ¶

func (o *PeeParameter) GetSiteLongitude() float32

GetSiteLongitude returns the SiteLongitude field value if set, zero value otherwise.

func (*PeeParameter) GetSiteLongitudeOk ¶

func (o *PeeParameter) GetSiteLongitudeOk() (*float32, bool)

GetSiteLongitudeOk returns a tuple with the SiteLongitude field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PeeParameter) HasEnvironmentType ¶

func (o *PeeParameter) HasEnvironmentType() bool

HasEnvironmentType returns a boolean if a field has been set.

func (*PeeParameter) HasEquipmentType ¶

func (o *PeeParameter) HasEquipmentType() bool

HasEquipmentType returns a boolean if a field has been set.

func (*PeeParameter) HasPowerInterface ¶

func (o *PeeParameter) HasPowerInterface() bool

HasPowerInterface returns a boolean if a field has been set.

func (*PeeParameter) HasSiteAltitude ¶

func (o *PeeParameter) HasSiteAltitude() bool

HasSiteAltitude returns a boolean if a field has been set.

func (*PeeParameter) HasSiteDescription ¶

func (o *PeeParameter) HasSiteDescription() bool

HasSiteDescription returns a boolean if a field has been set.

func (*PeeParameter) HasSiteIdentification ¶

func (o *PeeParameter) HasSiteIdentification() bool

HasSiteIdentification returns a boolean if a field has been set.

func (*PeeParameter) HasSiteLatitude ¶

func (o *PeeParameter) HasSiteLatitude() bool

HasSiteLatitude returns a boolean if a field has been set.

func (*PeeParameter) HasSiteLongitude ¶

func (o *PeeParameter) HasSiteLongitude() bool

HasSiteLongitude returns a boolean if a field has been set.

func (PeeParameter) MarshalJSON ¶

func (o PeeParameter) MarshalJSON() ([]byte, error)

func (*PeeParameter) SetEnvironmentType ¶

func (o *PeeParameter) SetEnvironmentType(v string)

SetEnvironmentType gets a reference to the given string and assigns it to the EnvironmentType field.

func (*PeeParameter) SetEquipmentType ¶

func (o *PeeParameter) SetEquipmentType(v string)

SetEquipmentType gets a reference to the given string and assigns it to the EquipmentType field.

func (*PeeParameter) SetPowerInterface ¶

func (o *PeeParameter) SetPowerInterface(v string)

SetPowerInterface gets a reference to the given string and assigns it to the PowerInterface field.

func (*PeeParameter) SetSiteAltitude ¶

func (o *PeeParameter) SetSiteAltitude(v float32)

SetSiteAltitude gets a reference to the given float32 and assigns it to the SiteAltitude field.

func (*PeeParameter) SetSiteDescription ¶

func (o *PeeParameter) SetSiteDescription(v string)

SetSiteDescription gets a reference to the given string and assigns it to the SiteDescription field.

func (*PeeParameter) SetSiteIdentification ¶

func (o *PeeParameter) SetSiteIdentification(v string)

SetSiteIdentification gets a reference to the given string and assigns it to the SiteIdentification field.

func (*PeeParameter) SetSiteLatitude ¶

func (o *PeeParameter) SetSiteLatitude(v float32)

SetSiteLatitude gets a reference to the given float32 and assigns it to the SiteLatitude field.

func (*PeeParameter) SetSiteLongitude ¶

func (o *PeeParameter) SetSiteLongitude(v float32)

SetSiteLongitude gets a reference to the given float32 and assigns it to the SiteLongitude field.

func (PeeParameter) ToMap ¶

func (o PeeParameter) ToMap() (map[string]interface{}, error)

type PerceivedSeverity ¶

type PerceivedSeverity string

PerceivedSeverity the model 'PerceivedSeverity'

const (
	INDETERMINATE PerceivedSeverity = "INDETERMINATE"
	CRITICAL      PerceivedSeverity = "CRITICAL"
	MAJOR         PerceivedSeverity = "MAJOR"
	MINOR         PerceivedSeverity = "MINOR"
	WARNING       PerceivedSeverity = "WARNING"
	CLEARED       PerceivedSeverity = "CLEARED"
)

List of PerceivedSeverity

func NewPerceivedSeverityFromValue ¶

func NewPerceivedSeverityFromValue(v string) (*PerceivedSeverity, error)

NewPerceivedSeverityFromValue returns a pointer to a valid PerceivedSeverity for the value passed as argument, or an error if the value passed is not allowed by the enum

func (PerceivedSeverity) IsValid ¶

func (v PerceivedSeverity) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (PerceivedSeverity) Ptr ¶

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 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 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 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 ProbableCause ¶

type ProbableCause struct {
	ProbableCauseOneOf *ProbableCauseOneOf
	Int32              *int32
}

ProbableCause - The value of the probable cause may be a specific standardized string, or any vendor provided string. Probable cause strings are not standardized in the present document. They may be added in a future version. Up to then the mapping of the generic probable cause strings \"PROBABLE_CAUSE_001\" to \"PROBABLE_CAUSE_005\" is vendor specific. The value of the probable cause may also be an integer. The mapping of integer values to probable causes is vendor specific.

func Int32AsProbableCause ¶

func Int32AsProbableCause(v *int32) ProbableCause

int32AsProbableCause is a convenience function that returns int32 wrapped in ProbableCause

func ProbableCauseOneOfAsProbableCause ¶ added in v1.18.0

func ProbableCauseOneOfAsProbableCause(v *ProbableCauseOneOf) ProbableCause

ProbableCauseOneOfAsProbableCause is a convenience function that returns ProbableCauseOneOf wrapped in ProbableCause

func (*ProbableCause) GetActualInstance ¶

func (obj *ProbableCause) GetActualInstance() interface{}

Get the actual instance

func (ProbableCause) MarshalJSON ¶

func (src ProbableCause) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*ProbableCause) UnmarshalJSON ¶

func (dst *ProbableCause) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type ProbableCauseOneOf ¶ added in v1.18.0

type ProbableCauseOneOf struct {
	String *string
}

ProbableCauseOneOf struct for ProbableCauseOneOf

func (*ProbableCauseOneOf) MarshalJSON ¶ added in v1.18.0

func (src *ProbableCauseOneOf) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*ProbableCauseOneOf) UnmarshalJSON ¶ added in v1.18.0

func (dst *ProbableCauseOneOf) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type QOffsetRange ¶

type QOffsetRange int32

QOffsetRange the model 'QOffsetRange'

func NewQOffsetRangeFromValue ¶

func NewQOffsetRangeFromValue(v int32) (*QOffsetRange, error)

NewQOffsetRangeFromValue returns a pointer to a valid QOffsetRange for the value passed as argument, or an error if the value passed is not allowed by the enum

func (QOffsetRange) IsValid ¶

func (v QOffsetRange) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (QOffsetRange) Ptr ¶

func (v QOffsetRange) Ptr() *QOffsetRange

Ptr returns reference to QOffsetRange value

func (*QOffsetRange) UnmarshalJSON ¶

func (v *QOffsetRange) UnmarshalJSON(src []byte) error

type QOffsetRangeList ¶

type QOffsetRangeList struct {
	RsrpOffsetSSB   *QOffsetRange `json:"rsrpOffsetSSB,omitempty"`
	RsrqOffsetSSB   *QOffsetRange `json:"rsrqOffsetSSB,omitempty"`
	SinrOffsetSSB   *QOffsetRange `json:"sinrOffsetSSB,omitempty"`
	RsrpOffsetCSIRS *QOffsetRange `json:"rsrpOffsetCSI-RS,omitempty"`
	RsrqOffsetCSIRS *QOffsetRange `json:"rsrqOffsetCSI-RS,omitempty"`
	SinrOffsetCSIRS *QOffsetRange `json:"sinrOffsetCSI-RS,omitempty"`
}

QOffsetRangeList struct for QOffsetRangeList

func NewQOffsetRangeList ¶

func NewQOffsetRangeList() *QOffsetRangeList

NewQOffsetRangeList instantiates a new QOffsetRangeList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewQOffsetRangeListWithDefaults ¶

func NewQOffsetRangeListWithDefaults() *QOffsetRangeList

NewQOffsetRangeListWithDefaults instantiates a new QOffsetRangeList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*QOffsetRangeList) GetRsrpOffsetCSIRS ¶

func (o *QOffsetRangeList) GetRsrpOffsetCSIRS() QOffsetRange

GetRsrpOffsetCSIRS returns the RsrpOffsetCSIRS field value if set, zero value otherwise.

func (*QOffsetRangeList) GetRsrpOffsetCSIRSOk ¶

func (o *QOffsetRangeList) GetRsrpOffsetCSIRSOk() (*QOffsetRange, bool)

GetRsrpOffsetCSIRSOk returns a tuple with the RsrpOffsetCSIRS field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QOffsetRangeList) GetRsrpOffsetSSB ¶

func (o *QOffsetRangeList) GetRsrpOffsetSSB() QOffsetRange

GetRsrpOffsetSSB returns the RsrpOffsetSSB field value if set, zero value otherwise.

func (*QOffsetRangeList) GetRsrpOffsetSSBOk ¶

func (o *QOffsetRangeList) GetRsrpOffsetSSBOk() (*QOffsetRange, bool)

GetRsrpOffsetSSBOk returns a tuple with the RsrpOffsetSSB field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QOffsetRangeList) GetRsrqOffsetCSIRS ¶

func (o *QOffsetRangeList) GetRsrqOffsetCSIRS() QOffsetRange

GetRsrqOffsetCSIRS returns the RsrqOffsetCSIRS field value if set, zero value otherwise.

func (*QOffsetRangeList) GetRsrqOffsetCSIRSOk ¶

func (o *QOffsetRangeList) GetRsrqOffsetCSIRSOk() (*QOffsetRange, bool)

GetRsrqOffsetCSIRSOk returns a tuple with the RsrqOffsetCSIRS field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QOffsetRangeList) GetRsrqOffsetSSB ¶

func (o *QOffsetRangeList) GetRsrqOffsetSSB() QOffsetRange

GetRsrqOffsetSSB returns the RsrqOffsetSSB field value if set, zero value otherwise.

func (*QOffsetRangeList) GetRsrqOffsetSSBOk ¶

func (o *QOffsetRangeList) GetRsrqOffsetSSBOk() (*QOffsetRange, bool)

GetRsrqOffsetSSBOk returns a tuple with the RsrqOffsetSSB field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QOffsetRangeList) GetSinrOffsetCSIRS ¶

func (o *QOffsetRangeList) GetSinrOffsetCSIRS() QOffsetRange

GetSinrOffsetCSIRS returns the SinrOffsetCSIRS field value if set, zero value otherwise.

func (*QOffsetRangeList) GetSinrOffsetCSIRSOk ¶

func (o *QOffsetRangeList) GetSinrOffsetCSIRSOk() (*QOffsetRange, bool)

GetSinrOffsetCSIRSOk returns a tuple with the SinrOffsetCSIRS field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QOffsetRangeList) GetSinrOffsetSSB ¶

func (o *QOffsetRangeList) GetSinrOffsetSSB() QOffsetRange

GetSinrOffsetSSB returns the SinrOffsetSSB field value if set, zero value otherwise.

func (*QOffsetRangeList) GetSinrOffsetSSBOk ¶

func (o *QOffsetRangeList) GetSinrOffsetSSBOk() (*QOffsetRange, bool)

GetSinrOffsetSSBOk returns a tuple with the SinrOffsetSSB field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QOffsetRangeList) HasRsrpOffsetCSIRS ¶

func (o *QOffsetRangeList) HasRsrpOffsetCSIRS() bool

HasRsrpOffsetCSIRS returns a boolean if a field has been set.

func (*QOffsetRangeList) HasRsrpOffsetSSB ¶

func (o *QOffsetRangeList) HasRsrpOffsetSSB() bool

HasRsrpOffsetSSB returns a boolean if a field has been set.

func (*QOffsetRangeList) HasRsrqOffsetCSIRS ¶

func (o *QOffsetRangeList) HasRsrqOffsetCSIRS() bool

HasRsrqOffsetCSIRS returns a boolean if a field has been set.

func (*QOffsetRangeList) HasRsrqOffsetSSB ¶

func (o *QOffsetRangeList) HasRsrqOffsetSSB() bool

HasRsrqOffsetSSB returns a boolean if a field has been set.

func (*QOffsetRangeList) HasSinrOffsetCSIRS ¶

func (o *QOffsetRangeList) HasSinrOffsetCSIRS() bool

HasSinrOffsetCSIRS returns a boolean if a field has been set.

func (*QOffsetRangeList) HasSinrOffsetSSB ¶

func (o *QOffsetRangeList) HasSinrOffsetSSB() bool

HasSinrOffsetSSB returns a boolean if a field has been set.

func (QOffsetRangeList) MarshalJSON ¶

func (o QOffsetRangeList) MarshalJSON() ([]byte, error)

func (*QOffsetRangeList) SetRsrpOffsetCSIRS ¶

func (o *QOffsetRangeList) SetRsrpOffsetCSIRS(v QOffsetRange)

SetRsrpOffsetCSIRS gets a reference to the given QOffsetRange and assigns it to the RsrpOffsetCSIRS field.

func (*QOffsetRangeList) SetRsrpOffsetSSB ¶

func (o *QOffsetRangeList) SetRsrpOffsetSSB(v QOffsetRange)

SetRsrpOffsetSSB gets a reference to the given QOffsetRange and assigns it to the RsrpOffsetSSB field.

func (*QOffsetRangeList) SetRsrqOffsetCSIRS ¶

func (o *QOffsetRangeList) SetRsrqOffsetCSIRS(v QOffsetRange)

SetRsrqOffsetCSIRS gets a reference to the given QOffsetRange and assigns it to the RsrqOffsetCSIRS field.

func (*QOffsetRangeList) SetRsrqOffsetSSB ¶

func (o *QOffsetRangeList) SetRsrqOffsetSSB(v QOffsetRange)

SetRsrqOffsetSSB gets a reference to the given QOffsetRange and assigns it to the RsrqOffsetSSB field.

func (*QOffsetRangeList) SetSinrOffsetCSIRS ¶

func (o *QOffsetRangeList) SetSinrOffsetCSIRS(v QOffsetRange)

SetSinrOffsetCSIRS gets a reference to the given QOffsetRange and assigns it to the SinrOffsetCSIRS field.

func (*QOffsetRangeList) SetSinrOffsetSSB ¶

func (o *QOffsetRangeList) SetSinrOffsetSSB(v QOffsetRange)

SetSinrOffsetSSB gets a reference to the given QOffsetRange and assigns it to the SinrOffsetSSB field.

func (QOffsetRangeList) ToMap ¶

func (o QOffsetRangeList) ToMap() (map[string]interface{}, error)

type RRMPolicyRatioSingle ¶

type RRMPolicyRatioSingle struct {
	Top
	Attributes *RRMPolicyRatioSingleAllOfAttributes `json:"attributes,omitempty"`
}

RRMPolicyRatioSingle struct for RRMPolicyRatioSingle

func NewRRMPolicyRatioSingle ¶

func NewRRMPolicyRatioSingle(id NullableString) *RRMPolicyRatioSingle

NewRRMPolicyRatioSingle instantiates a new RRMPolicyRatioSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRRMPolicyRatioSingleWithDefaults ¶

func NewRRMPolicyRatioSingleWithDefaults() *RRMPolicyRatioSingle

NewRRMPolicyRatioSingleWithDefaults instantiates a new RRMPolicyRatioSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RRMPolicyRatioSingle) GetAttributes ¶

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 ¶ added in v1.18.0

type RRMPolicyRatioSingleAllOfAttributes struct {
	RrmPolicyAttr
	RRMPolicyMaxRatio       *int32 `json:"rRMPolicyMaxRatio,omitempty"`
	RRMPolicyMinRatio       *int32 `json:"rRMPolicyMinRatio,omitempty"`
	RRMPolicyDedicatedRatio *int32 `json:"rRMPolicyDedicatedRatio,omitempty"`
}

RRMPolicyRatioSingleAllOfAttributes struct for RRMPolicyRatioSingleAllOfAttributes

func NewRRMPolicyRatioSingleAllOfAttributes ¶ added in v1.18.0

func NewRRMPolicyRatioSingleAllOfAttributes() *RRMPolicyRatioSingleAllOfAttributes

NewRRMPolicyRatioSingleAllOfAttributes instantiates a new RRMPolicyRatioSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRRMPolicyRatioSingleAllOfAttributesWithDefaults ¶ added in v1.18.0

func NewRRMPolicyRatioSingleAllOfAttributesWithDefaults() *RRMPolicyRatioSingleAllOfAttributes

NewRRMPolicyRatioSingleAllOfAttributesWithDefaults instantiates a new RRMPolicyRatioSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RRMPolicyRatioSingleAllOfAttributes) GetRRMPolicyDedicatedRatio ¶ added in v1.18.0

func (o *RRMPolicyRatioSingleAllOfAttributes) GetRRMPolicyDedicatedRatio() int32

GetRRMPolicyDedicatedRatio returns the RRMPolicyDedicatedRatio field value if set, zero value otherwise.

func (*RRMPolicyRatioSingleAllOfAttributes) GetRRMPolicyDedicatedRatioOk ¶ added in v1.18.0

func (o *RRMPolicyRatioSingleAllOfAttributes) GetRRMPolicyDedicatedRatioOk() (*int32, bool)

GetRRMPolicyDedicatedRatioOk returns a tuple with the RRMPolicyDedicatedRatio field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RRMPolicyRatioSingleAllOfAttributes) GetRRMPolicyMaxRatio ¶ added in v1.18.0

func (o *RRMPolicyRatioSingleAllOfAttributes) GetRRMPolicyMaxRatio() int32

GetRRMPolicyMaxRatio returns the RRMPolicyMaxRatio field value if set, zero value otherwise.

func (*RRMPolicyRatioSingleAllOfAttributes) GetRRMPolicyMaxRatioOk ¶ added in v1.18.0

func (o *RRMPolicyRatioSingleAllOfAttributes) GetRRMPolicyMaxRatioOk() (*int32, bool)

GetRRMPolicyMaxRatioOk returns a tuple with the RRMPolicyMaxRatio field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RRMPolicyRatioSingleAllOfAttributes) GetRRMPolicyMinRatio ¶ added in v1.18.0

func (o *RRMPolicyRatioSingleAllOfAttributes) GetRRMPolicyMinRatio() int32

GetRRMPolicyMinRatio returns the RRMPolicyMinRatio field value if set, zero value otherwise.

func (*RRMPolicyRatioSingleAllOfAttributes) GetRRMPolicyMinRatioOk ¶ added in v1.18.0

func (o *RRMPolicyRatioSingleAllOfAttributes) GetRRMPolicyMinRatioOk() (*int32, bool)

GetRRMPolicyMinRatioOk returns a tuple with the RRMPolicyMinRatio field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RRMPolicyRatioSingleAllOfAttributes) HasRRMPolicyDedicatedRatio ¶ added in v1.18.0

func (o *RRMPolicyRatioSingleAllOfAttributes) HasRRMPolicyDedicatedRatio() bool

HasRRMPolicyDedicatedRatio returns a boolean if a field has been set.

func (*RRMPolicyRatioSingleAllOfAttributes) HasRRMPolicyMaxRatio ¶ added in v1.18.0

func (o *RRMPolicyRatioSingleAllOfAttributes) HasRRMPolicyMaxRatio() bool

HasRRMPolicyMaxRatio returns a boolean if a field has been set.

func (*RRMPolicyRatioSingleAllOfAttributes) HasRRMPolicyMinRatio ¶ added in v1.18.0

func (o *RRMPolicyRatioSingleAllOfAttributes) HasRRMPolicyMinRatio() bool

HasRRMPolicyMinRatio returns a boolean if a field has been set.

func (RRMPolicyRatioSingleAllOfAttributes) MarshalJSON ¶ added in v1.18.0

func (o RRMPolicyRatioSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*RRMPolicyRatioSingleAllOfAttributes) SetRRMPolicyDedicatedRatio ¶ added in v1.18.0

func (o *RRMPolicyRatioSingleAllOfAttributes) SetRRMPolicyDedicatedRatio(v int32)

SetRRMPolicyDedicatedRatio gets a reference to the given int32 and assigns it to the RRMPolicyDedicatedRatio field.

func (*RRMPolicyRatioSingleAllOfAttributes) SetRRMPolicyMaxRatio ¶ added in v1.18.0

func (o *RRMPolicyRatioSingleAllOfAttributes) SetRRMPolicyMaxRatio(v int32)

SetRRMPolicyMaxRatio gets a reference to the given int32 and assigns it to the RRMPolicyMaxRatio field.

func (*RRMPolicyRatioSingleAllOfAttributes) SetRRMPolicyMinRatio ¶ added in v1.18.0

func (o *RRMPolicyRatioSingleAllOfAttributes) SetRRMPolicyMinRatio(v int32)

SetRRMPolicyMinRatio gets a reference to the given int32 and assigns it to the RRMPolicyMinRatio field.

func (RRMPolicyRatioSingleAllOfAttributes) ToMap ¶ added in v1.18.0

func (o RRMPolicyRatioSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type RRMPolicyRatioSingleAllOfAttributesAllOf ¶ added in v1.18.0

type RRMPolicyRatioSingleAllOfAttributesAllOf struct {
	RRMPolicyMaxRatio       *int32 `json:"rRMPolicyMaxRatio,omitempty"`
	RRMPolicyMinRatio       *int32 `json:"rRMPolicyMinRatio,omitempty"`
	RRMPolicyDedicatedRatio *int32 `json:"rRMPolicyDedicatedRatio,omitempty"`
}

RRMPolicyRatioSingleAllOfAttributesAllOf struct for RRMPolicyRatioSingleAllOfAttributesAllOf

func NewRRMPolicyRatioSingleAllOfAttributesAllOf ¶ added in v1.18.0

func NewRRMPolicyRatioSingleAllOfAttributesAllOf() *RRMPolicyRatioSingleAllOfAttributesAllOf

NewRRMPolicyRatioSingleAllOfAttributesAllOf instantiates a new RRMPolicyRatioSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRRMPolicyRatioSingleAllOfAttributesAllOfWithDefaults ¶ added in v1.18.0

func NewRRMPolicyRatioSingleAllOfAttributesAllOfWithDefaults() *RRMPolicyRatioSingleAllOfAttributesAllOf

NewRRMPolicyRatioSingleAllOfAttributesAllOfWithDefaults instantiates a new RRMPolicyRatioSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RRMPolicyRatioSingleAllOfAttributesAllOf) GetRRMPolicyDedicatedRatio ¶ added in v1.18.0

func (o *RRMPolicyRatioSingleAllOfAttributesAllOf) GetRRMPolicyDedicatedRatio() int32

GetRRMPolicyDedicatedRatio returns the RRMPolicyDedicatedRatio field value if set, zero value otherwise.

func (*RRMPolicyRatioSingleAllOfAttributesAllOf) GetRRMPolicyDedicatedRatioOk ¶ added in v1.18.0

func (o *RRMPolicyRatioSingleAllOfAttributesAllOf) GetRRMPolicyDedicatedRatioOk() (*int32, bool)

GetRRMPolicyDedicatedRatioOk returns a tuple with the RRMPolicyDedicatedRatio field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RRMPolicyRatioSingleAllOfAttributesAllOf) GetRRMPolicyMaxRatio ¶ added in v1.18.0

func (o *RRMPolicyRatioSingleAllOfAttributesAllOf) GetRRMPolicyMaxRatio() int32

GetRRMPolicyMaxRatio returns the RRMPolicyMaxRatio field value if set, zero value otherwise.

func (*RRMPolicyRatioSingleAllOfAttributesAllOf) GetRRMPolicyMaxRatioOk ¶ added in v1.18.0

func (o *RRMPolicyRatioSingleAllOfAttributesAllOf) GetRRMPolicyMaxRatioOk() (*int32, bool)

GetRRMPolicyMaxRatioOk returns a tuple with the RRMPolicyMaxRatio field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RRMPolicyRatioSingleAllOfAttributesAllOf) GetRRMPolicyMinRatio ¶ added in v1.18.0

func (o *RRMPolicyRatioSingleAllOfAttributesAllOf) GetRRMPolicyMinRatio() int32

GetRRMPolicyMinRatio returns the RRMPolicyMinRatio field value if set, zero value otherwise.

func (*RRMPolicyRatioSingleAllOfAttributesAllOf) GetRRMPolicyMinRatioOk ¶ added in v1.18.0

func (o *RRMPolicyRatioSingleAllOfAttributesAllOf) GetRRMPolicyMinRatioOk() (*int32, bool)

GetRRMPolicyMinRatioOk returns a tuple with the RRMPolicyMinRatio field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RRMPolicyRatioSingleAllOfAttributesAllOf) HasRRMPolicyDedicatedRatio ¶ added in v1.18.0

func (o *RRMPolicyRatioSingleAllOfAttributesAllOf) HasRRMPolicyDedicatedRatio() bool

HasRRMPolicyDedicatedRatio returns a boolean if a field has been set.

func (*RRMPolicyRatioSingleAllOfAttributesAllOf) HasRRMPolicyMaxRatio ¶ added in v1.18.0

func (o *RRMPolicyRatioSingleAllOfAttributesAllOf) HasRRMPolicyMaxRatio() bool

HasRRMPolicyMaxRatio returns a boolean if a field has been set.

func (*RRMPolicyRatioSingleAllOfAttributesAllOf) HasRRMPolicyMinRatio ¶ added in v1.18.0

func (o *RRMPolicyRatioSingleAllOfAttributesAllOf) HasRRMPolicyMinRatio() bool

HasRRMPolicyMinRatio returns a boolean if a field has been set.

func (RRMPolicyRatioSingleAllOfAttributesAllOf) MarshalJSON ¶ added in v1.18.0

func (*RRMPolicyRatioSingleAllOfAttributesAllOf) SetRRMPolicyDedicatedRatio ¶ added in v1.18.0

func (o *RRMPolicyRatioSingleAllOfAttributesAllOf) SetRRMPolicyDedicatedRatio(v int32)

SetRRMPolicyDedicatedRatio gets a reference to the given int32 and assigns it to the RRMPolicyDedicatedRatio field.

func (*RRMPolicyRatioSingleAllOfAttributesAllOf) SetRRMPolicyMaxRatio ¶ added in v1.18.0

func (o *RRMPolicyRatioSingleAllOfAttributesAllOf) SetRRMPolicyMaxRatio(v int32)

SetRRMPolicyMaxRatio gets a reference to the given int32 and assigns it to the RRMPolicyMaxRatio field.

func (*RRMPolicyRatioSingleAllOfAttributesAllOf) SetRRMPolicyMinRatio ¶ added in v1.18.0

func (o *RRMPolicyRatioSingleAllOfAttributesAllOf) SetRRMPolicyMinRatio(v int32)

SetRRMPolicyMinRatio gets a reference to the given int32 and assigns it to the RRMPolicyMinRatio field.

func (RRMPolicyRatioSingleAllOfAttributesAllOf) ToMap ¶ added in v1.18.0

func (o RRMPolicyRatioSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)

type RSSetType ¶

type RSSetType string

RSSetType the model 'RSSetType'

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 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 ResourceType ¶

type ResourceType string

ResourceType the model 'ResourceType'

const (
	PRB    ResourceType = "PRB"
	PRB_UL ResourceType = "PRB_UL"
	PRB_DL ResourceType = "PRB_DL"
	RRC    ResourceType = "RRC"
	DRB    ResourceType = "DRB"
)

List of ResourceType

func NewResourceTypeFromValue ¶

func NewResourceTypeFromValue(v string) (*ResourceType, error)

NewResourceTypeFromValue returns a pointer to a valid ResourceType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (ResourceType) IsValid ¶

func (v ResourceType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (ResourceType) Ptr ¶

func (v ResourceType) Ptr() *ResourceType

Ptr returns reference to ResourceType value

func (*ResourceType) UnmarshalJSON ¶

func (v *ResourceType) UnmarshalJSON(src []byte) error

type ResourcesNrNrm ¶

type ResourcesNrNrm struct {
	BWPSetSingle                         *BWPSetSingle
	BeamSingle                           *BeamSingle
	BwpSingle                            *BwpSingle
	CCOFunctionSingle                    *CCOFunctionSingle
	CCOOvershootCoverageParametersSingle *CCOOvershootCoverageParametersSingle
	CCOPilotPollutionParametersSingle    *CCOPilotPollutionParametersSingle
	CCOWeakCoverageParametersSingle      *CCOWeakCoverageParametersSingle
	CESManagementFunctionSingle          *CESManagementFunctionSingle
	CPCIConfigurationFunctionSingle      *CPCIConfigurationFunctionSingle
	CommonBeamformingFunctionSingle      *CommonBeamformingFunctionSingle
	DANRManagementFunctionSingle         *DANRManagementFunctionSingle
	DESManagementFunctionSingle          *DESManagementFunctionSingle
	DLBOFunctionSingle                   *DLBOFunctionSingle
	DMROFunctionSingle                   *DMROFunctionSingle
	DPCIConfigurationFunctionSingle      *DPCIConfigurationFunctionSingle
	DRACHOptimizationFunctionSingle      *DRACHOptimizationFunctionSingle
	EPE1Single                           *EPE1Single
	EPF1CSingle                          *EPF1CSingle
	EPF1USingle                          *EPF1USingle
	EPNgCSingle                          *EPNgCSingle
	EPNgUSingle                          *EPNgUSingle
	EPS1USingle                          *EPS1USingle
	EPX2CSingle                          *EPX2CSingle
	EPX2USingle                          *EPX2USingle
	EPXnCSingle                          *EPXnCSingle
	EPXnUSingle                          *EPXnUSingle
	EUtranCellRelationSingle             *EUtranCellRelationSingle
	EUtranFreqRelationSingle             *EUtranFreqRelationSingle
	EUtranFrequencySingle                *EUtranFrequencySingle
	ExternalENBFunctionSingle            *ExternalENBFunctionSingle
	ExternalEUTranCellSingle             *ExternalEUTranCellSingle
	ExternalGnbCuCpFunctionSingle        *ExternalGnbCuCpFunctionSingle
	ExternalGnbCuUpFunctionSingle        *ExternalGnbCuUpFunctionSingle
	ExternalGnbDuFunctionSingle          *ExternalGnbDuFunctionSingle
	ExternalNrCellCuSingle               *ExternalNrCellCuSingle
	GnbCuCpFunctionSingle                *GnbCuCpFunctionSingle
	GnbCuUpFunctionSingle                *GnbCuUpFunctionSingle
	GnbDuFunctionSingle                  *GnbDuFunctionSingle
	ManagedElementSingle                 *ManagedElementSingle
	MnS                                  *MnS
	NRCellRelationSingle                 *NRCellRelationSingle
	NRFreqRelationSingle                 *NRFreqRelationSingle
	NRFrequencySingle                    *NRFrequencySingle
	NrCellCuSingle                       *NrCellCuSingle
	NrCellDuSingle                       *NrCellDuSingle
	NrOperatorCellDuSingle               *NrOperatorCellDuSingle
	NrSectorCarrierSingle                *NrSectorCarrierSingle
	OperatorDuSingle                     *OperatorDuSingle
	RRMPolicyRatioSingle                 *RRMPolicyRatioSingle
	RimRSGlobalSingle                    *RimRSGlobalSingle
	RimRSSetSingle                       *RimRSSetSingle
	SubNetworkSingle                     *SubNetworkSingle
}

ResourcesNrNrm - struct for ResourcesNrNrm

func BWPSetSingleAsResourcesNrNrm ¶

func BWPSetSingleAsResourcesNrNrm(v *BWPSetSingle) ResourcesNrNrm

BWPSetSingleAsResourcesNrNrm is a convenience function that returns BWPSetSingle wrapped in ResourcesNrNrm

func BeamSingleAsResourcesNrNrm ¶

func BeamSingleAsResourcesNrNrm(v *BeamSingle) ResourcesNrNrm

BeamSingleAsResourcesNrNrm is a convenience function that returns BeamSingle wrapped in ResourcesNrNrm

func BwpSingleAsResourcesNrNrm ¶

func BwpSingleAsResourcesNrNrm(v *BwpSingle) ResourcesNrNrm

BwpSingleAsResourcesNrNrm is a convenience function that returns BwpSingle wrapped in ResourcesNrNrm

func CCOFunctionSingleAsResourcesNrNrm ¶

func CCOFunctionSingleAsResourcesNrNrm(v *CCOFunctionSingle) ResourcesNrNrm

CCOFunctionSingleAsResourcesNrNrm is a convenience function that returns CCOFunctionSingle wrapped in ResourcesNrNrm

func CCOOvershootCoverageParametersSingleAsResourcesNrNrm ¶

func CCOOvershootCoverageParametersSingleAsResourcesNrNrm(v *CCOOvershootCoverageParametersSingle) ResourcesNrNrm

CCOOvershootCoverageParametersSingleAsResourcesNrNrm is a convenience function that returns CCOOvershootCoverageParametersSingle wrapped in ResourcesNrNrm

func CCOPilotPollutionParametersSingleAsResourcesNrNrm ¶

func CCOPilotPollutionParametersSingleAsResourcesNrNrm(v *CCOPilotPollutionParametersSingle) ResourcesNrNrm

CCOPilotPollutionParametersSingleAsResourcesNrNrm is a convenience function that returns CCOPilotPollutionParametersSingle wrapped in ResourcesNrNrm

func CCOWeakCoverageParametersSingleAsResourcesNrNrm ¶

func CCOWeakCoverageParametersSingleAsResourcesNrNrm(v *CCOWeakCoverageParametersSingle) ResourcesNrNrm

CCOWeakCoverageParametersSingleAsResourcesNrNrm is a convenience function that returns CCOWeakCoverageParametersSingle wrapped in ResourcesNrNrm

func CESManagementFunctionSingleAsResourcesNrNrm ¶

func CESManagementFunctionSingleAsResourcesNrNrm(v *CESManagementFunctionSingle) ResourcesNrNrm

CESManagementFunctionSingleAsResourcesNrNrm is a convenience function that returns CESManagementFunctionSingle wrapped in ResourcesNrNrm

func CPCIConfigurationFunctionSingleAsResourcesNrNrm ¶

func CPCIConfigurationFunctionSingleAsResourcesNrNrm(v *CPCIConfigurationFunctionSingle) ResourcesNrNrm

CPCIConfigurationFunctionSingleAsResourcesNrNrm is a convenience function that returns CPCIConfigurationFunctionSingle wrapped in ResourcesNrNrm

func CommonBeamformingFunctionSingleAsResourcesNrNrm ¶

func CommonBeamformingFunctionSingleAsResourcesNrNrm(v *CommonBeamformingFunctionSingle) ResourcesNrNrm

CommonBeamformingFunctionSingleAsResourcesNrNrm is a convenience function that returns CommonBeamformingFunctionSingle wrapped in ResourcesNrNrm

func DANRManagementFunctionSingleAsResourcesNrNrm ¶

func DANRManagementFunctionSingleAsResourcesNrNrm(v *DANRManagementFunctionSingle) ResourcesNrNrm

DANRManagementFunctionSingleAsResourcesNrNrm is a convenience function that returns DANRManagementFunctionSingle wrapped in ResourcesNrNrm

func DESManagementFunctionSingleAsResourcesNrNrm ¶

func DESManagementFunctionSingleAsResourcesNrNrm(v *DESManagementFunctionSingle) ResourcesNrNrm

DESManagementFunctionSingleAsResourcesNrNrm is a convenience function that returns DESManagementFunctionSingle wrapped in ResourcesNrNrm

func DLBOFunctionSingleAsResourcesNrNrm ¶

func DLBOFunctionSingleAsResourcesNrNrm(v *DLBOFunctionSingle) ResourcesNrNrm

DLBOFunctionSingleAsResourcesNrNrm is a convenience function that returns DLBOFunctionSingle wrapped in ResourcesNrNrm

func DMROFunctionSingleAsResourcesNrNrm ¶

func DMROFunctionSingleAsResourcesNrNrm(v *DMROFunctionSingle) ResourcesNrNrm

DMROFunctionSingleAsResourcesNrNrm is a convenience function that returns DMROFunctionSingle wrapped in ResourcesNrNrm

func DPCIConfigurationFunctionSingleAsResourcesNrNrm ¶

func DPCIConfigurationFunctionSingleAsResourcesNrNrm(v *DPCIConfigurationFunctionSingle) ResourcesNrNrm

DPCIConfigurationFunctionSingleAsResourcesNrNrm is a convenience function that returns DPCIConfigurationFunctionSingle wrapped in ResourcesNrNrm

func DRACHOptimizationFunctionSingleAsResourcesNrNrm ¶

func DRACHOptimizationFunctionSingleAsResourcesNrNrm(v *DRACHOptimizationFunctionSingle) ResourcesNrNrm

DRACHOptimizationFunctionSingleAsResourcesNrNrm is a convenience function that returns DRACHOptimizationFunctionSingle wrapped in ResourcesNrNrm

func EPE1SingleAsResourcesNrNrm ¶

func EPE1SingleAsResourcesNrNrm(v *EPE1Single) ResourcesNrNrm

EPE1SingleAsResourcesNrNrm is a convenience function that returns EPE1Single wrapped in ResourcesNrNrm

func EPF1CSingleAsResourcesNrNrm ¶

func EPF1CSingleAsResourcesNrNrm(v *EPF1CSingle) ResourcesNrNrm

EPF1CSingleAsResourcesNrNrm is a convenience function that returns EPF1CSingle wrapped in ResourcesNrNrm

func EPF1USingleAsResourcesNrNrm ¶

func EPF1USingleAsResourcesNrNrm(v *EPF1USingle) ResourcesNrNrm

EPF1USingleAsResourcesNrNrm is a convenience function that returns EPF1USingle wrapped in ResourcesNrNrm

func EPNgCSingleAsResourcesNrNrm ¶

func EPNgCSingleAsResourcesNrNrm(v *EPNgCSingle) ResourcesNrNrm

EPNgCSingleAsResourcesNrNrm is a convenience function that returns EPNgCSingle wrapped in ResourcesNrNrm

func EPNgUSingleAsResourcesNrNrm ¶

func EPNgUSingleAsResourcesNrNrm(v *EPNgUSingle) ResourcesNrNrm

EPNgUSingleAsResourcesNrNrm is a convenience function that returns EPNgUSingle wrapped in ResourcesNrNrm

func EPS1USingleAsResourcesNrNrm ¶

func EPS1USingleAsResourcesNrNrm(v *EPS1USingle) ResourcesNrNrm

EPS1USingleAsResourcesNrNrm is a convenience function that returns EPS1USingle wrapped in ResourcesNrNrm

func EPX2CSingleAsResourcesNrNrm ¶

func EPX2CSingleAsResourcesNrNrm(v *EPX2CSingle) ResourcesNrNrm

EPX2CSingleAsResourcesNrNrm is a convenience function that returns EPX2CSingle wrapped in ResourcesNrNrm

func EPX2USingleAsResourcesNrNrm ¶

func EPX2USingleAsResourcesNrNrm(v *EPX2USingle) ResourcesNrNrm

EPX2USingleAsResourcesNrNrm is a convenience function that returns EPX2USingle wrapped in ResourcesNrNrm

func EPXnCSingleAsResourcesNrNrm ¶

func EPXnCSingleAsResourcesNrNrm(v *EPXnCSingle) ResourcesNrNrm

EPXnCSingleAsResourcesNrNrm is a convenience function that returns EPXnCSingle wrapped in ResourcesNrNrm

func EPXnUSingleAsResourcesNrNrm ¶

func EPXnUSingleAsResourcesNrNrm(v *EPXnUSingle) ResourcesNrNrm

EPXnUSingleAsResourcesNrNrm is a convenience function that returns EPXnUSingle wrapped in ResourcesNrNrm

func EUtranCellRelationSingleAsResourcesNrNrm ¶

func EUtranCellRelationSingleAsResourcesNrNrm(v *EUtranCellRelationSingle) ResourcesNrNrm

EUtranCellRelationSingleAsResourcesNrNrm is a convenience function that returns EUtranCellRelationSingle wrapped in ResourcesNrNrm

func EUtranFreqRelationSingleAsResourcesNrNrm ¶

func EUtranFreqRelationSingleAsResourcesNrNrm(v *EUtranFreqRelationSingle) ResourcesNrNrm

EUtranFreqRelationSingleAsResourcesNrNrm is a convenience function that returns EUtranFreqRelationSingle wrapped in ResourcesNrNrm

func EUtranFrequencySingleAsResourcesNrNrm ¶

func EUtranFrequencySingleAsResourcesNrNrm(v *EUtranFrequencySingle) ResourcesNrNrm

EUtranFrequencySingleAsResourcesNrNrm is a convenience function that returns EUtranFrequencySingle wrapped in ResourcesNrNrm

func ExternalENBFunctionSingleAsResourcesNrNrm ¶

func ExternalENBFunctionSingleAsResourcesNrNrm(v *ExternalENBFunctionSingle) ResourcesNrNrm

ExternalENBFunctionSingleAsResourcesNrNrm is a convenience function that returns ExternalENBFunctionSingle wrapped in ResourcesNrNrm

func ExternalEUTranCellSingleAsResourcesNrNrm ¶

func ExternalEUTranCellSingleAsResourcesNrNrm(v *ExternalEUTranCellSingle) ResourcesNrNrm

ExternalEUTranCellSingleAsResourcesNrNrm is a convenience function that returns ExternalEUTranCellSingle wrapped in ResourcesNrNrm

func ExternalGnbCuCpFunctionSingleAsResourcesNrNrm ¶

func ExternalGnbCuCpFunctionSingleAsResourcesNrNrm(v *ExternalGnbCuCpFunctionSingle) ResourcesNrNrm

ExternalGnbCuCpFunctionSingleAsResourcesNrNrm is a convenience function that returns ExternalGnbCuCpFunctionSingle wrapped in ResourcesNrNrm

func ExternalGnbCuUpFunctionSingleAsResourcesNrNrm ¶

func ExternalGnbCuUpFunctionSingleAsResourcesNrNrm(v *ExternalGnbCuUpFunctionSingle) ResourcesNrNrm

ExternalGnbCuUpFunctionSingleAsResourcesNrNrm is a convenience function that returns ExternalGnbCuUpFunctionSingle wrapped in ResourcesNrNrm

func ExternalGnbDuFunctionSingleAsResourcesNrNrm ¶

func ExternalGnbDuFunctionSingleAsResourcesNrNrm(v *ExternalGnbDuFunctionSingle) ResourcesNrNrm

ExternalGnbDuFunctionSingleAsResourcesNrNrm is a convenience function that returns ExternalGnbDuFunctionSingle wrapped in ResourcesNrNrm

func ExternalNrCellCuSingleAsResourcesNrNrm ¶

func ExternalNrCellCuSingleAsResourcesNrNrm(v *ExternalNrCellCuSingle) ResourcesNrNrm

ExternalNrCellCuSingleAsResourcesNrNrm is a convenience function that returns ExternalNrCellCuSingle wrapped in ResourcesNrNrm

func GnbCuCpFunctionSingleAsResourcesNrNrm ¶

func GnbCuCpFunctionSingleAsResourcesNrNrm(v *GnbCuCpFunctionSingle) ResourcesNrNrm

GnbCuCpFunctionSingleAsResourcesNrNrm is a convenience function that returns GnbCuCpFunctionSingle wrapped in ResourcesNrNrm

func GnbCuUpFunctionSingleAsResourcesNrNrm ¶

func GnbCuUpFunctionSingleAsResourcesNrNrm(v *GnbCuUpFunctionSingle) ResourcesNrNrm

GnbCuUpFunctionSingleAsResourcesNrNrm is a convenience function that returns GnbCuUpFunctionSingle wrapped in ResourcesNrNrm

func GnbDuFunctionSingleAsResourcesNrNrm ¶

func GnbDuFunctionSingleAsResourcesNrNrm(v *GnbDuFunctionSingle) ResourcesNrNrm

GnbDuFunctionSingleAsResourcesNrNrm is a convenience function that returns GnbDuFunctionSingle wrapped in ResourcesNrNrm

func ManagedElementSingleAsResourcesNrNrm ¶

func ManagedElementSingleAsResourcesNrNrm(v *ManagedElementSingle) ResourcesNrNrm

ManagedElementSingleAsResourcesNrNrm is a convenience function that returns ManagedElementSingle wrapped in ResourcesNrNrm

func MnSAsResourcesNrNrm ¶

func MnSAsResourcesNrNrm(v *MnS) ResourcesNrNrm

MnSAsResourcesNrNrm is a convenience function that returns MnS wrapped in ResourcesNrNrm

func NRCellRelationSingleAsResourcesNrNrm ¶

func NRCellRelationSingleAsResourcesNrNrm(v *NRCellRelationSingle) ResourcesNrNrm

NRCellRelationSingleAsResourcesNrNrm is a convenience function that returns NRCellRelationSingle wrapped in ResourcesNrNrm

func NRFreqRelationSingleAsResourcesNrNrm ¶

func NRFreqRelationSingleAsResourcesNrNrm(v *NRFreqRelationSingle) ResourcesNrNrm

NRFreqRelationSingleAsResourcesNrNrm is a convenience function that returns NRFreqRelationSingle wrapped in ResourcesNrNrm

func NRFrequencySingleAsResourcesNrNrm ¶

func NRFrequencySingleAsResourcesNrNrm(v *NRFrequencySingle) ResourcesNrNrm

NRFrequencySingleAsResourcesNrNrm is a convenience function that returns NRFrequencySingle wrapped in ResourcesNrNrm

func NrCellCuSingleAsResourcesNrNrm ¶

func NrCellCuSingleAsResourcesNrNrm(v *NrCellCuSingle) ResourcesNrNrm

NrCellCuSingleAsResourcesNrNrm is a convenience function that returns NrCellCuSingle wrapped in ResourcesNrNrm

func NrCellDuSingleAsResourcesNrNrm ¶

func NrCellDuSingleAsResourcesNrNrm(v *NrCellDuSingle) ResourcesNrNrm

NrCellDuSingleAsResourcesNrNrm is a convenience function that returns NrCellDuSingle wrapped in ResourcesNrNrm

func NrOperatorCellDuSingleAsResourcesNrNrm ¶

func NrOperatorCellDuSingleAsResourcesNrNrm(v *NrOperatorCellDuSingle) ResourcesNrNrm

NrOperatorCellDuSingleAsResourcesNrNrm is a convenience function that returns NrOperatorCellDuSingle wrapped in ResourcesNrNrm

func NrSectorCarrierSingleAsResourcesNrNrm ¶

func NrSectorCarrierSingleAsResourcesNrNrm(v *NrSectorCarrierSingle) ResourcesNrNrm

NrSectorCarrierSingleAsResourcesNrNrm is a convenience function that returns NrSectorCarrierSingle wrapped in ResourcesNrNrm

func OperatorDuSingleAsResourcesNrNrm ¶

func OperatorDuSingleAsResourcesNrNrm(v *OperatorDuSingle) ResourcesNrNrm

OperatorDuSingleAsResourcesNrNrm is a convenience function that returns OperatorDuSingle wrapped in ResourcesNrNrm

func RRMPolicyRatioSingleAsResourcesNrNrm ¶

func RRMPolicyRatioSingleAsResourcesNrNrm(v *RRMPolicyRatioSingle) ResourcesNrNrm

RRMPolicyRatioSingleAsResourcesNrNrm is a convenience function that returns RRMPolicyRatioSingle wrapped in ResourcesNrNrm

func RimRSGlobalSingleAsResourcesNrNrm ¶

func RimRSGlobalSingleAsResourcesNrNrm(v *RimRSGlobalSingle) ResourcesNrNrm

RimRSGlobalSingleAsResourcesNrNrm is a convenience function that returns RimRSGlobalSingle wrapped in ResourcesNrNrm

func RimRSSetSingleAsResourcesNrNrm ¶

func RimRSSetSingleAsResourcesNrNrm(v *RimRSSetSingle) ResourcesNrNrm

RimRSSetSingleAsResourcesNrNrm is a convenience function that returns RimRSSetSingle wrapped in ResourcesNrNrm

func SubNetworkSingleAsResourcesNrNrm ¶

func SubNetworkSingleAsResourcesNrNrm(v *SubNetworkSingle) ResourcesNrNrm

SubNetworkSingleAsResourcesNrNrm is a convenience function that returns SubNetworkSingle wrapped in ResourcesNrNrm

func (*ResourcesNrNrm) GetActualInstance ¶

func (obj *ResourcesNrNrm) GetActualInstance() interface{}

Get the actual instance

func (ResourcesNrNrm) MarshalJSON ¶

func (src ResourcesNrNrm) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*ResourcesNrNrm) UnmarshalJSON ¶

func (dst *ResourcesNrNrm) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type RimRSGlobalSingle ¶

type RimRSGlobalSingle struct {
	Top
	Attributes *RimRSGlobalSingleAllOfAttributes `json:"attributes,omitempty"`
	RimRSSet   []RimRSSetSingle                  `json:"RimRSSet,omitempty"`
}

RimRSGlobalSingle struct for RimRSGlobalSingle

func NewRimRSGlobalSingle ¶

func NewRimRSGlobalSingle(id NullableString) *RimRSGlobalSingle

NewRimRSGlobalSingle instantiates a new RimRSGlobalSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRimRSGlobalSingleWithDefaults ¶

func NewRimRSGlobalSingleWithDefaults() *RimRSGlobalSingle

NewRimRSGlobalSingleWithDefaults instantiates a new RimRSGlobalSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RimRSGlobalSingle) GetAttributes ¶

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 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 Scope ¶

type Scope struct {
	ScopeType  *string `json:"scopeType,omitempty"`
	ScopeLevel *int32  `json:"scopeLevel,omitempty"`
}

Scope struct for Scope

func NewScope ¶

func NewScope() *Scope

NewScope instantiates a new Scope object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewScopeWithDefaults ¶

func NewScopeWithDefaults() *Scope

NewScopeWithDefaults instantiates a new Scope object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Scope) GetScopeLevel ¶

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() string

GetScopeType returns the ScopeType field value if set, zero value otherwise.

func (*Scope) GetScopeTypeOk ¶

func (o *Scope) 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 (*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 string)

SetScopeType gets a reference to the given string and assigns it to the ScopeType field.

func (Scope) ToMap ¶

func (o Scope) 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 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 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 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 SubNetworkAttr ¶

type SubNetworkAttr struct {
	DnPrefix                  *string                    `json:"dnPrefix,omitempty"`
	UserLabel                 *string                    `json:"userLabel,omitempty"`
	UserDefinedNetworkType    *string                    `json:"userDefinedNetworkType,omitempty"`
	SetOfMcc                  []string                   `json:"setOfMcc,omitempty"`
	PriorityLabel             *int32                     `json:"priorityLabel,omitempty"`
	SupportedPerfMetricGroups []SupportedPerfMetricGroup `json:"supportedPerfMetricGroups,omitempty"`
	SupportedTraceMetrics     []string                   `json:"supportedTraceMetrics,omitempty"`
}

SubNetworkAttr struct for SubNetworkAttr

func NewSubNetworkAttr ¶

func NewSubNetworkAttr() *SubNetworkAttr

NewSubNetworkAttr instantiates a new SubNetworkAttr object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSubNetworkAttrWithDefaults ¶

func NewSubNetworkAttrWithDefaults() *SubNetworkAttr

NewSubNetworkAttrWithDefaults instantiates a new SubNetworkAttr object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SubNetworkAttr) GetDnPrefix ¶

func (o *SubNetworkAttr) GetDnPrefix() string

GetDnPrefix returns the DnPrefix field value if set, zero value otherwise.

func (*SubNetworkAttr) GetDnPrefixOk ¶

func (o *SubNetworkAttr) GetDnPrefixOk() (*string, bool)

GetDnPrefixOk returns a tuple with the DnPrefix field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkAttr) GetPriorityLabel ¶

func (o *SubNetworkAttr) GetPriorityLabel() int32

GetPriorityLabel returns the PriorityLabel field value if set, zero value otherwise.

func (*SubNetworkAttr) GetPriorityLabelOk ¶

func (o *SubNetworkAttr) GetPriorityLabelOk() (*int32, bool)

GetPriorityLabelOk returns a tuple with the PriorityLabel field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkAttr) GetSetOfMcc ¶

func (o *SubNetworkAttr) GetSetOfMcc() []string

GetSetOfMcc returns the SetOfMcc field value if set, zero value otherwise.

func (*SubNetworkAttr) GetSetOfMccOk ¶

func (o *SubNetworkAttr) GetSetOfMccOk() ([]string, bool)

GetSetOfMccOk returns a tuple with the SetOfMcc field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkAttr) GetSupportedPerfMetricGroups ¶

func (o *SubNetworkAttr) GetSupportedPerfMetricGroups() []SupportedPerfMetricGroup

GetSupportedPerfMetricGroups returns the SupportedPerfMetricGroups field value if set, zero value otherwise.

func (*SubNetworkAttr) GetSupportedPerfMetricGroupsOk ¶

func (o *SubNetworkAttr) GetSupportedPerfMetricGroupsOk() ([]SupportedPerfMetricGroup, bool)

GetSupportedPerfMetricGroupsOk returns a tuple with the SupportedPerfMetricGroups field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkAttr) GetSupportedTraceMetrics ¶

func (o *SubNetworkAttr) GetSupportedTraceMetrics() []string

GetSupportedTraceMetrics returns the SupportedTraceMetrics field value if set, zero value otherwise.

func (*SubNetworkAttr) GetSupportedTraceMetricsOk ¶

func (o *SubNetworkAttr) GetSupportedTraceMetricsOk() ([]string, bool)

GetSupportedTraceMetricsOk returns a tuple with the SupportedTraceMetrics field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkAttr) GetUserDefinedNetworkType ¶

func (o *SubNetworkAttr) GetUserDefinedNetworkType() string

GetUserDefinedNetworkType returns the UserDefinedNetworkType field value if set, zero value otherwise.

func (*SubNetworkAttr) GetUserDefinedNetworkTypeOk ¶

func (o *SubNetworkAttr) GetUserDefinedNetworkTypeOk() (*string, bool)

GetUserDefinedNetworkTypeOk returns a tuple with the UserDefinedNetworkType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkAttr) GetUserLabel ¶

func (o *SubNetworkAttr) GetUserLabel() string

GetUserLabel returns the UserLabel field value if set, zero value otherwise.

func (*SubNetworkAttr) GetUserLabelOk ¶

func (o *SubNetworkAttr) GetUserLabelOk() (*string, bool)

GetUserLabelOk returns a tuple with the UserLabel field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkAttr) HasDnPrefix ¶

func (o *SubNetworkAttr) HasDnPrefix() bool

HasDnPrefix returns a boolean if a field has been set.

func (*SubNetworkAttr) HasPriorityLabel ¶

func (o *SubNetworkAttr) HasPriorityLabel() bool

HasPriorityLabel returns a boolean if a field has been set.

func (*SubNetworkAttr) HasSetOfMcc ¶

func (o *SubNetworkAttr) HasSetOfMcc() bool

HasSetOfMcc returns a boolean if a field has been set.

func (*SubNetworkAttr) HasSupportedPerfMetricGroups ¶

func (o *SubNetworkAttr) HasSupportedPerfMetricGroups() bool

HasSupportedPerfMetricGroups returns a boolean if a field has been set.

func (*SubNetworkAttr) HasSupportedTraceMetrics ¶

func (o *SubNetworkAttr) HasSupportedTraceMetrics() bool

HasSupportedTraceMetrics returns a boolean if a field has been set.

func (*SubNetworkAttr) HasUserDefinedNetworkType ¶

func (o *SubNetworkAttr) HasUserDefinedNetworkType() bool

HasUserDefinedNetworkType returns a boolean if a field has been set.

func (*SubNetworkAttr) HasUserLabel ¶

func (o *SubNetworkAttr) HasUserLabel() bool

HasUserLabel returns a boolean if a field has been set.

func (SubNetworkAttr) MarshalJSON ¶

func (o SubNetworkAttr) MarshalJSON() ([]byte, error)

func (*SubNetworkAttr) SetDnPrefix ¶

func (o *SubNetworkAttr) SetDnPrefix(v string)

SetDnPrefix gets a reference to the given string and assigns it to the DnPrefix field.

func (*SubNetworkAttr) SetPriorityLabel ¶

func (o *SubNetworkAttr) SetPriorityLabel(v int32)

SetPriorityLabel gets a reference to the given int32 and assigns it to the PriorityLabel field.

func (*SubNetworkAttr) SetSetOfMcc ¶

func (o *SubNetworkAttr) SetSetOfMcc(v []string)

SetSetOfMcc gets a reference to the given []string and assigns it to the SetOfMcc field.

func (*SubNetworkAttr) SetSupportedPerfMetricGroups ¶

func (o *SubNetworkAttr) SetSupportedPerfMetricGroups(v []SupportedPerfMetricGroup)

SetSupportedPerfMetricGroups gets a reference to the given []SupportedPerfMetricGroup and assigns it to the SupportedPerfMetricGroups field.

func (*SubNetworkAttr) SetSupportedTraceMetrics ¶

func (o *SubNetworkAttr) SetSupportedTraceMetrics(v []string)

SetSupportedTraceMetrics gets a reference to the given []string and assigns it to the SupportedTraceMetrics field.

func (*SubNetworkAttr) SetUserDefinedNetworkType ¶

func (o *SubNetworkAttr) SetUserDefinedNetworkType(v string)

SetUserDefinedNetworkType gets a reference to the given string and assigns it to the UserDefinedNetworkType field.

func (*SubNetworkAttr) SetUserLabel ¶

func (o *SubNetworkAttr) SetUserLabel(v string)

SetUserLabel gets a reference to the given string and assigns it to the UserLabel field.

func (SubNetworkAttr) ToMap ¶

func (o SubNetworkAttr) ToMap() (map[string]interface{}, error)

type SubNetworkNcO ¶

type SubNetworkNcO struct {
	ManagementNode           []ManagementNodeSingle           `json:"ManagementNode,omitempty"`
	MnsAgent                 []MnsAgentSingle                 `json:"MnsAgent,omitempty"`
	MeContext                []MeContextSingle                `json:"MeContext,omitempty"`
	PerfMetricJob            []PerfMetricJobSingle            `json:"PerfMetricJob,omitempty"`
	ThresholdMonitor         []ThresholdMonitorSingle         `json:"ThresholdMonitor,omitempty"`
	TraceJob                 []TraceJobSingle                 `json:"TraceJob,omitempty"`
	ManagementDataCollection []ManagementDataCollectionSingle `json:"ManagementDataCollection,omitempty"`
	NtfSubscriptionControl   []NtfSubscriptionControlSingle   `json:"NtfSubscriptionControl,omitempty"`
	AlarmList                *AlarmListSingle                 `json:"AlarmList,omitempty"`
	FileDownloadJob          []FileDownloadJobSingle          `json:"FileDownloadJob,omitempty"`
	Files                    []FilesSingle                    `json:"Files,omitempty"`
	MnsRegistry              *MnsRegistrySingle               `json:"MnsRegistry,omitempty"`
}

SubNetworkNcO struct for SubNetworkNcO

func NewSubNetworkNcO ¶

func NewSubNetworkNcO() *SubNetworkNcO

NewSubNetworkNcO instantiates a new SubNetworkNcO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSubNetworkNcOWithDefaults ¶

func NewSubNetworkNcOWithDefaults() *SubNetworkNcO

NewSubNetworkNcOWithDefaults instantiates a new SubNetworkNcO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SubNetworkNcO) GetAlarmList ¶

func (o *SubNetworkNcO) GetAlarmList() AlarmListSingle

GetAlarmList returns the AlarmList field value if set, zero value otherwise.

func (*SubNetworkNcO) GetAlarmListOk ¶

func (o *SubNetworkNcO) GetAlarmListOk() (*AlarmListSingle, bool)

GetAlarmListOk returns a tuple with the AlarmList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkNcO) GetFileDownloadJob ¶

func (o *SubNetworkNcO) GetFileDownloadJob() []FileDownloadJobSingle

GetFileDownloadJob returns the FileDownloadJob field value if set, zero value otherwise.

func (*SubNetworkNcO) GetFileDownloadJobOk ¶

func (o *SubNetworkNcO) GetFileDownloadJobOk() ([]FileDownloadJobSingle, bool)

GetFileDownloadJobOk returns a tuple with the FileDownloadJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkNcO) GetFiles ¶

func (o *SubNetworkNcO) GetFiles() []FilesSingle

GetFiles returns the Files field value if set, zero value otherwise.

func (*SubNetworkNcO) GetFilesOk ¶

func (o *SubNetworkNcO) GetFilesOk() ([]FilesSingle, bool)

GetFilesOk returns a tuple with the Files field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkNcO) GetManagementDataCollection ¶

func (o *SubNetworkNcO) GetManagementDataCollection() []ManagementDataCollectionSingle

GetManagementDataCollection returns the ManagementDataCollection field value if set, zero value otherwise.

func (*SubNetworkNcO) GetManagementDataCollectionOk ¶

func (o *SubNetworkNcO) GetManagementDataCollectionOk() ([]ManagementDataCollectionSingle, bool)

GetManagementDataCollectionOk returns a tuple with the ManagementDataCollection field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkNcO) GetManagementNode ¶

func (o *SubNetworkNcO) GetManagementNode() []ManagementNodeSingle

GetManagementNode returns the ManagementNode field value if set, zero value otherwise.

func (*SubNetworkNcO) GetManagementNodeOk ¶

func (o *SubNetworkNcO) GetManagementNodeOk() ([]ManagementNodeSingle, bool)

GetManagementNodeOk returns a tuple with the ManagementNode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkNcO) GetMeContext ¶

func (o *SubNetworkNcO) GetMeContext() []MeContextSingle

GetMeContext returns the MeContext field value if set, zero value otherwise.

func (*SubNetworkNcO) GetMeContextOk ¶

func (o *SubNetworkNcO) GetMeContextOk() ([]MeContextSingle, bool)

GetMeContextOk returns a tuple with the MeContext field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkNcO) GetMnsAgent ¶

func (o *SubNetworkNcO) GetMnsAgent() []MnsAgentSingle

GetMnsAgent returns the MnsAgent field value if set, zero value otherwise.

func (*SubNetworkNcO) GetMnsAgentOk ¶

func (o *SubNetworkNcO) GetMnsAgentOk() ([]MnsAgentSingle, bool)

GetMnsAgentOk returns a tuple with the MnsAgent field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkNcO) GetMnsRegistry ¶

func (o *SubNetworkNcO) GetMnsRegistry() MnsRegistrySingle

GetMnsRegistry returns the MnsRegistry field value if set, zero value otherwise.

func (*SubNetworkNcO) GetMnsRegistryOk ¶

func (o *SubNetworkNcO) GetMnsRegistryOk() (*MnsRegistrySingle, bool)

GetMnsRegistryOk returns a tuple with the MnsRegistry field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkNcO) GetNtfSubscriptionControl ¶

func (o *SubNetworkNcO) GetNtfSubscriptionControl() []NtfSubscriptionControlSingle

GetNtfSubscriptionControl returns the NtfSubscriptionControl field value if set, zero value otherwise.

func (*SubNetworkNcO) GetNtfSubscriptionControlOk ¶

func (o *SubNetworkNcO) GetNtfSubscriptionControlOk() ([]NtfSubscriptionControlSingle, bool)

GetNtfSubscriptionControlOk returns a tuple with the NtfSubscriptionControl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkNcO) GetPerfMetricJob ¶

func (o *SubNetworkNcO) GetPerfMetricJob() []PerfMetricJobSingle

GetPerfMetricJob returns the PerfMetricJob field value if set, zero value otherwise.

func (*SubNetworkNcO) GetPerfMetricJobOk ¶

func (o *SubNetworkNcO) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)

GetPerfMetricJobOk returns a tuple with the PerfMetricJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkNcO) GetThresholdMonitor ¶

func (o *SubNetworkNcO) GetThresholdMonitor() []ThresholdMonitorSingle

GetThresholdMonitor returns the ThresholdMonitor field value if set, zero value otherwise.

func (*SubNetworkNcO) GetThresholdMonitorOk ¶

func (o *SubNetworkNcO) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)

GetThresholdMonitorOk returns a tuple with the ThresholdMonitor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkNcO) GetTraceJob ¶

func (o *SubNetworkNcO) GetTraceJob() []TraceJobSingle

GetTraceJob returns the TraceJob field value if set, zero value otherwise.

func (*SubNetworkNcO) GetTraceJobOk ¶

func (o *SubNetworkNcO) GetTraceJobOk() ([]TraceJobSingle, bool)

GetTraceJobOk returns a tuple with the TraceJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkNcO) HasAlarmList ¶

func (o *SubNetworkNcO) HasAlarmList() bool

HasAlarmList returns a boolean if a field has been set.

func (*SubNetworkNcO) HasFileDownloadJob ¶

func (o *SubNetworkNcO) HasFileDownloadJob() bool

HasFileDownloadJob returns a boolean if a field has been set.

func (*SubNetworkNcO) HasFiles ¶

func (o *SubNetworkNcO) HasFiles() bool

HasFiles returns a boolean if a field has been set.

func (*SubNetworkNcO) HasManagementDataCollection ¶

func (o *SubNetworkNcO) HasManagementDataCollection() bool

HasManagementDataCollection returns a boolean if a field has been set.

func (*SubNetworkNcO) HasManagementNode ¶

func (o *SubNetworkNcO) HasManagementNode() bool

HasManagementNode returns a boolean if a field has been set.

func (*SubNetworkNcO) HasMeContext ¶

func (o *SubNetworkNcO) HasMeContext() bool

HasMeContext returns a boolean if a field has been set.

func (*SubNetworkNcO) HasMnsAgent ¶

func (o *SubNetworkNcO) HasMnsAgent() bool

HasMnsAgent returns a boolean if a field has been set.

func (*SubNetworkNcO) HasMnsRegistry ¶

func (o *SubNetworkNcO) HasMnsRegistry() bool

HasMnsRegistry returns a boolean if a field has been set.

func (*SubNetworkNcO) HasNtfSubscriptionControl ¶

func (o *SubNetworkNcO) HasNtfSubscriptionControl() bool

HasNtfSubscriptionControl returns a boolean if a field has been set.

func (*SubNetworkNcO) HasPerfMetricJob ¶

func (o *SubNetworkNcO) HasPerfMetricJob() bool

HasPerfMetricJob returns a boolean if a field has been set.

func (*SubNetworkNcO) HasThresholdMonitor ¶

func (o *SubNetworkNcO) HasThresholdMonitor() bool

HasThresholdMonitor returns a boolean if a field has been set.

func (*SubNetworkNcO) HasTraceJob ¶

func (o *SubNetworkNcO) HasTraceJob() bool

HasTraceJob returns a boolean if a field has been set.

func (SubNetworkNcO) MarshalJSON ¶

func (o SubNetworkNcO) MarshalJSON() ([]byte, error)

func (*SubNetworkNcO) SetAlarmList ¶

func (o *SubNetworkNcO) SetAlarmList(v AlarmListSingle)

SetAlarmList gets a reference to the given AlarmListSingle and assigns it to the AlarmList field.

func (*SubNetworkNcO) SetFileDownloadJob ¶

func (o *SubNetworkNcO) SetFileDownloadJob(v []FileDownloadJobSingle)

SetFileDownloadJob gets a reference to the given []FileDownloadJobSingle and assigns it to the FileDownloadJob field.

func (*SubNetworkNcO) SetFiles ¶

func (o *SubNetworkNcO) SetFiles(v []FilesSingle)

SetFiles gets a reference to the given []FilesSingle and assigns it to the Files field.

func (*SubNetworkNcO) SetManagementDataCollection ¶

func (o *SubNetworkNcO) SetManagementDataCollection(v []ManagementDataCollectionSingle)

SetManagementDataCollection gets a reference to the given []ManagementDataCollectionSingle and assigns it to the ManagementDataCollection field.

func (*SubNetworkNcO) SetManagementNode ¶

func (o *SubNetworkNcO) SetManagementNode(v []ManagementNodeSingle)

SetManagementNode gets a reference to the given []ManagementNodeSingle and assigns it to the ManagementNode field.

func (*SubNetworkNcO) SetMeContext ¶

func (o *SubNetworkNcO) SetMeContext(v []MeContextSingle)

SetMeContext gets a reference to the given []MeContextSingle and assigns it to the MeContext field.

func (*SubNetworkNcO) SetMnsAgent ¶

func (o *SubNetworkNcO) SetMnsAgent(v []MnsAgentSingle)

SetMnsAgent gets a reference to the given []MnsAgentSingle and assigns it to the MnsAgent field.

func (*SubNetworkNcO) SetMnsRegistry ¶

func (o *SubNetworkNcO) SetMnsRegistry(v MnsRegistrySingle)

SetMnsRegistry gets a reference to the given MnsRegistrySingle and assigns it to the MnsRegistry field.

func (*SubNetworkNcO) SetNtfSubscriptionControl ¶

func (o *SubNetworkNcO) SetNtfSubscriptionControl(v []NtfSubscriptionControlSingle)

SetNtfSubscriptionControl gets a reference to the given []NtfSubscriptionControlSingle and assigns it to the NtfSubscriptionControl field.

func (*SubNetworkNcO) SetPerfMetricJob ¶

func (o *SubNetworkNcO) SetPerfMetricJob(v []PerfMetricJobSingle)

SetPerfMetricJob gets a reference to the given []PerfMetricJobSingle and assigns it to the PerfMetricJob field.

func (*SubNetworkNcO) SetThresholdMonitor ¶

func (o *SubNetworkNcO) SetThresholdMonitor(v []ThresholdMonitorSingle)

SetThresholdMonitor gets a reference to the given []ThresholdMonitorSingle and assigns it to the ThresholdMonitor field.

func (*SubNetworkNcO) SetTraceJob ¶

func (o *SubNetworkNcO) SetTraceJob(v []TraceJobSingle)

SetTraceJob gets a reference to the given []TraceJobSingle and assigns it to the TraceJob field.

func (SubNetworkNcO) ToMap ¶

func (o SubNetworkNcO) ToMap() (map[string]interface{}, error)

type SubNetworkSingle ¶

type SubNetworkSingle struct {
	Top
	Attributes                *SubNetworkAttr                  `json:"attributes,omitempty"`
	ManagementNode            []ManagementNodeSingle           `json:"ManagementNode,omitempty"`
	MnsAgent                  []MnsAgentSingle                 `json:"MnsAgent,omitempty"`
	MeContext                 []MeContextSingle                `json:"MeContext,omitempty"`
	PerfMetricJob             []PerfMetricJobSingle            `json:"PerfMetricJob,omitempty"`
	ThresholdMonitor          []ThresholdMonitorSingle         `json:"ThresholdMonitor,omitempty"`
	TraceJob                  []TraceJobSingle                 `json:"TraceJob,omitempty"`
	ManagementDataCollection  []ManagementDataCollectionSingle `json:"ManagementDataCollection,omitempty"`
	NtfSubscriptionControl    []NtfSubscriptionControlSingle   `json:"NtfSubscriptionControl,omitempty"`
	AlarmList                 *AlarmListSingle                 `json:"AlarmList,omitempty"`
	FileDownloadJob           []FileDownloadJobSingle          `json:"FileDownloadJob,omitempty"`
	Files                     []FilesSingle                    `json:"Files,omitempty"`
	MnsRegistry               *MnsRegistrySingle               `json:"MnsRegistry,omitempty"`
	SubNetwork                []SubNetworkSingle               `json:"SubNetwork,omitempty"`
	ManagedElement            []ManagedElementSingle           `json:"ManagedElement,omitempty"`
	NRFrequency               []NRFrequencySingle              `json:"NRFrequency,omitempty"`
	ExternalGnbCuCpFunction   []ExternalGnbCuCpFunctionSingle  `json:"ExternalGnbCuCpFunction,omitempty"`
	ExternalENBFunction       []ExternalENBFunctionSingle      `json:"ExternalENBFunction,omitempty"`
	EUtranFrequency           []EUtranFrequencySingle          `json:"EUtranFrequency,omitempty"`
	DESManagementFunction     *DESManagementFunctionSingle     `json:"DESManagementFunction,omitempty"`
	DRACHOptimizationFunction *DRACHOptimizationFunctionSingle `json:"DRACHOptimizationFunction,omitempty"`
	DMROFunction              *DMROFunctionSingle              `json:"DMROFunction,omitempty"`
	DLBOFunction              *DLBOFunctionSingle              `json:"DLBOFunction,omitempty"`
	DPCIConfigurationFunction *DPCIConfigurationFunctionSingle `json:"DPCIConfigurationFunction,omitempty"`
	CPCIConfigurationFunction *CPCIConfigurationFunctionSingle `json:"CPCIConfigurationFunction,omitempty"`
	CESManagementFunction     *CESManagementFunctionSingle     `json:"CESManagementFunction,omitempty"`
	Configurable5QISet        []Configurable5QISetSingle       `json:"Configurable5QISet,omitempty"`
	RimRSGlobal               *RimRSGlobalSingle               `json:"RimRSGlobal,omitempty"`
	Dynamic5QISet             []Dynamic5QISetSingle            `json:"Dynamic5QISet,omitempty"`
	CCOFunction               *CCOFunctionSingle               `json:"CCOFunction,omitempty"`
}

SubNetworkSingle struct for SubNetworkSingle

func NewSubNetworkSingle ¶

func NewSubNetworkSingle(id NullableString) *SubNetworkSingle

NewSubNetworkSingle instantiates a new SubNetworkSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSubNetworkSingleWithDefaults ¶

func NewSubNetworkSingleWithDefaults() *SubNetworkSingle

NewSubNetworkSingleWithDefaults instantiates a new SubNetworkSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SubNetworkSingle) GetAlarmList ¶

func (o *SubNetworkSingle) GetAlarmList() AlarmListSingle

GetAlarmList returns the AlarmList field value if set, zero value otherwise.

func (*SubNetworkSingle) GetAlarmListOk ¶

func (o *SubNetworkSingle) GetAlarmListOk() (*AlarmListSingle, bool)

GetAlarmListOk returns a tuple with the AlarmList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle) GetAttributes ¶

func (o *SubNetworkSingle) GetAttributes() SubNetworkAttr

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*SubNetworkSingle) GetAttributesOk ¶

func (o *SubNetworkSingle) GetAttributesOk() (*SubNetworkAttr, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle) GetCCOFunction ¶

func (o *SubNetworkSingle) GetCCOFunction() CCOFunctionSingle

GetCCOFunction returns the CCOFunction field value if set, zero value otherwise.

func (*SubNetworkSingle) GetCCOFunctionOk ¶

func (o *SubNetworkSingle) GetCCOFunctionOk() (*CCOFunctionSingle, bool)

GetCCOFunctionOk returns a tuple with the CCOFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle) GetCESManagementFunction ¶

func (o *SubNetworkSingle) GetCESManagementFunction() CESManagementFunctionSingle

GetCESManagementFunction returns the CESManagementFunction field value if set, zero value otherwise.

func (*SubNetworkSingle) GetCESManagementFunctionOk ¶

func (o *SubNetworkSingle) GetCESManagementFunctionOk() (*CESManagementFunctionSingle, bool)

GetCESManagementFunctionOk returns a tuple with the CESManagementFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle) GetCPCIConfigurationFunction ¶

func (o *SubNetworkSingle) GetCPCIConfigurationFunction() CPCIConfigurationFunctionSingle

GetCPCIConfigurationFunction returns the CPCIConfigurationFunction field value if set, zero value otherwise.

func (*SubNetworkSingle) GetCPCIConfigurationFunctionOk ¶

func (o *SubNetworkSingle) GetCPCIConfigurationFunctionOk() (*CPCIConfigurationFunctionSingle, bool)

GetCPCIConfigurationFunctionOk returns a tuple with the CPCIConfigurationFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle) GetConfigurable5QISet ¶

func (o *SubNetworkSingle) GetConfigurable5QISet() []Configurable5QISetSingle

GetConfigurable5QISet returns the Configurable5QISet field value if set, zero value otherwise.

func (*SubNetworkSingle) GetConfigurable5QISetOk ¶

func (o *SubNetworkSingle) GetConfigurable5QISetOk() ([]Configurable5QISetSingle, bool)

GetConfigurable5QISetOk returns a tuple with the Configurable5QISet field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle) GetDESManagementFunction ¶

func (o *SubNetworkSingle) GetDESManagementFunction() DESManagementFunctionSingle

GetDESManagementFunction returns the DESManagementFunction field value if set, zero value otherwise.

func (*SubNetworkSingle) GetDESManagementFunctionOk ¶

func (o *SubNetworkSingle) GetDESManagementFunctionOk() (*DESManagementFunctionSingle, bool)

GetDESManagementFunctionOk returns a tuple with the DESManagementFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle) GetDLBOFunction ¶

func (o *SubNetworkSingle) GetDLBOFunction() DLBOFunctionSingle

GetDLBOFunction returns the DLBOFunction field value if set, zero value otherwise.

func (*SubNetworkSingle) GetDLBOFunctionOk ¶

func (o *SubNetworkSingle) GetDLBOFunctionOk() (*DLBOFunctionSingle, bool)

GetDLBOFunctionOk returns a tuple with the DLBOFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle) GetDMROFunction ¶

func (o *SubNetworkSingle) GetDMROFunction() DMROFunctionSingle

GetDMROFunction returns the DMROFunction field value if set, zero value otherwise.

func (*SubNetworkSingle) GetDMROFunctionOk ¶

func (o *SubNetworkSingle) GetDMROFunctionOk() (*DMROFunctionSingle, bool)

GetDMROFunctionOk returns a tuple with the DMROFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle) GetDPCIConfigurationFunction ¶

func (o *SubNetworkSingle) GetDPCIConfigurationFunction() DPCIConfigurationFunctionSingle

GetDPCIConfigurationFunction returns the DPCIConfigurationFunction field value if set, zero value otherwise.

func (*SubNetworkSingle) GetDPCIConfigurationFunctionOk ¶

func (o *SubNetworkSingle) GetDPCIConfigurationFunctionOk() (*DPCIConfigurationFunctionSingle, bool)

GetDPCIConfigurationFunctionOk returns a tuple with the DPCIConfigurationFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle) GetDRACHOptimizationFunction ¶

func (o *SubNetworkSingle) GetDRACHOptimizationFunction() DRACHOptimizationFunctionSingle

GetDRACHOptimizationFunction returns the DRACHOptimizationFunction field value if set, zero value otherwise.

func (*SubNetworkSingle) GetDRACHOptimizationFunctionOk ¶

func (o *SubNetworkSingle) GetDRACHOptimizationFunctionOk() (*DRACHOptimizationFunctionSingle, bool)

GetDRACHOptimizationFunctionOk returns a tuple with the DRACHOptimizationFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle) GetDynamic5QISet ¶

func (o *SubNetworkSingle) GetDynamic5QISet() []Dynamic5QISetSingle

GetDynamic5QISet returns the Dynamic5QISet field value if set, zero value otherwise.

func (*SubNetworkSingle) GetDynamic5QISetOk ¶

func (o *SubNetworkSingle) GetDynamic5QISetOk() ([]Dynamic5QISetSingle, bool)

GetDynamic5QISetOk returns a tuple with the Dynamic5QISet field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle) GetEUtranFrequency ¶

func (o *SubNetworkSingle) GetEUtranFrequency() []EUtranFrequencySingle

GetEUtranFrequency returns the EUtranFrequency field value if set, zero value otherwise.

func (*SubNetworkSingle) GetEUtranFrequencyOk ¶

func (o *SubNetworkSingle) GetEUtranFrequencyOk() ([]EUtranFrequencySingle, bool)

GetEUtranFrequencyOk returns a tuple with the EUtranFrequency field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle) GetExternalENBFunction ¶

func (o *SubNetworkSingle) GetExternalENBFunction() []ExternalENBFunctionSingle

GetExternalENBFunction returns the ExternalENBFunction field value if set, zero value otherwise.

func (*SubNetworkSingle) GetExternalENBFunctionOk ¶

func (o *SubNetworkSingle) GetExternalENBFunctionOk() ([]ExternalENBFunctionSingle, bool)

GetExternalENBFunctionOk returns a tuple with the ExternalENBFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle) GetExternalGnbCuCpFunction ¶

func (o *SubNetworkSingle) GetExternalGnbCuCpFunction() []ExternalGnbCuCpFunctionSingle

GetExternalGnbCuCpFunction returns the ExternalGnbCuCpFunction field value if set, zero value otherwise.

func (*SubNetworkSingle) GetExternalGnbCuCpFunctionOk ¶

func (o *SubNetworkSingle) GetExternalGnbCuCpFunctionOk() ([]ExternalGnbCuCpFunctionSingle, bool)

GetExternalGnbCuCpFunctionOk returns a tuple with the ExternalGnbCuCpFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle) GetFileDownloadJob ¶

func (o *SubNetworkSingle) GetFileDownloadJob() []FileDownloadJobSingle

GetFileDownloadJob returns the FileDownloadJob field value if set, zero value otherwise.

func (*SubNetworkSingle) GetFileDownloadJobOk ¶

func (o *SubNetworkSingle) GetFileDownloadJobOk() ([]FileDownloadJobSingle, bool)

GetFileDownloadJobOk returns a tuple with the FileDownloadJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle) GetFiles ¶

func (o *SubNetworkSingle) GetFiles() []FilesSingle

GetFiles returns the Files field value if set, zero value otherwise.

func (*SubNetworkSingle) GetFilesOk ¶

func (o *SubNetworkSingle) GetFilesOk() ([]FilesSingle, bool)

GetFilesOk returns a tuple with the Files field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle) GetManagedElement ¶

func (o *SubNetworkSingle) GetManagedElement() []ManagedElementSingle

GetManagedElement returns the ManagedElement field value if set, zero value otherwise.

func (*SubNetworkSingle) GetManagedElementOk ¶

func (o *SubNetworkSingle) GetManagedElementOk() ([]ManagedElementSingle, bool)

GetManagedElementOk returns a tuple with the ManagedElement field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle) GetManagementDataCollection ¶

func (o *SubNetworkSingle) GetManagementDataCollection() []ManagementDataCollectionSingle

GetManagementDataCollection returns the ManagementDataCollection field value if set, zero value otherwise.

func (*SubNetworkSingle) GetManagementDataCollectionOk ¶

func (o *SubNetworkSingle) GetManagementDataCollectionOk() ([]ManagementDataCollectionSingle, bool)

GetManagementDataCollectionOk returns a tuple with the ManagementDataCollection field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle) GetManagementNode ¶

func (o *SubNetworkSingle) GetManagementNode() []ManagementNodeSingle

GetManagementNode returns the ManagementNode field value if set, zero value otherwise.

func (*SubNetworkSingle) GetManagementNodeOk ¶

func (o *SubNetworkSingle) GetManagementNodeOk() ([]ManagementNodeSingle, bool)

GetManagementNodeOk returns a tuple with the ManagementNode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle) GetMeContext ¶

func (o *SubNetworkSingle) GetMeContext() []MeContextSingle

GetMeContext returns the MeContext field value if set, zero value otherwise.

func (*SubNetworkSingle) GetMeContextOk ¶

func (o *SubNetworkSingle) GetMeContextOk() ([]MeContextSingle, bool)

GetMeContextOk returns a tuple with the MeContext field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle) GetMnsAgent ¶

func (o *SubNetworkSingle) GetMnsAgent() []MnsAgentSingle

GetMnsAgent returns the MnsAgent field value if set, zero value otherwise.

func (*SubNetworkSingle) GetMnsAgentOk ¶

func (o *SubNetworkSingle) GetMnsAgentOk() ([]MnsAgentSingle, bool)

GetMnsAgentOk returns a tuple with the MnsAgent field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle) GetMnsRegistry ¶

func (o *SubNetworkSingle) GetMnsRegistry() MnsRegistrySingle

GetMnsRegistry returns the MnsRegistry field value if set, zero value otherwise.

func (*SubNetworkSingle) GetMnsRegistryOk ¶

func (o *SubNetworkSingle) GetMnsRegistryOk() (*MnsRegistrySingle, bool)

GetMnsRegistryOk returns a tuple with the MnsRegistry field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle) GetNRFrequency ¶

func (o *SubNetworkSingle) GetNRFrequency() []NRFrequencySingle

GetNRFrequency returns the NRFrequency field value if set, zero value otherwise.

func (*SubNetworkSingle) GetNRFrequencyOk ¶

func (o *SubNetworkSingle) GetNRFrequencyOk() ([]NRFrequencySingle, bool)

GetNRFrequencyOk returns a tuple with the NRFrequency field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle) GetNtfSubscriptionControl ¶

func (o *SubNetworkSingle) GetNtfSubscriptionControl() []NtfSubscriptionControlSingle

GetNtfSubscriptionControl returns the NtfSubscriptionControl field value if set, zero value otherwise.

func (*SubNetworkSingle) GetNtfSubscriptionControlOk ¶

func (o *SubNetworkSingle) GetNtfSubscriptionControlOk() ([]NtfSubscriptionControlSingle, bool)

GetNtfSubscriptionControlOk returns a tuple with the NtfSubscriptionControl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle) GetPerfMetricJob ¶

func (o *SubNetworkSingle) GetPerfMetricJob() []PerfMetricJobSingle

GetPerfMetricJob returns the PerfMetricJob field value if set, zero value otherwise.

func (*SubNetworkSingle) GetPerfMetricJobOk ¶

func (o *SubNetworkSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)

GetPerfMetricJobOk returns a tuple with the PerfMetricJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle) GetRimRSGlobal ¶

func (o *SubNetworkSingle) GetRimRSGlobal() RimRSGlobalSingle

GetRimRSGlobal returns the RimRSGlobal field value if set, zero value otherwise.

func (*SubNetworkSingle) GetRimRSGlobalOk ¶

func (o *SubNetworkSingle) GetRimRSGlobalOk() (*RimRSGlobalSingle, bool)

GetRimRSGlobalOk returns a tuple with the RimRSGlobal field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle) GetSubNetwork ¶

func (o *SubNetworkSingle) GetSubNetwork() []SubNetworkSingle

GetSubNetwork returns the SubNetwork field value if set, zero value otherwise.

func (*SubNetworkSingle) GetSubNetworkOk ¶

func (o *SubNetworkSingle) GetSubNetworkOk() ([]SubNetworkSingle, bool)

GetSubNetworkOk returns a tuple with the SubNetwork field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle) GetThresholdMonitor ¶

func (o *SubNetworkSingle) GetThresholdMonitor() []ThresholdMonitorSingle

GetThresholdMonitor returns the ThresholdMonitor field value if set, zero value otherwise.

func (*SubNetworkSingle) GetThresholdMonitorOk ¶

func (o *SubNetworkSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)

GetThresholdMonitorOk returns a tuple with the ThresholdMonitor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle) GetTraceJob ¶

func (o *SubNetworkSingle) GetTraceJob() []TraceJobSingle

GetTraceJob returns the TraceJob field value if set, zero value otherwise.

func (*SubNetworkSingle) GetTraceJobOk ¶

func (o *SubNetworkSingle) GetTraceJobOk() ([]TraceJobSingle, bool)

GetTraceJobOk returns a tuple with the TraceJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle) HasAlarmList ¶

func (o *SubNetworkSingle) HasAlarmList() bool

HasAlarmList returns a boolean if a field has been set.

func (*SubNetworkSingle) HasAttributes ¶

func (o *SubNetworkSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*SubNetworkSingle) HasCCOFunction ¶

func (o *SubNetworkSingle) HasCCOFunction() bool

HasCCOFunction returns a boolean if a field has been set.

func (*SubNetworkSingle) HasCESManagementFunction ¶

func (o *SubNetworkSingle) HasCESManagementFunction() bool

HasCESManagementFunction returns a boolean if a field has been set.

func (*SubNetworkSingle) HasCPCIConfigurationFunction ¶

func (o *SubNetworkSingle) HasCPCIConfigurationFunction() bool

HasCPCIConfigurationFunction returns a boolean if a field has been set.

func (*SubNetworkSingle) HasConfigurable5QISet ¶

func (o *SubNetworkSingle) HasConfigurable5QISet() bool

HasConfigurable5QISet returns a boolean if a field has been set.

func (*SubNetworkSingle) HasDESManagementFunction ¶

func (o *SubNetworkSingle) HasDESManagementFunction() bool

HasDESManagementFunction returns a boolean if a field has been set.

func (*SubNetworkSingle) HasDLBOFunction ¶

func (o *SubNetworkSingle) HasDLBOFunction() bool

HasDLBOFunction returns a boolean if a field has been set.

func (*SubNetworkSingle) HasDMROFunction ¶

func (o *SubNetworkSingle) HasDMROFunction() bool

HasDMROFunction returns a boolean if a field has been set.

func (*SubNetworkSingle) HasDPCIConfigurationFunction ¶

func (o *SubNetworkSingle) HasDPCIConfigurationFunction() bool

HasDPCIConfigurationFunction returns a boolean if a field has been set.

func (*SubNetworkSingle) HasDRACHOptimizationFunction ¶

func (o *SubNetworkSingle) HasDRACHOptimizationFunction() bool

HasDRACHOptimizationFunction returns a boolean if a field has been set.

func (*SubNetworkSingle) HasDynamic5QISet ¶

func (o *SubNetworkSingle) HasDynamic5QISet() bool

HasDynamic5QISet returns a boolean if a field has been set.

func (*SubNetworkSingle) HasEUtranFrequency ¶

func (o *SubNetworkSingle) HasEUtranFrequency() bool

HasEUtranFrequency returns a boolean if a field has been set.

func (*SubNetworkSingle) HasExternalENBFunction ¶

func (o *SubNetworkSingle) HasExternalENBFunction() bool

HasExternalENBFunction returns a boolean if a field has been set.

func (*SubNetworkSingle) HasExternalGnbCuCpFunction ¶

func (o *SubNetworkSingle) HasExternalGnbCuCpFunction() bool

HasExternalGnbCuCpFunction returns a boolean if a field has been set.

func (*SubNetworkSingle) HasFileDownloadJob ¶

func (o *SubNetworkSingle) HasFileDownloadJob() bool

HasFileDownloadJob returns a boolean if a field has been set.

func (*SubNetworkSingle) HasFiles ¶

func (o *SubNetworkSingle) HasFiles() bool

HasFiles returns a boolean if a field has been set.

func (*SubNetworkSingle) HasManagedElement ¶

func (o *SubNetworkSingle) HasManagedElement() bool

HasManagedElement returns a boolean if a field has been set.

func (*SubNetworkSingle) HasManagementDataCollection ¶

func (o *SubNetworkSingle) HasManagementDataCollection() bool

HasManagementDataCollection returns a boolean if a field has been set.

func (*SubNetworkSingle) HasManagementNode ¶

func (o *SubNetworkSingle) HasManagementNode() bool

HasManagementNode returns a boolean if a field has been set.

func (*SubNetworkSingle) HasMeContext ¶

func (o *SubNetworkSingle) HasMeContext() bool

HasMeContext returns a boolean if a field has been set.

func (*SubNetworkSingle) HasMnsAgent ¶

func (o *SubNetworkSingle) HasMnsAgent() bool

HasMnsAgent returns a boolean if a field has been set.

func (*SubNetworkSingle) HasMnsRegistry ¶

func (o *SubNetworkSingle) HasMnsRegistry() bool

HasMnsRegistry returns a boolean if a field has been set.

func (*SubNetworkSingle) HasNRFrequency ¶

func (o *SubNetworkSingle) HasNRFrequency() bool

HasNRFrequency returns a boolean if a field has been set.

func (*SubNetworkSingle) HasNtfSubscriptionControl ¶

func (o *SubNetworkSingle) HasNtfSubscriptionControl() bool

HasNtfSubscriptionControl returns a boolean if a field has been set.

func (*SubNetworkSingle) HasPerfMetricJob ¶

func (o *SubNetworkSingle) HasPerfMetricJob() bool

HasPerfMetricJob returns a boolean if a field has been set.

func (*SubNetworkSingle) HasRimRSGlobal ¶

func (o *SubNetworkSingle) HasRimRSGlobal() bool

HasRimRSGlobal returns a boolean if a field has been set.

func (*SubNetworkSingle) HasSubNetwork ¶

func (o *SubNetworkSingle) HasSubNetwork() bool

HasSubNetwork returns a boolean if a field has been set.

func (*SubNetworkSingle) HasThresholdMonitor ¶

func (o *SubNetworkSingle) HasThresholdMonitor() bool

HasThresholdMonitor returns a boolean if a field has been set.

func (*SubNetworkSingle) HasTraceJob ¶

func (o *SubNetworkSingle) HasTraceJob() bool

HasTraceJob returns a boolean if a field has been set.

func (SubNetworkSingle) MarshalJSON ¶

func (o SubNetworkSingle) MarshalJSON() ([]byte, error)

func (*SubNetworkSingle) SetAlarmList ¶

func (o *SubNetworkSingle) SetAlarmList(v AlarmListSingle)

SetAlarmList gets a reference to the given AlarmListSingle and assigns it to the AlarmList field.

func (*SubNetworkSingle) SetAttributes ¶

func (o *SubNetworkSingle) SetAttributes(v SubNetworkAttr)

SetAttributes gets a reference to the given SubNetworkAttr and assigns it to the Attributes field.

func (*SubNetworkSingle) SetCCOFunction ¶

func (o *SubNetworkSingle) SetCCOFunction(v CCOFunctionSingle)

SetCCOFunction gets a reference to the given CCOFunctionSingle and assigns it to the CCOFunction field.

func (*SubNetworkSingle) SetCESManagementFunction ¶

func (o *SubNetworkSingle) SetCESManagementFunction(v CESManagementFunctionSingle)

SetCESManagementFunction gets a reference to the given CESManagementFunctionSingle and assigns it to the CESManagementFunction field.

func (*SubNetworkSingle) SetCPCIConfigurationFunction ¶

func (o *SubNetworkSingle) SetCPCIConfigurationFunction(v CPCIConfigurationFunctionSingle)

SetCPCIConfigurationFunction gets a reference to the given CPCIConfigurationFunctionSingle and assigns it to the CPCIConfigurationFunction field.

func (*SubNetworkSingle) SetConfigurable5QISet ¶

func (o *SubNetworkSingle) SetConfigurable5QISet(v []Configurable5QISetSingle)

SetConfigurable5QISet gets a reference to the given []Configurable5QISetSingle and assigns it to the Configurable5QISet field.

func (*SubNetworkSingle) SetDESManagementFunction ¶

func (o *SubNetworkSingle) SetDESManagementFunction(v DESManagementFunctionSingle)

SetDESManagementFunction gets a reference to the given DESManagementFunctionSingle and assigns it to the DESManagementFunction field.

func (*SubNetworkSingle) SetDLBOFunction ¶

func (o *SubNetworkSingle) SetDLBOFunction(v DLBOFunctionSingle)

SetDLBOFunction gets a reference to the given DLBOFunctionSingle and assigns it to the DLBOFunction field.

func (*SubNetworkSingle) SetDMROFunction ¶

func (o *SubNetworkSingle) SetDMROFunction(v DMROFunctionSingle)

SetDMROFunction gets a reference to the given DMROFunctionSingle and assigns it to the DMROFunction field.

func (*SubNetworkSingle) SetDPCIConfigurationFunction ¶

func (o *SubNetworkSingle) SetDPCIConfigurationFunction(v DPCIConfigurationFunctionSingle)

SetDPCIConfigurationFunction gets a reference to the given DPCIConfigurationFunctionSingle and assigns it to the DPCIConfigurationFunction field.

func (*SubNetworkSingle) SetDRACHOptimizationFunction ¶

func (o *SubNetworkSingle) SetDRACHOptimizationFunction(v DRACHOptimizationFunctionSingle)

SetDRACHOptimizationFunction gets a reference to the given DRACHOptimizationFunctionSingle and assigns it to the DRACHOptimizationFunction field.

func (*SubNetworkSingle) SetDynamic5QISet ¶

func (o *SubNetworkSingle) SetDynamic5QISet(v []Dynamic5QISetSingle)

SetDynamic5QISet gets a reference to the given []Dynamic5QISetSingle and assigns it to the Dynamic5QISet field.

func (*SubNetworkSingle) SetEUtranFrequency ¶

func (o *SubNetworkSingle) SetEUtranFrequency(v []EUtranFrequencySingle)

SetEUtranFrequency gets a reference to the given []EUtranFrequencySingle and assigns it to the EUtranFrequency field.

func (*SubNetworkSingle) SetExternalENBFunction ¶

func (o *SubNetworkSingle) SetExternalENBFunction(v []ExternalENBFunctionSingle)

SetExternalENBFunction gets a reference to the given []ExternalENBFunctionSingle and assigns it to the ExternalENBFunction field.

func (*SubNetworkSingle) SetExternalGnbCuCpFunction ¶

func (o *SubNetworkSingle) SetExternalGnbCuCpFunction(v []ExternalGnbCuCpFunctionSingle)

SetExternalGnbCuCpFunction gets a reference to the given []ExternalGnbCuCpFunctionSingle and assigns it to the ExternalGnbCuCpFunction field.

func (*SubNetworkSingle) SetFileDownloadJob ¶

func (o *SubNetworkSingle) SetFileDownloadJob(v []FileDownloadJobSingle)

SetFileDownloadJob gets a reference to the given []FileDownloadJobSingle and assigns it to the FileDownloadJob field.

func (*SubNetworkSingle) SetFiles ¶

func (o *SubNetworkSingle) SetFiles(v []FilesSingle)

SetFiles gets a reference to the given []FilesSingle and assigns it to the Files field.

func (*SubNetworkSingle) SetManagedElement ¶

func (o *SubNetworkSingle) SetManagedElement(v []ManagedElementSingle)

SetManagedElement gets a reference to the given []ManagedElementSingle and assigns it to the ManagedElement field.

func (*SubNetworkSingle) SetManagementDataCollection ¶

func (o *SubNetworkSingle) SetManagementDataCollection(v []ManagementDataCollectionSingle)

SetManagementDataCollection gets a reference to the given []ManagementDataCollectionSingle and assigns it to the ManagementDataCollection field.

func (*SubNetworkSingle) SetManagementNode ¶

func (o *SubNetworkSingle) SetManagementNode(v []ManagementNodeSingle)

SetManagementNode gets a reference to the given []ManagementNodeSingle and assigns it to the ManagementNode field.

func (*SubNetworkSingle) SetMeContext ¶

func (o *SubNetworkSingle) SetMeContext(v []MeContextSingle)

SetMeContext gets a reference to the given []MeContextSingle and assigns it to the MeContext field.

func (*SubNetworkSingle) SetMnsAgent ¶

func (o *SubNetworkSingle) SetMnsAgent(v []MnsAgentSingle)

SetMnsAgent gets a reference to the given []MnsAgentSingle and assigns it to the MnsAgent field.

func (*SubNetworkSingle) SetMnsRegistry ¶

func (o *SubNetworkSingle) SetMnsRegistry(v MnsRegistrySingle)

SetMnsRegistry gets a reference to the given MnsRegistrySingle and assigns it to the MnsRegistry field.

func (*SubNetworkSingle) SetNRFrequency ¶

func (o *SubNetworkSingle) SetNRFrequency(v []NRFrequencySingle)

SetNRFrequency gets a reference to the given []NRFrequencySingle and assigns it to the NRFrequency field.

func (*SubNetworkSingle) SetNtfSubscriptionControl ¶

func (o *SubNetworkSingle) SetNtfSubscriptionControl(v []NtfSubscriptionControlSingle)

SetNtfSubscriptionControl gets a reference to the given []NtfSubscriptionControlSingle and assigns it to the NtfSubscriptionControl field.

func (*SubNetworkSingle) SetPerfMetricJob ¶

func (o *SubNetworkSingle) SetPerfMetricJob(v []PerfMetricJobSingle)

SetPerfMetricJob gets a reference to the given []PerfMetricJobSingle and assigns it to the PerfMetricJob field.

func (*SubNetworkSingle) SetRimRSGlobal ¶

func (o *SubNetworkSingle) SetRimRSGlobal(v RimRSGlobalSingle)

SetRimRSGlobal gets a reference to the given RimRSGlobalSingle and assigns it to the RimRSGlobal field.

func (*SubNetworkSingle) SetSubNetwork ¶

func (o *SubNetworkSingle) SetSubNetwork(v []SubNetworkSingle)

SetSubNetwork gets a reference to the given []SubNetworkSingle and assigns it to the SubNetwork field.

func (*SubNetworkSingle) SetThresholdMonitor ¶

func (o *SubNetworkSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)

SetThresholdMonitor gets a reference to the given []ThresholdMonitorSingle and assigns it to the ThresholdMonitor field.

func (*SubNetworkSingle) SetTraceJob ¶

func (o *SubNetworkSingle) SetTraceJob(v []TraceJobSingle)

SetTraceJob gets a reference to the given []TraceJobSingle and assigns it to the TraceJob field.

func (SubNetworkSingle) ToMap ¶

func (o SubNetworkSingle) ToMap() (map[string]interface{}, error)

type SubNetworkSingleAllOf ¶

type SubNetworkSingleAllOf struct {
	Attributes *SubNetworkAttr `json:"attributes,omitempty"`
}

SubNetworkSingleAllOf struct for SubNetworkSingleAllOf

func NewSubNetworkSingleAllOf ¶

func NewSubNetworkSingleAllOf() *SubNetworkSingleAllOf

NewSubNetworkSingleAllOf instantiates a new SubNetworkSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSubNetworkSingleAllOfWithDefaults ¶

func NewSubNetworkSingleAllOfWithDefaults() *SubNetworkSingleAllOf

NewSubNetworkSingleAllOfWithDefaults instantiates a new SubNetworkSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SubNetworkSingleAllOf) GetAttributes ¶

func (o *SubNetworkSingleAllOf) GetAttributes() SubNetworkAttr

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*SubNetworkSingleAllOf) GetAttributesOk ¶

func (o *SubNetworkSingleAllOf) GetAttributesOk() (*SubNetworkAttr, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingleAllOf) HasAttributes ¶

func (o *SubNetworkSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (SubNetworkSingleAllOf) MarshalJSON ¶

func (o SubNetworkSingleAllOf) MarshalJSON() ([]byte, error)

func (*SubNetworkSingleAllOf) SetAttributes ¶

func (o *SubNetworkSingleAllOf) SetAttributes(v SubNetworkAttr)

SetAttributes gets a reference to the given SubNetworkAttr and assigns it to the Attributes field.

func (SubNetworkSingleAllOf) ToMap ¶

func (o SubNetworkSingleAllOf) ToMap() (map[string]interface{}, error)

type SubNetworkSingleAllOf1 ¶

type SubNetworkSingleAllOf1 struct {
	SubNetwork                []SubNetworkSingle               `json:"SubNetwork,omitempty"`
	ManagedElement            []ManagedElementSingle           `json:"ManagedElement,omitempty"`
	NRFrequency               []NRFrequencySingle              `json:"NRFrequency,omitempty"`
	ExternalGnbCuCpFunction   []ExternalGnbCuCpFunctionSingle  `json:"ExternalGnbCuCpFunction,omitempty"`
	ExternalENBFunction       []ExternalENBFunctionSingle      `json:"ExternalENBFunction,omitempty"`
	EUtranFrequency           []EUtranFrequencySingle          `json:"EUtranFrequency,omitempty"`
	DESManagementFunction     *DESManagementFunctionSingle     `json:"DESManagementFunction,omitempty"`
	DRACHOptimizationFunction *DRACHOptimizationFunctionSingle `json:"DRACHOptimizationFunction,omitempty"`
	DMROFunction              *DMROFunctionSingle              `json:"DMROFunction,omitempty"`
	DLBOFunction              *DLBOFunctionSingle              `json:"DLBOFunction,omitempty"`
	DPCIConfigurationFunction *DPCIConfigurationFunctionSingle `json:"DPCIConfigurationFunction,omitempty"`
	CPCIConfigurationFunction *CPCIConfigurationFunctionSingle `json:"CPCIConfigurationFunction,omitempty"`
	CESManagementFunction     *CESManagementFunctionSingle     `json:"CESManagementFunction,omitempty"`
	Configurable5QISet        []Configurable5QISetSingle       `json:"Configurable5QISet,omitempty"`
	RimRSGlobal               *RimRSGlobalSingle               `json:"RimRSGlobal,omitempty"`
	Dynamic5QISet             []Dynamic5QISetSingle            `json:"Dynamic5QISet,omitempty"`
	CCOFunction               *CCOFunctionSingle               `json:"CCOFunction,omitempty"`
}

SubNetworkSingleAllOf1 struct for SubNetworkSingleAllOf1

func NewSubNetworkSingleAllOf1 ¶

func NewSubNetworkSingleAllOf1() *SubNetworkSingleAllOf1

NewSubNetworkSingleAllOf1 instantiates a new SubNetworkSingleAllOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSubNetworkSingleAllOf1WithDefaults ¶

func NewSubNetworkSingleAllOf1WithDefaults() *SubNetworkSingleAllOf1

NewSubNetworkSingleAllOf1WithDefaults instantiates a new SubNetworkSingleAllOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SubNetworkSingleAllOf1) GetCCOFunction ¶

func (o *SubNetworkSingleAllOf1) GetCCOFunction() CCOFunctionSingle

GetCCOFunction returns the CCOFunction field value if set, zero value otherwise.

func (*SubNetworkSingleAllOf1) GetCCOFunctionOk ¶

func (o *SubNetworkSingleAllOf1) GetCCOFunctionOk() (*CCOFunctionSingle, bool)

GetCCOFunctionOk returns a tuple with the CCOFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingleAllOf1) GetCESManagementFunction ¶

func (o *SubNetworkSingleAllOf1) GetCESManagementFunction() CESManagementFunctionSingle

GetCESManagementFunction returns the CESManagementFunction field value if set, zero value otherwise.

func (*SubNetworkSingleAllOf1) GetCESManagementFunctionOk ¶

func (o *SubNetworkSingleAllOf1) GetCESManagementFunctionOk() (*CESManagementFunctionSingle, bool)

GetCESManagementFunctionOk returns a tuple with the CESManagementFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingleAllOf1) GetCPCIConfigurationFunction ¶

func (o *SubNetworkSingleAllOf1) GetCPCIConfigurationFunction() CPCIConfigurationFunctionSingle

GetCPCIConfigurationFunction returns the CPCIConfigurationFunction field value if set, zero value otherwise.

func (*SubNetworkSingleAllOf1) GetCPCIConfigurationFunctionOk ¶

func (o *SubNetworkSingleAllOf1) GetCPCIConfigurationFunctionOk() (*CPCIConfigurationFunctionSingle, bool)

GetCPCIConfigurationFunctionOk returns a tuple with the CPCIConfigurationFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingleAllOf1) GetConfigurable5QISet ¶

func (o *SubNetworkSingleAllOf1) GetConfigurable5QISet() []Configurable5QISetSingle

GetConfigurable5QISet returns the Configurable5QISet field value if set, zero value otherwise.

func (*SubNetworkSingleAllOf1) GetConfigurable5QISetOk ¶

func (o *SubNetworkSingleAllOf1) GetConfigurable5QISetOk() ([]Configurable5QISetSingle, bool)

GetConfigurable5QISetOk returns a tuple with the Configurable5QISet field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingleAllOf1) GetDESManagementFunction ¶

func (o *SubNetworkSingleAllOf1) GetDESManagementFunction() DESManagementFunctionSingle

GetDESManagementFunction returns the DESManagementFunction field value if set, zero value otherwise.

func (*SubNetworkSingleAllOf1) GetDESManagementFunctionOk ¶

func (o *SubNetworkSingleAllOf1) GetDESManagementFunctionOk() (*DESManagementFunctionSingle, bool)

GetDESManagementFunctionOk returns a tuple with the DESManagementFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingleAllOf1) GetDLBOFunction ¶

func (o *SubNetworkSingleAllOf1) GetDLBOFunction() DLBOFunctionSingle

GetDLBOFunction returns the DLBOFunction field value if set, zero value otherwise.

func (*SubNetworkSingleAllOf1) GetDLBOFunctionOk ¶

func (o *SubNetworkSingleAllOf1) GetDLBOFunctionOk() (*DLBOFunctionSingle, bool)

GetDLBOFunctionOk returns a tuple with the DLBOFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingleAllOf1) GetDMROFunction ¶

func (o *SubNetworkSingleAllOf1) GetDMROFunction() DMROFunctionSingle

GetDMROFunction returns the DMROFunction field value if set, zero value otherwise.

func (*SubNetworkSingleAllOf1) GetDMROFunctionOk ¶

func (o *SubNetworkSingleAllOf1) GetDMROFunctionOk() (*DMROFunctionSingle, bool)

GetDMROFunctionOk returns a tuple with the DMROFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingleAllOf1) GetDPCIConfigurationFunction ¶

func (o *SubNetworkSingleAllOf1) GetDPCIConfigurationFunction() DPCIConfigurationFunctionSingle

GetDPCIConfigurationFunction returns the DPCIConfigurationFunction field value if set, zero value otherwise.

func (*SubNetworkSingleAllOf1) GetDPCIConfigurationFunctionOk ¶

func (o *SubNetworkSingleAllOf1) GetDPCIConfigurationFunctionOk() (*DPCIConfigurationFunctionSingle, bool)

GetDPCIConfigurationFunctionOk returns a tuple with the DPCIConfigurationFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingleAllOf1) GetDRACHOptimizationFunction ¶

func (o *SubNetworkSingleAllOf1) GetDRACHOptimizationFunction() DRACHOptimizationFunctionSingle

GetDRACHOptimizationFunction returns the DRACHOptimizationFunction field value if set, zero value otherwise.

func (*SubNetworkSingleAllOf1) GetDRACHOptimizationFunctionOk ¶

func (o *SubNetworkSingleAllOf1) GetDRACHOptimizationFunctionOk() (*DRACHOptimizationFunctionSingle, bool)

GetDRACHOptimizationFunctionOk returns a tuple with the DRACHOptimizationFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingleAllOf1) GetDynamic5QISet ¶

func (o *SubNetworkSingleAllOf1) GetDynamic5QISet() []Dynamic5QISetSingle

GetDynamic5QISet returns the Dynamic5QISet field value if set, zero value otherwise.

func (*SubNetworkSingleAllOf1) GetDynamic5QISetOk ¶

func (o *SubNetworkSingleAllOf1) GetDynamic5QISetOk() ([]Dynamic5QISetSingle, bool)

GetDynamic5QISetOk returns a tuple with the Dynamic5QISet field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingleAllOf1) GetEUtranFrequency ¶

func (o *SubNetworkSingleAllOf1) GetEUtranFrequency() []EUtranFrequencySingle

GetEUtranFrequency returns the EUtranFrequency field value if set, zero value otherwise.

func (*SubNetworkSingleAllOf1) GetEUtranFrequencyOk ¶

func (o *SubNetworkSingleAllOf1) GetEUtranFrequencyOk() ([]EUtranFrequencySingle, bool)

GetEUtranFrequencyOk returns a tuple with the EUtranFrequency field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingleAllOf1) GetExternalENBFunction ¶

func (o *SubNetworkSingleAllOf1) GetExternalENBFunction() []ExternalENBFunctionSingle

GetExternalENBFunction returns the ExternalENBFunction field value if set, zero value otherwise.

func (*SubNetworkSingleAllOf1) GetExternalENBFunctionOk ¶

func (o *SubNetworkSingleAllOf1) GetExternalENBFunctionOk() ([]ExternalENBFunctionSingle, bool)

GetExternalENBFunctionOk returns a tuple with the ExternalENBFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingleAllOf1) GetExternalGnbCuCpFunction ¶

func (o *SubNetworkSingleAllOf1) GetExternalGnbCuCpFunction() []ExternalGnbCuCpFunctionSingle

GetExternalGnbCuCpFunction returns the ExternalGnbCuCpFunction field value if set, zero value otherwise.

func (*SubNetworkSingleAllOf1) GetExternalGnbCuCpFunctionOk ¶

func (o *SubNetworkSingleAllOf1) GetExternalGnbCuCpFunctionOk() ([]ExternalGnbCuCpFunctionSingle, bool)

GetExternalGnbCuCpFunctionOk returns a tuple with the ExternalGnbCuCpFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingleAllOf1) GetManagedElement ¶

func (o *SubNetworkSingleAllOf1) GetManagedElement() []ManagedElementSingle

GetManagedElement returns the ManagedElement field value if set, zero value otherwise.

func (*SubNetworkSingleAllOf1) GetManagedElementOk ¶

func (o *SubNetworkSingleAllOf1) GetManagedElementOk() ([]ManagedElementSingle, bool)

GetManagedElementOk returns a tuple with the ManagedElement field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingleAllOf1) GetNRFrequency ¶

func (o *SubNetworkSingleAllOf1) GetNRFrequency() []NRFrequencySingle

GetNRFrequency returns the NRFrequency field value if set, zero value otherwise.

func (*SubNetworkSingleAllOf1) GetNRFrequencyOk ¶

func (o *SubNetworkSingleAllOf1) GetNRFrequencyOk() ([]NRFrequencySingle, bool)

GetNRFrequencyOk returns a tuple with the NRFrequency field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingleAllOf1) GetRimRSGlobal ¶

func (o *SubNetworkSingleAllOf1) GetRimRSGlobal() RimRSGlobalSingle

GetRimRSGlobal returns the RimRSGlobal field value if set, zero value otherwise.

func (*SubNetworkSingleAllOf1) GetRimRSGlobalOk ¶

func (o *SubNetworkSingleAllOf1) GetRimRSGlobalOk() (*RimRSGlobalSingle, bool)

GetRimRSGlobalOk returns a tuple with the RimRSGlobal field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingleAllOf1) GetSubNetwork ¶

func (o *SubNetworkSingleAllOf1) GetSubNetwork() []SubNetworkSingle

GetSubNetwork returns the SubNetwork field value if set, zero value otherwise.

func (*SubNetworkSingleAllOf1) GetSubNetworkOk ¶

func (o *SubNetworkSingleAllOf1) GetSubNetworkOk() ([]SubNetworkSingle, bool)

GetSubNetworkOk returns a tuple with the SubNetwork field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingleAllOf1) HasCCOFunction ¶

func (o *SubNetworkSingleAllOf1) HasCCOFunction() bool

HasCCOFunction returns a boolean if a field has been set.

func (*SubNetworkSingleAllOf1) HasCESManagementFunction ¶

func (o *SubNetworkSingleAllOf1) HasCESManagementFunction() bool

HasCESManagementFunction returns a boolean if a field has been set.

func (*SubNetworkSingleAllOf1) HasCPCIConfigurationFunction ¶

func (o *SubNetworkSingleAllOf1) HasCPCIConfigurationFunction() bool

HasCPCIConfigurationFunction returns a boolean if a field has been set.

func (*SubNetworkSingleAllOf1) HasConfigurable5QISet ¶

func (o *SubNetworkSingleAllOf1) HasConfigurable5QISet() bool

HasConfigurable5QISet returns a boolean if a field has been set.

func (*SubNetworkSingleAllOf1) HasDESManagementFunction ¶

func (o *SubNetworkSingleAllOf1) HasDESManagementFunction() bool

HasDESManagementFunction returns a boolean if a field has been set.

func (*SubNetworkSingleAllOf1) HasDLBOFunction ¶

func (o *SubNetworkSingleAllOf1) HasDLBOFunction() bool

HasDLBOFunction returns a boolean if a field has been set.

func (*SubNetworkSingleAllOf1) HasDMROFunction ¶

func (o *SubNetworkSingleAllOf1) HasDMROFunction() bool

HasDMROFunction returns a boolean if a field has been set.

func (*SubNetworkSingleAllOf1) HasDPCIConfigurationFunction ¶

func (o *SubNetworkSingleAllOf1) HasDPCIConfigurationFunction() bool

HasDPCIConfigurationFunction returns a boolean if a field has been set.

func (*SubNetworkSingleAllOf1) HasDRACHOptimizationFunction ¶

func (o *SubNetworkSingleAllOf1) HasDRACHOptimizationFunction() bool

HasDRACHOptimizationFunction returns a boolean if a field has been set.

func (*SubNetworkSingleAllOf1) HasDynamic5QISet ¶

func (o *SubNetworkSingleAllOf1) HasDynamic5QISet() bool

HasDynamic5QISet returns a boolean if a field has been set.

func (*SubNetworkSingleAllOf1) HasEUtranFrequency ¶

func (o *SubNetworkSingleAllOf1) HasEUtranFrequency() bool

HasEUtranFrequency returns a boolean if a field has been set.

func (*SubNetworkSingleAllOf1) HasExternalENBFunction ¶

func (o *SubNetworkSingleAllOf1) HasExternalENBFunction() bool

HasExternalENBFunction returns a boolean if a field has been set.

func (*SubNetworkSingleAllOf1) HasExternalGnbCuCpFunction ¶

func (o *SubNetworkSingleAllOf1) HasExternalGnbCuCpFunction() bool

HasExternalGnbCuCpFunction returns a boolean if a field has been set.

func (*SubNetworkSingleAllOf1) HasManagedElement ¶

func (o *SubNetworkSingleAllOf1) HasManagedElement() bool

HasManagedElement returns a boolean if a field has been set.

func (*SubNetworkSingleAllOf1) HasNRFrequency ¶

func (o *SubNetworkSingleAllOf1) HasNRFrequency() bool

HasNRFrequency returns a boolean if a field has been set.

func (*SubNetworkSingleAllOf1) HasRimRSGlobal ¶

func (o *SubNetworkSingleAllOf1) HasRimRSGlobal() bool

HasRimRSGlobal returns a boolean if a field has been set.

func (*SubNetworkSingleAllOf1) HasSubNetwork ¶

func (o *SubNetworkSingleAllOf1) HasSubNetwork() bool

HasSubNetwork returns a boolean if a field has been set.

func (SubNetworkSingleAllOf1) MarshalJSON ¶

func (o SubNetworkSingleAllOf1) MarshalJSON() ([]byte, error)

func (*SubNetworkSingleAllOf1) SetCCOFunction ¶

func (o *SubNetworkSingleAllOf1) SetCCOFunction(v CCOFunctionSingle)

SetCCOFunction gets a reference to the given CCOFunctionSingle and assigns it to the CCOFunction field.

func (*SubNetworkSingleAllOf1) SetCESManagementFunction ¶

func (o *SubNetworkSingleAllOf1) SetCESManagementFunction(v CESManagementFunctionSingle)

SetCESManagementFunction gets a reference to the given CESManagementFunctionSingle and assigns it to the CESManagementFunction field.

func (*SubNetworkSingleAllOf1) SetCPCIConfigurationFunction ¶

func (o *SubNetworkSingleAllOf1) SetCPCIConfigurationFunction(v CPCIConfigurationFunctionSingle)

SetCPCIConfigurationFunction gets a reference to the given CPCIConfigurationFunctionSingle and assigns it to the CPCIConfigurationFunction field.

func (*SubNetworkSingleAllOf1) SetConfigurable5QISet ¶

func (o *SubNetworkSingleAllOf1) SetConfigurable5QISet(v []Configurable5QISetSingle)

SetConfigurable5QISet gets a reference to the given []Configurable5QISetSingle and assigns it to the Configurable5QISet field.

func (*SubNetworkSingleAllOf1) SetDESManagementFunction ¶

func (o *SubNetworkSingleAllOf1) SetDESManagementFunction(v DESManagementFunctionSingle)

SetDESManagementFunction gets a reference to the given DESManagementFunctionSingle and assigns it to the DESManagementFunction field.

func (*SubNetworkSingleAllOf1) SetDLBOFunction ¶

func (o *SubNetworkSingleAllOf1) SetDLBOFunction(v DLBOFunctionSingle)

SetDLBOFunction gets a reference to the given DLBOFunctionSingle and assigns it to the DLBOFunction field.

func (*SubNetworkSingleAllOf1) SetDMROFunction ¶

func (o *SubNetworkSingleAllOf1) SetDMROFunction(v DMROFunctionSingle)

SetDMROFunction gets a reference to the given DMROFunctionSingle and assigns it to the DMROFunction field.

func (*SubNetworkSingleAllOf1) SetDPCIConfigurationFunction ¶

func (o *SubNetworkSingleAllOf1) SetDPCIConfigurationFunction(v DPCIConfigurationFunctionSingle)

SetDPCIConfigurationFunction gets a reference to the given DPCIConfigurationFunctionSingle and assigns it to the DPCIConfigurationFunction field.

func (*SubNetworkSingleAllOf1) SetDRACHOptimizationFunction ¶

func (o *SubNetworkSingleAllOf1) SetDRACHOptimizationFunction(v DRACHOptimizationFunctionSingle)

SetDRACHOptimizationFunction gets a reference to the given DRACHOptimizationFunctionSingle and assigns it to the DRACHOptimizationFunction field.

func (*SubNetworkSingleAllOf1) SetDynamic5QISet ¶

func (o *SubNetworkSingleAllOf1) SetDynamic5QISet(v []Dynamic5QISetSingle)

SetDynamic5QISet gets a reference to the given []Dynamic5QISetSingle and assigns it to the Dynamic5QISet field.

func (*SubNetworkSingleAllOf1) SetEUtranFrequency ¶

func (o *SubNetworkSingleAllOf1) SetEUtranFrequency(v []EUtranFrequencySingle)

SetEUtranFrequency gets a reference to the given []EUtranFrequencySingle and assigns it to the EUtranFrequency field.

func (*SubNetworkSingleAllOf1) SetExternalENBFunction ¶

func (o *SubNetworkSingleAllOf1) SetExternalENBFunction(v []ExternalENBFunctionSingle)

SetExternalENBFunction gets a reference to the given []ExternalENBFunctionSingle and assigns it to the ExternalENBFunction field.

func (*SubNetworkSingleAllOf1) SetExternalGnbCuCpFunction ¶

func (o *SubNetworkSingleAllOf1) SetExternalGnbCuCpFunction(v []ExternalGnbCuCpFunctionSingle)

SetExternalGnbCuCpFunction gets a reference to the given []ExternalGnbCuCpFunctionSingle and assigns it to the ExternalGnbCuCpFunction field.

func (*SubNetworkSingleAllOf1) SetManagedElement ¶

func (o *SubNetworkSingleAllOf1) SetManagedElement(v []ManagedElementSingle)

SetManagedElement gets a reference to the given []ManagedElementSingle and assigns it to the ManagedElement field.

func (*SubNetworkSingleAllOf1) SetNRFrequency ¶

func (o *SubNetworkSingleAllOf1) SetNRFrequency(v []NRFrequencySingle)

SetNRFrequency gets a reference to the given []NRFrequencySingle and assigns it to the NRFrequency field.

func (*SubNetworkSingleAllOf1) SetRimRSGlobal ¶

func (o *SubNetworkSingleAllOf1) SetRimRSGlobal(v RimRSGlobalSingle)

SetRimRSGlobal gets a reference to the given RimRSGlobalSingle and assigns it to the RimRSGlobal field.

func (*SubNetworkSingleAllOf1) SetSubNetwork ¶

func (o *SubNetworkSingleAllOf1) SetSubNetwork(v []SubNetworkSingle)

SetSubNetwork gets a reference to the given []SubNetworkSingle and assigns it to the SubNetwork field.

func (SubNetworkSingleAllOf1) ToMap ¶

func (o SubNetworkSingleAllOf1) ToMap() (map[string]interface{}, error)

type SupportedPerfMetricGroup ¶

type SupportedPerfMetricGroup struct {
	PerformanceMetrics        []string `json:"performanceMetrics,omitempty"`
	GranularityPeriods        []int32  `json:"granularityPeriods,omitempty"`
	ReportingMethods          []string `json:"reportingMethods,omitempty"`
	MonitorGranularityPeriods []int32  `json:"monitorGranularityPeriods,omitempty"`
}

SupportedPerfMetricGroup struct for SupportedPerfMetricGroup

func NewSupportedPerfMetricGroup ¶

func NewSupportedPerfMetricGroup() *SupportedPerfMetricGroup

NewSupportedPerfMetricGroup instantiates a new SupportedPerfMetricGroup object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSupportedPerfMetricGroupWithDefaults ¶

func NewSupportedPerfMetricGroupWithDefaults() *SupportedPerfMetricGroup

NewSupportedPerfMetricGroupWithDefaults instantiates a new SupportedPerfMetricGroup object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SupportedPerfMetricGroup) GetGranularityPeriods ¶

func (o *SupportedPerfMetricGroup) GetGranularityPeriods() []int32

GetGranularityPeriods returns the GranularityPeriods field value if set, zero value otherwise.

func (*SupportedPerfMetricGroup) GetGranularityPeriodsOk ¶

func (o *SupportedPerfMetricGroup) GetGranularityPeriodsOk() ([]int32, bool)

GetGranularityPeriodsOk returns a tuple with the GranularityPeriods field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SupportedPerfMetricGroup) GetMonitorGranularityPeriods ¶

func (o *SupportedPerfMetricGroup) GetMonitorGranularityPeriods() []int32

GetMonitorGranularityPeriods returns the MonitorGranularityPeriods field value if set, zero value otherwise.

func (*SupportedPerfMetricGroup) GetMonitorGranularityPeriodsOk ¶

func (o *SupportedPerfMetricGroup) GetMonitorGranularityPeriodsOk() ([]int32, bool)

GetMonitorGranularityPeriodsOk returns a tuple with the MonitorGranularityPeriods field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SupportedPerfMetricGroup) GetPerformanceMetrics ¶

func (o *SupportedPerfMetricGroup) GetPerformanceMetrics() []string

GetPerformanceMetrics returns the PerformanceMetrics field value if set, zero value otherwise.

func (*SupportedPerfMetricGroup) GetPerformanceMetricsOk ¶

func (o *SupportedPerfMetricGroup) GetPerformanceMetricsOk() ([]string, bool)

GetPerformanceMetricsOk returns a tuple with the PerformanceMetrics field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SupportedPerfMetricGroup) GetReportingMethods ¶

func (o *SupportedPerfMetricGroup) GetReportingMethods() []string

GetReportingMethods returns the ReportingMethods field value if set, zero value otherwise.

func (*SupportedPerfMetricGroup) GetReportingMethodsOk ¶

func (o *SupportedPerfMetricGroup) GetReportingMethodsOk() ([]string, bool)

GetReportingMethodsOk returns a tuple with the ReportingMethods field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SupportedPerfMetricGroup) HasGranularityPeriods ¶

func (o *SupportedPerfMetricGroup) HasGranularityPeriods() bool

HasGranularityPeriods returns a boolean if a field has been set.

func (*SupportedPerfMetricGroup) HasMonitorGranularityPeriods ¶

func (o *SupportedPerfMetricGroup) HasMonitorGranularityPeriods() bool

HasMonitorGranularityPeriods returns a boolean if a field has been set.

func (*SupportedPerfMetricGroup) HasPerformanceMetrics ¶

func (o *SupportedPerfMetricGroup) HasPerformanceMetrics() bool

HasPerformanceMetrics returns a boolean if a field has been set.

func (*SupportedPerfMetricGroup) HasReportingMethods ¶

func (o *SupportedPerfMetricGroup) HasReportingMethods() bool

HasReportingMethods returns a boolean if a field has been set.

func (SupportedPerfMetricGroup) MarshalJSON ¶

func (o SupportedPerfMetricGroup) MarshalJSON() ([]byte, error)

func (*SupportedPerfMetricGroup) SetGranularityPeriods ¶

func (o *SupportedPerfMetricGroup) SetGranularityPeriods(v []int32)

SetGranularityPeriods gets a reference to the given []int32 and assigns it to the GranularityPeriods field.

func (*SupportedPerfMetricGroup) SetMonitorGranularityPeriods ¶

func (o *SupportedPerfMetricGroup) SetMonitorGranularityPeriods(v []int32)

SetMonitorGranularityPeriods gets a reference to the given []int32 and assigns it to the MonitorGranularityPeriods field.

func (*SupportedPerfMetricGroup) SetPerformanceMetrics ¶

func (o *SupportedPerfMetricGroup) SetPerformanceMetrics(v []string)

SetPerformanceMetrics gets a reference to the given []string and assigns it to the PerformanceMetrics field.

func (*SupportedPerfMetricGroup) SetReportingMethods ¶

func (o *SupportedPerfMetricGroup) SetReportingMethods(v []string)

SetReportingMethods gets a reference to the given []string and assigns it to the ReportingMethods field.

func (SupportedPerfMetricGroup) ToMap ¶

func (o SupportedPerfMetricGroup) ToMap() (map[string]interface{}, error)

type TReselectionNRSf ¶

type TReselectionNRSf int32

TReselectionNRSf the model 'TReselectionNRSf'

func NewTReselectionNRSfFromValue ¶

func NewTReselectionNRSfFromValue(v int32) (*TReselectionNRSf, error)

NewTReselectionNRSfFromValue returns a pointer to a valid TReselectionNRSf for the value passed as argument, or an error if the value passed is not allowed by the enum

func (TReselectionNRSf) IsValid ¶

func (v TReselectionNRSf) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (TReselectionNRSf) Ptr ¶

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 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 ThresholdInfo ¶

type ThresholdInfo struct {
	ThresholdDirection *string                      `json:"thresholdDirection,omitempty"`
	ThresholdValue     *ThresholdInfoThresholdValue `json:"thresholdValue,omitempty"`
	Hysteresis         *ThresholdInfoHysteresis     `json:"hysteresis,omitempty"`
}

ThresholdInfo struct for ThresholdInfo

func NewThresholdInfo ¶

func NewThresholdInfo() *ThresholdInfo

NewThresholdInfo instantiates a new ThresholdInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewThresholdInfoWithDefaults ¶

func NewThresholdInfoWithDefaults() *ThresholdInfo

NewThresholdInfoWithDefaults instantiates a new ThresholdInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ThresholdInfo) GetHysteresis ¶

func (o *ThresholdInfo) GetHysteresis() ThresholdInfoHysteresis

GetHysteresis returns the Hysteresis field value if set, zero value otherwise.

func (*ThresholdInfo) GetHysteresisOk ¶

func (o *ThresholdInfo) GetHysteresisOk() (*ThresholdInfoHysteresis, bool)

GetHysteresisOk returns a tuple with the Hysteresis field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ThresholdInfo) GetThresholdDirection ¶

func (o *ThresholdInfo) GetThresholdDirection() string

GetThresholdDirection returns the ThresholdDirection field value if set, zero value otherwise.

func (*ThresholdInfo) GetThresholdDirectionOk ¶

func (o *ThresholdInfo) GetThresholdDirectionOk() (*string, bool)

GetThresholdDirectionOk returns a tuple with the ThresholdDirection field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ThresholdInfo) GetThresholdValue ¶

func (o *ThresholdInfo) GetThresholdValue() ThresholdInfoThresholdValue

GetThresholdValue returns the ThresholdValue field value if set, zero value otherwise.

func (*ThresholdInfo) GetThresholdValueOk ¶

func (o *ThresholdInfo) GetThresholdValueOk() (*ThresholdInfoThresholdValue, bool)

GetThresholdValueOk returns a tuple with the ThresholdValue field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ThresholdInfo) HasHysteresis ¶

func (o *ThresholdInfo) HasHysteresis() bool

HasHysteresis returns a boolean if a field has been set.

func (*ThresholdInfo) HasThresholdDirection ¶

func (o *ThresholdInfo) HasThresholdDirection() bool

HasThresholdDirection returns a boolean if a field has been set.

func (*ThresholdInfo) HasThresholdValue ¶

func (o *ThresholdInfo) HasThresholdValue() bool

HasThresholdValue returns a boolean if a field has been set.

func (ThresholdInfo) MarshalJSON ¶

func (o ThresholdInfo) MarshalJSON() ([]byte, error)

func (*ThresholdInfo) SetHysteresis ¶

func (o *ThresholdInfo) SetHysteresis(v ThresholdInfoHysteresis)

SetHysteresis gets a reference to the given ThresholdInfoHysteresis and assigns it to the Hysteresis field.

func (*ThresholdInfo) SetThresholdDirection ¶

func (o *ThresholdInfo) SetThresholdDirection(v string)

SetThresholdDirection gets a reference to the given string and assigns it to the ThresholdDirection field.

func (*ThresholdInfo) SetThresholdValue ¶

func (o *ThresholdInfo) SetThresholdValue(v ThresholdInfoThresholdValue)

SetThresholdValue gets a reference to the given ThresholdInfoThresholdValue and assigns it to the ThresholdValue field.

func (ThresholdInfo) ToMap ¶

func (o ThresholdInfo) ToMap() (map[string]interface{}, error)

type ThresholdInfo1 ¶

type ThresholdInfo1 struct {
	ObservedMeasurement string             `json:"observedMeasurement"`
	ObservedValue       float32            `json:"observedValue"`
	ThresholdLevel      *ThresholdLevelInd `json:"thresholdLevel,omitempty"`
	ArmTime             *time.Time         `json:"armTime,omitempty"`
}

ThresholdInfo1 struct for ThresholdInfo1

func NewThresholdInfo1 ¶

func NewThresholdInfo1(observedMeasurement string, observedValue float32) *ThresholdInfo1

NewThresholdInfo1 instantiates a new ThresholdInfo1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewThresholdInfo1WithDefaults ¶

func NewThresholdInfo1WithDefaults() *ThresholdInfo1

NewThresholdInfo1WithDefaults instantiates a new ThresholdInfo1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ThresholdInfo1) GetArmTime ¶

func (o *ThresholdInfo1) GetArmTime() time.Time

GetArmTime returns the ArmTime field value if set, zero value otherwise.

func (*ThresholdInfo1) GetArmTimeOk ¶

func (o *ThresholdInfo1) GetArmTimeOk() (*time.Time, bool)

GetArmTimeOk returns a tuple with the ArmTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ThresholdInfo1) GetObservedMeasurement ¶

func (o *ThresholdInfo1) GetObservedMeasurement() string

GetObservedMeasurement returns the ObservedMeasurement field value

func (*ThresholdInfo1) GetObservedMeasurementOk ¶

func (o *ThresholdInfo1) GetObservedMeasurementOk() (*string, bool)

GetObservedMeasurementOk returns a tuple with the ObservedMeasurement field value and a boolean to check if the value has been set.

func (*ThresholdInfo1) GetObservedValue ¶

func (o *ThresholdInfo1) GetObservedValue() float32

GetObservedValue returns the ObservedValue field value

func (*ThresholdInfo1) GetObservedValueOk ¶

func (o *ThresholdInfo1) GetObservedValueOk() (*float32, bool)

GetObservedValueOk returns a tuple with the ObservedValue field value and a boolean to check if the value has been set.

func (*ThresholdInfo1) GetThresholdLevel ¶

func (o *ThresholdInfo1) GetThresholdLevel() ThresholdLevelInd

GetThresholdLevel returns the ThresholdLevel field value if set, zero value otherwise.

func (*ThresholdInfo1) GetThresholdLevelOk ¶

func (o *ThresholdInfo1) GetThresholdLevelOk() (*ThresholdLevelInd, bool)

GetThresholdLevelOk returns a tuple with the ThresholdLevel field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ThresholdInfo1) HasArmTime ¶

func (o *ThresholdInfo1) HasArmTime() bool

HasArmTime returns a boolean if a field has been set.

func (*ThresholdInfo1) HasThresholdLevel ¶

func (o *ThresholdInfo1) HasThresholdLevel() bool

HasThresholdLevel returns a boolean if a field has been set.

func (ThresholdInfo1) MarshalJSON ¶

func (o ThresholdInfo1) MarshalJSON() ([]byte, error)

func (*ThresholdInfo1) SetArmTime ¶

func (o *ThresholdInfo1) SetArmTime(v time.Time)

SetArmTime gets a reference to the given time.Time and assigns it to the ArmTime field.

func (*ThresholdInfo1) SetObservedMeasurement ¶

func (o *ThresholdInfo1) SetObservedMeasurement(v string)

SetObservedMeasurement sets field value

func (*ThresholdInfo1) SetObservedValue ¶

func (o *ThresholdInfo1) SetObservedValue(v float32)

SetObservedValue sets field value

func (*ThresholdInfo1) SetThresholdLevel ¶

func (o *ThresholdInfo1) SetThresholdLevel(v ThresholdLevelInd)

SetThresholdLevel gets a reference to the given ThresholdLevelInd and assigns it to the ThresholdLevel field.

func (ThresholdInfo1) ToMap ¶

func (o ThresholdInfo1) ToMap() (map[string]interface{}, error)

type ThresholdInfoHysteresis ¶

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 {
	StartTime *time.Time `json:"startTime,omitempty"`
	EndTime   *time.Time `json:"endTime,omitempty"`
}

TimeWindow struct for TimeWindow

func NewTimeWindow ¶

func NewTimeWindow() *TimeWindow

NewTimeWindow instantiates a new TimeWindow object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTimeWindowWithDefaults ¶

func NewTimeWindowWithDefaults() *TimeWindow

NewTimeWindowWithDefaults instantiates a new TimeWindow object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*TimeWindow) GetEndTime ¶

func (o *TimeWindow) GetEndTime() time.Time

GetEndTime returns the EndTime field value if set, zero value otherwise.

func (*TimeWindow) GetEndTimeOk ¶

func (o *TimeWindow) GetEndTimeOk() (*time.Time, bool)

GetEndTimeOk returns a tuple with the EndTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TimeWindow) GetStartTime ¶

func (o *TimeWindow) GetStartTime() time.Time

GetStartTime returns the StartTime field value if set, zero value otherwise.

func (*TimeWindow) GetStartTimeOk ¶

func (o *TimeWindow) GetStartTimeOk() (*time.Time, bool)

GetStartTimeOk returns a tuple with the StartTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TimeWindow) HasEndTime ¶

func (o *TimeWindow) HasEndTime() bool

HasEndTime returns a boolean if a field has been set.

func (*TimeWindow) HasStartTime ¶

func (o *TimeWindow) HasStartTime() bool

HasStartTime returns a boolean if a field has been set.

func (TimeWindow) MarshalJSON ¶

func (o TimeWindow) MarshalJSON() ([]byte, error)

func (*TimeWindow) SetEndTime ¶

func (o *TimeWindow) SetEndTime(v time.Time)

SetEndTime gets a reference to the given time.Time and assigns it to the EndTime field.

func (*TimeWindow) SetStartTime ¶

func (o *TimeWindow) SetStartTime(v time.Time)

SetStartTime gets a reference to the given time.Time and assigns it to the StartTime field.

func (TimeWindow) ToMap ¶

func (o TimeWindow) ToMap() (map[string]interface{}, error)

type Top ¶

type Top struct {
	Id              NullableString          `json:"id"`
	ObjectClass     *string                 `json:"objectClass,omitempty"`
	ObjectInstance  *string                 `json:"objectInstance,omitempty"`
	VsDataContainer []VsDataContainerSingle `json:"VsDataContainer,omitempty"`
}

Top struct for Top

func NewTop ¶

func NewTop(id NullableString) *Top

NewTop instantiates a new Top object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTopWithDefaults ¶

func NewTopWithDefaults() *Top

NewTopWithDefaults instantiates a new Top object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Top) GetId ¶

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 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 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 TxDirection ¶

type TxDirection string

TxDirection the model 'TxDirection'

const (
	DL        TxDirection = "DL"
	UL        TxDirection = "UL"
	DL_AND_UL TxDirection = "DL and UL"
)

List of TxDirection

func NewTxDirectionFromValue ¶

func NewTxDirectionFromValue(v string) (*TxDirection, error)

NewTxDirectionFromValue returns a pointer to a valid TxDirection for the value passed as argument, or an error if the value passed is not allowed by the enum

func (TxDirection) IsValid ¶

func (v TxDirection) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (TxDirection) Ptr ¶

func (v TxDirection) Ptr() *TxDirection

Ptr returns reference to TxDirection value

func (*TxDirection) UnmarshalJSON ¶

func (v *TxDirection) UnmarshalJSON(src []byte) error

type UeAccDelayProbilityDist ¶

type UeAccDelayProbilityDist struct {
	TargetProbability *int32 `json:"targetProbability,omitempty"`
	Accessdelay       *int32 `json:"accessdelay,omitempty"`
}

UeAccDelayProbilityDist struct for UeAccDelayProbilityDist

func NewUeAccDelayProbilityDist ¶

func NewUeAccDelayProbilityDist() *UeAccDelayProbilityDist

NewUeAccDelayProbilityDist instantiates a new UeAccDelayProbilityDist object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUeAccDelayProbilityDistWithDefaults ¶

func NewUeAccDelayProbilityDistWithDefaults() *UeAccDelayProbilityDist

NewUeAccDelayProbilityDistWithDefaults instantiates a new UeAccDelayProbilityDist object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UeAccDelayProbilityDist) GetAccessdelay ¶

func (o *UeAccDelayProbilityDist) GetAccessdelay() int32

GetAccessdelay returns the Accessdelay field value if set, zero value otherwise.

func (*UeAccDelayProbilityDist) GetAccessdelayOk ¶

func (o *UeAccDelayProbilityDist) GetAccessdelayOk() (*int32, bool)

GetAccessdelayOk returns a tuple with the Accessdelay field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UeAccDelayProbilityDist) GetTargetProbability ¶

func (o *UeAccDelayProbilityDist) GetTargetProbability() int32

GetTargetProbability returns the TargetProbability field value if set, zero value otherwise.

func (*UeAccDelayProbilityDist) GetTargetProbabilityOk ¶

func (o *UeAccDelayProbilityDist) GetTargetProbabilityOk() (*int32, bool)

GetTargetProbabilityOk returns a tuple with the TargetProbability field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UeAccDelayProbilityDist) HasAccessdelay ¶

func (o *UeAccDelayProbilityDist) HasAccessdelay() bool

HasAccessdelay returns a boolean if a field has been set.

func (*UeAccDelayProbilityDist) HasTargetProbability ¶

func (o *UeAccDelayProbilityDist) HasTargetProbability() bool

HasTargetProbability returns a boolean if a field has been set.

func (UeAccDelayProbilityDist) MarshalJSON ¶

func (o UeAccDelayProbilityDist) MarshalJSON() ([]byte, error)

func (*UeAccDelayProbilityDist) SetAccessdelay ¶

func (o *UeAccDelayProbilityDist) SetAccessdelay(v int32)

SetAccessdelay gets a reference to the given int32 and assigns it to the Accessdelay field.

func (*UeAccDelayProbilityDist) SetTargetProbability ¶

func (o *UeAccDelayProbilityDist) SetTargetProbability(v int32)

SetTargetProbability gets a reference to the given int32 and assigns it to the TargetProbability field.

func (UeAccDelayProbilityDist) ToMap ¶

func (o UeAccDelayProbilityDist) ToMap() (map[string]interface{}, error)

type UeAccProbilityDist ¶

type UeAccProbilityDist struct {
	TargetProbability     *int32 `json:"targetProbability,omitempty"`
	Numberofpreamblessent *int32 `json:"numberofpreamblessent,omitempty"`
}

UeAccProbilityDist struct for UeAccProbilityDist

func NewUeAccProbilityDist ¶

func NewUeAccProbilityDist() *UeAccProbilityDist

NewUeAccProbilityDist instantiates a new UeAccProbilityDist object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUeAccProbilityDistWithDefaults ¶

func NewUeAccProbilityDistWithDefaults() *UeAccProbilityDist

NewUeAccProbilityDistWithDefaults instantiates a new UeAccProbilityDist object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UeAccProbilityDist) GetNumberofpreamblessent ¶

func (o *UeAccProbilityDist) GetNumberofpreamblessent() int32

GetNumberofpreamblessent returns the Numberofpreamblessent field value if set, zero value otherwise.

func (*UeAccProbilityDist) GetNumberofpreamblessentOk ¶

func (o *UeAccProbilityDist) GetNumberofpreamblessentOk() (*int32, bool)

GetNumberofpreamblessentOk returns a tuple with the Numberofpreamblessent field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UeAccProbilityDist) GetTargetProbability ¶

func (o *UeAccProbilityDist) GetTargetProbability() int32

GetTargetProbability returns the TargetProbability field value if set, zero value otherwise.

func (*UeAccProbilityDist) GetTargetProbabilityOk ¶

func (o *UeAccProbilityDist) GetTargetProbabilityOk() (*int32, bool)

GetTargetProbabilityOk returns a tuple with the TargetProbability field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UeAccProbilityDist) HasNumberofpreamblessent ¶

func (o *UeAccProbilityDist) HasNumberofpreamblessent() bool

HasNumberofpreamblessent returns a boolean if a field has been set.

func (*UeAccProbilityDist) HasTargetProbability ¶

func (o *UeAccProbilityDist) HasTargetProbability() bool

HasTargetProbability returns a boolean if a field has been set.

func (UeAccProbilityDist) MarshalJSON ¶

func (o UeAccProbilityDist) MarshalJSON() ([]byte, error)

func (*UeAccProbilityDist) SetNumberofpreamblessent ¶

func (o *UeAccProbilityDist) SetNumberofpreamblessent(v int32)

SetNumberofpreamblessent gets a reference to the given int32 and assigns it to the Numberofpreamblessent field.

func (*UeAccProbilityDist) SetTargetProbability ¶

func (o *UeAccProbilityDist) SetTargetProbability(v int32)

SetTargetProbability gets a reference to the given int32 and assigns it to the TargetProbability field.

func (UeAccProbilityDist) ToMap ¶

func (o UeAccProbilityDist) ToMap() (map[string]interface{}, error)

type UsageState ¶

type UsageState string

UsageState the model 'UsageState'

const (
	IDEL   UsageState = "IDEL"
	ACTIVE UsageState = "ACTIVE"
	BUSY   UsageState = "BUSY"
)

List of UsageState

func NewUsageStateFromValue ¶

func NewUsageStateFromValue(v string) (*UsageState, error)

NewUsageStateFromValue returns a pointer to a valid UsageState for the value passed as argument, or an error if the value passed is not allowed by the enum

func (UsageState) IsValid ¶

func (v UsageState) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (UsageState) Ptr ¶

func (v UsageState) Ptr() *UsageState

Ptr returns reference to UsageState value

func (*UsageState) UnmarshalJSON ¶

func (v *UsageState) UnmarshalJSON(src []byte) error

type VnfParameter ¶

type VnfParameter struct {
	VnfInstanceId *string `json:"vnfInstanceId,omitempty"`
	VnfdId        *string `json:"vnfdId,omitempty"`
	FlavourId     *string `json:"flavourId,omitempty"`
	AutoScalable  *bool   `json:"autoScalable,omitempty"`
}

VnfParameter struct for VnfParameter

func NewVnfParameter ¶

func NewVnfParameter() *VnfParameter

NewVnfParameter instantiates a new VnfParameter object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewVnfParameterWithDefaults ¶

func NewVnfParameterWithDefaults() *VnfParameter

NewVnfParameterWithDefaults instantiates a new VnfParameter object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*VnfParameter) GetAutoScalable ¶

func (o *VnfParameter) GetAutoScalable() bool

GetAutoScalable returns the AutoScalable field value if set, zero value otherwise.

func (*VnfParameter) GetAutoScalableOk ¶

func (o *VnfParameter) GetAutoScalableOk() (*bool, bool)

GetAutoScalableOk returns a tuple with the AutoScalable field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VnfParameter) GetFlavourId ¶

func (o *VnfParameter) GetFlavourId() string

GetFlavourId returns the FlavourId field value if set, zero value otherwise.

func (*VnfParameter) GetFlavourIdOk ¶

func (o *VnfParameter) GetFlavourIdOk() (*string, bool)

GetFlavourIdOk returns a tuple with the FlavourId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VnfParameter) GetVnfInstanceId ¶

func (o *VnfParameter) GetVnfInstanceId() string

GetVnfInstanceId returns the VnfInstanceId field value if set, zero value otherwise.

func (*VnfParameter) GetVnfInstanceIdOk ¶

func (o *VnfParameter) GetVnfInstanceIdOk() (*string, bool)

GetVnfInstanceIdOk returns a tuple with the VnfInstanceId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VnfParameter) GetVnfdId ¶

func (o *VnfParameter) GetVnfdId() string

GetVnfdId returns the VnfdId field value if set, zero value otherwise.

func (*VnfParameter) GetVnfdIdOk ¶

func (o *VnfParameter) GetVnfdIdOk() (*string, bool)

GetVnfdIdOk returns a tuple with the VnfdId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VnfParameter) HasAutoScalable ¶

func (o *VnfParameter) HasAutoScalable() bool

HasAutoScalable returns a boolean if a field has been set.

func (*VnfParameter) HasFlavourId ¶

func (o *VnfParameter) HasFlavourId() bool

HasFlavourId returns a boolean if a field has been set.

func (*VnfParameter) HasVnfInstanceId ¶

func (o *VnfParameter) HasVnfInstanceId() bool

HasVnfInstanceId returns a boolean if a field has been set.

func (*VnfParameter) HasVnfdId ¶

func (o *VnfParameter) HasVnfdId() bool

HasVnfdId returns a boolean if a field has been set.

func (VnfParameter) MarshalJSON ¶

func (o VnfParameter) MarshalJSON() ([]byte, error)

func (*VnfParameter) SetAutoScalable ¶

func (o *VnfParameter) SetAutoScalable(v bool)

SetAutoScalable gets a reference to the given bool and assigns it to the AutoScalable field.

func (*VnfParameter) SetFlavourId ¶

func (o *VnfParameter) SetFlavourId(v string)

SetFlavourId gets a reference to the given string and assigns it to the FlavourId field.

func (*VnfParameter) SetVnfInstanceId ¶

func (o *VnfParameter) SetVnfInstanceId(v string)

SetVnfInstanceId gets a reference to the given string and assigns it to the VnfInstanceId field.

func (*VnfParameter) SetVnfdId ¶

func (o *VnfParameter) SetVnfdId(v string)

SetVnfdId gets a reference to the given string and assigns it to the VnfdId field.

func (VnfParameter) ToMap ¶

func (o VnfParameter) ToMap() (map[string]interface{}, error)

type VsDataContainerSingle ¶

type VsDataContainerSingle struct {
	Id              *string                          `json:"id,omitempty"`
	Attributes      *VsDataContainerSingleAttributes `json:"attributes,omitempty"`
	VsDataContainer []VsDataContainerSingle          `json:"VsDataContainer,omitempty"`
}

VsDataContainerSingle struct for VsDataContainerSingle

func NewVsDataContainerSingle ¶

func NewVsDataContainerSingle() *VsDataContainerSingle

NewVsDataContainerSingle instantiates a new VsDataContainerSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewVsDataContainerSingleWithDefaults ¶

func NewVsDataContainerSingleWithDefaults() *VsDataContainerSingle

NewVsDataContainerSingleWithDefaults instantiates a new VsDataContainerSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*VsDataContainerSingle) GetAttributes ¶

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)

Source Files ¶

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL