openapi_SliceNrm

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_SliceNrm

OAS 3.0.1 specification of the Slice 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_SliceNrm "github.com/GIT_USER_ID/GIT_REPO_ID/openapi_SliceNrm"

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_SliceNrm.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_SliceNrm.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_SliceNrm.ContextOperationServerIndices, map[string]int{
	"{classname}Service.{nickname}": 2,
})
ctx = context.WithValue(context.Background(), openapi_SliceNrm.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 AllowedCategoryEnumValues = []Category{
	"CHARACTER",
	"SCALABILITY",
}

All allowed values of Category 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 AllowedEventListForEventTriggeredMeasurementTypeEnumValues = []EventListForEventTriggeredMeasurementType{
	"OUT_OF_COVERAGE",
	"A2_EVENT",
}

All allowed values of EventListForEventTriggeredMeasurementType enum

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

All allowed values of Exposure enum

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

All allowed values of FeasibilityResult enum

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

All allowed values of FileNotificationTypes enum

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

All allowed values of HeartbeatNotificationTypes enum

View Source
var AllowedJobTypeTypeEnumValues = []JobTypeType{
	"IMMEDIATE_MDT_ONLY",
	"LOGGED_MDT_ONLY",
	"TRACE_ONLY",
	"IMMEDIATE_MDT AND TRACE",
	"RLF_REPORT_ONLY",
	"RCEF_REPORT_ONLY",
	"LOGGED_MBSFN_MDT",
}

All allowed values of JobTypeType enum

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

All allowed values of LoggingDurationType enum

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

All allowed values of MeasurementPeriodLteType enum

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

All allowed values of MeasurementPeriodUmtsType enum

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

All allowed values of MeasurementQuantityType enum

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

All allowed values of MobilityLevel enum

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

All allowed values of NetworkSliceSharingIndicator 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 AllowedPredictionfrequencyEnumValues = []Predictionfrequency{
	"PERSEC",
	"PERMIN",
	"PERHOUR",
}

All allowed values of Predictionfrequency 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 AllowedResourceReservationStatusEnumValues = []ResourceReservationStatus{
	"RESERVED",
	"UNRESERVED",
	"USED",
}

All allowed values of ResourceReservationStatus enum

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

All allowed values of SharingLevel enum

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

All allowed values of SliceSimultaneousUse enum

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

All allowed values of Support enum

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

All allowed values of SynAvailability enum

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

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 Slice 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 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
	ArrayOfTai           *[]Tai
	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 ArrayOfTaiAsAreaOfInterest

func ArrayOfTaiAsAreaOfInterest(v *[]Tai) AreaOfInterest

[]TaiAsAreaOfInterest is a convenience function that returns []Tai 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 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 CNSliceSubnetProfile

type CNSliceSubnetProfile struct {
	MaxNumberofUEs         *int32                  `json:"maxNumberofUEs,omitempty"`
	DLLatency              *float32                `json:"dLLatency,omitempty"`
	ULLatency              *float32                `json:"uLLatency,omitempty"`
	DLThptPerSliceSubnet   *XLThpt                 `json:"dLThptPerSliceSubnet,omitempty"`
	DLThptPerUE            *XLThpt                 `json:"dLThptPerUE,omitempty"`
	ULThptPerSliceSubnet   *XLThpt                 `json:"uLThptPerSliceSubnet,omitempty"`
	ULThptPerUE            *XLThpt                 `json:"uLThptPerUE,omitempty"`
	MaxNumberOfPDUSessions *int32                  `json:"maxNumberOfPDUSessions,omitempty"`
	CoverageAreaTAList     []int32                 `json:"coverageAreaTAList,omitempty"`
	ResourceSharingLevel   *SharingLevel           `json:"resourceSharingLevel,omitempty"`
	DLMaxPktSize           *int32                  `json:"dLMaxPktSize,omitempty"`
	ULMaxPktSize           *int32                  `json:"uLMaxPktSize,omitempty"`
	DelayTolerance         *DelayTolerance         `json:"delayTolerance,omitempty"`
	Synchronicity          *SynchronicityRANSubnet `json:"synchronicity,omitempty"`
	SliceSimultaneousUse   *SliceSimultaneousUse   `json:"sliceSimultaneousUse,omitempty"`
	Reliability            *float32                `json:"reliability,omitempty"`
	EnergyEfficiency       *float32                `json:"energyEfficiency,omitempty"`
	DLDeterministicComm    *DeterministicComm      `json:"dLDeterministicComm,omitempty"`
	ULDeterministicComm    *DeterministicComm      `json:"uLDeterministicComm,omitempty"`
	SurvivalTime           *float32                `json:"survivalTime,omitempty"`
	NssaaSupport           *NSSAASupport           `json:"nssaaSupport,omitempty"`
	N6Protection           *N6Protection           `json:"n6Protection,omitempty"`
}

CNSliceSubnetProfile struct for CNSliceSubnetProfile

func NewCNSliceSubnetProfile

func NewCNSliceSubnetProfile() *CNSliceSubnetProfile

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

func NewCNSliceSubnetProfileWithDefaults

func NewCNSliceSubnetProfileWithDefaults() *CNSliceSubnetProfile

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

func (*CNSliceSubnetProfile) GetCoverageAreaTAList

func (o *CNSliceSubnetProfile) GetCoverageAreaTAList() []int32

GetCoverageAreaTAList returns the CoverageAreaTAList field value if set, zero value otherwise.

func (*CNSliceSubnetProfile) GetCoverageAreaTAListOk

func (o *CNSliceSubnetProfile) GetCoverageAreaTAListOk() ([]int32, bool)

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

func (*CNSliceSubnetProfile) GetDLDeterministicComm

func (o *CNSliceSubnetProfile) GetDLDeterministicComm() DeterministicComm

GetDLDeterministicComm returns the DLDeterministicComm field value if set, zero value otherwise.

func (*CNSliceSubnetProfile) GetDLDeterministicCommOk

func (o *CNSliceSubnetProfile) GetDLDeterministicCommOk() (*DeterministicComm, bool)

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

func (*CNSliceSubnetProfile) GetDLLatency

func (o *CNSliceSubnetProfile) GetDLLatency() float32

GetDLLatency returns the DLLatency field value if set, zero value otherwise.

func (*CNSliceSubnetProfile) GetDLLatencyOk

func (o *CNSliceSubnetProfile) GetDLLatencyOk() (*float32, bool)

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

func (*CNSliceSubnetProfile) GetDLMaxPktSize

func (o *CNSliceSubnetProfile) GetDLMaxPktSize() int32

GetDLMaxPktSize returns the DLMaxPktSize field value if set, zero value otherwise.

func (*CNSliceSubnetProfile) GetDLMaxPktSizeOk

func (o *CNSliceSubnetProfile) GetDLMaxPktSizeOk() (*int32, bool)

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

func (*CNSliceSubnetProfile) GetDLThptPerSliceSubnet

func (o *CNSliceSubnetProfile) GetDLThptPerSliceSubnet() XLThpt

GetDLThptPerSliceSubnet returns the DLThptPerSliceSubnet field value if set, zero value otherwise.

func (*CNSliceSubnetProfile) GetDLThptPerSliceSubnetOk

func (o *CNSliceSubnetProfile) GetDLThptPerSliceSubnetOk() (*XLThpt, bool)

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

func (*CNSliceSubnetProfile) GetDLThptPerUE

func (o *CNSliceSubnetProfile) GetDLThptPerUE() XLThpt

GetDLThptPerUE returns the DLThptPerUE field value if set, zero value otherwise.

func (*CNSliceSubnetProfile) GetDLThptPerUEOk

func (o *CNSliceSubnetProfile) GetDLThptPerUEOk() (*XLThpt, bool)

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

func (*CNSliceSubnetProfile) GetDelayTolerance

func (o *CNSliceSubnetProfile) GetDelayTolerance() DelayTolerance

GetDelayTolerance returns the DelayTolerance field value if set, zero value otherwise.

func (*CNSliceSubnetProfile) GetDelayToleranceOk

func (o *CNSliceSubnetProfile) GetDelayToleranceOk() (*DelayTolerance, bool)

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

func (*CNSliceSubnetProfile) GetEnergyEfficiency

func (o *CNSliceSubnetProfile) GetEnergyEfficiency() float32

GetEnergyEfficiency returns the EnergyEfficiency field value if set, zero value otherwise.

func (*CNSliceSubnetProfile) GetEnergyEfficiencyOk

func (o *CNSliceSubnetProfile) GetEnergyEfficiencyOk() (*float32, bool)

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

func (*CNSliceSubnetProfile) GetMaxNumberOfPDUSessions

func (o *CNSliceSubnetProfile) GetMaxNumberOfPDUSessions() int32

GetMaxNumberOfPDUSessions returns the MaxNumberOfPDUSessions field value if set, zero value otherwise.

func (*CNSliceSubnetProfile) GetMaxNumberOfPDUSessionsOk

func (o *CNSliceSubnetProfile) GetMaxNumberOfPDUSessionsOk() (*int32, bool)

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

func (*CNSliceSubnetProfile) GetMaxNumberofUEs

func (o *CNSliceSubnetProfile) GetMaxNumberofUEs() int32

GetMaxNumberofUEs returns the MaxNumberofUEs field value if set, zero value otherwise.

func (*CNSliceSubnetProfile) GetMaxNumberofUEsOk

func (o *CNSliceSubnetProfile) GetMaxNumberofUEsOk() (*int32, bool)

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

func (*CNSliceSubnetProfile) GetN6Protection

func (o *CNSliceSubnetProfile) GetN6Protection() N6Protection

GetN6Protection returns the N6Protection field value if set, zero value otherwise.

func (*CNSliceSubnetProfile) GetN6ProtectionOk

func (o *CNSliceSubnetProfile) GetN6ProtectionOk() (*N6Protection, bool)

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

func (*CNSliceSubnetProfile) GetNssaaSupport

func (o *CNSliceSubnetProfile) GetNssaaSupport() NSSAASupport

GetNssaaSupport returns the NssaaSupport field value if set, zero value otherwise.

func (*CNSliceSubnetProfile) GetNssaaSupportOk

func (o *CNSliceSubnetProfile) GetNssaaSupportOk() (*NSSAASupport, bool)

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

func (*CNSliceSubnetProfile) GetReliability

func (o *CNSliceSubnetProfile) GetReliability() float32

GetReliability returns the Reliability field value if set, zero value otherwise.

func (*CNSliceSubnetProfile) GetReliabilityOk

func (o *CNSliceSubnetProfile) GetReliabilityOk() (*float32, bool)

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

func (*CNSliceSubnetProfile) GetResourceSharingLevel

func (o *CNSliceSubnetProfile) GetResourceSharingLevel() SharingLevel

GetResourceSharingLevel returns the ResourceSharingLevel field value if set, zero value otherwise.

func (*CNSliceSubnetProfile) GetResourceSharingLevelOk

func (o *CNSliceSubnetProfile) GetResourceSharingLevelOk() (*SharingLevel, bool)

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

func (*CNSliceSubnetProfile) GetSliceSimultaneousUse

func (o *CNSliceSubnetProfile) GetSliceSimultaneousUse() SliceSimultaneousUse

GetSliceSimultaneousUse returns the SliceSimultaneousUse field value if set, zero value otherwise.

func (*CNSliceSubnetProfile) GetSliceSimultaneousUseOk

func (o *CNSliceSubnetProfile) GetSliceSimultaneousUseOk() (*SliceSimultaneousUse, bool)

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

func (*CNSliceSubnetProfile) GetSurvivalTime

func (o *CNSliceSubnetProfile) GetSurvivalTime() float32

GetSurvivalTime returns the SurvivalTime field value if set, zero value otherwise.

func (*CNSliceSubnetProfile) GetSurvivalTimeOk

func (o *CNSliceSubnetProfile) GetSurvivalTimeOk() (*float32, bool)

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

func (*CNSliceSubnetProfile) GetSynchronicity

func (o *CNSliceSubnetProfile) GetSynchronicity() SynchronicityRANSubnet

GetSynchronicity returns the Synchronicity field value if set, zero value otherwise.

func (*CNSliceSubnetProfile) GetSynchronicityOk

func (o *CNSliceSubnetProfile) GetSynchronicityOk() (*SynchronicityRANSubnet, bool)

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

func (*CNSliceSubnetProfile) GetULDeterministicComm

func (o *CNSliceSubnetProfile) GetULDeterministicComm() DeterministicComm

GetULDeterministicComm returns the ULDeterministicComm field value if set, zero value otherwise.

func (*CNSliceSubnetProfile) GetULDeterministicCommOk

func (o *CNSliceSubnetProfile) GetULDeterministicCommOk() (*DeterministicComm, bool)

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

func (*CNSliceSubnetProfile) GetULLatency

func (o *CNSliceSubnetProfile) GetULLatency() float32

GetULLatency returns the ULLatency field value if set, zero value otherwise.

func (*CNSliceSubnetProfile) GetULLatencyOk

func (o *CNSliceSubnetProfile) GetULLatencyOk() (*float32, bool)

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

func (*CNSliceSubnetProfile) GetULMaxPktSize

func (o *CNSliceSubnetProfile) GetULMaxPktSize() int32

GetULMaxPktSize returns the ULMaxPktSize field value if set, zero value otherwise.

func (*CNSliceSubnetProfile) GetULMaxPktSizeOk

func (o *CNSliceSubnetProfile) GetULMaxPktSizeOk() (*int32, bool)

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

func (*CNSliceSubnetProfile) GetULThptPerSliceSubnet

func (o *CNSliceSubnetProfile) GetULThptPerSliceSubnet() XLThpt

GetULThptPerSliceSubnet returns the ULThptPerSliceSubnet field value if set, zero value otherwise.

func (*CNSliceSubnetProfile) GetULThptPerSliceSubnetOk

func (o *CNSliceSubnetProfile) GetULThptPerSliceSubnetOk() (*XLThpt, bool)

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

func (*CNSliceSubnetProfile) GetULThptPerUE

func (o *CNSliceSubnetProfile) GetULThptPerUE() XLThpt

GetULThptPerUE returns the ULThptPerUE field value if set, zero value otherwise.

func (*CNSliceSubnetProfile) GetULThptPerUEOk

func (o *CNSliceSubnetProfile) GetULThptPerUEOk() (*XLThpt, bool)

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

func (*CNSliceSubnetProfile) HasCoverageAreaTAList

func (o *CNSliceSubnetProfile) HasCoverageAreaTAList() bool

HasCoverageAreaTAList returns a boolean if a field has been set.

func (*CNSliceSubnetProfile) HasDLDeterministicComm

func (o *CNSliceSubnetProfile) HasDLDeterministicComm() bool

HasDLDeterministicComm returns a boolean if a field has been set.

func (*CNSliceSubnetProfile) HasDLLatency

func (o *CNSliceSubnetProfile) HasDLLatency() bool

HasDLLatency returns a boolean if a field has been set.

func (*CNSliceSubnetProfile) HasDLMaxPktSize

func (o *CNSliceSubnetProfile) HasDLMaxPktSize() bool

HasDLMaxPktSize returns a boolean if a field has been set.

func (*CNSliceSubnetProfile) HasDLThptPerSliceSubnet

func (o *CNSliceSubnetProfile) HasDLThptPerSliceSubnet() bool

HasDLThptPerSliceSubnet returns a boolean if a field has been set.

func (*CNSliceSubnetProfile) HasDLThptPerUE

func (o *CNSliceSubnetProfile) HasDLThptPerUE() bool

HasDLThptPerUE returns a boolean if a field has been set.

func (*CNSliceSubnetProfile) HasDelayTolerance

func (o *CNSliceSubnetProfile) HasDelayTolerance() bool

HasDelayTolerance returns a boolean if a field has been set.

func (*CNSliceSubnetProfile) HasEnergyEfficiency

func (o *CNSliceSubnetProfile) HasEnergyEfficiency() bool

HasEnergyEfficiency returns a boolean if a field has been set.

func (*CNSliceSubnetProfile) HasMaxNumberOfPDUSessions

func (o *CNSliceSubnetProfile) HasMaxNumberOfPDUSessions() bool

HasMaxNumberOfPDUSessions returns a boolean if a field has been set.

func (*CNSliceSubnetProfile) HasMaxNumberofUEs

func (o *CNSliceSubnetProfile) HasMaxNumberofUEs() bool

HasMaxNumberofUEs returns a boolean if a field has been set.

func (*CNSliceSubnetProfile) HasN6Protection

func (o *CNSliceSubnetProfile) HasN6Protection() bool

HasN6Protection returns a boolean if a field has been set.

func (*CNSliceSubnetProfile) HasNssaaSupport

func (o *CNSliceSubnetProfile) HasNssaaSupport() bool

HasNssaaSupport returns a boolean if a field has been set.

func (*CNSliceSubnetProfile) HasReliability

func (o *CNSliceSubnetProfile) HasReliability() bool

HasReliability returns a boolean if a field has been set.

func (*CNSliceSubnetProfile) HasResourceSharingLevel

func (o *CNSliceSubnetProfile) HasResourceSharingLevel() bool

HasResourceSharingLevel returns a boolean if a field has been set.

func (*CNSliceSubnetProfile) HasSliceSimultaneousUse

func (o *CNSliceSubnetProfile) HasSliceSimultaneousUse() bool

HasSliceSimultaneousUse returns a boolean if a field has been set.

func (*CNSliceSubnetProfile) HasSurvivalTime

func (o *CNSliceSubnetProfile) HasSurvivalTime() bool

HasSurvivalTime returns a boolean if a field has been set.

func (*CNSliceSubnetProfile) HasSynchronicity

func (o *CNSliceSubnetProfile) HasSynchronicity() bool

HasSynchronicity returns a boolean if a field has been set.

func (*CNSliceSubnetProfile) HasULDeterministicComm

func (o *CNSliceSubnetProfile) HasULDeterministicComm() bool

HasULDeterministicComm returns a boolean if a field has been set.

func (*CNSliceSubnetProfile) HasULLatency

func (o *CNSliceSubnetProfile) HasULLatency() bool

HasULLatency returns a boolean if a field has been set.

func (*CNSliceSubnetProfile) HasULMaxPktSize

func (o *CNSliceSubnetProfile) HasULMaxPktSize() bool

HasULMaxPktSize returns a boolean if a field has been set.

func (*CNSliceSubnetProfile) HasULThptPerSliceSubnet

func (o *CNSliceSubnetProfile) HasULThptPerSliceSubnet() bool

HasULThptPerSliceSubnet returns a boolean if a field has been set.

func (*CNSliceSubnetProfile) HasULThptPerUE

func (o *CNSliceSubnetProfile) HasULThptPerUE() bool

HasULThptPerUE returns a boolean if a field has been set.

func (CNSliceSubnetProfile) MarshalJSON

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

func (*CNSliceSubnetProfile) SetCoverageAreaTAList

func (o *CNSliceSubnetProfile) SetCoverageAreaTAList(v []int32)

SetCoverageAreaTAList gets a reference to the given []int32 and assigns it to the CoverageAreaTAList field.

func (*CNSliceSubnetProfile) SetDLDeterministicComm

func (o *CNSliceSubnetProfile) SetDLDeterministicComm(v DeterministicComm)

SetDLDeterministicComm gets a reference to the given DeterministicComm and assigns it to the DLDeterministicComm field.

func (*CNSliceSubnetProfile) SetDLLatency

func (o *CNSliceSubnetProfile) SetDLLatency(v float32)

SetDLLatency gets a reference to the given float32 and assigns it to the DLLatency field.

func (*CNSliceSubnetProfile) SetDLMaxPktSize

func (o *CNSliceSubnetProfile) SetDLMaxPktSize(v int32)

SetDLMaxPktSize gets a reference to the given int32 and assigns it to the DLMaxPktSize field.

func (*CNSliceSubnetProfile) SetDLThptPerSliceSubnet

func (o *CNSliceSubnetProfile) SetDLThptPerSliceSubnet(v XLThpt)

SetDLThptPerSliceSubnet gets a reference to the given XLThpt and assigns it to the DLThptPerSliceSubnet field.

func (*CNSliceSubnetProfile) SetDLThptPerUE

func (o *CNSliceSubnetProfile) SetDLThptPerUE(v XLThpt)

SetDLThptPerUE gets a reference to the given XLThpt and assigns it to the DLThptPerUE field.

func (*CNSliceSubnetProfile) SetDelayTolerance

func (o *CNSliceSubnetProfile) SetDelayTolerance(v DelayTolerance)

SetDelayTolerance gets a reference to the given DelayTolerance and assigns it to the DelayTolerance field.

func (*CNSliceSubnetProfile) SetEnergyEfficiency

func (o *CNSliceSubnetProfile) SetEnergyEfficiency(v float32)

SetEnergyEfficiency gets a reference to the given float32 and assigns it to the EnergyEfficiency field.

func (*CNSliceSubnetProfile) SetMaxNumberOfPDUSessions

func (o *CNSliceSubnetProfile) SetMaxNumberOfPDUSessions(v int32)

SetMaxNumberOfPDUSessions gets a reference to the given int32 and assigns it to the MaxNumberOfPDUSessions field.

func (*CNSliceSubnetProfile) SetMaxNumberofUEs

func (o *CNSliceSubnetProfile) SetMaxNumberofUEs(v int32)

SetMaxNumberofUEs gets a reference to the given int32 and assigns it to the MaxNumberofUEs field.

func (*CNSliceSubnetProfile) SetN6Protection

func (o *CNSliceSubnetProfile) SetN6Protection(v N6Protection)

SetN6Protection gets a reference to the given N6Protection and assigns it to the N6Protection field.

func (*CNSliceSubnetProfile) SetNssaaSupport

func (o *CNSliceSubnetProfile) SetNssaaSupport(v NSSAASupport)

SetNssaaSupport gets a reference to the given NSSAASupport and assigns it to the NssaaSupport field.

func (*CNSliceSubnetProfile) SetReliability

func (o *CNSliceSubnetProfile) SetReliability(v float32)

SetReliability gets a reference to the given float32 and assigns it to the Reliability field.

func (*CNSliceSubnetProfile) SetResourceSharingLevel

func (o *CNSliceSubnetProfile) SetResourceSharingLevel(v SharingLevel)

SetResourceSharingLevel gets a reference to the given SharingLevel and assigns it to the ResourceSharingLevel field.

func (*CNSliceSubnetProfile) SetSliceSimultaneousUse

func (o *CNSliceSubnetProfile) SetSliceSimultaneousUse(v SliceSimultaneousUse)

SetSliceSimultaneousUse gets a reference to the given SliceSimultaneousUse and assigns it to the SliceSimultaneousUse field.

func (*CNSliceSubnetProfile) SetSurvivalTime

func (o *CNSliceSubnetProfile) SetSurvivalTime(v float32)

SetSurvivalTime gets a reference to the given float32 and assigns it to the SurvivalTime field.

func (*CNSliceSubnetProfile) SetSynchronicity

func (o *CNSliceSubnetProfile) SetSynchronicity(v SynchronicityRANSubnet)

SetSynchronicity gets a reference to the given SynchronicityRANSubnet and assigns it to the Synchronicity field.

func (*CNSliceSubnetProfile) SetULDeterministicComm

func (o *CNSliceSubnetProfile) SetULDeterministicComm(v DeterministicComm)

SetULDeterministicComm gets a reference to the given DeterministicComm and assigns it to the ULDeterministicComm field.

func (*CNSliceSubnetProfile) SetULLatency

func (o *CNSliceSubnetProfile) SetULLatency(v float32)

SetULLatency gets a reference to the given float32 and assigns it to the ULLatency field.

func (*CNSliceSubnetProfile) SetULMaxPktSize

func (o *CNSliceSubnetProfile) SetULMaxPktSize(v int32)

SetULMaxPktSize gets a reference to the given int32 and assigns it to the ULMaxPktSize field.

func (*CNSliceSubnetProfile) SetULThptPerSliceSubnet

func (o *CNSliceSubnetProfile) SetULThptPerSliceSubnet(v XLThpt)

SetULThptPerSliceSubnet gets a reference to the given XLThpt and assigns it to the ULThptPerSliceSubnet field.

func (*CNSliceSubnetProfile) SetULThptPerUE

func (o *CNSliceSubnetProfile) SetULThptPerUE(v XLThpt)

SetULThptPerUE gets a reference to the given XLThpt and assigns it to the ULThptPerUE field.

func (CNSliceSubnetProfile) ToMap

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

type Category

type Category string

Category the model 'Category'

const (
	CHARACTER   Category = "CHARACTER"
	SCALABILITY Category = "SCALABILITY"
)

List of Category

func NewCategoryFromValue

func NewCategoryFromValue(v string) (*Category, error)

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

func (Category) IsValid

func (v Category) IsValid() bool

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

func (Category) Ptr

func (v Category) Ptr() *Category

Ptr returns reference to Category value

func (*Category) UnmarshalJSON

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

type 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 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 DelayTolerance

type DelayTolerance struct {
	ServAttrCom *ServAttrCom `json:"servAttrCom,omitempty"`
	Support     *Support     `json:"support,omitempty"`
}

DelayTolerance struct for DelayTolerance

func NewDelayTolerance

func NewDelayTolerance() *DelayTolerance

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

func NewDelayToleranceWithDefaults

func NewDelayToleranceWithDefaults() *DelayTolerance

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

func (*DelayTolerance) GetServAttrCom

func (o *DelayTolerance) GetServAttrCom() ServAttrCom

GetServAttrCom returns the ServAttrCom field value if set, zero value otherwise.

func (*DelayTolerance) GetServAttrComOk

func (o *DelayTolerance) GetServAttrComOk() (*ServAttrCom, bool)

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

func (*DelayTolerance) GetSupport

func (o *DelayTolerance) GetSupport() Support

GetSupport returns the Support field value if set, zero value otherwise.

func (*DelayTolerance) GetSupportOk

func (o *DelayTolerance) GetSupportOk() (*Support, bool)

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

func (*DelayTolerance) HasServAttrCom

func (o *DelayTolerance) HasServAttrCom() bool

HasServAttrCom returns a boolean if a field has been set.

func (*DelayTolerance) HasSupport

func (o *DelayTolerance) HasSupport() bool

HasSupport returns a boolean if a field has been set.

func (DelayTolerance) MarshalJSON

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

func (*DelayTolerance) SetServAttrCom

func (o *DelayTolerance) SetServAttrCom(v ServAttrCom)

SetServAttrCom gets a reference to the given ServAttrCom and assigns it to the ServAttrCom field.

func (*DelayTolerance) SetSupport

func (o *DelayTolerance) SetSupport(v Support)

SetSupport gets a reference to the given Support and assigns it to the Support field.

func (DelayTolerance) ToMap

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

type DeterministicComm

type DeterministicComm struct {
	ServAttrCom     *ServAttrCom `json:"servAttrCom,omitempty"`
	Availability    *Support     `json:"availability,omitempty"`
	PeriodicityList []int32      `json:"periodicityList,omitempty"`
}

DeterministicComm struct for DeterministicComm

func NewDeterministicComm

func NewDeterministicComm() *DeterministicComm

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

func NewDeterministicCommWithDefaults

func NewDeterministicCommWithDefaults() *DeterministicComm

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

func (*DeterministicComm) GetAvailability

func (o *DeterministicComm) GetAvailability() Support

GetAvailability returns the Availability field value if set, zero value otherwise.

func (*DeterministicComm) GetAvailabilityOk

func (o *DeterministicComm) GetAvailabilityOk() (*Support, bool)

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

func (*DeterministicComm) GetPeriodicityList

func (o *DeterministicComm) GetPeriodicityList() []int32

GetPeriodicityList returns the PeriodicityList field value if set, zero value otherwise.

func (*DeterministicComm) GetPeriodicityListOk

func (o *DeterministicComm) GetPeriodicityListOk() ([]int32, bool)

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

func (*DeterministicComm) GetServAttrCom

func (o *DeterministicComm) GetServAttrCom() ServAttrCom

GetServAttrCom returns the ServAttrCom field value if set, zero value otherwise.

func (*DeterministicComm) GetServAttrComOk

func (o *DeterministicComm) GetServAttrComOk() (*ServAttrCom, bool)

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

func (*DeterministicComm) HasAvailability

func (o *DeterministicComm) HasAvailability() bool

HasAvailability returns a boolean if a field has been set.

func (*DeterministicComm) HasPeriodicityList

func (o *DeterministicComm) HasPeriodicityList() bool

HasPeriodicityList returns a boolean if a field has been set.

func (*DeterministicComm) HasServAttrCom

func (o *DeterministicComm) HasServAttrCom() bool

HasServAttrCom returns a boolean if a field has been set.

func (DeterministicComm) MarshalJSON

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

func (*DeterministicComm) SetAvailability

func (o *DeterministicComm) SetAvailability(v Support)

SetAvailability gets a reference to the given Support and assigns it to the Availability field.

func (*DeterministicComm) SetPeriodicityList

func (o *DeterministicComm) SetPeriodicityList(v []int32)

SetPeriodicityList gets a reference to the given []int32 and assigns it to the PeriodicityList field.

func (*DeterministicComm) SetServAttrCom

func (o *DeterministicComm) SetServAttrCom(v ServAttrCom)

SetServAttrCom gets a reference to the given ServAttrCom and assigns it to the ServAttrCom field.

func (DeterministicComm) ToMap

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

type EEPerfReq

type EEPerfReq struct {
	EmbbEEPerfReq  *EmbbEEPerfReq
	MIoTEEPerfReq  *MIoTEEPerfReq
	UrllcEEPerfReq *UrllcEEPerfReq
}

EEPerfReq - struct for EEPerfReq

func EmbbEEPerfReqAsEEPerfReq

func EmbbEEPerfReqAsEEPerfReq(v *EmbbEEPerfReq) EEPerfReq

EmbbEEPerfReqAsEEPerfReq is a convenience function that returns EmbbEEPerfReq wrapped in EEPerfReq

func MIoTEEPerfReqAsEEPerfReq

func MIoTEEPerfReqAsEEPerfReq(v *MIoTEEPerfReq) EEPerfReq

MIoTEEPerfReqAsEEPerfReq is a convenience function that returns MIoTEEPerfReq wrapped in EEPerfReq

func UrllcEEPerfReqAsEEPerfReq

func UrllcEEPerfReqAsEEPerfReq(v *UrllcEEPerfReq) EEPerfReq

UrllcEEPerfReqAsEEPerfReq is a convenience function that returns UrllcEEPerfReq wrapped in EEPerfReq

func (*EEPerfReq) GetActualInstance

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

Get the actual instance

func (EEPerfReq) MarshalJSON

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

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

func (*EEPerfReq) UnmarshalJSON

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

Unmarshal JSON data into one of the pointers in the struct

type EPTransportSingle

type EPTransportSingle struct {
	Top
	Attributes *EPTransportSingleAllOfAttributes `json:"attributes,omitempty"`
}

EPTransportSingle struct for EPTransportSingle

func NewEPTransportSingle

func NewEPTransportSingle(id NullableString) *EPTransportSingle

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

func NewEPTransportSingleWithDefaults

func NewEPTransportSingleWithDefaults() *EPTransportSingle

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

func (*EPTransportSingle) GetAttributes

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

func (*EPTransportSingle) GetAttributesOk

func (o *EPTransportSingle) GetAttributesOk() (*EPTransportSingleAllOfAttributes, bool)

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

func (*EPTransportSingle) HasAttributes

func (o *EPTransportSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPTransportSingle) MarshalJSON

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

func (*EPTransportSingle) SetAttributes

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

func (EPTransportSingle) ToMap

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

type EPTransportSingleAllOf

type EPTransportSingleAllOf struct {
	Attributes *EPTransportSingleAllOfAttributes `json:"attributes,omitempty"`
}

EPTransportSingleAllOf struct for EPTransportSingleAllOf

func NewEPTransportSingleAllOf

func NewEPTransportSingleAllOf() *EPTransportSingleAllOf

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

func NewEPTransportSingleAllOfWithDefaults

func NewEPTransportSingleAllOfWithDefaults() *EPTransportSingleAllOf

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

func (*EPTransportSingleAllOf) GetAttributes

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

func (*EPTransportSingleAllOf) GetAttributesOk

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

func (*EPTransportSingleAllOf) HasAttributes

func (o *EPTransportSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPTransportSingleAllOf) MarshalJSON

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

func (*EPTransportSingleAllOf) SetAttributes

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

func (EPTransportSingleAllOf) ToMap

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

type EPTransportSingleAllOfAttributes

type EPTransportSingleAllOfAttributes struct {
	IpAddress            *IpAddress            `json:"ipAddress,omitempty"`
	LogicalInterfaceInfo *LogicalInterfaceInfo `json:"logicalInterfaceInfo,omitempty"`
	NextHopInfo          *string               `json:"nextHopInfo,omitempty"`
	QosProfile           *string               `json:"qosProfile,omitempty"`
	EpApplicationRefs    []string              `json:"epApplicationRefs,omitempty"`
}

EPTransportSingleAllOfAttributes struct for EPTransportSingleAllOfAttributes

func NewEPTransportSingleAllOfAttributes

func NewEPTransportSingleAllOfAttributes() *EPTransportSingleAllOfAttributes

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

func NewEPTransportSingleAllOfAttributesWithDefaults

func NewEPTransportSingleAllOfAttributesWithDefaults() *EPTransportSingleAllOfAttributes

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

func (*EPTransportSingleAllOfAttributes) GetEpApplicationRefs

func (o *EPTransportSingleAllOfAttributes) GetEpApplicationRefs() []string

GetEpApplicationRefs returns the EpApplicationRefs field value if set, zero value otherwise.

func (*EPTransportSingleAllOfAttributes) GetEpApplicationRefsOk

func (o *EPTransportSingleAllOfAttributes) GetEpApplicationRefsOk() ([]string, bool)

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

func (*EPTransportSingleAllOfAttributes) GetIpAddress

func (o *EPTransportSingleAllOfAttributes) GetIpAddress() IpAddress

GetIpAddress returns the IpAddress field value if set, zero value otherwise.

func (*EPTransportSingleAllOfAttributes) GetIpAddressOk

func (o *EPTransportSingleAllOfAttributes) GetIpAddressOk() (*IpAddress, bool)

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

func (*EPTransportSingleAllOfAttributes) GetLogicalInterfaceInfo

func (o *EPTransportSingleAllOfAttributes) GetLogicalInterfaceInfo() LogicalInterfaceInfo

GetLogicalInterfaceInfo returns the LogicalInterfaceInfo field value if set, zero value otherwise.

func (*EPTransportSingleAllOfAttributes) GetLogicalInterfaceInfoOk

func (o *EPTransportSingleAllOfAttributes) GetLogicalInterfaceInfoOk() (*LogicalInterfaceInfo, bool)

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

func (*EPTransportSingleAllOfAttributes) GetNextHopInfo

func (o *EPTransportSingleAllOfAttributes) GetNextHopInfo() string

GetNextHopInfo returns the NextHopInfo field value if set, zero value otherwise.

func (*EPTransportSingleAllOfAttributes) GetNextHopInfoOk

func (o *EPTransportSingleAllOfAttributes) GetNextHopInfoOk() (*string, bool)

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

func (*EPTransportSingleAllOfAttributes) GetQosProfile

func (o *EPTransportSingleAllOfAttributes) GetQosProfile() string

GetQosProfile returns the QosProfile field value if set, zero value otherwise.

func (*EPTransportSingleAllOfAttributes) GetQosProfileOk

func (o *EPTransportSingleAllOfAttributes) GetQosProfileOk() (*string, bool)

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

func (*EPTransportSingleAllOfAttributes) HasEpApplicationRefs

func (o *EPTransportSingleAllOfAttributes) HasEpApplicationRefs() bool

HasEpApplicationRefs returns a boolean if a field has been set.

func (*EPTransportSingleAllOfAttributes) HasIpAddress

func (o *EPTransportSingleAllOfAttributes) HasIpAddress() bool

HasIpAddress returns a boolean if a field has been set.

func (*EPTransportSingleAllOfAttributes) HasLogicalInterfaceInfo

func (o *EPTransportSingleAllOfAttributes) HasLogicalInterfaceInfo() bool

HasLogicalInterfaceInfo returns a boolean if a field has been set.

func (*EPTransportSingleAllOfAttributes) HasNextHopInfo

func (o *EPTransportSingleAllOfAttributes) HasNextHopInfo() bool

HasNextHopInfo returns a boolean if a field has been set.

func (*EPTransportSingleAllOfAttributes) HasQosProfile

func (o *EPTransportSingleAllOfAttributes) HasQosProfile() bool

HasQosProfile returns a boolean if a field has been set.

func (EPTransportSingleAllOfAttributes) MarshalJSON

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

func (*EPTransportSingleAllOfAttributes) SetEpApplicationRefs

func (o *EPTransportSingleAllOfAttributes) SetEpApplicationRefs(v []string)

SetEpApplicationRefs gets a reference to the given []string and assigns it to the EpApplicationRefs field.

func (*EPTransportSingleAllOfAttributes) SetIpAddress

func (o *EPTransportSingleAllOfAttributes) SetIpAddress(v IpAddress)

SetIpAddress gets a reference to the given IpAddress and assigns it to the IpAddress field.

func (*EPTransportSingleAllOfAttributes) SetLogicalInterfaceInfo

func (o *EPTransportSingleAllOfAttributes) SetLogicalInterfaceInfo(v LogicalInterfaceInfo)

SetLogicalInterfaceInfo gets a reference to the given LogicalInterfaceInfo and assigns it to the LogicalInterfaceInfo field.

func (*EPTransportSingleAllOfAttributes) SetNextHopInfo

func (o *EPTransportSingleAllOfAttributes) SetNextHopInfo(v string)

SetNextHopInfo gets a reference to the given string and assigns it to the NextHopInfo field.

func (*EPTransportSingleAllOfAttributes) SetQosProfile

func (o *EPTransportSingleAllOfAttributes) SetQosProfile(v string)

SetQosProfile gets a reference to the given string and assigns it to the QosProfile field.

func (EPTransportSingleAllOfAttributes) ToMap

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

type EmbbEEPerfReq

type EmbbEEPerfReq struct {
	KpiType *string  `json:"kpiType,omitempty"`
	Req     *float32 `json:"req,omitempty"`
}

EmbbEEPerfReq struct for EmbbEEPerfReq

func NewEmbbEEPerfReq

func NewEmbbEEPerfReq() *EmbbEEPerfReq

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

func NewEmbbEEPerfReqWithDefaults

func NewEmbbEEPerfReqWithDefaults() *EmbbEEPerfReq

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

func (*EmbbEEPerfReq) GetKpiType

func (o *EmbbEEPerfReq) GetKpiType() string

GetKpiType returns the KpiType field value if set, zero value otherwise.

func (*EmbbEEPerfReq) GetKpiTypeOk

func (o *EmbbEEPerfReq) GetKpiTypeOk() (*string, bool)

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

func (*EmbbEEPerfReq) GetReq

func (o *EmbbEEPerfReq) GetReq() float32

GetReq returns the Req field value if set, zero value otherwise.

func (*EmbbEEPerfReq) GetReqOk

func (o *EmbbEEPerfReq) GetReqOk() (*float32, bool)

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

func (*EmbbEEPerfReq) HasKpiType

func (o *EmbbEEPerfReq) HasKpiType() bool

HasKpiType returns a boolean if a field has been set.

func (*EmbbEEPerfReq) HasReq

func (o *EmbbEEPerfReq) HasReq() bool

HasReq returns a boolean if a field has been set.

func (EmbbEEPerfReq) MarshalJSON

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

func (*EmbbEEPerfReq) SetKpiType

func (o *EmbbEEPerfReq) SetKpiType(v string)

SetKpiType gets a reference to the given string and assigns it to the KpiType field.

func (*EmbbEEPerfReq) SetReq

func (o *EmbbEEPerfReq) SetReq(v float32)

SetReq gets a reference to the given float32 and assigns it to the Req field.

func (EmbbEEPerfReq) ToMap

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

type EnergyEfficiency

type EnergyEfficiency struct {
	ServAttrCom *ServAttrCom `json:"servAttrCom,omitempty"`
	Performance *EEPerfReq   `json:"performance,omitempty"`
}

EnergyEfficiency struct for EnergyEfficiency

func NewEnergyEfficiency

func NewEnergyEfficiency() *EnergyEfficiency

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

func NewEnergyEfficiencyWithDefaults

func NewEnergyEfficiencyWithDefaults() *EnergyEfficiency

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

func (*EnergyEfficiency) GetPerformance

func (o *EnergyEfficiency) GetPerformance() EEPerfReq

GetPerformance returns the Performance field value if set, zero value otherwise.

func (*EnergyEfficiency) GetPerformanceOk

func (o *EnergyEfficiency) GetPerformanceOk() (*EEPerfReq, bool)

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

func (*EnergyEfficiency) GetServAttrCom

func (o *EnergyEfficiency) GetServAttrCom() ServAttrCom

GetServAttrCom returns the ServAttrCom field value if set, zero value otherwise.

func (*EnergyEfficiency) GetServAttrComOk

func (o *EnergyEfficiency) GetServAttrComOk() (*ServAttrCom, bool)

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

func (*EnergyEfficiency) HasPerformance

func (o *EnergyEfficiency) HasPerformance() bool

HasPerformance returns a boolean if a field has been set.

func (*EnergyEfficiency) HasServAttrCom

func (o *EnergyEfficiency) HasServAttrCom() bool

HasServAttrCom returns a boolean if a field has been set.

func (EnergyEfficiency) MarshalJSON

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

func (*EnergyEfficiency) SetPerformance

func (o *EnergyEfficiency) SetPerformance(v EEPerfReq)

SetPerformance gets a reference to the given EEPerfReq and assigns it to the Performance field.

func (*EnergyEfficiency) SetServAttrCom

func (o *EnergyEfficiency) SetServAttrCom(v ServAttrCom)

SetServAttrCom gets a reference to the given ServAttrCom and assigns it to the ServAttrCom field.

func (EnergyEfficiency) ToMap

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

type 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 Exposure

type Exposure string

Exposure the model 'Exposure'

const (
	API Exposure = "API"
	KPI Exposure = "KPI"
)

List of Exposure

func NewExposureFromValue

func NewExposureFromValue(v string) (*Exposure, error)

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

func (Exposure) IsValid

func (v Exposure) IsValid() bool

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

func (Exposure) Ptr

func (v Exposure) Ptr() *Exposure

Ptr returns reference to Exposure value

func (*Exposure) UnmarshalJSON

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

type FeasibilityCheckAndReservationJobSingle

type FeasibilityCheckAndReservationJobSingle struct {
	Top
	Attributes *FeasibilityCheckAndReservationJobSingleAllOfAttributes `json:"attributes,omitempty"`
}

FeasibilityCheckAndReservationJobSingle struct for FeasibilityCheckAndReservationJobSingle

func NewFeasibilityCheckAndReservationJobSingle

func NewFeasibilityCheckAndReservationJobSingle(id NullableString) *FeasibilityCheckAndReservationJobSingle

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

func NewFeasibilityCheckAndReservationJobSingleWithDefaults

func NewFeasibilityCheckAndReservationJobSingleWithDefaults() *FeasibilityCheckAndReservationJobSingle

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

func (*FeasibilityCheckAndReservationJobSingle) GetAttributes

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

func (*FeasibilityCheckAndReservationJobSingle) GetAttributesOk

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

func (*FeasibilityCheckAndReservationJobSingle) HasAttributes

func (o *FeasibilityCheckAndReservationJobSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (FeasibilityCheckAndReservationJobSingle) MarshalJSON

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

func (*FeasibilityCheckAndReservationJobSingle) SetAttributes

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

func (FeasibilityCheckAndReservationJobSingle) ToMap

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

type FeasibilityCheckAndReservationJobSingleAllOf

type FeasibilityCheckAndReservationJobSingleAllOf struct {
	Attributes *FeasibilityCheckAndReservationJobSingleAllOfAttributes `json:"attributes,omitempty"`
}

FeasibilityCheckAndReservationJobSingleAllOf struct for FeasibilityCheckAndReservationJobSingleAllOf

func NewFeasibilityCheckAndReservationJobSingleAllOf

func NewFeasibilityCheckAndReservationJobSingleAllOf() *FeasibilityCheckAndReservationJobSingleAllOf

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

func NewFeasibilityCheckAndReservationJobSingleAllOfWithDefaults

func NewFeasibilityCheckAndReservationJobSingleAllOfWithDefaults() *FeasibilityCheckAndReservationJobSingleAllOf

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

func (*FeasibilityCheckAndReservationJobSingleAllOf) GetAttributes

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

func (*FeasibilityCheckAndReservationJobSingleAllOf) GetAttributesOk

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

func (*FeasibilityCheckAndReservationJobSingleAllOf) HasAttributes

HasAttributes returns a boolean if a field has been set.

func (FeasibilityCheckAndReservationJobSingleAllOf) MarshalJSON

func (*FeasibilityCheckAndReservationJobSingleAllOf) SetAttributes

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

func (FeasibilityCheckAndReservationJobSingleAllOf) ToMap

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

type FeasibilityCheckAndReservationJobSingleAllOfAttributes

type FeasibilityCheckAndReservationJobSingleAllOfAttributes struct {
	Profile NullableOneOfSliceProfileServiceProfile `json:"profile,omitempty"`
	// An attribute represents MnS consumer's requirements for resource reservation.
	ResourceReservation *bool `json:"resourceReservation,omitempty"`
	// An attribute represents MnS consumer's request for recommended network slice related requirements.
	RecommendationRequest *bool `json:"recommendationRequest,omitempty"`
	// An attribute which specifes MnS consuner's requirements for the validity period of the resource reservation.
	RequestedReservationExpiration *string            `json:"requestedReservationExpiration,omitempty"`
	ProcessMonitor                 *ProcessMonitor    `json:"processMonitor,omitempty"`
	FeasibilityResult              *FeasibilityResult `json:"feasibilityResult,omitempty"`
	// An attribute that specifies the additional reason information if the feasibility check result is infeasible.The detailed ENUM value is FFS.
	InFeasibleReason          *string                    `json:"inFeasibleReason,omitempty"`
	ResourceReservationStatus *ResourceReservationStatus `json:"resourceReservationStatus,omitempty"`
	// An attribute that specifies the additional reason information if the reservation is failed.
	ReservationFailureReason *string `json:"reservationFailureReason,omitempty"`
	// An attribute which specifes the actual validity period of the resource reservation..
	ReservationExpiration *string `json:"reservationExpiration,omitempty"`
	// An attribute that specifies the recommended network slicing related requirements (i.e. ServiceProfile and SliceProfile information) which can be supported by the MnS producer..
	RecommendedRequirements *string `json:"recommendedRequirements,omitempty"`
}

FeasibilityCheckAndReservationJobSingleAllOfAttributes struct for FeasibilityCheckAndReservationJobSingleAllOfAttributes

func NewFeasibilityCheckAndReservationJobSingleAllOfAttributes

func NewFeasibilityCheckAndReservationJobSingleAllOfAttributes() *FeasibilityCheckAndReservationJobSingleAllOfAttributes

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

func NewFeasibilityCheckAndReservationJobSingleAllOfAttributesWithDefaults

func NewFeasibilityCheckAndReservationJobSingleAllOfAttributesWithDefaults() *FeasibilityCheckAndReservationJobSingleAllOfAttributes

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

func (*FeasibilityCheckAndReservationJobSingleAllOfAttributes) GetFeasibilityResult

GetFeasibilityResult returns the FeasibilityResult field value if set, zero value otherwise.

func (*FeasibilityCheckAndReservationJobSingleAllOfAttributes) GetFeasibilityResultOk

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

func (*FeasibilityCheckAndReservationJobSingleAllOfAttributes) GetInFeasibleReason

GetInFeasibleReason returns the InFeasibleReason field value if set, zero value otherwise.

func (*FeasibilityCheckAndReservationJobSingleAllOfAttributes) GetInFeasibleReasonOk

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

func (*FeasibilityCheckAndReservationJobSingleAllOfAttributes) GetProcessMonitor

GetProcessMonitor returns the ProcessMonitor field value if set, zero value otherwise.

func (*FeasibilityCheckAndReservationJobSingleAllOfAttributes) GetProcessMonitorOk

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

func (*FeasibilityCheckAndReservationJobSingleAllOfAttributes) GetProfile

func (o *FeasibilityCheckAndReservationJobSingleAllOfAttributes) GetProfile() OneOfSliceProfileServiceProfile

GetProfile returns the Profile field value if set, zero value otherwise (both if not set or set to explicit null).

func (*FeasibilityCheckAndReservationJobSingleAllOfAttributes) GetProfileOk

func (o *FeasibilityCheckAndReservationJobSingleAllOfAttributes) GetProfileOk() (*OneOfSliceProfileServiceProfile, bool)

GetProfileOk returns a tuple with the Profile field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*FeasibilityCheckAndReservationJobSingleAllOfAttributes) GetRecommendationRequest

func (o *FeasibilityCheckAndReservationJobSingleAllOfAttributes) GetRecommendationRequest() bool

GetRecommendationRequest returns the RecommendationRequest field value if set, zero value otherwise.

func (*FeasibilityCheckAndReservationJobSingleAllOfAttributes) GetRecommendationRequestOk

func (o *FeasibilityCheckAndReservationJobSingleAllOfAttributes) GetRecommendationRequestOk() (*bool, bool)

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

func (*FeasibilityCheckAndReservationJobSingleAllOfAttributes) GetRecommendedRequirements

func (o *FeasibilityCheckAndReservationJobSingleAllOfAttributes) GetRecommendedRequirements() string

GetRecommendedRequirements returns the RecommendedRequirements field value if set, zero value otherwise.

func (*FeasibilityCheckAndReservationJobSingleAllOfAttributes) GetRecommendedRequirementsOk

func (o *FeasibilityCheckAndReservationJobSingleAllOfAttributes) GetRecommendedRequirementsOk() (*string, bool)

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

func (*FeasibilityCheckAndReservationJobSingleAllOfAttributes) GetRequestedReservationExpiration

func (o *FeasibilityCheckAndReservationJobSingleAllOfAttributes) GetRequestedReservationExpiration() string

GetRequestedReservationExpiration returns the RequestedReservationExpiration field value if set, zero value otherwise.

func (*FeasibilityCheckAndReservationJobSingleAllOfAttributes) GetRequestedReservationExpirationOk

func (o *FeasibilityCheckAndReservationJobSingleAllOfAttributes) GetRequestedReservationExpirationOk() (*string, bool)

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

func (*FeasibilityCheckAndReservationJobSingleAllOfAttributes) GetReservationExpiration

func (o *FeasibilityCheckAndReservationJobSingleAllOfAttributes) GetReservationExpiration() string

GetReservationExpiration returns the ReservationExpiration field value if set, zero value otherwise.

func (*FeasibilityCheckAndReservationJobSingleAllOfAttributes) GetReservationExpirationOk

func (o *FeasibilityCheckAndReservationJobSingleAllOfAttributes) GetReservationExpirationOk() (*string, bool)

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

func (*FeasibilityCheckAndReservationJobSingleAllOfAttributes) GetReservationFailureReason

func (o *FeasibilityCheckAndReservationJobSingleAllOfAttributes) GetReservationFailureReason() string

GetReservationFailureReason returns the ReservationFailureReason field value if set, zero value otherwise.

func (*FeasibilityCheckAndReservationJobSingleAllOfAttributes) GetReservationFailureReasonOk

func (o *FeasibilityCheckAndReservationJobSingleAllOfAttributes) GetReservationFailureReasonOk() (*string, bool)

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

func (*FeasibilityCheckAndReservationJobSingleAllOfAttributes) GetResourceReservation

GetResourceReservation returns the ResourceReservation field value if set, zero value otherwise.

func (*FeasibilityCheckAndReservationJobSingleAllOfAttributes) GetResourceReservationOk

func (o *FeasibilityCheckAndReservationJobSingleAllOfAttributes) GetResourceReservationOk() (*bool, bool)

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

func (*FeasibilityCheckAndReservationJobSingleAllOfAttributes) GetResourceReservationStatus

GetResourceReservationStatus returns the ResourceReservationStatus field value if set, zero value otherwise.

func (*FeasibilityCheckAndReservationJobSingleAllOfAttributes) GetResourceReservationStatusOk

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

func (*FeasibilityCheckAndReservationJobSingleAllOfAttributes) HasFeasibilityResult

HasFeasibilityResult returns a boolean if a field has been set.

func (*FeasibilityCheckAndReservationJobSingleAllOfAttributes) HasInFeasibleReason

HasInFeasibleReason returns a boolean if a field has been set.

func (*FeasibilityCheckAndReservationJobSingleAllOfAttributes) HasProcessMonitor

HasProcessMonitor returns a boolean if a field has been set.

func (*FeasibilityCheckAndReservationJobSingleAllOfAttributes) HasProfile

HasProfile returns a boolean if a field has been set.

func (*FeasibilityCheckAndReservationJobSingleAllOfAttributes) HasRecommendationRequest

func (o *FeasibilityCheckAndReservationJobSingleAllOfAttributes) HasRecommendationRequest() bool

HasRecommendationRequest returns a boolean if a field has been set.

func (*FeasibilityCheckAndReservationJobSingleAllOfAttributes) HasRecommendedRequirements

func (o *FeasibilityCheckAndReservationJobSingleAllOfAttributes) HasRecommendedRequirements() bool

HasRecommendedRequirements returns a boolean if a field has been set.

func (*FeasibilityCheckAndReservationJobSingleAllOfAttributes) HasRequestedReservationExpiration

func (o *FeasibilityCheckAndReservationJobSingleAllOfAttributes) HasRequestedReservationExpiration() bool

HasRequestedReservationExpiration returns a boolean if a field has been set.

func (*FeasibilityCheckAndReservationJobSingleAllOfAttributes) HasReservationExpiration

func (o *FeasibilityCheckAndReservationJobSingleAllOfAttributes) HasReservationExpiration() bool

HasReservationExpiration returns a boolean if a field has been set.

func (*FeasibilityCheckAndReservationJobSingleAllOfAttributes) HasReservationFailureReason

func (o *FeasibilityCheckAndReservationJobSingleAllOfAttributes) HasReservationFailureReason() bool

HasReservationFailureReason returns a boolean if a field has been set.

func (*FeasibilityCheckAndReservationJobSingleAllOfAttributes) HasResourceReservation

HasResourceReservation returns a boolean if a field has been set.

func (*FeasibilityCheckAndReservationJobSingleAllOfAttributes) HasResourceReservationStatus

func (o *FeasibilityCheckAndReservationJobSingleAllOfAttributes) HasResourceReservationStatus() bool

HasResourceReservationStatus returns a boolean if a field has been set.

func (FeasibilityCheckAndReservationJobSingleAllOfAttributes) MarshalJSON

func (*FeasibilityCheckAndReservationJobSingleAllOfAttributes) SetFeasibilityResult

SetFeasibilityResult gets a reference to the given FeasibilityResult and assigns it to the FeasibilityResult field.

func (*FeasibilityCheckAndReservationJobSingleAllOfAttributes) SetInFeasibleReason

SetInFeasibleReason gets a reference to the given string and assigns it to the InFeasibleReason field.

func (*FeasibilityCheckAndReservationJobSingleAllOfAttributes) SetProcessMonitor

SetProcessMonitor gets a reference to the given ProcessMonitor and assigns it to the ProcessMonitor field.

func (*FeasibilityCheckAndReservationJobSingleAllOfAttributes) SetProfile

func (o *FeasibilityCheckAndReservationJobSingleAllOfAttributes) SetProfile(v OneOfSliceProfileServiceProfile)

SetProfile gets a reference to the given NullableOneOfSliceProfileServiceProfile and assigns it to the Profile field.

func (*FeasibilityCheckAndReservationJobSingleAllOfAttributes) SetProfileNil

SetProfileNil sets the value for Profile to be an explicit nil

func (*FeasibilityCheckAndReservationJobSingleAllOfAttributes) SetRecommendationRequest

func (o *FeasibilityCheckAndReservationJobSingleAllOfAttributes) SetRecommendationRequest(v bool)

SetRecommendationRequest gets a reference to the given bool and assigns it to the RecommendationRequest field.

func (*FeasibilityCheckAndReservationJobSingleAllOfAttributes) SetRecommendedRequirements

func (o *FeasibilityCheckAndReservationJobSingleAllOfAttributes) SetRecommendedRequirements(v string)

SetRecommendedRequirements gets a reference to the given string and assigns it to the RecommendedRequirements field.

func (*FeasibilityCheckAndReservationJobSingleAllOfAttributes) SetRequestedReservationExpiration

func (o *FeasibilityCheckAndReservationJobSingleAllOfAttributes) SetRequestedReservationExpiration(v string)

SetRequestedReservationExpiration gets a reference to the given string and assigns it to the RequestedReservationExpiration field.

func (*FeasibilityCheckAndReservationJobSingleAllOfAttributes) SetReservationExpiration

func (o *FeasibilityCheckAndReservationJobSingleAllOfAttributes) SetReservationExpiration(v string)

SetReservationExpiration gets a reference to the given string and assigns it to the ReservationExpiration field.

func (*FeasibilityCheckAndReservationJobSingleAllOfAttributes) SetReservationFailureReason

func (o *FeasibilityCheckAndReservationJobSingleAllOfAttributes) SetReservationFailureReason(v string)

SetReservationFailureReason gets a reference to the given string and assigns it to the ReservationFailureReason field.

func (*FeasibilityCheckAndReservationJobSingleAllOfAttributes) SetResourceReservation

func (o *FeasibilityCheckAndReservationJobSingleAllOfAttributes) SetResourceReservation(v bool)

SetResourceReservation gets a reference to the given bool and assigns it to the ResourceReservation field.

func (*FeasibilityCheckAndReservationJobSingleAllOfAttributes) SetResourceReservationStatus

SetResourceReservationStatus gets a reference to the given ResourceReservationStatus and assigns it to the ResourceReservationStatus field.

func (FeasibilityCheckAndReservationJobSingleAllOfAttributes) ToMap

func (*FeasibilityCheckAndReservationJobSingleAllOfAttributes) UnsetProfile

UnsetProfile ensures that no value is present for Profile, not even an explicit nil

type FeasibilityResult

type FeasibilityResult string

FeasibilityResult An attribute which specifies the feasibility check result for the feasibility check and reservation job.

const (
	FEASIBLE   FeasibilityResult = "FEASIBLE"
	INFEASIBLE FeasibilityResult = "INFEASIBLE"
)

List of FeasibilityResult

func NewFeasibilityResultFromValue

func NewFeasibilityResultFromValue(v string) (*FeasibilityResult, error)

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

func (FeasibilityResult) IsValid

func (v FeasibilityResult) IsValid() bool

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

func (FeasibilityResult) Ptr

Ptr returns reference to FeasibilityResult value

func (*FeasibilityResult) UnmarshalJSON

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

type FileDownloadJobProcessMonitor

type FileDownloadJobProcessMonitor struct {
	JobId              *string                                       `json:"jobId,omitempty"`
	Status             *string                                       `json:"status,omitempty"`
	ProgressPercentage *int32                                        `json:"progressPercentage,omitempty"`
	ProgressStateInfo  *string                                       `json:"progressStateInfo,omitempty"`
	ResultStateInfo    *FileDownloadJobProcessMonitorResultStateInfo `json:"resultStateInfo,omitempty"`
	StartTime          *time.Time                                    `json:"startTime,omitempty"`
	EndTime            *time.Time                                    `json:"endTime,omitempty"`
	Timer              *int32                                        `json:"timer,omitempty"`
}

FileDownloadJobProcessMonitor This data type is the \"ProcessMonitor\" data type with specialisations for usage in the \"FileDownloadJob\".

func NewFileDownloadJobProcessMonitor

func NewFileDownloadJobProcessMonitor() *FileDownloadJobProcessMonitor

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

func NewFileDownloadJobProcessMonitorWithDefaults

func NewFileDownloadJobProcessMonitorWithDefaults() *FileDownloadJobProcessMonitor

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

func (*FileDownloadJobProcessMonitor) GetEndTime

func (o *FileDownloadJobProcessMonitor) GetEndTime() time.Time

GetEndTime returns the EndTime field value if set, zero value otherwise.

func (*FileDownloadJobProcessMonitor) GetEndTimeOk

func (o *FileDownloadJobProcessMonitor) GetEndTimeOk() (*time.Time, bool)

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

func (*FileDownloadJobProcessMonitor) GetJobId

func (o *FileDownloadJobProcessMonitor) GetJobId() string

GetJobId returns the JobId field value if set, zero value otherwise.

func (*FileDownloadJobProcessMonitor) GetJobIdOk

func (o *FileDownloadJobProcessMonitor) GetJobIdOk() (*string, bool)

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

func (*FileDownloadJobProcessMonitor) GetProgressPercentage

func (o *FileDownloadJobProcessMonitor) GetProgressPercentage() int32

GetProgressPercentage returns the ProgressPercentage field value if set, zero value otherwise.

func (*FileDownloadJobProcessMonitor) GetProgressPercentageOk

func (o *FileDownloadJobProcessMonitor) GetProgressPercentageOk() (*int32, bool)

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

func (*FileDownloadJobProcessMonitor) GetProgressStateInfo

func (o *FileDownloadJobProcessMonitor) GetProgressStateInfo() string

GetProgressStateInfo returns the ProgressStateInfo field value if set, zero value otherwise.

func (*FileDownloadJobProcessMonitor) GetProgressStateInfoOk

func (o *FileDownloadJobProcessMonitor) GetProgressStateInfoOk() (*string, bool)

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

func (*FileDownloadJobProcessMonitor) GetResultStateInfo

GetResultStateInfo returns the ResultStateInfo field value if set, zero value otherwise.

func (*FileDownloadJobProcessMonitor) GetResultStateInfoOk

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

func (*FileDownloadJobProcessMonitor) GetStartTime

func (o *FileDownloadJobProcessMonitor) GetStartTime() time.Time

GetStartTime returns the StartTime field value if set, zero value otherwise.

func (*FileDownloadJobProcessMonitor) GetStartTimeOk

func (o *FileDownloadJobProcessMonitor) GetStartTimeOk() (*time.Time, bool)

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

func (*FileDownloadJobProcessMonitor) GetStatus

func (o *FileDownloadJobProcessMonitor) GetStatus() string

GetStatus returns the Status field value if set, zero value otherwise.

func (*FileDownloadJobProcessMonitor) GetStatusOk

func (o *FileDownloadJobProcessMonitor) GetStatusOk() (*string, bool)

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

func (*FileDownloadJobProcessMonitor) GetTimer

func (o *FileDownloadJobProcessMonitor) GetTimer() int32

GetTimer returns the Timer field value if set, zero value otherwise.

func (*FileDownloadJobProcessMonitor) GetTimerOk

func (o *FileDownloadJobProcessMonitor) GetTimerOk() (*int32, bool)

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

func (*FileDownloadJobProcessMonitor) HasEndTime

func (o *FileDownloadJobProcessMonitor) HasEndTime() bool

HasEndTime returns a boolean if a field has been set.

func (*FileDownloadJobProcessMonitor) HasJobId

func (o *FileDownloadJobProcessMonitor) HasJobId() bool

HasJobId returns a boolean if a field has been set.

func (*FileDownloadJobProcessMonitor) HasProgressPercentage

func (o *FileDownloadJobProcessMonitor) HasProgressPercentage() bool

HasProgressPercentage returns a boolean if a field has been set.

func (*FileDownloadJobProcessMonitor) HasProgressStateInfo

func (o *FileDownloadJobProcessMonitor) HasProgressStateInfo() bool

HasProgressStateInfo returns a boolean if a field has been set.

func (*FileDownloadJobProcessMonitor) HasResultStateInfo

func (o *FileDownloadJobProcessMonitor) HasResultStateInfo() bool

HasResultStateInfo returns a boolean if a field has been set.

func (*FileDownloadJobProcessMonitor) HasStartTime

func (o *FileDownloadJobProcessMonitor) HasStartTime() bool

HasStartTime returns a boolean if a field has been set.

func (*FileDownloadJobProcessMonitor) HasStatus

func (o *FileDownloadJobProcessMonitor) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*FileDownloadJobProcessMonitor) HasTimer

func (o *FileDownloadJobProcessMonitor) HasTimer() bool

HasTimer returns a boolean if a field has been set.

func (FileDownloadJobProcessMonitor) MarshalJSON

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

func (*FileDownloadJobProcessMonitor) SetEndTime

func (o *FileDownloadJobProcessMonitor) SetEndTime(v time.Time)

SetEndTime gets a reference to the given time.Time and assigns it to the EndTime field.

func (*FileDownloadJobProcessMonitor) SetJobId

func (o *FileDownloadJobProcessMonitor) SetJobId(v string)

SetJobId gets a reference to the given string and assigns it to the JobId field.

func (*FileDownloadJobProcessMonitor) SetProgressPercentage

func (o *FileDownloadJobProcessMonitor) SetProgressPercentage(v int32)

SetProgressPercentage gets a reference to the given int32 and assigns it to the ProgressPercentage field.

func (*FileDownloadJobProcessMonitor) SetProgressStateInfo

func (o *FileDownloadJobProcessMonitor) SetProgressStateInfo(v string)

SetProgressStateInfo gets a reference to the given string and assigns it to the ProgressStateInfo field.

func (*FileDownloadJobProcessMonitor) SetResultStateInfo

SetResultStateInfo gets a reference to the given FileDownloadJobProcessMonitorResultStateInfo and assigns it to the ResultStateInfo field.

func (*FileDownloadJobProcessMonitor) SetStartTime

func (o *FileDownloadJobProcessMonitor) SetStartTime(v time.Time)

SetStartTime gets a reference to the given time.Time and assigns it to the StartTime field.

func (*FileDownloadJobProcessMonitor) SetStatus

func (o *FileDownloadJobProcessMonitor) SetStatus(v string)

SetStatus gets a reference to the given string and assigns it to the Status field.

func (*FileDownloadJobProcessMonitor) SetTimer

func (o *FileDownloadJobProcessMonitor) SetTimer(v int32)

SetTimer gets a reference to the given int32 and assigns it to the Timer field.

func (FileDownloadJobProcessMonitor) ToMap

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

type FileDownloadJobProcessMonitorResultStateInfo

type FileDownloadJobProcessMonitorResultStateInfo struct {
	String *string
}

FileDownloadJobProcessMonitorResultStateInfo - struct for FileDownloadJobProcessMonitorResultStateInfo

func StringAsFileDownloadJobProcessMonitorResultStateInfo

func StringAsFileDownloadJobProcessMonitorResultStateInfo(v *string) FileDownloadJobProcessMonitorResultStateInfo

stringAsFileDownloadJobProcessMonitorResultStateInfo is a convenience function that returns string wrapped in FileDownloadJobProcessMonitorResultStateInfo

func (*FileDownloadJobProcessMonitorResultStateInfo) GetActualInstance

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

Get the actual instance

func (FileDownloadJobProcessMonitorResultStateInfo) MarshalJSON

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

func (*FileDownloadJobProcessMonitorResultStateInfo) UnmarshalJSON

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

Unmarshal JSON data into one of the pointers in the struct

type FileDownloadJobSingle

type FileDownloadJobSingle struct {
	Top
	Attributes *FileDownloadJobSingleAllOfAttributes `json:"attributes,omitempty"`
}

FileDownloadJobSingle struct for FileDownloadJobSingle

func NewFileDownloadJobSingle

func NewFileDownloadJobSingle(id NullableString) *FileDownloadJobSingle

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

func NewFileDownloadJobSingleWithDefaults

func NewFileDownloadJobSingleWithDefaults() *FileDownloadJobSingle

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

func (*FileDownloadJobSingle) GetAttributes

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

func (*FileDownloadJobSingle) GetAttributesOk

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

func (*FileDownloadJobSingle) HasAttributes

func (o *FileDownloadJobSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (FileDownloadJobSingle) MarshalJSON

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

func (*FileDownloadJobSingle) SetAttributes

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

func (FileDownloadJobSingle) ToMap

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

type FileDownloadJobSingleAllOf

type FileDownloadJobSingleAllOf struct {
	Attributes *FileDownloadJobSingleAllOfAttributes `json:"attributes,omitempty"`
}

FileDownloadJobSingleAllOf struct for FileDownloadJobSingleAllOf

func NewFileDownloadJobSingleAllOf

func NewFileDownloadJobSingleAllOf() *FileDownloadJobSingleAllOf

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

func NewFileDownloadJobSingleAllOfWithDefaults

func NewFileDownloadJobSingleAllOfWithDefaults() *FileDownloadJobSingleAllOf

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

func (*FileDownloadJobSingleAllOf) GetAttributes

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

func (*FileDownloadJobSingleAllOf) GetAttributesOk

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

func (*FileDownloadJobSingleAllOf) HasAttributes

func (o *FileDownloadJobSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (FileDownloadJobSingleAllOf) MarshalJSON

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

func (*FileDownloadJobSingleAllOf) SetAttributes

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

func (FileDownloadJobSingleAllOf) ToMap

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

type FileDownloadJobSingleAllOfAttributes

type FileDownloadJobSingleAllOfAttributes struct {
	FileLocation                 *string                        `json:"fileLocation,omitempty"`
	NotificationRecipientAddress *string                        `json:"notificationRecipientAddress,omitempty"`
	CancelJob                    *string                        `json:"cancelJob,omitempty"`
	JobMonitor                   *FileDownloadJobProcessMonitor `json:"jobMonitor,omitempty"`
}

FileDownloadJobSingleAllOfAttributes struct for FileDownloadJobSingleAllOfAttributes

func NewFileDownloadJobSingleAllOfAttributes

func NewFileDownloadJobSingleAllOfAttributes() *FileDownloadJobSingleAllOfAttributes

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

func NewFileDownloadJobSingleAllOfAttributesWithDefaults

func NewFileDownloadJobSingleAllOfAttributesWithDefaults() *FileDownloadJobSingleAllOfAttributes

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

func (*FileDownloadJobSingleAllOfAttributes) GetCancelJob

func (o *FileDownloadJobSingleAllOfAttributes) GetCancelJob() string

GetCancelJob returns the CancelJob field value if set, zero value otherwise.

func (*FileDownloadJobSingleAllOfAttributes) GetCancelJobOk

func (o *FileDownloadJobSingleAllOfAttributes) GetCancelJobOk() (*string, bool)

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

func (*FileDownloadJobSingleAllOfAttributes) GetFileLocation

func (o *FileDownloadJobSingleAllOfAttributes) GetFileLocation() string

GetFileLocation returns the FileLocation field value if set, zero value otherwise.

func (*FileDownloadJobSingleAllOfAttributes) GetFileLocationOk

func (o *FileDownloadJobSingleAllOfAttributes) GetFileLocationOk() (*string, bool)

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

func (*FileDownloadJobSingleAllOfAttributes) GetJobMonitor

GetJobMonitor returns the JobMonitor field value if set, zero value otherwise.

func (*FileDownloadJobSingleAllOfAttributes) GetJobMonitorOk

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

func (*FileDownloadJobSingleAllOfAttributes) GetNotificationRecipientAddress

func (o *FileDownloadJobSingleAllOfAttributes) GetNotificationRecipientAddress() string

GetNotificationRecipientAddress returns the NotificationRecipientAddress field value if set, zero value otherwise.

func (*FileDownloadJobSingleAllOfAttributes) GetNotificationRecipientAddressOk

func (o *FileDownloadJobSingleAllOfAttributes) GetNotificationRecipientAddressOk() (*string, bool)

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

func (*FileDownloadJobSingleAllOfAttributes) HasCancelJob

func (o *FileDownloadJobSingleAllOfAttributes) HasCancelJob() bool

HasCancelJob returns a boolean if a field has been set.

func (*FileDownloadJobSingleAllOfAttributes) HasFileLocation

func (o *FileDownloadJobSingleAllOfAttributes) HasFileLocation() bool

HasFileLocation returns a boolean if a field has been set.

func (*FileDownloadJobSingleAllOfAttributes) HasJobMonitor

func (o *FileDownloadJobSingleAllOfAttributes) HasJobMonitor() bool

HasJobMonitor returns a boolean if a field has been set.

func (*FileDownloadJobSingleAllOfAttributes) HasNotificationRecipientAddress

func (o *FileDownloadJobSingleAllOfAttributes) HasNotificationRecipientAddress() bool

HasNotificationRecipientAddress returns a boolean if a field has been set.

func (FileDownloadJobSingleAllOfAttributes) MarshalJSON

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

func (*FileDownloadJobSingleAllOfAttributes) SetCancelJob

func (o *FileDownloadJobSingleAllOfAttributes) SetCancelJob(v string)

SetCancelJob gets a reference to the given string and assigns it to the CancelJob field.

func (*FileDownloadJobSingleAllOfAttributes) SetFileLocation

func (o *FileDownloadJobSingleAllOfAttributes) SetFileLocation(v string)

SetFileLocation gets a reference to the given string and assigns it to the FileLocation field.

func (*FileDownloadJobSingleAllOfAttributes) SetJobMonitor

SetJobMonitor gets a reference to the given FileDownloadJobProcessMonitor and assigns it to the JobMonitor field.

func (*FileDownloadJobSingleAllOfAttributes) SetNotificationRecipientAddress

func (o *FileDownloadJobSingleAllOfAttributes) SetNotificationRecipientAddress(v string)

SetNotificationRecipientAddress gets a reference to the given string and assigns it to the NotificationRecipientAddress field.

func (FileDownloadJobSingleAllOfAttributes) ToMap

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

type FileNotificationTypes

type FileNotificationTypes string

FileNotificationTypes the model 'FileNotificationTypes'

const (
	NOTIFY_FILE_READY             FileNotificationTypes = "notifyFileReady"
	NOTIFY_FILE_PREPARATION_ERROR FileNotificationTypes = "notifyFilePreparationError"
)

List of FileNotificationTypes

func NewFileNotificationTypesFromValue

func NewFileNotificationTypesFromValue(v string) (*FileNotificationTypes, error)

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

func (FileNotificationTypes) IsValid

func (v FileNotificationTypes) IsValid() bool

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

func (FileNotificationTypes) Ptr

Ptr returns reference to FileNotificationTypes value

func (*FileNotificationTypes) UnmarshalJSON

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

type FileSingle

type FileSingle struct {
	Top
	Attributes *FileSingleAllOfAttributes `json:"attributes,omitempty"`
}

FileSingle struct for FileSingle

func NewFileSingle

func NewFileSingle(id NullableString) *FileSingle

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

func NewFileSingleWithDefaults

func NewFileSingleWithDefaults() *FileSingle

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

func (*FileSingle) GetAttributes

func (o *FileSingle) GetAttributes() FileSingleAllOfAttributes

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

func (*FileSingle) GetAttributesOk

func (o *FileSingle) GetAttributesOk() (*FileSingleAllOfAttributes, bool)

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

func (*FileSingle) HasAttributes

func (o *FileSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (FileSingle) MarshalJSON

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

func (*FileSingle) SetAttributes

func (o *FileSingle) SetAttributes(v FileSingleAllOfAttributes)

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

func (FileSingle) ToMap

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

type FileSingleAllOf

type FileSingleAllOf struct {
	Attributes *FileSingleAllOfAttributes `json:"attributes,omitempty"`
}

FileSingleAllOf struct for FileSingleAllOf

func NewFileSingleAllOf

func NewFileSingleAllOf() *FileSingleAllOf

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

func NewFileSingleAllOfWithDefaults

func NewFileSingleAllOfWithDefaults() *FileSingleAllOf

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

func (*FileSingleAllOf) GetAttributes

func (o *FileSingleAllOf) GetAttributes() FileSingleAllOfAttributes

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

func (*FileSingleAllOf) GetAttributesOk

func (o *FileSingleAllOf) GetAttributesOk() (*FileSingleAllOfAttributes, bool)

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

func (*FileSingleAllOf) HasAttributes

func (o *FileSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (FileSingleAllOf) MarshalJSON

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

func (*FileSingleAllOf) SetAttributes

func (o *FileSingleAllOf) SetAttributes(v FileSingleAllOfAttributes)

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

func (FileSingleAllOf) ToMap

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

type FileSingleAllOfAttributes

type FileSingleAllOfAttributes struct {
	FileLocation       *string    `json:"fileLocation,omitempty"`
	FileCompression    *string    `json:"fileCompression,omitempty"`
	FileSize           *int32     `json:"fileSize,omitempty"`
	FileDataType       *string    `json:"fileDataType,omitempty"`
	FileFormat         *string    `json:"fileFormat,omitempty"`
	FileReadyTime      *time.Time `json:"fileReadyTime,omitempty"`
	FileExpirationTime *time.Time `json:"fileExpirationTime,omitempty"`
	FileContent        *string    `json:"fileContent,omitempty"`
	JobRef             *string    `json:"jobRef,omitempty"`
	JobId              *string    `json:"jobId,omitempty"`
}

FileSingleAllOfAttributes struct for FileSingleAllOfAttributes

func NewFileSingleAllOfAttributes

func NewFileSingleAllOfAttributes() *FileSingleAllOfAttributes

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

func NewFileSingleAllOfAttributesWithDefaults

func NewFileSingleAllOfAttributesWithDefaults() *FileSingleAllOfAttributes

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

func (*FileSingleAllOfAttributes) GetFileCompression

func (o *FileSingleAllOfAttributes) GetFileCompression() string

GetFileCompression returns the FileCompression field value if set, zero value otherwise.

func (*FileSingleAllOfAttributes) GetFileCompressionOk

func (o *FileSingleAllOfAttributes) GetFileCompressionOk() (*string, bool)

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

func (*FileSingleAllOfAttributes) GetFileContent

func (o *FileSingleAllOfAttributes) GetFileContent() string

GetFileContent returns the FileContent field value if set, zero value otherwise.

func (*FileSingleAllOfAttributes) GetFileContentOk

func (o *FileSingleAllOfAttributes) GetFileContentOk() (*string, bool)

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

func (*FileSingleAllOfAttributes) GetFileDataType

func (o *FileSingleAllOfAttributes) GetFileDataType() string

GetFileDataType returns the FileDataType field value if set, zero value otherwise.

func (*FileSingleAllOfAttributes) GetFileDataTypeOk

func (o *FileSingleAllOfAttributes) GetFileDataTypeOk() (*string, bool)

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

func (*FileSingleAllOfAttributes) GetFileExpirationTime

func (o *FileSingleAllOfAttributes) GetFileExpirationTime() time.Time

GetFileExpirationTime returns the FileExpirationTime field value if set, zero value otherwise.

func (*FileSingleAllOfAttributes) GetFileExpirationTimeOk

func (o *FileSingleAllOfAttributes) GetFileExpirationTimeOk() (*time.Time, bool)

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

func (*FileSingleAllOfAttributes) GetFileFormat

func (o *FileSingleAllOfAttributes) GetFileFormat() string

GetFileFormat returns the FileFormat field value if set, zero value otherwise.

func (*FileSingleAllOfAttributes) GetFileFormatOk

func (o *FileSingleAllOfAttributes) GetFileFormatOk() (*string, bool)

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

func (*FileSingleAllOfAttributes) GetFileLocation

func (o *FileSingleAllOfAttributes) GetFileLocation() string

GetFileLocation returns the FileLocation field value if set, zero value otherwise.

func (*FileSingleAllOfAttributes) GetFileLocationOk

func (o *FileSingleAllOfAttributes) GetFileLocationOk() (*string, bool)

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

func (*FileSingleAllOfAttributes) GetFileReadyTime

func (o *FileSingleAllOfAttributes) GetFileReadyTime() time.Time

GetFileReadyTime returns the FileReadyTime field value if set, zero value otherwise.

func (*FileSingleAllOfAttributes) GetFileReadyTimeOk

func (o *FileSingleAllOfAttributes) GetFileReadyTimeOk() (*time.Time, bool)

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

func (*FileSingleAllOfAttributes) GetFileSize

func (o *FileSingleAllOfAttributes) GetFileSize() int32

GetFileSize returns the FileSize field value if set, zero value otherwise.

func (*FileSingleAllOfAttributes) GetFileSizeOk

func (o *FileSingleAllOfAttributes) GetFileSizeOk() (*int32, bool)

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

func (*FileSingleAllOfAttributes) GetJobId

func (o *FileSingleAllOfAttributes) GetJobId() string

GetJobId returns the JobId field value if set, zero value otherwise.

func (*FileSingleAllOfAttributes) GetJobIdOk

func (o *FileSingleAllOfAttributes) GetJobIdOk() (*string, bool)

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

func (*FileSingleAllOfAttributes) GetJobRef

func (o *FileSingleAllOfAttributes) GetJobRef() string

GetJobRef returns the JobRef field value if set, zero value otherwise.

func (*FileSingleAllOfAttributes) GetJobRefOk

func (o *FileSingleAllOfAttributes) GetJobRefOk() (*string, bool)

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

func (*FileSingleAllOfAttributes) HasFileCompression

func (o *FileSingleAllOfAttributes) HasFileCompression() bool

HasFileCompression returns a boolean if a field has been set.

func (*FileSingleAllOfAttributes) HasFileContent

func (o *FileSingleAllOfAttributes) HasFileContent() bool

HasFileContent returns a boolean if a field has been set.

func (*FileSingleAllOfAttributes) HasFileDataType

func (o *FileSingleAllOfAttributes) HasFileDataType() bool

HasFileDataType returns a boolean if a field has been set.

func (*FileSingleAllOfAttributes) HasFileExpirationTime

func (o *FileSingleAllOfAttributes) HasFileExpirationTime() bool

HasFileExpirationTime returns a boolean if a field has been set.

func (*FileSingleAllOfAttributes) HasFileFormat

func (o *FileSingleAllOfAttributes) HasFileFormat() bool

HasFileFormat returns a boolean if a field has been set.

func (*FileSingleAllOfAttributes) HasFileLocation

func (o *FileSingleAllOfAttributes) HasFileLocation() bool

HasFileLocation returns a boolean if a field has been set.

func (*FileSingleAllOfAttributes) HasFileReadyTime

func (o *FileSingleAllOfAttributes) HasFileReadyTime() bool

HasFileReadyTime returns a boolean if a field has been set.

func (*FileSingleAllOfAttributes) HasFileSize

func (o *FileSingleAllOfAttributes) HasFileSize() bool

HasFileSize returns a boolean if a field has been set.

func (*FileSingleAllOfAttributes) HasJobId

func (o *FileSingleAllOfAttributes) HasJobId() bool

HasJobId returns a boolean if a field has been set.

func (*FileSingleAllOfAttributes) HasJobRef

func (o *FileSingleAllOfAttributes) HasJobRef() bool

HasJobRef returns a boolean if a field has been set.

func (FileSingleAllOfAttributes) MarshalJSON

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

func (*FileSingleAllOfAttributes) SetFileCompression

func (o *FileSingleAllOfAttributes) SetFileCompression(v string)

SetFileCompression gets a reference to the given string and assigns it to the FileCompression field.

func (*FileSingleAllOfAttributes) SetFileContent

func (o *FileSingleAllOfAttributes) SetFileContent(v string)

SetFileContent gets a reference to the given string and assigns it to the FileContent field.

func (*FileSingleAllOfAttributes) SetFileDataType

func (o *FileSingleAllOfAttributes) SetFileDataType(v string)

SetFileDataType gets a reference to the given string and assigns it to the FileDataType field.

func (*FileSingleAllOfAttributes) SetFileExpirationTime

func (o *FileSingleAllOfAttributes) SetFileExpirationTime(v time.Time)

SetFileExpirationTime gets a reference to the given time.Time and assigns it to the FileExpirationTime field.

func (*FileSingleAllOfAttributes) SetFileFormat

func (o *FileSingleAllOfAttributes) SetFileFormat(v string)

SetFileFormat gets a reference to the given string and assigns it to the FileFormat field.

func (*FileSingleAllOfAttributes) SetFileLocation

func (o *FileSingleAllOfAttributes) SetFileLocation(v string)

SetFileLocation gets a reference to the given string and assigns it to the FileLocation field.

func (*FileSingleAllOfAttributes) SetFileReadyTime

func (o *FileSingleAllOfAttributes) SetFileReadyTime(v time.Time)

SetFileReadyTime gets a reference to the given time.Time and assigns it to the FileReadyTime field.

func (*FileSingleAllOfAttributes) SetFileSize

func (o *FileSingleAllOfAttributes) SetFileSize(v int32)

SetFileSize gets a reference to the given int32 and assigns it to the FileSize field.

func (*FileSingleAllOfAttributes) SetJobId

func (o *FileSingleAllOfAttributes) SetJobId(v string)

SetJobId gets a reference to the given string and assigns it to the JobId field.

func (*FileSingleAllOfAttributes) SetJobRef

func (o *FileSingleAllOfAttributes) SetJobRef(v string)

SetJobRef gets a reference to the given string and assigns it to the JobRef field.

func (FileSingleAllOfAttributes) ToMap

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

type FilesSingle

type FilesSingle struct {
	Top
	Attributes *FilesSingleAllOfAttributes `json:"attributes,omitempty"`
}

FilesSingle struct for FilesSingle

func NewFilesSingle

func NewFilesSingle(id NullableString) *FilesSingle

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

func NewFilesSingleWithDefaults

func NewFilesSingleWithDefaults() *FilesSingle

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

func (*FilesSingle) GetAttributes

func (o *FilesSingle) GetAttributes() FilesSingleAllOfAttributes

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

func (*FilesSingle) GetAttributesOk

func (o *FilesSingle) GetAttributesOk() (*FilesSingleAllOfAttributes, bool)

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

func (*FilesSingle) HasAttributes

func (o *FilesSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (FilesSingle) MarshalJSON

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

func (*FilesSingle) SetAttributes

func (o *FilesSingle) SetAttributes(v FilesSingleAllOfAttributes)

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

func (FilesSingle) ToMap

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

type FilesSingleAllOf

type FilesSingleAllOf struct {
	Attributes *FilesSingleAllOfAttributes `json:"attributes,omitempty"`
}

FilesSingleAllOf struct for FilesSingleAllOf

func NewFilesSingleAllOf

func NewFilesSingleAllOf() *FilesSingleAllOf

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

func NewFilesSingleAllOfWithDefaults

func NewFilesSingleAllOfWithDefaults() *FilesSingleAllOf

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

func (*FilesSingleAllOf) GetAttributes

func (o *FilesSingleAllOf) GetAttributes() FilesSingleAllOfAttributes

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

func (*FilesSingleAllOf) GetAttributesOk

func (o *FilesSingleAllOf) GetAttributesOk() (*FilesSingleAllOfAttributes, bool)

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

func (*FilesSingleAllOf) HasAttributes

func (o *FilesSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (FilesSingleAllOf) MarshalJSON

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

func (*FilesSingleAllOf) SetAttributes

func (o *FilesSingleAllOf) SetAttributes(v FilesSingleAllOfAttributes)

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

func (FilesSingleAllOf) ToMap

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

type FilesSingleAllOfAttributes

type FilesSingleAllOfAttributes struct {
	NumberOfFiles *int32       `json:"numberOfFiles,omitempty"`
	JobRef        *string      `json:"jobRef,omitempty"`
	JobId         *string      `json:"jobId,omitempty"`
	File          []FileSingle `json:"File,omitempty"`
}

FilesSingleAllOfAttributes struct for FilesSingleAllOfAttributes

func NewFilesSingleAllOfAttributes

func NewFilesSingleAllOfAttributes() *FilesSingleAllOfAttributes

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

func NewFilesSingleAllOfAttributesWithDefaults

func NewFilesSingleAllOfAttributesWithDefaults() *FilesSingleAllOfAttributes

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

func (*FilesSingleAllOfAttributes) GetFile

func (o *FilesSingleAllOfAttributes) GetFile() []FileSingle

GetFile returns the File field value if set, zero value otherwise.

func (*FilesSingleAllOfAttributes) GetFileOk

func (o *FilesSingleAllOfAttributes) GetFileOk() ([]FileSingle, bool)

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

func (*FilesSingleAllOfAttributes) GetJobId

func (o *FilesSingleAllOfAttributes) GetJobId() string

GetJobId returns the JobId field value if set, zero value otherwise.

func (*FilesSingleAllOfAttributes) GetJobIdOk

func (o *FilesSingleAllOfAttributes) GetJobIdOk() (*string, bool)

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

func (*FilesSingleAllOfAttributes) GetJobRef

func (o *FilesSingleAllOfAttributes) GetJobRef() string

GetJobRef returns the JobRef field value if set, zero value otherwise.

func (*FilesSingleAllOfAttributes) GetJobRefOk

func (o *FilesSingleAllOfAttributes) GetJobRefOk() (*string, bool)

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

func (*FilesSingleAllOfAttributes) GetNumberOfFiles

func (o *FilesSingleAllOfAttributes) GetNumberOfFiles() int32

GetNumberOfFiles returns the NumberOfFiles field value if set, zero value otherwise.

func (*FilesSingleAllOfAttributes) GetNumberOfFilesOk

func (o *FilesSingleAllOfAttributes) GetNumberOfFilesOk() (*int32, bool)

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

func (*FilesSingleAllOfAttributes) HasFile

func (o *FilesSingleAllOfAttributes) HasFile() bool

HasFile returns a boolean if a field has been set.

func (*FilesSingleAllOfAttributes) HasJobId

func (o *FilesSingleAllOfAttributes) HasJobId() bool

HasJobId returns a boolean if a field has been set.

func (*FilesSingleAllOfAttributes) HasJobRef

func (o *FilesSingleAllOfAttributes) HasJobRef() bool

HasJobRef returns a boolean if a field has been set.

func (*FilesSingleAllOfAttributes) HasNumberOfFiles

func (o *FilesSingleAllOfAttributes) HasNumberOfFiles() bool

HasNumberOfFiles returns a boolean if a field has been set.

func (FilesSingleAllOfAttributes) MarshalJSON

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

func (*FilesSingleAllOfAttributes) SetFile

func (o *FilesSingleAllOfAttributes) SetFile(v []FileSingle)

SetFile gets a reference to the given []FileSingle and assigns it to the File field.

func (*FilesSingleAllOfAttributes) SetJobId

func (o *FilesSingleAllOfAttributes) SetJobId(v string)

SetJobId gets a reference to the given string and assigns it to the JobId field.

func (*FilesSingleAllOfAttributes) SetJobRef

func (o *FilesSingleAllOfAttributes) SetJobRef(v string)

SetJobRef gets a reference to the given string and assigns it to the JobRef field.

func (*FilesSingleAllOfAttributes) SetNumberOfFiles

func (o *FilesSingleAllOfAttributes) SetNumberOfFiles(v int32)

SetNumberOfFiles gets a reference to the given int32 and assigns it to the NumberOfFiles field.

func (FilesSingleAllOfAttributes) ToMap

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

type 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 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 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 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 IpAddress

type IpAddress struct {
	Ipv6Addr *Ipv6Addr
	String   *string
}

IpAddress - struct for IpAddress

func Ipv6AddrAsIpAddress

func Ipv6AddrAsIpAddress(v *Ipv6Addr) IpAddress

Ipv6AddrAsIpAddress is a convenience function that returns Ipv6Addr wrapped in IpAddress

func StringAsIpAddress

func StringAsIpAddress(v *string) IpAddress

stringAsIpAddress is a convenience function that returns string wrapped in IpAddress

func (*IpAddress) GetActualInstance

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

Get the actual instance

func (IpAddress) MarshalJSON

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

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

func (*IpAddress) UnmarshalJSON

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

Unmarshal JSON data into one of the pointers in the struct

type 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 JobTypeType

type JobTypeType string

JobTypeType Specifies whether the TraceJob represents only MDT, Logged MBSFN MDT, Trace or a combined Trace and MDT job. Applicable for Trace, MDT, RCEF and RLF reporting. See 3GPP TS 32.422 clause 5.9a for additional details.

const (
	IMMEDIATE_MDT_ONLY      JobTypeType = "IMMEDIATE_MDT_ONLY"
	LOGGED_MDT_ONLY         JobTypeType = "LOGGED_MDT_ONLY"
	TRACE_ONLY              JobTypeType = "TRACE_ONLY"
	IMMEDIATE_MDT_AND_TRACE JobTypeType = "IMMEDIATE_MDT AND TRACE"
	RLF_REPORT_ONLY         JobTypeType = "RLF_REPORT_ONLY"
	RCEF_REPORT_ONLY        JobTypeType = "RCEF_REPORT_ONLY"
	LOGGED_MBSFN_MDT        JobTypeType = "LOGGED_MBSFN_MDT"
)

List of jobType-Type

func NewJobTypeTypeFromValue

func NewJobTypeTypeFromValue(v string) (*JobTypeType, error)

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

func (JobTypeType) IsValid

func (v JobTypeType) IsValid() bool

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

func (JobTypeType) Ptr

func (v JobTypeType) Ptr() *JobTypeType

Ptr returns reference to jobType-Type value

func (*JobTypeType) UnmarshalJSON

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

type KPIMonitoring

type KPIMonitoring struct {
	ServAttrCom *ServAttrCom `json:"servAttrCom,omitempty"`
	KPIList     []string     `json:"kPIList,omitempty"`
}

KPIMonitoring struct for KPIMonitoring

func NewKPIMonitoring

func NewKPIMonitoring() *KPIMonitoring

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

func NewKPIMonitoringWithDefaults

func NewKPIMonitoringWithDefaults() *KPIMonitoring

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

func (*KPIMonitoring) GetKPIList

func (o *KPIMonitoring) GetKPIList() []string

GetKPIList returns the KPIList field value if set, zero value otherwise.

func (*KPIMonitoring) GetKPIListOk

func (o *KPIMonitoring) GetKPIListOk() ([]string, bool)

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

func (*KPIMonitoring) GetServAttrCom

func (o *KPIMonitoring) GetServAttrCom() ServAttrCom

GetServAttrCom returns the ServAttrCom field value if set, zero value otherwise.

func (*KPIMonitoring) GetServAttrComOk

func (o *KPIMonitoring) GetServAttrComOk() (*ServAttrCom, bool)

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

func (*KPIMonitoring) HasKPIList

func (o *KPIMonitoring) HasKPIList() bool

HasKPIList returns a boolean if a field has been set.

func (*KPIMonitoring) HasServAttrCom

func (o *KPIMonitoring) HasServAttrCom() bool

HasServAttrCom returns a boolean if a field has been set.

func (KPIMonitoring) MarshalJSON

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

func (*KPIMonitoring) SetKPIList

func (o *KPIMonitoring) SetKPIList(v []string)

SetKPIList gets a reference to the given []string and assigns it to the KPIList field.

func (*KPIMonitoring) SetServAttrCom

func (o *KPIMonitoring) SetServAttrCom(v ServAttrCom)

SetServAttrCom gets a reference to the given ServAttrCom and assigns it to the ServAttrCom field.

func (KPIMonitoring) ToMap

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

type ListOfInterfacesType

type ListOfInterfacesType struct {
	MSCServerInterfaces []string `json:"MSCServerInterfaces,omitempty"`
	MGWInterfaces       []string `json:"MGWInterfaces,omitempty"`
	RNCInterfaces       []string `json:"RNCInterfaces,omitempty"`
	SGSNInterfaces      []string `json:"SGSNInterfaces,omitempty"`
	GGSNInterfaces      []string `json:"GGSNInterfaces,omitempty"`
	SCSCFInterfaces     []string `json:"S-CSCFInterfaces,omitempty"`
	PCSCFInterfaces     []string `json:"P-CSCFInterfaces,omitempty"`
	ICSCFInterfaces     []string `json:"I-CSCFInterfaces,omitempty"`
	MRFCInterfaces      []string `json:"MRFCInterfaces,omitempty"`
	MGCFInterfaces      []string `json:"MGCFInterfaces,omitempty"`
	IBCFInterfaces      []string `json:"IBCFInterfaces,omitempty"`
	ECSCFInterfaces     []string `json:"E-CSCFInterfaces,omitempty"`
	BGCFInterfaces      []string `json:"BGCFInterfaces,omitempty"`
	ASInterfaces        []string `json:"ASInterfaces,omitempty"`
	HSSInterfaces       []string `json:"HSSInterfaces,omitempty"`
	EIRInterfaces       []string `json:"EIRInterfaces,omitempty"`
	BMSCInterfaces      []string `json:"BM-SCInterfaces,omitempty"`
	MMEInterfaces       []string `json:"MMEInterfaces,omitempty"`
	SGWInterfaces       []string `json:"SGWInterfaces,omitempty"`
	PDNGWInterfaces     []string `json:"PDN_GWInterfaces,omitempty"`
	ENBInterfaces       []string `json:"eNBInterfaces,omitempty"`
	EnGNBInterfaces     []string `json:"en-gNBInterfaces,omitempty"`
	AMFInterfaces       []string `json:"AMFInterfaces,omitempty"`
	AUSFInterfaces      []string `json:"AUSFInterfaces,omitempty"`
	NEFInterfaces       []string `json:"NEFInterfaces,omitempty"`
	NRFInterfaces       []string `json:"NRFInterfaces,omitempty"`
	NSSFInterfaces      []string `json:"NSSFInterfaces,omitempty"`
	PCFInterfaces       []string `json:"PCFInterfaces,omitempty"`
	SMFInterfaces       []string `json:"SMFInterfaces,omitempty"`
	SMSFInterfaces      []string `json:"SMSFInterfaces,omitempty"`
	UDMInterfaces       []string `json:"UDMInterfaces,omitempty"`
	UPFInterfaces       []string `json:"UPFInterfaces,omitempty"`
	NgENBInterfaces     []string `json:"ng-eNBInterfaces,omitempty"`
	GNBCUCPInterfaces   []string `json:"gNB-CU-CPInterfaces,omitempty"`
	GNBCUUPInterfaces   []string `json:"gNB-CU-UPInterfaces,omitempty"`
	GNBDUInterfaces     []string `json:"gNB-DUInterfaces,omitempty"`
}

ListOfInterfacesType The interfaces to be recorded in the Network Element. See 3GPP TS 32.422 clause 5.5 for additional details.

func NewListOfInterfacesType

func NewListOfInterfacesType() *ListOfInterfacesType

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

func NewListOfInterfacesTypeWithDefaults

func NewListOfInterfacesTypeWithDefaults() *ListOfInterfacesType

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

func (*ListOfInterfacesType) GetAMFInterfaces

func (o *ListOfInterfacesType) GetAMFInterfaces() []string

GetAMFInterfaces returns the AMFInterfaces field value if set, zero value otherwise.

func (*ListOfInterfacesType) GetAMFInterfacesOk

func (o *ListOfInterfacesType) GetAMFInterfacesOk() ([]string, bool)

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

func (*ListOfInterfacesType) GetASInterfaces

func (o *ListOfInterfacesType) GetASInterfaces() []string

GetASInterfaces returns the ASInterfaces field value if set, zero value otherwise.

func (*ListOfInterfacesType) GetASInterfacesOk

func (o *ListOfInterfacesType) GetASInterfacesOk() ([]string, bool)

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

func (*ListOfInterfacesType) GetAUSFInterfaces

func (o *ListOfInterfacesType) GetAUSFInterfaces() []string

GetAUSFInterfaces returns the AUSFInterfaces field value if set, zero value otherwise.

func (*ListOfInterfacesType) GetAUSFInterfacesOk

func (o *ListOfInterfacesType) GetAUSFInterfacesOk() ([]string, bool)

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

func (*ListOfInterfacesType) GetBGCFInterfaces

func (o *ListOfInterfacesType) GetBGCFInterfaces() []string

GetBGCFInterfaces returns the BGCFInterfaces field value if set, zero value otherwise.

func (*ListOfInterfacesType) GetBGCFInterfacesOk

func (o *ListOfInterfacesType) GetBGCFInterfacesOk() ([]string, bool)

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

func (*ListOfInterfacesType) GetBMSCInterfaces

func (o *ListOfInterfacesType) GetBMSCInterfaces() []string

GetBMSCInterfaces returns the BMSCInterfaces field value if set, zero value otherwise.

func (*ListOfInterfacesType) GetBMSCInterfacesOk

func (o *ListOfInterfacesType) GetBMSCInterfacesOk() ([]string, bool)

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

func (*ListOfInterfacesType) GetECSCFInterfaces

func (o *ListOfInterfacesType) GetECSCFInterfaces() []string

GetECSCFInterfaces returns the ECSCFInterfaces field value if set, zero value otherwise.

func (*ListOfInterfacesType) GetECSCFInterfacesOk

func (o *ListOfInterfacesType) GetECSCFInterfacesOk() ([]string, bool)

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

func (*ListOfInterfacesType) GetEIRInterfaces

func (o *ListOfInterfacesType) GetEIRInterfaces() []string

GetEIRInterfaces returns the EIRInterfaces field value if set, zero value otherwise.

func (*ListOfInterfacesType) GetEIRInterfacesOk

func (o *ListOfInterfacesType) GetEIRInterfacesOk() ([]string, bool)

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

func (*ListOfInterfacesType) GetENBInterfaces

func (o *ListOfInterfacesType) GetENBInterfaces() []string

GetENBInterfaces returns the ENBInterfaces field value if set, zero value otherwise.

func (*ListOfInterfacesType) GetENBInterfacesOk

func (o *ListOfInterfacesType) GetENBInterfacesOk() ([]string, bool)

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

func (*ListOfInterfacesType) GetEnGNBInterfaces

func (o *ListOfInterfacesType) GetEnGNBInterfaces() []string

GetEnGNBInterfaces returns the EnGNBInterfaces field value if set, zero value otherwise.

func (*ListOfInterfacesType) GetEnGNBInterfacesOk

func (o *ListOfInterfacesType) GetEnGNBInterfacesOk() ([]string, bool)

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

func (*ListOfInterfacesType) GetGGSNInterfaces

func (o *ListOfInterfacesType) GetGGSNInterfaces() []string

GetGGSNInterfaces returns the GGSNInterfaces field value if set, zero value otherwise.

func (*ListOfInterfacesType) GetGGSNInterfacesOk

func (o *ListOfInterfacesType) GetGGSNInterfacesOk() ([]string, bool)

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

func (*ListOfInterfacesType) GetGNBCUCPInterfaces

func (o *ListOfInterfacesType) GetGNBCUCPInterfaces() []string

GetGNBCUCPInterfaces returns the GNBCUCPInterfaces field value if set, zero value otherwise.

func (*ListOfInterfacesType) GetGNBCUCPInterfacesOk

func (o *ListOfInterfacesType) GetGNBCUCPInterfacesOk() ([]string, bool)

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

func (*ListOfInterfacesType) GetGNBCUUPInterfaces

func (o *ListOfInterfacesType) GetGNBCUUPInterfaces() []string

GetGNBCUUPInterfaces returns the GNBCUUPInterfaces field value if set, zero value otherwise.

func (*ListOfInterfacesType) GetGNBCUUPInterfacesOk

func (o *ListOfInterfacesType) GetGNBCUUPInterfacesOk() ([]string, bool)

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

func (*ListOfInterfacesType) GetGNBDUInterfaces

func (o *ListOfInterfacesType) GetGNBDUInterfaces() []string

GetGNBDUInterfaces returns the GNBDUInterfaces field value if set, zero value otherwise.

func (*ListOfInterfacesType) GetGNBDUInterfacesOk

func (o *ListOfInterfacesType) GetGNBDUInterfacesOk() ([]string, bool)

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

func (*ListOfInterfacesType) GetHSSInterfaces

func (o *ListOfInterfacesType) GetHSSInterfaces() []string

GetHSSInterfaces returns the HSSInterfaces field value if set, zero value otherwise.

func (*ListOfInterfacesType) GetHSSInterfacesOk

func (o *ListOfInterfacesType) GetHSSInterfacesOk() ([]string, bool)

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

func (*ListOfInterfacesType) GetIBCFInterfaces

func (o *ListOfInterfacesType) GetIBCFInterfaces() []string

GetIBCFInterfaces returns the IBCFInterfaces field value if set, zero value otherwise.

func (*ListOfInterfacesType) GetIBCFInterfacesOk

func (o *ListOfInterfacesType) GetIBCFInterfacesOk() ([]string, bool)

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

func (*ListOfInterfacesType) GetICSCFInterfaces

func (o *ListOfInterfacesType) GetICSCFInterfaces() []string

GetICSCFInterfaces returns the ICSCFInterfaces field value if set, zero value otherwise.

func (*ListOfInterfacesType) GetICSCFInterfacesOk

func (o *ListOfInterfacesType) GetICSCFInterfacesOk() ([]string, bool)

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

func (*ListOfInterfacesType) GetMGCFInterfaces

func (o *ListOfInterfacesType) GetMGCFInterfaces() []string

GetMGCFInterfaces returns the MGCFInterfaces field value if set, zero value otherwise.

func (*ListOfInterfacesType) GetMGCFInterfacesOk

func (o *ListOfInterfacesType) GetMGCFInterfacesOk() ([]string, bool)

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

func (*ListOfInterfacesType) GetMGWInterfaces

func (o *ListOfInterfacesType) GetMGWInterfaces() []string

GetMGWInterfaces returns the MGWInterfaces field value if set, zero value otherwise.

func (*ListOfInterfacesType) GetMGWInterfacesOk

func (o *ListOfInterfacesType) GetMGWInterfacesOk() ([]string, bool)

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

func (*ListOfInterfacesType) GetMMEInterfaces

func (o *ListOfInterfacesType) GetMMEInterfaces() []string

GetMMEInterfaces returns the MMEInterfaces field value if set, zero value otherwise.

func (*ListOfInterfacesType) GetMMEInterfacesOk

func (o *ListOfInterfacesType) GetMMEInterfacesOk() ([]string, bool)

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

func (*ListOfInterfacesType) GetMRFCInterfaces

func (o *ListOfInterfacesType) GetMRFCInterfaces() []string

GetMRFCInterfaces returns the MRFCInterfaces field value if set, zero value otherwise.

func (*ListOfInterfacesType) GetMRFCInterfacesOk

func (o *ListOfInterfacesType) GetMRFCInterfacesOk() ([]string, bool)

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

func (*ListOfInterfacesType) GetMSCServerInterfaces

func (o *ListOfInterfacesType) GetMSCServerInterfaces() []string

GetMSCServerInterfaces returns the MSCServerInterfaces field value if set, zero value otherwise.

func (*ListOfInterfacesType) GetMSCServerInterfacesOk

func (o *ListOfInterfacesType) GetMSCServerInterfacesOk() ([]string, bool)

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

func (*ListOfInterfacesType) GetNEFInterfaces

func (o *ListOfInterfacesType) GetNEFInterfaces() []string

GetNEFInterfaces returns the NEFInterfaces field value if set, zero value otherwise.

func (*ListOfInterfacesType) GetNEFInterfacesOk

func (o *ListOfInterfacesType) GetNEFInterfacesOk() ([]string, bool)

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

func (*ListOfInterfacesType) GetNRFInterfaces

func (o *ListOfInterfacesType) GetNRFInterfaces() []string

GetNRFInterfaces returns the NRFInterfaces field value if set, zero value otherwise.

func (*ListOfInterfacesType) GetNRFInterfacesOk

func (o *ListOfInterfacesType) GetNRFInterfacesOk() ([]string, bool)

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

func (*ListOfInterfacesType) GetNSSFInterfaces

func (o *ListOfInterfacesType) GetNSSFInterfaces() []string

GetNSSFInterfaces returns the NSSFInterfaces field value if set, zero value otherwise.

func (*ListOfInterfacesType) GetNSSFInterfacesOk

func (o *ListOfInterfacesType) GetNSSFInterfacesOk() ([]string, bool)

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

func (*ListOfInterfacesType) GetNgENBInterfaces

func (o *ListOfInterfacesType) GetNgENBInterfaces() []string

GetNgENBInterfaces returns the NgENBInterfaces field value if set, zero value otherwise.

func (*ListOfInterfacesType) GetNgENBInterfacesOk

func (o *ListOfInterfacesType) GetNgENBInterfacesOk() ([]string, bool)

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

func (*ListOfInterfacesType) GetPCFInterfaces

func (o *ListOfInterfacesType) GetPCFInterfaces() []string

GetPCFInterfaces returns the PCFInterfaces field value if set, zero value otherwise.

func (*ListOfInterfacesType) GetPCFInterfacesOk

func (o *ListOfInterfacesType) GetPCFInterfacesOk() ([]string, bool)

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

func (*ListOfInterfacesType) GetPCSCFInterfaces

func (o *ListOfInterfacesType) GetPCSCFInterfaces() []string

GetPCSCFInterfaces returns the PCSCFInterfaces field value if set, zero value otherwise.

func (*ListOfInterfacesType) GetPCSCFInterfacesOk

func (o *ListOfInterfacesType) GetPCSCFInterfacesOk() ([]string, bool)

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

func (*ListOfInterfacesType) GetPDNGWInterfaces

func (o *ListOfInterfacesType) GetPDNGWInterfaces() []string

GetPDNGWInterfaces returns the PDNGWInterfaces field value if set, zero value otherwise.

func (*ListOfInterfacesType) GetPDNGWInterfacesOk

func (o *ListOfInterfacesType) GetPDNGWInterfacesOk() ([]string, bool)

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

func (*ListOfInterfacesType) GetRNCInterfaces

func (o *ListOfInterfacesType) GetRNCInterfaces() []string

GetRNCInterfaces returns the RNCInterfaces field value if set, zero value otherwise.

func (*ListOfInterfacesType) GetRNCInterfacesOk

func (o *ListOfInterfacesType) GetRNCInterfacesOk() ([]string, bool)

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

func (*ListOfInterfacesType) GetSCSCFInterfaces

func (o *ListOfInterfacesType) GetSCSCFInterfaces() []string

GetSCSCFInterfaces returns the SCSCFInterfaces field value if set, zero value otherwise.

func (*ListOfInterfacesType) GetSCSCFInterfacesOk

func (o *ListOfInterfacesType) GetSCSCFInterfacesOk() ([]string, bool)

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

func (*ListOfInterfacesType) GetSGSNInterfaces

func (o *ListOfInterfacesType) GetSGSNInterfaces() []string

GetSGSNInterfaces returns the SGSNInterfaces field value if set, zero value otherwise.

func (*ListOfInterfacesType) GetSGSNInterfacesOk

func (o *ListOfInterfacesType) GetSGSNInterfacesOk() ([]string, bool)

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

func (*ListOfInterfacesType) GetSGWInterfaces

func (o *ListOfInterfacesType) GetSGWInterfaces() []string

GetSGWInterfaces returns the SGWInterfaces field value if set, zero value otherwise.

func (*ListOfInterfacesType) GetSGWInterfacesOk

func (o *ListOfInterfacesType) GetSGWInterfacesOk() ([]string, bool)

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

func (*ListOfInterfacesType) GetSMFInterfaces

func (o *ListOfInterfacesType) GetSMFInterfaces() []string

GetSMFInterfaces returns the SMFInterfaces field value if set, zero value otherwise.

func (*ListOfInterfacesType) GetSMFInterfacesOk

func (o *ListOfInterfacesType) GetSMFInterfacesOk() ([]string, bool)

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

func (*ListOfInterfacesType) GetSMSFInterfaces

func (o *ListOfInterfacesType) GetSMSFInterfaces() []string

GetSMSFInterfaces returns the SMSFInterfaces field value if set, zero value otherwise.

func (*ListOfInterfacesType) GetSMSFInterfacesOk

func (o *ListOfInterfacesType) GetSMSFInterfacesOk() ([]string, bool)

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

func (*ListOfInterfacesType) GetUDMInterfaces

func (o *ListOfInterfacesType) GetUDMInterfaces() []string

GetUDMInterfaces returns the UDMInterfaces field value if set, zero value otherwise.

func (*ListOfInterfacesType) GetUDMInterfacesOk

func (o *ListOfInterfacesType) GetUDMInterfacesOk() ([]string, bool)

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

func (*ListOfInterfacesType) GetUPFInterfaces

func (o *ListOfInterfacesType) GetUPFInterfaces() []string

GetUPFInterfaces returns the UPFInterfaces field value if set, zero value otherwise.

func (*ListOfInterfacesType) GetUPFInterfacesOk

func (o *ListOfInterfacesType) GetUPFInterfacesOk() ([]string, bool)

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

func (*ListOfInterfacesType) HasAMFInterfaces

func (o *ListOfInterfacesType) HasAMFInterfaces() bool

HasAMFInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasASInterfaces

func (o *ListOfInterfacesType) HasASInterfaces() bool

HasASInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasAUSFInterfaces

func (o *ListOfInterfacesType) HasAUSFInterfaces() bool

HasAUSFInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasBGCFInterfaces

func (o *ListOfInterfacesType) HasBGCFInterfaces() bool

HasBGCFInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasBMSCInterfaces

func (o *ListOfInterfacesType) HasBMSCInterfaces() bool

HasBMSCInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasECSCFInterfaces

func (o *ListOfInterfacesType) HasECSCFInterfaces() bool

HasECSCFInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasEIRInterfaces

func (o *ListOfInterfacesType) HasEIRInterfaces() bool

HasEIRInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasENBInterfaces

func (o *ListOfInterfacesType) HasENBInterfaces() bool

HasENBInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasEnGNBInterfaces

func (o *ListOfInterfacesType) HasEnGNBInterfaces() bool

HasEnGNBInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasGGSNInterfaces

func (o *ListOfInterfacesType) HasGGSNInterfaces() bool

HasGGSNInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasGNBCUCPInterfaces

func (o *ListOfInterfacesType) HasGNBCUCPInterfaces() bool

HasGNBCUCPInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasGNBCUUPInterfaces

func (o *ListOfInterfacesType) HasGNBCUUPInterfaces() bool

HasGNBCUUPInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasGNBDUInterfaces

func (o *ListOfInterfacesType) HasGNBDUInterfaces() bool

HasGNBDUInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasHSSInterfaces

func (o *ListOfInterfacesType) HasHSSInterfaces() bool

HasHSSInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasIBCFInterfaces

func (o *ListOfInterfacesType) HasIBCFInterfaces() bool

HasIBCFInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasICSCFInterfaces

func (o *ListOfInterfacesType) HasICSCFInterfaces() bool

HasICSCFInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasMGCFInterfaces

func (o *ListOfInterfacesType) HasMGCFInterfaces() bool

HasMGCFInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasMGWInterfaces

func (o *ListOfInterfacesType) HasMGWInterfaces() bool

HasMGWInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasMMEInterfaces

func (o *ListOfInterfacesType) HasMMEInterfaces() bool

HasMMEInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasMRFCInterfaces

func (o *ListOfInterfacesType) HasMRFCInterfaces() bool

HasMRFCInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasMSCServerInterfaces

func (o *ListOfInterfacesType) HasMSCServerInterfaces() bool

HasMSCServerInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasNEFInterfaces

func (o *ListOfInterfacesType) HasNEFInterfaces() bool

HasNEFInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasNRFInterfaces

func (o *ListOfInterfacesType) HasNRFInterfaces() bool

HasNRFInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasNSSFInterfaces

func (o *ListOfInterfacesType) HasNSSFInterfaces() bool

HasNSSFInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasNgENBInterfaces

func (o *ListOfInterfacesType) HasNgENBInterfaces() bool

HasNgENBInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasPCFInterfaces

func (o *ListOfInterfacesType) HasPCFInterfaces() bool

HasPCFInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasPCSCFInterfaces

func (o *ListOfInterfacesType) HasPCSCFInterfaces() bool

HasPCSCFInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasPDNGWInterfaces

func (o *ListOfInterfacesType) HasPDNGWInterfaces() bool

HasPDNGWInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasRNCInterfaces

func (o *ListOfInterfacesType) HasRNCInterfaces() bool

HasRNCInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasSCSCFInterfaces

func (o *ListOfInterfacesType) HasSCSCFInterfaces() bool

HasSCSCFInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasSGSNInterfaces

func (o *ListOfInterfacesType) HasSGSNInterfaces() bool

HasSGSNInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasSGWInterfaces

func (o *ListOfInterfacesType) HasSGWInterfaces() bool

HasSGWInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasSMFInterfaces

func (o *ListOfInterfacesType) HasSMFInterfaces() bool

HasSMFInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasSMSFInterfaces

func (o *ListOfInterfacesType) HasSMSFInterfaces() bool

HasSMSFInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasUDMInterfaces

func (o *ListOfInterfacesType) HasUDMInterfaces() bool

HasUDMInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasUPFInterfaces

func (o *ListOfInterfacesType) HasUPFInterfaces() bool

HasUPFInterfaces returns a boolean if a field has been set.

func (ListOfInterfacesType) MarshalJSON

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

func (*ListOfInterfacesType) SetAMFInterfaces

func (o *ListOfInterfacesType) SetAMFInterfaces(v []string)

SetAMFInterfaces gets a reference to the given []string and assigns it to the AMFInterfaces field.

func (*ListOfInterfacesType) SetASInterfaces

func (o *ListOfInterfacesType) SetASInterfaces(v []string)

SetASInterfaces gets a reference to the given []string and assigns it to the ASInterfaces field.

func (*ListOfInterfacesType) SetAUSFInterfaces

func (o *ListOfInterfacesType) SetAUSFInterfaces(v []string)

SetAUSFInterfaces gets a reference to the given []string and assigns it to the AUSFInterfaces field.

func (*ListOfInterfacesType) SetBGCFInterfaces

func (o *ListOfInterfacesType) SetBGCFInterfaces(v []string)

SetBGCFInterfaces gets a reference to the given []string and assigns it to the BGCFInterfaces field.

func (*ListOfInterfacesType) SetBMSCInterfaces

func (o *ListOfInterfacesType) SetBMSCInterfaces(v []string)

SetBMSCInterfaces gets a reference to the given []string and assigns it to the BMSCInterfaces field.

func (*ListOfInterfacesType) SetECSCFInterfaces

func (o *ListOfInterfacesType) SetECSCFInterfaces(v []string)

SetECSCFInterfaces gets a reference to the given []string and assigns it to the ECSCFInterfaces field.

func (*ListOfInterfacesType) SetEIRInterfaces

func (o *ListOfInterfacesType) SetEIRInterfaces(v []string)

SetEIRInterfaces gets a reference to the given []string and assigns it to the EIRInterfaces field.

func (*ListOfInterfacesType) SetENBInterfaces

func (o *ListOfInterfacesType) SetENBInterfaces(v []string)

SetENBInterfaces gets a reference to the given []string and assigns it to the ENBInterfaces field.

func (*ListOfInterfacesType) SetEnGNBInterfaces

func (o *ListOfInterfacesType) SetEnGNBInterfaces(v []string)

SetEnGNBInterfaces gets a reference to the given []string and assigns it to the EnGNBInterfaces field.

func (*ListOfInterfacesType) SetGGSNInterfaces

func (o *ListOfInterfacesType) SetGGSNInterfaces(v []string)

SetGGSNInterfaces gets a reference to the given []string and assigns it to the GGSNInterfaces field.

func (*ListOfInterfacesType) SetGNBCUCPInterfaces

func (o *ListOfInterfacesType) SetGNBCUCPInterfaces(v []string)

SetGNBCUCPInterfaces gets a reference to the given []string and assigns it to the GNBCUCPInterfaces field.

func (*ListOfInterfacesType) SetGNBCUUPInterfaces

func (o *ListOfInterfacesType) SetGNBCUUPInterfaces(v []string)

SetGNBCUUPInterfaces gets a reference to the given []string and assigns it to the GNBCUUPInterfaces field.

func (*ListOfInterfacesType) SetGNBDUInterfaces

func (o *ListOfInterfacesType) SetGNBDUInterfaces(v []string)

SetGNBDUInterfaces gets a reference to the given []string and assigns it to the GNBDUInterfaces field.

func (*ListOfInterfacesType) SetHSSInterfaces

func (o *ListOfInterfacesType) SetHSSInterfaces(v []string)

SetHSSInterfaces gets a reference to the given []string and assigns it to the HSSInterfaces field.

func (*ListOfInterfacesType) SetIBCFInterfaces

func (o *ListOfInterfacesType) SetIBCFInterfaces(v []string)

SetIBCFInterfaces gets a reference to the given []string and assigns it to the IBCFInterfaces field.

func (*ListOfInterfacesType) SetICSCFInterfaces

func (o *ListOfInterfacesType) SetICSCFInterfaces(v []string)

SetICSCFInterfaces gets a reference to the given []string and assigns it to the ICSCFInterfaces field.

func (*ListOfInterfacesType) SetMGCFInterfaces

func (o *ListOfInterfacesType) SetMGCFInterfaces(v []string)

SetMGCFInterfaces gets a reference to the given []string and assigns it to the MGCFInterfaces field.

func (*ListOfInterfacesType) SetMGWInterfaces

func (o *ListOfInterfacesType) SetMGWInterfaces(v []string)

SetMGWInterfaces gets a reference to the given []string and assigns it to the MGWInterfaces field.

func (*ListOfInterfacesType) SetMMEInterfaces

func (o *ListOfInterfacesType) SetMMEInterfaces(v []string)

SetMMEInterfaces gets a reference to the given []string and assigns it to the MMEInterfaces field.

func (*ListOfInterfacesType) SetMRFCInterfaces

func (o *ListOfInterfacesType) SetMRFCInterfaces(v []string)

SetMRFCInterfaces gets a reference to the given []string and assigns it to the MRFCInterfaces field.

func (*ListOfInterfacesType) SetMSCServerInterfaces

func (o *ListOfInterfacesType) SetMSCServerInterfaces(v []string)

SetMSCServerInterfaces gets a reference to the given []string and assigns it to the MSCServerInterfaces field.

func (*ListOfInterfacesType) SetNEFInterfaces

func (o *ListOfInterfacesType) SetNEFInterfaces(v []string)

SetNEFInterfaces gets a reference to the given []string and assigns it to the NEFInterfaces field.

func (*ListOfInterfacesType) SetNRFInterfaces

func (o *ListOfInterfacesType) SetNRFInterfaces(v []string)

SetNRFInterfaces gets a reference to the given []string and assigns it to the NRFInterfaces field.

func (*ListOfInterfacesType) SetNSSFInterfaces

func (o *ListOfInterfacesType) SetNSSFInterfaces(v []string)

SetNSSFInterfaces gets a reference to the given []string and assigns it to the NSSFInterfaces field.

func (*ListOfInterfacesType) SetNgENBInterfaces

func (o *ListOfInterfacesType) SetNgENBInterfaces(v []string)

SetNgENBInterfaces gets a reference to the given []string and assigns it to the NgENBInterfaces field.

func (*ListOfInterfacesType) SetPCFInterfaces

func (o *ListOfInterfacesType) SetPCFInterfaces(v []string)

SetPCFInterfaces gets a reference to the given []string and assigns it to the PCFInterfaces field.

func (*ListOfInterfacesType) SetPCSCFInterfaces

func (o *ListOfInterfacesType) SetPCSCFInterfaces(v []string)

SetPCSCFInterfaces gets a reference to the given []string and assigns it to the PCSCFInterfaces field.

func (*ListOfInterfacesType) SetPDNGWInterfaces

func (o *ListOfInterfacesType) SetPDNGWInterfaces(v []string)

SetPDNGWInterfaces gets a reference to the given []string and assigns it to the PDNGWInterfaces field.

func (*ListOfInterfacesType) SetRNCInterfaces

func (o *ListOfInterfacesType) SetRNCInterfaces(v []string)

SetRNCInterfaces gets a reference to the given []string and assigns it to the RNCInterfaces field.

func (*ListOfInterfacesType) SetSCSCFInterfaces

func (o *ListOfInterfacesType) SetSCSCFInterfaces(v []string)

SetSCSCFInterfaces gets a reference to the given []string and assigns it to the SCSCFInterfaces field.

func (*ListOfInterfacesType) SetSGSNInterfaces

func (o *ListOfInterfacesType) SetSGSNInterfaces(v []string)

SetSGSNInterfaces gets a reference to the given []string and assigns it to the SGSNInterfaces field.

func (*ListOfInterfacesType) SetSGWInterfaces

func (o *ListOfInterfacesType) SetSGWInterfaces(v []string)

SetSGWInterfaces gets a reference to the given []string and assigns it to the SGWInterfaces field.

func (*ListOfInterfacesType) SetSMFInterfaces

func (o *ListOfInterfacesType) SetSMFInterfaces(v []string)

SetSMFInterfaces gets a reference to the given []string and assigns it to the SMFInterfaces field.

func (*ListOfInterfacesType) SetSMSFInterfaces

func (o *ListOfInterfacesType) SetSMSFInterfaces(v []string)

SetSMSFInterfaces gets a reference to the given []string and assigns it to the SMSFInterfaces field.

func (*ListOfInterfacesType) SetUDMInterfaces

func (o *ListOfInterfacesType) SetUDMInterfaces(v []string)

SetUDMInterfaces gets a reference to the given []string and assigns it to the UDMInterfaces field.

func (*ListOfInterfacesType) SetUPFInterfaces

func (o *ListOfInterfacesType) SetUPFInterfaces(v []string)

SetUPFInterfaces gets a reference to the given []string and assigns it to the UPFInterfaces field.

func (ListOfInterfacesType) ToMap

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

type ListOfMeasurementsType

type ListOfMeasurementsType struct {
	UMTS []string `json:"UMTS,omitempty"`
	LTE  []string `json:"LTE,omitempty"`
	NR   []string `json:"NR,omitempty"`
}

ListOfMeasurementsType See details in 3GPP TS 32.422 clause 5.10.3 for details.

func NewListOfMeasurementsType

func NewListOfMeasurementsType() *ListOfMeasurementsType

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

func NewListOfMeasurementsTypeWithDefaults

func NewListOfMeasurementsTypeWithDefaults() *ListOfMeasurementsType

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

func (*ListOfMeasurementsType) GetLTE

func (o *ListOfMeasurementsType) GetLTE() []string

GetLTE returns the LTE field value if set, zero value otherwise.

func (*ListOfMeasurementsType) GetLTEOk

func (o *ListOfMeasurementsType) GetLTEOk() ([]string, bool)

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

func (*ListOfMeasurementsType) GetNR

func (o *ListOfMeasurementsType) GetNR() []string

GetNR returns the NR field value if set, zero value otherwise.

func (*ListOfMeasurementsType) GetNROk

func (o *ListOfMeasurementsType) GetNROk() ([]string, bool)

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

func (*ListOfMeasurementsType) GetUMTS

func (o *ListOfMeasurementsType) GetUMTS() []string

GetUMTS returns the UMTS field value if set, zero value otherwise.

func (*ListOfMeasurementsType) GetUMTSOk

func (o *ListOfMeasurementsType) GetUMTSOk() ([]string, bool)

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

func (*ListOfMeasurementsType) HasLTE

func (o *ListOfMeasurementsType) HasLTE() bool

HasLTE returns a boolean if a field has been set.

func (*ListOfMeasurementsType) HasNR

func (o *ListOfMeasurementsType) HasNR() bool

HasNR returns a boolean if a field has been set.

func (*ListOfMeasurementsType) HasUMTS

func (o *ListOfMeasurementsType) HasUMTS() bool

HasUMTS returns a boolean if a field has been set.

func (ListOfMeasurementsType) MarshalJSON

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

func (*ListOfMeasurementsType) SetLTE

func (o *ListOfMeasurementsType) SetLTE(v []string)

SetLTE gets a reference to the given []string and assigns it to the LTE field.

func (*ListOfMeasurementsType) SetNR

func (o *ListOfMeasurementsType) SetNR(v []string)

SetNR gets a reference to the given []string and assigns it to the NR field.

func (*ListOfMeasurementsType) SetUMTS

func (o *ListOfMeasurementsType) SetUMTS(v []string)

SetUMTS gets a reference to the given []string and assigns it to the UMTS field.

func (ListOfMeasurementsType) ToMap

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

type LoggingDurationType

type LoggingDurationType string

LoggingDurationType See details in 3GPP TS 32.422 clause 5.10.9.

func NewLoggingDurationTypeFromValue

func NewLoggingDurationTypeFromValue(v string) (*LoggingDurationType, error)

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

func (LoggingDurationType) IsValid

func (v LoggingDurationType) IsValid() bool

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

func (LoggingDurationType) Ptr

Ptr returns reference to loggingDuration-Type value

func (*LoggingDurationType) UnmarshalJSON

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

type LoggingIntervalType

type LoggingIntervalType struct {
	UMTS []string `json:"UMTS,omitempty"`
	LTE  []string `json:"LTE,omitempty"`
	NR   []string `json:"NR,omitempty"`
}

LoggingIntervalType See details in 3GPP TS 32.422 clause 5.10.8.

func NewLoggingIntervalType

func NewLoggingIntervalType() *LoggingIntervalType

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

func NewLoggingIntervalTypeWithDefaults

func NewLoggingIntervalTypeWithDefaults() *LoggingIntervalType

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

func (*LoggingIntervalType) GetLTE

func (o *LoggingIntervalType) GetLTE() []string

GetLTE returns the LTE field value if set, zero value otherwise.

func (*LoggingIntervalType) GetLTEOk

func (o *LoggingIntervalType) GetLTEOk() ([]string, bool)

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

func (*LoggingIntervalType) GetNR

func (o *LoggingIntervalType) GetNR() []string

GetNR returns the NR field value if set, zero value otherwise.

func (*LoggingIntervalType) GetNROk

func (o *LoggingIntervalType) GetNROk() ([]string, bool)

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

func (*LoggingIntervalType) GetUMTS

func (o *LoggingIntervalType) GetUMTS() []string

GetUMTS returns the UMTS field value if set, zero value otherwise.

func (*LoggingIntervalType) GetUMTSOk

func (o *LoggingIntervalType) GetUMTSOk() ([]string, bool)

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

func (*LoggingIntervalType) HasLTE

func (o *LoggingIntervalType) HasLTE() bool

HasLTE returns a boolean if a field has been set.

func (*LoggingIntervalType) HasNR

func (o *LoggingIntervalType) HasNR() bool

HasNR returns a boolean if a field has been set.

func (*LoggingIntervalType) HasUMTS

func (o *LoggingIntervalType) HasUMTS() bool

HasUMTS returns a boolean if a field has been set.

func (LoggingIntervalType) MarshalJSON

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

func (*LoggingIntervalType) SetLTE

func (o *LoggingIntervalType) SetLTE(v []string)

SetLTE gets a reference to the given []string and assigns it to the LTE field.

func (*LoggingIntervalType) SetNR

func (o *LoggingIntervalType) SetNR(v []string)

SetNR gets a reference to the given []string and assigns it to the NR field.

func (*LoggingIntervalType) SetUMTS

func (o *LoggingIntervalType) SetUMTS(v []string)

SetUMTS gets a reference to the given []string and assigns it to the UMTS field.

func (LoggingIntervalType) ToMap

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

type LogicalInterfaceInfo

type LogicalInterfaceInfo struct {
	LogicalInterfaceType *string `json:"logicalInterfaceType,omitempty"`
	LogicalInterfaceId   *string `json:"logicalInterfaceId,omitempty"`
}

LogicalInterfaceInfo struct for LogicalInterfaceInfo

func NewLogicalInterfaceInfo

func NewLogicalInterfaceInfo() *LogicalInterfaceInfo

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

func NewLogicalInterfaceInfoWithDefaults

func NewLogicalInterfaceInfoWithDefaults() *LogicalInterfaceInfo

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

func (*LogicalInterfaceInfo) GetLogicalInterfaceId

func (o *LogicalInterfaceInfo) GetLogicalInterfaceId() string

GetLogicalInterfaceId returns the LogicalInterfaceId field value if set, zero value otherwise.

func (*LogicalInterfaceInfo) GetLogicalInterfaceIdOk

func (o *LogicalInterfaceInfo) GetLogicalInterfaceIdOk() (*string, bool)

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

func (*LogicalInterfaceInfo) GetLogicalInterfaceType

func (o *LogicalInterfaceInfo) GetLogicalInterfaceType() string

GetLogicalInterfaceType returns the LogicalInterfaceType field value if set, zero value otherwise.

func (*LogicalInterfaceInfo) GetLogicalInterfaceTypeOk

func (o *LogicalInterfaceInfo) GetLogicalInterfaceTypeOk() (*string, bool)

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

func (*LogicalInterfaceInfo) HasLogicalInterfaceId

func (o *LogicalInterfaceInfo) HasLogicalInterfaceId() bool

HasLogicalInterfaceId returns a boolean if a field has been set.

func (*LogicalInterfaceInfo) HasLogicalInterfaceType

func (o *LogicalInterfaceInfo) HasLogicalInterfaceType() bool

HasLogicalInterfaceType returns a boolean if a field has been set.

func (LogicalInterfaceInfo) MarshalJSON

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

func (*LogicalInterfaceInfo) SetLogicalInterfaceId

func (o *LogicalInterfaceInfo) SetLogicalInterfaceId(v string)

SetLogicalInterfaceId gets a reference to the given string and assigns it to the LogicalInterfaceId field.

func (*LogicalInterfaceInfo) SetLogicalInterfaceType

func (o *LogicalInterfaceInfo) SetLogicalInterfaceType(v string)

SetLogicalInterfaceType gets a reference to the given string and assigns it to the LogicalInterfaceType field.

func (LogicalInterfaceInfo) ToMap

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

type MIoTEEPerfReq

type MIoTEEPerfReq struct {
	KpiType *string  `json:"kpiType,omitempty"`
	Req     *float32 `json:"req,omitempty"`
}

MIoTEEPerfReq struct for MIoTEEPerfReq

func NewMIoTEEPerfReq

func NewMIoTEEPerfReq() *MIoTEEPerfReq

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

func NewMIoTEEPerfReqWithDefaults

func NewMIoTEEPerfReqWithDefaults() *MIoTEEPerfReq

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

func (*MIoTEEPerfReq) GetKpiType

func (o *MIoTEEPerfReq) GetKpiType() string

GetKpiType returns the KpiType field value if set, zero value otherwise.

func (*MIoTEEPerfReq) GetKpiTypeOk

func (o *MIoTEEPerfReq) GetKpiTypeOk() (*string, bool)

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

func (*MIoTEEPerfReq) GetReq

func (o *MIoTEEPerfReq) GetReq() float32

GetReq returns the Req field value if set, zero value otherwise.

func (*MIoTEEPerfReq) GetReqOk

func (o *MIoTEEPerfReq) GetReqOk() (*float32, bool)

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

func (*MIoTEEPerfReq) HasKpiType

func (o *MIoTEEPerfReq) HasKpiType() bool

HasKpiType returns a boolean if a field has been set.

func (*MIoTEEPerfReq) HasReq

func (o *MIoTEEPerfReq) HasReq() bool

HasReq returns a boolean if a field has been set.

func (MIoTEEPerfReq) MarshalJSON

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

func (*MIoTEEPerfReq) SetKpiType

func (o *MIoTEEPerfReq) SetKpiType(v string)

SetKpiType gets a reference to the given string and assigns it to the KpiType field.

func (*MIoTEEPerfReq) SetReq

func (o *MIoTEEPerfReq) SetReq(v float32)

SetReq gets a reference to the given float32 and assigns it to the Req field.

func (MIoTEEPerfReq) ToMap

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

type 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 MaxNumberofPDUSessions

type MaxNumberofPDUSessions struct {
	ServAttrCom     *ServAttrCom `json:"servAttrCom,omitempty"`
	NOofPDUSessions *int32       `json:"nOofPDUSessions,omitempty"`
}

MaxNumberofPDUSessions struct for MaxNumberofPDUSessions

func NewMaxNumberofPDUSessions

func NewMaxNumberofPDUSessions() *MaxNumberofPDUSessions

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

func NewMaxNumberofPDUSessionsWithDefaults

func NewMaxNumberofPDUSessionsWithDefaults() *MaxNumberofPDUSessions

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

func (*MaxNumberofPDUSessions) GetNOofPDUSessions

func (o *MaxNumberofPDUSessions) GetNOofPDUSessions() int32

GetNOofPDUSessions returns the NOofPDUSessions field value if set, zero value otherwise.

func (*MaxNumberofPDUSessions) GetNOofPDUSessionsOk

func (o *MaxNumberofPDUSessions) GetNOofPDUSessionsOk() (*int32, bool)

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

func (*MaxNumberofPDUSessions) GetServAttrCom

func (o *MaxNumberofPDUSessions) GetServAttrCom() ServAttrCom

GetServAttrCom returns the ServAttrCom field value if set, zero value otherwise.

func (*MaxNumberofPDUSessions) GetServAttrComOk

func (o *MaxNumberofPDUSessions) GetServAttrComOk() (*ServAttrCom, bool)

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

func (*MaxNumberofPDUSessions) HasNOofPDUSessions

func (o *MaxNumberofPDUSessions) HasNOofPDUSessions() bool

HasNOofPDUSessions returns a boolean if a field has been set.

func (*MaxNumberofPDUSessions) HasServAttrCom

func (o *MaxNumberofPDUSessions) HasServAttrCom() bool

HasServAttrCom returns a boolean if a field has been set.

func (MaxNumberofPDUSessions) MarshalJSON

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

func (*MaxNumberofPDUSessions) SetNOofPDUSessions

func (o *MaxNumberofPDUSessions) SetNOofPDUSessions(v int32)

SetNOofPDUSessions gets a reference to the given int32 and assigns it to the NOofPDUSessions field.

func (*MaxNumberofPDUSessions) SetServAttrCom

func (o *MaxNumberofPDUSessions) SetServAttrCom(v ServAttrCom)

SetServAttrCom gets a reference to the given ServAttrCom and assigns it to the ServAttrCom field.

func (MaxNumberofPDUSessions) ToMap

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

type MaxPktSize

type MaxPktSize struct {
	ServAttrCom *ServAttrCom `json:"servAttrCom,omitempty"`
	Maxsize     *int32       `json:"maxsize,omitempty"`
}

MaxPktSize struct for MaxPktSize

func NewMaxPktSize

func NewMaxPktSize() *MaxPktSize

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

func NewMaxPktSizeWithDefaults

func NewMaxPktSizeWithDefaults() *MaxPktSize

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

func (*MaxPktSize) GetMaxsize

func (o *MaxPktSize) GetMaxsize() int32

GetMaxsize returns the Maxsize field value if set, zero value otherwise.

func (*MaxPktSize) GetMaxsizeOk

func (o *MaxPktSize) GetMaxsizeOk() (*int32, bool)

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

func (*MaxPktSize) GetServAttrCom

func (o *MaxPktSize) GetServAttrCom() ServAttrCom

GetServAttrCom returns the ServAttrCom field value if set, zero value otherwise.

func (*MaxPktSize) GetServAttrComOk

func (o *MaxPktSize) GetServAttrComOk() (*ServAttrCom, bool)

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

func (*MaxPktSize) HasMaxsize

func (o *MaxPktSize) HasMaxsize() bool

HasMaxsize returns a boolean if a field has been set.

func (*MaxPktSize) HasServAttrCom

func (o *MaxPktSize) HasServAttrCom() bool

HasServAttrCom returns a boolean if a field has been set.

func (MaxPktSize) MarshalJSON

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

func (*MaxPktSize) SetMaxsize

func (o *MaxPktSize) SetMaxsize(v int32)

SetMaxsize gets a reference to the given int32 and assigns it to the Maxsize field.

func (*MaxPktSize) SetServAttrCom

func (o *MaxPktSize) SetServAttrCom(v ServAttrCom)

SetServAttrCom gets a reference to the given ServAttrCom and assigns it to the ServAttrCom field.

func (MaxPktSize) ToMap

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

type MbsfnArea

type MbsfnArea struct {
	MbsfnAreaId *int32 `json:"mbsfnAreaId,omitempty"`
	Earfcn      *int32 `json:"earfcn,omitempty"`
}

MbsfnArea struct for MbsfnArea

func NewMbsfnArea

func NewMbsfnArea() *MbsfnArea

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

func NewMbsfnAreaWithDefaults

func NewMbsfnAreaWithDefaults() *MbsfnArea

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

func (*MbsfnArea) GetEarfcn

func (o *MbsfnArea) GetEarfcn() int32

GetEarfcn returns the Earfcn field value if set, zero value otherwise.

func (*MbsfnArea) GetEarfcnOk

func (o *MbsfnArea) GetEarfcnOk() (*int32, bool)

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

func (*MbsfnArea) GetMbsfnAreaId

func (o *MbsfnArea) GetMbsfnAreaId() int32

GetMbsfnAreaId returns the MbsfnAreaId field value if set, zero value otherwise.

func (*MbsfnArea) GetMbsfnAreaIdOk

func (o *MbsfnArea) GetMbsfnAreaIdOk() (*int32, bool)

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

func (*MbsfnArea) HasEarfcn

func (o *MbsfnArea) HasEarfcn() bool

HasEarfcn returns a boolean if a field has been set.

func (*MbsfnArea) HasMbsfnAreaId

func (o *MbsfnArea) HasMbsfnAreaId() bool

HasMbsfnAreaId returns a boolean if a field has been set.

func (MbsfnArea) MarshalJSON

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

func (*MbsfnArea) SetEarfcn

func (o *MbsfnArea) SetEarfcn(v int32)

SetEarfcn gets a reference to the given int32 and assigns it to the Earfcn field.

func (*MbsfnArea) SetMbsfnAreaId

func (o *MbsfnArea) SetMbsfnAreaId(v int32)

SetMbsfnAreaId gets a reference to the given int32 and assigns it to the MbsfnAreaId field.

func (MbsfnArea) ToMap

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

type MeContextSingle

type MeContextSingle struct {
	Top
	Attributes *MeContextSingleAllOfAttributes `json:"attributes,omitempty"`
}

MeContextSingle struct for MeContextSingle

func NewMeContextSingle

func NewMeContextSingle(id NullableString) *MeContextSingle

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

func NewMeContextSingleWithDefaults

func NewMeContextSingleWithDefaults() *MeContextSingle

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

func (*MeContextSingle) GetAttributes

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

func (*MeContextSingle) GetAttributesOk

func (o *MeContextSingle) GetAttributesOk() (*MeContextSingleAllOfAttributes, bool)

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

func (*MeContextSingle) HasAttributes

func (o *MeContextSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (MeContextSingle) MarshalJSON

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

func (*MeContextSingle) SetAttributes

func (o *MeContextSingle) SetAttributes(v MeContextSingleAllOfAttributes)

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

func (MeContextSingle) ToMap

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

type MeContextSingleAllOf

type MeContextSingleAllOf struct {
	Attributes *MeContextSingleAllOfAttributes `json:"attributes,omitempty"`
}

MeContextSingleAllOf struct for MeContextSingleAllOf

func NewMeContextSingleAllOf

func NewMeContextSingleAllOf() *MeContextSingleAllOf

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

func NewMeContextSingleAllOfWithDefaults

func NewMeContextSingleAllOfWithDefaults() *MeContextSingleAllOf

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

func (*MeContextSingleAllOf) GetAttributes

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

func (*MeContextSingleAllOf) GetAttributesOk

func (o *MeContextSingleAllOf) GetAttributesOk() (*MeContextSingleAllOfAttributes, bool)

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

func (*MeContextSingleAllOf) HasAttributes

func (o *MeContextSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (MeContextSingleAllOf) MarshalJSON

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

func (*MeContextSingleAllOf) SetAttributes

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

func (MeContextSingleAllOf) ToMap

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

type MeContextSingleAllOfAttributes

type MeContextSingleAllOfAttributes struct {
	DnPrefix *string `json:"dnPrefix,omitempty"`
}

MeContextSingleAllOfAttributes struct for MeContextSingleAllOfAttributes

func NewMeContextSingleAllOfAttributes

func NewMeContextSingleAllOfAttributes() *MeContextSingleAllOfAttributes

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

func NewMeContextSingleAllOfAttributesWithDefaults

func NewMeContextSingleAllOfAttributesWithDefaults() *MeContextSingleAllOfAttributes

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

func (*MeContextSingleAllOfAttributes) GetDnPrefix

func (o *MeContextSingleAllOfAttributes) GetDnPrefix() string

GetDnPrefix returns the DnPrefix field value if set, zero value otherwise.

func (*MeContextSingleAllOfAttributes) GetDnPrefixOk

func (o *MeContextSingleAllOfAttributes) GetDnPrefixOk() (*string, bool)

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

func (*MeContextSingleAllOfAttributes) HasDnPrefix

func (o *MeContextSingleAllOfAttributes) HasDnPrefix() bool

HasDnPrefix returns a boolean if a field has been set.

func (MeContextSingleAllOfAttributes) MarshalJSON

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

func (*MeContextSingleAllOfAttributes) SetDnPrefix

func (o *MeContextSingleAllOfAttributes) SetDnPrefix(v string)

SetDnPrefix gets a reference to the given string and assigns it to the DnPrefix field.

func (MeContextSingleAllOfAttributes) ToMap

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

type MeasurementPeriodLteType

type MeasurementPeriodLteType string

MeasurementPeriodLteType See details in 3GPP TS 32.422 clause 5.10.23.

func NewMeasurementPeriodLteTypeFromValue

func NewMeasurementPeriodLteTypeFromValue(v string) (*MeasurementPeriodLteType, error)

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

func (MeasurementPeriodLteType) IsValid

func (v MeasurementPeriodLteType) IsValid() bool

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

func (MeasurementPeriodLteType) Ptr

Ptr returns reference to measurementPeriodLte-Type value

func (*MeasurementPeriodLteType) UnmarshalJSON

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

type MeasurementPeriodUmtsType

type MeasurementPeriodUmtsType string

MeasurementPeriodUmtsType See details in 3GPP TS 32.422 clause 5.10.22.

func NewMeasurementPeriodUmtsTypeFromValue

func NewMeasurementPeriodUmtsTypeFromValue(v string) (*MeasurementPeriodUmtsType, error)

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

func (MeasurementPeriodUmtsType) IsValid

func (v MeasurementPeriodUmtsType) IsValid() bool

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

func (MeasurementPeriodUmtsType) Ptr

Ptr returns reference to measurementPeriodUmts-Type value

func (*MeasurementPeriodUmtsType) UnmarshalJSON

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

type MeasurementQuantityType

type MeasurementQuantityType string

MeasurementQuantityType See details in 3GPP TS 32.422 clause 5.10.15.

const (
	CPICH_EC_NO MeasurementQuantityType = "CPICH_EcNo"
	CPICH_RSCP  MeasurementQuantityType = "CPICH_RSCP"
	PATH_LOSS   MeasurementQuantityType = "PathLoss"
)

List of measurementQuantity-Type

func NewMeasurementQuantityTypeFromValue

func NewMeasurementQuantityTypeFromValue(v string) (*MeasurementQuantityType, error)

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

func (MeasurementQuantityType) IsValid

func (v MeasurementQuantityType) IsValid() bool

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

func (MeasurementQuantityType) Ptr

Ptr returns reference to measurementQuantity-Type value

func (*MeasurementQuantityType) UnmarshalJSON

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

type MnS

type MnS struct {
	MnSOneOf *MnSOneOf
}

MnS - struct for 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 MnsAgentSingle

type MnsAgentSingle struct {
	Top
	Attributes *MnsAgentSingleAllOfAttributes `json:"attributes,omitempty"`
}

MnsAgentSingle struct for MnsAgentSingle

func NewMnsAgentSingle

func NewMnsAgentSingle(id NullableString) *MnsAgentSingle

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

func NewMnsAgentSingleWithDefaults

func NewMnsAgentSingleWithDefaults() *MnsAgentSingle

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

func (*MnsAgentSingle) GetAttributes

func (o *MnsAgentSingle) GetAttributes() MnsAgentSingleAllOfAttributes

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

func (*MnsAgentSingle) GetAttributesOk

func (o *MnsAgentSingle) GetAttributesOk() (*MnsAgentSingleAllOfAttributes, bool)

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

func (*MnsAgentSingle) HasAttributes

func (o *MnsAgentSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (MnsAgentSingle) MarshalJSON

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

func (*MnsAgentSingle) SetAttributes

func (o *MnsAgentSingle) SetAttributes(v MnsAgentSingleAllOfAttributes)

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

func (MnsAgentSingle) ToMap

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

type MnsAgentSingleAllOf

type MnsAgentSingleAllOf struct {
	Attributes *MnsAgentSingleAllOfAttributes `json:"attributes,omitempty"`
}

MnsAgentSingleAllOf struct for MnsAgentSingleAllOf

func NewMnsAgentSingleAllOf

func NewMnsAgentSingleAllOf() *MnsAgentSingleAllOf

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

func NewMnsAgentSingleAllOfWithDefaults

func NewMnsAgentSingleAllOfWithDefaults() *MnsAgentSingleAllOf

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

func (*MnsAgentSingleAllOf) GetAttributes

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

func (*MnsAgentSingleAllOf) GetAttributesOk

func (o *MnsAgentSingleAllOf) GetAttributesOk() (*MnsAgentSingleAllOfAttributes, bool)

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

func (*MnsAgentSingleAllOf) HasAttributes

func (o *MnsAgentSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (MnsAgentSingleAllOf) MarshalJSON

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

func (*MnsAgentSingleAllOf) SetAttributes

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

func (MnsAgentSingleAllOf) ToMap

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

type MnsAgentSingleAllOfAttributes

type MnsAgentSingleAllOfAttributes struct {
	SystemDN *string `json:"systemDN,omitempty"`
}

MnsAgentSingleAllOfAttributes struct for MnsAgentSingleAllOfAttributes

func NewMnsAgentSingleAllOfAttributes

func NewMnsAgentSingleAllOfAttributes() *MnsAgentSingleAllOfAttributes

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

func NewMnsAgentSingleAllOfAttributesWithDefaults

func NewMnsAgentSingleAllOfAttributesWithDefaults() *MnsAgentSingleAllOfAttributes

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

func (*MnsAgentSingleAllOfAttributes) GetSystemDN

func (o *MnsAgentSingleAllOfAttributes) GetSystemDN() string

GetSystemDN returns the SystemDN field value if set, zero value otherwise.

func (*MnsAgentSingleAllOfAttributes) GetSystemDNOk

func (o *MnsAgentSingleAllOfAttributes) GetSystemDNOk() (*string, bool)

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

func (*MnsAgentSingleAllOfAttributes) HasSystemDN

func (o *MnsAgentSingleAllOfAttributes) HasSystemDN() bool

HasSystemDN returns a boolean if a field has been set.

func (MnsAgentSingleAllOfAttributes) MarshalJSON

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

func (*MnsAgentSingleAllOfAttributes) SetSystemDN

func (o *MnsAgentSingleAllOfAttributes) SetSystemDN(v string)

SetSystemDN gets a reference to the given string and assigns it to the SystemDN field.

func (MnsAgentSingleAllOfAttributes) ToMap

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

type MnsInfoSingle

type MnsInfoSingle struct {
	MnsLabel   *string `json:"mnsLabel,omitempty"`
	MnsType    *string `json:"mnsType,omitempty"`
	MnsVersion *string `json:"mnsVersion,omitempty"`
	MnsAddress *string `json:"mnsAddress,omitempty"`
	// List of the managed object instances that can be accessed using the MnS. If a complete SubNetwork can be accessed using the MnS, this attribute may contain the DN of the SubNetwork instead of the DNs of the individual managed entities within the SubNetwork.
	MnsScope []string `json:"mnsScope,omitempty"`
}

MnsInfoSingle struct for MnsInfoSingle

func NewMnsInfoSingle

func NewMnsInfoSingle() *MnsInfoSingle

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

func NewMnsInfoSingleWithDefaults

func NewMnsInfoSingleWithDefaults() *MnsInfoSingle

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

func (*MnsInfoSingle) GetMnsAddress

func (o *MnsInfoSingle) GetMnsAddress() string

GetMnsAddress returns the MnsAddress field value if set, zero value otherwise.

func (*MnsInfoSingle) GetMnsAddressOk

func (o *MnsInfoSingle) GetMnsAddressOk() (*string, bool)

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

func (*MnsInfoSingle) GetMnsLabel

func (o *MnsInfoSingle) GetMnsLabel() string

GetMnsLabel returns the MnsLabel field value if set, zero value otherwise.

func (*MnsInfoSingle) GetMnsLabelOk

func (o *MnsInfoSingle) GetMnsLabelOk() (*string, bool)

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

func (*MnsInfoSingle) GetMnsScope

func (o *MnsInfoSingle) GetMnsScope() []string

GetMnsScope returns the MnsScope field value if set, zero value otherwise.

func (*MnsInfoSingle) GetMnsScopeOk

func (o *MnsInfoSingle) GetMnsScopeOk() ([]string, bool)

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

func (*MnsInfoSingle) GetMnsType

func (o *MnsInfoSingle) GetMnsType() string

GetMnsType returns the MnsType field value if set, zero value otherwise.

func (*MnsInfoSingle) GetMnsTypeOk

func (o *MnsInfoSingle) GetMnsTypeOk() (*string, bool)

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

func (*MnsInfoSingle) GetMnsVersion

func (o *MnsInfoSingle) GetMnsVersion() string

GetMnsVersion returns the MnsVersion field value if set, zero value otherwise.

func (*MnsInfoSingle) GetMnsVersionOk

func (o *MnsInfoSingle) GetMnsVersionOk() (*string, bool)

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

func (*MnsInfoSingle) HasMnsAddress

func (o *MnsInfoSingle) HasMnsAddress() bool

HasMnsAddress returns a boolean if a field has been set.

func (*MnsInfoSingle) HasMnsLabel

func (o *MnsInfoSingle) HasMnsLabel() bool

HasMnsLabel returns a boolean if a field has been set.

func (*MnsInfoSingle) HasMnsScope

func (o *MnsInfoSingle) HasMnsScope() bool

HasMnsScope returns a boolean if a field has been set.

func (*MnsInfoSingle) HasMnsType

func (o *MnsInfoSingle) HasMnsType() bool

HasMnsType returns a boolean if a field has been set.

func (*MnsInfoSingle) HasMnsVersion

func (o *MnsInfoSingle) HasMnsVersion() bool

HasMnsVersion returns a boolean if a field has been set.

func (MnsInfoSingle) MarshalJSON

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

func (*MnsInfoSingle) SetMnsAddress

func (o *MnsInfoSingle) SetMnsAddress(v string)

SetMnsAddress gets a reference to the given string and assigns it to the MnsAddress field.

func (*MnsInfoSingle) SetMnsLabel

func (o *MnsInfoSingle) SetMnsLabel(v string)

SetMnsLabel gets a reference to the given string and assigns it to the MnsLabel field.

func (*MnsInfoSingle) SetMnsScope

func (o *MnsInfoSingle) SetMnsScope(v []string)

SetMnsScope gets a reference to the given []string and assigns it to the MnsScope field.

func (*MnsInfoSingle) SetMnsType

func (o *MnsInfoSingle) SetMnsType(v string)

SetMnsType gets a reference to the given string and assigns it to the MnsType field.

func (*MnsInfoSingle) SetMnsVersion

func (o *MnsInfoSingle) SetMnsVersion(v string)

SetMnsVersion gets a reference to the given string and assigns it to the MnsVersion field.

func (MnsInfoSingle) ToMap

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

type MnsRegistrySingle

type MnsRegistrySingle struct {
	MnsInfo []MnsInfoSingle `json:"MnsInfo,omitempty"`
}

MnsRegistrySingle struct for MnsRegistrySingle

func NewMnsRegistrySingle

func NewMnsRegistrySingle() *MnsRegistrySingle

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

func NewMnsRegistrySingleWithDefaults

func NewMnsRegistrySingleWithDefaults() *MnsRegistrySingle

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

func (*MnsRegistrySingle) GetMnsInfo

func (o *MnsRegistrySingle) GetMnsInfo() []MnsInfoSingle

GetMnsInfo returns the MnsInfo field value if set, zero value otherwise.

func (*MnsRegistrySingle) GetMnsInfoOk

func (o *MnsRegistrySingle) GetMnsInfoOk() ([]MnsInfoSingle, bool)

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

func (*MnsRegistrySingle) HasMnsInfo

func (o *MnsRegistrySingle) HasMnsInfo() bool

HasMnsInfo returns a boolean if a field has been set.

func (MnsRegistrySingle) MarshalJSON

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

func (*MnsRegistrySingle) SetMnsInfo

func (o *MnsRegistrySingle) SetMnsInfo(v []MnsInfoSingle)

SetMnsInfo gets a reference to the given []MnsInfoSingle and assigns it to the MnsInfo field.

func (MnsRegistrySingle) ToMap

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

type MobilityLevel

type MobilityLevel string

MobilityLevel the model 'MobilityLevel'

const (
	STATIONARY          MobilityLevel = "STATIONARY"
	NOMADIC             MobilityLevel = "NOMADIC"
	RESTRICTED_MOBILITY MobilityLevel = "RESTRICTED MOBILITY"
	FULLY_MOBILITY      MobilityLevel = "FULLY MOBILITY"
)

List of MobilityLevel

func NewMobilityLevelFromValue

func NewMobilityLevelFromValue(v string) (*MobilityLevel, error)

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

func (MobilityLevel) IsValid

func (v MobilityLevel) IsValid() bool

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

func (MobilityLevel) Ptr

func (v MobilityLevel) Ptr() *MobilityLevel

Ptr returns reference to MobilityLevel value

func (*MobilityLevel) UnmarshalJSON

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

type N6Protection

type N6Protection struct {
	ServAttrCom *ServAttrCom `json:"servAttrCom,omitempty"`
	SecFuncList []SecFunc    `json:"secFuncList,omitempty"`
}

N6Protection struct for N6Protection

func NewN6Protection

func NewN6Protection() *N6Protection

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

func NewN6ProtectionWithDefaults

func NewN6ProtectionWithDefaults() *N6Protection

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

func (*N6Protection) GetSecFuncList

func (o *N6Protection) GetSecFuncList() []SecFunc

GetSecFuncList returns the SecFuncList field value if set, zero value otherwise.

func (*N6Protection) GetSecFuncListOk

func (o *N6Protection) GetSecFuncListOk() ([]SecFunc, bool)

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

func (*N6Protection) GetServAttrCom

func (o *N6Protection) GetServAttrCom() ServAttrCom

GetServAttrCom returns the ServAttrCom field value if set, zero value otherwise.

func (*N6Protection) GetServAttrComOk

func (o *N6Protection) GetServAttrComOk() (*ServAttrCom, bool)

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

func (*N6Protection) HasSecFuncList

func (o *N6Protection) HasSecFuncList() bool

HasSecFuncList returns a boolean if a field has been set.

func (*N6Protection) HasServAttrCom

func (o *N6Protection) HasServAttrCom() bool

HasServAttrCom returns a boolean if a field has been set.

func (N6Protection) MarshalJSON

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

func (*N6Protection) SetSecFuncList

func (o *N6Protection) SetSecFuncList(v []SecFunc)

SetSecFuncList gets a reference to the given []SecFunc and assigns it to the SecFuncList field.

func (*N6Protection) SetServAttrCom

func (o *N6Protection) SetServAttrCom(v ServAttrCom)

SetServAttrCom gets a reference to the given ServAttrCom and assigns it to the ServAttrCom field.

func (N6Protection) ToMap

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

type NBIoT

type NBIoT struct {
	ServAttrCom *ServAttrCom `json:"servAttrCom,omitempty"`
	Support     *Support     `json:"support,omitempty"`
}

NBIoT struct for NBIoT

func NewNBIoT

func NewNBIoT() *NBIoT

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

func NewNBIoTWithDefaults

func NewNBIoTWithDefaults() *NBIoT

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

func (*NBIoT) GetServAttrCom

func (o *NBIoT) GetServAttrCom() ServAttrCom

GetServAttrCom returns the ServAttrCom field value if set, zero value otherwise.

func (*NBIoT) GetServAttrComOk

func (o *NBIoT) GetServAttrComOk() (*ServAttrCom, bool)

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

func (*NBIoT) GetSupport

func (o *NBIoT) GetSupport() Support

GetSupport returns the Support field value if set, zero value otherwise.

func (*NBIoT) GetSupportOk

func (o *NBIoT) GetSupportOk() (*Support, bool)

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

func (*NBIoT) HasServAttrCom

func (o *NBIoT) HasServAttrCom() bool

HasServAttrCom returns a boolean if a field has been set.

func (*NBIoT) HasSupport

func (o *NBIoT) HasSupport() bool

HasSupport returns a boolean if a field has been set.

func (NBIoT) MarshalJSON

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

func (*NBIoT) SetServAttrCom

func (o *NBIoT) SetServAttrCom(v ServAttrCom)

SetServAttrCom gets a reference to the given ServAttrCom and assigns it to the ServAttrCom field.

func (*NBIoT) SetSupport

func (o *NBIoT) SetSupport(v Support)

SetSupport gets a reference to the given Support and assigns it to the Support field.

func (NBIoT) ToMap

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

type NSSAASupport

type NSSAASupport struct {
	ServAttrCom *ServAttrCom `json:"servAttrCom,omitempty"`
	Support     *Support     `json:"support,omitempty"`
}

NSSAASupport struct for NSSAASupport

func NewNSSAASupport

func NewNSSAASupport() *NSSAASupport

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

func NewNSSAASupportWithDefaults

func NewNSSAASupportWithDefaults() *NSSAASupport

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

func (*NSSAASupport) GetServAttrCom

func (o *NSSAASupport) GetServAttrCom() ServAttrCom

GetServAttrCom returns the ServAttrCom field value if set, zero value otherwise.

func (*NSSAASupport) GetServAttrComOk

func (o *NSSAASupport) GetServAttrComOk() (*ServAttrCom, bool)

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

func (*NSSAASupport) GetSupport

func (o *NSSAASupport) GetSupport() Support

GetSupport returns the Support field value if set, zero value otherwise.

func (*NSSAASupport) GetSupportOk

func (o *NSSAASupport) GetSupportOk() (*Support, bool)

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

func (*NSSAASupport) HasServAttrCom

func (o *NSSAASupport) HasServAttrCom() bool

HasServAttrCom returns a boolean if a field has been set.

func (*NSSAASupport) HasSupport

func (o *NSSAASupport) HasSupport() bool

HasSupport returns a boolean if a field has been set.

func (NSSAASupport) MarshalJSON

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

func (*NSSAASupport) SetServAttrCom

func (o *NSSAASupport) SetServAttrCom(v ServAttrCom)

SetServAttrCom gets a reference to the given ServAttrCom and assigns it to the ServAttrCom field.

func (*NSSAASupport) SetSupport

func (o *NSSAASupport) SetSupport(v Support)

SetSupport gets a reference to the given Support and assigns it to the Support field.

func (NSSAASupport) ToMap

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

type NetworkSliceSharingIndicator

type NetworkSliceSharingIndicator string

NetworkSliceSharingIndicator the model 'NetworkSliceSharingIndicator'

const (
	SHARED     NetworkSliceSharingIndicator = "SHARED"
	NON_SHARED NetworkSliceSharingIndicator = "NON-SHARED"
)

List of NetworkSliceSharingIndicator

func NewNetworkSliceSharingIndicatorFromValue

func NewNetworkSliceSharingIndicatorFromValue(v string) (*NetworkSliceSharingIndicator, error)

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

func (NetworkSliceSharingIndicator) IsValid

func (v NetworkSliceSharingIndicator) IsValid() bool

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

func (NetworkSliceSharingIndicator) Ptr

Ptr returns reference to NetworkSliceSharingIndicator value

func (*NetworkSliceSharingIndicator) UnmarshalJSON

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

type NetworkSliceSingle

type NetworkSliceSingle struct {
	Top
	Attributes *NetworkSliceSingleAllOfAttributes `json:"attributes,omitempty"`
}

NetworkSliceSingle struct for NetworkSliceSingle

func NewNetworkSliceSingle

func NewNetworkSliceSingle(id NullableString) *NetworkSliceSingle

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

func NewNetworkSliceSingleWithDefaults

func NewNetworkSliceSingleWithDefaults() *NetworkSliceSingle

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

func (*NetworkSliceSingle) GetAttributes

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

func (*NetworkSliceSingle) GetAttributesOk

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

func (*NetworkSliceSingle) HasAttributes

func (o *NetworkSliceSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (NetworkSliceSingle) MarshalJSON

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

func (*NetworkSliceSingle) SetAttributes

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

func (NetworkSliceSingle) ToMap

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

type NetworkSliceSingleAllOf

type NetworkSliceSingleAllOf struct {
	Attributes *NetworkSliceSingleAllOfAttributes `json:"attributes,omitempty"`
}

NetworkSliceSingleAllOf struct for NetworkSliceSingleAllOf

func NewNetworkSliceSingleAllOf

func NewNetworkSliceSingleAllOf() *NetworkSliceSingleAllOf

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

func NewNetworkSliceSingleAllOfWithDefaults

func NewNetworkSliceSingleAllOfWithDefaults() *NetworkSliceSingleAllOf

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

func (*NetworkSliceSingleAllOf) GetAttributes

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

func (*NetworkSliceSingleAllOf) GetAttributesOk

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

func (*NetworkSliceSingleAllOf) HasAttributes

func (o *NetworkSliceSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (NetworkSliceSingleAllOf) MarshalJSON

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

func (*NetworkSliceSingleAllOf) SetAttributes

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

func (NetworkSliceSingleAllOf) ToMap

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

type NetworkSliceSingleAllOfAttributes added in v1.18.0

type NetworkSliceSingleAllOfAttributes struct {
	NetworkSliceSubnetRef *string              `json:"networkSliceSubnetRef,omitempty"`
	OperationalState      *OperationalState    `json:"operationalState,omitempty"`
	AdministrativeState   *AdministrativeState `json:"administrativeState,omitempty"`
	ServiceProfileList    []ServiceProfile     `json:"serviceProfileList,omitempty"`
}

NetworkSliceSingleAllOfAttributes struct for NetworkSliceSingleAllOfAttributes

func NewNetworkSliceSingleAllOfAttributes added in v1.18.0

func NewNetworkSliceSingleAllOfAttributes() *NetworkSliceSingleAllOfAttributes

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

func NewNetworkSliceSingleAllOfAttributesWithDefaults added in v1.18.0

func NewNetworkSliceSingleAllOfAttributesWithDefaults() *NetworkSliceSingleAllOfAttributes

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

func (*NetworkSliceSingleAllOfAttributes) GetAdministrativeState added in v1.18.0

func (o *NetworkSliceSingleAllOfAttributes) GetAdministrativeState() AdministrativeState

GetAdministrativeState returns the AdministrativeState field value if set, zero value otherwise.

func (*NetworkSliceSingleAllOfAttributes) GetAdministrativeStateOk added in v1.18.0

func (o *NetworkSliceSingleAllOfAttributes) GetAdministrativeStateOk() (*AdministrativeState, bool)

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

func (*NetworkSliceSingleAllOfAttributes) GetNetworkSliceSubnetRef added in v1.18.0

func (o *NetworkSliceSingleAllOfAttributes) GetNetworkSliceSubnetRef() string

GetNetworkSliceSubnetRef returns the NetworkSliceSubnetRef field value if set, zero value otherwise.

func (*NetworkSliceSingleAllOfAttributes) GetNetworkSliceSubnetRefOk added in v1.18.0

func (o *NetworkSliceSingleAllOfAttributes) GetNetworkSliceSubnetRefOk() (*string, bool)

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

func (*NetworkSliceSingleAllOfAttributes) GetOperationalState added in v1.18.0

func (o *NetworkSliceSingleAllOfAttributes) GetOperationalState() OperationalState

GetOperationalState returns the OperationalState field value if set, zero value otherwise.

func (*NetworkSliceSingleAllOfAttributes) GetOperationalStateOk added in v1.18.0

func (o *NetworkSliceSingleAllOfAttributes) GetOperationalStateOk() (*OperationalState, bool)

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

func (*NetworkSliceSingleAllOfAttributes) GetServiceProfileList added in v1.18.0

func (o *NetworkSliceSingleAllOfAttributes) GetServiceProfileList() []ServiceProfile

GetServiceProfileList returns the ServiceProfileList field value if set, zero value otherwise.

func (*NetworkSliceSingleAllOfAttributes) GetServiceProfileListOk added in v1.18.0

func (o *NetworkSliceSingleAllOfAttributes) GetServiceProfileListOk() ([]ServiceProfile, bool)

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

func (*NetworkSliceSingleAllOfAttributes) HasAdministrativeState added in v1.18.0

func (o *NetworkSliceSingleAllOfAttributes) HasAdministrativeState() bool

HasAdministrativeState returns a boolean if a field has been set.

func (*NetworkSliceSingleAllOfAttributes) HasNetworkSliceSubnetRef added in v1.18.0

func (o *NetworkSliceSingleAllOfAttributes) HasNetworkSliceSubnetRef() bool

HasNetworkSliceSubnetRef returns a boolean if a field has been set.

func (*NetworkSliceSingleAllOfAttributes) HasOperationalState added in v1.18.0

func (o *NetworkSliceSingleAllOfAttributes) HasOperationalState() bool

HasOperationalState returns a boolean if a field has been set.

func (*NetworkSliceSingleAllOfAttributes) HasServiceProfileList added in v1.18.0

func (o *NetworkSliceSingleAllOfAttributes) HasServiceProfileList() bool

HasServiceProfileList returns a boolean if a field has been set.

func (NetworkSliceSingleAllOfAttributes) MarshalJSON added in v1.18.0

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

func (*NetworkSliceSingleAllOfAttributes) SetAdministrativeState added in v1.18.0

func (o *NetworkSliceSingleAllOfAttributes) SetAdministrativeState(v AdministrativeState)

SetAdministrativeState gets a reference to the given AdministrativeState and assigns it to the AdministrativeState field.

func (*NetworkSliceSingleAllOfAttributes) SetNetworkSliceSubnetRef added in v1.18.0

func (o *NetworkSliceSingleAllOfAttributes) SetNetworkSliceSubnetRef(v string)

SetNetworkSliceSubnetRef gets a reference to the given string and assigns it to the NetworkSliceSubnetRef field.

func (*NetworkSliceSingleAllOfAttributes) SetOperationalState added in v1.18.0

func (o *NetworkSliceSingleAllOfAttributes) SetOperationalState(v OperationalState)

SetOperationalState gets a reference to the given OperationalState and assigns it to the OperationalState field.

func (*NetworkSliceSingleAllOfAttributes) SetServiceProfileList added in v1.18.0

func (o *NetworkSliceSingleAllOfAttributes) SetServiceProfileList(v []ServiceProfile)

SetServiceProfileList gets a reference to the given []ServiceProfile and assigns it to the ServiceProfileList field.

func (NetworkSliceSingleAllOfAttributes) ToMap added in v1.18.0

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

type NetworkSliceSingleAllOfAttributesAllOf added in v1.18.0

type NetworkSliceSingleAllOfAttributesAllOf struct {
	NetworkSliceSubnetRef *string              `json:"networkSliceSubnetRef,omitempty"`
	OperationalState      *OperationalState    `json:"operationalState,omitempty"`
	AdministrativeState   *AdministrativeState `json:"administrativeState,omitempty"`
	ServiceProfileList    []ServiceProfile     `json:"serviceProfileList,omitempty"`
}

NetworkSliceSingleAllOfAttributesAllOf struct for NetworkSliceSingleAllOfAttributesAllOf

func NewNetworkSliceSingleAllOfAttributesAllOf added in v1.18.0

func NewNetworkSliceSingleAllOfAttributesAllOf() *NetworkSliceSingleAllOfAttributesAllOf

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

func NewNetworkSliceSingleAllOfAttributesAllOfWithDefaults added in v1.18.0

func NewNetworkSliceSingleAllOfAttributesAllOfWithDefaults() *NetworkSliceSingleAllOfAttributesAllOf

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

func (*NetworkSliceSingleAllOfAttributesAllOf) GetAdministrativeState added in v1.18.0

func (o *NetworkSliceSingleAllOfAttributesAllOf) GetAdministrativeState() AdministrativeState

GetAdministrativeState returns the AdministrativeState field value if set, zero value otherwise.

func (*NetworkSliceSingleAllOfAttributesAllOf) GetAdministrativeStateOk added in v1.18.0

func (o *NetworkSliceSingleAllOfAttributesAllOf) GetAdministrativeStateOk() (*AdministrativeState, bool)

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

func (*NetworkSliceSingleAllOfAttributesAllOf) GetNetworkSliceSubnetRef added in v1.18.0

func (o *NetworkSliceSingleAllOfAttributesAllOf) GetNetworkSliceSubnetRef() string

GetNetworkSliceSubnetRef returns the NetworkSliceSubnetRef field value if set, zero value otherwise.

func (*NetworkSliceSingleAllOfAttributesAllOf) GetNetworkSliceSubnetRefOk added in v1.18.0

func (o *NetworkSliceSingleAllOfAttributesAllOf) GetNetworkSliceSubnetRefOk() (*string, bool)

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

func (*NetworkSliceSingleAllOfAttributesAllOf) GetOperationalState added in v1.18.0

GetOperationalState returns the OperationalState field value if set, zero value otherwise.

func (*NetworkSliceSingleAllOfAttributesAllOf) GetOperationalStateOk added in v1.18.0

func (o *NetworkSliceSingleAllOfAttributesAllOf) GetOperationalStateOk() (*OperationalState, bool)

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

func (*NetworkSliceSingleAllOfAttributesAllOf) GetServiceProfileList added in v1.18.0

func (o *NetworkSliceSingleAllOfAttributesAllOf) GetServiceProfileList() []ServiceProfile

GetServiceProfileList returns the ServiceProfileList field value if set, zero value otherwise.

func (*NetworkSliceSingleAllOfAttributesAllOf) GetServiceProfileListOk added in v1.18.0

func (o *NetworkSliceSingleAllOfAttributesAllOf) GetServiceProfileListOk() ([]ServiceProfile, bool)

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

func (*NetworkSliceSingleAllOfAttributesAllOf) HasAdministrativeState added in v1.18.0

func (o *NetworkSliceSingleAllOfAttributesAllOf) HasAdministrativeState() bool

HasAdministrativeState returns a boolean if a field has been set.

func (*NetworkSliceSingleAllOfAttributesAllOf) HasNetworkSliceSubnetRef added in v1.18.0

func (o *NetworkSliceSingleAllOfAttributesAllOf) HasNetworkSliceSubnetRef() bool

HasNetworkSliceSubnetRef returns a boolean if a field has been set.

func (*NetworkSliceSingleAllOfAttributesAllOf) HasOperationalState added in v1.18.0

func (o *NetworkSliceSingleAllOfAttributesAllOf) HasOperationalState() bool

HasOperationalState returns a boolean if a field has been set.

func (*NetworkSliceSingleAllOfAttributesAllOf) HasServiceProfileList added in v1.18.0

func (o *NetworkSliceSingleAllOfAttributesAllOf) HasServiceProfileList() bool

HasServiceProfileList returns a boolean if a field has been set.

func (NetworkSliceSingleAllOfAttributesAllOf) MarshalJSON added in v1.18.0

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

func (*NetworkSliceSingleAllOfAttributesAllOf) SetAdministrativeState added in v1.18.0

func (o *NetworkSliceSingleAllOfAttributesAllOf) SetAdministrativeState(v AdministrativeState)

SetAdministrativeState gets a reference to the given AdministrativeState and assigns it to the AdministrativeState field.

func (*NetworkSliceSingleAllOfAttributesAllOf) SetNetworkSliceSubnetRef added in v1.18.0

func (o *NetworkSliceSingleAllOfAttributesAllOf) SetNetworkSliceSubnetRef(v string)

SetNetworkSliceSubnetRef gets a reference to the given string and assigns it to the NetworkSliceSubnetRef field.

func (*NetworkSliceSingleAllOfAttributesAllOf) SetOperationalState added in v1.18.0

func (o *NetworkSliceSingleAllOfAttributesAllOf) SetOperationalState(v OperationalState)

SetOperationalState gets a reference to the given OperationalState and assigns it to the OperationalState field.

func (*NetworkSliceSingleAllOfAttributesAllOf) SetServiceProfileList added in v1.18.0

func (o *NetworkSliceSingleAllOfAttributesAllOf) SetServiceProfileList(v []ServiceProfile)

SetServiceProfileList gets a reference to the given []ServiceProfile and assigns it to the ServiceProfileList field.

func (NetworkSliceSingleAllOfAttributesAllOf) ToMap added in v1.18.0

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

type NetworkSliceSubnetProviderCapabilitiesSingle

type NetworkSliceSubnetProviderCapabilitiesSingle struct {
	Top
	Attributes *NetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributes `json:"attributes,omitempty"`
}

NetworkSliceSubnetProviderCapabilitiesSingle struct for NetworkSliceSubnetProviderCapabilitiesSingle

func NewNetworkSliceSubnetProviderCapabilitiesSingle

func NewNetworkSliceSubnetProviderCapabilitiesSingle(id NullableString) *NetworkSliceSubnetProviderCapabilitiesSingle

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

func NewNetworkSliceSubnetProviderCapabilitiesSingleWithDefaults

func NewNetworkSliceSubnetProviderCapabilitiesSingleWithDefaults() *NetworkSliceSubnetProviderCapabilitiesSingle

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

func (*NetworkSliceSubnetProviderCapabilitiesSingle) GetAttributes

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

func (*NetworkSliceSubnetProviderCapabilitiesSingle) GetAttributesOk

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

func (*NetworkSliceSubnetProviderCapabilitiesSingle) HasAttributes

HasAttributes returns a boolean if a field has been set.

func (NetworkSliceSubnetProviderCapabilitiesSingle) MarshalJSON

func (*NetworkSliceSubnetProviderCapabilitiesSingle) SetAttributes

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

func (NetworkSliceSubnetProviderCapabilitiesSingle) ToMap

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

type NetworkSliceSubnetProviderCapabilitiesSingleAllOf

type NetworkSliceSubnetProviderCapabilitiesSingleAllOf struct {
	Attributes *NetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributes `json:"attributes,omitempty"`
}

NetworkSliceSubnetProviderCapabilitiesSingleAllOf struct for NetworkSliceSubnetProviderCapabilitiesSingleAllOf

func NewNetworkSliceSubnetProviderCapabilitiesSingleAllOf

func NewNetworkSliceSubnetProviderCapabilitiesSingleAllOf() *NetworkSliceSubnetProviderCapabilitiesSingleAllOf

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

func NewNetworkSliceSubnetProviderCapabilitiesSingleAllOfWithDefaults

func NewNetworkSliceSubnetProviderCapabilitiesSingleAllOfWithDefaults() *NetworkSliceSubnetProviderCapabilitiesSingleAllOf

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

func (*NetworkSliceSubnetProviderCapabilitiesSingleAllOf) GetAttributes

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

func (*NetworkSliceSubnetProviderCapabilitiesSingleAllOf) GetAttributesOk

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

func (*NetworkSliceSubnetProviderCapabilitiesSingleAllOf) HasAttributes

HasAttributes returns a boolean if a field has been set.

func (NetworkSliceSubnetProviderCapabilitiesSingleAllOf) MarshalJSON

func (*NetworkSliceSubnetProviderCapabilitiesSingleAllOf) SetAttributes

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

func (NetworkSliceSubnetProviderCapabilitiesSingleAllOf) ToMap

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

type NetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributes

type NetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributes struct {
	DLlatency            *int32  `json:"dLlatency,omitempty"`
	ULlatency            *int32  `json:"uLlatency,omitempty"`
	DLThptPerSliceSubnet *XLThpt `json:"dLThptPerSliceSubnet,omitempty"`
	ULThptPerSliceSubnet *XLThpt `json:"uLThptPerSliceSubnet,omitempty"`
	CoverageAreaTAList   []int32 `json:"coverageAreaTAList,omitempty"`
}

NetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributes struct for NetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributes

func NewNetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributes

func NewNetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributes() *NetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributes

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

func NewNetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributesWithDefaults

func NewNetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributesWithDefaults() *NetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributes

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

func (*NetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributes) GetCoverageAreaTAList

GetCoverageAreaTAList returns the CoverageAreaTAList field value if set, zero value otherwise.

func (*NetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributes) GetCoverageAreaTAListOk

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

func (*NetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributes) GetDLThptPerSliceSubnet

GetDLThptPerSliceSubnet returns the DLThptPerSliceSubnet field value if set, zero value otherwise.

func (*NetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributes) GetDLThptPerSliceSubnetOk

func (o *NetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributes) GetDLThptPerSliceSubnetOk() (*XLThpt, bool)

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

func (*NetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributes) GetDLlatency

GetDLlatency returns the DLlatency field value if set, zero value otherwise.

func (*NetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributes) GetDLlatencyOk

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

func (*NetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributes) GetULThptPerSliceSubnet

GetULThptPerSliceSubnet returns the ULThptPerSliceSubnet field value if set, zero value otherwise.

func (*NetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributes) GetULThptPerSliceSubnetOk

func (o *NetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributes) GetULThptPerSliceSubnetOk() (*XLThpt, bool)

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

func (*NetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributes) GetULlatency

GetULlatency returns the ULlatency field value if set, zero value otherwise.

func (*NetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributes) GetULlatencyOk

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

func (*NetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributes) HasCoverageAreaTAList

HasCoverageAreaTAList returns a boolean if a field has been set.

func (*NetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributes) HasDLThptPerSliceSubnet

HasDLThptPerSliceSubnet returns a boolean if a field has been set.

func (*NetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributes) HasDLlatency

HasDLlatency returns a boolean if a field has been set.

func (*NetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributes) HasULThptPerSliceSubnet

HasULThptPerSliceSubnet returns a boolean if a field has been set.

func (*NetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributes) HasULlatency

HasULlatency returns a boolean if a field has been set.

func (NetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributes) MarshalJSON

func (*NetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributes) SetCoverageAreaTAList

SetCoverageAreaTAList gets a reference to the given []int32 and assigns it to the CoverageAreaTAList field.

func (*NetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributes) SetDLThptPerSliceSubnet

SetDLThptPerSliceSubnet gets a reference to the given XLThpt and assigns it to the DLThptPerSliceSubnet field.

func (*NetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributes) SetDLlatency

SetDLlatency gets a reference to the given int32 and assigns it to the DLlatency field.

func (*NetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributes) SetULThptPerSliceSubnet

SetULThptPerSliceSubnet gets a reference to the given XLThpt and assigns it to the ULThptPerSliceSubnet field.

func (*NetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributes) SetULlatency

SetULlatency gets a reference to the given int32 and assigns it to the ULlatency field.

func (NetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributes) ToMap

type NetworkSliceSubnetSingle

type NetworkSliceSubnetSingle struct {
	Top
	Attributes *NetworkSliceSubnetSingleAllOfAttributes `json:"attributes,omitempty"`
}

NetworkSliceSubnetSingle struct for NetworkSliceSubnetSingle

func NewNetworkSliceSubnetSingle

func NewNetworkSliceSubnetSingle(id NullableString) *NetworkSliceSubnetSingle

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

func NewNetworkSliceSubnetSingleWithDefaults

func NewNetworkSliceSubnetSingleWithDefaults() *NetworkSliceSubnetSingle

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

func (*NetworkSliceSubnetSingle) GetAttributes

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

func (*NetworkSliceSubnetSingle) GetAttributesOk

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

func (*NetworkSliceSubnetSingle) HasAttributes

func (o *NetworkSliceSubnetSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (NetworkSliceSubnetSingle) MarshalJSON

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

func (*NetworkSliceSubnetSingle) SetAttributes

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

func (NetworkSliceSubnetSingle) ToMap

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

type NetworkSliceSubnetSingleAllOf

type NetworkSliceSubnetSingleAllOf struct {
	Attributes *NetworkSliceSubnetSingleAllOfAttributes `json:"attributes,omitempty"`
}

NetworkSliceSubnetSingleAllOf struct for NetworkSliceSubnetSingleAllOf

func NewNetworkSliceSubnetSingleAllOf

func NewNetworkSliceSubnetSingleAllOf() *NetworkSliceSubnetSingleAllOf

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

func NewNetworkSliceSubnetSingleAllOfWithDefaults

func NewNetworkSliceSubnetSingleAllOfWithDefaults() *NetworkSliceSubnetSingleAllOf

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

func (*NetworkSliceSubnetSingleAllOf) GetAttributes

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

func (*NetworkSliceSubnetSingleAllOf) GetAttributesOk

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

func (*NetworkSliceSubnetSingleAllOf) HasAttributes

func (o *NetworkSliceSubnetSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (NetworkSliceSubnetSingleAllOf) MarshalJSON

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

func (*NetworkSliceSubnetSingleAllOf) SetAttributes

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

func (NetworkSliceSubnetSingleAllOf) ToMap

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

type NetworkSliceSubnetSingleAllOfAttributes added in v1.18.0

type NetworkSliceSubnetSingleAllOfAttributes struct {
	ManagedFunctionRefList    []string             `json:"managedFunctionRefList,omitempty"`
	NetworkSliceSubnetRefList []string             `json:"networkSliceSubnetRefList,omitempty"`
	OperationalState          *OperationalState    `json:"operationalState,omitempty"`
	AdministrativeState       *AdministrativeState `json:"administrativeState,omitempty"`
	NsInfo                    *NsInfo              `json:"nsInfo,omitempty"`
	SliceProfileList          []SliceProfile       `json:"sliceProfileList,omitempty"`
	EpTransportRefList        []string             `json:"epTransportRefList,omitempty"`
	PriorityLabel             *int32               `json:"priorityLabel,omitempty"`
	NetworkSliceSubnetType    *string              `json:"networkSliceSubnetType,omitempty"`
}

NetworkSliceSubnetSingleAllOfAttributes struct for NetworkSliceSubnetSingleAllOfAttributes

func NewNetworkSliceSubnetSingleAllOfAttributes added in v1.18.0

func NewNetworkSliceSubnetSingleAllOfAttributes() *NetworkSliceSubnetSingleAllOfAttributes

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

func NewNetworkSliceSubnetSingleAllOfAttributesWithDefaults added in v1.18.0

func NewNetworkSliceSubnetSingleAllOfAttributesWithDefaults() *NetworkSliceSubnetSingleAllOfAttributes

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

func (*NetworkSliceSubnetSingleAllOfAttributes) GetAdministrativeState added in v1.18.0

GetAdministrativeState returns the AdministrativeState field value if set, zero value otherwise.

func (*NetworkSliceSubnetSingleAllOfAttributes) GetAdministrativeStateOk added in v1.18.0

func (o *NetworkSliceSubnetSingleAllOfAttributes) GetAdministrativeStateOk() (*AdministrativeState, bool)

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

func (*NetworkSliceSubnetSingleAllOfAttributes) GetEpTransportRefList added in v1.18.0

func (o *NetworkSliceSubnetSingleAllOfAttributes) GetEpTransportRefList() []string

GetEpTransportRefList returns the EpTransportRefList field value if set, zero value otherwise.

func (*NetworkSliceSubnetSingleAllOfAttributes) GetEpTransportRefListOk added in v1.18.0

func (o *NetworkSliceSubnetSingleAllOfAttributes) GetEpTransportRefListOk() ([]string, bool)

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

func (*NetworkSliceSubnetSingleAllOfAttributes) GetManagedFunctionRefList added in v1.18.0

func (o *NetworkSliceSubnetSingleAllOfAttributes) GetManagedFunctionRefList() []string

GetManagedFunctionRefList returns the ManagedFunctionRefList field value if set, zero value otherwise.

func (*NetworkSliceSubnetSingleAllOfAttributes) GetManagedFunctionRefListOk added in v1.18.0

func (o *NetworkSliceSubnetSingleAllOfAttributes) GetManagedFunctionRefListOk() ([]string, bool)

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

func (*NetworkSliceSubnetSingleAllOfAttributes) GetNetworkSliceSubnetRefList added in v1.18.0

func (o *NetworkSliceSubnetSingleAllOfAttributes) GetNetworkSliceSubnetRefList() []string

GetNetworkSliceSubnetRefList returns the NetworkSliceSubnetRefList field value if set, zero value otherwise.

func (*NetworkSliceSubnetSingleAllOfAttributes) GetNetworkSliceSubnetRefListOk added in v1.18.0

func (o *NetworkSliceSubnetSingleAllOfAttributes) GetNetworkSliceSubnetRefListOk() ([]string, bool)

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

func (*NetworkSliceSubnetSingleAllOfAttributes) GetNetworkSliceSubnetType added in v1.18.0

func (o *NetworkSliceSubnetSingleAllOfAttributes) GetNetworkSliceSubnetType() string

GetNetworkSliceSubnetType returns the NetworkSliceSubnetType field value if set, zero value otherwise.

func (*NetworkSliceSubnetSingleAllOfAttributes) GetNetworkSliceSubnetTypeOk added in v1.18.0

func (o *NetworkSliceSubnetSingleAllOfAttributes) GetNetworkSliceSubnetTypeOk() (*string, bool)

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

func (*NetworkSliceSubnetSingleAllOfAttributes) GetNsInfo added in v1.18.0

GetNsInfo returns the NsInfo field value if set, zero value otherwise.

func (*NetworkSliceSubnetSingleAllOfAttributes) GetNsInfoOk added in v1.18.0

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

func (*NetworkSliceSubnetSingleAllOfAttributes) GetOperationalState added in v1.18.0

GetOperationalState returns the OperationalState field value if set, zero value otherwise.

func (*NetworkSliceSubnetSingleAllOfAttributes) GetOperationalStateOk added in v1.18.0

func (o *NetworkSliceSubnetSingleAllOfAttributes) GetOperationalStateOk() (*OperationalState, bool)

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

func (*NetworkSliceSubnetSingleAllOfAttributes) GetPriorityLabel added in v1.18.0

func (o *NetworkSliceSubnetSingleAllOfAttributes) GetPriorityLabel() int32

GetPriorityLabel returns the PriorityLabel field value if set, zero value otherwise.

func (*NetworkSliceSubnetSingleAllOfAttributes) GetPriorityLabelOk added in v1.18.0

func (o *NetworkSliceSubnetSingleAllOfAttributes) GetPriorityLabelOk() (*int32, bool)

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

func (*NetworkSliceSubnetSingleAllOfAttributes) GetSliceProfileList added in v1.18.0

func (o *NetworkSliceSubnetSingleAllOfAttributes) GetSliceProfileList() []SliceProfile

GetSliceProfileList returns the SliceProfileList field value if set, zero value otherwise.

func (*NetworkSliceSubnetSingleAllOfAttributes) GetSliceProfileListOk added in v1.18.0

func (o *NetworkSliceSubnetSingleAllOfAttributes) GetSliceProfileListOk() ([]SliceProfile, bool)

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

func (*NetworkSliceSubnetSingleAllOfAttributes) HasAdministrativeState added in v1.18.0

func (o *NetworkSliceSubnetSingleAllOfAttributes) HasAdministrativeState() bool

HasAdministrativeState returns a boolean if a field has been set.

func (*NetworkSliceSubnetSingleAllOfAttributes) HasEpTransportRefList added in v1.18.0

func (o *NetworkSliceSubnetSingleAllOfAttributes) HasEpTransportRefList() bool

HasEpTransportRefList returns a boolean if a field has been set.

func (*NetworkSliceSubnetSingleAllOfAttributes) HasManagedFunctionRefList added in v1.18.0

func (o *NetworkSliceSubnetSingleAllOfAttributes) HasManagedFunctionRefList() bool

HasManagedFunctionRefList returns a boolean if a field has been set.

func (*NetworkSliceSubnetSingleAllOfAttributes) HasNetworkSliceSubnetRefList added in v1.18.0

func (o *NetworkSliceSubnetSingleAllOfAttributes) HasNetworkSliceSubnetRefList() bool

HasNetworkSliceSubnetRefList returns a boolean if a field has been set.

func (*NetworkSliceSubnetSingleAllOfAttributes) HasNetworkSliceSubnetType added in v1.18.0

func (o *NetworkSliceSubnetSingleAllOfAttributes) HasNetworkSliceSubnetType() bool

HasNetworkSliceSubnetType returns a boolean if a field has been set.

func (*NetworkSliceSubnetSingleAllOfAttributes) HasNsInfo added in v1.18.0

HasNsInfo returns a boolean if a field has been set.

func (*NetworkSliceSubnetSingleAllOfAttributes) HasOperationalState added in v1.18.0

func (o *NetworkSliceSubnetSingleAllOfAttributes) HasOperationalState() bool

HasOperationalState returns a boolean if a field has been set.

func (*NetworkSliceSubnetSingleAllOfAttributes) HasPriorityLabel added in v1.18.0

func (o *NetworkSliceSubnetSingleAllOfAttributes) HasPriorityLabel() bool

HasPriorityLabel returns a boolean if a field has been set.

func (*NetworkSliceSubnetSingleAllOfAttributes) HasSliceProfileList added in v1.18.0

func (o *NetworkSliceSubnetSingleAllOfAttributes) HasSliceProfileList() bool

HasSliceProfileList returns a boolean if a field has been set.

func (NetworkSliceSubnetSingleAllOfAttributes) MarshalJSON added in v1.18.0

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

func (*NetworkSliceSubnetSingleAllOfAttributes) SetAdministrativeState added in v1.18.0

func (o *NetworkSliceSubnetSingleAllOfAttributes) SetAdministrativeState(v AdministrativeState)

SetAdministrativeState gets a reference to the given AdministrativeState and assigns it to the AdministrativeState field.

func (*NetworkSliceSubnetSingleAllOfAttributes) SetEpTransportRefList added in v1.18.0

func (o *NetworkSliceSubnetSingleAllOfAttributes) SetEpTransportRefList(v []string)

SetEpTransportRefList gets a reference to the given []string and assigns it to the EpTransportRefList field.

func (*NetworkSliceSubnetSingleAllOfAttributes) SetManagedFunctionRefList added in v1.18.0

func (o *NetworkSliceSubnetSingleAllOfAttributes) SetManagedFunctionRefList(v []string)

SetManagedFunctionRefList gets a reference to the given []string and assigns it to the ManagedFunctionRefList field.

func (*NetworkSliceSubnetSingleAllOfAttributes) SetNetworkSliceSubnetRefList added in v1.18.0

func (o *NetworkSliceSubnetSingleAllOfAttributes) SetNetworkSliceSubnetRefList(v []string)

SetNetworkSliceSubnetRefList gets a reference to the given []string and assigns it to the NetworkSliceSubnetRefList field.

func (*NetworkSliceSubnetSingleAllOfAttributes) SetNetworkSliceSubnetType added in v1.18.0

func (o *NetworkSliceSubnetSingleAllOfAttributes) SetNetworkSliceSubnetType(v string)

SetNetworkSliceSubnetType gets a reference to the given string and assigns it to the NetworkSliceSubnetType field.

func (*NetworkSliceSubnetSingleAllOfAttributes) SetNsInfo added in v1.18.0

SetNsInfo gets a reference to the given NsInfo and assigns it to the NsInfo field.

func (*NetworkSliceSubnetSingleAllOfAttributes) SetOperationalState added in v1.18.0

SetOperationalState gets a reference to the given OperationalState and assigns it to the OperationalState field.

func (*NetworkSliceSubnetSingleAllOfAttributes) SetPriorityLabel added in v1.18.0

func (o *NetworkSliceSubnetSingleAllOfAttributes) SetPriorityLabel(v int32)

SetPriorityLabel gets a reference to the given int32 and assigns it to the PriorityLabel field.

func (*NetworkSliceSubnetSingleAllOfAttributes) SetSliceProfileList added in v1.18.0

func (o *NetworkSliceSubnetSingleAllOfAttributes) SetSliceProfileList(v []SliceProfile)

SetSliceProfileList gets a reference to the given []SliceProfile and assigns it to the SliceProfileList field.

func (NetworkSliceSubnetSingleAllOfAttributes) ToMap added in v1.18.0

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

type NetworkSliceSubnetSingleAllOfAttributesAllOf added in v1.18.0

type NetworkSliceSubnetSingleAllOfAttributesAllOf struct {
	ManagedFunctionRefList    []string             `json:"managedFunctionRefList,omitempty"`
	NetworkSliceSubnetRefList []string             `json:"networkSliceSubnetRefList,omitempty"`
	OperationalState          *OperationalState    `json:"operationalState,omitempty"`
	AdministrativeState       *AdministrativeState `json:"administrativeState,omitempty"`
	NsInfo                    *NsInfo              `json:"nsInfo,omitempty"`
	SliceProfileList          []SliceProfile       `json:"sliceProfileList,omitempty"`
	EpTransportRefList        []string             `json:"epTransportRefList,omitempty"`
	PriorityLabel             *int32               `json:"priorityLabel,omitempty"`
	NetworkSliceSubnetType    *string              `json:"networkSliceSubnetType,omitempty"`
}

NetworkSliceSubnetSingleAllOfAttributesAllOf struct for NetworkSliceSubnetSingleAllOfAttributesAllOf

func NewNetworkSliceSubnetSingleAllOfAttributesAllOf added in v1.18.0

func NewNetworkSliceSubnetSingleAllOfAttributesAllOf() *NetworkSliceSubnetSingleAllOfAttributesAllOf

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

func NewNetworkSliceSubnetSingleAllOfAttributesAllOfWithDefaults added in v1.18.0

func NewNetworkSliceSubnetSingleAllOfAttributesAllOfWithDefaults() *NetworkSliceSubnetSingleAllOfAttributesAllOf

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

func (*NetworkSliceSubnetSingleAllOfAttributesAllOf) GetAdministrativeState added in v1.18.0

GetAdministrativeState returns the AdministrativeState field value if set, zero value otherwise.

func (*NetworkSliceSubnetSingleAllOfAttributesAllOf) GetAdministrativeStateOk added in v1.18.0

func (o *NetworkSliceSubnetSingleAllOfAttributesAllOf) GetAdministrativeStateOk() (*AdministrativeState, bool)

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

func (*NetworkSliceSubnetSingleAllOfAttributesAllOf) GetEpTransportRefList added in v1.18.0

func (o *NetworkSliceSubnetSingleAllOfAttributesAllOf) GetEpTransportRefList() []string

GetEpTransportRefList returns the EpTransportRefList field value if set, zero value otherwise.

func (*NetworkSliceSubnetSingleAllOfAttributesAllOf) GetEpTransportRefListOk added in v1.18.0

func (o *NetworkSliceSubnetSingleAllOfAttributesAllOf) GetEpTransportRefListOk() ([]string, bool)

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

func (*NetworkSliceSubnetSingleAllOfAttributesAllOf) GetManagedFunctionRefList added in v1.18.0

func (o *NetworkSliceSubnetSingleAllOfAttributesAllOf) GetManagedFunctionRefList() []string

GetManagedFunctionRefList returns the ManagedFunctionRefList field value if set, zero value otherwise.

func (*NetworkSliceSubnetSingleAllOfAttributesAllOf) GetManagedFunctionRefListOk added in v1.18.0

func (o *NetworkSliceSubnetSingleAllOfAttributesAllOf) GetManagedFunctionRefListOk() ([]string, bool)

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

func (*NetworkSliceSubnetSingleAllOfAttributesAllOf) GetNetworkSliceSubnetRefList added in v1.18.0

func (o *NetworkSliceSubnetSingleAllOfAttributesAllOf) GetNetworkSliceSubnetRefList() []string

GetNetworkSliceSubnetRefList returns the NetworkSliceSubnetRefList field value if set, zero value otherwise.

func (*NetworkSliceSubnetSingleAllOfAttributesAllOf) GetNetworkSliceSubnetRefListOk added in v1.18.0

func (o *NetworkSliceSubnetSingleAllOfAttributesAllOf) GetNetworkSliceSubnetRefListOk() ([]string, bool)

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

func (*NetworkSliceSubnetSingleAllOfAttributesAllOf) GetNetworkSliceSubnetType added in v1.18.0

func (o *NetworkSliceSubnetSingleAllOfAttributesAllOf) GetNetworkSliceSubnetType() string

GetNetworkSliceSubnetType returns the NetworkSliceSubnetType field value if set, zero value otherwise.

func (*NetworkSliceSubnetSingleAllOfAttributesAllOf) GetNetworkSliceSubnetTypeOk added in v1.18.0

func (o *NetworkSliceSubnetSingleAllOfAttributesAllOf) GetNetworkSliceSubnetTypeOk() (*string, bool)

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

func (*NetworkSliceSubnetSingleAllOfAttributesAllOf) GetNsInfo added in v1.18.0

GetNsInfo returns the NsInfo field value if set, zero value otherwise.

func (*NetworkSliceSubnetSingleAllOfAttributesAllOf) GetNsInfoOk added in v1.18.0

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

func (*NetworkSliceSubnetSingleAllOfAttributesAllOf) GetOperationalState added in v1.18.0

GetOperationalState returns the OperationalState field value if set, zero value otherwise.

func (*NetworkSliceSubnetSingleAllOfAttributesAllOf) GetOperationalStateOk added in v1.18.0

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

func (*NetworkSliceSubnetSingleAllOfAttributesAllOf) GetPriorityLabel added in v1.18.0

GetPriorityLabel returns the PriorityLabel field value if set, zero value otherwise.

func (*NetworkSliceSubnetSingleAllOfAttributesAllOf) GetPriorityLabelOk added in v1.18.0

func (o *NetworkSliceSubnetSingleAllOfAttributesAllOf) GetPriorityLabelOk() (*int32, bool)

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

func (*NetworkSliceSubnetSingleAllOfAttributesAllOf) GetSliceProfileList added in v1.18.0

GetSliceProfileList returns the SliceProfileList field value if set, zero value otherwise.

func (*NetworkSliceSubnetSingleAllOfAttributesAllOf) GetSliceProfileListOk added in v1.18.0

func (o *NetworkSliceSubnetSingleAllOfAttributesAllOf) GetSliceProfileListOk() ([]SliceProfile, bool)

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

func (*NetworkSliceSubnetSingleAllOfAttributesAllOf) HasAdministrativeState added in v1.18.0

func (o *NetworkSliceSubnetSingleAllOfAttributesAllOf) HasAdministrativeState() bool

HasAdministrativeState returns a boolean if a field has been set.

func (*NetworkSliceSubnetSingleAllOfAttributesAllOf) HasEpTransportRefList added in v1.18.0

func (o *NetworkSliceSubnetSingleAllOfAttributesAllOf) HasEpTransportRefList() bool

HasEpTransportRefList returns a boolean if a field has been set.

func (*NetworkSliceSubnetSingleAllOfAttributesAllOf) HasManagedFunctionRefList added in v1.18.0

func (o *NetworkSliceSubnetSingleAllOfAttributesAllOf) HasManagedFunctionRefList() bool

HasManagedFunctionRefList returns a boolean if a field has been set.

func (*NetworkSliceSubnetSingleAllOfAttributesAllOf) HasNetworkSliceSubnetRefList added in v1.18.0

func (o *NetworkSliceSubnetSingleAllOfAttributesAllOf) HasNetworkSliceSubnetRefList() bool

HasNetworkSliceSubnetRefList returns a boolean if a field has been set.

func (*NetworkSliceSubnetSingleAllOfAttributesAllOf) HasNetworkSliceSubnetType added in v1.18.0

func (o *NetworkSliceSubnetSingleAllOfAttributesAllOf) HasNetworkSliceSubnetType() bool

HasNetworkSliceSubnetType returns a boolean if a field has been set.

func (*NetworkSliceSubnetSingleAllOfAttributesAllOf) HasNsInfo added in v1.18.0

HasNsInfo returns a boolean if a field has been set.

func (*NetworkSliceSubnetSingleAllOfAttributesAllOf) HasOperationalState added in v1.18.0

func (o *NetworkSliceSubnetSingleAllOfAttributesAllOf) HasOperationalState() bool

HasOperationalState returns a boolean if a field has been set.

func (*NetworkSliceSubnetSingleAllOfAttributesAllOf) HasPriorityLabel added in v1.18.0

func (o *NetworkSliceSubnetSingleAllOfAttributesAllOf) HasPriorityLabel() bool

HasPriorityLabel returns a boolean if a field has been set.

func (*NetworkSliceSubnetSingleAllOfAttributesAllOf) HasSliceProfileList added in v1.18.0

func (o *NetworkSliceSubnetSingleAllOfAttributesAllOf) HasSliceProfileList() bool

HasSliceProfileList returns a boolean if a field has been set.

func (NetworkSliceSubnetSingleAllOfAttributesAllOf) MarshalJSON added in v1.18.0

func (*NetworkSliceSubnetSingleAllOfAttributesAllOf) SetAdministrativeState added in v1.18.0

SetAdministrativeState gets a reference to the given AdministrativeState and assigns it to the AdministrativeState field.

func (*NetworkSliceSubnetSingleAllOfAttributesAllOf) SetEpTransportRefList added in v1.18.0

func (o *NetworkSliceSubnetSingleAllOfAttributesAllOf) SetEpTransportRefList(v []string)

SetEpTransportRefList gets a reference to the given []string and assigns it to the EpTransportRefList field.

func (*NetworkSliceSubnetSingleAllOfAttributesAllOf) SetManagedFunctionRefList added in v1.18.0

func (o *NetworkSliceSubnetSingleAllOfAttributesAllOf) SetManagedFunctionRefList(v []string)

SetManagedFunctionRefList gets a reference to the given []string and assigns it to the ManagedFunctionRefList field.

func (*NetworkSliceSubnetSingleAllOfAttributesAllOf) SetNetworkSliceSubnetRefList added in v1.18.0

func (o *NetworkSliceSubnetSingleAllOfAttributesAllOf) SetNetworkSliceSubnetRefList(v []string)

SetNetworkSliceSubnetRefList gets a reference to the given []string and assigns it to the NetworkSliceSubnetRefList field.

func (*NetworkSliceSubnetSingleAllOfAttributesAllOf) SetNetworkSliceSubnetType added in v1.18.0

func (o *NetworkSliceSubnetSingleAllOfAttributesAllOf) SetNetworkSliceSubnetType(v string)

SetNetworkSliceSubnetType gets a reference to the given string and assigns it to the NetworkSliceSubnetType field.

func (*NetworkSliceSubnetSingleAllOfAttributesAllOf) SetNsInfo added in v1.18.0

SetNsInfo gets a reference to the given NsInfo and assigns it to the NsInfo field.

func (*NetworkSliceSubnetSingleAllOfAttributesAllOf) SetOperationalState added in v1.18.0

SetOperationalState gets a reference to the given OperationalState and assigns it to the OperationalState field.

func (*NetworkSliceSubnetSingleAllOfAttributesAllOf) SetPriorityLabel added in v1.18.0

func (o *NetworkSliceSubnetSingleAllOfAttributesAllOf) SetPriorityLabel(v int32)

SetPriorityLabel gets a reference to the given int32 and assigns it to the PriorityLabel field.

func (*NetworkSliceSubnetSingleAllOfAttributesAllOf) SetSliceProfileList added in v1.18.0

func (o *NetworkSliceSubnetSingleAllOfAttributesAllOf) SetSliceProfileList(v []SliceProfile)

SetSliceProfileList gets a reference to the given []SliceProfile and assigns it to the SliceProfileList field.

func (NetworkSliceSubnetSingleAllOfAttributesAllOf) ToMap added in v1.18.0

func (o NetworkSliceSubnetSingleAllOfAttributesAllOf) 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 NsInfo

type NsInfo struct {
	NsInstanceId *string `json:"nsInstanceId,omitempty"`
	NsName       *string `json:"nsName,omitempty"`
}

NsInfo struct for NsInfo

func NewNsInfo

func NewNsInfo() *NsInfo

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

func NewNsInfoWithDefaults

func NewNsInfoWithDefaults() *NsInfo

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

func (*NsInfo) GetNsInstanceId

func (o *NsInfo) GetNsInstanceId() string

GetNsInstanceId returns the NsInstanceId field value if set, zero value otherwise.

func (*NsInfo) GetNsInstanceIdOk

func (o *NsInfo) GetNsInstanceIdOk() (*string, bool)

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

func (*NsInfo) GetNsName

func (o *NsInfo) GetNsName() string

GetNsName returns the NsName field value if set, zero value otherwise.

func (*NsInfo) GetNsNameOk

func (o *NsInfo) GetNsNameOk() (*string, bool)

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

func (*NsInfo) HasNsInstanceId

func (o *NsInfo) HasNsInstanceId() bool

HasNsInstanceId returns a boolean if a field has been set.

func (*NsInfo) HasNsName

func (o *NsInfo) HasNsName() bool

HasNsName returns a boolean if a field has been set.

func (NsInfo) MarshalJSON

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

func (*NsInfo) SetNsInstanceId

func (o *NsInfo) SetNsInstanceId(v string)

SetNsInstanceId gets a reference to the given string and assigns it to the NsInstanceId field.

func (*NsInfo) SetNsName

func (o *NsInfo) SetNsName(v string)

SetNsName gets a reference to the given string and assigns it to the NsName field.

func (NsInfo) ToMap

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

type 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 NullableAdministrativeState

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

func NewNullableAdministrativeState

func NewNullableAdministrativeState(val *AdministrativeState) *NullableAdministrativeState

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 NewNullableAlarmListSingleAllOf

func NewNullableAlarmListSingleAllOf(val *AlarmListSingleAllOf) *NullableAlarmListSingleAllOf

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 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 NullableCNSliceSubnetProfile

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

func NewNullableCNSliceSubnetProfile

func NewNullableCNSliceSubnetProfile(val *CNSliceSubnetProfile) *NullableCNSliceSubnetProfile

func (NullableCNSliceSubnetProfile) Get

func (NullableCNSliceSubnetProfile) IsSet

func (NullableCNSliceSubnetProfile) MarshalJSON

func (v NullableCNSliceSubnetProfile) MarshalJSON() ([]byte, error)

func (*NullableCNSliceSubnetProfile) Set

func (*NullableCNSliceSubnetProfile) UnmarshalJSON

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

func (*NullableCNSliceSubnetProfile) Unset

func (v *NullableCNSliceSubnetProfile) Unset()

type NullableCategory

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

func NewNullableCategory

func NewNullableCategory(val *Category) *NullableCategory

func (NullableCategory) Get

func (v NullableCategory) Get() *Category

func (NullableCategory) IsSet

func (v NullableCategory) IsSet() bool

func (NullableCategory) MarshalJSON

func (v NullableCategory) MarshalJSON() ([]byte, error)

func (*NullableCategory) Set

func (v *NullableCategory) Set(val *Category)

func (*NullableCategory) UnmarshalJSON

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

func (*NullableCategory) Unset

func (v *NullableCategory) Unset()

type NullableCmNotificationTypes

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

func NewNullableCmNotificationTypes

func NewNullableCmNotificationTypes(val *CmNotificationTypes) *NullableCmNotificationTypes

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 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 NullableDelayTolerance

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

func NewNullableDelayTolerance

func NewNullableDelayTolerance(val *DelayTolerance) *NullableDelayTolerance

func (NullableDelayTolerance) Get

func (NullableDelayTolerance) IsSet

func (v NullableDelayTolerance) IsSet() bool

func (NullableDelayTolerance) MarshalJSON

func (v NullableDelayTolerance) MarshalJSON() ([]byte, error)

func (*NullableDelayTolerance) Set

func (*NullableDelayTolerance) UnmarshalJSON

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

func (*NullableDelayTolerance) Unset

func (v *NullableDelayTolerance) Unset()

type NullableDeterministicComm

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

func NewNullableDeterministicComm

func NewNullableDeterministicComm(val *DeterministicComm) *NullableDeterministicComm

func (NullableDeterministicComm) Get

func (NullableDeterministicComm) IsSet

func (v NullableDeterministicComm) IsSet() bool

func (NullableDeterministicComm) MarshalJSON

func (v NullableDeterministicComm) MarshalJSON() ([]byte, error)

func (*NullableDeterministicComm) Set

func (*NullableDeterministicComm) UnmarshalJSON

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

func (*NullableDeterministicComm) Unset

func (v *NullableDeterministicComm) Unset()

type NullableEEPerfReq

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

func NewNullableEEPerfReq

func NewNullableEEPerfReq(val *EEPerfReq) *NullableEEPerfReq

func (NullableEEPerfReq) Get

func (v NullableEEPerfReq) Get() *EEPerfReq

func (NullableEEPerfReq) IsSet

func (v NullableEEPerfReq) IsSet() bool

func (NullableEEPerfReq) MarshalJSON

func (v NullableEEPerfReq) MarshalJSON() ([]byte, error)

func (*NullableEEPerfReq) Set

func (v *NullableEEPerfReq) Set(val *EEPerfReq)

func (*NullableEEPerfReq) UnmarshalJSON

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

func (*NullableEEPerfReq) Unset

func (v *NullableEEPerfReq) Unset()

type NullableEPTransportSingle

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

func NewNullableEPTransportSingle

func NewNullableEPTransportSingle(val *EPTransportSingle) *NullableEPTransportSingle

func (NullableEPTransportSingle) Get

func (NullableEPTransportSingle) IsSet

func (v NullableEPTransportSingle) IsSet() bool

func (NullableEPTransportSingle) MarshalJSON

func (v NullableEPTransportSingle) MarshalJSON() ([]byte, error)

func (*NullableEPTransportSingle) Set

func (*NullableEPTransportSingle) UnmarshalJSON

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

func (*NullableEPTransportSingle) Unset

func (v *NullableEPTransportSingle) Unset()

type NullableEPTransportSingleAllOf

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

func (NullableEPTransportSingleAllOf) Get

func (NullableEPTransportSingleAllOf) IsSet

func (NullableEPTransportSingleAllOf) MarshalJSON

func (v NullableEPTransportSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableEPTransportSingleAllOf) Set

func (*NullableEPTransportSingleAllOf) UnmarshalJSON

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

func (*NullableEPTransportSingleAllOf) Unset

func (v *NullableEPTransportSingleAllOf) Unset()

type NullableEPTransportSingleAllOfAttributes

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

func (NullableEPTransportSingleAllOfAttributes) Get

func (NullableEPTransportSingleAllOfAttributes) IsSet

func (NullableEPTransportSingleAllOfAttributes) MarshalJSON

func (*NullableEPTransportSingleAllOfAttributes) Set

func (*NullableEPTransportSingleAllOfAttributes) UnmarshalJSON

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

func (*NullableEPTransportSingleAllOfAttributes) Unset

type NullableEmbbEEPerfReq

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

func NewNullableEmbbEEPerfReq

func NewNullableEmbbEEPerfReq(val *EmbbEEPerfReq) *NullableEmbbEEPerfReq

func (NullableEmbbEEPerfReq) Get

func (NullableEmbbEEPerfReq) IsSet

func (v NullableEmbbEEPerfReq) IsSet() bool

func (NullableEmbbEEPerfReq) MarshalJSON

func (v NullableEmbbEEPerfReq) MarshalJSON() ([]byte, error)

func (*NullableEmbbEEPerfReq) Set

func (v *NullableEmbbEEPerfReq) Set(val *EmbbEEPerfReq)

func (*NullableEmbbEEPerfReq) UnmarshalJSON

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

func (*NullableEmbbEEPerfReq) Unset

func (v *NullableEmbbEEPerfReq) Unset()

type NullableEnergyEfficiency

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

func NewNullableEnergyEfficiency

func NewNullableEnergyEfficiency(val *EnergyEfficiency) *NullableEnergyEfficiency

func (NullableEnergyEfficiency) Get

func (NullableEnergyEfficiency) IsSet

func (v NullableEnergyEfficiency) IsSet() bool

func (NullableEnergyEfficiency) MarshalJSON

func (v NullableEnergyEfficiency) MarshalJSON() ([]byte, error)

func (*NullableEnergyEfficiency) Set

func (*NullableEnergyEfficiency) UnmarshalJSON

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

func (*NullableEnergyEfficiency) Unset

func (v *NullableEnergyEfficiency) Unset()

type 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 NewNullableEventThresholdL1Type

func NewNullableEventThresholdL1Type(val *EventThresholdL1Type) *NullableEventThresholdL1Type

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 NullableExposure

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

func NewNullableExposure

func NewNullableExposure(val *Exposure) *NullableExposure

func (NullableExposure) Get

func (v NullableExposure) Get() *Exposure

func (NullableExposure) IsSet

func (v NullableExposure) IsSet() bool

func (NullableExposure) MarshalJSON

func (v NullableExposure) MarshalJSON() ([]byte, error)

func (*NullableExposure) Set

func (v *NullableExposure) Set(val *Exposure)

func (*NullableExposure) UnmarshalJSON

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

func (*NullableExposure) Unset

func (v *NullableExposure) Unset()

type NullableFeasibilityCheckAndReservationJobSingle

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

func (NullableFeasibilityCheckAndReservationJobSingle) Get

func (NullableFeasibilityCheckAndReservationJobSingle) IsSet

func (NullableFeasibilityCheckAndReservationJobSingle) MarshalJSON

func (*NullableFeasibilityCheckAndReservationJobSingle) Set

func (*NullableFeasibilityCheckAndReservationJobSingle) UnmarshalJSON

func (*NullableFeasibilityCheckAndReservationJobSingle) Unset

type NullableFeasibilityCheckAndReservationJobSingleAllOf

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

func (NullableFeasibilityCheckAndReservationJobSingleAllOf) Get

func (NullableFeasibilityCheckAndReservationJobSingleAllOf) IsSet

func (NullableFeasibilityCheckAndReservationJobSingleAllOf) MarshalJSON

func (*NullableFeasibilityCheckAndReservationJobSingleAllOf) Set

func (*NullableFeasibilityCheckAndReservationJobSingleAllOf) UnmarshalJSON

func (*NullableFeasibilityCheckAndReservationJobSingleAllOf) Unset

type NullableFeasibilityCheckAndReservationJobSingleAllOfAttributes

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

func (NullableFeasibilityCheckAndReservationJobSingleAllOfAttributes) Get

func (NullableFeasibilityCheckAndReservationJobSingleAllOfAttributes) IsSet

func (NullableFeasibilityCheckAndReservationJobSingleAllOfAttributes) MarshalJSON

func (*NullableFeasibilityCheckAndReservationJobSingleAllOfAttributes) Set

func (*NullableFeasibilityCheckAndReservationJobSingleAllOfAttributes) UnmarshalJSON

func (*NullableFeasibilityCheckAndReservationJobSingleAllOfAttributes) Unset

type NullableFeasibilityResult

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

func NewNullableFeasibilityResult

func NewNullableFeasibilityResult(val *FeasibilityResult) *NullableFeasibilityResult

func (NullableFeasibilityResult) Get

func (NullableFeasibilityResult) IsSet

func (v NullableFeasibilityResult) IsSet() bool

func (NullableFeasibilityResult) MarshalJSON

func (v NullableFeasibilityResult) MarshalJSON() ([]byte, error)

func (*NullableFeasibilityResult) Set

func (*NullableFeasibilityResult) UnmarshalJSON

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

func (*NullableFeasibilityResult) Unset

func (v *NullableFeasibilityResult) Unset()

type NullableFileDownloadJobProcessMonitor

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

func (NullableFileDownloadJobProcessMonitor) Get

func (NullableFileDownloadJobProcessMonitor) IsSet

func (NullableFileDownloadJobProcessMonitor) MarshalJSON

func (v NullableFileDownloadJobProcessMonitor) MarshalJSON() ([]byte, error)

func (*NullableFileDownloadJobProcessMonitor) Set

func (*NullableFileDownloadJobProcessMonitor) UnmarshalJSON

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

func (*NullableFileDownloadJobProcessMonitor) Unset

type NullableFileDownloadJobProcessMonitorResultStateInfo

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

func (NullableFileDownloadJobProcessMonitorResultStateInfo) Get

func (NullableFileDownloadJobProcessMonitorResultStateInfo) IsSet

func (NullableFileDownloadJobProcessMonitorResultStateInfo) MarshalJSON

func (*NullableFileDownloadJobProcessMonitorResultStateInfo) Set

func (*NullableFileDownloadJobProcessMonitorResultStateInfo) UnmarshalJSON

func (*NullableFileDownloadJobProcessMonitorResultStateInfo) Unset

type NullableFileDownloadJobSingle

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

func (NullableFileDownloadJobSingle) Get

func (NullableFileDownloadJobSingle) IsSet

func (NullableFileDownloadJobSingle) MarshalJSON

func (v NullableFileDownloadJobSingle) MarshalJSON() ([]byte, error)

func (*NullableFileDownloadJobSingle) Set

func (*NullableFileDownloadJobSingle) UnmarshalJSON

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

func (*NullableFileDownloadJobSingle) Unset

func (v *NullableFileDownloadJobSingle) Unset()

type NullableFileDownloadJobSingleAllOf

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

func (NullableFileDownloadJobSingleAllOf) Get

func (NullableFileDownloadJobSingleAllOf) IsSet

func (NullableFileDownloadJobSingleAllOf) MarshalJSON

func (v NullableFileDownloadJobSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableFileDownloadJobSingleAllOf) Set

func (*NullableFileDownloadJobSingleAllOf) UnmarshalJSON

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

func (*NullableFileDownloadJobSingleAllOf) Unset

type NullableFileDownloadJobSingleAllOfAttributes

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

func (NullableFileDownloadJobSingleAllOfAttributes) Get

func (NullableFileDownloadJobSingleAllOfAttributes) IsSet

func (NullableFileDownloadJobSingleAllOfAttributes) MarshalJSON

func (*NullableFileDownloadJobSingleAllOfAttributes) Set

func (*NullableFileDownloadJobSingleAllOfAttributes) UnmarshalJSON

func (*NullableFileDownloadJobSingleAllOfAttributes) Unset

type NullableFileNotificationTypes

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

func (NullableFileNotificationTypes) Get

func (NullableFileNotificationTypes) IsSet

func (NullableFileNotificationTypes) MarshalJSON

func (v NullableFileNotificationTypes) MarshalJSON() ([]byte, error)

func (*NullableFileNotificationTypes) Set

func (*NullableFileNotificationTypes) UnmarshalJSON

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

func (*NullableFileNotificationTypes) Unset

func (v *NullableFileNotificationTypes) Unset()

type NullableFileSingle

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

func NewNullableFileSingle

func NewNullableFileSingle(val *FileSingle) *NullableFileSingle

func (NullableFileSingle) Get

func (v NullableFileSingle) Get() *FileSingle

func (NullableFileSingle) IsSet

func (v NullableFileSingle) IsSet() bool

func (NullableFileSingle) MarshalJSON

func (v NullableFileSingle) MarshalJSON() ([]byte, error)

func (*NullableFileSingle) Set

func (v *NullableFileSingle) Set(val *FileSingle)

func (*NullableFileSingle) UnmarshalJSON

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

func (*NullableFileSingle) Unset

func (v *NullableFileSingle) Unset()

type NullableFileSingleAllOf

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

func NewNullableFileSingleAllOf

func NewNullableFileSingleAllOf(val *FileSingleAllOf) *NullableFileSingleAllOf

func (NullableFileSingleAllOf) Get

func (NullableFileSingleAllOf) IsSet

func (v NullableFileSingleAllOf) IsSet() bool

func (NullableFileSingleAllOf) MarshalJSON

func (v NullableFileSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableFileSingleAllOf) Set

func (*NullableFileSingleAllOf) UnmarshalJSON

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

func (*NullableFileSingleAllOf) Unset

func (v *NullableFileSingleAllOf) Unset()

type NullableFileSingleAllOfAttributes

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

func (NullableFileSingleAllOfAttributes) Get

func (NullableFileSingleAllOfAttributes) IsSet

func (NullableFileSingleAllOfAttributes) MarshalJSON

func (v NullableFileSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*NullableFileSingleAllOfAttributes) Set

func (*NullableFileSingleAllOfAttributes) UnmarshalJSON

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

func (*NullableFileSingleAllOfAttributes) Unset

type NullableFilesSingle

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

func NewNullableFilesSingle

func NewNullableFilesSingle(val *FilesSingle) *NullableFilesSingle

func (NullableFilesSingle) Get

func (NullableFilesSingle) IsSet

func (v NullableFilesSingle) IsSet() bool

func (NullableFilesSingle) MarshalJSON

func (v NullableFilesSingle) MarshalJSON() ([]byte, error)

func (*NullableFilesSingle) Set

func (v *NullableFilesSingle) Set(val *FilesSingle)

func (*NullableFilesSingle) UnmarshalJSON

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

func (*NullableFilesSingle) Unset

func (v *NullableFilesSingle) Unset()

type NullableFilesSingleAllOf

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

func NewNullableFilesSingleAllOf

func NewNullableFilesSingleAllOf(val *FilesSingleAllOf) *NullableFilesSingleAllOf

func (NullableFilesSingleAllOf) Get

func (NullableFilesSingleAllOf) IsSet

func (v NullableFilesSingleAllOf) IsSet() bool

func (NullableFilesSingleAllOf) MarshalJSON

func (v NullableFilesSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableFilesSingleAllOf) Set

func (*NullableFilesSingleAllOf) UnmarshalJSON

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

func (*NullableFilesSingleAllOf) Unset

func (v *NullableFilesSingleAllOf) Unset()

type NullableFilesSingleAllOfAttributes

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

func (NullableFilesSingleAllOfAttributes) Get

func (NullableFilesSingleAllOfAttributes) IsSet

func (NullableFilesSingleAllOfAttributes) MarshalJSON

func (v NullableFilesSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*NullableFilesSingleAllOfAttributes) Set

func (*NullableFilesSingleAllOfAttributes) UnmarshalJSON

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

func (*NullableFilesSingleAllOfAttributes) Unset

type NullableFloat32

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

func NewNullableFloat32

func NewNullableFloat32(val *float32) *NullableFloat32

func (NullableFloat32) Get

func (v NullableFloat32) Get() *float32

func (NullableFloat32) IsSet

func (v NullableFloat32) IsSet() bool

func (NullableFloat32) MarshalJSON

func (v NullableFloat32) MarshalJSON() ([]byte, error)

func (*NullableFloat32) Set

func (v *NullableFloat32) Set(val *float32)

func (*NullableFloat32) UnmarshalJSON

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

func (*NullableFloat32) Unset

func (v *NullableFloat32) Unset()

type NullableFloat64

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

func NewNullableFloat64

func NewNullableFloat64(val *float64) *NullableFloat64

func (NullableFloat64) Get

func (v NullableFloat64) Get() *float64

func (NullableFloat64) IsSet

func (v NullableFloat64) IsSet() bool

func (NullableFloat64) MarshalJSON

func (v NullableFloat64) MarshalJSON() ([]byte, error)

func (*NullableFloat64) Set

func (v *NullableFloat64) Set(val *float64)

func (*NullableFloat64) UnmarshalJSON

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

func (*NullableFloat64) Unset

func (v *NullableFloat64) Unset()

type NullableFreqInfo

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

func NewNullableFreqInfo

func NewNullableFreqInfo(val *FreqInfo) *NullableFreqInfo

func (NullableFreqInfo) Get

func (v NullableFreqInfo) Get() *FreqInfo

func (NullableFreqInfo) IsSet

func (v NullableFreqInfo) IsSet() bool

func (NullableFreqInfo) MarshalJSON

func (v NullableFreqInfo) MarshalJSON() ([]byte, error)

func (*NullableFreqInfo) Set

func (v *NullableFreqInfo) Set(val *FreqInfo)

func (*NullableFreqInfo) UnmarshalJSON

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

func (*NullableFreqInfo) Unset

func (v *NullableFreqInfo) Unset()

type NullableGeoArea

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

func NewNullableGeoArea

func NewNullableGeoArea(val *GeoArea) *NullableGeoArea

func (NullableGeoArea) Get

func (v NullableGeoArea) Get() *GeoArea

func (NullableGeoArea) IsSet

func (v NullableGeoArea) IsSet() bool

func (NullableGeoArea) MarshalJSON

func (v NullableGeoArea) MarshalJSON() ([]byte, error)

func (*NullableGeoArea) Set

func (v *NullableGeoArea) Set(val *GeoArea)

func (*NullableGeoArea) UnmarshalJSON

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

func (*NullableGeoArea) Unset

func (v *NullableGeoArea) Unset()

type NullableGeoAreaToCellMapping

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

func NewNullableGeoAreaToCellMapping

func NewNullableGeoAreaToCellMapping(val *GeoAreaToCellMapping) *NullableGeoAreaToCellMapping

func (NullableGeoAreaToCellMapping) Get

func (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 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 NullableInt

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

func NewNullableInt

func NewNullableInt(val *int) *NullableInt

func (NullableInt) Get

func (v NullableInt) Get() *int

func (NullableInt) IsSet

func (v NullableInt) IsSet() bool

func (NullableInt) MarshalJSON

func (v NullableInt) MarshalJSON() ([]byte, error)

func (*NullableInt) Set

func (v *NullableInt) Set(val *int)

func (*NullableInt) UnmarshalJSON

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

func (*NullableInt) Unset

func (v *NullableInt) Unset()

type NullableInt32

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

func NewNullableInt32

func NewNullableInt32(val *int32) *NullableInt32

func (NullableInt32) Get

func (v NullableInt32) Get() *int32

func (NullableInt32) IsSet

func (v NullableInt32) IsSet() bool

func (NullableInt32) MarshalJSON

func (v NullableInt32) MarshalJSON() ([]byte, error)

func (*NullableInt32) Set

func (v *NullableInt32) Set(val *int32)

func (*NullableInt32) UnmarshalJSON

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

func (*NullableInt32) Unset

func (v *NullableInt32) Unset()

type NullableInt64

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

func NewNullableInt64

func NewNullableInt64(val *int64) *NullableInt64

func (NullableInt64) Get

func (v NullableInt64) Get() *int64

func (NullableInt64) IsSet

func (v NullableInt64) IsSet() bool

func (NullableInt64) MarshalJSON

func (v NullableInt64) MarshalJSON() ([]byte, error)

func (*NullableInt64) Set

func (v *NullableInt64) Set(val *int64)

func (*NullableInt64) UnmarshalJSON

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

func (*NullableInt64) Unset

func (v *NullableInt64) Unset()

type NullableIpAddr

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

func NewNullableIpAddr

func NewNullableIpAddr(val *IpAddr) *NullableIpAddr

func (NullableIpAddr) Get

func (v NullableIpAddr) Get() *IpAddr

func (NullableIpAddr) IsSet

func (v NullableIpAddr) IsSet() bool

func (NullableIpAddr) MarshalJSON

func (v NullableIpAddr) MarshalJSON() ([]byte, error)

func (*NullableIpAddr) Set

func (v *NullableIpAddr) Set(val *IpAddr)

func (*NullableIpAddr) UnmarshalJSON

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

func (*NullableIpAddr) Unset

func (v *NullableIpAddr) Unset()

type NullableIpAddress

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

func NewNullableIpAddress

func NewNullableIpAddress(val *IpAddress) *NullableIpAddress

func (NullableIpAddress) Get

func (v NullableIpAddress) Get() *IpAddress

func (NullableIpAddress) IsSet

func (v NullableIpAddress) IsSet() bool

func (NullableIpAddress) MarshalJSON

func (v NullableIpAddress) MarshalJSON() ([]byte, error)

func (*NullableIpAddress) Set

func (v *NullableIpAddress) Set(val *IpAddress)

func (*NullableIpAddress) UnmarshalJSON

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

func (*NullableIpAddress) Unset

func (v *NullableIpAddress) Unset()

type NullableIpv6Addr

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

func NewNullableIpv6Addr

func NewNullableIpv6Addr(val *Ipv6Addr) *NullableIpv6Addr

func (NullableIpv6Addr) Get

func (v NullableIpv6Addr) Get() *Ipv6Addr

func (NullableIpv6Addr) IsSet

func (v NullableIpv6Addr) IsSet() bool

func (NullableIpv6Addr) MarshalJSON

func (v NullableIpv6Addr) MarshalJSON() ([]byte, error)

func (*NullableIpv6Addr) Set

func (v *NullableIpv6Addr) Set(val *Ipv6Addr)

func (*NullableIpv6Addr) UnmarshalJSON

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

func (*NullableIpv6Addr) Unset

func (v *NullableIpv6Addr) Unset()

type NullableJobTypeType

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

func NewNullableJobTypeType

func NewNullableJobTypeType(val *JobTypeType) *NullableJobTypeType

func (NullableJobTypeType) Get

func (NullableJobTypeType) IsSet

func (v NullableJobTypeType) IsSet() bool

func (NullableJobTypeType) MarshalJSON

func (v NullableJobTypeType) MarshalJSON() ([]byte, error)

func (*NullableJobTypeType) Set

func (v *NullableJobTypeType) Set(val *JobTypeType)

func (*NullableJobTypeType) UnmarshalJSON

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

func (*NullableJobTypeType) Unset

func (v *NullableJobTypeType) Unset()

type NullableKPIMonitoring

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

func NewNullableKPIMonitoring

func NewNullableKPIMonitoring(val *KPIMonitoring) *NullableKPIMonitoring

func (NullableKPIMonitoring) Get

func (NullableKPIMonitoring) IsSet

func (v NullableKPIMonitoring) IsSet() bool

func (NullableKPIMonitoring) MarshalJSON

func (v NullableKPIMonitoring) MarshalJSON() ([]byte, error)

func (*NullableKPIMonitoring) Set

func (v *NullableKPIMonitoring) Set(val *KPIMonitoring)

func (*NullableKPIMonitoring) UnmarshalJSON

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

func (*NullableKPIMonitoring) Unset

func (v *NullableKPIMonitoring) Unset()

type NullableListOfInterfacesType

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

func NewNullableListOfInterfacesType

func NewNullableListOfInterfacesType(val *ListOfInterfacesType) *NullableListOfInterfacesType

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 NullableLoggingDurationType

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

func NewNullableLoggingDurationType

func NewNullableLoggingDurationType(val *LoggingDurationType) *NullableLoggingDurationType

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 NewNullableLoggingIntervalType

func NewNullableLoggingIntervalType(val *LoggingIntervalType) *NullableLoggingIntervalType

func (NullableLoggingIntervalType) Get

func (NullableLoggingIntervalType) IsSet

func (NullableLoggingIntervalType) MarshalJSON

func (v NullableLoggingIntervalType) MarshalJSON() ([]byte, error)

func (*NullableLoggingIntervalType) Set

func (*NullableLoggingIntervalType) UnmarshalJSON

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

func (*NullableLoggingIntervalType) Unset

func (v *NullableLoggingIntervalType) Unset()

type NullableLogicalInterfaceInfo

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

func NewNullableLogicalInterfaceInfo

func NewNullableLogicalInterfaceInfo(val *LogicalInterfaceInfo) *NullableLogicalInterfaceInfo

func (NullableLogicalInterfaceInfo) Get

func (NullableLogicalInterfaceInfo) IsSet

func (NullableLogicalInterfaceInfo) MarshalJSON

func (v NullableLogicalInterfaceInfo) MarshalJSON() ([]byte, error)

func (*NullableLogicalInterfaceInfo) Set

func (*NullableLogicalInterfaceInfo) UnmarshalJSON

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

func (*NullableLogicalInterfaceInfo) Unset

func (v *NullableLogicalInterfaceInfo) Unset()

type NullableMIoTEEPerfReq

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

func NewNullableMIoTEEPerfReq

func NewNullableMIoTEEPerfReq(val *MIoTEEPerfReq) *NullableMIoTEEPerfReq

func (NullableMIoTEEPerfReq) Get

func (NullableMIoTEEPerfReq) IsSet

func (v NullableMIoTEEPerfReq) IsSet() bool

func (NullableMIoTEEPerfReq) MarshalJSON

func (v NullableMIoTEEPerfReq) MarshalJSON() ([]byte, error)

func (*NullableMIoTEEPerfReq) Set

func (v *NullableMIoTEEPerfReq) Set(val *MIoTEEPerfReq)

func (*NullableMIoTEEPerfReq) UnmarshalJSON

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

func (*NullableMIoTEEPerfReq) Unset

func (v *NullableMIoTEEPerfReq) Unset()

type 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 NewNullableManagementNodeSingle

func NewNullableManagementNodeSingle(val *ManagementNodeSingle) *NullableManagementNodeSingle

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 NullableMaxNumberofPDUSessions

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

func (NullableMaxNumberofPDUSessions) Get

func (NullableMaxNumberofPDUSessions) IsSet

func (NullableMaxNumberofPDUSessions) MarshalJSON

func (v NullableMaxNumberofPDUSessions) MarshalJSON() ([]byte, error)

func (*NullableMaxNumberofPDUSessions) Set

func (*NullableMaxNumberofPDUSessions) UnmarshalJSON

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

func (*NullableMaxNumberofPDUSessions) Unset

func (v *NullableMaxNumberofPDUSessions) Unset()

type NullableMaxPktSize

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

func NewNullableMaxPktSize

func NewNullableMaxPktSize(val *MaxPktSize) *NullableMaxPktSize

func (NullableMaxPktSize) Get

func (v NullableMaxPktSize) Get() *MaxPktSize

func (NullableMaxPktSize) IsSet

func (v NullableMaxPktSize) IsSet() bool

func (NullableMaxPktSize) MarshalJSON

func (v NullableMaxPktSize) MarshalJSON() ([]byte, error)

func (*NullableMaxPktSize) Set

func (v *NullableMaxPktSize) Set(val *MaxPktSize)

func (*NullableMaxPktSize) UnmarshalJSON

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

func (*NullableMaxPktSize) Unset

func (v *NullableMaxPktSize) Unset()

type NullableMbsfnArea

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

func NewNullableMbsfnArea

func NewNullableMbsfnArea(val *MbsfnArea) *NullableMbsfnArea

func (NullableMbsfnArea) Get

func (v NullableMbsfnArea) Get() *MbsfnArea

func (NullableMbsfnArea) IsSet

func (v NullableMbsfnArea) IsSet() bool

func (NullableMbsfnArea) MarshalJSON

func (v NullableMbsfnArea) MarshalJSON() ([]byte, error)

func (*NullableMbsfnArea) Set

func (v *NullableMbsfnArea) Set(val *MbsfnArea)

func (*NullableMbsfnArea) UnmarshalJSON

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

func (*NullableMbsfnArea) Unset

func (v *NullableMbsfnArea) Unset()

type NullableMeContextSingle

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

func NewNullableMeContextSingle

func NewNullableMeContextSingle(val *MeContextSingle) *NullableMeContextSingle

func (NullableMeContextSingle) Get

func (NullableMeContextSingle) IsSet

func (v NullableMeContextSingle) IsSet() bool

func (NullableMeContextSingle) MarshalJSON

func (v NullableMeContextSingle) MarshalJSON() ([]byte, error)

func (*NullableMeContextSingle) Set

func (*NullableMeContextSingle) UnmarshalJSON

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

func (*NullableMeContextSingle) Unset

func (v *NullableMeContextSingle) Unset()

type NullableMeContextSingleAllOf

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

func NewNullableMeContextSingleAllOf

func NewNullableMeContextSingleAllOf(val *MeContextSingleAllOf) *NullableMeContextSingleAllOf

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 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 NewNullableMnsAgentSingleAllOf

func NewNullableMnsAgentSingleAllOf(val *MnsAgentSingleAllOf) *NullableMnsAgentSingleAllOf

func (NullableMnsAgentSingleAllOf) Get

func (NullableMnsAgentSingleAllOf) IsSet

func (NullableMnsAgentSingleAllOf) MarshalJSON

func (v NullableMnsAgentSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableMnsAgentSingleAllOf) Set

func (*NullableMnsAgentSingleAllOf) UnmarshalJSON

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

func (*NullableMnsAgentSingleAllOf) Unset

func (v *NullableMnsAgentSingleAllOf) Unset()

type NullableMnsAgentSingleAllOfAttributes

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

func (NullableMnsAgentSingleAllOfAttributes) Get

func (NullableMnsAgentSingleAllOfAttributes) IsSet

func (NullableMnsAgentSingleAllOfAttributes) MarshalJSON

func (v NullableMnsAgentSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*NullableMnsAgentSingleAllOfAttributes) Set

func (*NullableMnsAgentSingleAllOfAttributes) UnmarshalJSON

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

func (*NullableMnsAgentSingleAllOfAttributes) Unset

type NullableMnsInfoSingle

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

func NewNullableMnsInfoSingle

func NewNullableMnsInfoSingle(val *MnsInfoSingle) *NullableMnsInfoSingle

func (NullableMnsInfoSingle) Get

func (NullableMnsInfoSingle) IsSet

func (v NullableMnsInfoSingle) IsSet() bool

func (NullableMnsInfoSingle) MarshalJSON

func (v NullableMnsInfoSingle) MarshalJSON() ([]byte, error)

func (*NullableMnsInfoSingle) Set

func (v *NullableMnsInfoSingle) Set(val *MnsInfoSingle)

func (*NullableMnsInfoSingle) UnmarshalJSON

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

func (*NullableMnsInfoSingle) Unset

func (v *NullableMnsInfoSingle) Unset()

type NullableMnsRegistrySingle

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

func NewNullableMnsRegistrySingle

func NewNullableMnsRegistrySingle(val *MnsRegistrySingle) *NullableMnsRegistrySingle

func (NullableMnsRegistrySingle) Get

func (NullableMnsRegistrySingle) IsSet

func (v NullableMnsRegistrySingle) IsSet() bool

func (NullableMnsRegistrySingle) MarshalJSON

func (v NullableMnsRegistrySingle) MarshalJSON() ([]byte, error)

func (*NullableMnsRegistrySingle) Set

func (*NullableMnsRegistrySingle) UnmarshalJSON

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

func (*NullableMnsRegistrySingle) Unset

func (v *NullableMnsRegistrySingle) Unset()

type NullableMobilityLevel

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

func NewNullableMobilityLevel

func NewNullableMobilityLevel(val *MobilityLevel) *NullableMobilityLevel

func (NullableMobilityLevel) Get

func (NullableMobilityLevel) IsSet

func (v NullableMobilityLevel) IsSet() bool

func (NullableMobilityLevel) MarshalJSON

func (v NullableMobilityLevel) MarshalJSON() ([]byte, error)

func (*NullableMobilityLevel) Set

func (v *NullableMobilityLevel) Set(val *MobilityLevel)

func (*NullableMobilityLevel) UnmarshalJSON

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

func (*NullableMobilityLevel) Unset

func (v *NullableMobilityLevel) Unset()

type NullableN6Protection

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

func NewNullableN6Protection

func NewNullableN6Protection(val *N6Protection) *NullableN6Protection

func (NullableN6Protection) Get

func (NullableN6Protection) IsSet

func (v NullableN6Protection) IsSet() bool

func (NullableN6Protection) MarshalJSON

func (v NullableN6Protection) MarshalJSON() ([]byte, error)

func (*NullableN6Protection) Set

func (v *NullableN6Protection) Set(val *N6Protection)

func (*NullableN6Protection) UnmarshalJSON

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

func (*NullableN6Protection) Unset

func (v *NullableN6Protection) Unset()

type NullableNBIoT

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

func NewNullableNBIoT

func NewNullableNBIoT(val *NBIoT) *NullableNBIoT

func (NullableNBIoT) Get

func (v NullableNBIoT) Get() *NBIoT

func (NullableNBIoT) IsSet

func (v NullableNBIoT) IsSet() bool

func (NullableNBIoT) MarshalJSON

func (v NullableNBIoT) MarshalJSON() ([]byte, error)

func (*NullableNBIoT) Set

func (v *NullableNBIoT) Set(val *NBIoT)

func (*NullableNBIoT) UnmarshalJSON

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

func (*NullableNBIoT) Unset

func (v *NullableNBIoT) Unset()

type NullableNSSAASupport

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

func NewNullableNSSAASupport

func NewNullableNSSAASupport(val *NSSAASupport) *NullableNSSAASupport

func (NullableNSSAASupport) Get

func (NullableNSSAASupport) IsSet

func (v NullableNSSAASupport) IsSet() bool

func (NullableNSSAASupport) MarshalJSON

func (v NullableNSSAASupport) MarshalJSON() ([]byte, error)

func (*NullableNSSAASupport) Set

func (v *NullableNSSAASupport) Set(val *NSSAASupport)

func (*NullableNSSAASupport) UnmarshalJSON

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

func (*NullableNSSAASupport) Unset

func (v *NullableNSSAASupport) Unset()

type NullableNetworkSliceSharingIndicator

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

func (NullableNetworkSliceSharingIndicator) Get

func (NullableNetworkSliceSharingIndicator) IsSet

func (NullableNetworkSliceSharingIndicator) MarshalJSON

func (v NullableNetworkSliceSharingIndicator) MarshalJSON() ([]byte, error)

func (*NullableNetworkSliceSharingIndicator) Set

func (*NullableNetworkSliceSharingIndicator) UnmarshalJSON

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

func (*NullableNetworkSliceSharingIndicator) Unset

type NullableNetworkSliceSingle

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

func NewNullableNetworkSliceSingle

func NewNullableNetworkSliceSingle(val *NetworkSliceSingle) *NullableNetworkSliceSingle

func (NullableNetworkSliceSingle) Get

func (NullableNetworkSliceSingle) IsSet

func (v NullableNetworkSliceSingle) IsSet() bool

func (NullableNetworkSliceSingle) MarshalJSON

func (v NullableNetworkSliceSingle) MarshalJSON() ([]byte, error)

func (*NullableNetworkSliceSingle) Set

func (*NullableNetworkSliceSingle) UnmarshalJSON

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

func (*NullableNetworkSliceSingle) Unset

func (v *NullableNetworkSliceSingle) Unset()

type NullableNetworkSliceSingleAllOf

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

func (NullableNetworkSliceSingleAllOf) Get

func (NullableNetworkSliceSingleAllOf) IsSet

func (NullableNetworkSliceSingleAllOf) MarshalJSON

func (v NullableNetworkSliceSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableNetworkSliceSingleAllOf) Set

func (*NullableNetworkSliceSingleAllOf) UnmarshalJSON

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

func (*NullableNetworkSliceSingleAllOf) Unset

type NullableNetworkSliceSingleAllOfAttributes added in v1.18.0

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

func NewNullableNetworkSliceSingleAllOfAttributes added in v1.18.0

func NewNullableNetworkSliceSingleAllOfAttributes(val *NetworkSliceSingleAllOfAttributes) *NullableNetworkSliceSingleAllOfAttributes

func (NullableNetworkSliceSingleAllOfAttributes) Get added in v1.18.0

func (NullableNetworkSliceSingleAllOfAttributes) IsSet added in v1.18.0

func (NullableNetworkSliceSingleAllOfAttributes) MarshalJSON added in v1.18.0

func (*NullableNetworkSliceSingleAllOfAttributes) Set added in v1.18.0

func (*NullableNetworkSliceSingleAllOfAttributes) UnmarshalJSON added in v1.18.0

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

func (*NullableNetworkSliceSingleAllOfAttributes) Unset added in v1.18.0

type NullableNetworkSliceSingleAllOfAttributesAllOf added in v1.18.0

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

func (NullableNetworkSliceSingleAllOfAttributesAllOf) Get added in v1.18.0

func (NullableNetworkSliceSingleAllOfAttributesAllOf) IsSet added in v1.18.0

func (NullableNetworkSliceSingleAllOfAttributesAllOf) MarshalJSON added in v1.18.0

func (*NullableNetworkSliceSingleAllOfAttributesAllOf) Set added in v1.18.0

func (*NullableNetworkSliceSingleAllOfAttributesAllOf) UnmarshalJSON added in v1.18.0

func (*NullableNetworkSliceSingleAllOfAttributesAllOf) Unset added in v1.18.0

type NullableNetworkSliceSubnetProviderCapabilitiesSingle

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

func (NullableNetworkSliceSubnetProviderCapabilitiesSingle) Get

func (NullableNetworkSliceSubnetProviderCapabilitiesSingle) IsSet

func (NullableNetworkSliceSubnetProviderCapabilitiesSingle) MarshalJSON

func (*NullableNetworkSliceSubnetProviderCapabilitiesSingle) Set

func (*NullableNetworkSliceSubnetProviderCapabilitiesSingle) UnmarshalJSON

func (*NullableNetworkSliceSubnetProviderCapabilitiesSingle) Unset

type NullableNetworkSliceSubnetProviderCapabilitiesSingleAllOf

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

func (NullableNetworkSliceSubnetProviderCapabilitiesSingleAllOf) Get

func (NullableNetworkSliceSubnetProviderCapabilitiesSingleAllOf) IsSet

func (NullableNetworkSliceSubnetProviderCapabilitiesSingleAllOf) MarshalJSON

func (*NullableNetworkSliceSubnetProviderCapabilitiesSingleAllOf) Set

func (*NullableNetworkSliceSubnetProviderCapabilitiesSingleAllOf) UnmarshalJSON

func (*NullableNetworkSliceSubnetProviderCapabilitiesSingleAllOf) Unset

type NullableNetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributes

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

func (NullableNetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributes) Get

func (NullableNetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributes) IsSet

func (NullableNetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributes) MarshalJSON

func (*NullableNetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributes) Set

func (*NullableNetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributes) UnmarshalJSON

func (*NullableNetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributes) Unset

type NullableNetworkSliceSubnetSingle

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

func (NullableNetworkSliceSubnetSingle) Get

func (NullableNetworkSliceSubnetSingle) IsSet

func (NullableNetworkSliceSubnetSingle) MarshalJSON

func (v NullableNetworkSliceSubnetSingle) MarshalJSON() ([]byte, error)

func (*NullableNetworkSliceSubnetSingle) Set

func (*NullableNetworkSliceSubnetSingle) UnmarshalJSON

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

func (*NullableNetworkSliceSubnetSingle) Unset

type NullableNetworkSliceSubnetSingleAllOf

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

func (NullableNetworkSliceSubnetSingleAllOf) Get

func (NullableNetworkSliceSubnetSingleAllOf) IsSet

func (NullableNetworkSliceSubnetSingleAllOf) MarshalJSON

func (v NullableNetworkSliceSubnetSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableNetworkSliceSubnetSingleAllOf) Set

func (*NullableNetworkSliceSubnetSingleAllOf) UnmarshalJSON

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

func (*NullableNetworkSliceSubnetSingleAllOf) Unset

type NullableNetworkSliceSubnetSingleAllOfAttributes added in v1.18.0

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

func (NullableNetworkSliceSubnetSingleAllOfAttributes) Get added in v1.18.0

func (NullableNetworkSliceSubnetSingleAllOfAttributes) IsSet added in v1.18.0

func (NullableNetworkSliceSubnetSingleAllOfAttributes) MarshalJSON added in v1.18.0

func (*NullableNetworkSliceSubnetSingleAllOfAttributes) Set added in v1.18.0

func (*NullableNetworkSliceSubnetSingleAllOfAttributes) UnmarshalJSON added in v1.18.0

func (*NullableNetworkSliceSubnetSingleAllOfAttributes) Unset added in v1.18.0

type NullableNetworkSliceSubnetSingleAllOfAttributesAllOf added in v1.18.0

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

func (NullableNetworkSliceSubnetSingleAllOfAttributesAllOf) Get added in v1.18.0

func (NullableNetworkSliceSubnetSingleAllOfAttributesAllOf) IsSet added in v1.18.0

func (NullableNetworkSliceSubnetSingleAllOfAttributesAllOf) MarshalJSON added in v1.18.0

func (*NullableNetworkSliceSubnetSingleAllOfAttributesAllOf) Set added in v1.18.0

func (*NullableNetworkSliceSubnetSingleAllOfAttributesAllOf) UnmarshalJSON added in v1.18.0

func (*NullableNetworkSliceSubnetSingleAllOfAttributesAllOf) Unset added in v1.18.0

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 NullableNsInfo

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

func NewNullableNsInfo

func NewNullableNsInfo(val *NsInfo) *NullableNsInfo

func (NullableNsInfo) Get

func (v NullableNsInfo) Get() *NsInfo

func (NullableNsInfo) IsSet

func (v NullableNsInfo) IsSet() bool

func (NullableNsInfo) MarshalJSON

func (v NullableNsInfo) MarshalJSON() ([]byte, error)

func (*NullableNsInfo) Set

func (v *NullableNsInfo) Set(val *NsInfo)

func (*NullableNsInfo) UnmarshalJSON

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

func (*NullableNsInfo) Unset

func (v *NullableNsInfo) Unset()

type 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 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 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 NewNullablePerfMetricJobSingle

func NewNullablePerfMetricJobSingle(val *PerfMetricJobSingle) *NullablePerfMetricJobSingle

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 NullablePositioning

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

func NewNullablePositioning

func NewNullablePositioning(val *Positioning) *NullablePositioning

func (NullablePositioning) Get

func (NullablePositioning) IsSet

func (v NullablePositioning) IsSet() bool

func (NullablePositioning) MarshalJSON

func (v NullablePositioning) MarshalJSON() ([]byte, error)

func (*NullablePositioning) Set

func (v *NullablePositioning) Set(val *Positioning)

func (*NullablePositioning) UnmarshalJSON

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

func (*NullablePositioning) Unset

func (v *NullablePositioning) Unset()

type NullablePositioningMethodType

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

func (NullablePositioningMethodType) Get

func (NullablePositioningMethodType) IsSet

func (NullablePositioningMethodType) MarshalJSON

func (v NullablePositioningMethodType) MarshalJSON() ([]byte, error)

func (*NullablePositioningMethodType) Set

func (*NullablePositioningMethodType) UnmarshalJSON

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

func (*NullablePositioningMethodType) Unset

func (v *NullablePositioningMethodType) Unset()

type NullablePositioningRANSubnet

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

func NewNullablePositioningRANSubnet

func NewNullablePositioningRANSubnet(val *PositioningRANSubnet) *NullablePositioningRANSubnet

func (NullablePositioningRANSubnet) Get

func (NullablePositioningRANSubnet) IsSet

func (NullablePositioningRANSubnet) MarshalJSON

func (v NullablePositioningRANSubnet) MarshalJSON() ([]byte, error)

func (*NullablePositioningRANSubnet) Set

func (*NullablePositioningRANSubnet) UnmarshalJSON

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

func (*NullablePositioningRANSubnet) Unset

func (v *NullablePositioningRANSubnet) Unset()

type NullablePredictionfrequency

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

func NewNullablePredictionfrequency

func NewNullablePredictionfrequency(val *Predictionfrequency) *NullablePredictionfrequency

func (NullablePredictionfrequency) Get

func (NullablePredictionfrequency) IsSet

func (NullablePredictionfrequency) MarshalJSON

func (v NullablePredictionfrequency) MarshalJSON() ([]byte, error)

func (*NullablePredictionfrequency) Set

func (*NullablePredictionfrequency) UnmarshalJSON

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

func (*NullablePredictionfrequency) Unset

func (v *NullablePredictionfrequency) Unset()

type 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 NullableProcessMonitor

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

func NewNullableProcessMonitor

func NewNullableProcessMonitor(val *ProcessMonitor) *NullableProcessMonitor

func (NullableProcessMonitor) Get

func (NullableProcessMonitor) IsSet

func (v NullableProcessMonitor) IsSet() bool

func (NullableProcessMonitor) MarshalJSON

func (v NullableProcessMonitor) MarshalJSON() ([]byte, error)

func (*NullableProcessMonitor) Set

func (*NullableProcessMonitor) UnmarshalJSON

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

func (*NullableProcessMonitor) Unset

func (v *NullableProcessMonitor) Unset()

type NullableRANSliceSubnetProfile

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

func (NullableRANSliceSubnetProfile) Get

func (NullableRANSliceSubnetProfile) IsSet

func (NullableRANSliceSubnetProfile) MarshalJSON

func (v NullableRANSliceSubnetProfile) MarshalJSON() ([]byte, error)

func (*NullableRANSliceSubnetProfile) Set

func (*NullableRANSliceSubnetProfile) UnmarshalJSON

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

func (*NullableRANSliceSubnetProfile) Unset

func (v *NullableRANSliceSubnetProfile) Unset()

type NullableRadioSpectrum

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

func NewNullableRadioSpectrum

func NewNullableRadioSpectrum(val *RadioSpectrum) *NullableRadioSpectrum

func (NullableRadioSpectrum) Get

func (NullableRadioSpectrum) IsSet

func (v NullableRadioSpectrum) IsSet() bool

func (NullableRadioSpectrum) MarshalJSON

func (v NullableRadioSpectrum) MarshalJSON() ([]byte, error)

func (*NullableRadioSpectrum) Set

func (v *NullableRadioSpectrum) Set(val *RadioSpectrum)

func (*NullableRadioSpectrum) UnmarshalJSON

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

func (*NullableRadioSpectrum) Unset

func (v *NullableRadioSpectrum) Unset()

type 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 NewNullableReportingCtrlOneOf1

func NewNullableReportingCtrlOneOf1(val *ReportingCtrlOneOf1) *NullableReportingCtrlOneOf1

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 NewNullableReportingCtrlOneOf2

func NewNullableReportingCtrlOneOf2(val *ReportingCtrlOneOf2) *NullableReportingCtrlOneOf2

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 NullableResourceReservationStatus

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

func (NullableResourceReservationStatus) Get

func (NullableResourceReservationStatus) IsSet

func (NullableResourceReservationStatus) MarshalJSON

func (v NullableResourceReservationStatus) MarshalJSON() ([]byte, error)

func (*NullableResourceReservationStatus) Set

func (*NullableResourceReservationStatus) UnmarshalJSON

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

func (*NullableResourceReservationStatus) Unset

type NullableResourcesSliceNrm

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

func NewNullableResourcesSliceNrm

func NewNullableResourcesSliceNrm(val *ResourcesSliceNrm) *NullableResourcesSliceNrm

func (NullableResourcesSliceNrm) Get

func (NullableResourcesSliceNrm) IsSet

func (v NullableResourcesSliceNrm) IsSet() bool

func (NullableResourcesSliceNrm) MarshalJSON

func (v NullableResourcesSliceNrm) MarshalJSON() ([]byte, error)

func (*NullableResourcesSliceNrm) Set

func (*NullableResourcesSliceNrm) UnmarshalJSON

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

func (*NullableResourcesSliceNrm) Unset

func (v *NullableResourcesSliceNrm) Unset()

type 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 NullableSecFunc

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

func NewNullableSecFunc

func NewNullableSecFunc(val *SecFunc) *NullableSecFunc

func (NullableSecFunc) Get

func (v NullableSecFunc) Get() *SecFunc

func (NullableSecFunc) IsSet

func (v NullableSecFunc) IsSet() bool

func (NullableSecFunc) MarshalJSON

func (v NullableSecFunc) MarshalJSON() ([]byte, error)

func (*NullableSecFunc) Set

func (v *NullableSecFunc) Set(val *SecFunc)

func (*NullableSecFunc) UnmarshalJSON

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

func (*NullableSecFunc) Unset

func (v *NullableSecFunc) Unset()

type NullableServAttrCom

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

func NewNullableServAttrCom

func NewNullableServAttrCom(val *ServAttrCom) *NullableServAttrCom

func (NullableServAttrCom) Get

func (NullableServAttrCom) IsSet

func (v NullableServAttrCom) IsSet() bool

func (NullableServAttrCom) MarshalJSON

func (v NullableServAttrCom) MarshalJSON() ([]byte, error)

func (*NullableServAttrCom) Set

func (v *NullableServAttrCom) Set(val *ServAttrCom)

func (*NullableServAttrCom) UnmarshalJSON

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

func (*NullableServAttrCom) Unset

func (v *NullableServAttrCom) Unset()

type NullableServiceProfile

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

func NewNullableServiceProfile

func NewNullableServiceProfile(val *ServiceProfile) *NullableServiceProfile

func (NullableServiceProfile) Get

func (NullableServiceProfile) IsSet

func (v NullableServiceProfile) IsSet() bool

func (NullableServiceProfile) MarshalJSON

func (v NullableServiceProfile) MarshalJSON() ([]byte, error)

func (*NullableServiceProfile) Set

func (*NullableServiceProfile) UnmarshalJSON

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

func (*NullableServiceProfile) Unset

func (v *NullableServiceProfile) Unset()

type NullableSharingLevel

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

func NewNullableSharingLevel

func NewNullableSharingLevel(val *SharingLevel) *NullableSharingLevel

func (NullableSharingLevel) Get

func (NullableSharingLevel) IsSet

func (v NullableSharingLevel) IsSet() bool

func (NullableSharingLevel) MarshalJSON

func (v NullableSharingLevel) MarshalJSON() ([]byte, error)

func (*NullableSharingLevel) Set

func (v *NullableSharingLevel) Set(val *SharingLevel)

func (*NullableSharingLevel) UnmarshalJSON

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

func (*NullableSharingLevel) Unset

func (v *NullableSharingLevel) Unset()

type NullableSliceProfile

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

func NewNullableSliceProfile

func NewNullableSliceProfile(val *SliceProfile) *NullableSliceProfile

func (NullableSliceProfile) Get

func (NullableSliceProfile) IsSet

func (v NullableSliceProfile) IsSet() bool

func (NullableSliceProfile) MarshalJSON

func (v NullableSliceProfile) MarshalJSON() ([]byte, error)

func (*NullableSliceProfile) Set

func (v *NullableSliceProfile) Set(val *SliceProfile)

func (*NullableSliceProfile) UnmarshalJSON

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

func (*NullableSliceProfile) Unset

func (v *NullableSliceProfile) Unset()

type NullableSliceSimultaneousUse

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

func NewNullableSliceSimultaneousUse

func NewNullableSliceSimultaneousUse(val *SliceSimultaneousUse) *NullableSliceSimultaneousUse

func (NullableSliceSimultaneousUse) Get

func (NullableSliceSimultaneousUse) IsSet

func (NullableSliceSimultaneousUse) MarshalJSON

func (v NullableSliceSimultaneousUse) MarshalJSON() ([]byte, error)

func (*NullableSliceSimultaneousUse) Set

func (*NullableSliceSimultaneousUse) UnmarshalJSON

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

func (*NullableSliceSimultaneousUse) Unset

func (v *NullableSliceSimultaneousUse) Unset()

type 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 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)