openapi_IntentNrm

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_IntentNrm

OAS 3.0.1 definition of the Intent 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: 17.1.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_IntentNrm "github.com/GIT_USER_ID/GIT_REPO_ID/openapi_IntentNrm"

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_IntentNrm.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_IntentNrm.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_IntentNrm.ContextOperationServerIndices, map[string]int{
	"{classname}Service.{nickname}": 2,
})
ctx = context.WithValue(context.Background(), openapi_IntentNrm.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 AllowedConditionEnumValues = []Condition{
	"IS_EQUAL_TO",
	"IS_LESS_THAN",
	"IS_GREATER_THAN",
	"IS_WITHIN_RANGE",
	"IS_OUTSIDE_RANGE",
}

All allowed values of Condition enum

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

All allowed values of EventListForEventTriggeredMeasurementType enum

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

All allowed values of ExpectationVerb enum

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

All allowed values of Exposure enum

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

All allowed values of FileNotificationTypes enum

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

All allowed values of FulfilStatus enum

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

All allowed values of HeartbeatNotificationTypes enum

View Source
var 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 AllowedNotFulfilledStateEnumValues = []NotFulfilledState{
	"ACKNOWLEDGED",
	"COMPLIANT",
	"DEGRADED",
	"SUSPENDED",
	"TERMINATED",
	"FULFILMENTFAILED",
}

All allowed values of NotFulfilledState 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 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 AllowedSharingLevelEnumValues = []SharingLevel{
	"SHARED",
	"NON-SHARED",
}

All allowed values of SharingLevel 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 Intent NRM API v17.1.0 In most cases there should be only one, shared, APIClient.

func NewAPIClient

func NewAPIClient(cfg *Configuration) *APIClient

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

func (*APIClient) GetConfig

func (c *APIClient) GetConfig() *Configuration

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

type APIKey

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 ActivityFactorTarget

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

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

func NewActivityFactorTarget

func NewActivityFactorTarget() *ActivityFactorTarget

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

func NewActivityFactorTargetWithDefaults

func NewActivityFactorTargetWithDefaults() *ActivityFactorTarget

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

func (*ActivityFactorTarget) GetTargetAttribute

func (o *ActivityFactorTarget) GetTargetAttribute() string

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

func (*ActivityFactorTarget) GetTargetAttributeOk

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

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

func (*ActivityFactorTarget) GetTargetCondition

func (o *ActivityFactorTarget) GetTargetCondition() string

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

func (*ActivityFactorTarget) GetTargetConditionOk

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

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

func (*ActivityFactorTarget) GetTargetValueRange

func (o *ActivityFactorTarget) GetTargetValueRange() int32

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

func (*ActivityFactorTarget) GetTargetValueRangeOk

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

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

func (*ActivityFactorTarget) HasTargetAttribute

func (o *ActivityFactorTarget) HasTargetAttribute() bool

HasTargetAttribute returns a boolean if a field has been set.

func (*ActivityFactorTarget) HasTargetCondition

func (o *ActivityFactorTarget) HasTargetCondition() bool

HasTargetCondition returns a boolean if a field has been set.

func (*ActivityFactorTarget) HasTargetValueRange

func (o *ActivityFactorTarget) HasTargetValueRange() bool

HasTargetValueRange returns a boolean if a field has been set.

func (ActivityFactorTarget) MarshalJSON

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

func (*ActivityFactorTarget) SetTargetAttribute

func (o *ActivityFactorTarget) SetTargetAttribute(v string)

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

func (*ActivityFactorTarget) SetTargetCondition

func (o *ActivityFactorTarget) SetTargetCondition(v string)

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

func (*ActivityFactorTarget) SetTargetValueRange

func (o *ActivityFactorTarget) SetTargetValueRange(v int32)

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

func (ActivityFactorTarget) ToMap

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

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

type AveDLRANUEThptTarget struct {
	TargetName           *string         `json:"targetName,omitempty"`
	TargetCondition      *string         `json:"targetCondition,omitempty"`
	TargetValueRange     *int32          `json:"targetValueRange,omitempty"`
	TargetFulfilmentInfo *FulfilmentInfo `json:"targetFulfilmentInfo,omitempty"`
}

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

func NewAveDLRANUEThptTarget

func NewAveDLRANUEThptTarget() *AveDLRANUEThptTarget

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

func NewAveDLRANUEThptTargetWithDefaults

func NewAveDLRANUEThptTargetWithDefaults() *AveDLRANUEThptTarget

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

func (*AveDLRANUEThptTarget) GetTargetCondition

func (o *AveDLRANUEThptTarget) GetTargetCondition() string

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

func (*AveDLRANUEThptTarget) GetTargetConditionOk

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

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

func (*AveDLRANUEThptTarget) GetTargetFulfilmentInfo

func (o *AveDLRANUEThptTarget) GetTargetFulfilmentInfo() FulfilmentInfo

GetTargetFulfilmentInfo returns the TargetFulfilmentInfo field value if set, zero value otherwise.

func (*AveDLRANUEThptTarget) GetTargetFulfilmentInfoOk

func (o *AveDLRANUEThptTarget) GetTargetFulfilmentInfoOk() (*FulfilmentInfo, bool)

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

func (*AveDLRANUEThptTarget) GetTargetName

func (o *AveDLRANUEThptTarget) GetTargetName() string

GetTargetName returns the TargetName field value if set, zero value otherwise.

func (*AveDLRANUEThptTarget) GetTargetNameOk

func (o *AveDLRANUEThptTarget) GetTargetNameOk() (*string, bool)

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

func (*AveDLRANUEThptTarget) GetTargetValueRange

func (o *AveDLRANUEThptTarget) GetTargetValueRange() int32

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

func (*AveDLRANUEThptTarget) GetTargetValueRangeOk

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

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

func (*AveDLRANUEThptTarget) HasTargetCondition

func (o *AveDLRANUEThptTarget) HasTargetCondition() bool

HasTargetCondition returns a boolean if a field has been set.

func (*AveDLRANUEThptTarget) HasTargetFulfilmentInfo

func (o *AveDLRANUEThptTarget) HasTargetFulfilmentInfo() bool

HasTargetFulfilmentInfo returns a boolean if a field has been set.

func (*AveDLRANUEThptTarget) HasTargetName

func (o *AveDLRANUEThptTarget) HasTargetName() bool

HasTargetName returns a boolean if a field has been set.

func (*AveDLRANUEThptTarget) HasTargetValueRange

func (o *AveDLRANUEThptTarget) HasTargetValueRange() bool

HasTargetValueRange returns a boolean if a field has been set.

func (AveDLRANUEThptTarget) MarshalJSON

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

func (*AveDLRANUEThptTarget) SetTargetCondition

func (o *AveDLRANUEThptTarget) SetTargetCondition(v string)

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

func (*AveDLRANUEThptTarget) SetTargetFulfilmentInfo

func (o *AveDLRANUEThptTarget) SetTargetFulfilmentInfo(v FulfilmentInfo)

SetTargetFulfilmentInfo gets a reference to the given FulfilmentInfo and assigns it to the TargetFulfilmentInfo field.

func (*AveDLRANUEThptTarget) SetTargetName

func (o *AveDLRANUEThptTarget) SetTargetName(v string)

SetTargetName gets a reference to the given string and assigns it to the TargetName field.

func (*AveDLRANUEThptTarget) SetTargetValueRange

func (o *AveDLRANUEThptTarget) SetTargetValueRange(v int32)

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

func (AveDLRANUEThptTarget) ToMap

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

type AveULRANUEThptTarget

type AveULRANUEThptTarget struct {
	TargetName           *string         `json:"targetName,omitempty"`
	TargetCondition      *string         `json:"targetCondition,omitempty"`
	TargetValueRange     *int32          `json:"targetValueRange,omitempty"`
	TargetFulfilmentInfo *FulfilmentInfo `json:"targetFulfilmentInfo,omitempty"`
}

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

func NewAveULRANUEThptTarget

func NewAveULRANUEThptTarget() *AveULRANUEThptTarget

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

func NewAveULRANUEThptTargetWithDefaults

func NewAveULRANUEThptTargetWithDefaults() *AveULRANUEThptTarget

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

func (*AveULRANUEThptTarget) GetTargetCondition

func (o *AveULRANUEThptTarget) GetTargetCondition() string

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

func (*AveULRANUEThptTarget) GetTargetConditionOk

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

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

func (*AveULRANUEThptTarget) GetTargetFulfilmentInfo

func (o *AveULRANUEThptTarget) GetTargetFulfilmentInfo() FulfilmentInfo

GetTargetFulfilmentInfo returns the TargetFulfilmentInfo field value if set, zero value otherwise.

func (*AveULRANUEThptTarget) GetTargetFulfilmentInfoOk

func (o *AveULRANUEThptTarget) GetTargetFulfilmentInfoOk() (*FulfilmentInfo, bool)

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

func (*AveULRANUEThptTarget) GetTargetName

func (o *AveULRANUEThptTarget) GetTargetName() string

GetTargetName returns the TargetName field value if set, zero value otherwise.

func (*AveULRANUEThptTarget) GetTargetNameOk

func (o *AveULRANUEThptTarget) GetTargetNameOk() (*string, bool)

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

func (*AveULRANUEThptTarget) GetTargetValueRange

func (o *AveULRANUEThptTarget) GetTargetValueRange() int32

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

func (*AveULRANUEThptTarget) GetTargetValueRangeOk

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

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

func (*AveULRANUEThptTarget) HasTargetCondition

func (o *AveULRANUEThptTarget) HasTargetCondition() bool

HasTargetCondition returns a boolean if a field has been set.

func (*AveULRANUEThptTarget) HasTargetFulfilmentInfo

func (o *AveULRANUEThptTarget) HasTargetFulfilmentInfo() bool

HasTargetFulfilmentInfo returns a boolean if a field has been set.

func (*AveULRANUEThptTarget) HasTargetName

func (o *AveULRANUEThptTarget) HasTargetName() bool

HasTargetName returns a boolean if a field has been set.

func (*AveULRANUEThptTarget) HasTargetValueRange

func (o *AveULRANUEThptTarget) HasTargetValueRange() bool

HasTargetValueRange returns a boolean if a field has been set.

func (AveULRANUEThptTarget) MarshalJSON

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

func (*AveULRANUEThptTarget) SetTargetCondition

func (o *AveULRANUEThptTarget) SetTargetCondition(v string)

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

func (*AveULRANUEThptTarget) SetTargetFulfilmentInfo

func (o *AveULRANUEThptTarget) SetTargetFulfilmentInfo(v FulfilmentInfo)

SetTargetFulfilmentInfo gets a reference to the given FulfilmentInfo and assigns it to the TargetFulfilmentInfo field.

func (*AveULRANUEThptTarget) SetTargetName

func (o *AveULRANUEThptTarget) SetTargetName(v string)

SetTargetName gets a reference to the given string and assigns it to the TargetName field.

func (*AveULRANUEThptTarget) SetTargetValueRange

func (o *AveULRANUEThptTarget) SetTargetValueRange(v int32)

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

func (AveULRANUEThptTarget) ToMap

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

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

type Condition string

Condition the model 'Condition'

const (
	EQUAL_TO      Condition = "IS_EQUAL_TO"
	LESS_THAN     Condition = "IS_LESS_THAN"
	GREATER_THAN  Condition = "IS_GREATER_THAN"
	WITHIN_RANGE  Condition = "IS_WITHIN_RANGE"
	OUTSIDE_RANGE Condition = "IS_OUTSIDE_RANGE"
)

List of Condition

func NewConditionFromValue

func NewConditionFromValue(v string) (*Condition, error)

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

func (Condition) IsValid

func (v Condition) IsValid() bool

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

func (Condition) Ptr

func (v Condition) Ptr() *Condition

Ptr returns reference to Condition value

func (*Condition) UnmarshalJSON

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

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

type CoverageAreaPolygonContext struct {
	ContextAttribute  *string  `json:"contextAttribute,omitempty"`
	ContextCondition  *string  `json:"contextCondition,omitempty"`
	ContextValueRange []string `json:"contextValueRange,omitempty"`
}

CoverageAreaPolygonContext This data type is the \"ObjectContext\" data type with specialisations for CoverageAreaPolygonContext

func NewCoverageAreaPolygonContext

func NewCoverageAreaPolygonContext() *CoverageAreaPolygonContext

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

func NewCoverageAreaPolygonContextWithDefaults

func NewCoverageAreaPolygonContextWithDefaults() *CoverageAreaPolygonContext

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

func (*CoverageAreaPolygonContext) GetContextAttribute

func (o *CoverageAreaPolygonContext) GetContextAttribute() string

GetContextAttribute returns the ContextAttribute field value if set, zero value otherwise.

func (*CoverageAreaPolygonContext) GetContextAttributeOk

func (o *CoverageAreaPolygonContext) GetContextAttributeOk() (*string, bool)

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

func (*CoverageAreaPolygonContext) GetContextCondition

func (o *CoverageAreaPolygonContext) GetContextCondition() string

GetContextCondition returns the ContextCondition field value if set, zero value otherwise.

func (*CoverageAreaPolygonContext) GetContextConditionOk

func (o *CoverageAreaPolygonContext) GetContextConditionOk() (*string, bool)

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

func (*CoverageAreaPolygonContext) GetContextValueRange

func (o *CoverageAreaPolygonContext) GetContextValueRange() []string

GetContextValueRange returns the ContextValueRange field value if set, zero value otherwise.

func (*CoverageAreaPolygonContext) GetContextValueRangeOk

func (o *CoverageAreaPolygonContext) GetContextValueRangeOk() ([]string, bool)

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

func (*CoverageAreaPolygonContext) HasContextAttribute

func (o *CoverageAreaPolygonContext) HasContextAttribute() bool

HasContextAttribute returns a boolean if a field has been set.

func (*CoverageAreaPolygonContext) HasContextCondition

func (o *CoverageAreaPolygonContext) HasContextCondition() bool

HasContextCondition returns a boolean if a field has been set.

func (*CoverageAreaPolygonContext) HasContextValueRange

func (o *CoverageAreaPolygonContext) HasContextValueRange() bool

HasContextValueRange returns a boolean if a field has been set.

func (CoverageAreaPolygonContext) MarshalJSON

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

func (*CoverageAreaPolygonContext) SetContextAttribute

func (o *CoverageAreaPolygonContext) SetContextAttribute(v string)

SetContextAttribute gets a reference to the given string and assigns it to the ContextAttribute field.

func (*CoverageAreaPolygonContext) SetContextCondition

func (o *CoverageAreaPolygonContext) SetContextCondition(v string)

SetContextCondition gets a reference to the given string and assigns it to the ContextCondition field.

func (*CoverageAreaPolygonContext) SetContextValueRange

func (o *CoverageAreaPolygonContext) SetContextValueRange(v []string)

SetContextValueRange gets a reference to the given []string and assigns it to the ContextValueRange field.

func (CoverageAreaPolygonContext) ToMap

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

type CoverageAreaTAContext

type CoverageAreaTAContext struct {
	ContextAttribute  *string `json:"contextAttribute,omitempty"`
	ContextCondition  *string `json:"contextCondition,omitempty"`
	ContextValueRange []int32 `json:"contextValueRange,omitempty"`
}

CoverageAreaTAContext This data type is the \"ObjectContext\" data type with specialisations for CoverageAreaTAContext

func NewCoverageAreaTAContext

func NewCoverageAreaTAContext() *CoverageAreaTAContext

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

func NewCoverageAreaTAContextWithDefaults

func NewCoverageAreaTAContextWithDefaults() *CoverageAreaTAContext

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

func (*CoverageAreaTAContext) GetContextAttribute

func (o *CoverageAreaTAContext) GetContextAttribute() string

GetContextAttribute returns the ContextAttribute field value if set, zero value otherwise.

func (*CoverageAreaTAContext) GetContextAttributeOk

func (o *CoverageAreaTAContext) GetContextAttributeOk() (*string, bool)

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

func (*CoverageAreaTAContext) GetContextCondition

func (o *CoverageAreaTAContext) GetContextCondition() string

GetContextCondition returns the ContextCondition field value if set, zero value otherwise.

func (*CoverageAreaTAContext) GetContextConditionOk

func (o *CoverageAreaTAContext) GetContextConditionOk() (*string, bool)

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

func (*CoverageAreaTAContext) GetContextValueRange

func (o *CoverageAreaTAContext) GetContextValueRange() []int32

GetContextValueRange returns the ContextValueRange field value if set, zero value otherwise.

func (*CoverageAreaTAContext) GetContextValueRangeOk

func (o *CoverageAreaTAContext) GetContextValueRangeOk() ([]int32, bool)

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

func (*CoverageAreaTAContext) HasContextAttribute

func (o *CoverageAreaTAContext) HasContextAttribute() bool

HasContextAttribute returns a boolean if a field has been set.

func (*CoverageAreaTAContext) HasContextCondition

func (o *CoverageAreaTAContext) HasContextCondition() bool

HasContextCondition returns a boolean if a field has been set.

func (*CoverageAreaTAContext) HasContextValueRange

func (o *CoverageAreaTAContext) HasContextValueRange() bool

HasContextValueRange returns a boolean if a field has been set.

func (CoverageAreaTAContext) MarshalJSON

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

func (*CoverageAreaTAContext) SetContextAttribute

func (o *CoverageAreaTAContext) SetContextAttribute(v string)

SetContextAttribute gets a reference to the given string and assigns it to the ContextAttribute field.

func (*CoverageAreaTAContext) SetContextCondition

func (o *CoverageAreaTAContext) SetContextCondition(v string)

SetContextCondition gets a reference to the given string and assigns it to the ContextCondition field.

func (*CoverageAreaTAContext) SetContextValueRange

func (o *CoverageAreaTAContext) SetContextValueRange(v []int32)

SetContextValueRange gets a reference to the given []int32 and assigns it to the ContextValueRange field.

func (CoverageAreaTAContext) ToMap

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

type CoverageTACContext

type CoverageTACContext struct {
	ContextAttribute  *string `json:"contextAttribute,omitempty"`
	ContextCondition  *string `json:"contextCondition,omitempty"`
	ContextValueRange []int32 `json:"contextValueRange,omitempty"`
}

CoverageTACContext This data type is the \"ObjectContext\" data type with specialisations for CoverageTACContext

func NewCoverageTACContext

func NewCoverageTACContext() *CoverageTACContext

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

func NewCoverageTACContextWithDefaults

func NewCoverageTACContextWithDefaults() *CoverageTACContext

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

func (*CoverageTACContext) GetContextAttribute

func (o *CoverageTACContext) GetContextAttribute() string

GetContextAttribute returns the ContextAttribute field value if set, zero value otherwise.

func (*CoverageTACContext) GetContextAttributeOk

func (o *CoverageTACContext) GetContextAttributeOk() (*string, bool)

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

func (*CoverageTACContext) GetContextCondition

func (o *CoverageTACContext) GetContextCondition() string

GetContextCondition returns the ContextCondition field value if set, zero value otherwise.

func (*CoverageTACContext) GetContextConditionOk

func (o *CoverageTACContext) GetContextConditionOk() (*string, bool)

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

func (*CoverageTACContext) GetContextValueRange

func (o *CoverageTACContext) GetContextValueRange() []int32

GetContextValueRange returns the ContextValueRange field value if set, zero value otherwise.

func (*CoverageTACContext) GetContextValueRangeOk

func (o *CoverageTACContext) GetContextValueRangeOk() ([]int32, bool)

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

func (*CoverageTACContext) HasContextAttribute

func (o *CoverageTACContext) HasContextAttribute() bool

HasContextAttribute returns a boolean if a field has been set.

func (*CoverageTACContext) HasContextCondition

func (o *CoverageTACContext) HasContextCondition() bool

HasContextCondition returns a boolean if a field has been set.

func (*CoverageTACContext) HasContextValueRange

func (o *CoverageTACContext) HasContextValueRange() bool

HasContextValueRange returns a boolean if a field has been set.

func (CoverageTACContext) MarshalJSON

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

func (*CoverageTACContext) SetContextAttribute

func (o *CoverageTACContext) SetContextAttribute(v string)

SetContextAttribute gets a reference to the given string and assigns it to the ContextAttribute field.

func (*CoverageTACContext) SetContextCondition

func (o *CoverageTACContext) SetContextCondition(v string)

SetContextCondition gets a reference to the given string and assigns it to the ContextCondition field.

func (*CoverageTACContext) SetContextValueRange

func (o *CoverageTACContext) SetContextValueRange(v []int32)

SetContextValueRange gets a reference to the given []int32 and assigns it to the ContextValueRange field.

func (CoverageTACContext) ToMap

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

type DLLatencyTarget

type DLLatencyTarget struct {
	TargetName       *string `json:"targetName,omitempty"`
	TargetCondition  *string `json:"targetCondition,omitempty"`
	TargetValueRange *int32  `json:"targetValueRange,omitempty"`
}

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

func NewDLLatencyTarget

func NewDLLatencyTarget() *DLLatencyTarget

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

func NewDLLatencyTargetWithDefaults

func NewDLLatencyTargetWithDefaults() *DLLatencyTarget

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

func (*DLLatencyTarget) GetTargetCondition

func (o *DLLatencyTarget) GetTargetCondition() string

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

func (*DLLatencyTarget) GetTargetConditionOk

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

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

func (*DLLatencyTarget) GetTargetName

func (o *DLLatencyTarget) GetTargetName() string

GetTargetName returns the TargetName field value if set, zero value otherwise.

func (*DLLatencyTarget) GetTargetNameOk

func (o *DLLatencyTarget) GetTargetNameOk() (*string, bool)

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

func (*DLLatencyTarget) GetTargetValueRange

func (o *DLLatencyTarget) GetTargetValueRange() int32

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

func (*DLLatencyTarget) GetTargetValueRangeOk

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

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

func (*DLLatencyTarget) HasTargetCondition

func (o *DLLatencyTarget) HasTargetCondition() bool

HasTargetCondition returns a boolean if a field has been set.

func (*DLLatencyTarget) HasTargetName

func (o *DLLatencyTarget) HasTargetName() bool

HasTargetName returns a boolean if a field has been set.

func (*DLLatencyTarget) HasTargetValueRange

func (o *DLLatencyTarget) HasTargetValueRange() bool

HasTargetValueRange returns a boolean if a field has been set.

func (DLLatencyTarget) MarshalJSON

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

func (*DLLatencyTarget) SetTargetCondition

func (o *DLLatencyTarget) SetTargetCondition(v string)

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

func (*DLLatencyTarget) SetTargetName

func (o *DLLatencyTarget) SetTargetName(v string)

SetTargetName gets a reference to the given string and assigns it to the TargetName field.

func (*DLLatencyTarget) SetTargetValueRange

func (o *DLLatencyTarget) SetTargetValueRange(v int32)

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

func (DLLatencyTarget) ToMap

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

type DLThptPerUETarget

type DLThptPerUETarget struct {
	TargetName       *string `json:"targetName,omitempty"`
	TargetCondition  *string `json:"targetCondition,omitempty"`
	TargetValueRange *XLThpt `json:"targetValueRange,omitempty"`
}

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

func NewDLThptPerUETarget

func NewDLThptPerUETarget() *DLThptPerUETarget

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

func NewDLThptPerUETargetWithDefaults

func NewDLThptPerUETargetWithDefaults() *DLThptPerUETarget

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

func (*DLThptPerUETarget) GetTargetCondition

func (o *DLThptPerUETarget) GetTargetCondition() string

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

func (*DLThptPerUETarget) GetTargetConditionOk

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

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

func (*DLThptPerUETarget) GetTargetName

func (o *DLThptPerUETarget) GetTargetName() string

GetTargetName returns the TargetName field value if set, zero value otherwise.

func (*DLThptPerUETarget) GetTargetNameOk

func (o *DLThptPerUETarget) GetTargetNameOk() (*string, bool)

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

func (*DLThptPerUETarget) GetTargetValueRange

func (o *DLThptPerUETarget) GetTargetValueRange() XLThpt

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

func (*DLThptPerUETarget) GetTargetValueRangeOk

func (o *DLThptPerUETarget) GetTargetValueRangeOk() (*XLThpt, bool)

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

func (*DLThptPerUETarget) HasTargetCondition

func (o *DLThptPerUETarget) HasTargetCondition() bool

HasTargetCondition returns a boolean if a field has been set.

func (*DLThptPerUETarget) HasTargetName

func (o *DLThptPerUETarget) HasTargetName() bool

HasTargetName returns a boolean if a field has been set.

func (*DLThptPerUETarget) HasTargetValueRange

func (o *DLThptPerUETarget) HasTargetValueRange() bool

HasTargetValueRange returns a boolean if a field has been set.

func (DLThptPerUETarget) MarshalJSON

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

func (*DLThptPerUETarget) SetTargetCondition

func (o *DLThptPerUETarget) SetTargetCondition(v string)

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

func (*DLThptPerUETarget) SetTargetName

func (o *DLThptPerUETarget) SetTargetName(v string)

SetTargetName gets a reference to the given string and assigns it to the TargetName field.

func (*DLThptPerUETarget) SetTargetValueRange

func (o *DLThptPerUETarget) SetTargetValueRange(v XLThpt)

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

func (DLThptPerUETarget) ToMap

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

type EdgeIdenfiticationIdContext

type EdgeIdenfiticationIdContext struct {
	ContextAttribute  *string  `json:"contextAttribute,omitempty"`
	ContextCondition  *string  `json:"contextCondition,omitempty"`
	ContextValueRange []string `json:"contextValueRange,omitempty"`
}

EdgeIdenfiticationIdContext This data type is the \"ObjectContext\" data type with specialisations for EdgeIdenfiticationIdContext

func NewEdgeIdenfiticationIdContext

func NewEdgeIdenfiticationIdContext() *EdgeIdenfiticationIdContext

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

func NewEdgeIdenfiticationIdContextWithDefaults

func NewEdgeIdenfiticationIdContextWithDefaults() *EdgeIdenfiticationIdContext

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

func (*EdgeIdenfiticationIdContext) GetContextAttribute

func (o *EdgeIdenfiticationIdContext) GetContextAttribute() string

GetContextAttribute returns the ContextAttribute field value if set, zero value otherwise.

func (*EdgeIdenfiticationIdContext) GetContextAttributeOk

func (o *EdgeIdenfiticationIdContext) GetContextAttributeOk() (*string, bool)

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

func (*EdgeIdenfiticationIdContext) GetContextCondition

func (o *EdgeIdenfiticationIdContext) GetContextCondition() string

GetContextCondition returns the ContextCondition field value if set, zero value otherwise.

func (*EdgeIdenfiticationIdContext) GetContextConditionOk

func (o *EdgeIdenfiticationIdContext) GetContextConditionOk() (*string, bool)

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

func (*EdgeIdenfiticationIdContext) GetContextValueRange

func (o *EdgeIdenfiticationIdContext) GetContextValueRange() []string

GetContextValueRange returns the ContextValueRange field value if set, zero value otherwise.

func (*EdgeIdenfiticationIdContext) GetContextValueRangeOk

func (o *EdgeIdenfiticationIdContext) GetContextValueRangeOk() ([]string, bool)

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

func (*EdgeIdenfiticationIdContext) HasContextAttribute

func (o *EdgeIdenfiticationIdContext) HasContextAttribute() bool

HasContextAttribute returns a boolean if a field has been set.

func (*EdgeIdenfiticationIdContext) HasContextCondition

func (o *EdgeIdenfiticationIdContext) HasContextCondition() bool

HasContextCondition returns a boolean if a field has been set.

func (*EdgeIdenfiticationIdContext) HasContextValueRange

func (o *EdgeIdenfiticationIdContext) HasContextValueRange() bool

HasContextValueRange returns a boolean if a field has been set.

func (EdgeIdenfiticationIdContext) MarshalJSON

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

func (*EdgeIdenfiticationIdContext) SetContextAttribute

func (o *EdgeIdenfiticationIdContext) SetContextAttribute(v string)

SetContextAttribute gets a reference to the given string and assigns it to the ContextAttribute field.

func (*EdgeIdenfiticationIdContext) SetContextCondition

func (o *EdgeIdenfiticationIdContext) SetContextCondition(v string)

SetContextCondition gets a reference to the given string and assigns it to the ContextCondition field.

func (*EdgeIdenfiticationIdContext) SetContextValueRange

func (o *EdgeIdenfiticationIdContext) SetContextValueRange(v []string)

SetContextValueRange gets a reference to the given []string and assigns it to the ContextValueRange field.

func (EdgeIdenfiticationIdContext) ToMap

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

type EdgeIdenfiticationLocContext

type EdgeIdenfiticationLocContext struct {
	ContextAttribute  *string  `json:"contextAttribute,omitempty"`
	ContextCondition  *string  `json:"contextCondition,omitempty"`
	ContextValueRange []string `json:"contextValueRange,omitempty"`
}

EdgeIdenfiticationLocContext This data type is the \"ObjectContext\" data type with specialisations for EdgeIdenfiticationLocContext

func NewEdgeIdenfiticationLocContext

func NewEdgeIdenfiticationLocContext() *EdgeIdenfiticationLocContext

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

func NewEdgeIdenfiticationLocContextWithDefaults

func NewEdgeIdenfiticationLocContextWithDefaults() *EdgeIdenfiticationLocContext

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

func (*EdgeIdenfiticationLocContext) GetContextAttribute

func (o *EdgeIdenfiticationLocContext) GetContextAttribute() string

GetContextAttribute returns the ContextAttribute field value if set, zero value otherwise.

func (*EdgeIdenfiticationLocContext) GetContextAttributeOk

func (o *EdgeIdenfiticationLocContext) GetContextAttributeOk() (*string, bool)

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

func (*EdgeIdenfiticationLocContext) GetContextCondition

func (o *EdgeIdenfiticationLocContext) GetContextCondition() string

GetContextCondition returns the ContextCondition field value if set, zero value otherwise.

func (*EdgeIdenfiticationLocContext) GetContextConditionOk

func (o *EdgeIdenfiticationLocContext) GetContextConditionOk() (*string, bool)

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

func (*EdgeIdenfiticationLocContext) GetContextValueRange

func (o *EdgeIdenfiticationLocContext) GetContextValueRange() []string

GetContextValueRange returns the ContextValueRange field value if set, zero value otherwise.

func (*EdgeIdenfiticationLocContext) GetContextValueRangeOk

func (o *EdgeIdenfiticationLocContext) GetContextValueRangeOk() ([]string, bool)

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

func (*EdgeIdenfiticationLocContext) HasContextAttribute

func (o *EdgeIdenfiticationLocContext) HasContextAttribute() bool

HasContextAttribute returns a boolean if a field has been set.

func (*EdgeIdenfiticationLocContext) HasContextCondition

func (o *EdgeIdenfiticationLocContext) HasContextCondition() bool

HasContextCondition returns a boolean if a field has been set.

func (*EdgeIdenfiticationLocContext) HasContextValueRange

func (o *EdgeIdenfiticationLocContext) HasContextValueRange() bool

HasContextValueRange returns a boolean if a field has been set.

func (EdgeIdenfiticationLocContext) MarshalJSON

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

func (*EdgeIdenfiticationLocContext) SetContextAttribute

func (o *EdgeIdenfiticationLocContext) SetContextAttribute(v string)

SetContextAttribute gets a reference to the given string and assigns it to the ContextAttribute field.

func (*EdgeIdenfiticationLocContext) SetContextCondition

func (o *EdgeIdenfiticationLocContext) SetContextCondition(v string)

SetContextCondition gets a reference to the given string and assigns it to the ContextCondition field.

func (*EdgeIdenfiticationLocContext) SetContextValueRange

func (o *EdgeIdenfiticationLocContext) SetContextValueRange(v []string)

SetContextValueRange gets a reference to the given []string and assigns it to the ContextValueRange field.

func (EdgeIdenfiticationLocContext) ToMap

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

type EventListForEventTriggeredMeasurementType

type EventListForEventTriggeredMeasurementType string

EventListForEventTriggeredMeasurementType See details in 3GPP TS 32.422 clause 5.10.28.

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

List of eventListForEventTriggeredMeasurement-Type

func NewEventListForEventTriggeredMeasurementTypeFromValue

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

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

func (EventListForEventTriggeredMeasurementType) IsValid

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

func (EventListForEventTriggeredMeasurementType) Ptr

Ptr returns reference to eventListForEventTriggeredMeasurement-Type value

func (*EventListForEventTriggeredMeasurementType) UnmarshalJSON

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

type EventThresholdL1Type

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

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

func NewEventThresholdL1Type

func NewEventThresholdL1Type() *EventThresholdL1Type

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

func NewEventThresholdL1TypeWithDefaults

func NewEventThresholdL1TypeWithDefaults() *EventThresholdL1Type

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

func (*EventThresholdL1Type) GetRSRP

func (o *EventThresholdL1Type) GetRSRP() int32

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

func (*EventThresholdL1Type) GetRSRPOk

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

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

func (*EventThresholdL1Type) GetRSRQ

func (o *EventThresholdL1Type) GetRSRQ() int32

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

func (*EventThresholdL1Type) GetRSRQOk

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

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

func (*EventThresholdL1Type) HasRSRP

func (o *EventThresholdL1Type) HasRSRP() bool

HasRSRP returns a boolean if a field has been set.

func (*EventThresholdL1Type) HasRSRQ

func (o *EventThresholdL1Type) HasRSRQ() bool

HasRSRQ returns a boolean if a field has been set.

func (EventThresholdL1Type) MarshalJSON

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

func (*EventThresholdL1Type) SetRSRP

func (o *EventThresholdL1Type) SetRSRP(v int32)

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

func (*EventThresholdL1Type) SetRSRQ

func (o *EventThresholdL1Type) SetRSRQ(v int32)

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

func (EventThresholdL1Type) ToMap

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

type EventThresholdType

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

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

func NewEventThresholdType

func NewEventThresholdType() *EventThresholdType

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

func NewEventThresholdTypeWithDefaults

func NewEventThresholdTypeWithDefaults() *EventThresholdType

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

func (*EventThresholdType) GetEventThreshold1F

func (o *EventThresholdType) GetEventThreshold1F() EventThresholdTypeEventThreshold1F

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

func (*EventThresholdType) GetEventThreshold1FOk

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

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

func (*EventThresholdType) GetEventThreshold1I

func (o *EventThresholdType) GetEventThreshold1I() int32

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

func (*EventThresholdType) GetEventThreshold1IOk

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

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

func (*EventThresholdType) GetEventThresholdRSRP

func (o *EventThresholdType) GetEventThresholdRSRP() EventThresholdTypeEventThresholdRSRP

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

func (*EventThresholdType) GetEventThresholdRSRPOk

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

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

func (*EventThresholdType) GetEventThresholdRSRQ

func (o *EventThresholdType) GetEventThresholdRSRQ() EventThresholdTypeEventThresholdRSRQ

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

func (*EventThresholdType) GetEventThresholdRSRQOk

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

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

func (*EventThresholdType) HasEventThreshold1F

func (o *EventThresholdType) HasEventThreshold1F() bool

HasEventThreshold1F returns a boolean if a field has been set.

func (*EventThresholdType) HasEventThreshold1I

func (o *EventThresholdType) HasEventThreshold1I() bool

HasEventThreshold1I returns a boolean if a field has been set.

func (*EventThresholdType) HasEventThresholdRSRP

func (o *EventThresholdType) HasEventThresholdRSRP() bool

HasEventThresholdRSRP returns a boolean if a field has been set.

func (*EventThresholdType) HasEventThresholdRSRQ

func (o *EventThresholdType) HasEventThresholdRSRQ() bool

HasEventThresholdRSRQ returns a boolean if a field has been set.

func (EventThresholdType) MarshalJSON

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

func (*EventThresholdType) SetEventThreshold1F

func (o *EventThresholdType) SetEventThreshold1F(v EventThresholdTypeEventThreshold1F)

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

func (*EventThresholdType) SetEventThreshold1I

func (o *EventThresholdType) SetEventThreshold1I(v int32)

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

func (*EventThresholdType) SetEventThresholdRSRP

func (o *EventThresholdType) SetEventThresholdRSRP(v EventThresholdTypeEventThresholdRSRP)

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

func (*EventThresholdType) SetEventThresholdRSRQ

func (o *EventThresholdType) SetEventThresholdRSRQ(v EventThresholdTypeEventThresholdRSRQ)

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

func (EventThresholdType) ToMap

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

type EventThresholdTypeEventThreshold1F

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

EventThresholdTypeEventThreshold1F struct for EventThresholdTypeEventThreshold1F

func NewEventThresholdTypeEventThreshold1F

func NewEventThresholdTypeEventThreshold1F() *EventThresholdTypeEventThreshold1F

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

func NewEventThresholdTypeEventThreshold1FWithDefaults

func NewEventThresholdTypeEventThreshold1FWithDefaults() *EventThresholdTypeEventThreshold1F

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

func (*EventThresholdTypeEventThreshold1F) GetCPICHEcNo

func (o *EventThresholdTypeEventThreshold1F) GetCPICHEcNo() int32

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

func (*EventThresholdTypeEventThreshold1F) GetCPICHEcNoOk

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

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

func (*EventThresholdTypeEventThreshold1F) GetCPICH_RSCP

func (o *EventThresholdTypeEventThreshold1F) GetCPICH_RSCP() int32

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

func (*EventThresholdTypeEventThreshold1F) GetCPICH_RSCPOk

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

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

func (*EventThresholdTypeEventThreshold1F) GetPathLoss

func (o *EventThresholdTypeEventThreshold1F) GetPathLoss() int32

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

func (*EventThresholdTypeEventThreshold1F) GetPathLossOk

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

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

func (*EventThresholdTypeEventThreshold1F) HasCPICHEcNo

func (o *EventThresholdTypeEventThreshold1F) HasCPICHEcNo() bool

HasCPICHEcNo returns a boolean if a field has been set.

func (*EventThresholdTypeEventThreshold1F) HasCPICH_RSCP

func (o *EventThresholdTypeEventThreshold1F) HasCPICH_RSCP() bool

HasCPICH_RSCP returns a boolean if a field has been set.

func (*EventThresholdTypeEventThreshold1F) HasPathLoss

func (o *EventThresholdTypeEventThreshold1F) HasPathLoss() bool

HasPathLoss returns a boolean if a field has been set.

func (EventThresholdTypeEventThreshold1F) MarshalJSON

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

func (*EventThresholdTypeEventThreshold1F) SetCPICHEcNo

func (o *EventThresholdTypeEventThreshold1F) SetCPICHEcNo(v int32)

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

func (*EventThresholdTypeEventThreshold1F) SetCPICH_RSCP

func (o *EventThresholdTypeEventThreshold1F) SetCPICH_RSCP(v int32)

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

func (*EventThresholdTypeEventThreshold1F) SetPathLoss

func (o *EventThresholdTypeEventThreshold1F) SetPathLoss(v int32)

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

func (EventThresholdTypeEventThreshold1F) ToMap

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

type EventThresholdTypeEventThresholdRSRP

type EventThresholdTypeEventThresholdRSRP struct {
	Int32 *int32
}

EventThresholdTypeEventThresholdRSRP - struct for EventThresholdTypeEventThresholdRSRP

func Int32AsEventThresholdTypeEventThresholdRSRP

func Int32AsEventThresholdTypeEventThresholdRSRP(v *int32) EventThresholdTypeEventThresholdRSRP

int32AsEventThresholdTypeEventThresholdRSRP is a convenience function that returns int32 wrapped in EventThresholdTypeEventThresholdRSRP

func (*EventThresholdTypeEventThresholdRSRP) GetActualInstance

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

Get the actual instance

func (EventThresholdTypeEventThresholdRSRP) MarshalJSON

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

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

func (*EventThresholdTypeEventThresholdRSRP) UnmarshalJSON

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

Unmarshal JSON data into one of the pointers in the struct

type EventThresholdTypeEventThresholdRSRQ

type EventThresholdTypeEventThresholdRSRQ struct {
	Int32 *int32
}

EventThresholdTypeEventThresholdRSRQ - struct for EventThresholdTypeEventThresholdRSRQ

func Int32AsEventThresholdTypeEventThresholdRSRQ

func Int32AsEventThresholdTypeEventThresholdRSRQ(v *int32) EventThresholdTypeEventThresholdRSRQ

int32AsEventThresholdTypeEventThresholdRSRQ is a convenience function that returns int32 wrapped in EventThresholdTypeEventThresholdRSRQ

func (*EventThresholdTypeEventThresholdRSRQ) GetActualInstance

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

Get the actual instance

func (EventThresholdTypeEventThresholdRSRQ) MarshalJSON

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

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

func (*EventThresholdTypeEventThresholdRSRQ) UnmarshalJSON

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

Unmarshal JSON data into one of the pointers in the struct

type ExpectationContext

type ExpectationContext struct {
	ContextAttribute  *string    `json:"contextAttribute,omitempty"`
	ContextCondition  *Condition `json:"contextCondition,omitempty"`
	ContextValueRange []float32  `json:"contextValueRange,omitempty"`
}

ExpectationContext This data type is the \"ExpectationContext\" data type without specialisations

func NewExpectationContext

func NewExpectationContext() *ExpectationContext

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

func NewExpectationContextWithDefaults

func NewExpectationContextWithDefaults() *ExpectationContext

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

func (*ExpectationContext) GetContextAttribute

func (o *ExpectationContext) GetContextAttribute() string

GetContextAttribute returns the ContextAttribute field value if set, zero value otherwise.

func (*ExpectationContext) GetContextAttributeOk

func (o *ExpectationContext) GetContextAttributeOk() (*string, bool)

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

func (*ExpectationContext) GetContextCondition

func (o *ExpectationContext) GetContextCondition() Condition

GetContextCondition returns the ContextCondition field value if set, zero value otherwise.

func (*ExpectationContext) GetContextConditionOk

func (o *ExpectationContext) GetContextConditionOk() (*Condition, bool)

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

func (*ExpectationContext) GetContextValueRange

func (o *ExpectationContext) GetContextValueRange() []float32

GetContextValueRange returns the ContextValueRange field value if set, zero value otherwise.

func (*ExpectationContext) GetContextValueRangeOk

func (o *ExpectationContext) GetContextValueRangeOk() ([]float32, bool)

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

func (*ExpectationContext) HasContextAttribute

func (o *ExpectationContext) HasContextAttribute() bool

HasContextAttribute returns a boolean if a field has been set.

func (*ExpectationContext) HasContextCondition

func (o *ExpectationContext) HasContextCondition() bool

HasContextCondition returns a boolean if a field has been set.

func (*ExpectationContext) HasContextValueRange

func (o *ExpectationContext) HasContextValueRange() bool

HasContextValueRange returns a boolean if a field has been set.

func (ExpectationContext) MarshalJSON

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

func (*ExpectationContext) SetContextAttribute

func (o *ExpectationContext) SetContextAttribute(v string)

SetContextAttribute gets a reference to the given string and assigns it to the ContextAttribute field.

func (*ExpectationContext) SetContextCondition

func (o *ExpectationContext) SetContextCondition(v Condition)

SetContextCondition gets a reference to the given Condition and assigns it to the ContextCondition field.

func (*ExpectationContext) SetContextValueRange

func (o *ExpectationContext) SetContextValueRange(v []float32)

SetContextValueRange gets a reference to the given []float32 and assigns it to the ContextValueRange field.

func (ExpectationContext) ToMap

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

type ExpectationObject

type ExpectationObject struct {
	ObjectType     *string         `json:"objectType,omitempty"`
	ObjectInstance *string         `json:"objectInstance,omitempty"`
	ObjectContexts []ObjectContext `json:"objectContexts,omitempty"`
}

ExpectationObject This data type is the \"ExpectationObject\" data type without specialisations

func NewExpectationObject

func NewExpectationObject() *ExpectationObject

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

func NewExpectationObjectWithDefaults

func NewExpectationObjectWithDefaults() *ExpectationObject

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

func (*ExpectationObject) GetObjectContexts

func (o *ExpectationObject) GetObjectContexts() []ObjectContext

GetObjectContexts returns the ObjectContexts field value if set, zero value otherwise.

func (*ExpectationObject) GetObjectContextsOk

func (o *ExpectationObject) GetObjectContextsOk() ([]ObjectContext, bool)

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

func (*ExpectationObject) GetObjectInstance

func (o *ExpectationObject) GetObjectInstance() string

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

func (*ExpectationObject) GetObjectInstanceOk

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

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

func (*ExpectationObject) GetObjectType

func (o *ExpectationObject) GetObjectType() string

GetObjectType returns the ObjectType field value if set, zero value otherwise.

func (*ExpectationObject) GetObjectTypeOk

func (o *ExpectationObject) GetObjectTypeOk() (*string, bool)

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

func (*ExpectationObject) HasObjectContexts

func (o *ExpectationObject) HasObjectContexts() bool

HasObjectContexts returns a boolean if a field has been set.

func (*ExpectationObject) HasObjectInstance

func (o *ExpectationObject) HasObjectInstance() bool

HasObjectInstance returns a boolean if a field has been set.

func (*ExpectationObject) HasObjectType

func (o *ExpectationObject) HasObjectType() bool

HasObjectType returns a boolean if a field has been set.

func (ExpectationObject) MarshalJSON

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

func (*ExpectationObject) SetObjectContexts

func (o *ExpectationObject) SetObjectContexts(v []ObjectContext)

SetObjectContexts gets a reference to the given []ObjectContext and assigns it to the ObjectContexts field.

func (*ExpectationObject) SetObjectInstance

func (o *ExpectationObject) SetObjectInstance(v string)

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

func (*ExpectationObject) SetObjectType

func (o *ExpectationObject) SetObjectType(v string)

SetObjectType gets a reference to the given string and assigns it to the ObjectType field.

func (ExpectationObject) ToMap

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

type ExpectationTarget

type ExpectationTarget struct {
	TargetName       *string         `json:"targetName,omitempty"`
	TargetCondition  *Condition      `json:"targetCondition,omitempty"`
	TargetValueRange *float32        `json:"targetValueRange,omitempty"`
	TargetContexts   []TargetContext `json:"targetContexts,omitempty"`
}

ExpectationTarget This data type is the \"ExpectationTarget\" data type without specialisations

func NewExpectationTarget

func NewExpectationTarget() *ExpectationTarget

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

func NewExpectationTargetWithDefaults

func NewExpectationTargetWithDefaults() *ExpectationTarget

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

func (*ExpectationTarget) GetTargetCondition

func (o *ExpectationTarget) GetTargetCondition() Condition

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

func (*ExpectationTarget) GetTargetConditionOk

func (o *ExpectationTarget) GetTargetConditionOk() (*Condition, bool)

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

func (*ExpectationTarget) GetTargetContexts

func (o *ExpectationTarget) GetTargetContexts() []TargetContext

GetTargetContexts returns the TargetContexts field value if set, zero value otherwise.

func (*ExpectationTarget) GetTargetContextsOk

func (o *ExpectationTarget) GetTargetContextsOk() ([]TargetContext, bool)

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

func (*ExpectationTarget) GetTargetName

func (o *ExpectationTarget) GetTargetName() string

GetTargetName returns the TargetName field value if set, zero value otherwise.

func (*ExpectationTarget) GetTargetNameOk

func (o *ExpectationTarget) GetTargetNameOk() (*string, bool)

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

func (*ExpectationTarget) GetTargetValueRange

func (o *ExpectationTarget) GetTargetValueRange() float32

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

func (*ExpectationTarget) GetTargetValueRangeOk

func (o *ExpectationTarget) GetTargetValueRangeOk() (*float32, bool)

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

func (*ExpectationTarget) HasTargetCondition

func (o *ExpectationTarget) HasTargetCondition() bool

HasTargetCondition returns a boolean if a field has been set.

func (*ExpectationTarget) HasTargetContexts

func (o *ExpectationTarget) HasTargetContexts() bool

HasTargetContexts returns a boolean if a field has been set.

func (*ExpectationTarget) HasTargetName

func (o *ExpectationTarget) HasTargetName() bool

HasTargetName returns a boolean if a field has been set.

func (*ExpectationTarget) HasTargetValueRange

func (o *ExpectationTarget) HasTargetValueRange() bool

HasTargetValueRange returns a boolean if a field has been set.

func (ExpectationTarget) MarshalJSON

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

func (*ExpectationTarget) SetTargetCondition

func (o *ExpectationTarget) SetTargetCondition(v Condition)

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

func (*ExpectationTarget) SetTargetContexts

func (o *ExpectationTarget) SetTargetContexts(v []TargetContext)

SetTargetContexts gets a reference to the given []TargetContext and assigns it to the TargetContexts field.

func (*ExpectationTarget) SetTargetName

func (o *ExpectationTarget) SetTargetName(v string)

SetTargetName gets a reference to the given string and assigns it to the TargetName field.

func (*ExpectationTarget) SetTargetValueRange

func (o *ExpectationTarget) SetTargetValueRange(v float32)

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

func (ExpectationTarget) ToMap

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

type ExpectationVerb

type ExpectationVerb string

ExpectationVerb the model 'ExpectationVerb'

const (
	DELIVER ExpectationVerb = "DELIVER"
	ENSURE  ExpectationVerb = "ENSURE"
)

List of ExpectationVerb

func NewExpectationVerbFromValue

func NewExpectationVerbFromValue(v string) (*ExpectationVerb, error)

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

func (ExpectationVerb) IsValid

func (v ExpectationVerb) IsValid() bool

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

func (ExpectationVerb) Ptr

Ptr returns reference to ExpectationVerb value

func (*ExpectationVerb) UnmarshalJSON

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

type Exposure

type Exposure string

Exposure the model 'Exposure'

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

List of Exposure

func NewExposureFromValue

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

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

func (Exposure) IsValid

func (v Exposure) IsValid() bool

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

func (Exposure) Ptr

func (v Exposure) Ptr() *Exposure

Ptr returns reference to Exposure value

func (*Exposure) UnmarshalJSON

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

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

type FulfilStatus string

FulfilStatus the model 'FulfilStatus'

const (
	FULFILLED     FulfilStatus = "FULFILLED"
	NOT_FULFILLED FulfilStatus = "NOT_FULFILLED"
)

List of FulfilStatus

func NewFulfilStatusFromValue

func NewFulfilStatusFromValue(v string) (*FulfilStatus, error)

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

func (FulfilStatus) IsValid

func (v FulfilStatus) IsValid() bool

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

func (FulfilStatus) Ptr

func (v FulfilStatus) Ptr() *FulfilStatus

Ptr returns reference to FulfilStatus value

func (*FulfilStatus) UnmarshalJSON

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

type FulfilmentInfo

type FulfilmentInfo struct {
	FulfilStatus       *FulfilStatus      `json:"fulfilStatus,omitempty"`
	NotFullfilledState *NotFulfilledState `json:"notFullfilledState,omitempty"`
	// -> An attribute which is used when FulfilmentInfo is implemented for IntentFulfilmentInfo
	NotFulfilledReasons *string `json:"notFulfilledReasons,omitempty"`
}

FulfilmentInfo struct for FulfilmentInfo

func NewFulfilmentInfo

func NewFulfilmentInfo() *FulfilmentInfo

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

func NewFulfilmentInfoWithDefaults

func NewFulfilmentInfoWithDefaults() *FulfilmentInfo

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

func (*FulfilmentInfo) GetFulfilStatus

func (o *FulfilmentInfo) GetFulfilStatus() FulfilStatus

GetFulfilStatus returns the FulfilStatus field value if set, zero value otherwise.

func (*FulfilmentInfo) GetFulfilStatusOk

func (o *FulfilmentInfo) GetFulfilStatusOk() (*FulfilStatus, bool)

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

func (*FulfilmentInfo) GetNotFulfilledReasons

func (o *FulfilmentInfo) GetNotFulfilledReasons() string

GetNotFulfilledReasons returns the NotFulfilledReasons field value if set, zero value otherwise.

func (*FulfilmentInfo) GetNotFulfilledReasonsOk

func (o *FulfilmentInfo) GetNotFulfilledReasonsOk() (*string, bool)

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

func (*FulfilmentInfo) GetNotFullfilledState

func (o *FulfilmentInfo) GetNotFullfilledState() NotFulfilledState

GetNotFullfilledState returns the NotFullfilledState field value if set, zero value otherwise.

func (*FulfilmentInfo) GetNotFullfilledStateOk

func (o *FulfilmentInfo) GetNotFullfilledStateOk() (*NotFulfilledState, bool)

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

func (*FulfilmentInfo) HasFulfilStatus

func (o *FulfilmentInfo) HasFulfilStatus() bool

HasFulfilStatus returns a boolean if a field has been set.

func (*FulfilmentInfo) HasNotFulfilledReasons

func (o *FulfilmentInfo) HasNotFulfilledReasons() bool

HasNotFulfilledReasons returns a boolean if a field has been set.

func (*FulfilmentInfo) HasNotFullfilledState

func (o *FulfilmentInfo) HasNotFullfilledState() bool

HasNotFullfilledState returns a boolean if a field has been set.

func (FulfilmentInfo) MarshalJSON

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

func (*FulfilmentInfo) SetFulfilStatus

func (o *FulfilmentInfo) SetFulfilStatus(v FulfilStatus)

SetFulfilStatus gets a reference to the given FulfilStatus and assigns it to the FulfilStatus field.

func (*FulfilmentInfo) SetNotFulfilledReasons

func (o *FulfilmentInfo) SetNotFulfilledReasons(v string)

SetNotFulfilledReasons gets a reference to the given string and assigns it to the NotFulfilledReasons field.

func (*FulfilmentInfo) SetNotFullfilledState

func (o *FulfilmentInfo) SetNotFullfilledState(v NotFulfilledState)

SetNotFullfilledState gets a reference to the given NotFulfilledState and assigns it to the NotFullfilledState field.

func (FulfilmentInfo) ToMap

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

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

type IntentContext struct {
	ContextAttribute  *string    `json:"contextAttribute,omitempty"`
	ContextCondition  *Condition `json:"contextCondition,omitempty"`
	ContextValueRange []float32  `json:"contextValueRange,omitempty"`
}

IntentContext This data type is the \"IntentContext\" data type without specialisations

func NewIntentContext

func NewIntentContext() *IntentContext

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

func NewIntentContextWithDefaults

func NewIntentContextWithDefaults() *IntentContext

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

func (*IntentContext) GetContextAttribute

func (o *IntentContext) GetContextAttribute() string

GetContextAttribute returns the ContextAttribute field value if set, zero value otherwise.

func (*IntentContext) GetContextAttributeOk

func (o *IntentContext) GetContextAttributeOk() (*string, bool)

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

func (*IntentContext) GetContextCondition

func (o *IntentContext) GetContextCondition() Condition

GetContextCondition returns the ContextCondition field value if set, zero value otherwise.

func (*IntentContext) GetContextConditionOk

func (o *IntentContext) GetContextConditionOk() (*Condition, bool)

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

func (*IntentContext) GetContextValueRange

func (o *IntentContext) GetContextValueRange() []float32

GetContextValueRange returns the ContextValueRange field value if set, zero value otherwise.

func (*IntentContext) GetContextValueRangeOk

func (o *IntentContext) GetContextValueRangeOk() ([]float32, bool)

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

func (*IntentContext) HasContextAttribute

func (o *IntentContext) HasContextAttribute() bool

HasContextAttribute returns a boolean if a field has been set.

func (*IntentContext) HasContextCondition

func (o *IntentContext) HasContextCondition() bool

HasContextCondition returns a boolean if a field has been set.

func (*IntentContext) HasContextValueRange

func (o *IntentContext) HasContextValueRange() bool

HasContextValueRange returns a boolean if a field has been set.

func (IntentContext) MarshalJSON

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

func (*IntentContext) SetContextAttribute

func (o *IntentContext) SetContextAttribute(v string)

SetContextAttribute gets a reference to the given string and assigns it to the ContextAttribute field.

func (*IntentContext) SetContextCondition

func (o *IntentContext) SetContextCondition(v Condition)

SetContextCondition gets a reference to the given Condition and assigns it to the ContextCondition field.

func (*IntentContext) SetContextValueRange

func (o *IntentContext) SetContextValueRange(v []float32)

SetContextValueRange gets a reference to the given []float32 and assigns it to the ContextValueRange field.

func (IntentContext) ToMap

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

type IntentExpectation

type IntentExpectation struct {
	ExpectationId             *string              `json:"expectationId,omitempty"`
	ExpectationVerb           *ExpectationVerb     `json:"expectationVerb,omitempty"`
	ExpectationObjects        []ExpectationObject  `json:"expectationObjects,omitempty"`
	ExpectationTargets        []ExpectationTarget  `json:"expectationTargets,omitempty"`
	ExpectationContexts       []ExpectationContext `json:"expectationContexts,omitempty"`
	ExpectationfulfilmentInfo *FulfilmentInfo      `json:"expectationfulfilmentInfo,omitempty"`
}

IntentExpectation This data type is the \"IntentExpectation\" data type without specialisations

func NewIntentExpectation

func NewIntentExpectation() *IntentExpectation

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

func NewIntentExpectationWithDefaults

func NewIntentExpectationWithDefaults() *IntentExpectation

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

func (*IntentExpectation) GetExpectationContexts

func (o *IntentExpectation) GetExpectationContexts() []ExpectationContext

GetExpectationContexts returns the ExpectationContexts field value if set, zero value otherwise.

func (*IntentExpectation) GetExpectationContextsOk

func (o *IntentExpectation) GetExpectationContextsOk() ([]ExpectationContext, bool)

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

func (*IntentExpectation) GetExpectationId

func (o *IntentExpectation) GetExpectationId() string

GetExpectationId returns the ExpectationId field value if set, zero value otherwise.

func (*IntentExpectation) GetExpectationIdOk

func (o *IntentExpectation) GetExpectationIdOk() (*string, bool)

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

func (*IntentExpectation) GetExpectationObjects

func (o *IntentExpectation) GetExpectationObjects() []ExpectationObject

GetExpectationObjects returns the ExpectationObjects field value if set, zero value otherwise.

func (*IntentExpectation) GetExpectationObjectsOk

func (o *IntentExpectation) GetExpectationObjectsOk() ([]ExpectationObject, bool)

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

func (*IntentExpectation) GetExpectationTargets

func (o *IntentExpectation) GetExpectationTargets() []ExpectationTarget

GetExpectationTargets returns the ExpectationTargets field value if set, zero value otherwise.

func (*IntentExpectation) GetExpectationTargetsOk

func (o *IntentExpectation) GetExpectationTargetsOk() ([]ExpectationTarget, bool)

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

func (*IntentExpectation) GetExpectationVerb

func (o *IntentExpectation) GetExpectationVerb() ExpectationVerb

GetExpectationVerb returns the ExpectationVerb field value if set, zero value otherwise.

func (*IntentExpectation) GetExpectationVerbOk

func (o *IntentExpectation) GetExpectationVerbOk() (*ExpectationVerb, bool)

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

func (*IntentExpectation) GetExpectationfulfilmentInfo

func (o *IntentExpectation) GetExpectationfulfilmentInfo() FulfilmentInfo

GetExpectationfulfilmentInfo returns the ExpectationfulfilmentInfo field value if set, zero value otherwise.

func (*IntentExpectation) GetExpectationfulfilmentInfoOk

func (o *IntentExpectation) GetExpectationfulfilmentInfoOk() (*FulfilmentInfo, bool)

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

func (*IntentExpectation) HasExpectationContexts

func (o *IntentExpectation) HasExpectationContexts() bool

HasExpectationContexts returns a boolean if a field has been set.

func (*IntentExpectation) HasExpectationId

func (o *IntentExpectation) HasExpectationId() bool

HasExpectationId returns a boolean if a field has been set.

func (*IntentExpectation) HasExpectationObjects

func (o *IntentExpectation) HasExpectationObjects() bool

HasExpectationObjects returns a boolean if a field has been set.

func (*IntentExpectation) HasExpectationTargets

func (o *IntentExpectation) HasExpectationTargets() bool

HasExpectationTargets returns a boolean if a field has been set.

func (*IntentExpectation) HasExpectationVerb

func (o *IntentExpectation) HasExpectationVerb() bool

HasExpectationVerb returns a boolean if a field has been set.

func (*IntentExpectation) HasExpectationfulfilmentInfo

func (o *IntentExpectation) HasExpectationfulfilmentInfo() bool

HasExpectationfulfilmentInfo returns a boolean if a field has been set.

func (IntentExpectation) MarshalJSON

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

func (*IntentExpectation) SetExpectationContexts

func (o *IntentExpectation) SetExpectationContexts(v []ExpectationContext)

SetExpectationContexts gets a reference to the given []ExpectationContext and assigns it to the ExpectationContexts field.

func (*IntentExpectation) SetExpectationId

func (o *IntentExpectation) SetExpectationId(v string)

SetExpectationId gets a reference to the given string and assigns it to the ExpectationId field.

func (*IntentExpectation) SetExpectationObjects

func (o *IntentExpectation) SetExpectationObjects(v []ExpectationObject)

SetExpectationObjects gets a reference to the given []ExpectationObject and assigns it to the ExpectationObjects field.

func (*IntentExpectation) SetExpectationTargets

func (o *IntentExpectation) SetExpectationTargets(v []ExpectationTarget)

SetExpectationTargets gets a reference to the given []ExpectationTarget and assigns it to the ExpectationTargets field.

func (*IntentExpectation) SetExpectationVerb

func (o *IntentExpectation) SetExpectationVerb(v ExpectationVerb)

SetExpectationVerb gets a reference to the given ExpectationVerb and assigns it to the ExpectationVerb field.

func (*IntentExpectation) SetExpectationfulfilmentInfo

func (o *IntentExpectation) SetExpectationfulfilmentInfo(v FulfilmentInfo)

SetExpectationfulfilmentInfo gets a reference to the given FulfilmentInfo and assigns it to the ExpectationfulfilmentInfo field.

func (IntentExpectation) ToMap

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

type IntentSingle

type IntentSingle struct {
	Top
	UserLabel            *string                                    `json:"userLabel,omitempty"`
	IntentExpectations   []IntentSingleAllOfIntentExpectationsInner `json:"intentExpectations,omitempty"`
	IntentContexts       []IntentContext                            `json:"intentContexts,omitempty"`
	IntentFulfilmentInfo *FulfilmentInfo                            `json:"intentFulfilmentInfo,omitempty"`
}

IntentSingle struct for IntentSingle

func NewIntentSingle

func NewIntentSingle(id NullableString) *IntentSingle

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

func NewIntentSingleWithDefaults

func NewIntentSingleWithDefaults() *IntentSingle

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

func (*IntentSingle) GetIntentContexts

func (o *IntentSingle) GetIntentContexts() []IntentContext

GetIntentContexts returns the IntentContexts field value if set, zero value otherwise.

func (*IntentSingle) GetIntentContextsOk

func (o *IntentSingle) GetIntentContextsOk() ([]IntentContext, bool)

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

func (*IntentSingle) GetIntentExpectations

func (o *IntentSingle) GetIntentExpectations() []IntentSingleAllOfIntentExpectationsInner

GetIntentExpectations returns the IntentExpectations field value if set, zero value otherwise.

func (*IntentSingle) GetIntentExpectationsOk

func (o *IntentSingle) GetIntentExpectationsOk() ([]IntentSingleAllOfIntentExpectationsInner, bool)

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

func (*IntentSingle) GetIntentFulfilmentInfo

func (o *IntentSingle) GetIntentFulfilmentInfo() FulfilmentInfo

GetIntentFulfilmentInfo returns the IntentFulfilmentInfo field value if set, zero value otherwise.

func (*IntentSingle) GetIntentFulfilmentInfoOk

func (o *IntentSingle) GetIntentFulfilmentInfoOk() (*FulfilmentInfo, bool)

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

func (*IntentSingle) GetUserLabel

func (o *IntentSingle) GetUserLabel() string

GetUserLabel returns the UserLabel field value if set, zero value otherwise.

func (*IntentSingle) GetUserLabelOk

func (o *IntentSingle) GetUserLabelOk() (*string, bool)

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

func (*IntentSingle) HasIntentContexts

func (o *IntentSingle) HasIntentContexts() bool

HasIntentContexts returns a boolean if a field has been set.

func (*IntentSingle) HasIntentExpectations

func (o *IntentSingle) HasIntentExpectations() bool

HasIntentExpectations returns a boolean if a field has been set.

func (*IntentSingle) HasIntentFulfilmentInfo

func (o *IntentSingle) HasIntentFulfilmentInfo() bool

HasIntentFulfilmentInfo returns a boolean if a field has been set.

func (*IntentSingle) HasUserLabel

func (o *IntentSingle) HasUserLabel() bool

HasUserLabel returns a boolean if a field has been set.

func (IntentSingle) MarshalJSON

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

func (*IntentSingle) SetIntentContexts

func (o *IntentSingle) SetIntentContexts(v []IntentContext)

SetIntentContexts gets a reference to the given []IntentContext and assigns it to the IntentContexts field.

func (*IntentSingle) SetIntentExpectations

func (o *IntentSingle) SetIntentExpectations(v []IntentSingleAllOfIntentExpectationsInner)

SetIntentExpectations gets a reference to the given []IntentSingleAllOfIntentExpectationsInner and assigns it to the IntentExpectations field.

func (*IntentSingle) SetIntentFulfilmentInfo

func (o *IntentSingle) SetIntentFulfilmentInfo(v FulfilmentInfo)

SetIntentFulfilmentInfo gets a reference to the given FulfilmentInfo and assigns it to the IntentFulfilmentInfo field.

func (*IntentSingle) SetUserLabel

func (o *IntentSingle) SetUserLabel(v string)

SetUserLabel gets a reference to the given string and assigns it to the UserLabel field.

func (IntentSingle) ToMap

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

type IntentSingleAllOf

type IntentSingleAllOf struct {
	UserLabel            *string                                    `json:"userLabel,omitempty"`
	IntentExpectations   []IntentSingleAllOfIntentExpectationsInner `json:"intentExpectations,omitempty"`
	IntentContexts       []IntentContext                            `json:"intentContexts,omitempty"`
	IntentFulfilmentInfo *FulfilmentInfo                            `json:"intentFulfilmentInfo,omitempty"`
}

IntentSingleAllOf struct for IntentSingleAllOf

func NewIntentSingleAllOf

func NewIntentSingleAllOf() *IntentSingleAllOf

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

func NewIntentSingleAllOfWithDefaults

func NewIntentSingleAllOfWithDefaults() *IntentSingleAllOf

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

func (*IntentSingleAllOf) GetIntentContexts

func (o *IntentSingleAllOf) GetIntentContexts() []IntentContext

GetIntentContexts returns the IntentContexts field value if set, zero value otherwise.

func (*IntentSingleAllOf) GetIntentContextsOk

func (o *IntentSingleAllOf) GetIntentContextsOk() ([]IntentContext, bool)

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

func (*IntentSingleAllOf) GetIntentExpectations

func (o *IntentSingleAllOf) GetIntentExpectations() []IntentSingleAllOfIntentExpectationsInner

GetIntentExpectations returns the IntentExpectations field value if set, zero value otherwise.

func (*IntentSingleAllOf) GetIntentExpectationsOk

func (o *IntentSingleAllOf) GetIntentExpectationsOk() ([]IntentSingleAllOfIntentExpectationsInner, bool)

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

func (*IntentSingleAllOf) GetIntentFulfilmentInfo

func (o *IntentSingleAllOf) GetIntentFulfilmentInfo() FulfilmentInfo

GetIntentFulfilmentInfo returns the IntentFulfilmentInfo field value if set, zero value otherwise.

func (*IntentSingleAllOf) GetIntentFulfilmentInfoOk

func (o *IntentSingleAllOf) GetIntentFulfilmentInfoOk() (*FulfilmentInfo, bool)

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

func (*IntentSingleAllOf) GetUserLabel

func (o *IntentSingleAllOf) GetUserLabel() string

GetUserLabel returns the UserLabel field value if set, zero value otherwise.

func (*IntentSingleAllOf) GetUserLabelOk

func (o *IntentSingleAllOf) GetUserLabelOk() (*string, bool)

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

func (*IntentSingleAllOf) HasIntentContexts

func (o *IntentSingleAllOf) HasIntentContexts() bool

HasIntentContexts returns a boolean if a field has been set.

func (*IntentSingleAllOf) HasIntentExpectations

func (o *IntentSingleAllOf) HasIntentExpectations() bool

HasIntentExpectations returns a boolean if a field has been set.

func (*IntentSingleAllOf) HasIntentFulfilmentInfo

func (o *IntentSingleAllOf) HasIntentFulfilmentInfo() bool

HasIntentFulfilmentInfo returns a boolean if a field has been set.

func (*IntentSingleAllOf) HasUserLabel

func (o *IntentSingleAllOf) HasUserLabel() bool

HasUserLabel returns a boolean if a field has been set.

func (IntentSingleAllOf) MarshalJSON

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

func (*IntentSingleAllOf) SetIntentContexts

func (o *IntentSingleAllOf) SetIntentContexts(v []IntentContext)

SetIntentContexts gets a reference to the given []IntentContext and assigns it to the IntentContexts field.

func (*IntentSingleAllOf) SetIntentExpectations

func (o *IntentSingleAllOf) SetIntentExpectations(v []IntentSingleAllOfIntentExpectationsInner)

SetIntentExpectations gets a reference to the given []IntentSingleAllOfIntentExpectationsInner and assigns it to the IntentExpectations field.

func (*IntentSingleAllOf) SetIntentFulfilmentInfo

func (o *IntentSingleAllOf) SetIntentFulfilmentInfo(v FulfilmentInfo)

SetIntentFulfilmentInfo gets a reference to the given FulfilmentInfo and assigns it to the IntentFulfilmentInfo field.

func (*IntentSingleAllOf) SetUserLabel

func (o *IntentSingleAllOf) SetUserLabel(v string)

SetUserLabel gets a reference to the given string and assigns it to the UserLabel field.

func (IntentSingleAllOf) ToMap

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

type IntentSingleAllOfIntentExpectationsInner added in v1.18.0

type IntentSingleAllOfIntentExpectationsInner struct {
	IntentExpectation         *IntentExpectation
	RadioNetworkExpectation   *RadioNetworkExpectation
	ServiceSupportExpectation *ServiceSupportExpectation
}

IntentSingleAllOfIntentExpectationsInner - struct for IntentSingleAllOfIntentExpectationsInner

func IntentExpectationAsIntentSingleAllOfIntentExpectationsInner added in v1.18.0

func IntentExpectationAsIntentSingleAllOfIntentExpectationsInner(v *IntentExpectation) IntentSingleAllOfIntentExpectationsInner

IntentExpectationAsIntentSingleAllOfIntentExpectationsInner is a convenience function that returns IntentExpectation wrapped in IntentSingleAllOfIntentExpectationsInner

func RadioNetworkExpectationAsIntentSingleAllOfIntentExpectationsInner added in v1.18.0

func RadioNetworkExpectationAsIntentSingleAllOfIntentExpectationsInner(v *RadioNetworkExpectation) IntentSingleAllOfIntentExpectationsInner

RadioNetworkExpectationAsIntentSingleAllOfIntentExpectationsInner is a convenience function that returns RadioNetworkExpectation wrapped in IntentSingleAllOfIntentExpectationsInner

func ServiceSupportExpectationAsIntentSingleAllOfIntentExpectationsInner added in v1.18.0

func ServiceSupportExpectationAsIntentSingleAllOfIntentExpectationsInner(v *ServiceSupportExpectation) IntentSingleAllOfIntentExpectationsInner

ServiceSupportExpectationAsIntentSingleAllOfIntentExpectationsInner is a convenience function that returns ServiceSupportExpectation wrapped in IntentSingleAllOfIntentExpectationsInner

func (*IntentSingleAllOfIntentExpectationsInner) GetActualInstance added in v1.18.0

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

Get the actual instance

func (IntentSingleAllOfIntentExpectationsInner) MarshalJSON added in v1.18.0

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

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

func (*IntentSingleAllOfIntentExpectationsInner) UnmarshalJSON added in v1.18.0

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

Unmarshal JSON data into one of the pointers in the struct

type IpAddr

type IpAddr struct {
	Ipv6Addr *Ipv6Addr
	String   *string
}

IpAddr - struct for IpAddr

func Ipv6AddrAsIpAddr

func Ipv6AddrAsIpAddr(v *Ipv6Addr) IpAddr

Ipv6AddrAsIpAddr is a convenience function that returns Ipv6Addr wrapped in IpAddr

func StringAsIpAddr

func StringAsIpAddr(v *string) IpAddr

stringAsIpAddr is a convenience function that returns string wrapped in IpAddr

func (*IpAddr) GetActualInstance

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

Get the actual instance

func (IpAddr) MarshalJSON

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

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

func (*IpAddr) UnmarshalJSON

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

Unmarshal JSON data into one of the pointers in the struct

type Ipv6Addr

type Ipv6Addr struct {
}

Ipv6Addr struct for Ipv6Addr

func NewIpv6Addr

func NewIpv6Addr() *Ipv6Addr

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

func NewIpv6AddrWithDefaults

func NewIpv6AddrWithDefaults() *Ipv6Addr

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

func (Ipv6Addr) MarshalJSON

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

func (Ipv6Addr) ToMap

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

type JobTypeType

type JobTypeType string

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

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

List of jobType-Type

func NewJobTypeTypeFromValue

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

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

func (JobTypeType) IsValid

func (v JobTypeType) IsValid() bool

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

func (JobTypeType) Ptr

func (v JobTypeType) Ptr() *JobTypeType

Ptr returns reference to jobType-Type value

func (*JobTypeType) UnmarshalJSON

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

type ListOfInterfacesType

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

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

func NewListOfInterfacesType

func NewListOfInterfacesType() *ListOfInterfacesType

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

func NewListOfInterfacesTypeWithDefaults

func NewListOfInterfacesTypeWithDefaults() *ListOfInterfacesType

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

func (*ListOfInterfacesType) GetAMFInterfaces

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

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

func (*ListOfInterfacesType) GetAMFInterfacesOk

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

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

func (*ListOfInterfacesType) GetASInterfaces

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

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

func (*ListOfInterfacesType) GetASInterfacesOk

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

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

func (*ListOfInterfacesType) GetAUSFInterfaces

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

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

func (*ListOfInterfacesType) GetAUSFInterfacesOk

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

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

func (*ListOfInterfacesType) GetBGCFInterfaces

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

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

func (*ListOfInterfacesType) GetBGCFInterfacesOk

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

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

func (*ListOfInterfacesType) GetBMSCInterfaces

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

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

func (*ListOfInterfacesType) GetBMSCInterfacesOk

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

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

func (*ListOfInterfacesType) GetECSCFInterfaces

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

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

func (*ListOfInterfacesType) GetECSCFInterfacesOk

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

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

func (*ListOfInterfacesType) GetEIRInterfaces

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

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

func (*ListOfInterfacesType) GetEIRInterfacesOk

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

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

func (*ListOfInterfacesType) GetENBInterfaces

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

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

func (*ListOfInterfacesType) GetENBInterfacesOk

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

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

func (*ListOfInterfacesType) GetEnGNBInterfaces

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

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

func (*ListOfInterfacesType) GetEnGNBInterfacesOk

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

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

func (*ListOfInterfacesType) GetGGSNInterfaces

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

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

func (*ListOfInterfacesType) GetGGSNInterfacesOk

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

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

func (*ListOfInterfacesType) GetGNBCUCPInterfaces

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

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

func (*ListOfInterfacesType) GetGNBCUCPInterfacesOk

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

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

func (*ListOfInterfacesType) GetGNBCUUPInterfaces

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

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

func (*ListOfInterfacesType) GetGNBCUUPInterfacesOk

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

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

func (*ListOfInterfacesType) GetGNBDUInterfaces

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

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

func (*ListOfInterfacesType) GetGNBDUInterfacesOk

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

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

func (*ListOfInterfacesType) GetHSSInterfaces

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

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

func (*ListOfInterfacesType) GetHSSInterfacesOk

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

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

func (*ListOfInterfacesType) GetIBCFInterfaces

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

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

func (*ListOfInterfacesType) GetIBCFInterfacesOk

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

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

func (*ListOfInterfacesType) GetICSCFInterfaces

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

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

func (*ListOfInterfacesType) GetICSCFInterfacesOk

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

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

func (*ListOfInterfacesType) GetMGCFInterfaces

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

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

func (*ListOfInterfacesType) GetMGCFInterfacesOk

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

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

func (*ListOfInterfacesType) GetMGWInterfaces

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

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

func (*ListOfInterfacesType) GetMGWInterfacesOk

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

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

func (*ListOfInterfacesType) GetMMEInterfaces

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

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

func (*ListOfInterfacesType) GetMMEInterfacesOk

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

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

func (*ListOfInterfacesType) GetMRFCInterfaces

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

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

func (*ListOfInterfacesType) GetMRFCInterfacesOk

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

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

func (*ListOfInterfacesType) GetMSCServerInterfaces

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

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

func (*ListOfInterfacesType) GetMSCServerInterfacesOk

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

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

func (*ListOfInterfacesType) GetNEFInterfaces

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

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

func (*ListOfInterfacesType) GetNEFInterfacesOk

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

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

func (*ListOfInterfacesType) GetNRFInterfaces

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

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

func (*ListOfInterfacesType) GetNRFInterfacesOk

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

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

func (*ListOfInterfacesType) GetNSSFInterfaces

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

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

func (*ListOfInterfacesType) GetNSSFInterfacesOk

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

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

func (*ListOfInterfacesType) GetNgENBInterfaces

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

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

func (*ListOfInterfacesType) GetNgENBInterfacesOk

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

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

func (*ListOfInterfacesType) GetPCFInterfaces

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

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

func (*ListOfInterfacesType) GetPCFInterfacesOk

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

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

func (*ListOfInterfacesType) GetPCSCFInterfaces

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

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

func (*ListOfInterfacesType) GetPCSCFInterfacesOk

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

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

func (*ListOfInterfacesType) GetPDNGWInterfaces

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

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

func (*ListOfInterfacesType) GetPDNGWInterfacesOk

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

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

func (*ListOfInterfacesType) GetRNCInterfaces

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

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

func (*ListOfInterfacesType) GetRNCInterfacesOk

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

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

func (*ListOfInterfacesType) GetSCSCFInterfaces

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

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

func (*ListOfInterfacesType) GetSCSCFInterfacesOk

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

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

func (*ListOfInterfacesType) GetSGSNInterfaces

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

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

func (*ListOfInterfacesType) GetSGSNInterfacesOk

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

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

func (*ListOfInterfacesType) GetSGWInterfaces

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

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

func (*ListOfInterfacesType) GetSGWInterfacesOk

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

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

func (*ListOfInterfacesType) GetSMFInterfaces

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

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

func (*ListOfInterfacesType) GetSMFInterfacesOk

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

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

func (*ListOfInterfacesType) GetSMSFInterfaces

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

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

func (*ListOfInterfacesType) GetSMSFInterfacesOk

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

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

func (*ListOfInterfacesType) GetUDMInterfaces

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

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

func (*ListOfInterfacesType) GetUDMInterfacesOk

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

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

func (*ListOfInterfacesType) GetUPFInterfaces

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

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

func (*ListOfInterfacesType) GetUPFInterfacesOk

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

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

func (*ListOfInterfacesType) HasAMFInterfaces

func (o *ListOfInterfacesType) HasAMFInterfaces() bool

HasAMFInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasASInterfaces

func (o *ListOfInterfacesType) HasASInterfaces() bool

HasASInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasAUSFInterfaces

func (o *ListOfInterfacesType) HasAUSFInterfaces() bool

HasAUSFInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasBGCFInterfaces

func (o *ListOfInterfacesType) HasBGCFInterfaces() bool

HasBGCFInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasBMSCInterfaces

func (o *ListOfInterfacesType) HasBMSCInterfaces() bool

HasBMSCInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasECSCFInterfaces

func (o *ListOfInterfacesType) HasECSCFInterfaces() bool

HasECSCFInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasEIRInterfaces

func (o *ListOfInterfacesType) HasEIRInterfaces() bool

HasEIRInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasENBInterfaces

func (o *ListOfInterfacesType) HasENBInterfaces() bool

HasENBInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasEnGNBInterfaces

func (o *ListOfInterfacesType) HasEnGNBInterfaces() bool

HasEnGNBInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasGGSNInterfaces

func (o *ListOfInterfacesType) HasGGSNInterfaces() bool

HasGGSNInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasGNBCUCPInterfaces

func (o *ListOfInterfacesType) HasGNBCUCPInterfaces() bool

HasGNBCUCPInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasGNBCUUPInterfaces

func (o *ListOfInterfacesType) HasGNBCUUPInterfaces() bool

HasGNBCUUPInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasGNBDUInterfaces

func (o *ListOfInterfacesType) HasGNBDUInterfaces() bool

HasGNBDUInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasHSSInterfaces

func (o *ListOfInterfacesType) HasHSSInterfaces() bool

HasHSSInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasIBCFInterfaces

func (o *ListOfInterfacesType) HasIBCFInterfaces() bool

HasIBCFInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasICSCFInterfaces

func (o *ListOfInterfacesType) HasICSCFInterfaces() bool

HasICSCFInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasMGCFInterfaces

func (o *ListOfInterfacesType) HasMGCFInterfaces() bool

HasMGCFInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasMGWInterfaces

func (o *ListOfInterfacesType) HasMGWInterfaces() bool

HasMGWInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasMMEInterfaces

func (o *ListOfInterfacesType) HasMMEInterfaces() bool

HasMMEInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasMRFCInterfaces

func (o *ListOfInterfacesType) HasMRFCInterfaces() bool

HasMRFCInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasMSCServerInterfaces

func (o *ListOfInterfacesType) HasMSCServerInterfaces() bool

HasMSCServerInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasNEFInterfaces

func (o *ListOfInterfacesType) HasNEFInterfaces() bool

HasNEFInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasNRFInterfaces

func (o *ListOfInterfacesType) HasNRFInterfaces() bool

HasNRFInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasNSSFInterfaces

func (o *ListOfInterfacesType) HasNSSFInterfaces() bool

HasNSSFInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasNgENBInterfaces

func (o *ListOfInterfacesType) HasNgENBInterfaces() bool

HasNgENBInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasPCFInterfaces

func (o *ListOfInterfacesType) HasPCFInterfaces() bool

HasPCFInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasPCSCFInterfaces

func (o *ListOfInterfacesType) HasPCSCFInterfaces() bool

HasPCSCFInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasPDNGWInterfaces

func (o *ListOfInterfacesType) HasPDNGWInterfaces() bool

HasPDNGWInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasRNCInterfaces

func (o *ListOfInterfacesType) HasRNCInterfaces() bool

HasRNCInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasSCSCFInterfaces

func (o *ListOfInterfacesType) HasSCSCFInterfaces() bool

HasSCSCFInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasSGSNInterfaces

func (o *ListOfInterfacesType) HasSGSNInterfaces() bool

HasSGSNInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasSGWInterfaces

func (o *ListOfInterfacesType) HasSGWInterfaces() bool

HasSGWInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasSMFInterfaces

func (o *ListOfInterfacesType) HasSMFInterfaces() bool

HasSMFInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasSMSFInterfaces

func (o *ListOfInterfacesType) HasSMSFInterfaces() bool

HasSMSFInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasUDMInterfaces

func (o *ListOfInterfacesType) HasUDMInterfaces() bool

HasUDMInterfaces returns a boolean if a field has been set.

func (*ListOfInterfacesType) HasUPFInterfaces

func (o *ListOfInterfacesType) HasUPFInterfaces() bool

HasUPFInterfaces returns a boolean if a field has been set.

func (ListOfInterfacesType) MarshalJSON

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

func (*ListOfInterfacesType) SetAMFInterfaces

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

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

func (*ListOfInterfacesType) SetASInterfaces

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

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

func (*ListOfInterfacesType) SetAUSFInterfaces

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

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

func (*ListOfInterfacesType) SetBGCFInterfaces

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

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

func (*ListOfInterfacesType) SetBMSCInterfaces

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

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

func (*ListOfInterfacesType) SetECSCFInterfaces

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

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

func (*ListOfInterfacesType) SetEIRInterfaces

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

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

func (*ListOfInterfacesType) SetENBInterfaces

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

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

func (*ListOfInterfacesType) SetEnGNBInterfaces

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

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

func (*ListOfInterfacesType) SetGGSNInterfaces

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

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

func (*ListOfInterfacesType) SetGNBCUCPInterfaces

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

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

func (*ListOfInterfacesType) SetGNBCUUPInterfaces

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

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

func (*ListOfInterfacesType) SetGNBDUInterfaces

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

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

func (*ListOfInterfacesType) SetHSSInterfaces

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

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

func (*ListOfInterfacesType) SetIBCFInterfaces

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

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

func (*ListOfInterfacesType) SetICSCFInterfaces

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

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

func (*ListOfInterfacesType) SetMGCFInterfaces

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

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

func (*ListOfInterfacesType) SetMGWInterfaces

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

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

func (*ListOfInterfacesType) SetMMEInterfaces

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

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

func (*ListOfInterfacesType) SetMRFCInterfaces

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

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

func (*ListOfInterfacesType) SetMSCServerInterfaces

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

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

func (*ListOfInterfacesType) SetNEFInterfaces

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

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

func (*ListOfInterfacesType) SetNRFInterfaces

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

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

func (*ListOfInterfacesType) SetNSSFInterfaces

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

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

func (*ListOfInterfacesType) SetNgENBInterfaces

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

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

func (*ListOfInterfacesType) SetPCFInterfaces

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

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

func (*ListOfInterfacesType) SetPCSCFInterfaces

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

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

func (*ListOfInterfacesType) SetPDNGWInterfaces

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

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

func (*ListOfInterfacesType) SetRNCInterfaces

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

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

func (*ListOfInterfacesType) SetSCSCFInterfaces

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

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

func (*ListOfInterfacesType) SetSGSNInterfaces

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

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

func (*ListOfInterfacesType) SetSGWInterfaces

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

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

func (*ListOfInterfacesType) SetSMFInterfaces

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

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

func (*ListOfInterfacesType) SetSMSFInterfaces

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

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

func (*ListOfInterfacesType) SetUDMInterfaces

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

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

func (*ListOfInterfacesType) SetUPFInterfaces

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

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

func (ListOfInterfacesType) ToMap

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

type ListOfMeasurementsType

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

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

func NewListOfMeasurementsType

func NewListOfMeasurementsType() *ListOfMeasurementsType

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

func NewListOfMeasurementsTypeWithDefaults

func NewListOfMeasurementsTypeWithDefaults() *ListOfMeasurementsType

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

func (*ListOfMeasurementsType) GetLTE

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

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

func (*ListOfMeasurementsType) GetLTEOk

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

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

func (*ListOfMeasurementsType) GetNR

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

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

func (*ListOfMeasurementsType) GetNROk

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

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

func (*ListOfMeasurementsType) GetUMTS

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

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

func (*ListOfMeasurementsType) GetUMTSOk

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

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

func (*ListOfMeasurementsType) HasLTE

func (o *ListOfMeasurementsType) HasLTE() bool

HasLTE returns a boolean if a field has been set.

func (*ListOfMeasurementsType) HasNR

func (o *ListOfMeasurementsType) HasNR() bool

HasNR returns a boolean if a field has been set.

func (*ListOfMeasurementsType) HasUMTS

func (o *ListOfMeasurementsType) HasUMTS() bool

HasUMTS returns a boolean if a field has been set.

func (ListOfMeasurementsType) MarshalJSON

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

func (*ListOfMeasurementsType) SetLTE

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

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

func (*ListOfMeasurementsType) SetNR

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

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

func (*ListOfMeasurementsType) SetUMTS

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

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

func (ListOfMeasurementsType) ToMap

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

type LoggingDurationType

type LoggingDurationType string

LoggingDurationType See details in 3GPP TS 32.422 clause 5.10.9.

func NewLoggingDurationTypeFromValue

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

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

func (LoggingDurationType) IsValid

func (v LoggingDurationType) IsValid() bool

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

func (LoggingDurationType) Ptr

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 LowDLRANUEThptContext

type LowDLRANUEThptContext struct {
	ContextAttribute  *string  `json:"contextAttribute,omitempty"`
	ContextCondition  *string  `json:"contextCondition,omitempty"`
	ContextValueRange *float32 `json:"contextValueRange,omitempty"`
}

LowDLRANUEThptContext This data type is the \"TargetContext\" data type with specialisations for LowDLRANUEThptContext

func NewLowDLRANUEThptContext

func NewLowDLRANUEThptContext() *LowDLRANUEThptContext

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

func NewLowDLRANUEThptContextWithDefaults

func NewLowDLRANUEThptContextWithDefaults() *LowDLRANUEThptContext

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

func (*LowDLRANUEThptContext) GetContextAttribute

func (o *LowDLRANUEThptContext) GetContextAttribute() string

GetContextAttribute returns the ContextAttribute field value if set, zero value otherwise.

func (*LowDLRANUEThptContext) GetContextAttributeOk

func (o *LowDLRANUEThptContext) GetContextAttributeOk() (*string, bool)

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

func (*LowDLRANUEThptContext) GetContextCondition

func (o *LowDLRANUEThptContext) GetContextCondition() string

GetContextCondition returns the ContextCondition field value if set, zero value otherwise.

func (*LowDLRANUEThptContext) GetContextConditionOk

func (o *LowDLRANUEThptContext) GetContextConditionOk() (*string, bool)

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

func (*LowDLRANUEThptContext) GetContextValueRange

func (o *LowDLRANUEThptContext) GetContextValueRange() float32

GetContextValueRange returns the ContextValueRange field value if set, zero value otherwise.

func (*LowDLRANUEThptContext) GetContextValueRangeOk

func (o *LowDLRANUEThptContext) GetContextValueRangeOk() (*float32, bool)

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

func (*LowDLRANUEThptContext) HasContextAttribute

func (o *LowDLRANUEThptContext) HasContextAttribute() bool

HasContextAttribute returns a boolean if a field has been set.

func (*LowDLRANUEThptContext) HasContextCondition

func (o *LowDLRANUEThptContext) HasContextCondition() bool

HasContextCondition returns a boolean if a field has been set.

func (*LowDLRANUEThptContext) HasContextValueRange

func (o *LowDLRANUEThptContext) HasContextValueRange() bool

HasContextValueRange returns a boolean if a field has been set.

func (LowDLRANUEThptContext) MarshalJSON

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

func (*LowDLRANUEThptContext) SetContextAttribute

func (o *LowDLRANUEThptContext) SetContextAttribute(v string)

SetContextAttribute gets a reference to the given string and assigns it to the ContextAttribute field.

func (*LowDLRANUEThptContext) SetContextCondition

func (o *LowDLRANUEThptContext) SetContextCondition(v string)

SetContextCondition gets a reference to the given string and assigns it to the ContextCondition field.

func (*LowDLRANUEThptContext) SetContextValueRange

func (o *LowDLRANUEThptContext) SetContextValueRange(v float32)

SetContextValueRange gets a reference to the given float32 and assigns it to the ContextValueRange field.

func (LowDLRANUEThptContext) ToMap

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

type LowDLRANUEThptRatioTarget

type LowDLRANUEThptRatioTarget struct {
	TargetName           *string                `json:"targetName,omitempty"`
	TargetCondition      *string                `json:"targetCondition,omitempty"`
	TargetValueRange     *int32                 `json:"targetValueRange,omitempty"`
	TargetContexts       *LowDLRANUEThptContext `json:"targetContexts,omitempty"`
	TargetFulfilmentInfo *FulfilmentInfo        `json:"targetFulfilmentInfo,omitempty"`
}

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

func NewLowDLRANUEThptRatioTarget

func NewLowDLRANUEThptRatioTarget() *LowDLRANUEThptRatioTarget

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

func NewLowDLRANUEThptRatioTargetWithDefaults

func NewLowDLRANUEThptRatioTargetWithDefaults() *LowDLRANUEThptRatioTarget

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

func (*LowDLRANUEThptRatioTarget) GetTargetCondition

func (o *LowDLRANUEThptRatioTarget) GetTargetCondition() string

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

func (*LowDLRANUEThptRatioTarget) GetTargetConditionOk

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

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

func (*LowDLRANUEThptRatioTarget) GetTargetContexts

func (o *LowDLRANUEThptRatioTarget) GetTargetContexts() LowDLRANUEThptContext

GetTargetContexts returns the TargetContexts field value if set, zero value otherwise.

func (*LowDLRANUEThptRatioTarget) GetTargetContextsOk

func (o *LowDLRANUEThptRatioTarget) GetTargetContextsOk() (*LowDLRANUEThptContext, bool)

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

func (*LowDLRANUEThptRatioTarget) GetTargetFulfilmentInfo

func (o *LowDLRANUEThptRatioTarget) GetTargetFulfilmentInfo() FulfilmentInfo

GetTargetFulfilmentInfo returns the TargetFulfilmentInfo field value if set, zero value otherwise.

func (*LowDLRANUEThptRatioTarget) GetTargetFulfilmentInfoOk

func (o *LowDLRANUEThptRatioTarget) GetTargetFulfilmentInfoOk() (*FulfilmentInfo, bool)

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

func (*LowDLRANUEThptRatioTarget) GetTargetName

func (o *LowDLRANUEThptRatioTarget) GetTargetName() string

GetTargetName returns the TargetName field value if set, zero value otherwise.

func (*LowDLRANUEThptRatioTarget) GetTargetNameOk

func (o *LowDLRANUEThptRatioTarget) GetTargetNameOk() (*string, bool)

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

func (*LowDLRANUEThptRatioTarget) GetTargetValueRange

func (o *LowDLRANUEThptRatioTarget) GetTargetValueRange() int32

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

func (*LowDLRANUEThptRatioTarget) GetTargetValueRangeOk

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

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

func (*LowDLRANUEThptRatioTarget) HasTargetCondition

func (o *LowDLRANUEThptRatioTarget) HasTargetCondition() bool

HasTargetCondition returns a boolean if a field has been set.

func (*LowDLRANUEThptRatioTarget) HasTargetContexts

func (o *LowDLRANUEThptRatioTarget) HasTargetContexts() bool

HasTargetContexts returns a boolean if a field has been set.

func (*LowDLRANUEThptRatioTarget) HasTargetFulfilmentInfo

func (o *LowDLRANUEThptRatioTarget) HasTargetFulfilmentInfo() bool

HasTargetFulfilmentInfo returns a boolean if a field has been set.

func (*LowDLRANUEThptRatioTarget) HasTargetName

func (o *LowDLRANUEThptRatioTarget) HasTargetName() bool

HasTargetName returns a boolean if a field has been set.

func (*LowDLRANUEThptRatioTarget) HasTargetValueRange

func (o *LowDLRANUEThptRatioTarget) HasTargetValueRange() bool

HasTargetValueRange returns a boolean if a field has been set.

func (LowDLRANUEThptRatioTarget) MarshalJSON

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

func (*LowDLRANUEThptRatioTarget) SetTargetCondition

func (o *LowDLRANUEThptRatioTarget) SetTargetCondition(v string)

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

func (*LowDLRANUEThptRatioTarget) SetTargetContexts

func (o *LowDLRANUEThptRatioTarget) SetTargetContexts(v LowDLRANUEThptContext)

SetTargetContexts gets a reference to the given LowDLRANUEThptContext and assigns it to the TargetContexts field.

func (*LowDLRANUEThptRatioTarget) SetTargetFulfilmentInfo

func (o *LowDLRANUEThptRatioTarget) SetTargetFulfilmentInfo(v FulfilmentInfo)

SetTargetFulfilmentInfo gets a reference to the given FulfilmentInfo and assigns it to the TargetFulfilmentInfo field.

func (*LowDLRANUEThptRatioTarget) SetTargetName

func (o *LowDLRANUEThptRatioTarget) SetTargetName(v string)

SetTargetName gets a reference to the given string and assigns it to the TargetName field.

func (*LowDLRANUEThptRatioTarget) SetTargetValueRange

func (o *LowDLRANUEThptRatioTarget) SetTargetValueRange(v int32)

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

func (LowDLRANUEThptRatioTarget) ToMap

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

type LowSINRContext

type LowSINRContext struct {
	ContextAttribute  *string `json:"contextAttribute,omitempty"`
	ContextCondition  *string `json:"contextCondition,omitempty"`
	ContextValueRange *int32  `json:"contextValueRange,omitempty"`
}

LowSINRContext This data type is the \"TargetContext\" data type with specialisations for LowSINRContext

func NewLowSINRContext

func NewLowSINRContext() *LowSINRContext

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

func NewLowSINRContextWithDefaults

func NewLowSINRContextWithDefaults() *LowSINRContext

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

func (*LowSINRContext) GetContextAttribute

func (o *LowSINRContext) GetContextAttribute() string

GetContextAttribute returns the ContextAttribute field value if set, zero value otherwise.

func (*LowSINRContext) GetContextAttributeOk

func (o *LowSINRContext) GetContextAttributeOk() (*string, bool)

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

func (*LowSINRContext) GetContextCondition

func (o *LowSINRContext) GetContextCondition() string

GetContextCondition returns the ContextCondition field value if set, zero value otherwise.

func (*LowSINRContext) GetContextConditionOk

func (o *LowSINRContext) GetContextConditionOk() (*string, bool)

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

func (*LowSINRContext) GetContextValueRange

func (o *LowSINRContext) GetContextValueRange() int32

GetContextValueRange returns the ContextValueRange field value if set, zero value otherwise.

func (*LowSINRContext) GetContextValueRangeOk

func (o *LowSINRContext) GetContextValueRangeOk() (*int32, bool)

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

func (*LowSINRContext) HasContextAttribute

func (o *LowSINRContext) HasContextAttribute() bool

HasContextAttribute returns a boolean if a field has been set.

func (*LowSINRContext) HasContextCondition

func (o *LowSINRContext) HasContextCondition() bool

HasContextCondition returns a boolean if a field has been set.

func (*LowSINRContext) HasContextValueRange

func (o *LowSINRContext) HasContextValueRange() bool

HasContextValueRange returns a boolean if a field has been set.

func (LowSINRContext) MarshalJSON

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

func (*LowSINRContext) SetContextAttribute

func (o *LowSINRContext) SetContextAttribute(v string)

SetContextAttribute gets a reference to the given string and assigns it to the ContextAttribute field.

func (*LowSINRContext) SetContextCondition

func (o *LowSINRContext) SetContextCondition(v string)

SetContextCondition gets a reference to the given string and assigns it to the ContextCondition field.

func (*LowSINRContext) SetContextValueRange

func (o *LowSINRContext) SetContextValueRange(v int32)

SetContextValueRange gets a reference to the given int32 and assigns it to the ContextValueRange field.

func (LowSINRContext) ToMap

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

type LowSINRRatioTarget

type LowSINRRatioTarget struct {
	TargetName           *string         `json:"targetName,omitempty"`
	TargetCondition      *string         `json:"targetCondition,omitempty"`
	TargetValueRange     *int32          `json:"targetValueRange,omitempty"`
	TargetContexts       *LowSINRContext `json:"targetContexts,omitempty"`
	TargetFulfilmentInfo *FulfilmentInfo `json:"targetFulfilmentInfo,omitempty"`
}

LowSINRRatioTarget This data type is the \"ExpectationTarget\" data type with specialisations for LowSINRatioTarget

func NewLowSINRRatioTarget

func NewLowSINRRatioTarget() *LowSINRRatioTarget

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

func NewLowSINRRatioTargetWithDefaults

func NewLowSINRRatioTargetWithDefaults() *LowSINRRatioTarget

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

func (*LowSINRRatioTarget) GetTargetCondition

func (o *LowSINRRatioTarget) GetTargetCondition() string

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

func (*LowSINRRatioTarget) GetTargetConditionOk

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

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

func (*LowSINRRatioTarget) GetTargetContexts

func (o *LowSINRRatioTarget) GetTargetContexts() LowSINRContext

GetTargetContexts returns the TargetContexts field value if set, zero value otherwise.

func (*LowSINRRatioTarget) GetTargetContextsOk

func (o *LowSINRRatioTarget) GetTargetContextsOk() (*LowSINRContext, bool)

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

func (*LowSINRRatioTarget) GetTargetFulfilmentInfo

func (o *LowSINRRatioTarget) GetTargetFulfilmentInfo() FulfilmentInfo

GetTargetFulfilmentInfo returns the TargetFulfilmentInfo field value if set, zero value otherwise.

func (*LowSINRRatioTarget) GetTargetFulfilmentInfoOk

func (o *LowSINRRatioTarget) GetTargetFulfilmentInfoOk() (*FulfilmentInfo, bool)

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

func (*LowSINRRatioTarget) GetTargetName

func (o *LowSINRRatioTarget) GetTargetName() string

GetTargetName returns the TargetName field value if set, zero value otherwise.

func (*LowSINRRatioTarget) GetTargetNameOk

func (o *LowSINRRatioTarget) GetTargetNameOk() (*string, bool)

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

func (*LowSINRRatioTarget) GetTargetValueRange

func (o *LowSINRRatioTarget) GetTargetValueRange() int32

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

func (*LowSINRRatioTarget) GetTargetValueRangeOk

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

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

func (*LowSINRRatioTarget) HasTargetCondition

func (o *LowSINRRatioTarget) HasTargetCondition() bool

HasTargetCondition returns a boolean if a field has been set.

func (*LowSINRRatioTarget) HasTargetContexts

func (o *LowSINRRatioTarget) HasTargetContexts() bool

HasTargetContexts returns a boolean if a field has been set.

func (*LowSINRRatioTarget) HasTargetFulfilmentInfo

func (o *LowSINRRatioTarget) HasTargetFulfilmentInfo() bool

HasTargetFulfilmentInfo returns a boolean if a field has been set.

func (*LowSINRRatioTarget) HasTargetName

func (o *LowSINRRatioTarget) HasTargetName() bool

HasTargetName returns a boolean if a field has been set.

func (*LowSINRRatioTarget) HasTargetValueRange

func (o *LowSINRRatioTarget) HasTargetValueRange() bool

HasTargetValueRange returns a boolean if a field has been set.

func (LowSINRRatioTarget) MarshalJSON

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

func (*LowSINRRatioTarget) SetTargetCondition

func (o *LowSINRRatioTarget) SetTargetCondition(v string)

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

func (*LowSINRRatioTarget) SetTargetContexts

func (o *LowSINRRatioTarget) SetTargetContexts(v LowSINRContext)

SetTargetContexts gets a reference to the given LowSINRContext and assigns it to the TargetContexts field.

func (*LowSINRRatioTarget) SetTargetFulfilmentInfo

func (o *LowSINRRatioTarget) SetTargetFulfilmentInfo(v FulfilmentInfo)

SetTargetFulfilmentInfo gets a reference to the given FulfilmentInfo and assigns it to the TargetFulfilmentInfo field.

func (*LowSINRRatioTarget) SetTargetName

func (o *LowSINRRatioTarget) SetTargetName(v string)

SetTargetName gets a reference to the given string and assigns it to the TargetName field.

func (*LowSINRRatioTarget) SetTargetValueRange

func (o *LowSINRRatioTarget) SetTargetValueRange(v int32)

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

func (LowSINRRatioTarget) ToMap

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

type LowULRANUEThptContext

type LowULRANUEThptContext struct {
	ContextAttribute  *string  `json:"contextAttribute,omitempty"`
	ContextCondition  *string  `json:"contextCondition,omitempty"`
	ContextValueRange *float32 `json:"contextValueRange,omitempty"`
}

LowULRANUEThptContext This data type is the \"TargetContext\" data type with specialisations for LowULRANUEThptContext

func NewLowULRANUEThptContext

func NewLowULRANUEThptContext() *LowULRANUEThptContext

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

func NewLowULRANUEThptContextWithDefaults

func NewLowULRANUEThptContextWithDefaults() *LowULRANUEThptContext

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

func (*LowULRANUEThptContext) GetContextAttribute

func (o *LowULRANUEThptContext) GetContextAttribute() string

GetContextAttribute returns the ContextAttribute field value if set, zero value otherwise.

func (*LowULRANUEThptContext) GetContextAttributeOk

func (o *LowULRANUEThptContext) GetContextAttributeOk() (*string, bool)

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

func (*LowULRANUEThptContext) GetContextCondition

func (o *LowULRANUEThptContext) GetContextCondition() string

GetContextCondition returns the ContextCondition field value if set, zero value otherwise.

func (*LowULRANUEThptContext) GetContextConditionOk

func (o *LowULRANUEThptContext) GetContextConditionOk() (*string, bool)

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

func (*LowULRANUEThptContext) GetContextValueRange

func (o *LowULRANUEThptContext) GetContextValueRange() float32

GetContextValueRange returns the ContextValueRange field value if set, zero value otherwise.

func (*LowULRANUEThptContext) GetContextValueRangeOk

func (o *LowULRANUEThptContext) GetContextValueRangeOk() (*float32, bool)

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

func (*LowULRANUEThptContext) HasContextAttribute

func (o *LowULRANUEThptContext) HasContextAttribute() bool

HasContextAttribute returns a boolean if a field has been set.

func (*LowULRANUEThptContext) HasContextCondition

func (o *LowULRANUEThptContext) HasContextCondition() bool

HasContextCondition returns a boolean if a field has been set.

func (*LowULRANUEThptContext) HasContextValueRange

func (o *LowULRANUEThptContext) HasContextValueRange() bool

HasContextValueRange returns a boolean if a field has been set.

func (LowULRANUEThptContext) MarshalJSON

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

func (*LowULRANUEThptContext) SetContextAttribute

func (o *LowULRANUEThptContext) SetContextAttribute(v string)

SetContextAttribute gets a reference to the given string and assigns it to the ContextAttribute field.

func (*LowULRANUEThptContext) SetContextCondition

func (o *LowULRANUEThptContext) SetContextCondition(v string)

SetContextCondition gets a reference to the given string and assigns it to the ContextCondition field.

func (*LowULRANUEThptContext) SetContextValueRange

func (o *LowULRANUEThptContext) SetContextValueRange(v float32)

SetContextValueRange gets a reference to the given float32 and assigns it to the ContextValueRange field.

func (LowULRANUEThptContext) ToMap

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

type LowULRANUEThptRatioTarget

type LowULRANUEThptRatioTarget struct {
	TargetName           *string                `json:"targetName,omitempty"`
	TargetCondition      *string                `json:"targetCondition,omitempty"`
	TargetValueRange     *int32                 `json:"targetValueRange,omitempty"`
	TargetContexts       *LowULRANUEThptContext `json:"targetContexts,omitempty"`
	TargetFulfilmentInfo *FulfilmentInfo        `json:"targetFulfilmentInfo,omitempty"`
}

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

func NewLowULRANUEThptRatioTarget

func NewLowULRANUEThptRatioTarget() *LowULRANUEThptRatioTarget

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

func NewLowULRANUEThptRatioTargetWithDefaults

func NewLowULRANUEThptRatioTargetWithDefaults() *LowULRANUEThptRatioTarget

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

func (*LowULRANUEThptRatioTarget) GetTargetCondition

func (o *LowULRANUEThptRatioTarget) GetTargetCondition() string

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

func (*LowULRANUEThptRatioTarget) GetTargetConditionOk

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

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

func (*LowULRANUEThptRatioTarget) GetTargetContexts

func (o *LowULRANUEThptRatioTarget) GetTargetContexts() LowULRANUEThptContext

GetTargetContexts returns the TargetContexts field value if set, zero value otherwise.

func (*LowULRANUEThptRatioTarget) GetTargetContextsOk

func (o *LowULRANUEThptRatioTarget) GetTargetContextsOk() (*LowULRANUEThptContext, bool)

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

func (*LowULRANUEThptRatioTarget) GetTargetFulfilmentInfo

func (o *LowULRANUEThptRatioTarget) GetTargetFulfilmentInfo() FulfilmentInfo

GetTargetFulfilmentInfo returns the TargetFulfilmentInfo field value if set, zero value otherwise.

func (*LowULRANUEThptRatioTarget) GetTargetFulfilmentInfoOk

func (o *LowULRANUEThptRatioTarget) GetTargetFulfilmentInfoOk() (*FulfilmentInfo, bool)

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

func (*LowULRANUEThptRatioTarget) GetTargetName

func (o *LowULRANUEThptRatioTarget) GetTargetName() string

GetTargetName returns the TargetName field value if set, zero value otherwise.

func (*LowULRANUEThptRatioTarget) GetTargetNameOk

func (o *LowULRANUEThptRatioTarget) GetTargetNameOk() (*string, bool)

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

func (*LowULRANUEThptRatioTarget) GetTargetValueRange

func (o *LowULRANUEThptRatioTarget) GetTargetValueRange() int32

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

func (*LowULRANUEThptRatioTarget) GetTargetValueRangeOk

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

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

func (*LowULRANUEThptRatioTarget) HasTargetCondition

func (o *LowULRANUEThptRatioTarget) HasTargetCondition() bool

HasTargetCondition returns a boolean if a field has been set.

func (*LowULRANUEThptRatioTarget) HasTargetContexts

func (o *LowULRANUEThptRatioTarget) HasTargetContexts() bool

HasTargetContexts returns a boolean if a field has been set.

func (*LowULRANUEThptRatioTarget) HasTargetFulfilmentInfo

func (o *LowULRANUEThptRatioTarget) HasTargetFulfilmentInfo() bool

HasTargetFulfilmentInfo returns a boolean if a field has been set.

func (*LowULRANUEThptRatioTarget) HasTargetName

func (o *LowULRANUEThptRatioTarget) HasTargetName() bool

HasTargetName returns a boolean if a field has been set.

func (*LowULRANUEThptRatioTarget) HasTargetValueRange

func (o *LowULRANUEThptRatioTarget) HasTargetValueRange() bool

HasTargetValueRange returns a boolean if a field has been set.

func (LowULRANUEThptRatioTarget) MarshalJSON

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

func (*LowULRANUEThptRatioTarget) SetTargetCondition

func (o *LowULRANUEThptRatioTarget) SetTargetCondition(v string)

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

func (*LowULRANUEThptRatioTarget) SetTargetContexts

func (o *LowULRANUEThptRatioTarget) SetTargetContexts(v LowULRANUEThptContext)

SetTargetContexts gets a reference to the given LowULRANUEThptContext and assigns it to the TargetContexts field.

func (*LowULRANUEThptRatioTarget) SetTargetFulfilmentInfo

func (o *LowULRANUEThptRatioTarget) SetTargetFulfilmentInfo(v FulfilmentInfo)

SetTargetFulfilmentInfo gets a reference to the given FulfilmentInfo and assigns it to the TargetFulfilmentInfo field.

func (*LowULRANUEThptRatioTarget) SetTargetName

func (o *LowULRANUEThptRatioTarget) SetTargetName(v string)

SetTargetName gets a reference to the given string and assigns it to the TargetName field.

func (*LowULRANUEThptRatioTarget) SetTargetValueRange

func (o *LowULRANUEThptRatioTarget) SetTargetValueRange(v int32)

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

func (LowULRANUEThptRatioTarget) ToMap

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

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

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

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

func NewMaxNumberofUEsTarget

func NewMaxNumberofUEsTarget() *MaxNumberofUEsTarget

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

func NewMaxNumberofUEsTargetWithDefaults

func NewMaxNumberofUEsTargetWithDefaults() *MaxNumberofUEsTarget

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

func (*MaxNumberofUEsTarget) GetTargetAttribute

func (o *MaxNumberofUEsTarget) GetTargetAttribute() string

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

func (*MaxNumberofUEsTarget) GetTargetAttributeOk

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

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

func (*MaxNumberofUEsTarget) GetTargetCondition

func (o *MaxNumberofUEsTarget) GetTargetCondition() string

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

func (*MaxNumberofUEsTarget) GetTargetConditionOk

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

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

func (*MaxNumberofUEsTarget) GetTargetValueRange

func (o *MaxNumberofUEsTarget) GetTargetValueRange() int32

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

func (*MaxNumberofUEsTarget) GetTargetValueRangeOk

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

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

func (*MaxNumberofUEsTarget) HasTargetAttribute

func (o *MaxNumberofUEsTarget) HasTargetAttribute() bool

HasTargetAttribute returns a boolean if a field has been set.

func (*MaxNumberofUEsTarget) HasTargetCondition

func (o *MaxNumberofUEsTarget) HasTargetCondition() bool

HasTargetCondition returns a boolean if a field has been set.

func (*MaxNumberofUEsTarget) HasTargetValueRange

func (o *MaxNumberofUEsTarget) HasTargetValueRange() bool

HasTargetValueRange returns a boolean if a field has been set.

func (MaxNumberofUEsTarget) MarshalJSON

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

func (*MaxNumberofUEsTarget) SetTargetAttribute

func (o *MaxNumberofUEsTarget) SetTargetAttribute(v string)

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

func (*MaxNumberofUEsTarget) SetTargetCondition

func (o *MaxNumberofUEsTarget) SetTargetCondition(v string)

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

func (*MaxNumberofUEsTarget) SetTargetValueRange

func (o *MaxNumberofUEsTarget) SetTargetValueRange(v int32)

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

func (MaxNumberofUEsTarget) ToMap

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

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

type NRFqBandContext struct {
	ContextAttribute  *string  `json:"contextAttribute,omitempty"`
	ContextCondition  *string  `json:"contextCondition,omitempty"`
	ContextValueRange []string `json:"contextValueRange,omitempty"`
}

NRFqBandContext This data type is the \"ObjectContext\" data type with specialisations for NRFqBandContext

func NewNRFqBandContext

func NewNRFqBandContext() *NRFqBandContext

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

func NewNRFqBandContextWithDefaults

func NewNRFqBandContextWithDefaults() *NRFqBandContext

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

func (*NRFqBandContext) GetContextAttribute

func (o *NRFqBandContext) GetContextAttribute() string

GetContextAttribute returns the ContextAttribute field value if set, zero value otherwise.

func (*NRFqBandContext) GetContextAttributeOk

func (o *NRFqBandContext) GetContextAttributeOk() (*string, bool)

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

func (*NRFqBandContext) GetContextCondition

func (o *NRFqBandContext) GetContextCondition() string

GetContextCondition returns the ContextCondition field value if set, zero value otherwise.

func (*NRFqBandContext) GetContextConditionOk

func (o *NRFqBandContext) GetContextConditionOk() (*string, bool)

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

func (*NRFqBandContext) GetContextValueRange

func (o *NRFqBandContext) GetContextValueRange() []string

GetContextValueRange returns the ContextValueRange field value if set, zero value otherwise.

func (*NRFqBandContext) GetContextValueRangeOk

func (o *NRFqBandContext) GetContextValueRangeOk() ([]string, bool)

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

func (*NRFqBandContext) HasContextAttribute

func (o *NRFqBandContext) HasContextAttribute() bool

HasContextAttribute returns a boolean if a field has been set.

func (*NRFqBandContext) HasContextCondition

func (o *NRFqBandContext) HasContextCondition() bool

HasContextCondition returns a boolean if a field has been set.

func (*NRFqBandContext) HasContextValueRange

func (o *NRFqBandContext) HasContextValueRange() bool

HasContextValueRange returns a boolean if a field has been set.

func (NRFqBandContext) MarshalJSON

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

func (*NRFqBandContext) SetContextAttribute

func (o *NRFqBandContext) SetContextAttribute(v string)

SetContextAttribute gets a reference to the given string and assigns it to the ContextAttribute field.

func (*NRFqBandContext) SetContextCondition

func (o *NRFqBandContext) SetContextCondition(v string)

SetContextCondition gets a reference to the given string and assigns it to the ContextCondition field.

func (*NRFqBandContext) SetContextValueRange

func (o *NRFqBandContext) SetContextValueRange(v []string)

SetContextValueRange gets a reference to the given []string and assigns it to the ContextValueRange field.

func (NRFqBandContext) ToMap

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

type NodeFilter

type NodeFilter struct {
	AreaOfInterest *AreaOfInterest `json:"areaOfInterest,omitempty"`
	NetworkDomain  *string         `json:"networkDomain,omitempty"`
	CpUpType       *string         `json:"cpUpType,omitempty"`
	Sst            *int32          `json:"sst,omitempty"`
}

NodeFilter struct for NodeFilter

func NewNodeFilter

func NewNodeFilter() *NodeFilter

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

func NewNodeFilterWithDefaults

func NewNodeFilterWithDefaults() *NodeFilter

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

func (*NodeFilter) GetAreaOfInterest

func (o *NodeFilter) GetAreaOfInterest() AreaOfInterest

GetAreaOfInterest returns the AreaOfInterest field value if set, zero value otherwise.

func (*NodeFilter) GetAreaOfInterestOk

func (o *NodeFilter) GetAreaOfInterestOk() (*AreaOfInterest, bool)

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

func (*NodeFilter) GetCpUpType

func (o *NodeFilter) GetCpUpType() string

GetCpUpType returns the CpUpType field value if set, zero value otherwise.

func (*NodeFilter) GetCpUpTypeOk

func (o *NodeFilter) GetCpUpTypeOk() (*string, bool)

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

func (*NodeFilter) GetNetworkDomain

func (o *NodeFilter) GetNetworkDomain() string

GetNetworkDomain returns the NetworkDomain field value if set, zero value otherwise.

func (*NodeFilter) GetNetworkDomainOk

func (o *NodeFilter) GetNetworkDomainOk() (*string, bool)

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

func (*NodeFilter) GetSst

func (o *NodeFilter) GetSst() int32

GetSst returns the Sst field value if set, zero value otherwise.

func (*NodeFilter) GetSstOk

func (o *NodeFilter) GetSstOk() (*int32, bool)

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

func (*NodeFilter) HasAreaOfInterest

func (o *NodeFilter) HasAreaOfInterest() bool

HasAreaOfInterest returns a boolean if a field has been set.

func (*NodeFilter) HasCpUpType

func (o *NodeFilter) HasCpUpType() bool

HasCpUpType returns a boolean if a field has been set.

func (*NodeFilter) HasNetworkDomain

func (o *NodeFilter) HasNetworkDomain() bool

HasNetworkDomain returns a boolean if a field has been set.

func (*NodeFilter) HasSst

func (o *NodeFilter) HasSst() bool

HasSst returns a boolean if a field has been set.

func (NodeFilter) MarshalJSON

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

func (*NodeFilter) SetAreaOfInterest

func (o *NodeFilter) SetAreaOfInterest(v AreaOfInterest)

SetAreaOfInterest gets a reference to the given AreaOfInterest and assigns it to the AreaOfInterest field.

func (*NodeFilter) SetCpUpType

func (o *NodeFilter) SetCpUpType(v string)

SetCpUpType gets a reference to the given string and assigns it to the CpUpType field.

func (*NodeFilter) SetNetworkDomain

func (o *NodeFilter) SetNetworkDomain(v string)

SetNetworkDomain gets a reference to the given string and assigns it to the NetworkDomain field.

func (*NodeFilter) SetSst

func (o *NodeFilter) SetSst(v int32)

SetSst gets a reference to the given int32 and assigns it to the Sst field.

func (NodeFilter) ToMap

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

type NotFulfilledState

type NotFulfilledState string

NotFulfilledState the model 'NotFulfilledState'

const (
	ACKNOWLEDGED     NotFulfilledState = "ACKNOWLEDGED"
	COMPLIANT        NotFulfilledState = "COMPLIANT"
	DEGRADED         NotFulfilledState = "DEGRADED"
	SUSPENDED        NotFulfilledState = "SUSPENDED"
	TERMINATED       NotFulfilledState = "TERMINATED"
	FULFILMENTFAILED NotFulfilledState = "FULFILMENTFAILED"
)

List of NotFulfilledState

func NewNotFulfilledStateFromValue

func NewNotFulfilledStateFromValue(v string) (*NotFulfilledState, error)

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

func (NotFulfilledState) IsValid

func (v NotFulfilledState) IsValid() bool

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

func (NotFulfilledState) Ptr

Ptr returns reference to NotFulfilledState value

func (*NotFulfilledState) UnmarshalJSON

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

type NotificationType

type NotificationType struct {
	AlarmNotificationTypes     *AlarmNotificationTypes
	CmNotificationTypes        *CmNotificationTypes
	FileNotificationTypes      *FileNotificationTypes
	HeartbeatNotificationTypes *HeartbeatNotificationTypes
	PerfNotificationTypes      *PerfNotificationTypes
}

NotificationType - struct for NotificationType

func AlarmNotificationTypesAsNotificationType

func AlarmNotificationTypesAsNotificationType(v *AlarmNotificationTypes) NotificationType

AlarmNotificationTypesAsNotificationType is a convenience function that returns AlarmNotificationTypes wrapped in NotificationType

func CmNotificationTypesAsNotificationType

func CmNotificationTypesAsNotificationType(v *CmNotificationTypes) NotificationType

CmNotificationTypesAsNotificationType is a convenience function that returns CmNotificationTypes wrapped in NotificationType

func FileNotificationTypesAsNotificationType

func FileNotificationTypesAsNotificationType(v *FileNotificationTypes) NotificationType

FileNotificationTypesAsNotificationType is a convenience function that returns FileNotificationTypes wrapped in NotificationType

func HeartbeatNotificationTypesAsNotificationType

func HeartbeatNotificationTypesAsNotificationType(v *HeartbeatNotificationTypes) NotificationType

HeartbeatNotificationTypesAsNotificationType is a convenience function that returns HeartbeatNotificationTypes wrapped in NotificationType

func PerfNotificationTypesAsNotificationType

func PerfNotificationTypesAsNotificationType(v *PerfNotificationTypes) NotificationType

PerfNotificationTypesAsNotificationType is a convenience function that returns PerfNotificationTypes wrapped in NotificationType

func (*NotificationType) GetActualInstance

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

Get the actual instance

func (NotificationType) MarshalJSON

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

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

func (*NotificationType) UnmarshalJSON

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

Unmarshal JSON data into one of the pointers in the struct

type NtfSubscriptionControlSingle

type NtfSubscriptionControlSingle struct {
	Top
	Attributes       *NtfSubscriptionControlSingleAllOfAttributes `json:"attributes,omitempty"`
	HeartbeatControl *HeartbeatControlSingle                      `json:"HeartbeatControl,omitempty"`
}

NtfSubscriptionControlSingle struct for NtfSubscriptionControlSingle

func NewNtfSubscriptionControlSingle

func NewNtfSubscriptionControlSingle(id NullableString) *NtfSubscriptionControlSingle

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

func NewNtfSubscriptionControlSingleWithDefaults

func NewNtfSubscriptionControlSingleWithDefaults() *NtfSubscriptionControlSingle

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

func (*NtfSubscriptionControlSingle) GetAttributes

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 NullableActivityFactorTarget

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

func NewNullableActivityFactorTarget

func NewNullableActivityFactorTarget(val *ActivityFactorTarget) *NullableActivityFactorTarget

func (NullableActivityFactorTarget) Get

func (NullableActivityFactorTarget) IsSet

func (NullableActivityFactorTarget) MarshalJSON

func (v NullableActivityFactorTarget) MarshalJSON() ([]byte, error)

func (*NullableActivityFactorTarget) Set

func (*NullableActivityFactorTarget) UnmarshalJSON

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

func (*NullableActivityFactorTarget) Unset

func (v *NullableActivityFactorTarget) Unset()

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

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

func NewNullableAveDLRANUEThptTarget

func NewNullableAveDLRANUEThptTarget(val *AveDLRANUEThptTarget) *NullableAveDLRANUEThptTarget

func (NullableAveDLRANUEThptTarget) Get

func (NullableAveDLRANUEThptTarget) IsSet

func (NullableAveDLRANUEThptTarget) MarshalJSON

func (v NullableAveDLRANUEThptTarget) MarshalJSON() ([]byte, error)

func (*NullableAveDLRANUEThptTarget) Set

func (*NullableAveDLRANUEThptTarget) UnmarshalJSON

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

func (*NullableAveDLRANUEThptTarget) Unset

func (v *NullableAveDLRANUEThptTarget) Unset()

type NullableAveULRANUEThptTarget

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

func NewNullableAveULRANUEThptTarget

func NewNullableAveULRANUEThptTarget(val *AveULRANUEThptTarget) *NullableAveULRANUEThptTarget

func (NullableAveULRANUEThptTarget) Get

func (NullableAveULRANUEThptTarget) IsSet

func (NullableAveULRANUEThptTarget) MarshalJSON

func (v NullableAveULRANUEThptTarget) MarshalJSON() ([]byte, error)

func (*NullableAveULRANUEThptTarget) Set

func (*NullableAveULRANUEThptTarget) UnmarshalJSON

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

func (*NullableAveULRANUEThptTarget) Unset

func (v *NullableAveULRANUEThptTarget) Unset()

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

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

func NewNullableCondition

func NewNullableCondition(val *Condition) *NullableCondition

func (NullableCondition) Get

func (v NullableCondition) Get() *Condition

func (NullableCondition) IsSet

func (v NullableCondition) IsSet() bool

func (NullableCondition) MarshalJSON

func (v NullableCondition) MarshalJSON() ([]byte, error)

func (*NullableCondition) Set

func (v *NullableCondition) Set(val *Condition)

func (*NullableCondition) UnmarshalJSON

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

func (*NullableCondition) Unset

func (v *NullableCondition) Unset()

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

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

func (NullableCoverageAreaPolygonContext) Get

func (NullableCoverageAreaPolygonContext) IsSet

func (NullableCoverageAreaPolygonContext) MarshalJSON

func (v NullableCoverageAreaPolygonContext) MarshalJSON() ([]byte, error)

func (*NullableCoverageAreaPolygonContext) Set

func (*NullableCoverageAreaPolygonContext) UnmarshalJSON

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

func (*NullableCoverageAreaPolygonContext) Unset

type NullableCoverageAreaTAContext

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

func (NullableCoverageAreaTAContext) Get

func (NullableCoverageAreaTAContext) IsSet

func (NullableCoverageAreaTAContext) MarshalJSON

func (v NullableCoverageAreaTAContext) MarshalJSON() ([]byte, error)

func (*NullableCoverageAreaTAContext) Set

func (*NullableCoverageAreaTAContext) UnmarshalJSON

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

func (*NullableCoverageAreaTAContext) Unset

func (v *NullableCoverageAreaTAContext) Unset()

type NullableCoverageTACContext

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

func NewNullableCoverageTACContext

func NewNullableCoverageTACContext(val *CoverageTACContext) *NullableCoverageTACContext

func (NullableCoverageTACContext) Get

func (NullableCoverageTACContext) IsSet

func (v NullableCoverageTACContext) IsSet() bool

func (NullableCoverageTACContext) MarshalJSON

func (v NullableCoverageTACContext) MarshalJSON() ([]byte, error)

func (*NullableCoverageTACContext) Set

func (*NullableCoverageTACContext) UnmarshalJSON

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

func (*NullableCoverageTACContext) Unset

func (v *NullableCoverageTACContext) Unset()

type NullableDLLatencyTarget

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

func NewNullableDLLatencyTarget

func NewNullableDLLatencyTarget(val *DLLatencyTarget) *NullableDLLatencyTarget

func (NullableDLLatencyTarget) Get

func (NullableDLLatencyTarget) IsSet

func (v NullableDLLatencyTarget) IsSet() bool

func (NullableDLLatencyTarget) MarshalJSON

func (v NullableDLLatencyTarget) MarshalJSON() ([]byte, error)

func (*NullableDLLatencyTarget) Set

func (*NullableDLLatencyTarget) UnmarshalJSON

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

func (*NullableDLLatencyTarget) Unset

func (v *NullableDLLatencyTarget) Unset()

type NullableDLThptPerUETarget

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

func NewNullableDLThptPerUETarget

func NewNullableDLThptPerUETarget(val *DLThptPerUETarget) *NullableDLThptPerUETarget

func (NullableDLThptPerUETarget) Get

func (NullableDLThptPerUETarget) IsSet

func (v NullableDLThptPerUETarget) IsSet() bool

func (NullableDLThptPerUETarget) MarshalJSON

func (v NullableDLThptPerUETarget) MarshalJSON() ([]byte, error)

func (*NullableDLThptPerUETarget) Set

func (*NullableDLThptPerUETarget) UnmarshalJSON

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

func (*NullableDLThptPerUETarget) Unset

func (v *NullableDLThptPerUETarget) Unset()

type NullableEdgeIdenfiticationIdContext

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

func (NullableEdgeIdenfiticationIdContext) Get

func (NullableEdgeIdenfiticationIdContext) IsSet

func (NullableEdgeIdenfiticationIdContext) MarshalJSON

func (v NullableEdgeIdenfiticationIdContext) MarshalJSON() ([]byte, error)

func (*NullableEdgeIdenfiticationIdContext) Set

func (*NullableEdgeIdenfiticationIdContext) UnmarshalJSON

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

func (*NullableEdgeIdenfiticationIdContext) Unset

type NullableEdgeIdenfiticationLocContext

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

func (NullableEdgeIdenfiticationLocContext) Get

func (NullableEdgeIdenfiticationLocContext) IsSet

func (NullableEdgeIdenfiticationLocContext) MarshalJSON

func (v NullableEdgeIdenfiticationLocContext) MarshalJSON() ([]byte, error)

func (*NullableEdgeIdenfiticationLocContext) Set

func (*NullableEdgeIdenfiticationLocContext) UnmarshalJSON

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

func (*NullableEdgeIdenfiticationLocContext) Unset

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

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

func NewNullableExpectationContext

func NewNullableExpectationContext(val *ExpectationContext) *NullableExpectationContext

func (NullableExpectationContext) Get

func (NullableExpectationContext) IsSet

func (v NullableExpectationContext) IsSet() bool

func (NullableExpectationContext) MarshalJSON

func (v NullableExpectationContext) MarshalJSON() ([]byte, error)

func (*NullableExpectationContext) Set

func (*NullableExpectationContext) UnmarshalJSON

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

func (*NullableExpectationContext) Unset

func (v *NullableExpectationContext) Unset()

type NullableExpectationObject

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

func NewNullableExpectationObject

func NewNullableExpectationObject(val *ExpectationObject) *NullableExpectationObject

func (NullableExpectationObject) Get

func (NullableExpectationObject) IsSet

func (v NullableExpectationObject) IsSet() bool

func (NullableExpectationObject) MarshalJSON

func (v NullableExpectationObject) MarshalJSON() ([]byte, error)

func (*NullableExpectationObject) Set

func (*NullableExpectationObject) UnmarshalJSON

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

func (*NullableExpectationObject) Unset

func (v *NullableExpectationObject) Unset()

type NullableExpectationTarget

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

func NewNullableExpectationTarget

func NewNullableExpectationTarget(val *ExpectationTarget) *NullableExpectationTarget

func (NullableExpectationTarget) Get

func (NullableExpectationTarget) IsSet

func (v NullableExpectationTarget) IsSet() bool

func (NullableExpectationTarget) MarshalJSON

func (v NullableExpectationTarget) MarshalJSON() ([]byte, error)

func (*NullableExpectationTarget) Set

func (*NullableExpectationTarget) UnmarshalJSON

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

func (*NullableExpectationTarget) Unset

func (v *NullableExpectationTarget) Unset()

type NullableExpectationVerb

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

func NewNullableExpectationVerb

func NewNullableExpectationVerb(val *ExpectationVerb) *NullableExpectationVerb

func (NullableExpectationVerb) Get

func (NullableExpectationVerb) IsSet

func (v NullableExpectationVerb) IsSet() bool

func (NullableExpectationVerb) MarshalJSON

func (v NullableExpectationVerb) MarshalJSON() ([]byte, error)

func (*NullableExpectationVerb) Set

func (*NullableExpectationVerb) UnmarshalJSON

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

func (*NullableExpectationVerb) Unset

func (v *NullableExpectationVerb) Unset()

type NullableExposure

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

func NewNullableExposure

func NewNullableExposure(val *Exposure) *NullableExposure

func (NullableExposure) Get

func (v NullableExposure) Get() *Exposure

func (NullableExposure) IsSet

func (v NullableExposure) IsSet() bool

func (NullableExposure) MarshalJSON

func (v NullableExposure) MarshalJSON() ([]byte, error)

func (*NullableExposure) Set

func (v *NullableExposure) Set(val *Exposure)

func (*NullableExposure) UnmarshalJSON

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

func (*NullableExposure) Unset

func (v *NullableExposure) Unset()

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

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

func NewNullableFulfilStatus

func NewNullableFulfilStatus(val *FulfilStatus) *NullableFulfilStatus

func (NullableFulfilStatus) Get

func (NullableFulfilStatus) IsSet

func (v NullableFulfilStatus) IsSet() bool

func (NullableFulfilStatus) MarshalJSON

func (v NullableFulfilStatus) MarshalJSON() ([]byte, error)

func (*NullableFulfilStatus) Set

func (v *NullableFulfilStatus) Set(val *FulfilStatus)

func (*NullableFulfilStatus) UnmarshalJSON

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

func (*NullableFulfilStatus) Unset

func (v *NullableFulfilStatus) Unset()

type NullableFulfilmentInfo

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

func NewNullableFulfilmentInfo

func NewNullableFulfilmentInfo(val *FulfilmentInfo) *NullableFulfilmentInfo

func (NullableFulfilmentInfo) Get

func (NullableFulfilmentInfo) IsSet

func (v NullableFulfilmentInfo) IsSet() bool

func (NullableFulfilmentInfo) MarshalJSON

func (v NullableFulfilmentInfo) MarshalJSON() ([]byte, error)

func (*NullableFulfilmentInfo) Set

func (*NullableFulfilmentInfo) UnmarshalJSON

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

func (*NullableFulfilmentInfo) Unset

func (v *NullableFulfilmentInfo) Unset()

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

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

func NewNullableIntentContext

func NewNullableIntentContext(val *IntentContext) *NullableIntentContext

func (NullableIntentContext) Get

func (NullableIntentContext) IsSet

func (v NullableIntentContext) IsSet() bool

func (NullableIntentContext) MarshalJSON

func (v NullableIntentContext) MarshalJSON() ([]byte, error)

func (*NullableIntentContext) Set

func (v *NullableIntentContext) Set(val *IntentContext)

func (*NullableIntentContext) UnmarshalJSON

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

func (*NullableIntentContext) Unset

func (v *NullableIntentContext) Unset()

type NullableIntentExpectation

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

func NewNullableIntentExpectation

func NewNullableIntentExpectation(val *IntentExpectation) *NullableIntentExpectation

func (NullableIntentExpectation) Get

func (NullableIntentExpectation) IsSet

func (v NullableIntentExpectation) IsSet() bool

func (NullableIntentExpectation) MarshalJSON

func (v NullableIntentExpectation) MarshalJSON() ([]byte, error)

func (*NullableIntentExpectation) Set

func (*NullableIntentExpectation) UnmarshalJSON

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

func (*NullableIntentExpectation) Unset

func (v *NullableIntentExpectation) Unset()

type NullableIntentSingle

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

func NewNullableIntentSingle

func NewNullableIntentSingle(val *IntentSingle) *NullableIntentSingle

func (NullableIntentSingle) Get

func (NullableIntentSingle) IsSet

func (v NullableIntentSingle) IsSet() bool

func (NullableIntentSingle) MarshalJSON

func (v NullableIntentSingle) MarshalJSON() ([]byte, error)

func (*NullableIntentSingle) Set

func (v *NullableIntentSingle) Set(val *IntentSingle)

func (*NullableIntentSingle) UnmarshalJSON

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

func (*NullableIntentSingle) Unset

func (v *NullableIntentSingle) Unset()

type NullableIntentSingleAllOf

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

func NewNullableIntentSingleAllOf

func NewNullableIntentSingleAllOf(val *IntentSingleAllOf) *NullableIntentSingleAllOf

func (NullableIntentSingleAllOf) Get

func (NullableIntentSingleAllOf) IsSet

func (v NullableIntentSingleAllOf) IsSet() bool

func (NullableIntentSingleAllOf) MarshalJSON

func (v NullableIntentSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableIntentSingleAllOf) Set

func (*NullableIntentSingleAllOf) UnmarshalJSON

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

func (*NullableIntentSingleAllOf) Unset

func (v *NullableIntentSingleAllOf) Unset()

type NullableIntentSingleAllOfIntentExpectationsInner added in v1.18.0

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

func (NullableIntentSingleAllOfIntentExpectationsInner) Get added in v1.18.0

func (NullableIntentSingleAllOfIntentExpectationsInner) IsSet added in v1.18.0

func (NullableIntentSingleAllOfIntentExpectationsInner) MarshalJSON added in v1.18.0

func (*NullableIntentSingleAllOfIntentExpectationsInner) Set added in v1.18.0

func (*NullableIntentSingleAllOfIntentExpectationsInner) UnmarshalJSON added in v1.18.0

func (*NullableIntentSingleAllOfIntentExpectationsInner) Unset added in v1.18.0

type NullableIpAddr

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

func NewNullableIpAddr

func NewNullableIpAddr(val *IpAddr) *NullableIpAddr

func (NullableIpAddr) Get

func (v NullableIpAddr) Get() *IpAddr

func (NullableIpAddr) IsSet

func (v NullableIpAddr) IsSet() bool

func (NullableIpAddr) MarshalJSON

func (v NullableIpAddr) MarshalJSON() ([]byte, error)

func (*NullableIpAddr) Set

func (v *NullableIpAddr) Set(val *IpAddr)

func (*NullableIpAddr) UnmarshalJSON

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

func (*NullableIpAddr) Unset

func (v *NullableIpAddr) Unset()

type NullableIpv6Addr

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

func NewNullableIpv6Addr

func NewNullableIpv6Addr(val *Ipv6Addr) *NullableIpv6Addr

func (NullableIpv6Addr) Get

func (v NullableIpv6Addr) Get() *Ipv6Addr

func (NullableIpv6Addr) IsSet

func (v NullableIpv6Addr) IsSet() bool

func (NullableIpv6Addr) MarshalJSON

func (v NullableIpv6Addr) MarshalJSON() ([]byte, error)

func (*NullableIpv6Addr) Set

func (v *NullableIpv6Addr) Set(val *Ipv6Addr)

func (*NullableIpv6Addr) UnmarshalJSON

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

func (*NullableIpv6Addr) Unset

func (v *NullableIpv6Addr) Unset()

type NullableJobTypeType

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

func NewNullableJobTypeType

func NewNullableJobTypeType(val *JobTypeType) *NullableJobTypeType

func (NullableJobTypeType) Get

func (NullableJobTypeType) IsSet

func (v NullableJobTypeType) IsSet() bool

func (NullableJobTypeType) MarshalJSON

func (v NullableJobTypeType) MarshalJSON() ([]byte, error)

func (*NullableJobTypeType) Set

func (v *NullableJobTypeType) Set(val *JobTypeType)

func (*NullableJobTypeType) UnmarshalJSON

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

func (*NullableJobTypeType) Unset

func (v *NullableJobTypeType) Unset()

type NullableListOfInterfacesType

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

func NewNullableListOfInterfacesType

func NewNullableListOfInterfacesType(val *ListOfInterfacesType) *NullableListOfInterfacesType

func (NullableListOfInterfacesType) Get

func (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 NullableLowDLRANUEThptContext

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

func (NullableLowDLRANUEThptContext) Get

func (NullableLowDLRANUEThptContext) IsSet

func (NullableLowDLRANUEThptContext) MarshalJSON

func (v NullableLowDLRANUEThptContext) MarshalJSON() ([]byte, error)

func (*NullableLowDLRANUEThptContext) Set

func (*NullableLowDLRANUEThptContext) UnmarshalJSON

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

func (*NullableLowDLRANUEThptContext) Unset

func (v *NullableLowDLRANUEThptContext) Unset()

type NullableLowDLRANUEThptRatioTarget

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

func (NullableLowDLRANUEThptRatioTarget) Get

func (NullableLowDLRANUEThptRatioTarget) IsSet

func (NullableLowDLRANUEThptRatioTarget) MarshalJSON

func (v NullableLowDLRANUEThptRatioTarget) MarshalJSON() ([]byte, error)

func (*NullableLowDLRANUEThptRatioTarget) Set

func (*NullableLowDLRANUEThptRatioTarget) UnmarshalJSON

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

func (*NullableLowDLRANUEThptRatioTarget) Unset

type NullableLowSINRContext

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

func NewNullableLowSINRContext

func NewNullableLowSINRContext(val *LowSINRContext) *NullableLowSINRContext

func (NullableLowSINRContext) Get

func (NullableLowSINRContext) IsSet

func (v NullableLowSINRContext) IsSet() bool

func (NullableLowSINRContext) MarshalJSON

func (v NullableLowSINRContext) MarshalJSON() ([]byte, error)

func (*NullableLowSINRContext) Set

func (*NullableLowSINRContext) UnmarshalJSON

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

func (*NullableLowSINRContext) Unset

func (v *NullableLowSINRContext) Unset()

type NullableLowSINRRatioTarget

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

func NewNullableLowSINRRatioTarget

func NewNullableLowSINRRatioTarget(val *LowSINRRatioTarget) *NullableLowSINRRatioTarget

func (NullableLowSINRRatioTarget) Get

func (NullableLowSINRRatioTarget) IsSet

func (v NullableLowSINRRatioTarget) IsSet() bool

func (NullableLowSINRRatioTarget) MarshalJSON

func (v NullableLowSINRRatioTarget) MarshalJSON() ([]byte, error)

func (*NullableLowSINRRatioTarget) Set

func (*NullableLowSINRRatioTarget) UnmarshalJSON

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

func (*NullableLowSINRRatioTarget) Unset

func (v *NullableLowSINRRatioTarget) Unset()

type NullableLowULRANUEThptContext

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

func (NullableLowULRANUEThptContext) Get

func (NullableLowULRANUEThptContext) IsSet

func (NullableLowULRANUEThptContext) MarshalJSON

func (v NullableLowULRANUEThptContext) MarshalJSON() ([]byte, error)

func (*NullableLowULRANUEThptContext) Set

func (*NullableLowULRANUEThptContext) UnmarshalJSON

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

func (*NullableLowULRANUEThptContext) Unset

func (v *NullableLowULRANUEThptContext) Unset()

type NullableLowULRANUEThptRatioTarget

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

func (NullableLowULRANUEThptRatioTarget) Get

func (NullableLowULRANUEThptRatioTarget) IsSet

func (NullableLowULRANUEThptRatioTarget) MarshalJSON

func (v NullableLowULRANUEThptRatioTarget) MarshalJSON() ([]byte, error)

func (*NullableLowULRANUEThptRatioTarget) Set

func (*NullableLowULRANUEThptRatioTarget) UnmarshalJSON

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

func (*NullableLowULRANUEThptRatioTarget) Unset

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

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

func NewNullableMaxNumberofUEsTarget

func NewNullableMaxNumberofUEsTarget(val *MaxNumberofUEsTarget) *NullableMaxNumberofUEsTarget

func (NullableMaxNumberofUEsTarget) Get

func (NullableMaxNumberofUEsTarget) IsSet

func (NullableMaxNumberofUEsTarget) MarshalJSON

func (v NullableMaxNumberofUEsTarget) MarshalJSON() ([]byte, error)

func (*NullableMaxNumberofUEsTarget) Set

func (*NullableMaxNumberofUEsTarget) UnmarshalJSON

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

func (*NullableMaxNumberofUEsTarget) Unset

func (v *NullableMaxNumberofUEsTarget) Unset()

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

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

func NewNullableNRFqBandContext

func NewNullableNRFqBandContext(val *NRFqBandContext) *NullableNRFqBandContext

func (NullableNRFqBandContext) Get

func (NullableNRFqBandContext) IsSet

func (v NullableNRFqBandContext) IsSet() bool

func (NullableNRFqBandContext) MarshalJSON

func (v NullableNRFqBandContext) MarshalJSON() ([]byte, error)

func (*NullableNRFqBandContext) Set

func (*NullableNRFqBandContext) UnmarshalJSON

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

func (*NullableNRFqBandContext) Unset

func (v *NullableNRFqBandContext) Unset()

type NullableNodeFilter

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

func NewNullableNodeFilter

func NewNullableNodeFilter(val *NodeFilter) *NullableNodeFilter

func (NullableNodeFilter) Get

func (v NullableNodeFilter) Get() *NodeFilter

func (NullableNodeFilter) IsSet

func (v NullableNodeFilter) IsSet() bool

func (NullableNodeFilter) MarshalJSON

func (v NullableNodeFilter) MarshalJSON() ([]byte, error)

func (*NullableNodeFilter) Set

func (v *NullableNodeFilter) Set(val *NodeFilter)

func (*NullableNodeFilter) UnmarshalJSON

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

func (*NullableNodeFilter) Unset

func (v *NullableNodeFilter) Unset()

type NullableNotFulfilledState

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

func NewNullableNotFulfilledState

func NewNullableNotFulfilledState(val *NotFulfilledState) *NullableNotFulfilledState

func (NullableNotFulfilledState) Get

func (NullableNotFulfilledState) IsSet

func (v NullableNotFulfilledState) IsSet() bool

func (NullableNotFulfilledState) MarshalJSON

func (v NullableNotFulfilledState) MarshalJSON() ([]byte, error)

func (*NullableNotFulfilledState) Set

func (*NullableNotFulfilledState) UnmarshalJSON

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

func (*NullableNotFulfilledState) Unset

func (v *NullableNotFulfilledState) Unset()

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

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

func NewNullableObjectContext

func NewNullableObjectContext(val *ObjectContext) *NullableObjectContext

func (NullableObjectContext) Get

func (NullableObjectContext) IsSet

func (v NullableObjectContext) IsSet() bool

func (NullableObjectContext) MarshalJSON

func (v NullableObjectContext) MarshalJSON() ([]byte, error)

func (*NullableObjectContext) Set

func (v *NullableObjectContext) Set(val *ObjectContext)

func (*NullableObjectContext) UnmarshalJSON

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

func (*NullableObjectContext) Unset

func (v *NullableObjectContext) Unset()

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

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

func NewNullablePLMNContext

func NewNullablePLMNContext(val *PLMNContext) *NullablePLMNContext

func (NullablePLMNContext) Get

func (NullablePLMNContext) IsSet

func (v NullablePLMNContext) IsSet() bool

func (NullablePLMNContext) MarshalJSON

func (v NullablePLMNContext) MarshalJSON() ([]byte, error)

func (*NullablePLMNContext) Set

func (v *NullablePLMNContext) Set(val *PLMNContext)

func (*NullablePLMNContext) UnmarshalJSON

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

func (*NullablePLMNContext) Unset

func (v *NullablePLMNContext) Unset()

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

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

func NewNullablePlmnListTypeInner

func NewNullablePlmnListTypeInner(val *PlmnListTypeInner) *NullablePlmnListTypeInner

func (NullablePlmnListTypeInner) Get

func (NullablePlmnListTypeInner) IsSet

func (v NullablePlmnListTypeInner) IsSet() bool

func (NullablePlmnListTypeInner) MarshalJSON

func (v NullablePlmnListTypeInner) MarshalJSON() ([]byte, error)

func (*NullablePlmnListTypeInner) Set

func (*NullablePlmnListTypeInner) UnmarshalJSON

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

func (*NullablePlmnListTypeInner) Unset

func (v *NullablePlmnListTypeInner) Unset()

type NullablePlmnTargetType

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

func NewNullablePlmnTargetType

func NewNullablePlmnTargetType(val *PlmnTargetType) *NullablePlmnTargetType

func (NullablePlmnTargetType) Get

func (NullablePlmnTargetType) IsSet

func (v NullablePlmnTargetType) IsSet() bool

func (NullablePlmnTargetType) MarshalJSON

func (v NullablePlmnTargetType) MarshalJSON() ([]byte, error)

func (*NullablePlmnTargetType) Set

func (*NullablePlmnTargetType) UnmarshalJSON

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

func (*NullablePlmnTargetType) Unset

func (v *NullablePlmnTargetType) Unset()

type NullablePositioningMethodType

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

func (NullablePositioningMethodType) Get

func (NullablePositioningMethodType) IsSet

func (NullablePositioningMethodType) MarshalJSON

func (v NullablePositioningMethodType) MarshalJSON() ([]byte, error)

func (*NullablePositioningMethodType) Set

func (*NullablePositioningMethodType) UnmarshalJSON

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

func (*NullablePositioningMethodType) Unset

func (v *NullablePositioningMethodType) Unset()

type NullableProbableCause

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

func NewNullableProbableCause

func NewNullableProbableCause(val *ProbableCause) *NullableProbableCause

func (NullableProbableCause) Get

func (NullableProbableCause) IsSet

func (v NullableProbableCause) IsSet() bool

func (NullableProbableCause) MarshalJSON

func (v NullableProbableCause) MarshalJSON() ([]byte, error)

func (*NullableProbableCause) Set

func (v *NullableProbableCause) Set(val *ProbableCause)

func (*NullableProbableCause) UnmarshalJSON

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

func (*NullableProbableCause) Unset

func (v *NullableProbableCause) Unset()

type NullableProbableCauseOneOf added in v1.18.0

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

func NewNullableProbableCauseOneOf added in v1.18.0

func NewNullableProbableCauseOneOf(val *ProbableCauseOneOf) *NullableProbableCauseOneOf

func (NullableProbableCauseOneOf) Get added in v1.18.0

func (NullableProbableCauseOneOf) IsSet added in v1.18.0

func (v NullableProbableCauseOneOf) IsSet() bool

func (NullableProbableCauseOneOf) MarshalJSON added in v1.18.0

func (v NullableProbableCauseOneOf) MarshalJSON() ([]byte, error)

func (*NullableProbableCauseOneOf) Set added in v1.18.0

func (*NullableProbableCauseOneOf) UnmarshalJSON added in v1.18.0

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

func (*NullableProbableCauseOneOf) Unset added in v1.18.0

func (v *NullableProbableCauseOneOf) Unset()

type NullableRATContext

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

func NewNullableRATContext

func NewNullableRATContext(val *RATContext) *NullableRATContext

func (NullableRATContext) Get

func (v NullableRATContext) Get() *RATContext

func (NullableRATContext) IsSet

func (v NullableRATContext) IsSet() bool

func (NullableRATContext) MarshalJSON

func (v NullableRATContext) MarshalJSON() ([]byte, error)

func (*NullableRATContext) Set

func (v *NullableRATContext) Set(val *RATContext)

func (*NullableRATContext) UnmarshalJSON

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

func (*NullableRATContext) Unset

func (v *NullableRATContext) Unset()

type NullableRadioNetworkExpectation

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

func (NullableRadioNetworkExpectation) Get

func (NullableRadioNetworkExpectation) IsSet

func (NullableRadioNetworkExpectation) MarshalJSON

func (v NullableRadioNetworkExpectation) MarshalJSON() ([]byte, error)

func (*NullableRadioNetworkExpectation) Set

func (*NullableRadioNetworkExpectation) UnmarshalJSON

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

func (*NullableRadioNetworkExpectation) Unset

type NullableRadioNetworkExpectationExpectationTargetsInner

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

func (NullableRadioNetworkExpectationExpectationTargetsInner) Get

func (NullableRadioNetworkExpectationExpectationTargetsInner) IsSet

func (NullableRadioNetworkExpectationExpectationTargetsInner) MarshalJSON

func (*NullableRadioNetworkExpectationExpectationTargetsInner) Set

func (*NullableRadioNetworkExpectationExpectationTargetsInner) UnmarshalJSON

func (*NullableRadioNetworkExpectationExpectationTargetsInner) Unset

type NullableRadioNetworkExpectationObject

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

func (NullableRadioNetworkExpectationObject) Get

func (NullableRadioNetworkExpectationObject) IsSet

func (NullableRadioNetworkExpectationObject) MarshalJSON

func (v NullableRadioNetworkExpectationObject) MarshalJSON() ([]byte, error)

func (*NullableRadioNetworkExpectationObject) Set

func (*NullableRadioNetworkExpectationObject) UnmarshalJSON

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

func (*NullableRadioNetworkExpectationObject) Unset

type NullableRadioNetworkExpectationObjectObjectContextsInner

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

func (NullableRadioNetworkExpectationObjectObjectContextsInner) Get

func (NullableRadioNetworkExpectationObjectObjectContextsInner) IsSet

func (NullableRadioNetworkExpectationObjectObjectContextsInner) MarshalJSON

func (*NullableRadioNetworkExpectationObjectObjectContextsInner) Set

func (*NullableRadioNetworkExpectationObjectObjectContextsInner) UnmarshalJSON

func (*NullableRadioNetworkExpectationObjectObjectContextsInner) Unset

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

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

func (NullableResourceSharingLevelContext) Get

func (NullableResourceSharingLevelContext) IsSet

func (NullableResourceSharingLevelContext) MarshalJSON

func (v NullableResourceSharingLevelContext) MarshalJSON() ([]byte, error)

func (*NullableResourceSharingLevelContext) Set

func (*NullableResourceSharingLevelContext) UnmarshalJSON

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

func (*NullableResourceSharingLevelContext) Unset

type NullableResourcesIntentNrm

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

func NewNullableResourcesIntentNrm

func NewNullableResourcesIntentNrm(val *ResourcesIntentNrm) *NullableResourcesIntentNrm

func (NullableResourcesIntentNrm) Get

func (NullableResourcesIntentNrm) IsSet

func (v NullableResourcesIntentNrm) IsSet() bool

func (NullableResourcesIntentNrm) MarshalJSON

func (v NullableResourcesIntentNrm) MarshalJSON() ([]byte, error)

func (*NullableResourcesIntentNrm) Set

func (*NullableResourcesIntentNrm) UnmarshalJSON

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

func (*NullableResourcesIntentNrm) Unset

func (v *NullableResourcesIntentNrm) Unset()

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

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

func NewNullableServAttrCom

func NewNullableServAttrCom(val *ServAttrCom) *NullableServAttrCom

func (NullableServAttrCom) Get

func (NullableServAttrCom) IsSet

func (v NullableServAttrCom) IsSet() bool

func (NullableServAttrCom) MarshalJSON

func (v NullableServAttrCom) MarshalJSON() ([]byte, error)

func (*NullableServAttrCom) Set

func (v *NullableServAttrCom) Set(val *ServAttrCom)

func (*NullableServAttrCom) UnmarshalJSON

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

func (*NullableServAttrCom) Unset

func (v *NullableServAttrCom) Unset()

type NullableServiceEndTimeContext

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

func (NullableServiceEndTimeContext) Get

func (NullableServiceEndTimeContext) IsSet

func (NullableServiceEndTimeContext) MarshalJSON

func (v NullableServiceEndTimeContext) MarshalJSON() ([]byte, error)

func (*NullableServiceEndTimeContext) Set

func (*NullableServiceEndTimeContext) UnmarshalJSON

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

func (*NullableServiceEndTimeContext) Unset

func (v *NullableServiceEndTimeContext) Unset()

type NullableServiceStartTimeContext

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

func (NullableServiceStartTimeContext) Get

func (NullableServiceStartTimeContext) IsSet

func (NullableServiceStartTimeContext) MarshalJSON

func (v NullableServiceStartTimeContext) MarshalJSON() ([]byte, error)

func (*NullableServiceStartTimeContext) Set

func (*NullableServiceStartTimeContext) UnmarshalJSON

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

func (*NullableServiceStartTimeContext) Unset

type NullableServiceSupportExpectation

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

func (NullableServiceSupportExpectation) Get

func (NullableServiceSupportExpectation) IsSet

func (NullableServiceSupportExpectation) MarshalJSON

func (v NullableServiceSupportExpectation) MarshalJSON() ([]byte, error)

func (*NullableServiceSupportExpectation) Set

func (*NullableServiceSupportExpectation) UnmarshalJSON

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

func (*NullableServiceSupportExpectation) Unset

type NullableServiceSupportExpectationExpectationContextsInner

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

func (NullableServiceSupportExpectationExpectationContextsInner) Get

func (NullableServiceSupportExpectationExpectationContextsInner) IsSet

func (NullableServiceSupportExpectationExpectationContextsInner) MarshalJSON

func (*NullableServiceSupportExpectationExpectationContextsInner) Set

func (*NullableServiceSupportExpectationExpectationContextsInner) UnmarshalJSON

func (*NullableServiceSupportExpectationExpectationContextsInner) Unset

type NullableServiceSupportExpectationExpectationTargetsInner

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

func (NullableServiceSupportExpectationExpectationTargetsInner) Get

func (NullableServiceSupportExpectationExpectationTargetsInner) IsSet

func (NullableServiceSupportExpectationExpectationTargetsInner) MarshalJSON

func (*NullableServiceSupportExpectationExpectationTargetsInner) Set

func (*NullableServiceSupportExpectationExpectationTargetsInner) UnmarshalJSON

func (*NullableServiceSupportExpectationExpectationTargetsInner) Unset

type NullableServiceSupportExpectationObject

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

func (NullableServiceSupportExpectationObject) Get

func (NullableServiceSupportExpectationObject) IsSet

func (NullableServiceSupportExpectationObject) MarshalJSON

func (v NullableServiceSupportExpectationObject) MarshalJSON() ([]byte, error)

func (*NullableServiceSupportExpectationObject) Set

func (*NullableServiceSupportExpectationObject) UnmarshalJSON

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

func (*NullableServiceSupportExpectationObject) Unset

type NullableServiceSupportExpectationObjectObjectContextsInner

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

func (NullableServiceSupportExpectationObjectObjectContextsInner) Get

func (NullableServiceSupportExpectationObjectObjectContextsInner) IsSet

func (NullableServiceSupportExpectationObjectObjectContextsInner) MarshalJSON

func (*NullableServiceSupportExpectationObjectObjectContextsInner) Set

func (*NullableServiceSupportExpectationObjectObjectContextsInner) UnmarshalJSON

func (*NullableServiceSupportExpectationObjectObjectContextsInner) Unset

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

func (*NullableString) UnmarshalJSON

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

func (*NullableString) Unset

func (v *NullableString) Unset()

type NullableSubNetworkAttr

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

func NewNullableSubNetworkAttr

func NewNullableSubNetworkAttr(val *SubNetworkAttr) *NullableSubNetworkAttr

func (NullableSubNetworkAttr) Get

func (NullableSubNetworkAttr) IsSet

func (v NullableSubNetworkAttr) IsSet() bool

func (NullableSubNetworkAttr) MarshalJSON

func (v NullableSubNetworkAttr) MarshalJSON() ([]byte, error)

func (*NullableSubNetworkAttr) Set

func (*NullableSubNetworkAttr) UnmarshalJSON

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

func (*NullableSubNetworkAttr) Unset

func (v *NullableSubNetworkAttr) Unset()

type NullableSubNetworkNcO

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

func NewNullableSubNetworkNcO

func NewNullableSubNetworkNcO(val *SubNetworkNcO) *NullableSubNetworkNcO

func (NullableSubNetworkNcO) Get

func (NullableSubNetworkNcO) IsSet

func (v NullableSubNetworkNcO) IsSet() bool

func (NullableSubNetworkNcO) MarshalJSON

func (v NullableSubNetworkNcO) MarshalJSON() ([]byte, error)

func (*NullableSubNetworkNcO) Set

func (v *NullableSubNetworkNcO) Set(val *SubNetworkNcO)

func (*NullableSubNetworkNcO) UnmarshalJSON

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

func (*NullableSubNetworkNcO) Unset

func (v *NullableSubNetworkNcO) Unset()

type NullableSubNetworkSingle

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

func NewNullableSubNetworkSingle

func NewNullableSubNetworkSingle(val *SubNetworkSingle) *NullableSubNetworkSingle

func (NullableSubNetworkSingle) Get

func (NullableSubNetworkSingle) IsSet

func (v NullableSubNetworkSingle) IsSet() bool

func (NullableSubNetworkSingle) MarshalJSON

func (v NullableSubNetworkSingle) MarshalJSON() ([]byte, error)

func (*NullableSubNetworkSingle) Set

func (*NullableSubNetworkSingle) UnmarshalJSON

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

func (*NullableSubNetworkSingle) Unset

func (v *NullableSubNetworkSingle) Unset()

type NullableSubNetworkSingleAllOf

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

func (NullableSubNetworkSingleAllOf) Get

func (NullableSubNetworkSingleAllOf) IsSet

func (NullableSubNetworkSingleAllOf) MarshalJSON

func (v NullableSubNetworkSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableSubNetworkSingleAllOf) Set

func (*NullableSubNetworkSingleAllOf) UnmarshalJSON

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

func (*NullableSubNetworkSingleAllOf) Unset

func (v *NullableSubNetworkSingleAllOf) Unset()

type NullableSubNetworkSingleAllOf1

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

func (NullableSubNetworkSingleAllOf1) Get

func (NullableSubNetworkSingleAllOf1) IsSet

func (NullableSubNetworkSingleAllOf1) MarshalJSON

func (v NullableSubNetworkSingleAllOf1) MarshalJSON() ([]byte, error)

func (*NullableSubNetworkSingleAllOf1) Set

func (*NullableSubNetworkSingleAllOf1) UnmarshalJSON

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

func (*NullableSubNetworkSingleAllOf1) Unset

func (v *NullableSubNetworkSingleAllOf1) Unset()

type NullableSupportedPerfMetricGroup

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

func (NullableSupportedPerfMetricGroup) Get

func (NullableSupportedPerfMetricGroup) IsSet

func (NullableSupportedPerfMetricGroup) MarshalJSON

func (v NullableSupportedPerfMetricGroup) MarshalJSON() ([]byte, error)

func (*NullableSupportedPerfMetricGroup) Set

func (*NullableSupportedPerfMetricGroup) UnmarshalJSON

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

func (*NullableSupportedPerfMetricGroup) Unset

type NullableTai

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

func NewNullableTai

func NewNullableTai(val *Tai) *NullableTai

func (NullableTai) Get

func (v NullableTai) Get() *Tai

func (NullableTai) IsSet

func (v NullableTai) IsSet() bool

func (NullableTai) MarshalJSON

func (v NullableTai) MarshalJSON() ([]byte, error)

func (*NullableTai) Set

func (v *NullableTai) Set(val *Tai)

func (*NullableTai) UnmarshalJSON

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

func (*NullableTai) Unset

func (v *NullableTai) Unset()

type NullableTargetContext

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

func NewNullableTargetContext

func NewNullableTargetContext(val *TargetContext) *NullableTargetContext

func (NullableTargetContext) Get

func (NullableTargetContext) IsSet

func (v NullableTargetContext) IsSet() bool

func (NullableTargetContext) MarshalJSON

func (v NullableTargetContext) MarshalJSON() ([]byte, error)

func (*NullableTargetContext) Set

func (v *NullableTargetContext) Set(val *TargetContext)

func (*NullableTargetContext) UnmarshalJSON

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

func (*NullableTargetContext) Unset

func (v *NullableTargetContext) Unset()

type NullableThresholdInfo

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

func NewNullableThresholdInfo

func NewNullableThresholdInfo(val *ThresholdInfo) *NullableThresholdInfo

func (NullableThresholdInfo) Get

func (NullableThresholdInfo) IsSet

func (v NullableThresholdInfo) IsSet() bool

func (NullableThresholdInfo) MarshalJSON

func (v NullableThresholdInfo) MarshalJSON() ([]byte, error)

func (*NullableThresholdInfo) Set

func (v *NullableThresholdInfo) Set(val *ThresholdInfo)

func (*NullableThresholdInfo) UnmarshalJSON

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

func (*NullableThresholdInfo) Unset

func (v *NullableThresholdInfo) Unset()

type NullableThresholdInfo1

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

func NewNullableThresholdInfo1

func NewNullableThresholdInfo1(val *ThresholdInfo1) *NullableThresholdInfo1

func (NullableThresholdInfo1) Get

func (NullableThresholdInfo1) IsSet

func (v NullableThresholdInfo1) IsSet() bool

func (NullableThresholdInfo1) MarshalJSON

func (v NullableThresholdInfo1) MarshalJSON() ([]byte, error)

func (*NullableThresholdInfo1) Set

func (*NullableThresholdInfo1) UnmarshalJSON

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

func (*NullableThresholdInfo1) Unset

func (v *NullableThresholdInfo1) Unset()

type NullableThresholdInfoHysteresis

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

func (NullableThresholdInfoHysteresis) Get

func (NullableThresholdInfoHysteresis) IsSet

func (NullableThresholdInfoHysteresis) MarshalJSON

func (v NullableThresholdInfoHysteresis) MarshalJSON() ([]byte, error)

func (*NullableThresholdInfoHysteresis) Set

func (*NullableThresholdInfoHysteresis) UnmarshalJSON

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

func (*NullableThresholdInfoHysteresis) Unset

type NullableThresholdInfoThresholdValue

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

func (NullableThresholdInfoThresholdValue) Get

func (NullableThresholdInfoThresholdValue) IsSet

func (NullableThresholdInfoThresholdValue) MarshalJSON

func (v NullableThresholdInfoThresholdValue) MarshalJSON() ([]byte, error)

func (*NullableThresholdInfoThresholdValue) Set

func (*NullableThresholdInfoThresholdValue) UnmarshalJSON

func (v *NullableThresholdInfoThresholdValue) UnmarshalJSON(src []byte) error

func (*NullableThresholdInfoThresholdValue) Unset

type NullableThresholdLevelInd

type NullableThresholdLevelInd struct {
	// contains filtered or unexported fields
}

func NewNullableThresholdLevelInd

func NewNullableThresholdLevelInd(val *ThresholdLevelInd) *NullableThresholdLevelInd

func (NullableThresholdLevelInd) Get

func (NullableThresholdLevelInd) IsSet

func (v NullableThresholdLevelInd) IsSet() bool

func (NullableThresholdLevelInd) MarshalJSON

func (v NullableThresholdLevelInd) MarshalJSON() ([]byte, error)

func (*NullableThresholdLevelInd) Set

func (*NullableThresholdLevelInd) UnmarshalJSON

func (v *NullableThresholdLevelInd) UnmarshalJSON(src []byte) error

func (*NullableThresholdLevelInd) Unset

func (v *NullableThresholdLevelInd) Unset()

type NullableThresholdLevelIndOneOf

type NullableThresholdLevelIndOneOf struct {
	// contains filtered or unexported fields
}

func (NullableThresholdLevelIndOneOf) Get

func (NullableThresholdLevelIndOneOf) IsSet

func (NullableThresholdLevelIndOneOf) MarshalJSON

func (v NullableThresholdLevelIndOneOf) MarshalJSON() ([]byte, error)

func (*NullableThresholdLevelIndOneOf) Set

func (*NullableThresholdLevelIndOneOf) UnmarshalJSON

func (v *NullableThresholdLevelIndOneOf) UnmarshalJSON(src []byte) error

func (*NullableThresholdLevelIndOneOf) Unset

func (v *NullableThresholdLevelIndOneOf) Unset()

type NullableThresholdLevelIndOneOf1

type NullableThresholdLevelIndOneOf1 struct {
	// contains filtered or unexported fields
}

func (NullableThresholdLevelIndOneOf1) Get

func (NullableThresholdLevelIndOneOf1) IsSet

func (NullableThresholdLevelIndOneOf1) MarshalJSON

func (v NullableThresholdLevelIndOneOf1) MarshalJSON() ([]byte, error)

func (*NullableThresholdLevelIndOneOf1) Set

func (*NullableThresholdLevelIndOneOf1) UnmarshalJSON

func (v *NullableThresholdLevelIndOneOf1) UnmarshalJSON(src []byte) error

func (*NullableThresholdLevelIndOneOf1) Unset

type NullableThresholdMonitorSingle

type NullableThresholdMonitorSingle struct {
	// contains filtered or unexported fields
}

func (NullableThresholdMonitorSingle) Get

func (NullableThresholdMonitorSingle) IsSet

func (NullableThresholdMonitorSingle) MarshalJSON

func (v NullableThresholdMonitorSingle) MarshalJSON() ([]byte, error)

func (*NullableThresholdMonitorSingle) Set

func (*NullableThresholdMonitorSingle) UnmarshalJSON

func (v *NullableThresholdMonitorSingle) UnmarshalJSON(src []byte) error

func (*NullableThresholdMonitorSingle) Unset

func (v *NullableThresholdMonitorSingle) Unset()

type NullableThresholdMonitorSingleAllOf

type NullableThresholdMonitorSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableThresholdMonitorSingleAllOf) Get

func (NullableThresholdMonitorSingleAllOf) IsSet

func (NullableThresholdMonitorSingleAllOf) MarshalJSON

func (v NullableThresholdMonitorSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableThresholdMonitorSingleAllOf) Set

func (*NullableThresholdMonitorSingleAllOf) UnmarshalJSON

func (v *NullableThresholdMonitorSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableThresholdMonitorSingleAllOf) Unset

type NullableThresholdMonitorSingleAllOfAttributes

type NullableThresholdMonitorSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableThresholdMonitorSingleAllOfAttributes) Get

func (NullableThresholdMonitorSingleAllOfAttributes) IsSet

func (NullableThresholdMonitorSingleAllOfAttributes) MarshalJSON

func (*NullableThresholdMonitorSingleAllOfAttributes) Set

func (*NullableThresholdMonitorSingleAllOfAttributes) UnmarshalJSON

func (*NullableThresholdMonitorSingleAllOfAttributes) Unset

type NullableTime

type NullableTime struct {
	// contains filtered or unexported fields
}

func NewNullableTime

func NewNullableTime(val *time.Time) *NullableTime

func (NullableTime) Get

func (v NullableTime) Get() *time.Time

func (NullableTime) IsSet

func (v NullableTime) IsSet() bool

func (NullableTime) MarshalJSON

func (v NullableTime) MarshalJSON() ([]byte, error)

func (*NullableTime) Set

func (v *NullableTime) Set(val *time.Time)

func (*NullableTime) UnmarshalJSON

func (v *NullableTime) UnmarshalJSON(src []byte) error

func (*NullableTime) Unset

func (v *NullableTime) Unset()

type NullableTimeToTriggerL1Type

type NullableTimeToTriggerL1Type struct {
	// contains filtered or unexported fields
}

func NewNullableTimeToTriggerL1Type

func NewNullableTimeToTriggerL1Type(val *TimeToTriggerL1Type) *NullableTimeToTriggerL1Type

func (NullableTimeToTriggerL1Type) Get

func (NullableTimeToTriggerL1Type) IsSet

func (NullableTimeToTriggerL1Type) MarshalJSON

func (v NullableTimeToTriggerL1Type) MarshalJSON() ([]byte, error)

func (*NullableTimeToTriggerL1Type) Set

func (*NullableTimeToTriggerL1Type) UnmarshalJSON

func (v *NullableTimeToTriggerL1Type) UnmarshalJSON(src []byte) error

func (*NullableTimeToTriggerL1Type) Unset

func (v *NullableTimeToTriggerL1Type) Unset()

type NullableTimeWindow

type NullableTimeWindow struct {
	// contains filtered or unexported fields
}

func NewNullableTimeWindow

func NewNullableTimeWindow(val *TimeWindow) *NullableTimeWindow

func (NullableTimeWindow) Get

func (v NullableTimeWindow) Get() *TimeWindow

func (NullableTimeWindow) IsSet

func (v NullableTimeWindow) IsSet() bool

func (NullableTimeWindow) MarshalJSON

func (v NullableTimeWindow) MarshalJSON() ([]byte, error)

func (*NullableTimeWindow) Set

func (v *NullableTimeWindow) Set(val *TimeWindow)

func (*NullableTimeWindow) UnmarshalJSON

func (v *NullableTimeWindow) UnmarshalJSON(src []byte) error

func (*NullableTimeWindow) Unset

func (v *NullableTimeWindow) Unset()

type NullableTop

type NullableTop struct {
	// contains filtered or unexported fields
}

func NewNullableTop

func NewNullableTop(val *Top) *NullableTop

func (NullableTop) Get

func (v NullableTop) Get() *Top

func (NullableTop) IsSet

func (v NullableTop) IsSet() bool

func (NullableTop) MarshalJSON

func (v NullableTop) MarshalJSON() ([]byte, error)

func (*NullableTop) Set

func (v *NullableTop) Set(val *Top)

func (*NullableTop) UnmarshalJSON

func (v *NullableTop) UnmarshalJSON(src []byte) error

func (*NullableTop) Unset

func (v *NullableTop) Unset()

type NullableTraceDepthType

type NullableTraceDepthType struct {
	// contains filtered or unexported fields
}

func NewNullableTraceDepthType

func NewNullableTraceDepthType(val *TraceDepthType) *NullableTraceDepthType

func (NullableTraceDepthType) Get

func (NullableTraceDepthType) IsSet

func (v NullableTraceDepthType) IsSet() bool

func (NullableTraceDepthType) MarshalJSON

func (v NullableTraceDepthType) MarshalJSON() ([]byte, error)

func (*NullableTraceDepthType) Set

func (*NullableTraceDepthType) UnmarshalJSON

func (v *NullableTraceDepthType) UnmarshalJSON(src []byte) error

func (*NullableTraceDepthType) Unset

func (v *NullableTraceDepthType) Unset()

type NullableTraceJobAttr

type NullableTraceJobAttr struct {
	// contains filtered or unexported fields
}

func NewNullableTraceJobAttr

func NewNullableTraceJobAttr(val *TraceJobAttr) *NullableTraceJobAttr

func (NullableTraceJobAttr) Get

func (NullableTraceJobAttr) IsSet

func (v NullableTraceJobAttr) IsSet() bool

func (NullableTraceJobAttr) MarshalJSON

func (v NullableTraceJobAttr) MarshalJSON() ([]byte, error)

func (*NullableTraceJobAttr) Set

func (v *NullableTraceJobAttr) Set(val *TraceJobAttr)

func (*NullableTraceJobAttr) UnmarshalJSON

func (v *NullableTraceJobAttr) UnmarshalJSON(src []byte) error

func (*NullableTraceJobAttr) Unset

func (v *NullableTraceJobAttr) Unset()

type NullableTraceJobSingle

type NullableTraceJobSingle struct {
	// contains filtered or unexported fields
}

func NewNullableTraceJobSingle

func NewNullableTraceJobSingle(val *TraceJobSingle) *NullableTraceJobSingle

func (NullableTraceJobSingle) Get

func (NullableTraceJobSingle) IsSet

func (v NullableTraceJobSingle) IsSet() bool

func (NullableTraceJobSingle) MarshalJSON

func (v NullableTraceJobSingle) MarshalJSON() ([]byte, error)

func (*NullableTraceJobSingle) Set

func (*NullableTraceJobSingle) UnmarshalJSON

func (v *NullableTraceJobSingle) UnmarshalJSON(src []byte) error

func (*NullableTraceJobSingle) Unset

func (v *NullableTraceJobSingle) Unset()

type NullableTraceJobSingleAllOf

type NullableTraceJobSingleAllOf struct {
	// contains filtered or unexported fields
}

func NewNullableTraceJobSingleAllOf

func NewNullableTraceJobSingleAllOf(val *TraceJobSingleAllOf) *NullableTraceJobSingleAllOf

func (NullableTraceJobSingleAllOf) Get

func (NullableTraceJobSingleAllOf) IsSet

func (NullableTraceJobSingleAllOf) MarshalJSON

func (v NullableTraceJobSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableTraceJobSingleAllOf) Set

func (*NullableTraceJobSingleAllOf) UnmarshalJSON

func (v *NullableTraceJobSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableTraceJobSingleAllOf) Unset

func (v *NullableTraceJobSingleAllOf) Unset()

type NullableTraceReferenceType

type NullableTraceReferenceType struct {
	// contains filtered or unexported fields
}

func NewNullableTraceReferenceType

func NewNullableTraceReferenceType(val *TraceReferenceType) *NullableTraceReferenceType

func (NullableTraceReferenceType) Get

func (NullableTraceReferenceType) IsSet

func (v NullableTraceReferenceType) IsSet() bool

func (NullableTraceReferenceType) MarshalJSON

func (v NullableTraceReferenceType) MarshalJSON() ([]byte, error)

func (*NullableTraceReferenceType) Set

func (*NullableTraceReferenceType) UnmarshalJSON

func (v *NullableTraceReferenceType) UnmarshalJSON(src []byte) error

func (*NullableTraceReferenceType) Unset

func (v *NullableTraceReferenceType) Unset()

type NullableTraceReportingFormatType

type NullableTraceReportingFormatType struct {
	// contains filtered or unexported fields
}

func (NullableTraceReportingFormatType) Get

func (NullableTraceReportingFormatType) IsSet

func (NullableTraceReportingFormatType) MarshalJSON

func (v NullableTraceReportingFormatType) MarshalJSON() ([]byte, error)

func (*NullableTraceReportingFormatType) Set

func (*NullableTraceReportingFormatType) UnmarshalJSON

func (v *NullableTraceReportingFormatType) UnmarshalJSON(src []byte) error

func (*NullableTraceReportingFormatType) Unset

type NullableTraceTargetType

type NullableTraceTargetType struct {
	// contains filtered or unexported fields
}

func NewNullableTraceTargetType

func NewNullableTraceTargetType(val *TraceTargetType) *NullableTraceTargetType

func (NullableTraceTargetType) Get

func (NullableTraceTargetType) IsSet

func (v NullableTraceTargetType) IsSet() bool

func (NullableTraceTargetType) MarshalJSON

func (v NullableTraceTargetType) MarshalJSON() ([]byte, error)

func (*NullableTraceTargetType) Set

func (*NullableTraceTargetType) UnmarshalJSON

func (v *NullableTraceTargetType) UnmarshalJSON(src []byte) error

func (*NullableTraceTargetType) Unset

func (v *NullableTraceTargetType) Unset()

type NullableTrendIndication

type NullableTrendIndication struct {
	// contains filtered or unexported fields
}

func NewNullableTrendIndication

func NewNullableTrendIndication(val *TrendIndication) *NullableTrendIndication

func (NullableTrendIndication) Get

func (NullableTrendIndication) IsSet

func (v NullableTrendIndication) IsSet() bool

func (NullableTrendIndication) MarshalJSON

func (v NullableTrendIndication) MarshalJSON() ([]byte, error)

func (*NullableTrendIndication) Set

func (*NullableTrendIndication) UnmarshalJSON

func (v *NullableTrendIndication) UnmarshalJSON(src []byte) error

func (*NullableTrendIndication) Unset

func (v *NullableTrendIndication) Unset()

type NullableTriggeringEventsType

type NullableTriggeringEventsType struct {
	// contains filtered or unexported fields
}

func NewNullableTriggeringEventsType

func NewNullableTriggeringEventsType(val *TriggeringEventsType) *NullableTriggeringEventsType

func (NullableTriggeringEventsType) Get

func (NullableTriggeringEventsType) IsSet

func (NullableTriggeringEventsType) MarshalJSON

func (v NullableTriggeringEventsType) MarshalJSON() ([]byte, error)

func (*NullableTriggeringEventsType) Set

func (*NullableTriggeringEventsType) UnmarshalJSON

func (v *NullableTriggeringEventsType) UnmarshalJSON(src []byte) error

func (*NullableTriggeringEventsType) Unset

func (v *NullableTriggeringEventsType) Unset()

type NullableUEMobilityLevelContext

type NullableUEMobilityLevelContext struct {
	// contains filtered or unexported fields
}

func (NullableUEMobilityLevelContext) Get

func (NullableUEMobilityLevelContext) IsSet

func (NullableUEMobilityLevelContext) MarshalJSON

func (v NullableUEMobilityLevelContext) MarshalJSON() ([]byte, error)

func (*NullableUEMobilityLevelContext) Set

func (*NullableUEMobilityLevelContext) UnmarshalJSON

func (v *NullableUEMobilityLevelContext) UnmarshalJSON(src []byte) error

func (*NullableUEMobilityLevelContext) Unset

func (v *NullableUEMobilityLevelContext) Unset()

type NullableUESpeedTarget

type NullableUESpeedTarget struct {
	// contains filtered or unexported fields
}

func NewNullableUESpeedTarget

func NewNullableUESpeedTarget(val *UESpeedTarget) *NullableUESpeedTarget

func (NullableUESpeedTarget) Get

func (NullableUESpeedTarget) IsSet

func (v NullableUESpeedTarget) IsSet() bool

func (NullableUESpeedTarget) MarshalJSON

func (v NullableUESpeedTarget) MarshalJSON() ([]byte, error)

func (*NullableUESpeedTarget) Set

func (v *NullableUESpeedTarget) Set(val *UESpeedTarget)

func (*NullableUESpeedTarget) UnmarshalJSON

func (v *NullableUESpeedTarget) UnmarshalJSON(src []byte) error

func (*NullableUESpeedTarget) Unset

func (v *NullableUESpeedTarget) Unset()

type NullableULLatencyTarget

type NullableULLatencyTarget struct {
	// contains filtered or unexported fields
}

func NewNullableULLatencyTarget

func NewNullableULLatencyTarget(val *ULLatencyTarget) *NullableULLatencyTarget

func (NullableULLatencyTarget) Get

func (NullableULLatencyTarget) IsSet

func (v NullableULLatencyTarget) IsSet() bool

func (NullableULLatencyTarget) MarshalJSON

func (v NullableULLatencyTarget) MarshalJSON() ([]byte, error)

func (*NullableULLatencyTarget) Set

func (*NullableULLatencyTarget) UnmarshalJSON

func (v *NullableULLatencyTarget) UnmarshalJSON(src []byte) error

func (*NullableULLatencyTarget) Unset

func (v *NullableULLatencyTarget) Unset()

type NullableULThptPerUETarget

type NullableULThptPerUETarget struct {
	// contains filtered or unexported fields
}

func NewNullableULThptPerUETarget

func NewNullableULThptPerUETarget(val *ULThptPerUETarget) *NullableULThptPerUETarget

func (NullableULThptPerUETarget) Get

func (NullableULThptPerUETarget) IsSet

func (v NullableULThptPerUETarget) IsSet() bool

func (NullableULThptPerUETarget) MarshalJSON

func (v NullableULThptPerUETarget) MarshalJSON() ([]byte, error)

func (*NullableULThptPerUETarget) Set

func (*NullableULThptPerUETarget) UnmarshalJSON

func (v *NullableULThptPerUETarget) UnmarshalJSON(src []byte) error

func (*NullableULThptPerUETarget) Unset

func (v *NullableULThptPerUETarget) Unset()

type NullableVsDataContainerSingle

type NullableVsDataContainerSingle struct {
	// contains filtered or unexported fields
}

func (NullableVsDataContainerSingle) Get

func (NullableVsDataContainerSingle) IsSet

func (NullableVsDataContainerSingle) MarshalJSON

func (v NullableVsDataContainerSingle) MarshalJSON() ([]byte, error)

func (*NullableVsDataContainerSingle) Set

func (*NullableVsDataContainerSingle) UnmarshalJSON

func (v *NullableVsDataContainerSingle) UnmarshalJSON(src []byte) error

func (*NullableVsDataContainerSingle) Unset

func (v *NullableVsDataContainerSingle) Unset()

type NullableVsDataContainerSingleAttributes

type NullableVsDataContainerSingleAttributes struct {
	// contains filtered or unexported fields
}

func (NullableVsDataContainerSingleAttributes) Get

func (NullableVsDataContainerSingleAttributes) IsSet

func (NullableVsDataContainerSingleAttributes) MarshalJSON

func (v NullableVsDataContainerSingleAttributes) MarshalJSON() ([]byte, error)

func (*NullableVsDataContainerSingleAttributes) Set

func (*NullableVsDataContainerSingleAttributes) UnmarshalJSON

func (v *NullableVsDataContainerSingleAttributes) UnmarshalJSON(src []byte) error

func (*NullableVsDataContainerSingleAttributes) Unset

type NullableWeakRSRPContext

type NullableWeakRSRPContext struct {
	// contains filtered or unexported fields
}

func NewNullableWeakRSRPContext

func NewNullableWeakRSRPContext(val *WeakRSRPContext) *NullableWeakRSRPContext

func (NullableWeakRSRPContext) Get

func (NullableWeakRSRPContext) IsSet

func (v NullableWeakRSRPContext) IsSet() bool

func (NullableWeakRSRPContext) MarshalJSON

func (v NullableWeakRSRPContext) MarshalJSON() ([]byte, error)

func (*NullableWeakRSRPContext) Set

func (*NullableWeakRSRPContext) UnmarshalJSON

func (v *NullableWeakRSRPContext) UnmarshalJSON(src []byte) error

func (*NullableWeakRSRPContext) Unset

func (v *NullableWeakRSRPContext) Unset()

type NullableWeakRSRPRatioTarget

type NullableWeakRSRPRatioTarget struct {
	// contains filtered or unexported fields
}

func NewNullableWeakRSRPRatioTarget

func NewNullableWeakRSRPRatioTarget(val *WeakRSRPRatioTarget) *NullableWeakRSRPRatioTarget

func (NullableWeakRSRPRatioTarget) Get

func (NullableWeakRSRPRatioTarget) IsSet

func (NullableWeakRSRPRatioTarget) MarshalJSON

func (v NullableWeakRSRPRatioTarget) MarshalJSON() ([]byte, error)

func (*NullableWeakRSRPRatioTarget) Set

func (*NullableWeakRSRPRatioTarget) UnmarshalJSON

func (v *NullableWeakRSRPRatioTarget) UnmarshalJSON(src []byte) error

func (*NullableWeakRSRPRatioTarget) Unset

func (v *NullableWeakRSRPRatioTarget) Unset()

type NullableXLThpt

type NullableXLThpt struct {
	// contains filtered or unexported fields
}

func NewNullableXLThpt

func NewNullableXLThpt(val *XLThpt) *NullableXLThpt

func (NullableXLThpt) Get

func (v NullableXLThpt) Get() *XLThpt

func (NullableXLThpt) IsSet

func (v NullableXLThpt) IsSet() bool

func (NullableXLThpt) MarshalJSON

func (v NullableXLThpt) MarshalJSON() ([]byte, error)

func (*NullableXLThpt) Set

func (v *NullableXLThpt) Set(val *XLThpt)

func (*NullableXLThpt) UnmarshalJSON

func (v *NullableXLThpt) UnmarshalJSON(src []byte) error

func (*NullableXLThpt) Unset

func (v *NullableXLThpt) Unset()

type ObjectContext

type ObjectContext struct {
	ContextAttribute  *string    `json:"contextAttribute,omitempty"`
	ContextCondition  *Condition `json:"contextCondition,omitempty"`
	ContextValueRange []float32  `json:"contextValueRange,omitempty"`
}

ObjectContext This data type is the \"ObjectContext\" data type without specialisations

func NewObjectContext

func NewObjectContext() *ObjectContext

NewObjectContext instantiates a new ObjectContext object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewObjectContextWithDefaults

func NewObjectContextWithDefaults() *ObjectContext

NewObjectContextWithDefaults instantiates a new ObjectContext object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ObjectContext) GetContextAttribute

func (o *ObjectContext) GetContextAttribute() string

GetContextAttribute returns the ContextAttribute field value if set, zero value otherwise.

func (*ObjectContext) GetContextAttributeOk

func (o *ObjectContext) GetContextAttributeOk() (*string, bool)

GetContextAttributeOk returns a tuple with the ContextAttribute field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ObjectContext) GetContextCondition

func (o *ObjectContext) GetContextCondition() Condition

GetContextCondition returns the ContextCondition field value if set, zero value otherwise.

func (*ObjectContext) GetContextConditionOk

func (o *ObjectContext) GetContextConditionOk() (*Condition, bool)

GetContextConditionOk returns a tuple with the ContextCondition field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ObjectContext) GetContextValueRange

func (o *ObjectContext) GetContextValueRange() []float32

GetContextValueRange returns the ContextValueRange field value if set, zero value otherwise.

func (*ObjectContext) GetContextValueRangeOk

func (o *ObjectContext) GetContextValueRangeOk() ([]float32, bool)

GetContextValueRangeOk returns a tuple with the ContextValueRange field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ObjectContext) HasContextAttribute

func (o *ObjectContext) HasContextAttribute() bool

HasContextAttribute returns a boolean if a field has been set.

func (*ObjectContext) HasContextCondition

func (o *ObjectContext) HasContextCondition() bool

HasContextCondition returns a boolean if a field has been set.

func (*ObjectContext) HasContextValueRange

func (o *ObjectContext) HasContextValueRange() bool

HasContextValueRange returns a boolean if a field has been set.

func (ObjectContext) MarshalJSON

func (o ObjectContext) MarshalJSON() ([]byte, error)

func (*ObjectContext) SetContextAttribute

func (o *ObjectContext) SetContextAttribute(v string)

SetContextAttribute gets a reference to the given string and assigns it to the ContextAttribute field.

func (*ObjectContext) SetContextCondition

func (o *ObjectContext) SetContextCondition(v Condition)

SetContextCondition gets a reference to the given Condition and assigns it to the ContextCondition field.

func (*ObjectContext) SetContextValueRange

func (o *ObjectContext) SetContextValueRange(v []float32)

SetContextValueRange gets a reference to the given []float32 and assigns it to the ContextValueRange field.

func (ObjectContext) ToMap

func (o ObjectContext) ToMap() (map[string]interface{}, error)

type OperationalState

type OperationalState string

OperationalState the model 'OperationalState'

const (
	ENABLED  OperationalState = "ENABLED"
	DISABLED OperationalState = "DISABLED"
)

List of OperationalState

func NewOperationalStateFromValue

func NewOperationalStateFromValue(v string) (*OperationalState, error)

NewOperationalStateFromValue returns a pointer to a valid OperationalState for the value passed as argument, or an error if the value passed is not allowed by the enum

func (OperationalState) IsValid

func (v OperationalState) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (OperationalState) Ptr

Ptr returns reference to OperationalState value

func (*OperationalState) UnmarshalJSON

func (v *OperationalState) UnmarshalJSON(src []byte) error

type PLMNContext

type PLMNContext struct {
	ContextAttribute  *string  `json:"contextAttribute,omitempty"`
	ContextCondition  *string  `json:"contextCondition,omitempty"`
	ContextValueRange []PlmnId `json:"contextValueRange,omitempty"`
}

PLMNContext This data type is the \"ObjectContext\" data type with specialisations for PLMNContext

func NewPLMNContext

func NewPLMNContext() *PLMNContext

NewPLMNContext instantiates a new PLMNContext object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPLMNContextWithDefaults

func NewPLMNContextWithDefaults() *PLMNContext

NewPLMNContextWithDefaults instantiates a new PLMNContext object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PLMNContext) GetContextAttribute

func (o *PLMNContext) GetContextAttribute() string

GetContextAttribute returns the ContextAttribute field value if set, zero value otherwise.

func (*PLMNContext) GetContextAttributeOk

func (o *PLMNContext) GetContextAttributeOk() (*string, bool)

GetContextAttributeOk returns a tuple with the ContextAttribute field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PLMNContext) GetContextCondition

func (o *PLMNContext) GetContextCondition() string

GetContextCondition returns the ContextCondition field value if set, zero value otherwise.

func (*PLMNContext) GetContextConditionOk

func (o *PLMNContext) GetContextConditionOk() (*string, bool)

GetContextConditionOk returns a tuple with the ContextCondition field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PLMNContext) GetContextValueRange

func (o *PLMNContext) GetContextValueRange() []PlmnId

GetContextValueRange returns the ContextValueRange field value if set, zero value otherwise.

func (*PLMNContext) GetContextValueRangeOk

func (o *PLMNContext) GetContextValueRangeOk() ([]PlmnId, bool)

GetContextValueRangeOk returns a tuple with the ContextValueRange field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PLMNContext) HasContextAttribute

func (o *PLMNContext) HasContextAttribute() bool

HasContextAttribute returns a boolean if a field has been set.

func (*PLMNContext) HasContextCondition

func (o *PLMNContext) HasContextCondition() bool

HasContextCondition returns a boolean if a field has been set.

func (*PLMNContext) HasContextValueRange

func (o *PLMNContext) HasContextValueRange() bool

HasContextValueRange returns a boolean if a field has been set.

func (PLMNContext) MarshalJSON

func (o PLMNContext) MarshalJSON() ([]byte, error)

func (*PLMNContext) SetContextAttribute

func (o *PLMNContext) SetContextAttribute(v string)

SetContextAttribute gets a reference to the given string and assigns it to the ContextAttribute field.

func (*PLMNContext) SetContextCondition

func (o *PLMNContext) SetContextCondition(v string)

SetContextCondition gets a reference to the given string and assigns it to the ContextCondition field.

func (*PLMNContext) SetContextValueRange

func (o *PLMNContext) SetContextValueRange(v []PlmnId)

SetContextValueRange gets a reference to the given []PlmnId and assigns it to the ContextValueRange field.

func (PLMNContext) ToMap

func (o PLMNContext) ToMap() (map[string]interface{}, error)

type PerceivedSeverity

type PerceivedSeverity string

PerceivedSeverity the model 'PerceivedSeverity'

const (
	INDETERMINATE PerceivedSeverity = "INDETERMINATE"
	CRITICAL      PerceivedSeverity = "CRITICAL"
	MAJOR         PerceivedSeverity = "MAJOR"
	MINOR         PerceivedSeverity = "MINOR"
	WARNING       PerceivedSeverity = "WARNING"
	CLEARED       PerceivedSeverity = "CLEARED"
)

List of PerceivedSeverity

func NewPerceivedSeverityFromValue

func NewPerceivedSeverityFromValue(v string) (*PerceivedSeverity, error)

NewPerceivedSeverityFromValue returns a pointer to a valid PerceivedSeverity for the value passed as argument, or an error if the value passed is not allowed by the enum

func (PerceivedSeverity) IsValid

func (v PerceivedSeverity) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (PerceivedSeverity) Ptr

Ptr returns reference to PerceivedSeverity value

func (*PerceivedSeverity) UnmarshalJSON

func (v *PerceivedSeverity) UnmarshalJSON(src []byte) error

type PerfMetricJobSingle

type PerfMetricJobSingle struct {
	Top
	Attributes *PerfMetricJobSingleAllOfAttributes `json:"attributes,omitempty"`
	Files      []FilesSingle                       `json:"Files,omitempty"`
}

PerfMetricJobSingle struct for PerfMetricJobSingle

func NewPerfMetricJobSingle

func NewPerfMetricJobSingle(id NullableString) *PerfMetricJobSingle

NewPerfMetricJobSingle instantiates a new PerfMetricJobSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPerfMetricJobSingleWithDefaults

func NewPerfMetricJobSingleWithDefaults() *PerfMetricJobSingle

NewPerfMetricJobSingleWithDefaults instantiates a new PerfMetricJobSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PerfMetricJobSingle) GetAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*PerfMetricJobSingle) GetAttributesOk

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PerfMetricJobSingle) GetFiles

func (o *PerfMetricJobSingle) GetFiles() []FilesSingle

GetFiles returns the Files field value if set, zero value otherwise.

func (*PerfMetricJobSingle) GetFilesOk

func (o *PerfMetricJobSingle) GetFilesOk() ([]FilesSingle, bool)

GetFilesOk returns a tuple with the Files field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PerfMetricJobSingle) HasAttributes

func (o *PerfMetricJobSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*PerfMetricJobSingle) HasFiles

func (o *PerfMetricJobSingle) HasFiles() bool

HasFiles returns a boolean if a field has been set.

func (PerfMetricJobSingle) MarshalJSON

func (o PerfMetricJobSingle) MarshalJSON() ([]byte, error)

func (*PerfMetricJobSingle) SetAttributes

SetAttributes gets a reference to the given PerfMetricJobSingleAllOfAttributes and assigns it to the Attributes field.

func (*PerfMetricJobSingle) SetFiles

func (o *PerfMetricJobSingle) SetFiles(v []FilesSingle)

SetFiles gets a reference to the given []FilesSingle and assigns it to the Files field.

func (PerfMetricJobSingle) ToMap

func (o PerfMetricJobSingle) ToMap() (map[string]interface{}, error)

type PerfMetricJobSingleAllOf

type PerfMetricJobSingleAllOf struct {
	Attributes *PerfMetricJobSingleAllOfAttributes `json:"attributes,omitempty"`
	Files      []FilesSingle                       `json:"Files,omitempty"`
}

PerfMetricJobSingleAllOf struct for PerfMetricJobSingleAllOf

func NewPerfMetricJobSingleAllOf

func NewPerfMetricJobSingleAllOf() *PerfMetricJobSingleAllOf

NewPerfMetricJobSingleAllOf instantiates a new PerfMetricJobSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPerfMetricJobSingleAllOfWithDefaults

func NewPerfMetricJobSingleAllOfWithDefaults() *PerfMetricJobSingleAllOf

NewPerfMetricJobSingleAllOfWithDefaults instantiates a new PerfMetricJobSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PerfMetricJobSingleAllOf) GetAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*PerfMetricJobSingleAllOf) GetAttributesOk

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PerfMetricJobSingleAllOf) GetFiles

func (o *PerfMetricJobSingleAllOf) GetFiles() []FilesSingle

GetFiles returns the Files field value if set, zero value otherwise.

func (*PerfMetricJobSingleAllOf) GetFilesOk

func (o *PerfMetricJobSingleAllOf) GetFilesOk() ([]FilesSingle, bool)

GetFilesOk returns a tuple with the Files field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PerfMetricJobSingleAllOf) HasAttributes

func (o *PerfMetricJobSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*PerfMetricJobSingleAllOf) HasFiles

func (o *PerfMetricJobSingleAllOf) HasFiles() bool

HasFiles returns a boolean if a field has been set.

func (PerfMetricJobSingleAllOf) MarshalJSON

func (o PerfMetricJobSingleAllOf) MarshalJSON() ([]byte, error)

func (*PerfMetricJobSingleAllOf) SetAttributes

SetAttributes gets a reference to the given PerfMetricJobSingleAllOfAttributes and assigns it to the Attributes field.

func (*PerfMetricJobSingleAllOf) SetFiles

func (o *PerfMetricJobSingleAllOf) SetFiles(v []FilesSingle)

SetFiles gets a reference to the given []FilesSingle and assigns it to the Files field.

func (PerfMetricJobSingleAllOf) ToMap

func (o PerfMetricJobSingleAllOf) ToMap() (map[string]interface{}, error)

type PerfMetricJobSingleAllOfAttributes

type PerfMetricJobSingleAllOfAttributes struct {
	AdministrativeState *AdministrativeState `json:"administrativeState,omitempty"`
	OperationalState    *OperationalState    `json:"operationalState,omitempty"`
	JobId               *string              `json:"jobId,omitempty"`
	PerformanceMetrics  []string             `json:"performanceMetrics,omitempty"`
	GranularityPeriod   *int32               `json:"granularityPeriod,omitempty"`
	ObjectInstances     []string             `json:"objectInstances,omitempty"`
	RootObjectInstances []string             `json:"rootObjectInstances,omitempty"`
	ReportingCtrl       *ReportingCtrl       `json:"reportingCtrl,omitempty"`
}

PerfMetricJobSingleAllOfAttributes struct for PerfMetricJobSingleAllOfAttributes

func NewPerfMetricJobSingleAllOfAttributes

func NewPerfMetricJobSingleAllOfAttributes() *PerfMetricJobSingleAllOfAttributes

NewPerfMetricJobSingleAllOfAttributes instantiates a new PerfMetricJobSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPerfMetricJobSingleAllOfAttributesWithDefaults

func NewPerfMetricJobSingleAllOfAttributesWithDefaults() *PerfMetricJobSingleAllOfAttributes

NewPerfMetricJobSingleAllOfAttributesWithDefaults instantiates a new PerfMetricJobSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PerfMetricJobSingleAllOfAttributes) GetAdministrativeState

func (o *PerfMetricJobSingleAllOfAttributes) GetAdministrativeState() AdministrativeState

GetAdministrativeState returns the AdministrativeState field value if set, zero value otherwise.

func (*PerfMetricJobSingleAllOfAttributes) GetAdministrativeStateOk

func (o *PerfMetricJobSingleAllOfAttributes) GetAdministrativeStateOk() (*AdministrativeState, bool)

GetAdministrativeStateOk returns a tuple with the AdministrativeState field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PerfMetricJobSingleAllOfAttributes) GetGranularityPeriod

func (o *PerfMetricJobSingleAllOfAttributes) GetGranularityPeriod() int32

GetGranularityPeriod returns the GranularityPeriod field value if set, zero value otherwise.

func (*PerfMetricJobSingleAllOfAttributes) GetGranularityPeriodOk

func (o *PerfMetricJobSingleAllOfAttributes) GetGranularityPeriodOk() (*int32, bool)

GetGranularityPeriodOk returns a tuple with the GranularityPeriod field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PerfMetricJobSingleAllOfAttributes) GetJobId

GetJobId returns the JobId field value if set, zero value otherwise.

func (*PerfMetricJobSingleAllOfAttributes) GetJobIdOk

func (o *PerfMetricJobSingleAllOfAttributes) GetJobIdOk() (*string, bool)

GetJobIdOk returns a tuple with the JobId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PerfMetricJobSingleAllOfAttributes) GetObjectInstances

func (o *PerfMetricJobSingleAllOfAttributes) GetObjectInstances() []string

GetObjectInstances returns the ObjectInstances field value if set, zero value otherwise.

func (*PerfMetricJobSingleAllOfAttributes) GetObjectInstancesOk

func (o *PerfMetricJobSingleAllOfAttributes) GetObjectInstancesOk() ([]string, bool)

GetObjectInstancesOk returns a tuple with the ObjectInstances field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PerfMetricJobSingleAllOfAttributes) GetOperationalState

func (o *PerfMetricJobSingleAllOfAttributes) GetOperationalState() OperationalState

GetOperationalState returns the OperationalState field value if set, zero value otherwise.

func (*PerfMetricJobSingleAllOfAttributes) GetOperationalStateOk

func (o *PerfMetricJobSingleAllOfAttributes) GetOperationalStateOk() (*OperationalState, bool)

GetOperationalStateOk returns a tuple with the OperationalState field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PerfMetricJobSingleAllOfAttributes) GetPerformanceMetrics

func (o *PerfMetricJobSingleAllOfAttributes) GetPerformanceMetrics() []string

GetPerformanceMetrics returns the PerformanceMetrics field value if set, zero value otherwise.

func (*PerfMetricJobSingleAllOfAttributes) GetPerformanceMetricsOk

func (o *PerfMetricJobSingleAllOfAttributes) GetPerformanceMetricsOk() ([]string, bool)

GetPerformanceMetricsOk returns a tuple with the PerformanceMetrics field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PerfMetricJobSingleAllOfAttributes) GetReportingCtrl

func (o *PerfMetricJobSingleAllOfAttributes) GetReportingCtrl() ReportingCtrl

GetReportingCtrl returns the ReportingCtrl field value if set, zero value otherwise.

func (*PerfMetricJobSingleAllOfAttributes) GetReportingCtrlOk

func (o *PerfMetricJobSingleAllOfAttributes) GetReportingCtrlOk() (*ReportingCtrl, bool)

GetReportingCtrlOk returns a tuple with the ReportingCtrl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PerfMetricJobSingleAllOfAttributes) GetRootObjectInstances

func (o *PerfMetricJobSingleAllOfAttributes) GetRootObjectInstances() []string

GetRootObjectInstances returns the RootObjectInstances field value if set, zero value otherwise.

func (*PerfMetricJobSingleAllOfAttributes) GetRootObjectInstancesOk

func (o *PerfMetricJobSingleAllOfAttributes) GetRootObjectInstancesOk() ([]string, bool)

GetRootObjectInstancesOk returns a tuple with the RootObjectInstances field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PerfMetricJobSingleAllOfAttributes) HasAdministrativeState

func (o *PerfMetricJobSingleAllOfAttributes) HasAdministrativeState() bool

HasAdministrativeState returns a boolean if a field has been set.

func (*PerfMetricJobSingleAllOfAttributes) HasGranularityPeriod

func (o *PerfMetricJobSingleAllOfAttributes) HasGranularityPeriod() bool

HasGranularityPeriod returns a boolean if a field has been set.

func (*PerfMetricJobSingleAllOfAttributes) HasJobId

HasJobId returns a boolean if a field has been set.

func (*PerfMetricJobSingleAllOfAttributes) HasObjectInstances

func (o *PerfMetricJobSingleAllOfAttributes) HasObjectInstances() bool

HasObjectInstances returns a boolean if a field has been set.

func (*PerfMetricJobSingleAllOfAttributes) HasOperationalState

func (o *PerfMetricJobSingleAllOfAttributes) HasOperationalState() bool

HasOperationalState returns a boolean if a field has been set.

func (*PerfMetricJobSingleAllOfAttributes) HasPerformanceMetrics

func (o *PerfMetricJobSingleAllOfAttributes) HasPerformanceMetrics() bool

HasPerformanceMetrics returns a boolean if a field has been set.

func (*PerfMetricJobSingleAllOfAttributes) HasReportingCtrl

func (o *PerfMetricJobSingleAllOfAttributes) HasReportingCtrl() bool

HasReportingCtrl returns a boolean if a field has been set.

func (*PerfMetricJobSingleAllOfAttributes) HasRootObjectInstances

func (o *PerfMetricJobSingleAllOfAttributes) HasRootObjectInstances() bool

HasRootObjectInstances returns a boolean if a field has been set.

func (PerfMetricJobSingleAllOfAttributes) MarshalJSON

func (o PerfMetricJobSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*PerfMetricJobSingleAllOfAttributes) SetAdministrativeState

func (o *PerfMetricJobSingleAllOfAttributes) SetAdministrativeState(v AdministrativeState)

SetAdministrativeState gets a reference to the given AdministrativeState and assigns it to the AdministrativeState field.

func (*PerfMetricJobSingleAllOfAttributes) SetGranularityPeriod

func (o *PerfMetricJobSingleAllOfAttributes) SetGranularityPeriod(v int32)

SetGranularityPeriod gets a reference to the given int32 and assigns it to the GranularityPeriod field.

func (*PerfMetricJobSingleAllOfAttributes) SetJobId

SetJobId gets a reference to the given string and assigns it to the JobId field.

func (*PerfMetricJobSingleAllOfAttributes) SetObjectInstances

func (o *PerfMetricJobSingleAllOfAttributes) SetObjectInstances(v []string)

SetObjectInstances gets a reference to the given []string and assigns it to the ObjectInstances field.

func (*PerfMetricJobSingleAllOfAttributes) SetOperationalState

func (o *PerfMetricJobSingleAllOfAttributes) SetOperationalState(v OperationalState)

SetOperationalState gets a reference to the given OperationalState and assigns it to the OperationalState field.

func (*PerfMetricJobSingleAllOfAttributes) SetPerformanceMetrics

func (o *PerfMetricJobSingleAllOfAttributes) SetPerformanceMetrics(v []string)

SetPerformanceMetrics gets a reference to the given []string and assigns it to the PerformanceMetrics field.

func (*PerfMetricJobSingleAllOfAttributes) SetReportingCtrl

func (o *PerfMetricJobSingleAllOfAttributes) SetReportingCtrl(v ReportingCtrl)

SetReportingCtrl gets a reference to the given ReportingCtrl and assigns it to the ReportingCtrl field.

func (*PerfMetricJobSingleAllOfAttributes) SetRootObjectInstances

func (o *PerfMetricJobSingleAllOfAttributes) SetRootObjectInstances(v []string)

SetRootObjectInstances gets a reference to the given []string and assigns it to the RootObjectInstances field.

func (PerfMetricJobSingleAllOfAttributes) ToMap

func (o PerfMetricJobSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type PerfNotificationTypes

type PerfNotificationTypes string

PerfNotificationTypes the model 'PerfNotificationTypes'

const (
	NOTIFY_THRESHOLD_CROSSING PerfNotificationTypes = "notifyThresholdCrossing"
)

List of PerfNotificationTypes

func NewPerfNotificationTypesFromValue

func NewPerfNotificationTypesFromValue(v string) (*PerfNotificationTypes, error)

NewPerfNotificationTypesFromValue returns a pointer to a valid PerfNotificationTypes for the value passed as argument, or an error if the value passed is not allowed by the enum

func (PerfNotificationTypes) IsValid

func (v PerfNotificationTypes) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (PerfNotificationTypes) Ptr

Ptr returns reference to PerfNotificationTypes value

func (*PerfNotificationTypes) UnmarshalJSON

func (v *PerfNotificationTypes) UnmarshalJSON(src []byte) error

type PlmnId

type PlmnId struct {
	Mcc *string `json:"mcc,omitempty"`
	Mnc *string `json:"mnc,omitempty"`
}

PlmnId struct for PlmnId

func NewPlmnId

func NewPlmnId() *PlmnId

NewPlmnId instantiates a new PlmnId object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPlmnIdWithDefaults

func NewPlmnIdWithDefaults() *PlmnId

NewPlmnIdWithDefaults instantiates a new PlmnId object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PlmnId) GetMcc

func (o *PlmnId) GetMcc() string

GetMcc returns the Mcc field value if set, zero value otherwise.

func (*PlmnId) GetMccOk

func (o *PlmnId) GetMccOk() (*string, bool)

GetMccOk returns a tuple with the Mcc field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PlmnId) GetMnc

func (o *PlmnId) GetMnc() string

GetMnc returns the Mnc field value if set, zero value otherwise.

func (*PlmnId) GetMncOk

func (o *PlmnId) GetMncOk() (*string, bool)

GetMncOk returns a tuple with the Mnc field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PlmnId) HasMcc

func (o *PlmnId) HasMcc() bool

HasMcc returns a boolean if a field has been set.

func (*PlmnId) HasMnc

func (o *PlmnId) HasMnc() bool

HasMnc returns a boolean if a field has been set.

func (PlmnId) MarshalJSON

func (o PlmnId) MarshalJSON() ([]byte, error)

func (*PlmnId) SetMcc

func (o *PlmnId) SetMcc(v string)

SetMcc gets a reference to the given string and assigns it to the Mcc field.

func (*PlmnId) SetMnc

func (o *PlmnId) SetMnc(v string)

SetMnc gets a reference to the given string and assigns it to the Mnc field.

func (PlmnId) ToMap

func (o PlmnId) ToMap() (map[string]interface{}, error)

type PlmnListTypeInner

type PlmnListTypeInner struct {
	Mcc string `json:"mcc"`
	Mnc string `json:"mnc"`
}

PlmnListTypeInner struct for PlmnListTypeInner

func NewPlmnListTypeInner

func NewPlmnListTypeInner(mcc string, mnc string) *PlmnListTypeInner

NewPlmnListTypeInner instantiates a new PlmnListTypeInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPlmnListTypeInnerWithDefaults

func NewPlmnListTypeInnerWithDefaults() *PlmnListTypeInner

NewPlmnListTypeInnerWithDefaults instantiates a new PlmnListTypeInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PlmnListTypeInner) GetMcc

func (o *PlmnListTypeInner) GetMcc() string

GetMcc returns the Mcc field value

func (*PlmnListTypeInner) GetMccOk

func (o *PlmnListTypeInner) GetMccOk() (*string, bool)

GetMccOk returns a tuple with the Mcc field value and a boolean to check if the value has been set.

func (*PlmnListTypeInner) GetMnc

func (o *PlmnListTypeInner) GetMnc() string

GetMnc returns the Mnc field value

func (*PlmnListTypeInner) GetMncOk

func (o *PlmnListTypeInner) GetMncOk() (*string, bool)

GetMncOk returns a tuple with the Mnc field value and a boolean to check if the value has been set.

func (PlmnListTypeInner) MarshalJSON

func (o PlmnListTypeInner) MarshalJSON() ([]byte, error)

func (*PlmnListTypeInner) SetMcc

func (o *PlmnListTypeInner) SetMcc(v string)

SetMcc sets field value

func (*PlmnListTypeInner) SetMnc

func (o *PlmnListTypeInner) SetMnc(v string)

SetMnc sets field value

func (PlmnListTypeInner) ToMap

func (o PlmnListTypeInner) ToMap() (map[string]interface{}, error)

type PlmnTargetType

type PlmnTargetType struct {
	Mcc string `json:"mcc"`
	Mnc string `json:"mnc"`
}

PlmnTargetType The PLMN for which sessions shall be selected in the Trace Session in case of management based activation when several PLMNs are supported in the RAN (this means that shared cells and not shared cells are allowed for the specified PLMN. Note that the PLMN Target might differ from the PLMN specified in the Trace Reference, as that specifies the PLMN that is containing the management system requesting the Trace Session from the NE. See 3GPP TS 32.422 clause 5.9b for additional details.

func NewPlmnTargetType

func NewPlmnTargetType(mcc string, mnc string) *PlmnTargetType

NewPlmnTargetType instantiates a new PlmnTargetType object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPlmnTargetTypeWithDefaults

func NewPlmnTargetTypeWithDefaults() *PlmnTargetType

NewPlmnTargetTypeWithDefaults instantiates a new PlmnTargetType object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PlmnTargetType) GetMcc

func (o *PlmnTargetType) GetMcc() string

GetMcc returns the Mcc field value

func (*PlmnTargetType) GetMccOk

func (o *PlmnTargetType) GetMccOk() (*string, bool)

GetMccOk returns a tuple with the Mcc field value and a boolean to check if the value has been set.

func (*PlmnTargetType) GetMnc

func (o *PlmnTargetType) GetMnc() string

GetMnc returns the Mnc field value

func (*PlmnTargetType) GetMncOk

func (o *PlmnTargetType) GetMncOk() (*string, bool)

GetMncOk returns a tuple with the Mnc field value and a boolean to check if the value has been set.

func (PlmnTargetType) MarshalJSON

func (o PlmnTargetType) MarshalJSON() ([]byte, error)

func (*PlmnTargetType) SetMcc

func (o *PlmnTargetType) SetMcc(v string)

SetMcc sets field value

func (*PlmnTargetType) SetMnc

func (o *PlmnTargetType) SetMnc(v string)

SetMnc sets field value

func (PlmnTargetType) ToMap

func (o PlmnTargetType) ToMap() (map[string]interface{}, error)

type PositioningMethodType

type PositioningMethodType string

PositioningMethodType See details in 3GPP TS 32.422 clause 5.10.19.

const (
	GNSS      PositioningMethodType = "GNSS"
	E_CELL_ID PositioningMethodType = "E-CELL_ID"
)

List of positioningMethod-Type

func NewPositioningMethodTypeFromValue

func NewPositioningMethodTypeFromValue(v string) (*PositioningMethodType, error)

NewPositioningMethodTypeFromValue returns a pointer to a valid PositioningMethodType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (PositioningMethodType) IsValid

func (v PositioningMethodType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (PositioningMethodType) Ptr

Ptr returns reference to positioningMethod-Type value

func (*PositioningMethodType) UnmarshalJSON

func (v *PositioningMethodType) UnmarshalJSON(src []byte) error

type ProbableCause

type ProbableCause struct {
	ProbableCauseOneOf *ProbableCauseOneOf
	Int32              *int32
}

ProbableCause - The value of the probable cause may be a specific standardized string, or any vendor provided string. Probable cause strings are not standardized in the present document. They may be added in a future version. Up to then the mapping of the generic probable cause strings \"PROBABLE_CAUSE_001\" to \"PROBABLE_CAUSE_005\" is vendor specific. The value of the probable cause may also be an integer. The mapping of integer values to probable causes is vendor specific.

func Int32AsProbableCause

func Int32AsProbableCause(v *int32) ProbableCause

int32AsProbableCause is a convenience function that returns int32 wrapped in ProbableCause

func ProbableCauseOneOfAsProbableCause added in v1.18.0

func ProbableCauseOneOfAsProbableCause(v *ProbableCauseOneOf) ProbableCause

ProbableCauseOneOfAsProbableCause is a convenience function that returns ProbableCauseOneOf wrapped in ProbableCause

func (*ProbableCause) GetActualInstance

func (obj *ProbableCause) GetActualInstance() interface{}

Get the actual instance

func (ProbableCause) MarshalJSON

func (src ProbableCause) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*ProbableCause) UnmarshalJSON

func (dst *ProbableCause) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type ProbableCauseOneOf added in v1.18.0

type ProbableCauseOneOf struct {
	String *string
}

ProbableCauseOneOf struct for ProbableCauseOneOf

func (*ProbableCauseOneOf) MarshalJSON added in v1.18.0

func (src *ProbableCauseOneOf) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*ProbableCauseOneOf) UnmarshalJSON added in v1.18.0

func (dst *ProbableCauseOneOf) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type RATContext

type RATContext struct {
	ContextAttribute  *string  `json:"contextAttribute,omitempty"`
	ContextCondition  *string  `json:"contextCondition,omitempty"`
	ContextValueRange []string `json:"contextValueRange,omitempty"`
}

RATContext This data type is the \"ObjectContext\" data type with specialisations for RATContext

func NewRATContext

func NewRATContext() *RATContext

NewRATContext instantiates a new RATContext object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRATContextWithDefaults

func NewRATContextWithDefaults() *RATContext

NewRATContextWithDefaults instantiates a new RATContext object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RATContext) GetContextAttribute

func (o *RATContext) GetContextAttribute() string

GetContextAttribute returns the ContextAttribute field value if set, zero value otherwise.

func (*RATContext) GetContextAttributeOk

func (o *RATContext) GetContextAttributeOk() (*string, bool)

GetContextAttributeOk returns a tuple with the ContextAttribute field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RATContext) GetContextCondition

func (o *RATContext) GetContextCondition() string

GetContextCondition returns the ContextCondition field value if set, zero value otherwise.

func (*RATContext) GetContextConditionOk

func (o *RATContext) GetContextConditionOk() (*string, bool)

GetContextConditionOk returns a tuple with the ContextCondition field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RATContext) GetContextValueRange

func (o *RATContext) GetContextValueRange() []string

GetContextValueRange returns the ContextValueRange field value if set, zero value otherwise.

func (*RATContext) GetContextValueRangeOk

func (o *RATContext) GetContextValueRangeOk() ([]string, bool)

GetContextValueRangeOk returns a tuple with the ContextValueRange field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RATContext) HasContextAttribute

func (o *RATContext) HasContextAttribute() bool

HasContextAttribute returns a boolean if a field has been set.

func (*RATContext) HasContextCondition

func (o *RATContext) HasContextCondition() bool

HasContextCondition returns a boolean if a field has been set.

func (*RATContext) HasContextValueRange

func (o *RATContext) HasContextValueRange() bool

HasContextValueRange returns a boolean if a field has been set.

func (RATContext) MarshalJSON

func (o RATContext) MarshalJSON() ([]byte, error)

func (*RATContext) SetContextAttribute

func (o *RATContext) SetContextAttribute(v string)

SetContextAttribute gets a reference to the given string and assigns it to the ContextAttribute field.

func (*RATContext) SetContextCondition

func (o *RATContext) SetContextCondition(v string)

SetContextCondition gets a reference to the given string and assigns it to the ContextCondition field.

func (*RATContext) SetContextValueRange

func (o *RATContext) SetContextValueRange(v []string)

SetContextValueRange gets a reference to the given []string and assigns it to the ContextValueRange field.

func (RATContext) ToMap

func (o RATContext) ToMap() (map[string]interface{}, error)

type RadioNetworkExpectation

type RadioNetworkExpectation struct {
	ExpectationId             *string                                          `json:"expectationId,omitempty"`
	ExpectationVerb           *ExpectationVerb                                 `json:"expectationVerb,omitempty"`
	ExpectationObjects        []RadioNetworkExpectationObject                  `json:"expectationObjects,omitempty"`
	ExpectationTargets        []RadioNetworkExpectationExpectationTargetsInner `json:"expectationTargets,omitempty"`
	ExpectationContexts       []ExpectationContext                             `json:"expectationContexts,omitempty"`
	ExpectationfulfilmentInfo *FulfilmentInfo                                  `json:"expectationfulfilmentInfo,omitempty"`
}

RadioNetworkExpectation This data type is the \"IntentExpectation\" data type with specialisations to represent MnS consumer's expectations for radio network delivering and performance assurance

func NewRadioNetworkExpectation

func NewRadioNetworkExpectation() *RadioNetworkExpectation

NewRadioNetworkExpectation instantiates a new RadioNetworkExpectation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRadioNetworkExpectationWithDefaults

func NewRadioNetworkExpectationWithDefaults() *RadioNetworkExpectation

NewRadioNetworkExpectationWithDefaults instantiates a new RadioNetworkExpectation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RadioNetworkExpectation) GetExpectationContexts

func (o *RadioNetworkExpectation) GetExpectationContexts() []ExpectationContext

GetExpectationContexts returns the ExpectationContexts field value if set, zero value otherwise.

func (*RadioNetworkExpectation) GetExpectationContextsOk

func (o *RadioNetworkExpectation) GetExpectationContextsOk() ([]ExpectationContext, bool)

GetExpectationContextsOk returns a tuple with the ExpectationContexts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RadioNetworkExpectation) GetExpectationId

func (o *RadioNetworkExpectation) GetExpectationId() string

GetExpectationId returns the ExpectationId field value if set, zero value otherwise.

func (*RadioNetworkExpectation) GetExpectationIdOk

func (o *RadioNetworkExpectation) GetExpectationIdOk() (*string, bool)

GetExpectationIdOk returns a tuple with the ExpectationId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RadioNetworkExpectation) GetExpectationObjects

func (o *RadioNetworkExpectation) GetExpectationObjects() []RadioNetworkExpectationObject

GetExpectationObjects returns the ExpectationObjects field value if set, zero value otherwise.

func (*RadioNetworkExpectation) GetExpectationObjectsOk

func (o *RadioNetworkExpectation) GetExpectationObjectsOk() ([]RadioNetworkExpectationObject, bool)

GetExpectationObjectsOk returns a tuple with the ExpectationObjects field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RadioNetworkExpectation) GetExpectationTargets

GetExpectationTargets returns the ExpectationTargets field value if set, zero value otherwise.

func (*RadioNetworkExpectation) GetExpectationTargetsOk

GetExpectationTargetsOk returns a tuple with the ExpectationTargets field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RadioNetworkExpectation) GetExpectationVerb

func (o *RadioNetworkExpectation) GetExpectationVerb() ExpectationVerb

GetExpectationVerb returns the ExpectationVerb field value if set, zero value otherwise.

func (*RadioNetworkExpectation) GetExpectationVerbOk

func (o *RadioNetworkExpectation) GetExpectationVerbOk() (*ExpectationVerb, bool)

GetExpectationVerbOk returns a tuple with the ExpectationVerb field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RadioNetworkExpectation) GetExpectationfulfilmentInfo

func (o *RadioNetworkExpectation) GetExpectationfulfilmentInfo() FulfilmentInfo

GetExpectationfulfilmentInfo returns the ExpectationfulfilmentInfo field value if set, zero value otherwise.

func (*RadioNetworkExpectation) GetExpectationfulfilmentInfoOk

func (o *RadioNetworkExpectation) GetExpectationfulfilmentInfoOk() (*FulfilmentInfo, bool)

GetExpectationfulfilmentInfoOk returns a tuple with the ExpectationfulfilmentInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RadioNetworkExpectation) HasExpectationContexts

func (o *RadioNetworkExpectation) HasExpectationContexts() bool

HasExpectationContexts returns a boolean if a field has been set.

func (*RadioNetworkExpectation) HasExpectationId

func (o *RadioNetworkExpectation) HasExpectationId() bool

HasExpectationId returns a boolean if a field has been set.

func (*RadioNetworkExpectation) HasExpectationObjects

func (o *RadioNetworkExpectation) HasExpectationObjects() bool

HasExpectationObjects returns a boolean if a field has been set.

func (*RadioNetworkExpectation) HasExpectationTargets

func (o *RadioNetworkExpectation) HasExpectationTargets() bool

HasExpectationTargets returns a boolean if a field has been set.

func (*RadioNetworkExpectation) HasExpectationVerb

func (o *RadioNetworkExpectation) HasExpectationVerb() bool

HasExpectationVerb returns a boolean if a field has been set.

func (*RadioNetworkExpectation) HasExpectationfulfilmentInfo

func (o *RadioNetworkExpectation) HasExpectationfulfilmentInfo() bool

HasExpectationfulfilmentInfo returns a boolean if a field has been set.

func (RadioNetworkExpectation) MarshalJSON

func (o RadioNetworkExpectation) MarshalJSON() ([]byte, error)

func (*RadioNetworkExpectation) SetExpectationContexts

func (o *RadioNetworkExpectation) SetExpectationContexts(v []ExpectationContext)

SetExpectationContexts gets a reference to the given []ExpectationContext and assigns it to the ExpectationContexts field.

func (*RadioNetworkExpectation) SetExpectationId

func (o *RadioNetworkExpectation) SetExpectationId(v string)

SetExpectationId gets a reference to the given string and assigns it to the ExpectationId field.

func (*RadioNetworkExpectation) SetExpectationObjects

func (o *RadioNetworkExpectation) SetExpectationObjects(v []RadioNetworkExpectationObject)

SetExpectationObjects gets a reference to the given []RadioNetworkExpectationObject and assigns it to the ExpectationObjects field.

func (*RadioNetworkExpectation) SetExpectationTargets

SetExpectationTargets gets a reference to the given []RadioNetworkExpectationExpectationTargetsInner and assigns it to the ExpectationTargets field.

func (*RadioNetworkExpectation) SetExpectationVerb

func (o *RadioNetworkExpectation) SetExpectationVerb(v ExpectationVerb)

SetExpectationVerb gets a reference to the given ExpectationVerb and assigns it to the ExpectationVerb field.

func (*RadioNetworkExpectation) SetExpectationfulfilmentInfo

func (o *RadioNetworkExpectation) SetExpectationfulfilmentInfo(v FulfilmentInfo)

SetExpectationfulfilmentInfo gets a reference to the given FulfilmentInfo and assigns it to the ExpectationfulfilmentInfo field.

func (RadioNetworkExpectation) ToMap

func (o RadioNetworkExpectation) ToMap() (map[string]interface{}, error)

type RadioNetworkExpectationExpectationTargetsInner

type RadioNetworkExpectationExpectationTargetsInner struct {
	AveDLRANUEThptTarget      *AveDLRANUEThptTarget
	AveULRANUEThptTarget      *AveULRANUEThptTarget
	ExpectationTarget         *ExpectationTarget
	LowDLRANUEThptRatioTarget *LowDLRANUEThptRatioTarget
	LowSINRRatioTarget        *LowSINRRatioTarget
	LowULRANUEThptRatioTarget *LowULRANUEThptRatioTarget
	WeakRSRPRatioTarget       *WeakRSRPRatioTarget
}

RadioNetworkExpectationExpectationTargetsInner - struct for RadioNetworkExpectationExpectationTargetsInner

func AveDLRANUEThptTargetAsRadioNetworkExpectationExpectationTargetsInner

func AveDLRANUEThptTargetAsRadioNetworkExpectationExpectationTargetsInner(v *AveDLRANUEThptTarget) RadioNetworkExpectationExpectationTargetsInner

AveDLRANUEThptTargetAsRadioNetworkExpectationExpectationTargetsInner is a convenience function that returns AveDLRANUEThptTarget wrapped in RadioNetworkExpectationExpectationTargetsInner

func AveULRANUEThptTargetAsRadioNetworkExpectationExpectationTargetsInner

func AveULRANUEThptTargetAsRadioNetworkExpectationExpectationTargetsInner(v *AveULRANUEThptTarget) RadioNetworkExpectationExpectationTargetsInner

AveULRANUEThptTargetAsRadioNetworkExpectationExpectationTargetsInner is a convenience function that returns AveULRANUEThptTarget wrapped in RadioNetworkExpectationExpectationTargetsInner

func ExpectationTargetAsRadioNetworkExpectationExpectationTargetsInner

func ExpectationTargetAsRadioNetworkExpectationExpectationTargetsInner(v *ExpectationTarget) RadioNetworkExpectationExpectationTargetsInner

ExpectationTargetAsRadioNetworkExpectationExpectationTargetsInner is a convenience function that returns ExpectationTarget wrapped in RadioNetworkExpectationExpectationTargetsInner

func LowDLRANUEThptRatioTargetAsRadioNetworkExpectationExpectationTargetsInner

func LowDLRANUEThptRatioTargetAsRadioNetworkExpectationExpectationTargetsInner(v *LowDLRANUEThptRatioTarget) RadioNetworkExpectationExpectationTargetsInner

LowDLRANUEThptRatioTargetAsRadioNetworkExpectationExpectationTargetsInner is a convenience function that returns LowDLRANUEThptRatioTarget wrapped in RadioNetworkExpectationExpectationTargetsInner

func LowSINRRatioTargetAsRadioNetworkExpectationExpectationTargetsInner

func LowSINRRatioTargetAsRadioNetworkExpectationExpectationTargetsInner(v *LowSINRRatioTarget) RadioNetworkExpectationExpectationTargetsInner

LowSINRRatioTargetAsRadioNetworkExpectationExpectationTargetsInner is a convenience function that returns LowSINRRatioTarget wrapped in RadioNetworkExpectationExpectationTargetsInner

func LowULRANUEThptRatioTargetAsRadioNetworkExpectationExpectationTargetsInner

func LowULRANUEThptRatioTargetAsRadioNetworkExpectationExpectationTargetsInner(v *LowULRANUEThptRatioTarget) RadioNetworkExpectationExpectationTargetsInner

LowULRANUEThptRatioTargetAsRadioNetworkExpectationExpectationTargetsInner is a convenience function that returns LowULRANUEThptRatioTarget wrapped in RadioNetworkExpectationExpectationTargetsInner

func WeakRSRPRatioTargetAsRadioNetworkExpectationExpectationTargetsInner

func WeakRSRPRatioTargetAsRadioNetworkExpectationExpectationTargetsInner(v *WeakRSRPRatioTarget) RadioNetworkExpectationExpectationTargetsInner

WeakRSRPRatioTargetAsRadioNetworkExpectationExpectationTargetsInner is a convenience function that returns WeakRSRPRatioTarget wrapped in RadioNetworkExpectationExpectationTargetsInner

func (*RadioNetworkExpectationExpectationTargetsInner) GetActualInstance

func (obj *RadioNetworkExpectationExpectationTargetsInner) GetActualInstance() interface{}

Get the actual instance

func (RadioNetworkExpectationExpectationTargetsInner) MarshalJSON

Marshal data from the first non-nil pointers in the struct to JSON

func (*RadioNetworkExpectationExpectationTargetsInner) UnmarshalJSON

func (dst *RadioNetworkExpectationExpectationTargetsInner) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type RadioNetworkExpectationObject

type RadioNetworkExpectationObject struct {
	ObjectType     *string                                            `json:"objectType,omitempty"`
	ObjectInstance *string                                            `json:"objectInstance,omitempty"`
	ObjectContexts []RadioNetworkExpectationObjectObjectContextsInner `json:"objectContexts,omitempty"`
}

RadioNetworkExpectationObject This data type is the \"ExpectationObject\" data type with specialisations for RadioNetworkExpectation

func NewRadioNetworkExpectationObject

func NewRadioNetworkExpectationObject() *RadioNetworkExpectationObject

NewRadioNetworkExpectationObject instantiates a new RadioNetworkExpectationObject object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRadioNetworkExpectationObjectWithDefaults

func NewRadioNetworkExpectationObjectWithDefaults() *RadioNetworkExpectationObject

NewRadioNetworkExpectationObjectWithDefaults instantiates a new RadioNetworkExpectationObject object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RadioNetworkExpectationObject) GetObjectContexts

GetObjectContexts returns the ObjectContexts field value if set, zero value otherwise.

func (*RadioNetworkExpectationObject) GetObjectContextsOk

GetObjectContextsOk returns a tuple with the ObjectContexts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RadioNetworkExpectationObject) GetObjectInstance

func (o *RadioNetworkExpectationObject) GetObjectInstance() string

GetObjectInstance returns the ObjectInstance field value if set, zero value otherwise.

func (*RadioNetworkExpectationObject) GetObjectInstanceOk

func (o *RadioNetworkExpectationObject) GetObjectInstanceOk() (*string, bool)

GetObjectInstanceOk returns a tuple with the ObjectInstance field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RadioNetworkExpectationObject) GetObjectType

func (o *RadioNetworkExpectationObject) GetObjectType() string

GetObjectType returns the ObjectType field value if set, zero value otherwise.

func (*RadioNetworkExpectationObject) GetObjectTypeOk

func (o *RadioNetworkExpectationObject) GetObjectTypeOk() (*string, bool)

GetObjectTypeOk returns a tuple with the ObjectType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RadioNetworkExpectationObject) HasObjectContexts

func (o *RadioNetworkExpectationObject) HasObjectContexts() bool

HasObjectContexts returns a boolean if a field has been set.

func (*RadioNetworkExpectationObject) HasObjectInstance

func (o *RadioNetworkExpectationObject) HasObjectInstance() bool

HasObjectInstance returns a boolean if a field has been set.

func (*RadioNetworkExpectationObject) HasObjectType

func (o *RadioNetworkExpectationObject) HasObjectType() bool

HasObjectType returns a boolean if a field has been set.

func (RadioNetworkExpectationObject) MarshalJSON

func (o RadioNetworkExpectationObject) MarshalJSON() ([]byte, error)

func (*RadioNetworkExpectationObject) SetObjectContexts

SetObjectContexts gets a reference to the given []RadioNetworkExpectationObjectObjectContextsInner and assigns it to the ObjectContexts field.

func (*RadioNetworkExpectationObject) SetObjectInstance

func (o *RadioNetworkExpectationObject) SetObjectInstance(v string)

SetObjectInstance gets a reference to the given string and assigns it to the ObjectInstance field.

func (*RadioNetworkExpectationObject) SetObjectType

func (o *RadioNetworkExpectationObject) SetObjectType(v string)

SetObjectType gets a reference to the given string and assigns it to the ObjectType field.

func (RadioNetworkExpectationObject) ToMap

func (o RadioNetworkExpectationObject) ToMap() (map[string]interface{}, error)

type RadioNetworkExpectationObjectObjectContextsInner

type RadioNetworkExpectationObjectObjectContextsInner struct {
	CoverageAreaPolygonContext *CoverageAreaPolygonContext
	CoverageTACContext         *CoverageTACContext
	NRFqBandContext            *NRFqBandContext
	ObjectContext              *ObjectContext
	PLMNContext                *PLMNContext
	RATContext                 *RATContext
}

RadioNetworkExpectationObjectObjectContextsInner - struct for RadioNetworkExpectationObjectObjectContextsInner

func CoverageAreaPolygonContextAsRadioNetworkExpectationObjectObjectContextsInner

func CoverageAreaPolygonContextAsRadioNetworkExpectationObjectObjectContextsInner(v *CoverageAreaPolygonContext) RadioNetworkExpectationObjectObjectContextsInner

CoverageAreaPolygonContextAsRadioNetworkExpectationObjectObjectContextsInner is a convenience function that returns CoverageAreaPolygonContext wrapped in RadioNetworkExpectationObjectObjectContextsInner

func CoverageTACContextAsRadioNetworkExpectationObjectObjectContextsInner

func CoverageTACContextAsRadioNetworkExpectationObjectObjectContextsInner(v *CoverageTACContext) RadioNetworkExpectationObjectObjectContextsInner

CoverageTACContextAsRadioNetworkExpectationObjectObjectContextsInner is a convenience function that returns CoverageTACContext wrapped in RadioNetworkExpectationObjectObjectContextsInner

func NRFqBandContextAsRadioNetworkExpectationObjectObjectContextsInner

func NRFqBandContextAsRadioNetworkExpectationObjectObjectContextsInner(v *NRFqBandContext) RadioNetworkExpectationObjectObjectContextsInner

NRFqBandContextAsRadioNetworkExpectationObjectObjectContextsInner is a convenience function that returns NRFqBandContext wrapped in RadioNetworkExpectationObjectObjectContextsInner

func ObjectContextAsRadioNetworkExpectationObjectObjectContextsInner

func ObjectContextAsRadioNetworkExpectationObjectObjectContextsInner(v *ObjectContext) RadioNetworkExpectationObjectObjectContextsInner

ObjectContextAsRadioNetworkExpectationObjectObjectContextsInner is a convenience function that returns ObjectContext wrapped in RadioNetworkExpectationObjectObjectContextsInner

func PLMNContextAsRadioNetworkExpectationObjectObjectContextsInner

func PLMNContextAsRadioNetworkExpectationObjectObjectContextsInner(v *PLMNContext) RadioNetworkExpectationObjectObjectContextsInner

PLMNContextAsRadioNetworkExpectationObjectObjectContextsInner is a convenience function that returns PLMNContext wrapped in RadioNetworkExpectationObjectObjectContextsInner

func RATContextAsRadioNetworkExpectationObjectObjectContextsInner

func RATContextAsRadioNetworkExpectationObjectObjectContextsInner(v *RATContext) RadioNetworkExpectationObjectObjectContextsInner

RATContextAsRadioNetworkExpectationObjectObjectContextsInner is a convenience function that returns RATContext wrapped in RadioNetworkExpectationObjectObjectContextsInner

func (*RadioNetworkExpectationObjectObjectContextsInner) GetActualInstance

func (obj *RadioNetworkExpectationObjectObjectContextsInner) GetActualInstance() interface{}

Get the actual instance

func (RadioNetworkExpectationObjectObjectContextsInner) MarshalJSON

Marshal data from the first non-nil pointers in the struct to JSON

func (*RadioNetworkExpectationObjectObjectContextsInner) UnmarshalJSON

func (dst *RadioNetworkExpectationObjectObjectContextsInner) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type ReportAmountType

type ReportAmountType string

ReportAmountType See details in 3GPP TS 32.422 clause 5.10.6.

const (
	INFINITY ReportAmountType = "INFINITY"
)

List of reportAmount-Type

func NewReportAmountTypeFromValue

func NewReportAmountTypeFromValue(v string) (*ReportAmountType, error)

NewReportAmountTypeFromValue returns a pointer to a valid ReportAmountType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (ReportAmountType) IsValid

func (v ReportAmountType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (ReportAmountType) Ptr

Ptr returns reference to reportAmount-Type value

func (*ReportAmountType) UnmarshalJSON

func (v *ReportAmountType) UnmarshalJSON(src []byte) error

type ReportIntervalType

type ReportIntervalType struct {
	UMTS []string `json:"UMTS,omitempty"`
	LTE  []string `json:"LTE,omitempty"`
	NR   []string `json:"NR,omitempty"`
}

ReportIntervalType See details in 3GPP TS 32.422 clause 5.10.5.

func NewReportIntervalType

func NewReportIntervalType() *ReportIntervalType

NewReportIntervalType instantiates a new ReportIntervalType object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewReportIntervalTypeWithDefaults

func NewReportIntervalTypeWithDefaults() *ReportIntervalType

NewReportIntervalTypeWithDefaults instantiates a new ReportIntervalType object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ReportIntervalType) GetLTE

func (o *ReportIntervalType) GetLTE() []string

GetLTE returns the LTE field value if set, zero value otherwise.

func (*ReportIntervalType) GetLTEOk

func (o *ReportIntervalType) GetLTEOk() ([]string, bool)

GetLTEOk returns a tuple with the LTE field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportIntervalType) GetNR

func (o *ReportIntervalType) GetNR() []string

GetNR returns the NR field value if set, zero value otherwise.

func (*ReportIntervalType) GetNROk

func (o *ReportIntervalType) GetNROk() ([]string, bool)

GetNROk returns a tuple with the NR field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportIntervalType) GetUMTS

func (o *ReportIntervalType) GetUMTS() []string

GetUMTS returns the UMTS field value if set, zero value otherwise.

func (*ReportIntervalType) GetUMTSOk

func (o *ReportIntervalType) GetUMTSOk() ([]string, bool)

GetUMTSOk returns a tuple with the UMTS field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportIntervalType) HasLTE

func (o *ReportIntervalType) HasLTE() bool

HasLTE returns a boolean if a field has been set.

func (*ReportIntervalType) HasNR

func (o *ReportIntervalType) HasNR() bool

HasNR returns a boolean if a field has been set.

func (*ReportIntervalType) HasUMTS

func (o *ReportIntervalType) HasUMTS() bool

HasUMTS returns a boolean if a field has been set.

func (ReportIntervalType) MarshalJSON

func (o ReportIntervalType) MarshalJSON() ([]byte, error)

func (*ReportIntervalType) SetLTE

func (o *ReportIntervalType) SetLTE(v []string)

SetLTE gets a reference to the given []string and assigns it to the LTE field.

func (*ReportIntervalType) SetNR

func (o *ReportIntervalType) SetNR(v []string)

SetNR gets a reference to the given []string and assigns it to the NR field.

func (*ReportIntervalType) SetUMTS

func (o *ReportIntervalType) SetUMTS(v []string)

SetUMTS gets a reference to the given []string and assigns it to the UMTS field.

func (ReportIntervalType) ToMap

func (o ReportIntervalType) ToMap() (map[string]interface{}, error)

type ReportTypeType

type ReportTypeType string

ReportTypeType Report type for logged NR MDT. See details in 3GPP TS 32.422 clause 5.10.27.

const (
	PERIODICAL      ReportTypeType = "PERIODICAL"
	EVENT_TRIGGERED ReportTypeType = "EVENT_TRIGGERED"
)

List of reportType-Type

func NewReportTypeTypeFromValue

func NewReportTypeTypeFromValue(v string) (*ReportTypeType, error)

NewReportTypeTypeFromValue returns a pointer to a valid ReportTypeType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (ReportTypeType) IsValid

func (v ReportTypeType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (ReportTypeType) Ptr

func (v ReportTypeType) Ptr() *ReportTypeType

Ptr returns reference to reportType-Type value

func (*ReportTypeType) UnmarshalJSON

func (v *ReportTypeType) UnmarshalJSON(src []byte) error

type ReportingCtrl

type ReportingCtrl struct {
	ReportingCtrlOneOf  *ReportingCtrlOneOf
	ReportingCtrlOneOf1 *ReportingCtrlOneOf1
	ReportingCtrlOneOf2 *ReportingCtrlOneOf2
}

ReportingCtrl - struct for ReportingCtrl

func ReportingCtrlOneOf1AsReportingCtrl

func ReportingCtrlOneOf1AsReportingCtrl(v *ReportingCtrlOneOf1) ReportingCtrl

ReportingCtrlOneOf1AsReportingCtrl is a convenience function that returns ReportingCtrlOneOf1 wrapped in ReportingCtrl

func ReportingCtrlOneOf2AsReportingCtrl

func ReportingCtrlOneOf2AsReportingCtrl(v *ReportingCtrlOneOf2) ReportingCtrl

ReportingCtrlOneOf2AsReportingCtrl is a convenience function that returns ReportingCtrlOneOf2 wrapped in ReportingCtrl

func ReportingCtrlOneOfAsReportingCtrl

func ReportingCtrlOneOfAsReportingCtrl(v *ReportingCtrlOneOf) ReportingCtrl

ReportingCtrlOneOfAsReportingCtrl is a convenience function that returns ReportingCtrlOneOf wrapped in ReportingCtrl

func (*ReportingCtrl) GetActualInstance

func (obj *ReportingCtrl) GetActualInstance() interface{}

Get the actual instance

func (ReportingCtrl) MarshalJSON

func (src ReportingCtrl) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*ReportingCtrl) UnmarshalJSON

func (dst *ReportingCtrl) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type ReportingCtrlOneOf

type ReportingCtrlOneOf struct {
	FileReportingPeriod *int32 `json:"fileReportingPeriod,omitempty"`
}

ReportingCtrlOneOf struct for ReportingCtrlOneOf

func NewReportingCtrlOneOf

func NewReportingCtrlOneOf() *ReportingCtrlOneOf

NewReportingCtrlOneOf instantiates a new ReportingCtrlOneOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewReportingCtrlOneOfWithDefaults

func NewReportingCtrlOneOfWithDefaults() *ReportingCtrlOneOf

NewReportingCtrlOneOfWithDefaults instantiates a new ReportingCtrlOneOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ReportingCtrlOneOf) GetFileReportingPeriod

func (o *ReportingCtrlOneOf) GetFileReportingPeriod() int32

GetFileReportingPeriod returns the FileReportingPeriod field value if set, zero value otherwise.

func (*ReportingCtrlOneOf) GetFileReportingPeriodOk

func (o *ReportingCtrlOneOf) GetFileReportingPeriodOk() (*int32, bool)

GetFileReportingPeriodOk returns a tuple with the FileReportingPeriod field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportingCtrlOneOf) HasFileReportingPeriod

func (o *ReportingCtrlOneOf) HasFileReportingPeriod() bool

HasFileReportingPeriod returns a boolean if a field has been set.

func (ReportingCtrlOneOf) MarshalJSON

func (o ReportingCtrlOneOf) MarshalJSON() ([]byte, error)

func (*ReportingCtrlOneOf) SetFileReportingPeriod

func (o *ReportingCtrlOneOf) SetFileReportingPeriod(v int32)

SetFileReportingPeriod gets a reference to the given int32 and assigns it to the FileReportingPeriod field.

func (ReportingCtrlOneOf) ToMap

func (o ReportingCtrlOneOf) ToMap() (map[string]interface{}, error)

type ReportingCtrlOneOf1

type ReportingCtrlOneOf1 struct {
	FileReportingPeriod *int32  `json:"fileReportingPeriod,omitempty"`
	FileLocation        *string `json:"fileLocation,omitempty"`
}

ReportingCtrlOneOf1 struct for ReportingCtrlOneOf1

func NewReportingCtrlOneOf1

func NewReportingCtrlOneOf1() *ReportingCtrlOneOf1

NewReportingCtrlOneOf1 instantiates a new ReportingCtrlOneOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewReportingCtrlOneOf1WithDefaults

func NewReportingCtrlOneOf1WithDefaults() *ReportingCtrlOneOf1

NewReportingCtrlOneOf1WithDefaults instantiates a new ReportingCtrlOneOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ReportingCtrlOneOf1) GetFileLocation

func (o *ReportingCtrlOneOf1) GetFileLocation() string

GetFileLocation returns the FileLocation field value if set, zero value otherwise.

func (*ReportingCtrlOneOf1) GetFileLocationOk

func (o *ReportingCtrlOneOf1) GetFileLocationOk() (*string, bool)

GetFileLocationOk returns a tuple with the FileLocation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportingCtrlOneOf1) GetFileReportingPeriod

func (o *ReportingCtrlOneOf1) GetFileReportingPeriod() int32

GetFileReportingPeriod returns the FileReportingPeriod field value if set, zero value otherwise.

func (*ReportingCtrlOneOf1) GetFileReportingPeriodOk

func (o *ReportingCtrlOneOf1) GetFileReportingPeriodOk() (*int32, bool)

GetFileReportingPeriodOk returns a tuple with the FileReportingPeriod field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportingCtrlOneOf1) HasFileLocation

func (o *ReportingCtrlOneOf1) HasFileLocation() bool

HasFileLocation returns a boolean if a field has been set.

func (*ReportingCtrlOneOf1) HasFileReportingPeriod

func (o *ReportingCtrlOneOf1) HasFileReportingPeriod() bool

HasFileReportingPeriod returns a boolean if a field has been set.

func (ReportingCtrlOneOf1) MarshalJSON

func (o ReportingCtrlOneOf1) MarshalJSON() ([]byte, error)

func (*ReportingCtrlOneOf1) SetFileLocation

func (o *ReportingCtrlOneOf1) SetFileLocation(v string)

SetFileLocation gets a reference to the given string and assigns it to the FileLocation field.

func (*ReportingCtrlOneOf1) SetFileReportingPeriod

func (o *ReportingCtrlOneOf1) SetFileReportingPeriod(v int32)

SetFileReportingPeriod gets a reference to the given int32 and assigns it to the FileReportingPeriod field.

func (ReportingCtrlOneOf1) ToMap

func (o ReportingCtrlOneOf1) ToMap() (map[string]interface{}, error)

type ReportingCtrlOneOf2

type ReportingCtrlOneOf2 struct {
	StreamTarget *string `json:"streamTarget,omitempty"`
}

ReportingCtrlOneOf2 struct for ReportingCtrlOneOf2

func NewReportingCtrlOneOf2

func NewReportingCtrlOneOf2() *ReportingCtrlOneOf2

NewReportingCtrlOneOf2 instantiates a new ReportingCtrlOneOf2 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewReportingCtrlOneOf2WithDefaults

func NewReportingCtrlOneOf2WithDefaults() *ReportingCtrlOneOf2

NewReportingCtrlOneOf2WithDefaults instantiates a new ReportingCtrlOneOf2 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ReportingCtrlOneOf2) GetStreamTarget

func (o *ReportingCtrlOneOf2) GetStreamTarget() string

GetStreamTarget returns the StreamTarget field value if set, zero value otherwise.

func (*ReportingCtrlOneOf2) GetStreamTargetOk

func (o *ReportingCtrlOneOf2) GetStreamTargetOk() (*string, bool)

GetStreamTargetOk returns a tuple with the StreamTarget field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportingCtrlOneOf2) HasStreamTarget

func (o *ReportingCtrlOneOf2) HasStreamTarget() bool

HasStreamTarget returns a boolean if a field has been set.

func (ReportingCtrlOneOf2) MarshalJSON

func (o ReportingCtrlOneOf2) MarshalJSON() ([]byte, error)

func (*ReportingCtrlOneOf2) SetStreamTarget

func (o *ReportingCtrlOneOf2) SetStreamTarget(v string)

SetStreamTarget gets a reference to the given string and assigns it to the StreamTarget field.

func (ReportingCtrlOneOf2) ToMap

func (o ReportingCtrlOneOf2) ToMap() (map[string]interface{}, error)

type ResourceSharingLevelContext

type ResourceSharingLevelContext struct {
	ContextAttribute  *string        `json:"contextAttribute,omitempty"`
	ContextCondition  *string        `json:"contextCondition,omitempty"`
	ContextValueRange []SharingLevel `json:"contextValueRange,omitempty"`
}

ResourceSharingLevelContext This data type is the \"ExpectationContext\" data type with specialisations for ResourceSharingLevelContext

func NewResourceSharingLevelContext

func NewResourceSharingLevelContext() *ResourceSharingLevelContext

NewResourceSharingLevelContext instantiates a new ResourceSharingLevelContext object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewResourceSharingLevelContextWithDefaults

func NewResourceSharingLevelContextWithDefaults() *ResourceSharingLevelContext

NewResourceSharingLevelContextWithDefaults instantiates a new ResourceSharingLevelContext object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ResourceSharingLevelContext) GetContextAttribute

func (o *ResourceSharingLevelContext) GetContextAttribute() string

GetContextAttribute returns the ContextAttribute field value if set, zero value otherwise.

func (*ResourceSharingLevelContext) GetContextAttributeOk

func (o *ResourceSharingLevelContext) GetContextAttributeOk() (*string, bool)

GetContextAttributeOk returns a tuple with the ContextAttribute field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResourceSharingLevelContext) GetContextCondition

func (o *ResourceSharingLevelContext) GetContextCondition() string

GetContextCondition returns the ContextCondition field value if set, zero value otherwise.

func (*ResourceSharingLevelContext) GetContextConditionOk

func (o *ResourceSharingLevelContext) GetContextConditionOk() (*string, bool)

GetContextConditionOk returns a tuple with the ContextCondition field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResourceSharingLevelContext) GetContextValueRange

func (o *ResourceSharingLevelContext) GetContextValueRange() []SharingLevel

GetContextValueRange returns the ContextValueRange field value if set, zero value otherwise.

func (*ResourceSharingLevelContext) GetContextValueRangeOk

func (o *ResourceSharingLevelContext) GetContextValueRangeOk() ([]SharingLevel, bool)

GetContextValueRangeOk returns a tuple with the ContextValueRange field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResourceSharingLevelContext) HasContextAttribute

func (o *ResourceSharingLevelContext) HasContextAttribute() bool

HasContextAttribute returns a boolean if a field has been set.

func (*ResourceSharingLevelContext) HasContextCondition

func (o *ResourceSharingLevelContext) HasContextCondition() bool

HasContextCondition returns a boolean if a field has been set.

func (*ResourceSharingLevelContext) HasContextValueRange

func (o *ResourceSharingLevelContext) HasContextValueRange() bool

HasContextValueRange returns a boolean if a field has been set.

func (ResourceSharingLevelContext) MarshalJSON

func (o ResourceSharingLevelContext) MarshalJSON() ([]byte, error)

func (*ResourceSharingLevelContext) SetContextAttribute

func (o *ResourceSharingLevelContext) SetContextAttribute(v string)

SetContextAttribute gets a reference to the given string and assigns it to the ContextAttribute field.

func (*ResourceSharingLevelContext) SetContextCondition

func (o *ResourceSharingLevelContext) SetContextCondition(v string)

SetContextCondition gets a reference to the given string and assigns it to the ContextCondition field.

func (*ResourceSharingLevelContext) SetContextValueRange

func (o *ResourceSharingLevelContext) SetContextValueRange(v []SharingLevel)

SetContextValueRange gets a reference to the given []SharingLevel and assigns it to the ContextValueRange field.

func (ResourceSharingLevelContext) ToMap

func (o ResourceSharingLevelContext) ToMap() (map[string]interface{}, error)

type ResourcesIntentNrm

type ResourcesIntentNrm struct {
	IntentSingle     *IntentSingle
	SubNetworkSingle *SubNetworkSingle
}

ResourcesIntentNrm - struct for ResourcesIntentNrm

func IntentSingleAsResourcesIntentNrm

func IntentSingleAsResourcesIntentNrm(v *IntentSingle) ResourcesIntentNrm

IntentSingleAsResourcesIntentNrm is a convenience function that returns IntentSingle wrapped in ResourcesIntentNrm

func SubNetworkSingleAsResourcesIntentNrm

func SubNetworkSingleAsResourcesIntentNrm(v *SubNetworkSingle) ResourcesIntentNrm

SubNetworkSingleAsResourcesIntentNrm is a convenience function that returns SubNetworkSingle wrapped in ResourcesIntentNrm

func (*ResourcesIntentNrm) GetActualInstance

func (obj *ResourcesIntentNrm) GetActualInstance() interface{}

Get the actual instance

func (ResourcesIntentNrm) MarshalJSON

func (src ResourcesIntentNrm) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*ResourcesIntentNrm) UnmarshalJSON

func (dst *ResourcesIntentNrm) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type Scope

type Scope struct {
	ScopeType  *string `json:"scopeType,omitempty"`
	ScopeLevel *int32  `json:"scopeLevel,omitempty"`
}

Scope struct for Scope

func NewScope

func NewScope() *Scope

NewScope instantiates a new Scope object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewScopeWithDefaults

func NewScopeWithDefaults() *Scope

NewScopeWithDefaults instantiates a new Scope object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Scope) GetScopeLevel

func (o *Scope) GetScopeLevel() int32

GetScopeLevel returns the ScopeLevel field value if set, zero value otherwise.

func (*Scope) GetScopeLevelOk

func (o *Scope) GetScopeLevelOk() (*int32, bool)

GetScopeLevelOk returns a tuple with the ScopeLevel field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Scope) GetScopeType

func (o *Scope) GetScopeType() string

GetScopeType returns the ScopeType field value if set, zero value otherwise.

func (*Scope) GetScopeTypeOk

func (o *Scope) GetScopeTypeOk() (*string, bool)

GetScopeTypeOk returns a tuple with the ScopeType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Scope) HasScopeLevel

func (o *Scope) HasScopeLevel() bool

HasScopeLevel returns a boolean if a field has been set.

func (*Scope) HasScopeType

func (o *Scope) HasScopeType() bool

HasScopeType returns a boolean if a field has been set.

func (Scope) MarshalJSON

func (o Scope) MarshalJSON() ([]byte, error)

func (*Scope) SetScopeLevel

func (o *Scope) SetScopeLevel(v int32)

SetScopeLevel gets a reference to the given int32 and assigns it to the ScopeLevel field.

func (*Scope) SetScopeType

func (o *Scope) SetScopeType(v string)

SetScopeType gets a reference to the given string and assigns it to the ScopeType field.

func (Scope) ToMap

func (o Scope) ToMap() (map[string]interface{}, error)

type ServAttrCom

type ServAttrCom struct {
	Category *Category `json:"category,omitempty"`
	Tagging  []string  `json:"tagging,omitempty"`
	Exposure *Exposure `json:"exposure,omitempty"`
}

ServAttrCom struct for ServAttrCom

func NewServAttrCom

func NewServAttrCom() *ServAttrCom

NewServAttrCom instantiates a new ServAttrCom object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewServAttrComWithDefaults

func NewServAttrComWithDefaults() *ServAttrCom

NewServAttrComWithDefaults instantiates a new ServAttrCom object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ServAttrCom) GetCategory

func (o *ServAttrCom) GetCategory() Category

GetCategory returns the Category field value if set, zero value otherwise.

func (*ServAttrCom) GetCategoryOk

func (o *ServAttrCom) GetCategoryOk() (*Category, bool)

GetCategoryOk returns a tuple with the Category field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServAttrCom) GetExposure

func (o *ServAttrCom) GetExposure() Exposure

GetExposure returns the Exposure field value if set, zero value otherwise.

func (*ServAttrCom) GetExposureOk

func (o *ServAttrCom) GetExposureOk() (*Exposure, bool)

GetExposureOk returns a tuple with the Exposure field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServAttrCom) GetTagging

func (o *ServAttrCom) GetTagging() []string

GetTagging returns the Tagging field value if set, zero value otherwise.

func (*ServAttrCom) GetTaggingOk

func (o *ServAttrCom) GetTaggingOk() ([]string, bool)

GetTaggingOk returns a tuple with the Tagging field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServAttrCom) HasCategory

func (o *ServAttrCom) HasCategory() bool

HasCategory returns a boolean if a field has been set.

func (*ServAttrCom) HasExposure

func (o *ServAttrCom) HasExposure() bool

HasExposure returns a boolean if a field has been set.

func (*ServAttrCom) HasTagging

func (o *ServAttrCom) HasTagging() bool

HasTagging returns a boolean if a field has been set.

func (ServAttrCom) MarshalJSON

func (o ServAttrCom) MarshalJSON() ([]byte, error)

func (*ServAttrCom) SetCategory

func (o *ServAttrCom) SetCategory(v Category)

SetCategory gets a reference to the given Category and assigns it to the Category field.

func (*ServAttrCom) SetExposure

func (o *ServAttrCom) SetExposure(v Exposure)

SetExposure gets a reference to the given Exposure and assigns it to the Exposure field.

func (*ServAttrCom) SetTagging

func (o *ServAttrCom) SetTagging(v []string)

SetTagging gets a reference to the given []string and assigns it to the Tagging field.

func (ServAttrCom) ToMap

func (o ServAttrCom) ToMap() (map[string]interface{}, error)

type ServerConfiguration

type ServerConfiguration struct {
	URL         string
	Description string
	Variables   map[string]ServerVariable
}

ServerConfiguration stores the information about a server

type ServerConfigurations

type ServerConfigurations []ServerConfiguration

ServerConfigurations stores multiple ServerConfiguration items

func (ServerConfigurations) URL

func (sc ServerConfigurations) URL(index int, variables map[string]string) (string, error)

URL formats template on a index using given variables

type ServerVariable

type ServerVariable struct {
	Description  string
	DefaultValue string
	EnumValues   []string
}

ServerVariable stores the information about a server variable

type ServiceEndTimeContext

type ServiceEndTimeContext struct {
	ContextAttribute  *string `json:"contextAttribute,omitempty"`
	ContextCondition  *string `json:"contextCondition,omitempty"`
	ContextValueRange *string `json:"contextValueRange,omitempty"`
}

ServiceEndTimeContext This data type is the \"ExpectationContext\" data type with specialisations for ServiceEndTimeContext

func NewServiceEndTimeContext

func NewServiceEndTimeContext() *ServiceEndTimeContext

NewServiceEndTimeContext instantiates a new ServiceEndTimeContext object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewServiceEndTimeContextWithDefaults

func NewServiceEndTimeContextWithDefaults() *ServiceEndTimeContext

NewServiceEndTimeContextWithDefaults instantiates a new ServiceEndTimeContext object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ServiceEndTimeContext) GetContextAttribute

func (o *ServiceEndTimeContext) GetContextAttribute() string

GetContextAttribute returns the ContextAttribute field value if set, zero value otherwise.

func (*ServiceEndTimeContext) GetContextAttributeOk

func (o *ServiceEndTimeContext) GetContextAttributeOk() (*string, bool)

GetContextAttributeOk returns a tuple with the ContextAttribute field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceEndTimeContext) GetContextCondition

func (o *ServiceEndTimeContext) GetContextCondition() string

GetContextCondition returns the ContextCondition field value if set, zero value otherwise.

func (*ServiceEndTimeContext) GetContextConditionOk

func (o *ServiceEndTimeContext) GetContextConditionOk() (*string, bool)

GetContextConditionOk returns a tuple with the ContextCondition field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceEndTimeContext) GetContextValueRange

func (o *ServiceEndTimeContext) GetContextValueRange() string

GetContextValueRange returns the ContextValueRange field value if set, zero value otherwise.

func (*ServiceEndTimeContext) GetContextValueRangeOk

func (o *ServiceEndTimeContext) GetContextValueRangeOk() (*string, bool)

GetContextValueRangeOk returns a tuple with the ContextValueRange field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceEndTimeContext) HasContextAttribute

func (o *ServiceEndTimeContext) HasContextAttribute() bool

HasContextAttribute returns a boolean if a field has been set.

func (*ServiceEndTimeContext) HasContextCondition

func (o *ServiceEndTimeContext) HasContextCondition() bool

HasContextCondition returns a boolean if a field has been set.

func (*ServiceEndTimeContext) HasContextValueRange

func (o *ServiceEndTimeContext) HasContextValueRange() bool

HasContextValueRange returns a boolean if a field has been set.

func (ServiceEndTimeContext) MarshalJSON

func (o ServiceEndTimeContext) MarshalJSON() ([]byte, error)

func (*ServiceEndTimeContext) SetContextAttribute

func (o *ServiceEndTimeContext) SetContextAttribute(v string)

SetContextAttribute gets a reference to the given string and assigns it to the ContextAttribute field.

func (*ServiceEndTimeContext) SetContextCondition

func (o *ServiceEndTimeContext) SetContextCondition(v string)

SetContextCondition gets a reference to the given string and assigns it to the ContextCondition field.

func (*ServiceEndTimeContext) SetContextValueRange

func (o *ServiceEndTimeContext) SetContextValueRange(v string)

SetContextValueRange gets a reference to the given string and assigns it to the ContextValueRange field.

func (ServiceEndTimeContext) ToMap

func (o ServiceEndTimeContext) ToMap() (map[string]interface{}, error)

type ServiceStartTimeContext

type ServiceStartTimeContext struct {
	ContextAttribute  *string `json:"contextAttribute,omitempty"`
	ContextCondition  *string `json:"contextCondition,omitempty"`
	ContextValueRange *string `json:"contextValueRange,omitempty"`
}

ServiceStartTimeContext This data type is the \"ExpectationContext\" data type with specialisations for ServiceStartTimeContext

func NewServiceStartTimeContext

func NewServiceStartTimeContext() *ServiceStartTimeContext

NewServiceStartTimeContext instantiates a new ServiceStartTimeContext object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewServiceStartTimeContextWithDefaults

func NewServiceStartTimeContextWithDefaults() *ServiceStartTimeContext

NewServiceStartTimeContextWithDefaults instantiates a new ServiceStartTimeContext object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ServiceStartTimeContext) GetContextAttribute

func (o *ServiceStartTimeContext) GetContextAttribute() string

GetContextAttribute returns the ContextAttribute field value if set, zero value otherwise.

func (*ServiceStartTimeContext) GetContextAttributeOk

func (o *ServiceStartTimeContext) GetContextAttributeOk() (*string, bool)

GetContextAttributeOk returns a tuple with the ContextAttribute field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceStartTimeContext) GetContextCondition

func (o *ServiceStartTimeContext) GetContextCondition() string

GetContextCondition returns the ContextCondition field value if set, zero value otherwise.

func (*ServiceStartTimeContext) GetContextConditionOk

func (o *ServiceStartTimeContext) GetContextConditionOk() (*string, bool)

GetContextConditionOk returns a tuple with the ContextCondition field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceStartTimeContext) GetContextValueRange

func (o *ServiceStartTimeContext) GetContextValueRange() string

GetContextValueRange returns the ContextValueRange field value if set, zero value otherwise.

func (*ServiceStartTimeContext) GetContextValueRangeOk

func (o *ServiceStartTimeContext) GetContextValueRangeOk() (*string, bool)

GetContextValueRangeOk returns a tuple with the ContextValueRange field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceStartTimeContext) HasContextAttribute

func (o *ServiceStartTimeContext) HasContextAttribute() bool

HasContextAttribute returns a boolean if a field has been set.

func (*ServiceStartTimeContext) HasContextCondition

func (o *ServiceStartTimeContext) HasContextCondition() bool

HasContextCondition returns a boolean if a field has been set.

func (*ServiceStartTimeContext) HasContextValueRange

func (o *ServiceStartTimeContext) HasContextValueRange() bool

HasContextValueRange returns a boolean if a field has been set.

func (ServiceStartTimeContext) MarshalJSON

func (o ServiceStartTimeContext) MarshalJSON() ([]byte, error)

func (*ServiceStartTimeContext) SetContextAttribute

func (o *ServiceStartTimeContext) SetContextAttribute(v string)

SetContextAttribute gets a reference to the given string and assigns it to the ContextAttribute field.

func (*ServiceStartTimeContext) SetContextCondition

func (o *ServiceStartTimeContext) SetContextCondition(v string)

SetContextCondition gets a reference to the given string and assigns it to the ContextCondition field.

func (*ServiceStartTimeContext) SetContextValueRange

func (o *ServiceStartTimeContext) SetContextValueRange(v string)

SetContextValueRange gets a reference to the given string and assigns it to the ContextValueRange field.

func (ServiceStartTimeContext) ToMap

func (o ServiceStartTimeContext) ToMap() (map[string]interface{}, error)

type ServiceSupportExpectation

type ServiceSupportExpectation struct {
	ExpectationId             *string                                             `json:"expectationId,omitempty"`
	ExpectationVerb           *ExpectationVerb                                    `json:"expectationVerb,omitempty"`
	ExpectationObjects        []ServiceSupportExpectationObject                   `json:"expectationObjects,omitempty"`
	ExpectationTargets        []ServiceSupportExpectationExpectationTargetsInner  `json:"expectationTargets,omitempty"`
	ExpectationContexts       []ServiceSupportExpectationExpectationContextsInner `json:"expectationContexts,omitempty"`
	ExpectationfulfilmentInfo *FulfilmentInfo                                     `json:"expectationfulfilmentInfo,omitempty"`
}

ServiceSupportExpectation This data type is the \"IntentExpectation\" data type with specialisations to represent MnS consumer's expectations for service deployment

func NewServiceSupportExpectation

func NewServiceSupportExpectation() *ServiceSupportExpectation

NewServiceSupportExpectation instantiates a new ServiceSupportExpectation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewServiceSupportExpectationWithDefaults

func NewServiceSupportExpectationWithDefaults() *ServiceSupportExpectation

NewServiceSupportExpectationWithDefaults instantiates a new ServiceSupportExpectation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ServiceSupportExpectation) GetExpectationContexts

GetExpectationContexts returns the ExpectationContexts field value if set, zero value otherwise.

func (*ServiceSupportExpectation) GetExpectationContextsOk

GetExpectationContextsOk returns a tuple with the ExpectationContexts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceSupportExpectation) GetExpectationId

func (o *ServiceSupportExpectation) GetExpectationId() string

GetExpectationId returns the ExpectationId field value if set, zero value otherwise.

func (*ServiceSupportExpectation) GetExpectationIdOk

func (o *ServiceSupportExpectation) GetExpectationIdOk() (*string, bool)

GetExpectationIdOk returns a tuple with the ExpectationId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceSupportExpectation) GetExpectationObjects

func (o *ServiceSupportExpectation) GetExpectationObjects() []ServiceSupportExpectationObject

GetExpectationObjects returns the ExpectationObjects field value if set, zero value otherwise.

func (*ServiceSupportExpectation) GetExpectationObjectsOk

func (o *ServiceSupportExpectation) GetExpectationObjectsOk() ([]ServiceSupportExpectationObject, bool)

GetExpectationObjectsOk returns a tuple with the ExpectationObjects field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceSupportExpectation) GetExpectationTargets

GetExpectationTargets returns the ExpectationTargets field value if set, zero value otherwise.

func (*ServiceSupportExpectation) GetExpectationTargetsOk

GetExpectationTargetsOk returns a tuple with the ExpectationTargets field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceSupportExpectation) GetExpectationVerb

func (o *ServiceSupportExpectation) GetExpectationVerb() ExpectationVerb

GetExpectationVerb returns the ExpectationVerb field value if set, zero value otherwise.

func (*ServiceSupportExpectation) GetExpectationVerbOk

func (o *ServiceSupportExpectation) GetExpectationVerbOk() (*ExpectationVerb, bool)

GetExpectationVerbOk returns a tuple with the ExpectationVerb field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceSupportExpectation) GetExpectationfulfilmentInfo

func (o *ServiceSupportExpectation) GetExpectationfulfilmentInfo() FulfilmentInfo

GetExpectationfulfilmentInfo returns the ExpectationfulfilmentInfo field value if set, zero value otherwise.

func (*ServiceSupportExpectation) GetExpectationfulfilmentInfoOk

func (o *ServiceSupportExpectation) GetExpectationfulfilmentInfoOk() (*FulfilmentInfo, bool)

GetExpectationfulfilmentInfoOk returns a tuple with the ExpectationfulfilmentInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceSupportExpectation) HasExpectationContexts

func (o *ServiceSupportExpectation) HasExpectationContexts() bool

HasExpectationContexts returns a boolean if a field has been set.

func (*ServiceSupportExpectation) HasExpectationId

func (o *ServiceSupportExpectation) HasExpectationId() bool

HasExpectationId returns a boolean if a field has been set.

func (*ServiceSupportExpectation) HasExpectationObjects

func (o *ServiceSupportExpectation) HasExpectationObjects() bool

HasExpectationObjects returns a boolean if a field has been set.

func (*ServiceSupportExpectation) HasExpectationTargets

func (o *ServiceSupportExpectation) HasExpectationTargets() bool

HasExpectationTargets returns a boolean if a field has been set.

func (*ServiceSupportExpectation) HasExpectationVerb

func (o *ServiceSupportExpectation) HasExpectationVerb() bool

HasExpectationVerb returns a boolean if a field has been set.

func (*ServiceSupportExpectation) HasExpectationfulfilmentInfo

func (o *ServiceSupportExpectation) HasExpectationfulfilmentInfo() bool

HasExpectationfulfilmentInfo returns a boolean if a field has been set.

func (ServiceSupportExpectation) MarshalJSON

func (o ServiceSupportExpectation) MarshalJSON() ([]byte, error)

func (*ServiceSupportExpectation) SetExpectationContexts

SetExpectationContexts gets a reference to the given []ServiceSupportExpectationExpectationContextsInner and assigns it to the ExpectationContexts field.

func (*ServiceSupportExpectation) SetExpectationId

func (o *ServiceSupportExpectation) SetExpectationId(v string)

SetExpectationId gets a reference to the given string and assigns it to the ExpectationId field.

func (*ServiceSupportExpectation) SetExpectationObjects

func (o *ServiceSupportExpectation) SetExpectationObjects(v []ServiceSupportExpectationObject)

SetExpectationObjects gets a reference to the given []ServiceSupportExpectationObject and assigns it to the ExpectationObjects field.

func (*ServiceSupportExpectation) SetExpectationTargets

SetExpectationTargets gets a reference to the given []ServiceSupportExpectationExpectationTargetsInner and assigns it to the ExpectationTargets field.

func (*ServiceSupportExpectation) SetExpectationVerb

func (o *ServiceSupportExpectation) SetExpectationVerb(v ExpectationVerb)

SetExpectationVerb gets a reference to the given ExpectationVerb and assigns it to the ExpectationVerb field.

func (*ServiceSupportExpectation) SetExpectationfulfilmentInfo

func (o *ServiceSupportExpectation) SetExpectationfulfilmentInfo(v FulfilmentInfo)

SetExpectationfulfilmentInfo gets a reference to the given FulfilmentInfo and assigns it to the ExpectationfulfilmentInfo field.

func (ServiceSupportExpectation) ToMap

func (o ServiceSupportExpectation) ToMap() (map[string]interface{}, error)

type ServiceSupportExpectationExpectationContextsInner

type ServiceSupportExpectationExpectationContextsInner struct {
	ExpectationContext          *ExpectationContext
	ResourceSharingLevelContext *ResourceSharingLevelContext
	ServiceEndTimeContext       *ServiceEndTimeContext
	ServiceStartTimeContext     *ServiceStartTimeContext
	UEMobilityLevelContext      *UEMobilityLevelContext
}

ServiceSupportExpectationExpectationContextsInner - struct for ServiceSupportExpectationExpectationContextsInner

func ExpectationContextAsServiceSupportExpectationExpectationContextsInner

func ExpectationContextAsServiceSupportExpectationExpectationContextsInner(v *ExpectationContext) ServiceSupportExpectationExpectationContextsInner

ExpectationContextAsServiceSupportExpectationExpectationContextsInner is a convenience function that returns ExpectationContext wrapped in ServiceSupportExpectationExpectationContextsInner

func ResourceSharingLevelContextAsServiceSupportExpectationExpectationContextsInner

func ResourceSharingLevelContextAsServiceSupportExpectationExpectationContextsInner(v *ResourceSharingLevelContext) ServiceSupportExpectationExpectationContextsInner

ResourceSharingLevelContextAsServiceSupportExpectationExpectationContextsInner is a convenience function that returns ResourceSharingLevelContext wrapped in ServiceSupportExpectationExpectationContextsInner

func ServiceEndTimeContextAsServiceSupportExpectationExpectationContextsInner

func ServiceEndTimeContextAsServiceSupportExpectationExpectationContextsInner(v *ServiceEndTimeContext) ServiceSupportExpectationExpectationContextsInner

ServiceEndTimeContextAsServiceSupportExpectationExpectationContextsInner is a convenience function that returns ServiceEndTimeContext wrapped in ServiceSupportExpectationExpectationContextsInner

func ServiceStartTimeContextAsServiceSupportExpectationExpectationContextsInner

func ServiceStartTimeContextAsServiceSupportExpectationExpectationContextsInner(v *ServiceStartTimeContext) ServiceSupportExpectationExpectationContextsInner

ServiceStartTimeContextAsServiceSupportExpectationExpectationContextsInner is a convenience function that returns ServiceStartTimeContext wrapped in ServiceSupportExpectationExpectationContextsInner

func UEMobilityLevelContextAsServiceSupportExpectationExpectationContextsInner

func UEMobilityLevelContextAsServiceSupportExpectationExpectationContextsInner(v *UEMobilityLevelContext) ServiceSupportExpectationExpectationContextsInner

UEMobilityLevelContextAsServiceSupportExpectationExpectationContextsInner is a convenience function that returns UEMobilityLevelContext wrapped in ServiceSupportExpectationExpectationContextsInner

func (*ServiceSupportExpectationExpectationContextsInner) GetActualInstance

func (obj *ServiceSupportExpectationExpectationContextsInner) GetActualInstance() interface{}

Get the actual instance

func (ServiceSupportExpectationExpectationContextsInner) MarshalJSON

Marshal data from the first non-nil pointers in the struct to JSON

func (*ServiceSupportExpectationExpectationContextsInner) UnmarshalJSON

Unmarshal JSON data into one of the pointers in the struct

type ServiceSupportExpectationExpectationTargetsInner

type ServiceSupportExpectationExpectationTargetsInner struct {
	ActivityFactorTarget *ActivityFactorTarget
	DLLatencyTarget      *DLLatencyTarget
	DLThptPerUETarget    *DLThptPerUETarget
	ExpectationTarget    *ExpectationTarget
	MaxNumberofUEsTarget *MaxNumberofUEsTarget
	UESpeedTarget        *UESpeedTarget
	ULLatencyTarget      *ULLatencyTarget
	ULThptPerUETarget    *ULThptPerUETarget
}

ServiceSupportExpectationExpectationTargetsInner - struct for ServiceSupportExpectationExpectationTargetsInner

func ActivityFactorTargetAsServiceSupportExpectationExpectationTargetsInner

func ActivityFactorTargetAsServiceSupportExpectationExpectationTargetsInner(v *ActivityFactorTarget) ServiceSupportExpectationExpectationTargetsInner

ActivityFactorTargetAsServiceSupportExpectationExpectationTargetsInner is a convenience function that returns ActivityFactorTarget wrapped in ServiceSupportExpectationExpectationTargetsInner

func DLLatencyTargetAsServiceSupportExpectationExpectationTargetsInner

func DLLatencyTargetAsServiceSupportExpectationExpectationTargetsInner(v *DLLatencyTarget) ServiceSupportExpectationExpectationTargetsInner

DLLatencyTargetAsServiceSupportExpectationExpectationTargetsInner is a convenience function that returns DLLatencyTarget wrapped in ServiceSupportExpectationExpectationTargetsInner

func DLThptPerUETargetAsServiceSupportExpectationExpectationTargetsInner

func DLThptPerUETargetAsServiceSupportExpectationExpectationTargetsInner(v *DLThptPerUETarget) ServiceSupportExpectationExpectationTargetsInner

DLThptPerUETargetAsServiceSupportExpectationExpectationTargetsInner is a convenience function that returns DLThptPerUETarget wrapped in ServiceSupportExpectationExpectationTargetsInner

func ExpectationTargetAsServiceSupportExpectationExpectationTargetsInner

func ExpectationTargetAsServiceSupportExpectationExpectationTargetsInner(v *ExpectationTarget) ServiceSupportExpectationExpectationTargetsInner

ExpectationTargetAsServiceSupportExpectationExpectationTargetsInner is a convenience function that returns ExpectationTarget wrapped in ServiceSupportExpectationExpectationTargetsInner

func MaxNumberofUEsTargetAsServiceSupportExpectationExpectationTargetsInner

func MaxNumberofUEsTargetAsServiceSupportExpectationExpectationTargetsInner(v *MaxNumberofUEsTarget) ServiceSupportExpectationExpectationTargetsInner

MaxNumberofUEsTargetAsServiceSupportExpectationExpectationTargetsInner is a convenience function that returns MaxNumberofUEsTarget wrapped in ServiceSupportExpectationExpectationTargetsInner

func UESpeedTargetAsServiceSupportExpectationExpectationTargetsInner

func UESpeedTargetAsServiceSupportExpectationExpectationTargetsInner(v *UESpeedTarget) ServiceSupportExpectationExpectationTargetsInner

UESpeedTargetAsServiceSupportExpectationExpectationTargetsInner is a convenience function that returns UESpeedTarget wrapped in ServiceSupportExpectationExpectationTargetsInner

func ULLatencyTargetAsServiceSupportExpectationExpectationTargetsInner

func ULLatencyTargetAsServiceSupportExpectationExpectationTargetsInner(v *ULLatencyTarget) ServiceSupportExpectationExpectationTargetsInner

ULLatencyTargetAsServiceSupportExpectationExpectationTargetsInner is a convenience function that returns ULLatencyTarget wrapped in ServiceSupportExpectationExpectationTargetsInner

func ULThptPerUETargetAsServiceSupportExpectationExpectationTargetsInner

func ULThptPerUETargetAsServiceSupportExpectationExpectationTargetsInner(v *ULThptPerUETarget) ServiceSupportExpectationExpectationTargetsInner

ULThptPerUETargetAsServiceSupportExpectationExpectationTargetsInner is a convenience function that returns ULThptPerUETarget wrapped in ServiceSupportExpectationExpectationTargetsInner

func (*ServiceSupportExpectationExpectationTargetsInner) GetActualInstance

func (obj *ServiceSupportExpectationExpectationTargetsInner) GetActualInstance() interface{}

Get the actual instance

func (ServiceSupportExpectationExpectationTargetsInner) MarshalJSON

Marshal data from the first non-nil pointers in the struct to JSON

func (*ServiceSupportExpectationExpectationTargetsInner) UnmarshalJSON

func (dst *ServiceSupportExpectationExpectationTargetsInner) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type ServiceSupportExpectationObject

type ServiceSupportExpectationObject struct {
	ObjectType     *string                                              `json:"objectType,omitempty"`
	ObjectInstance *string                                              `json:"objectInstance,omitempty"`
	ObjectContexts []ServiceSupportExpectationObjectObjectContextsInner `json:"objectContexts,omitempty"`
}

ServiceSupportExpectationObject This data type is the \"ExpectationObject\" data type with specialisations for ServiceSupportExpectation

func NewServiceSupportExpectationObject

func NewServiceSupportExpectationObject() *ServiceSupportExpectationObject

NewServiceSupportExpectationObject instantiates a new ServiceSupportExpectationObject object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewServiceSupportExpectationObjectWithDefaults

func NewServiceSupportExpectationObjectWithDefaults() *ServiceSupportExpectationObject

NewServiceSupportExpectationObjectWithDefaults instantiates a new ServiceSupportExpectationObject object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ServiceSupportExpectationObject) GetObjectContexts

GetObjectContexts returns the ObjectContexts field value if set, zero value otherwise.

func (*ServiceSupportExpectationObject) GetObjectContextsOk

GetObjectContextsOk returns a tuple with the ObjectContexts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceSupportExpectationObject) GetObjectInstance

func (o *ServiceSupportExpectationObject) GetObjectInstance() string

GetObjectInstance returns the ObjectInstance field value if set, zero value otherwise.

func (*ServiceSupportExpectationObject) GetObjectInstanceOk

func (o *ServiceSupportExpectationObject) GetObjectInstanceOk() (*string, bool)

GetObjectInstanceOk returns a tuple with the ObjectInstance field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceSupportExpectationObject) GetObjectType

func (o *ServiceSupportExpectationObject) GetObjectType() string

GetObjectType returns the ObjectType field value if set, zero value otherwise.

func (*ServiceSupportExpectationObject) GetObjectTypeOk

func (o *ServiceSupportExpectationObject) GetObjectTypeOk() (*string, bool)

GetObjectTypeOk returns a tuple with the ObjectType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceSupportExpectationObject) HasObjectContexts

func (o *ServiceSupportExpectationObject) HasObjectContexts() bool

HasObjectContexts returns a boolean if a field has been set.

func (*ServiceSupportExpectationObject) HasObjectInstance

func (o *ServiceSupportExpectationObject) HasObjectInstance() bool

HasObjectInstance returns a boolean if a field has been set.

func (*ServiceSupportExpectationObject) HasObjectType

func (o *ServiceSupportExpectationObject) HasObjectType() bool

HasObjectType returns a boolean if a field has been set.

func (ServiceSupportExpectationObject) MarshalJSON

func (o ServiceSupportExpectationObject) MarshalJSON() ([]byte, error)

func (*ServiceSupportExpectationObject) SetObjectContexts

SetObjectContexts gets a reference to the given []ServiceSupportExpectationObjectObjectContextsInner and assigns it to the ObjectContexts field.

func (*ServiceSupportExpectationObject) SetObjectInstance

func (o *ServiceSupportExpectationObject) SetObjectInstance(v string)

SetObjectInstance gets a reference to the given string and assigns it to the ObjectInstance field.

func (*ServiceSupportExpectationObject) SetObjectType

func (o *ServiceSupportExpectationObject) SetObjectType(v string)

SetObjectType gets a reference to the given string and assigns it to the ObjectType field.

func (ServiceSupportExpectationObject) ToMap

func (o ServiceSupportExpectationObject) ToMap() (map[string]interface{}, error)

type ServiceSupportExpectationObjectObjectContextsInner

type ServiceSupportExpectationObjectObjectContextsInner struct {
	CoverageAreaTAContext        *CoverageAreaTAContext
	EdgeIdenfiticationIdContext  *EdgeIdenfiticationIdContext
	EdgeIdenfiticationLocContext *EdgeIdenfiticationLocContext
	ObjectContext                *ObjectContext
}

ServiceSupportExpectationObjectObjectContextsInner - struct for ServiceSupportExpectationObjectObjectContextsInner

func CoverageAreaTAContextAsServiceSupportExpectationObjectObjectContextsInner

func CoverageAreaTAContextAsServiceSupportExpectationObjectObjectContextsInner(v *CoverageAreaTAContext) ServiceSupportExpectationObjectObjectContextsInner

CoverageAreaTAContextAsServiceSupportExpectationObjectObjectContextsInner is a convenience function that returns CoverageAreaTAContext wrapped in ServiceSupportExpectationObjectObjectContextsInner

func EdgeIdenfiticationIdContextAsServiceSupportExpectationObjectObjectContextsInner

func EdgeIdenfiticationIdContextAsServiceSupportExpectationObjectObjectContextsInner(v *EdgeIdenfiticationIdContext) ServiceSupportExpectationObjectObjectContextsInner

EdgeIdenfiticationIdContextAsServiceSupportExpectationObjectObjectContextsInner is a convenience function that returns EdgeIdenfiticationIdContext wrapped in ServiceSupportExpectationObjectObjectContextsInner

func EdgeIdenfiticationLocContextAsServiceSupportExpectationObjectObjectContextsInner

func EdgeIdenfiticationLocContextAsServiceSupportExpectationObjectObjectContextsInner(v *EdgeIdenfiticationLocContext) ServiceSupportExpectationObjectObjectContextsInner

EdgeIdenfiticationLocContextAsServiceSupportExpectationObjectObjectContextsInner is a convenience function that returns EdgeIdenfiticationLocContext wrapped in ServiceSupportExpectationObjectObjectContextsInner

func ObjectContextAsServiceSupportExpectationObjectObjectContextsInner

func ObjectContextAsServiceSupportExpectationObjectObjectContextsInner(v *ObjectContext) ServiceSupportExpectationObjectObjectContextsInner

ObjectContextAsServiceSupportExpectationObjectObjectContextsInner is a convenience function that returns ObjectContext wrapped in ServiceSupportExpectationObjectObjectContextsInner

func (*ServiceSupportExpectationObjectObjectContextsInner) GetActualInstance

func (obj *ServiceSupportExpectationObjectObjectContextsInner) GetActualInstance() interface{}

Get the actual instance

func (ServiceSupportExpectationObjectObjectContextsInner) MarshalJSON

Marshal data from the first non-nil pointers in the struct to JSON

func (*ServiceSupportExpectationObjectObjectContextsInner) UnmarshalJSON

Unmarshal JSON data into one of the pointers in the struct

type SharingLevel

type SharingLevel string

SharingLevel the model 'SharingLevel'

const (
	SHARED     SharingLevel = "SHARED"
	NON_SHARED SharingLevel = "NON-SHARED"
)

List of SharingLevel

func NewSharingLevelFromValue

func NewSharingLevelFromValue(v string) (*SharingLevel, error)

NewSharingLevelFromValue returns a pointer to a valid SharingLevel for the value passed as argument, or an error if the value passed is not allowed by the enum

func (SharingLevel) IsValid

func (v SharingLevel) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (SharingLevel) Ptr

func (v SharingLevel) Ptr() *SharingLevel

Ptr returns reference to SharingLevel value

func (*SharingLevel) UnmarshalJSON

func (v *SharingLevel) UnmarshalJSON(src []byte) error

type SpecificProblem

type SpecificProblem struct {
	Int32  *int32
	String *string
}

SpecificProblem - struct for SpecificProblem

func Int32AsSpecificProblem

func Int32AsSpecificProblem(v *int32) SpecificProblem

int32AsSpecificProblem is a convenience function that returns int32 wrapped in SpecificProblem

func StringAsSpecificProblem

func StringAsSpecificProblem(v *string) SpecificProblem

stringAsSpecificProblem is a convenience function that returns string wrapped in SpecificProblem

func (*SpecificProblem) GetActualInstance

func (obj *SpecificProblem) GetActualInstance() interface{}

Get the actual instance

func (SpecificProblem) MarshalJSON

func (src SpecificProblem) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*SpecificProblem) UnmarshalJSON

func (dst *SpecificProblem) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type SubNetworkAttr

type SubNetworkAttr struct {
	DnPrefix                  *string                    `json:"dnPrefix,omitempty"`
	UserLabel                 *string                    `json:"userLabel,omitempty"`
	UserDefinedNetworkType    *string                    `json:"userDefinedNetworkType,omitempty"`
	SetOfMcc                  []string                   `json:"setOfMcc,omitempty"`
	PriorityLabel             *int32                     `json:"priorityLabel,omitempty"`
	SupportedPerfMetricGroups []SupportedPerfMetricGroup `json:"supportedPerfMetricGroups,omitempty"`
	SupportedTraceMetrics     []string                   `json:"supportedTraceMetrics,omitempty"`
}

SubNetworkAttr struct for SubNetworkAttr

func NewSubNetworkAttr

func NewSubNetworkAttr() *SubNetworkAttr

NewSubNetworkAttr instantiates a new SubNetworkAttr object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSubNetworkAttrWithDefaults

func NewSubNetworkAttrWithDefaults() *SubNetworkAttr

NewSubNetworkAttrWithDefaults instantiates a new SubNetworkAttr object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SubNetworkAttr) GetDnPrefix

func (o *SubNetworkAttr) GetDnPrefix() string

GetDnPrefix returns the DnPrefix field value if set, zero value otherwise.

func (*SubNetworkAttr) GetDnPrefixOk

func (o *SubNetworkAttr) GetDnPrefixOk() (*string, bool)

GetDnPrefixOk returns a tuple with the DnPrefix field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkAttr) GetPriorityLabel

func (o *SubNetworkAttr) GetPriorityLabel() int32

GetPriorityLabel returns the PriorityLabel field value if set, zero value otherwise.

func (*SubNetworkAttr) GetPriorityLabelOk

func (o *SubNetworkAttr) GetPriorityLabelOk() (*int32, bool)

GetPriorityLabelOk returns a tuple with the PriorityLabel field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkAttr) GetSetOfMcc

func (o *SubNetworkAttr) GetSetOfMcc() []string

GetSetOfMcc returns the SetOfMcc field value if set, zero value otherwise.

func (*SubNetworkAttr) GetSetOfMccOk

func (o *SubNetworkAttr) GetSetOfMccOk() ([]string, bool)

GetSetOfMccOk returns a tuple with the SetOfMcc field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkAttr) GetSupportedPerfMetricGroups

func (o *SubNetworkAttr) GetSupportedPerfMetricGroups() []SupportedPerfMetricGroup

GetSupportedPerfMetricGroups returns the SupportedPerfMetricGroups field value if set, zero value otherwise.

func (*SubNetworkAttr) GetSupportedPerfMetricGroupsOk

func (o *SubNetworkAttr) GetSupportedPerfMetricGroupsOk() ([]SupportedPerfMetricGroup, bool)

GetSupportedPerfMetricGroupsOk returns a tuple with the SupportedPerfMetricGroups field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkAttr) GetSupportedTraceMetrics

func (o *SubNetworkAttr) GetSupportedTraceMetrics() []string

GetSupportedTraceMetrics returns the SupportedTraceMetrics field value if set, zero value otherwise.

func (*SubNetworkAttr) GetSupportedTraceMetricsOk

func (o *SubNetworkAttr) GetSupportedTraceMetricsOk() ([]string, bool)

GetSupportedTraceMetricsOk returns a tuple with the SupportedTraceMetrics field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkAttr) GetUserDefinedNetworkType

func (o *SubNetworkAttr) GetUserDefinedNetworkType() string

GetUserDefinedNetworkType returns the UserDefinedNetworkType field value if set, zero value otherwise.

func (*SubNetworkAttr) GetUserDefinedNetworkTypeOk

func (o *SubNetworkAttr) GetUserDefinedNetworkTypeOk() (*string, bool)

GetUserDefinedNetworkTypeOk returns a tuple with the UserDefinedNetworkType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkAttr) GetUserLabel

func (o *SubNetworkAttr) GetUserLabel() string

GetUserLabel returns the UserLabel field value if set, zero value otherwise.

func (*SubNetworkAttr) GetUserLabelOk

func (o *SubNetworkAttr) GetUserLabelOk() (*string, bool)

GetUserLabelOk returns a tuple with the UserLabel field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkAttr) HasDnPrefix

func (o *SubNetworkAttr) HasDnPrefix() bool

HasDnPrefix returns a boolean if a field has been set.

func (*SubNetworkAttr) HasPriorityLabel

func (o *SubNetworkAttr) HasPriorityLabel() bool

HasPriorityLabel returns a boolean if a field has been set.

func (*SubNetworkAttr) HasSetOfMcc

func (o *SubNetworkAttr) HasSetOfMcc() bool

HasSetOfMcc returns a boolean if a field has been set.

func (*SubNetworkAttr) HasSupportedPerfMetricGroups

func (o *SubNetworkAttr) HasSupportedPerfMetricGroups() bool

HasSupportedPerfMetricGroups returns a boolean if a field has been set.

func (*SubNetworkAttr) HasSupportedTraceMetrics

func (o *SubNetworkAttr) HasSupportedTraceMetrics() bool

HasSupportedTraceMetrics returns a boolean if a field has been set.

func (*SubNetworkAttr) HasUserDefinedNetworkType

func (o *SubNetworkAttr) HasUserDefinedNetworkType() bool

HasUserDefinedNetworkType returns a boolean if a field has been set.

func (*SubNetworkAttr) HasUserLabel

func (o *SubNetworkAttr) HasUserLabel() bool

HasUserLabel returns a boolean if a field has been set.

func (SubNetworkAttr) MarshalJSON

func (o SubNetworkAttr) MarshalJSON() ([]byte, error)

func (*SubNetworkAttr) SetDnPrefix

func (o *SubNetworkAttr) SetDnPrefix(v string)

SetDnPrefix gets a reference to the given string and assigns it to the DnPrefix field.

func (*SubNetworkAttr) SetPriorityLabel

func (o *SubNetworkAttr) SetPriorityLabel(v int32)

SetPriorityLabel gets a reference to the given int32 and assigns it to the PriorityLabel field.

func (*SubNetworkAttr) SetSetOfMcc

func (o *SubNetworkAttr) SetSetOfMcc(v []string)

SetSetOfMcc gets a reference to the given []string and assigns it to the SetOfMcc field.

func (*SubNetworkAttr) SetSupportedPerfMetricGroups

func (o *SubNetworkAttr) SetSupportedPerfMetricGroups(v []SupportedPerfMetricGroup)

SetSupportedPerfMetricGroups gets a reference to the given []SupportedPerfMetricGroup and assigns it to the SupportedPerfMetricGroups field.

func (*SubNetworkAttr) SetSupportedTraceMetrics

func (o *SubNetworkAttr) SetSupportedTraceMetrics(v []string)

SetSupportedTraceMetrics gets a reference to the given []string and assigns it to the SupportedTraceMetrics field.

func (*SubNetworkAttr) SetUserDefinedNetworkType

func (o *SubNetworkAttr) SetUserDefinedNetworkType(v string)

SetUserDefinedNetworkType gets a reference to the given string and assigns it to the UserDefinedNetworkType field.

func (*SubNetworkAttr) SetUserLabel

func (o *SubNetworkAttr) SetUserLabel(v string)

SetUserLabel gets a reference to the given string and assigns it to the UserLabel field.

func (SubNetworkAttr) ToMap

func (o SubNetworkAttr) ToMap() (map[string]interface{}, error)

type SubNetworkNcO

type SubNetworkNcO struct {
	ManagementNode           []ManagementNodeSingle           `json:"ManagementNode,omitempty"`
	MnsAgent                 []MnsAgentSingle                 `json:"MnsAgent,omitempty"`
	MeContext                []MeContextSingle                `json:"MeContext,omitempty"`
	PerfMetricJob            []PerfMetricJobSingle            `json:"PerfMetricJob,omitempty"`
	ThresholdMonitor         []ThresholdMonitorSingle         `json:"ThresholdMonitor,omitempty"`
	TraceJob                 []TraceJobSingle                 `json:"TraceJob,omitempty"`
	ManagementDataCollection []ManagementDataCollectionSingle `json:"ManagementDataCollection,omitempty"`
	NtfSubscriptionControl   []NtfSubscriptionControlSingle   `json:"NtfSubscriptionControl,omitempty"`
	AlarmList                *AlarmListSingle                 `json:"AlarmList,omitempty"`
	FileDownloadJob          []FileDownloadJobSingle          `json:"FileDownloadJob,omitempty"`
	Files                    []FilesSingle                    `json:"Files,omitempty"`
	MnsRegistry              *MnsRegistrySingle               `json:"MnsRegistry,omitempty"`
}

SubNetworkNcO struct for SubNetworkNcO

func NewSubNetworkNcO

func NewSubNetworkNcO() *SubNetworkNcO

NewSubNetworkNcO instantiates a new SubNetworkNcO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSubNetworkNcOWithDefaults

func NewSubNetworkNcOWithDefaults() *SubNetworkNcO

NewSubNetworkNcOWithDefaults instantiates a new SubNetworkNcO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SubNetworkNcO) GetAlarmList

func (o *SubNetworkNcO) GetAlarmList() AlarmListSingle

GetAlarmList returns the AlarmList field value if set, zero value otherwise.

func (*SubNetworkNcO) GetAlarmListOk

func (o *SubNetworkNcO) GetAlarmListOk() (*AlarmListSingle, bool)

GetAlarmListOk returns a tuple with the AlarmList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkNcO) GetFileDownloadJob

func (o *SubNetworkNcO) GetFileDownloadJob() []FileDownloadJobSingle

GetFileDownloadJob returns the FileDownloadJob field value if set, zero value otherwise.

func (*SubNetworkNcO) GetFileDownloadJobOk

func (o *SubNetworkNcO) GetFileDownloadJobOk() ([]FileDownloadJobSingle, bool)

GetFileDownloadJobOk returns a tuple with the FileDownloadJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkNcO) GetFiles

func (o *SubNetworkNcO) GetFiles() []FilesSingle

GetFiles returns the Files field value if set, zero value otherwise.

func (*SubNetworkNcO) GetFilesOk

func (o *SubNetworkNcO) GetFilesOk() ([]FilesSingle, bool)

GetFilesOk returns a tuple with the Files field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkNcO) GetManagementDataCollection

func (o *SubNetworkNcO) GetManagementDataCollection() []ManagementDataCollectionSingle

GetManagementDataCollection returns the ManagementDataCollection field value if set, zero value otherwise.

func (*SubNetworkNcO) GetManagementDataCollectionOk

func (o *SubNetworkNcO) GetManagementDataCollectionOk() ([]ManagementDataCollectionSingle, bool)

GetManagementDataCollectionOk returns a tuple with the ManagementDataCollection field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkNcO) GetManagementNode

func (o *SubNetworkNcO) GetManagementNode() []ManagementNodeSingle

GetManagementNode returns the ManagementNode field value if set, zero value otherwise.

func (*SubNetworkNcO) GetManagementNodeOk

func (o *SubNetworkNcO) GetManagementNodeOk() ([]ManagementNodeSingle, bool)

GetManagementNodeOk returns a tuple with the ManagementNode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkNcO) GetMeContext

func (o *SubNetworkNcO) GetMeContext() []MeContextSingle

GetMeContext returns the MeContext field value if set, zero value otherwise.

func (*SubNetworkNcO) GetMeContextOk

func (o *SubNetworkNcO) GetMeContextOk() ([]MeContextSingle, bool)

GetMeContextOk returns a tuple with the MeContext field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkNcO) GetMnsAgent

func (o *SubNetworkNcO) GetMnsAgent() []MnsAgentSingle

GetMnsAgent returns the MnsAgent field value if set, zero value otherwise.

func (*SubNetworkNcO) GetMnsAgentOk

func (o *SubNetworkNcO) GetMnsAgentOk() ([]MnsAgentSingle, bool)

GetMnsAgentOk returns a tuple with the MnsAgent field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkNcO) GetMnsRegistry

func (o *SubNetworkNcO) GetMnsRegistry() MnsRegistrySingle

GetMnsRegistry returns the MnsRegistry field value if set, zero value otherwise.

func (*SubNetworkNcO) GetMnsRegistryOk

func (o *SubNetworkNcO) GetMnsRegistryOk() (*MnsRegistrySingle, bool)

GetMnsRegistryOk returns a tuple with the MnsRegistry field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkNcO) GetNtfSubscriptionControl

func (o *SubNetworkNcO) GetNtfSubscriptionControl() []NtfSubscriptionControlSingle

GetNtfSubscriptionControl returns the NtfSubscriptionControl field value if set, zero value otherwise.

func (*SubNetworkNcO) GetNtfSubscriptionControlOk

func (o *SubNetworkNcO) GetNtfSubscriptionControlOk() ([]NtfSubscriptionControlSingle, bool)

GetNtfSubscriptionControlOk returns a tuple with the NtfSubscriptionControl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkNcO) GetPerfMetricJob

func (o *SubNetworkNcO) GetPerfMetricJob() []PerfMetricJobSingle

GetPerfMetricJob returns the PerfMetricJob field value if set, zero value otherwise.

func (*SubNetworkNcO) GetPerfMetricJobOk

func (o *SubNetworkNcO) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)

GetPerfMetricJobOk returns a tuple with the PerfMetricJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkNcO) GetThresholdMonitor

func (o *SubNetworkNcO) GetThresholdMonitor() []ThresholdMonitorSingle

GetThresholdMonitor returns the ThresholdMonitor field value if set, zero value otherwise.

func (*SubNetworkNcO) GetThresholdMonitorOk

func (o *SubNetworkNcO) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)

GetThresholdMonitorOk returns a tuple with the ThresholdMonitor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkNcO) GetTraceJob

func (o *SubNetworkNcO) GetTraceJob() []TraceJobSingle

GetTraceJob returns the TraceJob field value if set, zero value otherwise.

func (*SubNetworkNcO) GetTraceJobOk

func (o *SubNetworkNcO) GetTraceJobOk() ([]TraceJobSingle, bool)

GetTraceJobOk returns a tuple with the TraceJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkNcO) HasAlarmList

func (o *SubNetworkNcO) HasAlarmList() bool

HasAlarmList returns a boolean if a field has been set.

func (*SubNetworkNcO) HasFileDownloadJob

func (o *SubNetworkNcO) HasFileDownloadJob() bool

HasFileDownloadJob returns a boolean if a field has been set.

func (*SubNetworkNcO) HasFiles

func (o *SubNetworkNcO) HasFiles() bool

HasFiles returns a boolean if a field has been set.

func (*SubNetworkNcO) HasManagementDataCollection

func (o *SubNetworkNcO) HasManagementDataCollection() bool

HasManagementDataCollection returns a boolean if a field has been set.

func (*SubNetworkNcO) HasManagementNode

func (o *SubNetworkNcO) HasManagementNode() bool

HasManagementNode returns a boolean if a field has been set.

func (*SubNetworkNcO) HasMeContext

func (o *SubNetworkNcO) HasMeContext() bool

HasMeContext returns a boolean if a field has been set.

func (*SubNetworkNcO) HasMnsAgent

func (o *SubNetworkNcO) HasMnsAgent() bool

HasMnsAgent returns a boolean if a field has been set.

func (*SubNetworkNcO) HasMnsRegistry

func (o *SubNetworkNcO) HasMnsRegistry() bool

HasMnsRegistry returns a boolean if a field has been set.

func (*SubNetworkNcO) HasNtfSubscriptionControl

func (o *SubNetworkNcO) HasNtfSubscriptionControl() bool

HasNtfSubscriptionControl returns a boolean if a field has been set.

func (*SubNetworkNcO) HasPerfMetricJob

func (o *SubNetworkNcO) HasPerfMetricJob() bool

HasPerfMetricJob returns a boolean if a field has been set.

func (*SubNetworkNcO) HasThresholdMonitor

func (o *SubNetworkNcO) HasThresholdMonitor() bool

HasThresholdMonitor returns a boolean if a field has been set.

func (*SubNetworkNcO) HasTraceJob

func (o *SubNetworkNcO) HasTraceJob() bool

HasTraceJob returns a boolean if a field has been set.

func (SubNetworkNcO) MarshalJSON

func (o SubNetworkNcO) MarshalJSON() ([]byte, error)

func (*SubNetworkNcO) SetAlarmList

func (o *SubNetworkNcO) SetAlarmList(v AlarmListSingle)

SetAlarmList gets a reference to the given AlarmListSingle and assigns it to the AlarmList field.

func (*SubNetworkNcO) SetFileDownloadJob

func (o *SubNetworkNcO) SetFileDownloadJob(v []FileDownloadJobSingle)

SetFileDownloadJob gets a reference to the given []FileDownloadJobSingle and assigns it to the FileDownloadJob field.

func (*SubNetworkNcO) SetFiles

func (o *SubNetworkNcO) SetFiles(v []FilesSingle)

SetFiles gets a reference to the given []FilesSingle and assigns it to the Files field.

func (*SubNetworkNcO) SetManagementDataCollection

func (o *SubNetworkNcO) SetManagementDataCollection(v []ManagementDataCollectionSingle)

SetManagementDataCollection gets a reference to the given []ManagementDataCollectionSingle and assigns it to the ManagementDataCollection field.

func (*SubNetworkNcO) SetManagementNode

func (o *SubNetworkNcO) SetManagementNode(v []ManagementNodeSingle)

SetManagementNode gets a reference to the given []ManagementNodeSingle and assigns it to the ManagementNode field.

func (*SubNetworkNcO) SetMeContext

func (o *SubNetworkNcO) SetMeContext(v []MeContextSingle)

SetMeContext gets a reference to the given []MeContextSingle and assigns it to the MeContext field.

func (*SubNetworkNcO) SetMnsAgent

func (o *SubNetworkNcO) SetMnsAgent(v []MnsAgentSingle)

SetMnsAgent gets a reference to the given []MnsAgentSingle and assigns it to the MnsAgent field.

func (*SubNetworkNcO) SetMnsRegistry

func (o *SubNetworkNcO) SetMnsRegistry(v MnsRegistrySingle)

SetMnsRegistry gets a reference to the given MnsRegistrySingle and assigns it to the MnsRegistry field.

func (*SubNetworkNcO) SetNtfSubscriptionControl

func (o *SubNetworkNcO) SetNtfSubscriptionControl(v []NtfSubscriptionControlSingle)

SetNtfSubscriptionControl gets a reference to the given []NtfSubscriptionControlSingle and assigns it to the NtfSubscriptionControl field.

func (*SubNetworkNcO) SetPerfMetricJob

func (o *SubNetworkNcO) SetPerfMetricJob(v []PerfMetricJobSingle)

SetPerfMetricJob gets a reference to the given []PerfMetricJobSingle and assigns it to the PerfMetricJob field.

func (*SubNetworkNcO) SetThresholdMonitor

func (o *SubNetworkNcO) SetThresholdMonitor(v []ThresholdMonitorSingle)

SetThresholdMonitor gets a reference to the given []ThresholdMonitorSingle and assigns it to the ThresholdMonitor field.

func (*SubNetworkNcO) SetTraceJob

func (o *SubNetworkNcO) SetTraceJob(v []TraceJobSingle)

SetTraceJob gets a reference to the given []TraceJobSingle and assigns it to the TraceJob field.

func (SubNetworkNcO) ToMap

func (o SubNetworkNcO) ToMap() (map[string]interface{}, error)

type SubNetworkSingle

type SubNetworkSingle struct {
	Top
	Attributes               *SubNetworkAttr                  `json:"attributes,omitempty"`
	ManagementNode           []ManagementNodeSingle           `json:"ManagementNode,omitempty"`
	MnsAgent                 []MnsAgentSingle                 `json:"MnsAgent,omitempty"`
	MeContext                []MeContextSingle                `json:"MeContext,omitempty"`
	PerfMetricJob            []PerfMetricJobSingle            `json:"PerfMetricJob,omitempty"`
	ThresholdMonitor         []ThresholdMonitorSingle         `json:"ThresholdMonitor,omitempty"`
	TraceJob                 []TraceJobSingle                 `json:"TraceJob,omitempty"`
	ManagementDataCollection []ManagementDataCollectionSingle `json:"ManagementDataCollection,omitempty"`
	NtfSubscriptionControl   []NtfSubscriptionControlSingle   `json:"NtfSubscriptionControl,omitempty"`
	AlarmList                *AlarmListSingle                 `json:"AlarmList,omitempty"`
	FileDownloadJob          []FileDownloadJobSingle          `json:"FileDownloadJob,omitempty"`
	Files                    []FilesSingle                    `json:"Files,omitempty"`
	MnsRegistry              *MnsRegistrySingle               `json:"MnsRegistry,omitempty"`
	SubNetwork               []SubNetworkSingle               `json:"SubNetwork,omitempty"`
	Intent                   []IntentSingle                   `json:"Intent,omitempty"`
}

SubNetworkSingle struct for SubNetworkSingle

func NewSubNetworkSingle

func NewSubNetworkSingle(id NullableString) *SubNetworkSingle

NewSubNetworkSingle instantiates a new SubNetworkSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSubNetworkSingleWithDefaults

func NewSubNetworkSingleWithDefaults() *SubNetworkSingle

NewSubNetworkSingleWithDefaults instantiates a new SubNetworkSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SubNetworkSingle) GetAlarmList

func (o *SubNetworkSingle) GetAlarmList() AlarmListSingle

GetAlarmList returns the AlarmList field value if set, zero value otherwise.

func (*SubNetworkSingle) GetAlarmListOk

func (o *SubNetworkSingle) GetAlarmListOk() (*AlarmListSingle, bool)

GetAlarmListOk returns a tuple with the AlarmList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle) GetAttributes

func (o *SubNetworkSingle) GetAttributes() SubNetworkAttr

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*SubNetworkSingle) GetAttributesOk

func (o *SubNetworkSingle) GetAttributesOk() (*SubNetworkAttr, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle) GetFileDownloadJob

func (o *SubNetworkSingle) GetFileDownloadJob() []FileDownloadJobSingle

GetFileDownloadJob returns the FileDownloadJob field value if set, zero value otherwise.

func (*SubNetworkSingle) GetFileDownloadJobOk

func (o *SubNetworkSingle) GetFileDownloadJobOk() ([]FileDownloadJobSingle, bool)

GetFileDownloadJobOk returns a tuple with the FileDownloadJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle) GetFiles

func (o *SubNetworkSingle) GetFiles() []FilesSingle

GetFiles returns the Files field value if set, zero value otherwise.

func (*SubNetworkSingle) GetFilesOk

func (o *SubNetworkSingle) GetFilesOk() ([]FilesSingle, bool)

GetFilesOk returns a tuple with the Files field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle) GetIntent

func (o *SubNetworkSingle) GetIntent() []IntentSingle

GetIntent returns the Intent field value if set, zero value otherwise.

func (*SubNetworkSingle) GetIntentOk

func (o *SubNetworkSingle) GetIntentOk() ([]IntentSingle, bool)

GetIntentOk returns a tuple with the Intent field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle) GetManagementDataCollection

func (o *SubNetworkSingle) GetManagementDataCollection() []ManagementDataCollectionSingle

GetManagementDataCollection returns the ManagementDataCollection field value if set, zero value otherwise.

func (*SubNetworkSingle) GetManagementDataCollectionOk

func (o *SubNetworkSingle) GetManagementDataCollectionOk() ([]ManagementDataCollectionSingle, bool)

GetManagementDataCollectionOk returns a tuple with the ManagementDataCollection field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle) GetManagementNode

func (o *SubNetworkSingle) GetManagementNode() []ManagementNodeSingle

GetManagementNode returns the ManagementNode field value if set, zero value otherwise.

func (*SubNetworkSingle) GetManagementNodeOk

func (o *SubNetworkSingle) GetManagementNodeOk() ([]ManagementNodeSingle, bool)

GetManagementNodeOk returns a tuple with the ManagementNode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle) GetMeContext

func (o *SubNetworkSingle) GetMeContext() []MeContextSingle

GetMeContext returns the MeContext field value if set, zero value otherwise.

func (*SubNetworkSingle) GetMeContextOk

func (o *SubNetworkSingle) GetMeContextOk() ([]MeContextSingle, bool)

GetMeContextOk returns a tuple with the MeContext field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle) GetMnsAgent

func (o *SubNetworkSingle) GetMnsAgent() []MnsAgentSingle

GetMnsAgent returns the MnsAgent field value if set, zero value otherwise.

func (*SubNetworkSingle) GetMnsAgentOk

func (o *SubNetworkSingle) GetMnsAgentOk() ([]MnsAgentSingle, bool)

GetMnsAgentOk returns a tuple with the MnsAgent field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle) GetMnsRegistry

func (o *SubNetworkSingle) GetMnsRegistry() MnsRegistrySingle

GetMnsRegistry returns the MnsRegistry field value if set, zero value otherwise.

func (*SubNetworkSingle) GetMnsRegistryOk

func (o *SubNetworkSingle) GetMnsRegistryOk() (*MnsRegistrySingle, bool)

GetMnsRegistryOk returns a tuple with the MnsRegistry field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle) GetNtfSubscriptionControl

func (o *SubNetworkSingle) GetNtfSubscriptionControl() []NtfSubscriptionControlSingle

GetNtfSubscriptionControl returns the NtfSubscriptionControl field value if set, zero value otherwise.

func (*SubNetworkSingle) GetNtfSubscriptionControlOk

func (o *SubNetworkSingle) GetNtfSubscriptionControlOk() ([]NtfSubscriptionControlSingle, bool)

GetNtfSubscriptionControlOk returns a tuple with the NtfSubscriptionControl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle) GetPerfMetricJob

func (o *SubNetworkSingle) GetPerfMetricJob() []PerfMetricJobSingle

GetPerfMetricJob returns the PerfMetricJob field value if set, zero value otherwise.

func (*SubNetworkSingle) GetPerfMetricJobOk

func (o *SubNetworkSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)

GetPerfMetricJobOk returns a tuple with the PerfMetricJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle) GetSubNetwork

func (o *SubNetworkSingle) GetSubNetwork() []SubNetworkSingle

GetSubNetwork returns the SubNetwork field value if set, zero value otherwise.

func (*SubNetworkSingle) GetSubNetworkOk

func (o *SubNetworkSingle) GetSubNetworkOk() ([]SubNetworkSingle, bool)

GetSubNetworkOk returns a tuple with the SubNetwork field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle) GetThresholdMonitor

func (o *SubNetworkSingle) GetThresholdMonitor() []ThresholdMonitorSingle

GetThresholdMonitor returns the ThresholdMonitor field value if set, zero value otherwise.

func (*SubNetworkSingle) GetThresholdMonitorOk

func (o *SubNetworkSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)

GetThresholdMonitorOk returns a tuple with the ThresholdMonitor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle) GetTraceJob

func (o *SubNetworkSingle) GetTraceJob() []TraceJobSingle

GetTraceJob returns the TraceJob field value if set, zero value otherwise.

func (*SubNetworkSingle) GetTraceJobOk

func (o *SubNetworkSingle) GetTraceJobOk() ([]TraceJobSingle, bool)

GetTraceJobOk returns a tuple with the TraceJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle) HasAlarmList

func (o *SubNetworkSingle) HasAlarmList() bool

HasAlarmList returns a boolean if a field has been set.

func (*SubNetworkSingle) HasAttributes

func (o *SubNetworkSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*SubNetworkSingle) HasFileDownloadJob

func (o *SubNetworkSingle) HasFileDownloadJob() bool

HasFileDownloadJob returns a boolean if a field has been set.

func (*SubNetworkSingle) HasFiles

func (o *SubNetworkSingle) HasFiles() bool

HasFiles returns a boolean if a field has been set.

func (*SubNetworkSingle) HasIntent

func (o *SubNetworkSingle) HasIntent() bool

HasIntent returns a boolean if a field has been set.

func (*SubNetworkSingle) HasManagementDataCollection

func (o *SubNetworkSingle) HasManagementDataCollection() bool

HasManagementDataCollection returns a boolean if a field has been set.

func (*SubNetworkSingle) HasManagementNode

func (o *SubNetworkSingle) HasManagementNode() bool

HasManagementNode returns a boolean if a field has been set.

func (*SubNetworkSingle) HasMeContext

func (o *SubNetworkSingle) HasMeContext() bool

HasMeContext returns a boolean if a field has been set.

func (*SubNetworkSingle) HasMnsAgent

func (o *SubNetworkSingle) HasMnsAgent() bool

HasMnsAgent returns a boolean if a field has been set.

func (*SubNetworkSingle) HasMnsRegistry

func (o *SubNetworkSingle) HasMnsRegistry() bool

HasMnsRegistry returns a boolean if a field has been set.

func (*SubNetworkSingle) HasNtfSubscriptionControl

func (o *SubNetworkSingle) HasNtfSubscriptionControl() bool

HasNtfSubscriptionControl returns a boolean if a field has been set.

func (*SubNetworkSingle) HasPerfMetricJob

func (o *SubNetworkSingle) HasPerfMetricJob() bool

HasPerfMetricJob returns a boolean if a field has been set.

func (*SubNetworkSingle) HasSubNetwork

func (o *SubNetworkSingle) HasSubNetwork() bool

HasSubNetwork returns a boolean if a field has been set.

func (*SubNetworkSingle) HasThresholdMonitor

func (o *SubNetworkSingle) HasThresholdMonitor() bool

HasThresholdMonitor returns a boolean if a field has been set.

func (*SubNetworkSingle) HasTraceJob

func (o *SubNetworkSingle) HasTraceJob() bool

HasTraceJob returns a boolean if a field has been set.

func (SubNetworkSingle) MarshalJSON

func (o SubNetworkSingle) MarshalJSON() ([]byte, error)

func (*SubNetworkSingle) SetAlarmList

func (o *SubNetworkSingle) SetAlarmList(v AlarmListSingle)

SetAlarmList gets a reference to the given AlarmListSingle and assigns it to the AlarmList field.

func (*SubNetworkSingle) SetAttributes

func (o *SubNetworkSingle) SetAttributes(v SubNetworkAttr)

SetAttributes gets a reference to the given SubNetworkAttr and assigns it to the Attributes field.

func (*SubNetworkSingle) SetFileDownloadJob

func (o *SubNetworkSingle) SetFileDownloadJob(v []FileDownloadJobSingle)

SetFileDownloadJob gets a reference to the given []FileDownloadJobSingle and assigns it to the FileDownloadJob field.

func (*SubNetworkSingle) SetFiles

func (o *SubNetworkSingle) SetFiles(v []FilesSingle)

SetFiles gets a reference to the given []FilesSingle and assigns it to the Files field.

func (*SubNetworkSingle) SetIntent

func (o *SubNetworkSingle) SetIntent(v []IntentSingle)

SetIntent gets a reference to the given []IntentSingle and assigns it to the Intent field.

func (*SubNetworkSingle) SetManagementDataCollection

func (o *SubNetworkSingle) SetManagementDataCollection(v []ManagementDataCollectionSingle)

SetManagementDataCollection gets a reference to the given []ManagementDataCollectionSingle and assigns it to the ManagementDataCollection field.

func (*SubNetworkSingle) SetManagementNode

func (o *SubNetworkSingle) SetManagementNode(v []ManagementNodeSingle)

SetManagementNode gets a reference to the given []ManagementNodeSingle and assigns it to the ManagementNode field.

func (*SubNetworkSingle) SetMeContext

func (o *SubNetworkSingle) SetMeContext(v []MeContextSingle)

SetMeContext gets a reference to the given []MeContextSingle and assigns it to the MeContext field.

func (*SubNetworkSingle) SetMnsAgent

func (o *SubNetworkSingle) SetMnsAgent(v []MnsAgentSingle)

SetMnsAgent gets a reference to the given []MnsAgentSingle and assigns it to the MnsAgent field.

func (*SubNetworkSingle) SetMnsRegistry

func (o *SubNetworkSingle) SetMnsRegistry(v MnsRegistrySingle)

SetMnsRegistry gets a reference to the given MnsRegistrySingle and assigns it to the MnsRegistry field.

func (*SubNetworkSingle) SetNtfSubscriptionControl

func (o *SubNetworkSingle) SetNtfSubscriptionControl(v []NtfSubscriptionControlSingle)

SetNtfSubscriptionControl gets a reference to the given []NtfSubscriptionControlSingle and assigns it to the NtfSubscriptionControl field.

func (*SubNetworkSingle) SetPerfMetricJob

func (o *SubNetworkSingle) SetPerfMetricJob(v []PerfMetricJobSingle)

SetPerfMetricJob gets a reference to the given []PerfMetricJobSingle and assigns it to the PerfMetricJob field.

func (*SubNetworkSingle) SetSubNetwork

func (o *SubNetworkSingle) SetSubNetwork(v []SubNetworkSingle)

SetSubNetwork gets a reference to the given []SubNetworkSingle and assigns it to the SubNetwork field.

func (*SubNetworkSingle) SetThresholdMonitor

func (o *SubNetworkSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)

SetThresholdMonitor gets a reference to the given []ThresholdMonitorSingle and assigns it to the ThresholdMonitor field.

func (*SubNetworkSingle) SetTraceJob

func (o *SubNetworkSingle) SetTraceJob(v []TraceJobSingle)

SetTraceJob gets a reference to the given []TraceJobSingle and assigns it to the TraceJob field.

func (SubNetworkSingle) ToMap

func (o SubNetworkSingle) ToMap() (map[string]interface{}, error)

type SubNetworkSingleAllOf

type SubNetworkSingleAllOf struct {
	Attributes *SubNetworkAttr `json:"attributes,omitempty"`
}

SubNetworkSingleAllOf struct for SubNetworkSingleAllOf

func NewSubNetworkSingleAllOf

func NewSubNetworkSingleAllOf() *SubNetworkSingleAllOf

NewSubNetworkSingleAllOf instantiates a new SubNetworkSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSubNetworkSingleAllOfWithDefaults

func NewSubNetworkSingleAllOfWithDefaults() *SubNetworkSingleAllOf

NewSubNetworkSingleAllOfWithDefaults instantiates a new SubNetworkSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SubNetworkSingleAllOf) GetAttributes

func (o *SubNetworkSingleAllOf) GetAttributes() SubNetworkAttr

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*SubNetworkSingleAllOf) GetAttributesOk

func (o *SubNetworkSingleAllOf) GetAttributesOk() (*SubNetworkAttr, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingleAllOf) HasAttributes

func (o *SubNetworkSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (SubNetworkSingleAllOf) MarshalJSON

func (o SubNetworkSingleAllOf) MarshalJSON() ([]byte, error)

func (*SubNetworkSingleAllOf) SetAttributes

func (o *SubNetworkSingleAllOf) SetAttributes(v SubNetworkAttr)

SetAttributes gets a reference to the given SubNetworkAttr and assigns it to the Attributes field.

func (SubNetworkSingleAllOf) ToMap

func (o SubNetworkSingleAllOf) ToMap() (map[string]interface{}, error)

type SubNetworkSingleAllOf1

type SubNetworkSingleAllOf1 struct {
	SubNetwork []SubNetworkSingle `json:"SubNetwork,omitempty"`
	Intent     []IntentSingle     `json:"Intent,omitempty"`
}

SubNetworkSingleAllOf1 struct for SubNetworkSingleAllOf1

func NewSubNetworkSingleAllOf1

func NewSubNetworkSingleAllOf1() *SubNetworkSingleAllOf1

NewSubNetworkSingleAllOf1 instantiates a new SubNetworkSingleAllOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSubNetworkSingleAllOf1WithDefaults

func NewSubNetworkSingleAllOf1WithDefaults() *SubNetworkSingleAllOf1

NewSubNetworkSingleAllOf1WithDefaults instantiates a new SubNetworkSingleAllOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SubNetworkSingleAllOf1) GetIntent

func (o *SubNetworkSingleAllOf1) GetIntent() []IntentSingle

GetIntent returns the Intent field value if set, zero value otherwise.

func (*SubNetworkSingleAllOf1) GetIntentOk

func (o *SubNetworkSingleAllOf1) GetIntentOk() ([]IntentSingle, bool)

GetIntentOk returns a tuple with the Intent field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingleAllOf1) GetSubNetwork

func (o *SubNetworkSingleAllOf1) GetSubNetwork() []SubNetworkSingle

GetSubNetwork returns the SubNetwork field value if set, zero value otherwise.

func (*SubNetworkSingleAllOf1) GetSubNetworkOk

func (o *SubNetworkSingleAllOf1) GetSubNetworkOk() ([]SubNetworkSingle, bool)

GetSubNetworkOk returns a tuple with the SubNetwork field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingleAllOf1) HasIntent

func (o *SubNetworkSingleAllOf1) HasIntent() bool

HasIntent returns a boolean if a field has been set.

func (*SubNetworkSingleAllOf1) HasSubNetwork

func (o *SubNetworkSingleAllOf1) HasSubNetwork() bool

HasSubNetwork returns a boolean if a field has been set.

func (SubNetworkSingleAllOf1) MarshalJSON

func (o SubNetworkSingleAllOf1) MarshalJSON() ([]byte, error)

func (*SubNetworkSingleAllOf1) SetIntent

func (o *SubNetworkSingleAllOf1) SetIntent(v []IntentSingle)

SetIntent gets a reference to the given []IntentSingle and assigns it to the Intent field.

func (*SubNetworkSingleAllOf1) SetSubNetwork

func (o *SubNetworkSingleAllOf1) SetSubNetwork(v []SubNetworkSingle)

SetSubNetwork gets a reference to the given []SubNetworkSingle and assigns it to the SubNetwork field.

func (SubNetworkSingleAllOf1) ToMap

func (o SubNetworkSingleAllOf1) ToMap() (map[string]interface{}, error)

type SupportedPerfMetricGroup

type SupportedPerfMetricGroup struct {
	PerformanceMetrics        []string `json:"performanceMetrics,omitempty"`
	GranularityPeriods        []int32  `json:"granularityPeriods,omitempty"`
	ReportingMethods          []string `json:"reportingMethods,omitempty"`
	MonitorGranularityPeriods []int32  `json:"monitorGranularityPeriods,omitempty"`
}

SupportedPerfMetricGroup struct for SupportedPerfMetricGroup

func NewSupportedPerfMetricGroup

func NewSupportedPerfMetricGroup() *SupportedPerfMetricGroup

NewSupportedPerfMetricGroup instantiates a new SupportedPerfMetricGroup object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSupportedPerfMetricGroupWithDefaults

func NewSupportedPerfMetricGroupWithDefaults() *SupportedPerfMetricGroup

NewSupportedPerfMetricGroupWithDefaults instantiates a new SupportedPerfMetricGroup object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SupportedPerfMetricGroup) GetGranularityPeriods

func (o *SupportedPerfMetricGroup) GetGranularityPeriods() []int32

GetGranularityPeriods returns the GranularityPeriods field value if set, zero value otherwise.

func (*SupportedPerfMetricGroup) GetGranularityPeriodsOk

func (o *SupportedPerfMetricGroup) GetGranularityPeriodsOk() ([]int32, bool)

GetGranularityPeriodsOk returns a tuple with the GranularityPeriods field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SupportedPerfMetricGroup) GetMonitorGranularityPeriods

func (o *SupportedPerfMetricGroup) GetMonitorGranularityPeriods() []int32

GetMonitorGranularityPeriods returns the MonitorGranularityPeriods field value if set, zero value otherwise.

func (*SupportedPerfMetricGroup) GetMonitorGranularityPeriodsOk

func (o *SupportedPerfMetricGroup) GetMonitorGranularityPeriodsOk() ([]int32, bool)

GetMonitorGranularityPeriodsOk returns a tuple with the MonitorGranularityPeriods field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SupportedPerfMetricGroup) GetPerformanceMetrics

func (o *SupportedPerfMetricGroup) GetPerformanceMetrics() []string

GetPerformanceMetrics returns the PerformanceMetrics field value if set, zero value otherwise.

func (*SupportedPerfMetricGroup) GetPerformanceMetricsOk

func (o *SupportedPerfMetricGroup) GetPerformanceMetricsOk() ([]string, bool)

GetPerformanceMetricsOk returns a tuple with the PerformanceMetrics field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SupportedPerfMetricGroup) GetReportingMethods

func (o *SupportedPerfMetricGroup) GetReportingMethods() []string

GetReportingMethods returns the ReportingMethods field value if set, zero value otherwise.

func (*SupportedPerfMetricGroup) GetReportingMethodsOk

func (o *SupportedPerfMetricGroup) GetReportingMethodsOk() ([]string, bool)

GetReportingMethodsOk returns a tuple with the ReportingMethods field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SupportedPerfMetricGroup) HasGranularityPeriods

func (o *SupportedPerfMetricGroup) HasGranularityPeriods() bool

HasGranularityPeriods returns a boolean if a field has been set.

func (*SupportedPerfMetricGroup) HasMonitorGranularityPeriods

func (o *SupportedPerfMetricGroup) HasMonitorGranularityPeriods() bool

HasMonitorGranularityPeriods returns a boolean if a field has been set.

func (*SupportedPerfMetricGroup) HasPerformanceMetrics

func (o *SupportedPerfMetricGroup) HasPerformanceMetrics() bool

HasPerformanceMetrics returns a boolean if a field has been set.

func (*SupportedPerfMetricGroup) HasReportingMethods

func (o *SupportedPerfMetricGroup) HasReportingMethods() bool

HasReportingMethods returns a boolean if a field has been set.

func (SupportedPerfMetricGroup) MarshalJSON

func (o SupportedPerfMetricGroup) MarshalJSON() ([]byte, error)

func (*SupportedPerfMetricGroup) SetGranularityPeriods

func (o *SupportedPerfMetricGroup) SetGranularityPeriods(v []int32)

SetGranularityPeriods gets a reference to the given []int32 and assigns it to the GranularityPeriods field.

func (*SupportedPerfMetricGroup) SetMonitorGranularityPeriods

func (o *SupportedPerfMetricGroup) SetMonitorGranularityPeriods(v []int32)

SetMonitorGranularityPeriods gets a reference to the given []int32 and assigns it to the MonitorGranularityPeriods field.

func (*SupportedPerfMetricGroup) SetPerformanceMetrics

func (o *SupportedPerfMetricGroup) SetPerformanceMetrics(v []string)

SetPerformanceMetrics gets a reference to the given []string and assigns it to the PerformanceMetrics field.

func (*SupportedPerfMetricGroup) SetReportingMethods

func (o *SupportedPerfMetricGroup) SetReportingMethods(v []string)

SetReportingMethods gets a reference to the given []string and assigns it to the ReportingMethods field.

func (SupportedPerfMetricGroup) ToMap

func (o SupportedPerfMetricGroup) ToMap() (map[string]interface{}, error)

type Tai

type Tai struct {
	Mcc *string `json:"mcc,omitempty"`
	Mnc *string `json:"mnc,omitempty"`
	Tac *string `json:"tac,omitempty"`
}

Tai struct for Tai

func NewTai

func NewTai() *Tai

NewTai instantiates a new Tai object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTaiWithDefaults

func NewTaiWithDefaults() *Tai

NewTaiWithDefaults instantiates a new Tai object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Tai) GetMcc

func (o *Tai) GetMcc() string

GetMcc returns the Mcc field value if set, zero value otherwise.

func (*Tai) GetMccOk

func (o *Tai) GetMccOk() (*string, bool)

GetMccOk returns a tuple with the Mcc field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Tai) GetMnc

func (o *Tai) GetMnc() string

GetMnc returns the Mnc field value if set, zero value otherwise.

func (*Tai) GetMncOk

func (o *Tai) GetMncOk() (*string, bool)

GetMncOk returns a tuple with the Mnc field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Tai) GetTac

func (o *Tai) GetTac() string

GetTac returns the Tac field value if set, zero value otherwise.

func (*Tai) GetTacOk

func (o *Tai) GetTacOk() (*string, bool)

GetTacOk returns a tuple with the Tac field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Tai) HasMcc

func (o *Tai) HasMcc() bool

HasMcc returns a boolean if a field has been set.

func (*Tai) HasMnc

func (o *Tai) HasMnc() bool

HasMnc returns a boolean if a field has been set.

func (*Tai) HasTac

func (o *Tai) HasTac() bool

HasTac returns a boolean if a field has been set.

func (Tai) MarshalJSON

func (o Tai) MarshalJSON() ([]byte, error)

func (*Tai) SetMcc

func (o *Tai) SetMcc(v string)

SetMcc gets a reference to the given string and assigns it to the Mcc field.

func (*Tai) SetMnc

func (o *Tai) SetMnc(v string)

SetMnc gets a reference to the given string and assigns it to the Mnc field.

func (*Tai) SetTac

func (o *Tai) SetTac(v string)

SetTac gets a reference to the given string and assigns it to the Tac field.

func (Tai) ToMap

func (o Tai) ToMap() (map[string]interface{}, error)

type TargetContext

type TargetContext struct {
	ContextAttribute  *string    `json:"contextAttribute,omitempty"`
	ContextCondition  *Condition `json:"contextCondition,omitempty"`
	ContextValueRange *float32   `json:"contextValueRange,omitempty"`
}

TargetContext This data type is the \"TargetContext\" data type without specialisations

func NewTargetContext

func NewTargetContext() *TargetContext

NewTargetContext instantiates a new TargetContext object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTargetContextWithDefaults

func NewTargetContextWithDefaults() *TargetContext

NewTargetContextWithDefaults instantiates a new TargetContext object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*TargetContext) GetContextAttribute

func (o *TargetContext) GetContextAttribute() string

GetContextAttribute returns the ContextAttribute field value if set, zero value otherwise.

func (*TargetContext) GetContextAttributeOk

func (o *TargetContext) GetContextAttributeOk() (*string, bool)

GetContextAttributeOk returns a tuple with the ContextAttribute field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TargetContext) GetContextCondition

func (o *TargetContext) GetContextCondition() Condition

GetContextCondition returns the ContextCondition field value if set, zero value otherwise.

func (*TargetContext) GetContextConditionOk

func (o *TargetContext) GetContextConditionOk() (*Condition, bool)

GetContextConditionOk returns a tuple with the ContextCondition field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TargetContext) GetContextValueRange

func (o *TargetContext) GetContextValueRange() float32

GetContextValueRange returns the ContextValueRange field value if set, zero value otherwise.

func (*TargetContext) GetContextValueRangeOk

func (o *TargetContext) GetContextValueRangeOk() (*float32, bool)

GetContextValueRangeOk returns a tuple with the ContextValueRange field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TargetContext) HasContextAttribute

func (o *TargetContext) HasContextAttribute() bool

HasContextAttribute returns a boolean if a field has been set.

func (*TargetContext) HasContextCondition

func (o *TargetContext) HasContextCondition() bool

HasContextCondition returns a boolean if a field has been set.

func (*TargetContext) HasContextValueRange

func (o *TargetContext) HasContextValueRange() bool

HasContextValueRange returns a boolean if a field has been set.

func (TargetContext) MarshalJSON

func (o TargetContext) MarshalJSON() ([]byte, error)

func (*TargetContext) SetContextAttribute

func (o *TargetContext) SetContextAttribute(v string)

SetContextAttribute gets a reference to the given string and assigns it to the ContextAttribute field.

func (*TargetContext) SetContextCondition

func (o *TargetContext) SetContextCondition(v Condition)

SetContextCondition gets a reference to the given Condition and assigns it to the ContextCondition field.

func (*TargetContext) SetContextValueRange

func (o *TargetContext) SetContextValueRange(v float32)

SetContextValueRange gets a reference to the given float32 and assigns it to the ContextValueRange field.

func (TargetContext) ToMap

func (o TargetContext) ToMap() (map[string]interface{}, error)

type ThresholdInfo

type ThresholdInfo struct {
	ThresholdDirection *string                      `json:"thresholdDirection,omitempty"`
	ThresholdValue     *ThresholdInfoThresholdValue `json:"thresholdValue,omitempty"`
	Hysteresis         *ThresholdInfoHysteresis     `json:"hysteresis,omitempty"`
}

ThresholdInfo struct for ThresholdInfo

func NewThresholdInfo

func NewThresholdInfo() *ThresholdInfo

NewThresholdInfo instantiates a new ThresholdInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewThresholdInfoWithDefaults

func NewThresholdInfoWithDefaults() *ThresholdInfo

NewThresholdInfoWithDefaults instantiates a new ThresholdInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ThresholdInfo) GetHysteresis

func (o *ThresholdInfo) GetHysteresis() ThresholdInfoHysteresis

GetHysteresis returns the Hysteresis field value if set, zero value otherwise.

func (*ThresholdInfo) GetHysteresisOk

func (o *ThresholdInfo) GetHysteresisOk() (*ThresholdInfoHysteresis, bool)

GetHysteresisOk returns a tuple with the Hysteresis field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ThresholdInfo) GetThresholdDirection

func (o *ThresholdInfo) GetThresholdDirection() string

GetThresholdDirection returns the ThresholdDirection field value if set, zero value otherwise.

func (*ThresholdInfo) GetThresholdDirectionOk

func (o *ThresholdInfo) GetThresholdDirectionOk() (*string, bool)

GetThresholdDirectionOk returns a tuple with the ThresholdDirection field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ThresholdInfo) GetThresholdValue

func (o *ThresholdInfo) GetThresholdValue() ThresholdInfoThresholdValue

GetThresholdValue returns the ThresholdValue field value if set, zero value otherwise.

func (*ThresholdInfo) GetThresholdValueOk

func (o *ThresholdInfo) GetThresholdValueOk() (*ThresholdInfoThresholdValue, bool)

GetThresholdValueOk returns a tuple with the ThresholdValue field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ThresholdInfo) HasHysteresis

func (o *ThresholdInfo) HasHysteresis() bool

HasHysteresis returns a boolean if a field has been set.

func (*ThresholdInfo) HasThresholdDirection

func (o *ThresholdInfo) HasThresholdDirection() bool

HasThresholdDirection returns a boolean if a field has been set.

func (*ThresholdInfo) HasThresholdValue

func (o *ThresholdInfo) HasThresholdValue() bool

HasThresholdValue returns a boolean if a field has been set.

func (ThresholdInfo) MarshalJSON

func (o ThresholdInfo) MarshalJSON() ([]byte, error)

func (*ThresholdInfo) SetHysteresis

func (o *ThresholdInfo) SetHysteresis(v ThresholdInfoHysteresis)

SetHysteresis gets a reference to the given ThresholdInfoHysteresis and assigns it to the Hysteresis field.

func (*ThresholdInfo) SetThresholdDirection

func (o *ThresholdInfo) SetThresholdDirection(v string)

SetThresholdDirection gets a reference to the given string and assigns it to the ThresholdDirection field.

func (*ThresholdInfo) SetThresholdValue

func (o *ThresholdInfo) SetThresholdValue(v ThresholdInfoThresholdValue)

SetThresholdValue gets a reference to the given ThresholdInfoThresholdValue and assigns it to the ThresholdValue field.

func (ThresholdInfo) ToMap

func (o ThresholdInfo) ToMap() (map[string]interface{}, error)

type ThresholdInfo1

type ThresholdInfo1 struct {
	ObservedMeasurement string             `json:"observedMeasurement"`
	ObservedValue       float32            `json:"observedValue"`
	ThresholdLevel      *ThresholdLevelInd `json:"thresholdLevel,omitempty"`
	ArmTime             *time.Time         `json:"armTime,omitempty"`
}

ThresholdInfo1 struct for ThresholdInfo1

func NewThresholdInfo1

func NewThresholdInfo1(observedMeasurement string, observedValue float32) *ThresholdInfo1

NewThresholdInfo1 instantiates a new ThresholdInfo1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewThresholdInfo1WithDefaults

func NewThresholdInfo1WithDefaults() *ThresholdInfo1

NewThresholdInfo1WithDefaults instantiates a new ThresholdInfo1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ThresholdInfo1) GetArmTime

func (o *ThresholdInfo1) GetArmTime() time.Time

GetArmTime returns the ArmTime field value if set, zero value otherwise.

func (*ThresholdInfo1) GetArmTimeOk

func (o *ThresholdInfo1) GetArmTimeOk() (*time.Time, bool)

GetArmTimeOk returns a tuple with the ArmTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ThresholdInfo1) GetObservedMeasurement

func (o *ThresholdInfo1) GetObservedMeasurement() string

GetObservedMeasurement returns the ObservedMeasurement field value

func (*ThresholdInfo1) GetObservedMeasurementOk

func (o *ThresholdInfo1) GetObservedMeasurementOk() (*string, bool)

GetObservedMeasurementOk returns a tuple with the ObservedMeasurement field value and a boolean to check if the value has been set.

func (*ThresholdInfo1) GetObservedValue

func (o *ThresholdInfo1) GetObservedValue() float32

GetObservedValue returns the ObservedValue field value

func (*ThresholdInfo1) GetObservedValueOk

func (o *ThresholdInfo1) GetObservedValueOk() (*float32, bool)

GetObservedValueOk returns a tuple with the ObservedValue field value and a boolean to check if the value has been set.

func (*ThresholdInfo1) GetThresholdLevel

func (o *ThresholdInfo1) GetThresholdLevel() ThresholdLevelInd

GetThresholdLevel returns the ThresholdLevel field value if set, zero value otherwise.

func (*ThresholdInfo1) GetThresholdLevelOk

func (o *ThresholdInfo1) GetThresholdLevelOk() (*ThresholdLevelInd, bool)

GetThresholdLevelOk returns a tuple with the ThresholdLevel field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ThresholdInfo1) HasArmTime

func (o *ThresholdInfo1) HasArmTime() bool

HasArmTime returns a boolean if a field has been set.

func (*ThresholdInfo1) HasThresholdLevel

func (o *ThresholdInfo1) HasThresholdLevel() bool

HasThresholdLevel returns a boolean if a field has been set.

func (ThresholdInfo1) MarshalJSON

func (o ThresholdInfo1) MarshalJSON() ([]byte, error)

func (*ThresholdInfo1) SetArmTime

func (o *ThresholdInfo1) SetArmTime(v time.Time)

SetArmTime gets a reference to the given time.Time and assigns it to the ArmTime field.

func (*ThresholdInfo1) SetObservedMeasurement

func (o *ThresholdInfo1) SetObservedMeasurement(v string)

SetObservedMeasurement sets field value

func (*ThresholdInfo1) SetObservedValue

func (o *ThresholdInfo1) SetObservedValue(v float32)

SetObservedValue sets field value

func (*ThresholdInfo1) SetThresholdLevel

func (o *ThresholdInfo1) SetThresholdLevel(v ThresholdLevelInd)

SetThresholdLevel gets a reference to the given ThresholdLevelInd and assigns it to the ThresholdLevel field.

func (ThresholdInfo1) ToMap

func (o ThresholdInfo1) ToMap() (map[string]interface{}, error)

type ThresholdInfoHysteresis

type ThresholdInfoHysteresis struct {
	Float32 *float32
	Int32   *int32
}

ThresholdInfoHysteresis - struct for ThresholdInfoHysteresis

func Float32AsThresholdInfoHysteresis

func Float32AsThresholdInfoHysteresis(v *float32) ThresholdInfoHysteresis

float32AsThresholdInfoHysteresis is a convenience function that returns float32 wrapped in ThresholdInfoHysteresis

func Int32AsThresholdInfoHysteresis

func Int32AsThresholdInfoHysteresis(v *int32) ThresholdInfoHysteresis

int32AsThresholdInfoHysteresis is a convenience function that returns int32 wrapped in ThresholdInfoHysteresis

func (*ThresholdInfoHysteresis) GetActualInstance

func (obj *ThresholdInfoHysteresis) GetActualInstance() interface{}

Get the actual instance

func (ThresholdInfoHysteresis) MarshalJSON

func (src ThresholdInfoHysteresis) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*ThresholdInfoHysteresis) UnmarshalJSON

func (dst *ThresholdInfoHysteresis) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type ThresholdInfoThresholdValue

type ThresholdInfoThresholdValue struct {
	Float32 *float32
	Int32   *int32
}

ThresholdInfoThresholdValue - struct for ThresholdInfoThresholdValue

func Float32AsThresholdInfoThresholdValue

func Float32AsThresholdInfoThresholdValue(v *float32) ThresholdInfoThresholdValue

float32AsThresholdInfoThresholdValue is a convenience function that returns float32 wrapped in ThresholdInfoThresholdValue

func Int32AsThresholdInfoThresholdValue

func Int32AsThresholdInfoThresholdValue(v *int32) ThresholdInfoThresholdValue

int32AsThresholdInfoThresholdValue is a convenience function that returns int32 wrapped in ThresholdInfoThresholdValue

func (*ThresholdInfoThresholdValue) GetActualInstance

func (obj *ThresholdInfoThresholdValue) GetActualInstance() interface{}

Get the actual instance

func (ThresholdInfoThresholdValue) MarshalJSON

func (src ThresholdInfoThresholdValue) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*ThresholdInfoThresholdValue) UnmarshalJSON

func (dst *ThresholdInfoThresholdValue) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type ThresholdLevelInd

type ThresholdLevelInd struct {
	ThresholdLevelIndOneOf  *ThresholdLevelIndOneOf
	ThresholdLevelIndOneOf1 *ThresholdLevelIndOneOf1
}

ThresholdLevelInd - struct for ThresholdLevelInd

func ThresholdLevelIndOneOf1AsThresholdLevelInd

func ThresholdLevelIndOneOf1AsThresholdLevelInd(v *ThresholdLevelIndOneOf1) ThresholdLevelInd

ThresholdLevelIndOneOf1AsThresholdLevelInd is a convenience function that returns ThresholdLevelIndOneOf1 wrapped in ThresholdLevelInd

func ThresholdLevelIndOneOfAsThresholdLevelInd

func ThresholdLevelIndOneOfAsThresholdLevelInd(v *ThresholdLevelIndOneOf) ThresholdLevelInd

ThresholdLevelIndOneOfAsThresholdLevelInd is a convenience function that returns ThresholdLevelIndOneOf wrapped in ThresholdLevelInd

func (*ThresholdLevelInd) GetActualInstance

func (obj *ThresholdLevelInd) GetActualInstance() interface{}

Get the actual instance

func (ThresholdLevelInd) MarshalJSON

func (src ThresholdLevelInd) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*ThresholdLevelInd) UnmarshalJSON

func (dst *ThresholdLevelInd) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type ThresholdLevelIndOneOf

type ThresholdLevelIndOneOf struct {
	Up *ThresholdHysteresis `json:"up,omitempty"`
}

ThresholdLevelIndOneOf struct for ThresholdLevelIndOneOf

func NewThresholdLevelIndOneOf

func NewThresholdLevelIndOneOf() *ThresholdLevelIndOneOf

NewThresholdLevelIndOneOf instantiates a new ThresholdLevelIndOneOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewThresholdLevelIndOneOfWithDefaults

func NewThresholdLevelIndOneOfWithDefaults() *ThresholdLevelIndOneOf

NewThresholdLevelIndOneOfWithDefaults instantiates a new ThresholdLevelIndOneOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ThresholdLevelIndOneOf) GetUp

func (o *ThresholdLevelIndOneOf) GetUp() ThresholdHysteresis

GetUp returns the Up field value if set, zero value otherwise.

func (*ThresholdLevelIndOneOf) GetUpOk

func (o *ThresholdLevelIndOneOf) GetUpOk() (*ThresholdHysteresis, bool)

GetUpOk returns a tuple with the Up field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ThresholdLevelIndOneOf) HasUp

func (o *ThresholdLevelIndOneOf) HasUp() bool

HasUp returns a boolean if a field has been set.

func (ThresholdLevelIndOneOf) MarshalJSON

func (o ThresholdLevelIndOneOf) MarshalJSON() ([]byte, error)

func (*ThresholdLevelIndOneOf) SetUp

func (o *ThresholdLevelIndOneOf) SetUp(v ThresholdHysteresis)

SetUp gets a reference to the given ThresholdHysteresis and assigns it to the Up field.

func (ThresholdLevelIndOneOf) ToMap

func (o ThresholdLevelIndOneOf) ToMap() (map[string]interface{}, error)

type ThresholdLevelIndOneOf1

type ThresholdLevelIndOneOf1 struct {
	Down *ThresholdHysteresis `json:"down,omitempty"`
}

ThresholdLevelIndOneOf1 struct for ThresholdLevelIndOneOf1

func NewThresholdLevelIndOneOf1

func NewThresholdLevelIndOneOf1() *ThresholdLevelIndOneOf1

NewThresholdLevelIndOneOf1 instantiates a new ThresholdLevelIndOneOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewThresholdLevelIndOneOf1WithDefaults

func NewThresholdLevelIndOneOf1WithDefaults() *ThresholdLevelIndOneOf1

NewThresholdLevelIndOneOf1WithDefaults instantiates a new ThresholdLevelIndOneOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ThresholdLevelIndOneOf1) GetDown

func (o *ThresholdLevelIndOneOf1) GetDown() ThresholdHysteresis

GetDown returns the Down field value if set, zero value otherwise.

func (*ThresholdLevelIndOneOf1) GetDownOk

func (o *ThresholdLevelIndOneOf1) GetDownOk() (*ThresholdHysteresis, bool)

GetDownOk returns a tuple with the Down field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ThresholdLevelIndOneOf1) HasDown

func (o *ThresholdLevelIndOneOf1) HasDown() bool

HasDown returns a boolean if a field has been set.

func (ThresholdLevelIndOneOf1) MarshalJSON

func (o ThresholdLevelIndOneOf1) MarshalJSON() ([]byte, error)

func (*ThresholdLevelIndOneOf1) SetDown

func (o *ThresholdLevelIndOneOf1) SetDown(v ThresholdHysteresis)

SetDown gets a reference to the given ThresholdHysteresis and assigns it to the Down field.

func (ThresholdLevelIndOneOf1) ToMap

func (o ThresholdLevelIndOneOf1) ToMap() (map[string]interface{}, error)

type ThresholdMonitorSingle

type ThresholdMonitorSingle struct {
	Top
	Attributes *ThresholdMonitorSingleAllOfAttributes `json:"attributes,omitempty"`
}

ThresholdMonitorSingle struct for ThresholdMonitorSingle

func NewThresholdMonitorSingle

func NewThresholdMonitorSingle(id NullableString) *ThresholdMonitorSingle

NewThresholdMonitorSingle instantiates a new ThresholdMonitorSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewThresholdMonitorSingleWithDefaults

func NewThresholdMonitorSingleWithDefaults() *ThresholdMonitorSingle

NewThresholdMonitorSingleWithDefaults instantiates a new ThresholdMonitorSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ThresholdMonitorSingle) GetAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*ThresholdMonitorSingle) GetAttributesOk

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ThresholdMonitorSingle) HasAttributes

func (o *ThresholdMonitorSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (ThresholdMonitorSingle) MarshalJSON

func (o ThresholdMonitorSingle) MarshalJSON() ([]byte, error)

func (*ThresholdMonitorSingle) SetAttributes

SetAttributes gets a reference to the given ThresholdMonitorSingleAllOfAttributes and assigns it to the Attributes field.

func (ThresholdMonitorSingle) ToMap

func (o ThresholdMonitorSingle) ToMap() (map[string]interface{}, error)

type ThresholdMonitorSingleAllOf

type ThresholdMonitorSingleAllOf struct {
	Attributes *ThresholdMonitorSingleAllOfAttributes `json:"attributes,omitempty"`
}

ThresholdMonitorSingleAllOf struct for ThresholdMonitorSingleAllOf

func NewThresholdMonitorSingleAllOf

func NewThresholdMonitorSingleAllOf() *ThresholdMonitorSingleAllOf

NewThresholdMonitorSingleAllOf instantiates a new ThresholdMonitorSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewThresholdMonitorSingleAllOfWithDefaults

func NewThresholdMonitorSingleAllOfWithDefaults() *ThresholdMonitorSingleAllOf

NewThresholdMonitorSingleAllOfWithDefaults instantiates a new ThresholdMonitorSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ThresholdMonitorSingleAllOf) GetAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*ThresholdMonitorSingleAllOf) GetAttributesOk

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ThresholdMonitorSingleAllOf) HasAttributes

func (o *ThresholdMonitorSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (ThresholdMonitorSingleAllOf) MarshalJSON

func (o ThresholdMonitorSingleAllOf) MarshalJSON() ([]byte, error)

func (*ThresholdMonitorSingleAllOf) SetAttributes

SetAttributes gets a reference to the given ThresholdMonitorSingleAllOfAttributes and assigns it to the Attributes field.

func (ThresholdMonitorSingleAllOf) ToMap

func (o ThresholdMonitorSingleAllOf) ToMap() (map[string]interface{}, error)

type ThresholdMonitorSingleAllOfAttributes

type ThresholdMonitorSingleAllOfAttributes struct {
	AdministrativeState      *AdministrativeState `json:"administrativeState,omitempty"`
	OperationalState         *OperationalState    `json:"operationalState,omitempty"`
	PerformanceMetrics       []string             `json:"performanceMetrics,omitempty"`
	ThresholdInfoList        []ThresholdInfo      `json:"thresholdInfoList,omitempty"`
	MonitorGranularityPeriod *int32               `json:"monitorGranularityPeriod,omitempty"`
	ObjectInstances          []string             `json:"objectInstances,omitempty"`
	RootObjectInstances      []string             `json:"rootObjectInstances,omitempty"`
}

ThresholdMonitorSingleAllOfAttributes struct for ThresholdMonitorSingleAllOfAttributes

func NewThresholdMonitorSingleAllOfAttributes

func NewThresholdMonitorSingleAllOfAttributes() *ThresholdMonitorSingleAllOfAttributes

NewThresholdMonitorSingleAllOfAttributes instantiates a new ThresholdMonitorSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewThresholdMonitorSingleAllOfAttributesWithDefaults

func NewThresholdMonitorSingleAllOfAttributesWithDefaults() *ThresholdMonitorSingleAllOfAttributes

NewThresholdMonitorSingleAllOfAttributesWithDefaults instantiates a new ThresholdMonitorSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ThresholdMonitorSingleAllOfAttributes) GetAdministrativeState

func (o *ThresholdMonitorSingleAllOfAttributes) GetAdministrativeState() AdministrativeState

GetAdministrativeState returns the AdministrativeState field value if set, zero value otherwise.

func (*ThresholdMonitorSingleAllOfAttributes) GetAdministrativeStateOk

func (o *ThresholdMonitorSingleAllOfAttributes) GetAdministrativeStateOk() (*AdministrativeState, bool)

GetAdministrativeStateOk returns a tuple with the AdministrativeState field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ThresholdMonitorSingleAllOfAttributes) GetMonitorGranularityPeriod

func (o *ThresholdMonitorSingleAllOfAttributes) GetMonitorGranularityPeriod() int32

GetMonitorGranularityPeriod returns the MonitorGranularityPeriod field value if set, zero value otherwise.

func (*ThresholdMonitorSingleAllOfAttributes) GetMonitorGranularityPeriodOk

func (o *ThresholdMonitorSingleAllOfAttributes) GetMonitorGranularityPeriodOk() (*int32, bool)

GetMonitorGranularityPeriodOk returns a tuple with the MonitorGranularityPeriod field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ThresholdMonitorSingleAllOfAttributes) GetObjectInstances

func (o *ThresholdMonitorSingleAllOfAttributes) GetObjectInstances() []string

GetObjectInstances returns the ObjectInstances field value if set, zero value otherwise.

func (*ThresholdMonitorSingleAllOfAttributes) GetObjectInstancesOk

func (o *ThresholdMonitorSingleAllOfAttributes) GetObjectInstancesOk() ([]string, bool)

GetObjectInstancesOk returns a tuple with the ObjectInstances field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ThresholdMonitorSingleAllOfAttributes) GetOperationalState

GetOperationalState returns the OperationalState field value if set, zero value otherwise.

func (*ThresholdMonitorSingleAllOfAttributes) GetOperationalStateOk

func (o *ThresholdMonitorSingleAllOfAttributes) GetOperationalStateOk() (*OperationalState, bool)

GetOperationalStateOk returns a tuple with the OperationalState field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ThresholdMonitorSingleAllOfAttributes) GetPerformanceMetrics

func (o *ThresholdMonitorSingleAllOfAttributes) GetPerformanceMetrics() []string

GetPerformanceMetrics returns the PerformanceMetrics field value if set, zero value otherwise.

func (*ThresholdMonitorSingleAllOfAttributes) GetPerformanceMetricsOk

func (o *ThresholdMonitorSingleAllOfAttributes) GetPerformanceMetricsOk() ([]string, bool)

GetPerformanceMetricsOk returns a tuple with the PerformanceMetrics field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ThresholdMonitorSingleAllOfAttributes) GetRootObjectInstances

func (o *ThresholdMonitorSingleAllOfAttributes) GetRootObjectInstances() []string

GetRootObjectInstances returns the RootObjectInstances field value if set, zero value otherwise.

func (*ThresholdMonitorSingleAllOfAttributes) GetRootObjectInstancesOk

func (o *ThresholdMonitorSingleAllOfAttributes) GetRootObjectInstancesOk() ([]string, bool)

GetRootObjectInstancesOk returns a tuple with the RootObjectInstances field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ThresholdMonitorSingleAllOfAttributes) GetThresholdInfoList

func (o *ThresholdMonitorSingleAllOfAttributes) GetThresholdInfoList() []ThresholdInfo

GetThresholdInfoList returns the ThresholdInfoList field value if set, zero value otherwise.

func (*ThresholdMonitorSingleAllOfAttributes) GetThresholdInfoListOk

func (o *ThresholdMonitorSingleAllOfAttributes) GetThresholdInfoListOk() ([]ThresholdInfo, bool)

GetThresholdInfoListOk returns a tuple with the ThresholdInfoList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ThresholdMonitorSingleAllOfAttributes) HasAdministrativeState

func (o *ThresholdMonitorSingleAllOfAttributes) HasAdministrativeState() bool

HasAdministrativeState returns a boolean if a field has been set.

func (*ThresholdMonitorSingleAllOfAttributes) HasMonitorGranularityPeriod

func (o *ThresholdMonitorSingleAllOfAttributes) HasMonitorGranularityPeriod() bool

HasMonitorGranularityPeriod returns a boolean if a field has been set.

func (*ThresholdMonitorSingleAllOfAttributes) HasObjectInstances

func (o *ThresholdMonitorSingleAllOfAttributes) HasObjectInstances() bool

HasObjectInstances returns a boolean if a field has been set.

func (*ThresholdMonitorSingleAllOfAttributes) HasOperationalState

func (o *ThresholdMonitorSingleAllOfAttributes) HasOperationalState() bool

HasOperationalState returns a boolean if a field has been set.

func (*ThresholdMonitorSingleAllOfAttributes) HasPerformanceMetrics

func (o *ThresholdMonitorSingleAllOfAttributes) HasPerformanceMetrics() bool

HasPerformanceMetrics returns a boolean if a field has been set.

func (*ThresholdMonitorSingleAllOfAttributes) HasRootObjectInstances

func (o *ThresholdMonitorSingleAllOfAttributes) HasRootObjectInstances() bool

HasRootObjectInstances returns a boolean if a field has been set.

func (*ThresholdMonitorSingleAllOfAttributes) HasThresholdInfoList

func (o *ThresholdMonitorSingleAllOfAttributes) HasThresholdInfoList() bool

HasThresholdInfoList returns a boolean if a field has been set.

func (ThresholdMonitorSingleAllOfAttributes) MarshalJSON

func (o ThresholdMonitorSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*ThresholdMonitorSingleAllOfAttributes) SetAdministrativeState

func (o *ThresholdMonitorSingleAllOfAttributes) SetAdministrativeState(v AdministrativeState)

SetAdministrativeState gets a reference to the given AdministrativeState and assigns it to the AdministrativeState field.

func (*ThresholdMonitorSingleAllOfAttributes) SetMonitorGranularityPeriod

func (o *ThresholdMonitorSingleAllOfAttributes) SetMonitorGranularityPeriod(v int32)

SetMonitorGranularityPeriod gets a reference to the given int32 and assigns it to the MonitorGranularityPeriod field.

func (*ThresholdMonitorSingleAllOfAttributes) SetObjectInstances

func (o *ThresholdMonitorSingleAllOfAttributes) SetObjectInstances(v []string)

SetObjectInstances gets a reference to the given []string and assigns it to the ObjectInstances field.

func (*ThresholdMonitorSingleAllOfAttributes) SetOperationalState

func (o *ThresholdMonitorSingleAllOfAttributes) SetOperationalState(v OperationalState)

SetOperationalState gets a reference to the given OperationalState and assigns it to the OperationalState field.

func (*ThresholdMonitorSingleAllOfAttributes) SetPerformanceMetrics

func (o *ThresholdMonitorSingleAllOfAttributes) SetPerformanceMetrics(v []string)

SetPerformanceMetrics gets a reference to the given []string and assigns it to the PerformanceMetrics field.

func (*ThresholdMonitorSingleAllOfAttributes) SetRootObjectInstances

func (o *ThresholdMonitorSingleAllOfAttributes) SetRootObjectInstances(v []string)

SetRootObjectInstances gets a reference to the given []string and assigns it to the RootObjectInstances field.

func (*ThresholdMonitorSingleAllOfAttributes) SetThresholdInfoList

func (o *ThresholdMonitorSingleAllOfAttributes) SetThresholdInfoList(v []ThresholdInfo)

SetThresholdInfoList gets a reference to the given []ThresholdInfo and assigns it to the ThresholdInfoList field.

func (ThresholdMonitorSingleAllOfAttributes) ToMap

func (o ThresholdMonitorSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type TimeToTriggerL1Type

type TimeToTriggerL1Type string

TimeToTriggerL1Type See details in 3GPP TS 32.422 clause 5.10.Z.

func NewTimeToTriggerL1TypeFromValue

func NewTimeToTriggerL1TypeFromValue(v string) (*TimeToTriggerL1Type, error)

NewTimeToTriggerL1TypeFromValue returns a pointer to a valid TimeToTriggerL1Type for the value passed as argument, or an error if the value passed is not allowed by the enum

func (TimeToTriggerL1Type) IsValid

func (v TimeToTriggerL1Type) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (TimeToTriggerL1Type) Ptr

Ptr returns reference to timeToTriggerL1-Type value

func (*TimeToTriggerL1Type) UnmarshalJSON

func (v *TimeToTriggerL1Type) UnmarshalJSON(src []byte) error

type TimeWindow

type TimeWindow struct {
	StartTime *time.Time `json:"startTime,omitempty"`
	EndTime   *time.Time `json:"endTime,omitempty"`
}

TimeWindow struct for TimeWindow

func NewTimeWindow

func NewTimeWindow() *TimeWindow

NewTimeWindow instantiates a new TimeWindow object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTimeWindowWithDefaults

func NewTimeWindowWithDefaults() *TimeWindow

NewTimeWindowWithDefaults instantiates a new TimeWindow object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*TimeWindow) GetEndTime

func (o *TimeWindow) GetEndTime() time.Time

GetEndTime returns the EndTime field value if set, zero value otherwise.

func (*TimeWindow) GetEndTimeOk

func (o *TimeWindow) GetEndTimeOk() (*time.Time, bool)

GetEndTimeOk returns a tuple with the EndTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TimeWindow) GetStartTime

func (o *TimeWindow) GetStartTime() time.Time

GetStartTime returns the StartTime field value if set, zero value otherwise.

func (*TimeWindow) GetStartTimeOk

func (o *TimeWindow) GetStartTimeOk() (*time.Time, bool)

GetStartTimeOk returns a tuple with the StartTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TimeWindow) HasEndTime

func (o *TimeWindow) HasEndTime() bool

HasEndTime returns a boolean if a field has been set.

func (*TimeWindow) HasStartTime

func (o *TimeWindow) HasStartTime() bool

HasStartTime returns a boolean if a field has been set.

func (TimeWindow) MarshalJSON

func (o TimeWindow) MarshalJSON() ([]byte, error)

func (*TimeWindow) SetEndTime

func (o *TimeWindow) SetEndTime(v time.Time)

SetEndTime gets a reference to the given time.Time and assigns it to the EndTime field.

func (*TimeWindow) SetStartTime

func (o *TimeWindow) SetStartTime(v time.Time)

SetStartTime gets a reference to the given time.Time and assigns it to the StartTime field.

func (TimeWindow) ToMap

func (o TimeWindow) ToMap() (map[string]interface{}, error)

type Top

type Top struct {
	Id              NullableString          `json:"id"`
	ObjectClass     *string                 `json:"objectClass,omitempty"`
	ObjectInstance  *string                 `json:"objectInstance,omitempty"`
	VsDataContainer []VsDataContainerSingle `json:"VsDataContainer,omitempty"`
}

Top struct for Top

func NewTop

func NewTop(id NullableString) *Top

NewTop instantiates a new Top object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTopWithDefaults

func NewTopWithDefaults() *Top

NewTopWithDefaults instantiates a new Top object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Top) GetId

func (o *Top) GetId() string

GetId returns the Id field value If the value is explicit nil, the zero value for string will be returned

func (*Top) GetIdOk

func (o *Top) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*Top) GetObjectClass

func (o *Top) GetObjectClass() string

GetObjectClass returns the ObjectClass field value if set, zero value otherwise.

func (*Top) GetObjectClassOk

func (o *Top) GetObjectClassOk() (*string, bool)

GetObjectClassOk returns a tuple with the ObjectClass field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Top) GetObjectInstance

func (o *Top) GetObjectInstance() string

GetObjectInstance returns the ObjectInstance field value if set, zero value otherwise.

func (*Top) GetObjectInstanceOk

func (o *Top) GetObjectInstanceOk() (*string, bool)

GetObjectInstanceOk returns a tuple with the ObjectInstance field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Top) GetVsDataContainer

func (o *Top) GetVsDataContainer() []VsDataContainerSingle

GetVsDataContainer returns the VsDataContainer field value if set, zero value otherwise.

func (*Top) GetVsDataContainerOk

func (o *Top) GetVsDataContainerOk() ([]VsDataContainerSingle, bool)

GetVsDataContainerOk returns a tuple with the VsDataContainer field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Top) HasObjectClass

func (o *Top) HasObjectClass() bool

HasObjectClass returns a boolean if a field has been set.

func (*Top) HasObjectInstance

func (o *Top) HasObjectInstance() bool

HasObjectInstance returns a boolean if a field has been set.

func (*Top) HasVsDataContainer

func (o *Top) HasVsDataContainer() bool

HasVsDataContainer returns a boolean if a field has been set.

func (Top) MarshalJSON

func (o Top) MarshalJSON() ([]byte, error)

func (*Top) SetId

func (o *Top) SetId(v string)

SetId sets field value

func (*Top) SetObjectClass

func (o *Top) SetObjectClass(v string)

SetObjectClass gets a reference to the given string and assigns it to the ObjectClass field.

func (*Top) SetObjectInstance

func (o *Top) SetObjectInstance(v string)

SetObjectInstance gets a reference to the given string and assigns it to the ObjectInstance field.

func (*Top) SetVsDataContainer

func (o *Top) SetVsDataContainer(v []VsDataContainerSingle)

SetVsDataContainer gets a reference to the given []VsDataContainerSingle and assigns it to the VsDataContainer field.

func (Top) ToMap

func (o Top) ToMap() (map[string]interface{}, error)

type TraceDepthType

type TraceDepthType string

TraceDepthType Specifies how detailed information should be recorded in the Network Element. The Trace Depth is a paremeter for Trace Session level, i.e., the Trace Depth is the same for all of the NEs to be traced in the same Trace Session. See 3GPP TS 32.422 clause 5.3 for additional details.

const (
	MINIMUM       TraceDepthType = "MINIMUM"
	MEDIUM        TraceDepthType = "MEDIUM"
	MAXIMUM       TraceDepthType = "MAXIMUM"
	VENDORMINIMUM TraceDepthType = "VENDORMINIMUM"
	VENDORMEDIUM  TraceDepthType = "VENDORMEDIUM"
	VENDORMAXIMUM TraceDepthType = "VENDORMAXIMUM"
)

List of traceDepth-Type

func NewTraceDepthTypeFromValue

func NewTraceDepthTypeFromValue(v string) (*TraceDepthType, error)

NewTraceDepthTypeFromValue returns a pointer to a valid TraceDepthType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (TraceDepthType) IsValid

func (v TraceDepthType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (TraceDepthType) Ptr

func (v TraceDepthType) Ptr() *TraceDepthType

Ptr returns reference to traceDepth-Type value

func (*TraceDepthType) UnmarshalJSON

func (v *TraceDepthType) UnmarshalJSON(src []byte) error

type TraceJobAttr

type TraceJobAttr struct {
	JobType          *JobTypeType          `json:"jobType,omitempty"`
	ListOfInterfaces *ListOfInterfacesType `json:"listOfInterfaces,omitempty"`
	// The Network Element types where Trace Session activation is needed. See 3GPP TS 32.422 clause 5.4 for additional details.
	ListOfNeTypes                  []string                    `json:"listOfNeTypes,omitempty"`
	PlmnTarget                     *PlmnTargetType             `json:"plmnTarget,omitempty"`
	TraceReportingConsumerUri      *string                     `json:"traceReportingConsumerUri,omitempty"`
	TraceCollectionEntityIpAddress *IpAddr                     `json:"traceCollectionEntityIpAddress,omitempty"`
	TraceDepth                     *TraceDepthType             `json:"traceDepth,omitempty"`
	TraceReference                 *TraceReferenceType         `json:"traceReference,omitempty"`
	TraceRecordingSessionReference *string                     `json:"traceRecordingSessionReference,omitempty"`
	JobId                          *string                     `json:"jobId,omitempty"`
	TraceReportingFormat           *TraceReportingFormatType   `json:"traceReportingFormat,omitempty"`
	TraceTarget                    *TraceTargetType            `json:"traceTarget,omitempty"`
	TriggeringEvents               *TriggeringEventsType       `json:"triggeringEvents,omitempty"`
	AnonymizationOfMdtData         *AnonymizationOfMdtDataType `json:"anonymizationOfMdtData,omitempty"`
	AreaConfigurationForNeighCell  *AreaConfig                 `json:"areaConfigurationForNeighCell,omitempty"`
	AreaScope                      []AreaScope                 `json:"areaScope,omitempty"`
	// Determines whether beam level measurements shall be included in case of immediate MDT M1 measurement in NR. For additional details see 3GPP TS 32.422 clause 5.10.40.
	BeamLevelMeasurement   *bool                       `json:"beamLevelMeasurement,omitempty"`
	CollectionPeriodRrmLte *CollectionPeriodRrmLteType `json:"collectionPeriodRrmLte,omitempty"`
	CollectionPeriodM6Lte  *CollectionPeriodM6LteType  `json:"collectionPeriodM6Lte,omitempty"`
	// See details in 3GPP TS 32.422 clause 5.10.33.
	CollectionPeriodM7Lte   *int32                       `json:"collectionPeriodM7Lte,omitempty"`
	CollectionPeriodRrmUmts *CollectionPeriodRrmUmtsType `json:"collectionPeriodRrmUmts,omitempty"`
	CollectionPeriodRrmNr   *CollectionPeriodRrmNrType   `json:"collectionPeriodRrmNr,omitempty"`
	CollectionPeriodM6Nr    *CollectionPeriodM6NrType    `json:"collectionPeriodM6Nr,omitempty"`
	// See details in 3GPP TS 32.422 clause 5.10.35.
	CollectionPeriodM7Nr                  *int32                                     `json:"collectionPeriodM7Nr,omitempty"`
	EventListForEventTriggeredMeasurement *EventListForEventTriggeredMeasurementType `json:"eventListForEventTriggeredMeasurement,omitempty"`
	EventThreshold                        *EventThresholdType                        `json:"eventThreshold,omitempty"`
	ListOfMeasurements                    *ListOfMeasurementsType                    `json:"listOfMeasurements,omitempty"`
	LoggingDuration                       *LoggingDurationType                       `json:"loggingDuration,omitempty"`
	LoggingInterval                       *LoggingIntervalType                       `json:"loggingInterval,omitempty"`
	EventThresholdL1                      *EventThresholdL1Type                      `json:"eventThresholdL1,omitempty"`
	// See details in 3GPP TS 32.422 clause 5.10.Y.
	HysteresisL1          *int32                     `json:"hysteresisL1,omitempty"`
	TimeToTriggerL1       *TimeToTriggerL1Type       `json:"timeToTriggerL1,omitempty"`
	MbsfnAreaList         []MbsfnArea                `json:"mbsfnAreaList,omitempty"`
	MeasurementPeriodLte  *MeasurementPeriodLteType  `json:"measurementPeriodLte,omitempty"`
	MeasurementPeriodUmts *MeasurementPeriodUmtsType `json:"measurementPeriodUmts,omitempty"`
	MeasurementQuantity   *MeasurementQuantityType   `json:"measurementQuantity,omitempty"`
	// See details in 3GPP TS 32.422 clause 5.10.A.
	EventThresholdUphUmts *int32 `json:"eventThresholdUphUmts,omitempty"`
	// See details in 3GPP TS 32.422 clause 5.10.24.
	PlmnList          []PlmnListTypeInner    `json:"plmnList,omitempty"`
	PositioningMethod *PositioningMethodType `json:"positioningMethod,omitempty"`
	ReportAmount      *ReportAmountType      `json:"reportAmount,omitempty"`
	// See details in 3GPP TS 32.422 clause 5.10.4.
	ReportingTrigger []string            `json:"reportingTrigger,omitempty"`
	ReportInterval   *ReportIntervalType `json:"reportInterval,omitempty"`
	ReportType       *ReportTypeType     `json:"reportType,omitempty"`
	// See details in 3GPP TS 32.422 clause 5.10.29.
	SensorInformation []string `json:"sensorInformation,omitempty"`
	// See details in 3GPP TS 32.422 clause 5.10.11. Only TCE Id value may be sent over the air to the UE being configured for Logged MDT.
	TraceCollectionEntityId *int32 `json:"traceCollectionEntityId,omitempty"`
	// Excess Packet Delay Threshold for NR MDT. See details in 3GPP TS 32.422 clause 4.1.1 and 4.1.2.
	ExcessPacketDelayThresholds *map[string]interface{} `json:"excessPacketDelayThresholds,omitempty"`
}

TraceJobAttr abstract class used as a container of all TraceJob attributes

func NewTraceJobAttr

func NewTraceJobAttr() *TraceJobAttr

NewTraceJobAttr instantiates a new TraceJobAttr object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTraceJobAttrWithDefaults

func NewTraceJobAttrWithDefaults() *TraceJobAttr

NewTraceJobAttrWithDefaults instantiates a new TraceJobAttr object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*TraceJobAttr) GetAnonymizationOfMdtData

func (o *TraceJobAttr) GetAnonymizationOfMdtData() AnonymizationOfMdtDataType

GetAnonymizationOfMdtData returns the AnonymizationOfMdtData field value if set, zero value otherwise.

func (*TraceJobAttr) GetAnonymizationOfMdtDataOk

func (o *TraceJobAttr) GetAnonymizationOfMdtDataOk() (*AnonymizationOfMdtDataType, bool)

GetAnonymizationOfMdtDataOk returns a tuple with the AnonymizationOfMdtData field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobAttr) GetAreaConfigurationForNeighCell

func (o *TraceJobAttr) GetAreaConfigurationForNeighCell() AreaConfig

GetAreaConfigurationForNeighCell returns the AreaConfigurationForNeighCell field value if set, zero value otherwise.

func (*TraceJobAttr) GetAreaConfigurationForNeighCellOk

func (o *TraceJobAttr) GetAreaConfigurationForNeighCellOk() (*AreaConfig, bool)

GetAreaConfigurationForNeighCellOk returns a tuple with the AreaConfigurationForNeighCell field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobAttr) GetAreaScope

func (o *TraceJobAttr) GetAreaScope() []AreaScope

GetAreaScope returns the AreaScope field value if set, zero value otherwise.

func (*TraceJobAttr) GetAreaScopeOk

func (o *TraceJobAttr) GetAreaScopeOk() ([]AreaScope, bool)

GetAreaScopeOk returns a tuple with the AreaScope field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobAttr) GetBeamLevelMeasurement

func (o *TraceJobAttr) GetBeamLevelMeasurement() bool

GetBeamLevelMeasurement returns the BeamLevelMeasurement field value if set, zero value otherwise.

func (*TraceJobAttr) GetBeamLevelMeasurementOk

func (o *TraceJobAttr) GetBeamLevelMeasurementOk() (*bool, bool)

GetBeamLevelMeasurementOk returns a tuple with the BeamLevelMeasurement field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobAttr) GetCollectionPeriodM6Lte

func (o *TraceJobAttr) GetCollectionPeriodM6Lte() CollectionPeriodM6LteType

GetCollectionPeriodM6Lte returns the CollectionPeriodM6Lte field value if set, zero value otherwise.

func (*TraceJobAttr) GetCollectionPeriodM6LteOk

func (o *TraceJobAttr) GetCollectionPeriodM6LteOk() (*CollectionPeriodM6LteType, bool)

GetCollectionPeriodM6LteOk returns a tuple with the CollectionPeriodM6Lte field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobAttr) GetCollectionPeriodM6Nr

func (o *TraceJobAttr) GetCollectionPeriodM6Nr() CollectionPeriodM6NrType

GetCollectionPeriodM6Nr returns the CollectionPeriodM6Nr field value if set, zero value otherwise.

func (*TraceJobAttr) GetCollectionPeriodM6NrOk

func (o *TraceJobAttr) GetCollectionPeriodM6NrOk() (*CollectionPeriodM6NrType, bool)

GetCollectionPeriodM6NrOk returns a tuple with the CollectionPeriodM6Nr field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobAttr) GetCollectionPeriodM7Lte

func (o *TraceJobAttr) GetCollectionPeriodM7Lte() int32

GetCollectionPeriodM7Lte returns the CollectionPeriodM7Lte field value if set, zero value otherwise.

func (*TraceJobAttr) GetCollectionPeriodM7LteOk

func (o *TraceJobAttr) GetCollectionPeriodM7LteOk() (*int32, bool)

GetCollectionPeriodM7LteOk returns a tuple with the CollectionPeriodM7Lte field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobAttr) GetCollectionPeriodM7Nr

func (o *TraceJobAttr) GetCollectionPeriodM7Nr() int32

GetCollectionPeriodM7Nr returns the CollectionPeriodM7Nr field value if set, zero value otherwise.

func (*TraceJobAttr) GetCollectionPeriodM7NrOk

func (o *TraceJobAttr) GetCollectionPeriodM7NrOk() (*int32, bool)

GetCollectionPeriodM7NrOk returns a tuple with the CollectionPeriodM7Nr field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobAttr) GetCollectionPeriodRrmLte

func (o *TraceJobAttr) GetCollectionPeriodRrmLte() CollectionPeriodRrmLteType

GetCollectionPeriodRrmLte returns the CollectionPeriodRrmLte field value if set, zero value otherwise.

func (*TraceJobAttr) GetCollectionPeriodRrmLteOk

func (o *TraceJobAttr) GetCollectionPeriodRrmLteOk() (*CollectionPeriodRrmLteType, bool)

GetCollectionPeriodRrmLteOk returns a tuple with the CollectionPeriodRrmLte field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobAttr) GetCollectionPeriodRrmNr

func (o *TraceJobAttr) GetCollectionPeriodRrmNr() CollectionPeriodRrmNrType

GetCollectionPeriodRrmNr returns the CollectionPeriodRrmNr field value if set, zero value otherwise.

func (*TraceJobAttr) GetCollectionPeriodRrmNrOk

func (o *TraceJobAttr) GetCollectionPeriodRrmNrOk() (*CollectionPeriodRrmNrType, bool)

GetCollectionPeriodRrmNrOk returns a tuple with the CollectionPeriodRrmNr field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobAttr) GetCollectionPeriodRrmUmts

func (o *TraceJobAttr) GetCollectionPeriodRrmUmts() CollectionPeriodRrmUmtsType

GetCollectionPeriodRrmUmts returns the CollectionPeriodRrmUmts field value if set, zero value otherwise.

func (*TraceJobAttr) GetCollectionPeriodRrmUmtsOk

func (o *TraceJobAttr) GetCollectionPeriodRrmUmtsOk() (*CollectionPeriodRrmUmtsType, bool)

GetCollectionPeriodRrmUmtsOk returns a tuple with the CollectionPeriodRrmUmts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobAttr) GetEventListForEventTriggeredMeasurement

func (o *TraceJobAttr) GetEventListForEventTriggeredMeasurement() EventListForEventTriggeredMeasurementType

GetEventListForEventTriggeredMeasurement returns the EventListForEventTriggeredMeasurement field value if set, zero value otherwise.

func (*TraceJobAttr) GetEventListForEventTriggeredMeasurementOk

func (o *TraceJobAttr) GetEventListForEventTriggeredMeasurementOk() (*EventListForEventTriggeredMeasurementType, bool)

GetEventListForEventTriggeredMeasurementOk returns a tuple with the EventListForEventTriggeredMeasurement field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobAttr) GetEventThreshold

func (o *TraceJobAttr) GetEventThreshold() EventThresholdType

GetEventThreshold returns the EventThreshold field value if set, zero value otherwise.

func (*TraceJobAttr) GetEventThresholdL1

func (o *TraceJobAttr) GetEventThresholdL1() EventThresholdL1Type

GetEventThresholdL1 returns the EventThresholdL1 field value if set, zero value otherwise.

func (*TraceJobAttr) GetEventThresholdL1Ok

func (o *TraceJobAttr) GetEventThresholdL1Ok() (*EventThresholdL1Type, bool)

GetEventThresholdL1Ok returns a tuple with the EventThresholdL1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobAttr) GetEventThresholdOk

func (o *TraceJobAttr) GetEventThresholdOk() (*EventThresholdType, bool)

GetEventThresholdOk returns a tuple with the EventThreshold field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobAttr) GetEventThresholdUphUmts

func (o *TraceJobAttr) GetEventThresholdUphUmts() int32

GetEventThresholdUphUmts returns the EventThresholdUphUmts field value if set, zero value otherwise.

func (*TraceJobAttr) GetEventThresholdUphUmtsOk

func (o *TraceJobAttr) GetEventThresholdUphUmtsOk() (*int32, bool)

GetEventThresholdUphUmtsOk returns a tuple with the EventThresholdUphUmts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobAttr) GetExcessPacketDelayThresholds

func (o *TraceJobAttr) GetExcessPacketDelayThresholds() map[string]interface{}

GetExcessPacketDelayThresholds returns the ExcessPacketDelayThresholds field value if set, zero value otherwise.

func (*TraceJobAttr) GetExcessPacketDelayThresholdsOk

func (o *TraceJobAttr) GetExcessPacketDelayThresholdsOk() (*map[string]interface{}, bool)

GetExcessPacketDelayThresholdsOk returns a tuple with the ExcessPacketDelayThresholds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobAttr) GetHysteresisL1

func (o *TraceJobAttr) GetHysteresisL1() int32

GetHysteresisL1 returns the HysteresisL1 field value if set, zero value otherwise.

func (*TraceJobAttr) GetHysteresisL1Ok

func (o *TraceJobAttr) GetHysteresisL1Ok() (*int32, bool)

GetHysteresisL1Ok returns a tuple with the HysteresisL1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobAttr) GetJobId

func (o *TraceJobAttr) GetJobId() string

GetJobId returns the JobId field value if set, zero value otherwise.

func (*TraceJobAttr) GetJobIdOk

func (o *TraceJobAttr) GetJobIdOk() (*string, bool)

GetJobIdOk returns a tuple with the JobId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobAttr) GetJobType

func (o *TraceJobAttr) GetJobType() JobTypeType

GetJobType returns the JobType field value if set, zero value otherwise.

func (*TraceJobAttr) GetJobTypeOk

func (o *TraceJobAttr) GetJobTypeOk() (*JobTypeType, bool)

GetJobTypeOk returns a tuple with the JobType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobAttr) GetListOfInterfaces

func (o *TraceJobAttr) GetListOfInterfaces() ListOfInterfacesType

GetListOfInterfaces returns the ListOfInterfaces field value if set, zero value otherwise.

func (*TraceJobAttr) GetListOfInterfacesOk

func (o *TraceJobAttr) GetListOfInterfacesOk() (*ListOfInterfacesType, bool)

GetListOfInterfacesOk returns a tuple with the ListOfInterfaces field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobAttr) GetListOfMeasurements

func (o *TraceJobAttr) GetListOfMeasurements() ListOfMeasurementsType

GetListOfMeasurements returns the ListOfMeasurements field value if set, zero value otherwise.

func (*TraceJobAttr) GetListOfMeasurementsOk

func (o *TraceJobAttr) GetListOfMeasurementsOk() (*ListOfMeasurementsType, bool)

GetListOfMeasurementsOk returns a tuple with the ListOfMeasurements field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobAttr) GetListOfNeTypes

func (o *TraceJobAttr) GetListOfNeTypes() []string

GetListOfNeTypes returns the ListOfNeTypes field value if set, zero value otherwise.

func (*TraceJobAttr) GetListOfNeTypesOk

func (o *TraceJobAttr) GetListOfNeTypesOk() ([]string, bool)

GetListOfNeTypesOk returns a tuple with the ListOfNeTypes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobAttr) GetLoggingDuration

func (o *TraceJobAttr) GetLoggingDuration() LoggingDurationType

GetLoggingDuration returns the LoggingDuration field value if set, zero value otherwise.

func (*TraceJobAttr) GetLoggingDurationOk

func (o *TraceJobAttr) GetLoggingDurationOk() (*LoggingDurationType, bool)

GetLoggingDurationOk returns a tuple with the LoggingDuration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobAttr) GetLoggingInterval

func (o *TraceJobAttr) GetLoggingInterval() LoggingIntervalType

GetLoggingInterval returns the LoggingInterval field value if set, zero value otherwise.

func (*TraceJobAttr) GetLoggingIntervalOk

func (o *TraceJobAttr) GetLoggingIntervalOk() (*LoggingIntervalType, bool)

GetLoggingIntervalOk returns a tuple with the LoggingInterval field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobAttr) GetMbsfnAreaList

func (o *TraceJobAttr) GetMbsfnAreaList() []MbsfnArea

GetMbsfnAreaList returns the MbsfnAreaList field value if set, zero value otherwise.

func (*TraceJobAttr) GetMbsfnAreaListOk

func (o *TraceJobAttr) GetMbsfnAreaListOk() ([]MbsfnArea, bool)

GetMbsfnAreaListOk returns a tuple with the MbsfnAreaList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobAttr) GetMeasurementPeriodLte

func (o *TraceJobAttr) GetMeasurementPeriodLte() MeasurementPeriodLteType

GetMeasurementPeriodLte returns the MeasurementPeriodLte field value if set, zero value otherwise.

func (*TraceJobAttr) GetMeasurementPeriodLteOk

func (o *TraceJobAttr) GetMeasurementPeriodLteOk() (*MeasurementPeriodLteType, bool)

GetMeasurementPeriodLteOk returns a tuple with the MeasurementPeriodLte field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobAttr) GetMeasurementPeriodUmts

func (o *TraceJobAttr) GetMeasurementPeriodUmts() MeasurementPeriodUmtsType

GetMeasurementPeriodUmts returns the MeasurementPeriodUmts field value if set, zero value otherwise.

func (*TraceJobAttr) GetMeasurementPeriodUmtsOk

func (o *TraceJobAttr) GetMeasurementPeriodUmtsOk() (*MeasurementPeriodUmtsType, bool)

GetMeasurementPeriodUmtsOk returns a tuple with the MeasurementPeriodUmts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobAttr) GetMeasurementQuantity

func (o *TraceJobAttr) GetMeasurementQuantity() MeasurementQuantityType

GetMeasurementQuantity returns the MeasurementQuantity field value if set, zero value otherwise.

func (*TraceJobAttr) GetMeasurementQuantityOk

func (o *TraceJobAttr) GetMeasurementQuantityOk() (*MeasurementQuantityType, bool)

GetMeasurementQuantityOk returns a tuple with the MeasurementQuantity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobAttr) GetPlmnList

func (o *TraceJobAttr) GetPlmnList() []PlmnListTypeInner

GetPlmnList returns the PlmnList field value if set, zero value otherwise.

func (*TraceJobAttr) GetPlmnListOk

func (o *TraceJobAttr) GetPlmnListOk() ([]PlmnListTypeInner, bool)

GetPlmnListOk returns a tuple with the PlmnList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobAttr) GetPlmnTarget

func (o *TraceJobAttr) GetPlmnTarget() PlmnTargetType

GetPlmnTarget returns the PlmnTarget field value if set, zero value otherwise.

func (*TraceJobAttr) GetPlmnTargetOk

func (o *TraceJobAttr) GetPlmnTargetOk() (*PlmnTargetType, bool)

GetPlmnTargetOk returns a tuple with the PlmnTarget field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobAttr) GetPositioningMethod

func (o *TraceJobAttr) GetPositioningMethod() PositioningMethodType

GetPositioningMethod returns the PositioningMethod field value if set, zero value otherwise.

func (*TraceJobAttr) GetPositioningMethodOk

func (o *TraceJobAttr) GetPositioningMethodOk() (*PositioningMethodType, bool)

GetPositioningMethodOk returns a tuple with the PositioningMethod field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobAttr) GetReportAmount

func (o *TraceJobAttr) GetReportAmount() ReportAmountType

GetReportAmount returns the ReportAmount field value if set, zero value otherwise.

func (*TraceJobAttr) GetReportAmountOk

func (o *TraceJobAttr) GetReportAmountOk() (*ReportAmountType, bool)

GetReportAmountOk returns a tuple with the ReportAmount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobAttr) GetReportInterval

func (o *TraceJobAttr) GetReportInterval() ReportIntervalType

GetReportInterval returns the ReportInterval field value if set, zero value otherwise.

func (*TraceJobAttr) GetReportIntervalOk

func (o *TraceJobAttr) GetReportIntervalOk() (*ReportIntervalType, bool)

GetReportIntervalOk returns a tuple with the ReportInterval field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobAttr) GetReportType

func (o *TraceJobAttr) GetReportType() ReportTypeType

GetReportType returns the ReportType field value if set, zero value otherwise.

func (*TraceJobAttr) GetReportTypeOk

func (o *TraceJobAttr) GetReportTypeOk() (*ReportTypeType, bool)

GetReportTypeOk returns a tuple with the ReportType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobAttr) GetReportingTrigger

func (o *TraceJobAttr) GetReportingTrigger() []string

GetReportingTrigger returns the ReportingTrigger field value if set, zero value otherwise.

func (*TraceJobAttr) GetReportingTriggerOk

func (o *TraceJobAttr) GetReportingTriggerOk() ([]string, bool)

GetReportingTriggerOk returns a tuple with the ReportingTrigger field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobAttr) GetSensorInformation

func (o *TraceJobAttr) GetSensorInformation() []string

GetSensorInformation returns the SensorInformation field value if set, zero value otherwise.

func (*TraceJobAttr) GetSensorInformationOk

func (o *TraceJobAttr) GetSensorInformationOk() ([]string, bool)

GetSensorInformationOk returns a tuple with the SensorInformation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobAttr) GetTimeToTriggerL1

func (o *TraceJobAttr) GetTimeToTriggerL1() TimeToTriggerL1Type

GetTimeToTriggerL1 returns the TimeToTriggerL1 field value if set, zero value otherwise.

func (*TraceJobAttr) GetTimeToTriggerL1Ok

func (o *TraceJobAttr) GetTimeToTriggerL1Ok() (*TimeToTriggerL1Type, bool)

GetTimeToTriggerL1Ok returns a tuple with the TimeToTriggerL1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobAttr) GetTraceCollectionEntityId

func (o *TraceJobAttr) GetTraceCollectionEntityId() int32

GetTraceCollectionEntityId returns the TraceCollectionEntityId field value if set, zero value otherwise.

func (*TraceJobAttr) GetTraceCollectionEntityIdOk

func (o *TraceJobAttr) GetTraceCollectionEntityIdOk() (*int32, bool)

GetTraceCollectionEntityIdOk returns a tuple with the TraceCollectionEntityId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobAttr) GetTraceCollectionEntityIpAddress

func (o *TraceJobAttr) GetTraceCollectionEntityIpAddress() IpAddr

GetTraceCollectionEntityIpAddress returns the TraceCollectionEntityIpAddress field value if set, zero value otherwise.

func (*TraceJobAttr) GetTraceCollectionEntityIpAddressOk

func (o *TraceJobAttr) GetTraceCollectionEntityIpAddressOk() (*IpAddr, bool)

GetTraceCollectionEntityIpAddressOk returns a tuple with the TraceCollectionEntityIpAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobAttr) GetTraceDepth

func (o *TraceJobAttr) GetTraceDepth() TraceDepthType

GetTraceDepth returns the TraceDepth field value if set, zero value otherwise.

func (*TraceJobAttr) GetTraceDepthOk

func (o *TraceJobAttr) GetTraceDepthOk() (*TraceDepthType, bool)

GetTraceDepthOk returns a tuple with the TraceDepth field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobAttr) GetTraceRecordingSessionReference

func (o *TraceJobAttr) GetTraceRecordingSessionReference() string

GetTraceRecordingSessionReference returns the TraceRecordingSessionReference field value if set, zero value otherwise.

func (*TraceJobAttr) GetTraceRecordingSessionReferenceOk

func (o *TraceJobAttr) GetTraceRecordingSessionReferenceOk() (*string, bool)

GetTraceRecordingSessionReferenceOk returns a tuple with the TraceRecordingSessionReference field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobAttr) GetTraceReference

func (o *TraceJobAttr) GetTraceReference() TraceReferenceType

GetTraceReference returns the TraceReference field value if set, zero value otherwise.

func (*TraceJobAttr) GetTraceReferenceOk

func (o *TraceJobAttr) GetTraceReferenceOk() (*TraceReferenceType, bool)

GetTraceReferenceOk returns a tuple with the TraceReference field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobAttr) GetTraceReportingConsumerUri

func (o *TraceJobAttr) GetTraceReportingConsumerUri() string

GetTraceReportingConsumerUri returns the TraceReportingConsumerUri field value if set, zero value otherwise.

func (*TraceJobAttr) GetTraceReportingConsumerUriOk

func (o *TraceJobAttr) GetTraceReportingConsumerUriOk() (*string, bool)

GetTraceReportingConsumerUriOk returns a tuple with the TraceReportingConsumerUri field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobAttr) GetTraceReportingFormat

func (o *TraceJobAttr) GetTraceReportingFormat() TraceReportingFormatType

GetTraceReportingFormat returns the TraceReportingFormat field value if set, zero value otherwise.

func (*TraceJobAttr) GetTraceReportingFormatOk

func (o *TraceJobAttr) GetTraceReportingFormatOk() (*TraceReportingFormatType, bool)

GetTraceReportingFormatOk returns a tuple with the TraceReportingFormat field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobAttr) GetTraceTarget

func (o *TraceJobAttr) GetTraceTarget() TraceTargetType

GetTraceTarget returns the TraceTarget field value if set, zero value otherwise.

func (*TraceJobAttr) GetTraceTargetOk

func (o *TraceJobAttr) GetTraceTargetOk() (*TraceTargetType, bool)

GetTraceTargetOk returns a tuple with the TraceTarget field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobAttr) GetTriggeringEvents

func (o *TraceJobAttr) GetTriggeringEvents() TriggeringEventsType

GetTriggeringEvents returns the TriggeringEvents field value if set, zero value otherwise.

func (*TraceJobAttr) GetTriggeringEventsOk

func (o *TraceJobAttr) GetTriggeringEventsOk() (*TriggeringEventsType, bool)

GetTriggeringEventsOk returns a tuple with the TriggeringEvents field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobAttr) HasAnonymizationOfMdtData

func (o *TraceJobAttr) HasAnonymizationOfMdtData() bool

HasAnonymizationOfMdtData returns a boolean if a field has been set.

func (*TraceJobAttr) HasAreaConfigurationForNeighCell

func (o *TraceJobAttr) HasAreaConfigurationForNeighCell() bool

HasAreaConfigurationForNeighCell returns a boolean if a field has been set.

func (*TraceJobAttr) HasAreaScope

func (o *TraceJobAttr) HasAreaScope() bool

HasAreaScope returns a boolean if a field has been set.

func (*TraceJobAttr) HasBeamLevelMeasurement

func (o *TraceJobAttr) HasBeamLevelMeasurement() bool

HasBeamLevelMeasurement returns a boolean if a field has been set.

func (*TraceJobAttr) HasCollectionPeriodM6Lte

func (o *TraceJobAttr) HasCollectionPeriodM6Lte() bool

HasCollectionPeriodM6Lte returns a boolean if a field has been set.

func (*TraceJobAttr) HasCollectionPeriodM6Nr

func (o *TraceJobAttr) HasCollectionPeriodM6Nr() bool

HasCollectionPeriodM6Nr returns a boolean if a field has been set.

func (*TraceJobAttr) HasCollectionPeriodM7Lte

func (o *TraceJobAttr) HasCollectionPeriodM7Lte() bool

HasCollectionPeriodM7Lte returns a boolean if a field has been set.

func (*TraceJobAttr) HasCollectionPeriodM7Nr

func (o *TraceJobAttr) HasCollectionPeriodM7Nr() bool

HasCollectionPeriodM7Nr returns a boolean if a field has been set.

func (*TraceJobAttr) HasCollectionPeriodRrmLte

func (o *TraceJobAttr) HasCollectionPeriodRrmLte() bool

HasCollectionPeriodRrmLte returns a boolean if a field has been set.

func (*TraceJobAttr) HasCollectionPeriodRrmNr

func (o *TraceJobAttr) HasCollectionPeriodRrmNr() bool

HasCollectionPeriodRrmNr returns a boolean if a field has been set.

func (*TraceJobAttr) HasCollectionPeriodRrmUmts

func (o *TraceJobAttr) HasCollectionPeriodRrmUmts() bool

HasCollectionPeriodRrmUmts returns a boolean if a field has been set.

func (*TraceJobAttr) HasEventListForEventTriggeredMeasurement

func (o *TraceJobAttr) HasEventListForEventTriggeredMeasurement() bool

HasEventListForEventTriggeredMeasurement returns a boolean if a field has been set.

func (*TraceJobAttr) HasEventThreshold

func (o *TraceJobAttr) HasEventThreshold() bool

HasEventThreshold returns a boolean if a field has been set.

func (*TraceJobAttr) HasEventThresholdL1

func (o *TraceJobAttr) HasEventThresholdL1() bool

HasEventThresholdL1 returns a boolean if a field has been set.

func (*TraceJobAttr) HasEventThresholdUphUmts

func (o *TraceJobAttr) HasEventThresholdUphUmts() bool

HasEventThresholdUphUmts returns a boolean if a field has been set.

func (*TraceJobAttr) HasExcessPacketDelayThresholds

func (o *TraceJobAttr) HasExcessPacketDelayThresholds() bool

HasExcessPacketDelayThresholds returns a boolean if a field has been set.

func (*TraceJobAttr) HasHysteresisL1

func (o *TraceJobAttr) HasHysteresisL1() bool

HasHysteresisL1 returns a boolean if a field has been set.

func (*TraceJobAttr) HasJobId

func (o *TraceJobAttr) HasJobId() bool

HasJobId returns a boolean if a field has been set.

func (*TraceJobAttr) HasJobType

func (o *TraceJobAttr) HasJobType() bool

HasJobType returns a boolean if a field has been set.

func (*TraceJobAttr) HasListOfInterfaces

func (o *TraceJobAttr) HasListOfInterfaces() bool

HasListOfInterfaces returns a boolean if a field has been set.

func (*TraceJobAttr) HasListOfMeasurements

func (o *TraceJobAttr) HasListOfMeasurements() bool

HasListOfMeasurements returns a boolean if a field has been set.

func (*TraceJobAttr) HasListOfNeTypes

func (o *TraceJobAttr) HasListOfNeTypes() bool

HasListOfNeTypes returns a boolean if a field has been set.

func (*TraceJobAttr) HasLoggingDuration

func (o *TraceJobAttr) HasLoggingDuration() bool

HasLoggingDuration returns a boolean if a field has been set.

func (*TraceJobAttr) HasLoggingInterval

func (o *TraceJobAttr) HasLoggingInterval() bool

HasLoggingInterval returns a boolean if a field has been set.

func (*TraceJobAttr) HasMbsfnAreaList

func (o *TraceJobAttr) HasMbsfnAreaList() bool

HasMbsfnAreaList returns a boolean if a field has been set.

func (*TraceJobAttr) HasMeasurementPeriodLte

func (o *TraceJobAttr) HasMeasurementPeriodLte() bool

HasMeasurementPeriodLte returns a boolean if a field has been set.

func (*TraceJobAttr) HasMeasurementPeriodUmts

func (o *TraceJobAttr) HasMeasurementPeriodUmts() bool

HasMeasurementPeriodUmts returns a boolean if a field has been set.

func (*TraceJobAttr) HasMeasurementQuantity

func (o *TraceJobAttr) HasMeasurementQuantity() bool

HasMeasurementQuantity returns a boolean if a field has been set.

func (*TraceJobAttr) HasPlmnList

func (o *TraceJobAttr) HasPlmnList() bool

HasPlmnList returns a boolean if a field has been set.

func (*TraceJobAttr) HasPlmnTarget

func (o *TraceJobAttr) HasPlmnTarget() bool

HasPlmnTarget returns a boolean if a field has been set.

func (*TraceJobAttr) HasPositioningMethod

func (o *TraceJobAttr) HasPositioningMethod() bool

HasPositioningMethod returns a boolean if a field has been set.

func (*TraceJobAttr) HasReportAmount

func (o *TraceJobAttr) HasReportAmount() bool

HasReportAmount returns a boolean if a field has been set.

func (*TraceJobAttr) HasReportInterval

func (o *TraceJobAttr) HasReportInterval() bool

HasReportInterval returns a boolean if a field has been set.

func (*TraceJobAttr) HasReportType

func (o *TraceJobAttr) HasReportType() bool

HasReportType returns a boolean if a field has been set.

func (*TraceJobAttr) HasReportingTrigger

func (o *TraceJobAttr) HasReportingTrigger() bool

HasReportingTrigger returns a boolean if a field has been set.

func (*TraceJobAttr) HasSensorInformation

func (o *TraceJobAttr) HasSensorInformation() bool

HasSensorInformation returns a boolean if a field has been set.

func (*TraceJobAttr) HasTimeToTriggerL1

func (o *TraceJobAttr) HasTimeToTriggerL1() bool

HasTimeToTriggerL1 returns a boolean if a field has been set.

func (*TraceJobAttr) HasTraceCollectionEntityId

func (o *TraceJobAttr) HasTraceCollectionEntityId() bool

HasTraceCollectionEntityId returns a boolean if a field has been set.

func (*TraceJobAttr) HasTraceCollectionEntityIpAddress

func (o *TraceJobAttr) HasTraceCollectionEntityIpAddress() bool

HasTraceCollectionEntityIpAddress returns a boolean if a field has been set.

func (*TraceJobAttr) HasTraceDepth

func (o *TraceJobAttr) HasTraceDepth() bool

HasTraceDepth returns a boolean if a field has been set.

func (*TraceJobAttr) HasTraceRecordingSessionReference

func (o *TraceJobAttr) HasTraceRecordingSessionReference() bool

HasTraceRecordingSessionReference returns a boolean if a field has been set.

func (*TraceJobAttr) HasTraceReference

func (o *TraceJobAttr) HasTraceReference() bool

HasTraceReference returns a boolean if a field has been set.

func (*TraceJobAttr) HasTraceReportingConsumerUri

func (o *TraceJobAttr) HasTraceReportingConsumerUri() bool

HasTraceReportingConsumerUri returns a boolean if a field has been set.

func (*TraceJobAttr) HasTraceReportingFormat

func (o *TraceJobAttr) HasTraceReportingFormat() bool

HasTraceReportingFormat returns a boolean if a field has been set.

func (*TraceJobAttr) HasTraceTarget

func (o *TraceJobAttr) HasTraceTarget() bool

HasTraceTarget returns a boolean if a field has been set.

func (*TraceJobAttr) HasTriggeringEvents

func (o *TraceJobAttr) HasTriggeringEvents() bool

HasTriggeringEvents returns a boolean if a field has been set.

func (TraceJobAttr) MarshalJSON

func (o TraceJobAttr) MarshalJSON() ([]byte, error)

func (*TraceJobAttr) SetAnonymizationOfMdtData

func (o *TraceJobAttr) SetAnonymizationOfMdtData(v AnonymizationOfMdtDataType)

SetAnonymizationOfMdtData gets a reference to the given AnonymizationOfMdtDataType and assigns it to the AnonymizationOfMdtData field.

func (*TraceJobAttr) SetAreaConfigurationForNeighCell

func (o *TraceJobAttr) SetAreaConfigurationForNeighCell(v AreaConfig)

SetAreaConfigurationForNeighCell gets a reference to the given AreaConfig and assigns it to the AreaConfigurationForNeighCell field.

func (*TraceJobAttr) SetAreaScope

func (o *TraceJobAttr) SetAreaScope(v []AreaScope)

SetAreaScope gets a reference to the given []AreaScope and assigns it to the AreaScope field.

func (*TraceJobAttr) SetBeamLevelMeasurement

func (o *TraceJobAttr) SetBeamLevelMeasurement(v bool)

SetBeamLevelMeasurement gets a reference to the given bool and assigns it to the BeamLevelMeasurement field.

func (*TraceJobAttr) SetCollectionPeriodM6Lte

func (o *TraceJobAttr) SetCollectionPeriodM6Lte(v CollectionPeriodM6LteType)

SetCollectionPeriodM6Lte gets a reference to the given CollectionPeriodM6LteType and assigns it to the CollectionPeriodM6Lte field.

func (*TraceJobAttr) SetCollectionPeriodM6Nr

func (o *TraceJobAttr) SetCollectionPeriodM6Nr(v CollectionPeriodM6NrType)

SetCollectionPeriodM6Nr gets a reference to the given CollectionPeriodM6NrType and assigns it to the CollectionPeriodM6Nr field.

func (*TraceJobAttr) SetCollectionPeriodM7Lte

func (o *TraceJobAttr) SetCollectionPeriodM7Lte(v int32)

SetCollectionPeriodM7Lte gets a reference to the given int32 and assigns it to the CollectionPeriodM7Lte field.

func (*TraceJobAttr) SetCollectionPeriodM7Nr

func (o *TraceJobAttr) SetCollectionPeriodM7Nr(v int32)

SetCollectionPeriodM7Nr gets a reference to the given int32 and assigns it to the CollectionPeriodM7Nr field.

func (*TraceJobAttr) SetCollectionPeriodRrmLte

func (o *TraceJobAttr) SetCollectionPeriodRrmLte(v CollectionPeriodRrmLteType)

SetCollectionPeriodRrmLte gets a reference to the given CollectionPeriodRrmLteType and assigns it to the CollectionPeriodRrmLte field.

func (*TraceJobAttr) SetCollectionPeriodRrmNr

func (o *TraceJobAttr) SetCollectionPeriodRrmNr(v CollectionPeriodRrmNrType)

SetCollectionPeriodRrmNr gets a reference to the given CollectionPeriodRrmNrType and assigns it to the CollectionPeriodRrmNr field.

func (*TraceJobAttr) SetCollectionPeriodRrmUmts

func (o *TraceJobAttr) SetCollectionPeriodRrmUmts(v CollectionPeriodRrmUmtsType)

SetCollectionPeriodRrmUmts gets a reference to the given CollectionPeriodRrmUmtsType and assigns it to the CollectionPeriodRrmUmts field.

func (*TraceJobAttr) SetEventListForEventTriggeredMeasurement

func (o *TraceJobAttr) SetEventListForEventTriggeredMeasurement(v EventListForEventTriggeredMeasurementType)

SetEventListForEventTriggeredMeasurement gets a reference to the given EventListForEventTriggeredMeasurementType and assigns it to the EventListForEventTriggeredMeasurement field.

func (*TraceJobAttr) SetEventThreshold

func (o *TraceJobAttr) SetEventThreshold(v EventThresholdType)

SetEventThreshold gets a reference to the given EventThresholdType and assigns it to the EventThreshold field.

func (*TraceJobAttr) SetEventThresholdL1

func (o *TraceJobAttr) SetEventThresholdL1(v EventThresholdL1Type)

SetEventThresholdL1 gets a reference to the given EventThresholdL1Type and assigns it to the EventThresholdL1 field.

func (*TraceJobAttr) SetEventThresholdUphUmts

func (o *TraceJobAttr) SetEventThresholdUphUmts(v int32)

SetEventThresholdUphUmts gets a reference to the given int32 and assigns it to the EventThresholdUphUmts field.

func (*TraceJobAttr) SetExcessPacketDelayThresholds

func (o *TraceJobAttr) SetExcessPacketDelayThresholds(v map[string]interface{})

SetExcessPacketDelayThresholds gets a reference to the given map[string]interface{} and assigns it to the ExcessPacketDelayThresholds field.

func (*TraceJobAttr) SetHysteresisL1

func (o *TraceJobAttr) SetHysteresisL1(v int32)

SetHysteresisL1 gets a reference to the given int32 and assigns it to the HysteresisL1 field.

func (*TraceJobAttr) SetJobId

func (o *TraceJobAttr) SetJobId(v string)

SetJobId gets a reference to the given string and assigns it to the JobId field.

func (*TraceJobAttr) SetJobType

func (o *TraceJobAttr) SetJobType(v JobTypeType)

SetJobType gets a reference to the given JobTypeType and assigns it to the JobType field.

func (*TraceJobAttr) SetListOfInterfaces

func (o *TraceJobAttr) SetListOfInterfaces(v ListOfInterfacesType)

SetListOfInterfaces gets a reference to the given ListOfInterfacesType and assigns it to the ListOfInterfaces field.

func (*TraceJobAttr) SetListOfMeasurements

func (o *TraceJobAttr) SetListOfMeasurements(v ListOfMeasurementsType)

SetListOfMeasurements gets a reference to the given ListOfMeasurementsType and assigns it to the ListOfMeasurements field.

func (*TraceJobAttr) SetListOfNeTypes

func (o *TraceJobAttr) SetListOfNeTypes(v []string)

SetListOfNeTypes gets a reference to the given []string and assigns it to the ListOfNeTypes field.

func (*TraceJobAttr) SetLoggingDuration

func (o *TraceJobAttr) SetLoggingDuration(v LoggingDurationType)

SetLoggingDuration gets a reference to the given LoggingDurationType and assigns it to the LoggingDuration field.

func (*TraceJobAttr) SetLoggingInterval

func (o *TraceJobAttr) SetLoggingInterval(v LoggingIntervalType)

SetLoggingInterval gets a reference to the given LoggingIntervalType and assigns it to the LoggingInterval field.

func (*TraceJobAttr) SetMbsfnAreaList

func (o *TraceJobAttr) SetMbsfnAreaList(v []MbsfnArea)

SetMbsfnAreaList gets a reference to the given []MbsfnArea and assigns it to the MbsfnAreaList field.

func (*TraceJobAttr) SetMeasurementPeriodLte

func (o *TraceJobAttr) SetMeasurementPeriodLte(v MeasurementPeriodLteType)

SetMeasurementPeriodLte gets a reference to the given MeasurementPeriodLteType and assigns it to the MeasurementPeriodLte field.

func (*TraceJobAttr) SetMeasurementPeriodUmts

func (o *TraceJobAttr) SetMeasurementPeriodUmts(v MeasurementPeriodUmtsType)

SetMeasurementPeriodUmts gets a reference to the given MeasurementPeriodUmtsType and assigns it to the MeasurementPeriodUmts field.

func (*TraceJobAttr) SetMeasurementQuantity

func (o *TraceJobAttr) SetMeasurementQuantity(v MeasurementQuantityType)

SetMeasurementQuantity gets a reference to the given MeasurementQuantityType and assigns it to the MeasurementQuantity field.

func (*TraceJobAttr) SetPlmnList

func (o *TraceJobAttr) SetPlmnList(v []PlmnListTypeInner)

SetPlmnList gets a reference to the given []PlmnListTypeInner and assigns it to the PlmnList field.

func (*TraceJobAttr) SetPlmnTarget

func (o *TraceJobAttr) SetPlmnTarget(v PlmnTargetType)

SetPlmnTarget gets a reference to the given PlmnTargetType and assigns it to the PlmnTarget field.

func (*TraceJobAttr) SetPositioningMethod

func (o *TraceJobAttr) SetPositioningMethod(v PositioningMethodType)

SetPositioningMethod gets a reference to the given PositioningMethodType and assigns it to the PositioningMethod field.

func (*TraceJobAttr) SetReportAmount

func (o *TraceJobAttr) SetReportAmount(v ReportAmountType)

SetReportAmount gets a reference to the given ReportAmountType and assigns it to the ReportAmount field.

func (*TraceJobAttr) SetReportInterval

func (o *TraceJobAttr) SetReportInterval(v ReportIntervalType)

SetReportInterval gets a reference to the given ReportIntervalType and assigns it to the ReportInterval field.

func (*TraceJobAttr) SetReportType

func (o *TraceJobAttr) SetReportType(v ReportTypeType)

SetReportType gets a reference to the given ReportTypeType and assigns it to the ReportType field.

func (*TraceJobAttr) SetReportingTrigger

func (o *TraceJobAttr) SetReportingTrigger(v []string)

SetReportingTrigger gets a reference to the given []string and assigns it to the ReportingTrigger field.

func (*TraceJobAttr) SetSensorInformation

func (o *TraceJobAttr) SetSensorInformation(v []string)

SetSensorInformation gets a reference to the given []string and assigns it to the SensorInformation field.

func (*TraceJobAttr) SetTimeToTriggerL1

func (o *TraceJobAttr) SetTimeToTriggerL1(v TimeToTriggerL1Type)

SetTimeToTriggerL1 gets a reference to the given TimeToTriggerL1Type and assigns it to the TimeToTriggerL1 field.

func (*TraceJobAttr) SetTraceCollectionEntityId

func (o *TraceJobAttr) SetTraceCollectionEntityId(v int32)

SetTraceCollectionEntityId gets a reference to the given int32 and assigns it to the TraceCollectionEntityId field.

func (*TraceJobAttr) SetTraceCollectionEntityIpAddress

func (o *TraceJobAttr) SetTraceCollectionEntityIpAddress(v IpAddr)

SetTraceCollectionEntityIpAddress gets a reference to the given IpAddr and assigns it to the TraceCollectionEntityIpAddress field.

func (*TraceJobAttr) SetTraceDepth

func (o *TraceJobAttr) SetTraceDepth(v TraceDepthType)

SetTraceDepth gets a reference to the given TraceDepthType and assigns it to the TraceDepth field.

func (*TraceJobAttr) SetTraceRecordingSessionReference

func (o *TraceJobAttr) SetTraceRecordingSessionReference(v string)

SetTraceRecordingSessionReference gets a reference to the given string and assigns it to the TraceRecordingSessionReference field.

func (*TraceJobAttr) SetTraceReference

func (o *TraceJobAttr) SetTraceReference(v TraceReferenceType)

SetTraceReference gets a reference to the given TraceReferenceType and assigns it to the TraceReference field.

func (*TraceJobAttr) SetTraceReportingConsumerUri

func (o *TraceJobAttr) SetTraceReportingConsumerUri(v string)

SetTraceReportingConsumerUri gets a reference to the given string and assigns it to the TraceReportingConsumerUri field.

func (*TraceJobAttr) SetTraceReportingFormat

func (o *TraceJobAttr) SetTraceReportingFormat(v TraceReportingFormatType)

SetTraceReportingFormat gets a reference to the given TraceReportingFormatType and assigns it to the TraceReportingFormat field.

func (*TraceJobAttr) SetTraceTarget

func (o *TraceJobAttr) SetTraceTarget(v TraceTargetType)

SetTraceTarget gets a reference to the given TraceTargetType and assigns it to the TraceTarget field.

func (*TraceJobAttr) SetTriggeringEvents

func (o *TraceJobAttr) SetTriggeringEvents(v TriggeringEventsType)

SetTriggeringEvents gets a reference to the given TriggeringEventsType and assigns it to the TriggeringEvents field.

func (TraceJobAttr) ToMap

func (o TraceJobAttr) ToMap() (map[string]interface{}, error)

type TraceJobSingle

type TraceJobSingle struct {
	Top
	Attributes *TraceJobAttr `json:"attributes,omitempty"`
	Files      []FilesSingle `json:"Files,omitempty"`
}

TraceJobSingle struct for TraceJobSingle

func NewTraceJobSingle

func NewTraceJobSingle(id NullableString) *TraceJobSingle

NewTraceJobSingle instantiates a new TraceJobSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTraceJobSingleWithDefaults

func NewTraceJobSingleWithDefaults() *TraceJobSingle

NewTraceJobSingleWithDefaults instantiates a new TraceJobSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*TraceJobSingle) GetAttributes

func (o *TraceJobSingle) GetAttributes() TraceJobAttr

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*TraceJobSingle) GetAttributesOk

func (o *TraceJobSingle) GetAttributesOk() (*TraceJobAttr, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobSingle) GetFiles

func (o *TraceJobSingle) GetFiles() []FilesSingle

GetFiles returns the Files field value if set, zero value otherwise.

func (*TraceJobSingle) GetFilesOk

func (o *TraceJobSingle) GetFilesOk() ([]FilesSingle, bool)

GetFilesOk returns a tuple with the Files field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobSingle) HasAttributes

func (o *TraceJobSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*TraceJobSingle) HasFiles

func (o *TraceJobSingle) HasFiles() bool

HasFiles returns a boolean if a field has been set.

func (TraceJobSingle) MarshalJSON

func (o TraceJobSingle) MarshalJSON() ([]byte, error)

func (*TraceJobSingle) SetAttributes

func (o *TraceJobSingle) SetAttributes(v TraceJobAttr)

SetAttributes gets a reference to the given TraceJobAttr and assigns it to the Attributes field.

func (*TraceJobSingle) SetFiles

func (o *TraceJobSingle) SetFiles(v []FilesSingle)

SetFiles gets a reference to the given []FilesSingle and assigns it to the Files field.

func (TraceJobSingle) ToMap

func (o TraceJobSingle) ToMap() (map[string]interface{}, error)

type TraceJobSingleAllOf

type TraceJobSingleAllOf struct {
	Attributes *TraceJobAttr `json:"attributes,omitempty"`
	Files      []FilesSingle `json:"Files,omitempty"`
}

TraceJobSingleAllOf struct for TraceJobSingleAllOf

func NewTraceJobSingleAllOf

func NewTraceJobSingleAllOf() *TraceJobSingleAllOf

NewTraceJobSingleAllOf instantiates a new TraceJobSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTraceJobSingleAllOfWithDefaults

func NewTraceJobSingleAllOfWithDefaults() *TraceJobSingleAllOf

NewTraceJobSingleAllOfWithDefaults instantiates a new TraceJobSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*TraceJobSingleAllOf) GetAttributes

func (o *TraceJobSingleAllOf) GetAttributes() TraceJobAttr

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*TraceJobSingleAllOf) GetAttributesOk

func (o *TraceJobSingleAllOf) GetAttributesOk() (*TraceJobAttr, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobSingleAllOf) GetFiles

func (o *TraceJobSingleAllOf) GetFiles() []FilesSingle

GetFiles returns the Files field value if set, zero value otherwise.

func (*TraceJobSingleAllOf) GetFilesOk

func (o *TraceJobSingleAllOf) GetFilesOk() ([]FilesSingle, bool)

GetFilesOk returns a tuple with the Files field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobSingleAllOf) HasAttributes

func (o *TraceJobSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*TraceJobSingleAllOf) HasFiles

func (o *TraceJobSingleAllOf) HasFiles() bool

HasFiles returns a boolean if a field has been set.

func (TraceJobSingleAllOf) MarshalJSON

func (o TraceJobSingleAllOf) MarshalJSON() ([]byte, error)

func (*TraceJobSingleAllOf) SetAttributes

func (o *TraceJobSingleAllOf) SetAttributes(v TraceJobAttr)

SetAttributes gets a reference to the given TraceJobAttr and assigns it to the Attributes field.

func (*TraceJobSingleAllOf) SetFiles

func (o *TraceJobSingleAllOf) SetFiles(v []FilesSingle)

SetFiles gets a reference to the given []FilesSingle and assigns it to the Files field.

func (TraceJobSingleAllOf) ToMap

func (o TraceJobSingleAllOf) ToMap() (map[string]interface{}, error)

type TraceReferenceType

type TraceReferenceType struct {
	Mcc     string `json:"mcc"`
	Mnc     string `json:"mnc"`
	TraceId string `json:"traceId"`
}

TraceReferenceType The Trace Reference parameter shall be globally unique, therefore the Trace Reference shall compose as follows - MCC+MNC+Trace ID, where the MCC and MNC are coming with the Trace activation request from the management system to identify one PLMN containing the management system, and Trace ID is a 3 byte Octet String. See 3GPP TS 32.422 clause 5.6 for additional details.

func NewTraceReferenceType

func NewTraceReferenceType(mcc string, mnc string, traceId string) *TraceReferenceType

NewTraceReferenceType instantiates a new TraceReferenceType object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTraceReferenceTypeWithDefaults

func NewTraceReferenceTypeWithDefaults() *TraceReferenceType

NewTraceReferenceTypeWithDefaults instantiates a new TraceReferenceType object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*TraceReferenceType) GetMcc

func (o *TraceReferenceType) GetMcc() string

GetMcc returns the Mcc field value

func (*TraceReferenceType) GetMccOk

func (o *TraceReferenceType) GetMccOk() (*string, bool)

GetMccOk returns a tuple with the Mcc field value and a boolean to check if the value has been set.

func (*TraceReferenceType) GetMnc

func (o *TraceReferenceType) GetMnc() string

GetMnc returns the Mnc field value

func (*TraceReferenceType) GetMncOk

func (o *TraceReferenceType) GetMncOk() (*string, bool)

GetMncOk returns a tuple with the Mnc field value and a boolean to check if the value has been set.

func (*TraceReferenceType) GetTraceId

func (o *TraceReferenceType) GetTraceId() string

GetTraceId returns the TraceId field value

func (*TraceReferenceType) GetTraceIdOk

func (o *TraceReferenceType) GetTraceIdOk() (*string, bool)

GetTraceIdOk returns a tuple with the TraceId field value and a boolean to check if the value has been set.

func (TraceReferenceType) MarshalJSON

func (o TraceReferenceType) MarshalJSON() ([]byte, error)

func (*TraceReferenceType) SetMcc

func (o *TraceReferenceType) SetMcc(v string)

SetMcc sets field value

func (*TraceReferenceType) SetMnc

func (o *TraceReferenceType) SetMnc(v string)

SetMnc sets field value

func (*TraceReferenceType) SetTraceId

func (o *TraceReferenceType) SetTraceId(v string)

SetTraceId sets field value

func (TraceReferenceType) ToMap

func (o TraceReferenceType) ToMap() (map[string]interface{}, error)

type TraceReportingFormatType

type TraceReportingFormatType string

TraceReportingFormatType Specifies whether file-based or streaming reporting shall be used for this Trace Session. See 3GPP TS 32.422 clause 5.11 for additional details.

const (
	FILE_BASED TraceReportingFormatType = "FILE-BASED"
	STREAMING  TraceReportingFormatType = "STREAMING"
)

List of traceReportingFormat-Type

func NewTraceReportingFormatTypeFromValue

func NewTraceReportingFormatTypeFromValue(v string) (*TraceReportingFormatType, error)

NewTraceReportingFormatTypeFromValue returns a pointer to a valid TraceReportingFormatType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (TraceReportingFormatType) IsValid

func (v TraceReportingFormatType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (TraceReportingFormatType) Ptr

Ptr returns reference to traceReportingFormat-Type value

func (*TraceReportingFormatType) UnmarshalJSON

func (v *TraceReportingFormatType) UnmarshalJSON(src []byte) error

type TraceTargetType

type TraceTargetType struct {
	TargetIdType  string `json:"TargetIdType"`
	TargetIdValue string `json:"TargetIdValue"`
}

TraceTargetType Trace target conveying both the type and value of the target ID. For additional details see 3GPP TS 32.422

func NewTraceTargetType

func NewTraceTargetType(targetIdType string, targetIdValue string) *TraceTargetType

NewTraceTargetType instantiates a new TraceTargetType object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTraceTargetTypeWithDefaults

func NewTraceTargetTypeWithDefaults() *TraceTargetType

NewTraceTargetTypeWithDefaults instantiates a new TraceTargetType object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*TraceTargetType) GetTargetIdType

func (o *TraceTargetType) GetTargetIdType() string

GetTargetIdType returns the TargetIdType field value

func (*TraceTargetType) GetTargetIdTypeOk

func (o *TraceTargetType) GetTargetIdTypeOk() (*string, bool)

GetTargetIdTypeOk returns a tuple with the TargetIdType field value and a boolean to check if the value has been set.

func (*TraceTargetType) GetTargetIdValue

func (o *TraceTargetType) GetTargetIdValue() string

GetTargetIdValue returns the TargetIdValue field value

func (*TraceTargetType) GetTargetIdValueOk

func (o *TraceTargetType) GetTargetIdValueOk() (*string, bool)

GetTargetIdValueOk returns a tuple with the TargetIdValue field value and a boolean to check if the value has been set.

func (TraceTargetType) MarshalJSON

func (o TraceTargetType) MarshalJSON() ([]byte, error)

func (*TraceTargetType) SetTargetIdType

func (o *TraceTargetType) SetTargetIdType(v string)

SetTargetIdType sets field value

func (*TraceTargetType) SetTargetIdValue

func (o *TraceTargetType) SetTargetIdValue(v string)

SetTargetIdValue sets field value

func (TraceTargetType) ToMap

func (o TraceTargetType) ToMap() (map[string]interface{}, error)

type TrendIndication

type TrendIndication string

TrendIndication the model 'TrendIndication'

const (
	MORE_SEVERE TrendIndication = "MORE_SEVERE"
	NO_CHANGE   TrendIndication = "NO_CHANGE"
	LESS_SEVERE TrendIndication = "LESS_SEVERE"
)

List of TrendIndication

func NewTrendIndicationFromValue

func NewTrendIndicationFromValue(v string) (*TrendIndication, error)

NewTrendIndicationFromValue returns a pointer to a valid TrendIndication for the value passed as argument, or an error if the value passed is not allowed by the enum

func (TrendIndication) IsValid

func (v TrendIndication) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (TrendIndication) Ptr

Ptr returns reference to TrendIndication value

func (*TrendIndication) UnmarshalJSON

func (v *TrendIndication) UnmarshalJSON(src []byte) error

type TriggeringEventsType

type TriggeringEventsType struct {
	MSC_SERVER []string `json:"MSC_SERVER,omitempty"`
	SGSN       []string `json:"SGSN,omitempty"`
	MGW        []string `json:"MGW,omitempty"`
	GGSN       []string `json:"GGSN,omitempty"`
	IMS        []string `json:"IMS,omitempty"`
	BM_SC      []string `json:"BM_SC,omitempty"`
	MME        []string `json:"MME,omitempty"`
	SGW        []string `json:"SGW,omitempty"`
	PGW        []string `json:"PGW,omitempty"`
	AMF        []string `json:"AMF,omitempty"`
	SMF        []string `json:"SMF,omitempty"`
	PCF        []string `json:"PCF,omitempty"`
	UPF        []string `json:"UPF,omitempty"`
	AUSF       []string `json:"AUSF,omitempty"`
	NEF        []string `json:"NEF,omitempty"`
	NRF        []string `json:"NRF,omitempty"`
	NSSF       []string `json:"NSSF,omitempty"`
	SMSF       []string `json:"SMSF,omitempty"`
	UDM        []string `json:"UDM,omitempty"`
}

TriggeringEventsType Specifies when to start a Trace Recording Session and which message shall be recorded first, when to stop a Trace Recording Session and which message shall be recorded last respectively. See 3GPP TS 32.422 clause 5.1 for additional detials.

func NewTriggeringEventsType

func NewTriggeringEventsType() *TriggeringEventsType

NewTriggeringEventsType instantiates a new TriggeringEventsType object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTriggeringEventsTypeWithDefaults

func NewTriggeringEventsTypeWithDefaults() *TriggeringEventsType

NewTriggeringEventsTypeWithDefaults instantiates a new TriggeringEventsType object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*TriggeringEventsType) GetAMF

func (o *TriggeringEventsType) GetAMF() []string

GetAMF returns the AMF field value if set, zero value otherwise.

func (*TriggeringEventsType) GetAMFOk

func (o *TriggeringEventsType) GetAMFOk() ([]string, bool)

GetAMFOk returns a tuple with the AMF field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TriggeringEventsType) GetAUSF

func (o *TriggeringEventsType) GetAUSF() []string

GetAUSF returns the AUSF field value if set, zero value otherwise.

func (*TriggeringEventsType) GetAUSFOk

func (o *TriggeringEventsType) GetAUSFOk() ([]string, bool)

GetAUSFOk returns a tuple with the AUSF field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TriggeringEventsType) GetBM_SC

func (o *TriggeringEventsType) GetBM_SC() []string

GetBM_SC returns the BM_SC field value if set, zero value otherwise.

func (*TriggeringEventsType) GetBM_SCOk

func (o *TriggeringEventsType) GetBM_SCOk() ([]string, bool)

GetBM_SCOk returns a tuple with the BM_SC field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TriggeringEventsType) GetGGSN

func (o *TriggeringEventsType) GetGGSN() []string

GetGGSN returns the GGSN field value if set, zero value otherwise.

func (*TriggeringEventsType) GetGGSNOk

func (o *TriggeringEventsType) GetGGSNOk() ([]string, bool)

GetGGSNOk returns a tuple with the GGSN field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TriggeringEventsType) GetIMS

func (o *TriggeringEventsType) GetIMS() []string

GetIMS returns the IMS field value if set, zero value otherwise.

func (*TriggeringEventsType) GetIMSOk

func (o *TriggeringEventsType) GetIMSOk() ([]string, bool)

GetIMSOk returns a tuple with the IMS field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TriggeringEventsType) GetMGW

func (o *TriggeringEventsType) GetMGW() []string

GetMGW returns the MGW field value if set, zero value otherwise.

func (*TriggeringEventsType) GetMGWOk

func (o *TriggeringEventsType) GetMGWOk() ([]string, bool)

GetMGWOk returns a tuple with the MGW field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TriggeringEventsType) GetMME

func (o *TriggeringEventsType) GetMME() []string

GetMME returns the MME field value if set, zero value otherwise.

func (*TriggeringEventsType) GetMMEOk

func (o *TriggeringEventsType) GetMMEOk() ([]string, bool)

GetMMEOk returns a tuple with the MME field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TriggeringEventsType) GetMSC_SERVER

func (o *TriggeringEventsType) GetMSC_SERVER() []string

GetMSC_SERVER returns the MSC_SERVER field value if set, zero value otherwise.

func (*TriggeringEventsType) GetMSC_SERVEROk

func (o *TriggeringEventsType) GetMSC_SERVEROk() ([]string, bool)

GetMSC_SERVEROk returns a tuple with the MSC_SERVER field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TriggeringEventsType) GetNEF

func (o *TriggeringEventsType) GetNEF() []string

GetNEF returns the NEF field value if set, zero value otherwise.

func (*TriggeringEventsType) GetNEFOk

func (o *TriggeringEventsType) GetNEFOk() ([]string, bool)

GetNEFOk returns a tuple with the NEF field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TriggeringEventsType) GetNRF

func (o *TriggeringEventsType) GetNRF() []string

GetNRF returns the NRF field value if set, zero value otherwise.

func (*TriggeringEventsType) GetNRFOk

func (o *TriggeringEventsType) GetNRFOk() ([]string, bool)

GetNRFOk returns a tuple with the NRF field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TriggeringEventsType) GetNSSF

func (o *TriggeringEventsType) GetNSSF() []string

GetNSSF returns the NSSF field value if set, zero value otherwise.

func (*TriggeringEventsType) GetNSSFOk

func (o *TriggeringEventsType) GetNSSFOk() ([]string, bool)

GetNSSFOk returns a tuple with the NSSF field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TriggeringEventsType) GetPCF

func (o *TriggeringEventsType) GetPCF() []string

GetPCF returns the PCF field value if set, zero value otherwise.

func (*TriggeringEventsType) GetPCFOk

func (o *TriggeringEventsType) GetPCFOk() ([]string, bool)

GetPCFOk returns a tuple with the PCF field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TriggeringEventsType) GetPGW

func (o *TriggeringEventsType) GetPGW() []string

GetPGW returns the PGW field value if set, zero value otherwise.

func (*TriggeringEventsType) GetPGWOk

func (o *TriggeringEventsType) GetPGWOk() ([]string, bool)

GetPGWOk returns a tuple with the PGW field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TriggeringEventsType) GetSGSN

func (o *TriggeringEventsType) GetSGSN() []string

GetSGSN returns the SGSN field value if set, zero value otherwise.

func (*TriggeringEventsType) GetSGSNOk

func (o *TriggeringEventsType) GetSGSNOk() ([]string, bool)

GetSGSNOk returns a tuple with the SGSN field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TriggeringEventsType) GetSGW

func (o *TriggeringEventsType) GetSGW() []string

GetSGW returns the SGW field value if set, zero value otherwise.

func (*TriggeringEventsType) GetSGWOk

func (o *TriggeringEventsType) GetSGWOk() ([]string, bool)

GetSGWOk returns a tuple with the SGW field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TriggeringEventsType) GetSMF

func (o *TriggeringEventsType) GetSMF() []string

GetSMF returns the SMF field value if set, zero value otherwise.

func (*TriggeringEventsType) GetSMFOk

func (o *TriggeringEventsType) GetSMFOk() ([]string, bool)

GetSMFOk returns a tuple with the SMF field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TriggeringEventsType) GetSMSF

func (o *TriggeringEventsType) GetSMSF() []string

GetSMSF returns the SMSF field value if set, zero value otherwise.

func (*TriggeringEventsType) GetSMSFOk

func (o *TriggeringEventsType) GetSMSFOk() ([]string, bool)

GetSMSFOk returns a tuple with the SMSF field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TriggeringEventsType) GetUDM

func (o *TriggeringEventsType) GetUDM() []string

GetUDM returns the UDM field value if set, zero value otherwise.

func (*TriggeringEventsType) GetUDMOk

func (o *TriggeringEventsType) GetUDMOk() ([]string, bool)

GetUDMOk returns a tuple with the UDM field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TriggeringEventsType) GetUPF

func (o *TriggeringEventsType) GetUPF() []string

GetUPF returns the UPF field value if set, zero value otherwise.

func (*TriggeringEventsType) GetUPFOk

func (o *TriggeringEventsType) GetUPFOk() ([]string, bool)

GetUPFOk returns a tuple with the UPF field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TriggeringEventsType) HasAMF

func (o *TriggeringEventsType) HasAMF() bool

HasAMF returns a boolean if a field has been set.

func (*TriggeringEventsType) HasAUSF

func (o *TriggeringEventsType) HasAUSF() bool

HasAUSF returns a boolean if a field has been set.

func (*TriggeringEventsType) HasBM_SC

func (o *TriggeringEventsType) HasBM_SC() bool

HasBM_SC returns a boolean if a field has been set.

func (*TriggeringEventsType) HasGGSN

func (o *TriggeringEventsType) HasGGSN() bool

HasGGSN returns a boolean if a field has been set.

func (*TriggeringEventsType) HasIMS

func (o *TriggeringEventsType) HasIMS() bool

HasIMS returns a boolean if a field has been set.

func (*TriggeringEventsType) HasMGW

func (o *TriggeringEventsType) HasMGW() bool

HasMGW returns a boolean if a field has been set.

func (*TriggeringEventsType) HasMME

func (o *TriggeringEventsType) HasMME() bool

HasMME returns a boolean if a field has been set.

func (*TriggeringEventsType) HasMSC_SERVER

func (o *TriggeringEventsType) HasMSC_SERVER() bool

HasMSC_SERVER returns a boolean if a field has been set.

func (*TriggeringEventsType) HasNEF

func (o *TriggeringEventsType) HasNEF() bool

HasNEF returns a boolean if a field has been set.

func (*TriggeringEventsType) HasNRF

func (o *TriggeringEventsType) HasNRF() bool

HasNRF returns a boolean if a field has been set.

func (*TriggeringEventsType) HasNSSF

func (o *TriggeringEventsType) HasNSSF() bool

HasNSSF returns a boolean if a field has been set.

func (*TriggeringEventsType) HasPCF

func (o *TriggeringEventsType) HasPCF() bool

HasPCF returns a boolean if a field has been set.

func (*TriggeringEventsType) HasPGW

func (o *TriggeringEventsType) HasPGW() bool

HasPGW returns a boolean if a field has been set.

func (*TriggeringEventsType) HasSGSN

func (o *TriggeringEventsType) HasSGSN() bool

HasSGSN returns a boolean if a field has been set.

func (*TriggeringEventsType) HasSGW

func (o *TriggeringEventsType) HasSGW() bool

HasSGW returns a boolean if a field has been set.

func (*TriggeringEventsType) HasSMF

func (o *TriggeringEventsType) HasSMF() bool

HasSMF returns a boolean if a field has been set.

func (*TriggeringEventsType) HasSMSF

func (o *TriggeringEventsType) HasSMSF() bool

HasSMSF returns a boolean if a field has been set.

func (*TriggeringEventsType) HasUDM

func (o *TriggeringEventsType) HasUDM() bool

HasUDM returns a boolean if a field has been set.

func (*TriggeringEventsType) HasUPF

func (o *TriggeringEventsType) HasUPF() bool

HasUPF returns a boolean if a field has been set.

func (TriggeringEventsType) MarshalJSON

func (o TriggeringEventsType) MarshalJSON() ([]byte, error)

func (*TriggeringEventsType) SetAMF

func (o *TriggeringEventsType) SetAMF(v []string)

SetAMF gets a reference to the given []string and assigns it to the AMF field.

func (*TriggeringEventsType) SetAUSF

func (o *TriggeringEventsType) SetAUSF(v []string)

SetAUSF gets a reference to the given []string and assigns it to the AUSF field.

func (*TriggeringEventsType) SetBM_SC

func (o *TriggeringEventsType) SetBM_SC(v []string)

SetBM_SC gets a reference to the given []string and assigns it to the BM_SC field.

func (*TriggeringEventsType) SetGGSN

func (o *TriggeringEventsType) SetGGSN(v []string)

SetGGSN gets a reference to the given []string and assigns it to the GGSN field.

func (*TriggeringEventsType) SetIMS

func (o *TriggeringEventsType) SetIMS(v []string)

SetIMS gets a reference to the given []string and assigns it to the IMS field.

func (*TriggeringEventsType) SetMGW

func (o *TriggeringEventsType) SetMGW(v []string)

SetMGW gets a reference to the given []string and assigns it to the MGW field.

func (*TriggeringEventsType) SetMME

func (o *TriggeringEventsType) SetMME(v []string)

SetMME gets a reference to the given []string and assigns it to the MME field.

func (*TriggeringEventsType) SetMSC_SERVER

func (o *TriggeringEventsType) SetMSC_SERVER(v []string)

SetMSC_SERVER gets a reference to the given []string and assigns it to the MSC_SERVER field.

func (*TriggeringEventsType) SetNEF

func (o *TriggeringEventsType) SetNEF(v []string)

SetNEF gets a reference to the given []string and assigns it to the NEF field.

func (*TriggeringEventsType) SetNRF

func (o *TriggeringEventsType) SetNRF(v []string)

SetNRF gets a reference to the given []string and assigns it to the NRF field.

func (*TriggeringEventsType) SetNSSF

func (o *TriggeringEventsType) SetNSSF(v []string)

SetNSSF gets a reference to the given []string and assigns it to the NSSF field.

func (*TriggeringEventsType) SetPCF

func (o *TriggeringEventsType) SetPCF(v []string)

SetPCF gets a reference to the given []string and assigns it to the PCF field.

func (*TriggeringEventsType) SetPGW

func (o *TriggeringEventsType) SetPGW(v []string)

SetPGW gets a reference to the given []string and assigns it to the PGW field.

func (*TriggeringEventsType) SetSGSN

func (o *TriggeringEventsType) SetSGSN(v []string)

SetSGSN gets a reference to the given []string and assigns it to the SGSN field.

func (*TriggeringEventsType) SetSGW

func (o *TriggeringEventsType) SetSGW(v []string)

SetSGW gets a reference to the given []string and assigns it to the SGW field.

func (*TriggeringEventsType) SetSMF

func (o *TriggeringEventsType) SetSMF(v []string)

SetSMF gets a reference to the given []string and assigns it to the SMF field.

func (*TriggeringEventsType) SetSMSF

func (o *TriggeringEventsType) SetSMSF(v []string)

SetSMSF gets a reference to the given []string and assigns it to the SMSF field.

func (*TriggeringEventsType) SetUDM

func (o *TriggeringEventsType) SetUDM(v []string)

SetUDM gets a reference to the given []string and assigns it to the UDM field.

func (*TriggeringEventsType) SetUPF

func (o *TriggeringEventsType) SetUPF(v []string)

SetUPF gets a reference to the given []string and assigns it to the UPF field.

func (TriggeringEventsType) ToMap

func (o TriggeringEventsType) ToMap() (map[string]interface{}, error)

type UEMobilityLevelContext

type UEMobilityLevelContext struct {
	ContextAttribute  *string         `json:"contextAttribute,omitempty"`
	ContextCondition  *string         `json:"contextCondition,omitempty"`
	ContextValueRange []MobilityLevel `json:"contextValueRange,omitempty"`
}

UEMobilityLevelContext This data type is the \"ExpectationContext\" data type with specialisations for UEMobilityLevelContext

func NewUEMobilityLevelContext

func NewUEMobilityLevelContext() *UEMobilityLevelContext

NewUEMobilityLevelContext instantiates a new UEMobilityLevelContext object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUEMobilityLevelContextWithDefaults

func NewUEMobilityLevelContextWithDefaults() *UEMobilityLevelContext

NewUEMobilityLevelContextWithDefaults instantiates a new UEMobilityLevelContext object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UEMobilityLevelContext) GetContextAttribute

func (o *UEMobilityLevelContext) GetContextAttribute() string

GetContextAttribute returns the ContextAttribute field value if set, zero value otherwise.

func (*UEMobilityLevelContext) GetContextAttributeOk

func (o *UEMobilityLevelContext) GetContextAttributeOk() (*string, bool)

GetContextAttributeOk returns a tuple with the ContextAttribute field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UEMobilityLevelContext) GetContextCondition

func (o *UEMobilityLevelContext) GetContextCondition() string

GetContextCondition returns the ContextCondition field value if set, zero value otherwise.

func (*UEMobilityLevelContext) GetContextConditionOk

func (o *UEMobilityLevelContext) GetContextConditionOk() (*string, bool)

GetContextConditionOk returns a tuple with the ContextCondition field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UEMobilityLevelContext) GetContextValueRange

func (o *UEMobilityLevelContext) GetContextValueRange() []MobilityLevel

GetContextValueRange returns the ContextValueRange field value if set, zero value otherwise.

func (*UEMobilityLevelContext) GetContextValueRangeOk

func (o *UEMobilityLevelContext) GetContextValueRangeOk() ([]MobilityLevel, bool)

GetContextValueRangeOk returns a tuple with the ContextValueRange field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UEMobilityLevelContext) HasContextAttribute

func (o *UEMobilityLevelContext) HasContextAttribute() bool

HasContextAttribute returns a boolean if a field has been set.

func (*UEMobilityLevelContext) HasContextCondition

func (o *UEMobilityLevelContext) HasContextCondition() bool

HasContextCondition returns a boolean if a field has been set.

func (*UEMobilityLevelContext) HasContextValueRange

func (o *UEMobilityLevelContext) HasContextValueRange() bool

HasContextValueRange returns a boolean if a field has been set.

func (UEMobilityLevelContext) MarshalJSON

func (o UEMobilityLevelContext) MarshalJSON() ([]byte, error)

func (*UEMobilityLevelContext) SetContextAttribute

func (o *UEMobilityLevelContext) SetContextAttribute(v string)

SetContextAttribute gets a reference to the given string and assigns it to the ContextAttribute field.

func (*UEMobilityLevelContext) SetContextCondition

func (o *UEMobilityLevelContext) SetContextCondition(v string)

SetContextCondition gets a reference to the given string and assigns it to the ContextCondition field.

func (*UEMobilityLevelContext) SetContextValueRange

func (o *UEMobilityLevelContext) SetContextValueRange(v []MobilityLevel)

SetContextValueRange gets a reference to the given []MobilityLevel and assigns it to the ContextValueRange field.

func (UEMobilityLevelContext) ToMap

func (o UEMobilityLevelContext) ToMap() (map[string]interface{}, error)

type UESpeedTarget

type UESpeedTarget struct {
	TargetAttribute  *string `json:"targetAttribute,omitempty"`
	TargetCondition  *string `json:"targetCondition,omitempty"`
	TargetValueRange *int32  `json:"targetValueRange,omitempty"`
}

UESpeedTarget This data type is the \"ExpectationTarget\" data type with specialisations for UESpeedTarget

func NewUESpeedTarget

func NewUESpeedTarget() *UESpeedTarget

NewUESpeedTarget instantiates a new UESpeedTarget object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUESpeedTargetWithDefaults

func NewUESpeedTargetWithDefaults() *UESpeedTarget

NewUESpeedTargetWithDefaults instantiates a new UESpeedTarget object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UESpeedTarget) GetTargetAttribute

func (o *UESpeedTarget) GetTargetAttribute() string

GetTargetAttribute returns the TargetAttribute field value if set, zero value otherwise.

func (*UESpeedTarget) GetTargetAttributeOk

func (o *UESpeedTarget) GetTargetAttributeOk() (*string, bool)

GetTargetAttributeOk returns a tuple with the TargetAttribute field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UESpeedTarget) GetTargetCondition

func (o *UESpeedTarget) GetTargetCondition() string

GetTargetCondition returns the TargetCondition field value if set, zero value otherwise.

func (*UESpeedTarget) GetTargetConditionOk

func (o *UESpeedTarget) GetTargetConditionOk() (*string, bool)

GetTargetConditionOk returns a tuple with the TargetCondition field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UESpeedTarget) GetTargetValueRange

func (o *UESpeedTarget) GetTargetValueRange() int32

GetTargetValueRange returns the TargetValueRange field value if set, zero value otherwise.

func (*UESpeedTarget) GetTargetValueRangeOk

func (o *UESpeedTarget) GetTargetValueRangeOk() (*int32, bool)

GetTargetValueRangeOk returns a tuple with the TargetValueRange field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UESpeedTarget) HasTargetAttribute

func (o *UESpeedTarget) HasTargetAttribute() bool

HasTargetAttribute returns a boolean if a field has been set.

func (*UESpeedTarget) HasTargetCondition

func (o *UESpeedTarget) HasTargetCondition() bool

HasTargetCondition returns a boolean if a field has been set.

func (*UESpeedTarget) HasTargetValueRange

func (o *UESpeedTarget) HasTargetValueRange() bool

HasTargetValueRange returns a boolean if a field has been set.

func (UESpeedTarget) MarshalJSON

func (o UESpeedTarget) MarshalJSON() ([]byte, error)

func (*UESpeedTarget) SetTargetAttribute

func (o *UESpeedTarget) SetTargetAttribute(v string)

SetTargetAttribute gets a reference to the given string and assigns it to the TargetAttribute field.

func (*UESpeedTarget) SetTargetCondition

func (o *UESpeedTarget) SetTargetCondition(v string)

SetTargetCondition gets a reference to the given string and assigns it to the TargetCondition field.

func (*UESpeedTarget) SetTargetValueRange

func (o *UESpeedTarget) SetTargetValueRange(v int32)

SetTargetValueRange gets a reference to the given int32 and assigns it to the TargetValueRange field.

func (UESpeedTarget) ToMap

func (o UESpeedTarget) ToMap() (map[string]interface{}, error)

type ULLatencyTarget

type ULLatencyTarget struct {
	TargetName       *string `json:"targetName,omitempty"`
	TargetCondition  *string `json:"targetCondition,omitempty"`
	TargetValueRange *int32  `json:"targetValueRange,omitempty"`
}

ULLatencyTarget This data type is the \"ExpectationTarget\" data type with specialisations for ULLatencyTarget

func NewULLatencyTarget

func NewULLatencyTarget() *ULLatencyTarget

NewULLatencyTarget instantiates a new ULLatencyTarget object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewULLatencyTargetWithDefaults

func NewULLatencyTargetWithDefaults() *ULLatencyTarget

NewULLatencyTargetWithDefaults instantiates a new ULLatencyTarget object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ULLatencyTarget) GetTargetCondition

func (o *ULLatencyTarget) GetTargetCondition() string

GetTargetCondition returns the TargetCondition field value if set, zero value otherwise.

func (*ULLatencyTarget) GetTargetConditionOk

func (o *ULLatencyTarget) GetTargetConditionOk() (*string, bool)

GetTargetConditionOk returns a tuple with the TargetCondition field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ULLatencyTarget) GetTargetName

func (o *ULLatencyTarget) GetTargetName() string

GetTargetName returns the TargetName field value if set, zero value otherwise.

func (*ULLatencyTarget) GetTargetNameOk

func (o *ULLatencyTarget) GetTargetNameOk() (*string, bool)

GetTargetNameOk returns a tuple with the TargetName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ULLatencyTarget) GetTargetValueRange

func (o *ULLatencyTarget) GetTargetValueRange() int32

GetTargetValueRange returns the TargetValueRange field value if set, zero value otherwise.

func (*ULLatencyTarget) GetTargetValueRangeOk

func (o *ULLatencyTarget) GetTargetValueRangeOk() (*int32, bool)

GetTargetValueRangeOk returns a tuple with the TargetValueRange field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ULLatencyTarget) HasTargetCondition

func (o *ULLatencyTarget) HasTargetCondition() bool

HasTargetCondition returns a boolean if a field has been set.

func (*ULLatencyTarget) HasTargetName

func (o *ULLatencyTarget) HasTargetName() bool

HasTargetName returns a boolean if a field has been set.

func (*ULLatencyTarget) HasTargetValueRange

func (o *ULLatencyTarget) HasTargetValueRange() bool

HasTargetValueRange returns a boolean if a field has been set.

func (ULLatencyTarget) MarshalJSON

func (o ULLatencyTarget) MarshalJSON() ([]byte, error)

func (*ULLatencyTarget) SetTargetCondition

func (o *ULLatencyTarget) SetTargetCondition(v string)

SetTargetCondition gets a reference to the given string and assigns it to the TargetCondition field.

func (*ULLatencyTarget) SetTargetName

func (o *ULLatencyTarget) SetTargetName(v string)

SetTargetName gets a reference to the given string and assigns it to the TargetName field.

func (*ULLatencyTarget) SetTargetValueRange

func (o *ULLatencyTarget) SetTargetValueRange(v int32)

SetTargetValueRange gets a reference to the given int32 and assigns it to the TargetValueRange field.

func (ULLatencyTarget) ToMap

func (o ULLatencyTarget) ToMap() (map[string]interface{}, error)

type ULThptPerUETarget

type ULThptPerUETarget struct {
	TargetName       *string `json:"targetName,omitempty"`
	TargetCondition  *string `json:"targetCondition,omitempty"`
	TargetValueRange *XLThpt `json:"targetValueRange,omitempty"`
}

ULThptPerUETarget This data type is the \"ExpectationTarget\" data type with specialisations for ULThptPerUETarget

func NewULThptPerUETarget

func NewULThptPerUETarget() *ULThptPerUETarget

NewULThptPerUETarget instantiates a new ULThptPerUETarget object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewULThptPerUETargetWithDefaults

func NewULThptPerUETargetWithDefaults() *ULThptPerUETarget

NewULThptPerUETargetWithDefaults instantiates a new ULThptPerUETarget object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ULThptPerUETarget) GetTargetCondition

func (o *ULThptPerUETarget) GetTargetCondition() string

GetTargetCondition returns the TargetCondition field value if set, zero value otherwise.

func (*ULThptPerUETarget) GetTargetConditionOk

func (o *ULThptPerUETarget) GetTargetConditionOk() (*string, bool)

GetTargetConditionOk returns a tuple with the TargetCondition field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ULThptPerUETarget) GetTargetName

func (o *ULThptPerUETarget) GetTargetName() string

GetTargetName returns the TargetName field value if set, zero value otherwise.

func (*ULThptPerUETarget) GetTargetNameOk

func (o *ULThptPerUETarget) GetTargetNameOk() (*string, bool)

GetTargetNameOk returns a tuple with the TargetName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ULThptPerUETarget) GetTargetValueRange

func (o *ULThptPerUETarget) GetTargetValueRange() XLThpt

GetTargetValueRange returns the TargetValueRange field value if set, zero value otherwise.

func (*ULThptPerUETarget) GetTargetValueRangeOk

func (o *ULThptPerUETarget) GetTargetValueRangeOk() (*XLThpt, bool)

GetTargetValueRangeOk returns a tuple with the TargetValueRange field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ULThptPerUETarget) HasTargetCondition

func (o *ULThptPerUETarget) HasTargetCondition() bool

HasTargetCondition returns a boolean if a field has been set.

func (*ULThptPerUETarget) HasTargetName

func (o *ULThptPerUETarget) HasTargetName() bool

HasTargetName returns a boolean if a field has been set.

func (*ULThptPerUETarget) HasTargetValueRange

func (o *ULThptPerUETarget) HasTargetValueRange() bool

HasTargetValueRange returns a boolean if a field has been set.

func (ULThptPerUETarget) MarshalJSON

func (o ULThptPerUETarget) MarshalJSON() ([]byte, error)

func (*ULThptPerUETarget) SetTargetCondition

func (o *ULThptPerUETarget) SetTargetCondition(v string)

SetTargetCondition gets a reference to the given string and assigns it to the TargetCondition field.

func (*ULThptPerUETarget) SetTargetName

func (o *ULThptPerUETarget) SetTargetName(v string)

SetTargetName gets a reference to the given string and assigns it to the TargetName field.

func (*ULThptPerUETarget) SetTargetValueRange

func (o *ULThptPerUETarget) SetTargetValueRange(v XLThpt)

SetTargetValueRange gets a reference to the given XLThpt and assigns it to the TargetValueRange field.

func (ULThptPerUETarget) ToMap

func (o ULThptPerUETarget) ToMap() (map[string]interface{}, error)

type VsDataContainerSingle

type VsDataContainerSingle struct {
	Id              *string                          `json:"id,omitempty"`
	Attributes      *VsDataContainerSingleAttributes `json:"attributes,omitempty"`
	VsDataContainer []VsDataContainerSingle          `json:"VsDataContainer,omitempty"`
}

VsDataContainerSingle struct for VsDataContainerSingle

func NewVsDataContainerSingle

func NewVsDataContainerSingle() *VsDataContainerSingle

NewVsDataContainerSingle instantiates a new VsDataContainerSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewVsDataContainerSingleWithDefaults

func NewVsDataContainerSingleWithDefaults() *VsDataContainerSingle

NewVsDataContainerSingleWithDefaults instantiates a new VsDataContainerSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*VsDataContainerSingle) GetAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*VsDataContainerSingle) GetAttributesOk

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VsDataContainerSingle) GetId

func (o *VsDataContainerSingle) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*VsDataContainerSingle) GetIdOk

func (o *VsDataContainerSingle) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VsDataContainerSingle) GetVsDataContainer

func (o *VsDataContainerSingle) GetVsDataContainer() []VsDataContainerSingle

GetVsDataContainer returns the VsDataContainer field value if set, zero value otherwise.

func (*VsDataContainerSingle) GetVsDataContainerOk

func (o *VsDataContainerSingle) GetVsDataContainerOk() ([]VsDataContainerSingle, bool)

GetVsDataContainerOk returns a tuple with the VsDataContainer field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VsDataContainerSingle) HasAttributes

func (o *VsDataContainerSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*VsDataContainerSingle) HasId

func (o *VsDataContainerSingle) HasId() bool

HasId returns a boolean if a field has been set.

func (*VsDataContainerSingle) HasVsDataContainer

func (o *VsDataContainerSingle) HasVsDataContainer() bool

HasVsDataContainer returns a boolean if a field has been set.

func (VsDataContainerSingle) MarshalJSON

func (o VsDataContainerSingle) MarshalJSON() ([]byte, error)

func (*VsDataContainerSingle) SetAttributes

SetAttributes gets a reference to the given VsDataContainerSingleAttributes and assigns it to the Attributes field.

func (*VsDataContainerSingle) SetId

func (o *VsDataContainerSingle) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*VsDataContainerSingle) SetVsDataContainer

func (o *VsDataContainerSingle) SetVsDataContainer(v []VsDataContainerSingle)

SetVsDataContainer gets a reference to the given []VsDataContainerSingle and assigns it to the VsDataContainer field.

func (VsDataContainerSingle) ToMap

func (o VsDataContainerSingle) ToMap() (map[string]interface{}, error)

type VsDataContainerSingleAttributes

type VsDataContainerSingleAttributes struct {
	VsDataType          *string     `json:"vsDataType,omitempty"`
	VsDataFormatVersion *string     `json:"vsDataFormatVersion,omitempty"`
	VsData              interface{} `json:"vsData,omitempty"`
}

VsDataContainerSingleAttributes struct for VsDataContainerSingleAttributes

func NewVsDataContainerSingleAttributes

func NewVsDataContainerSingleAttributes() *VsDataContainerSingleAttributes

NewVsDataContainerSingleAttributes instantiates a new VsDataContainerSingleAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewVsDataContainerSingleAttributesWithDefaults

func NewVsDataContainerSingleAttributesWithDefaults() *VsDataContainerSingleAttributes

NewVsDataContainerSingleAttributesWithDefaults instantiates a new VsDataContainerSingleAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*VsDataContainerSingleAttributes) GetVsData

func (o *VsDataContainerSingleAttributes) GetVsData() interface{}

GetVsData returns the VsData field value if set, zero value otherwise (both if not set or set to explicit null).

func (*VsDataContainerSingleAttributes) GetVsDataFormatVersion

func (o *VsDataContainerSingleAttributes) GetVsDataFormatVersion() string

GetVsDataFormatVersion returns the VsDataFormatVersion field value if set, zero value otherwise.

func (*VsDataContainerSingleAttributes) GetVsDataFormatVersionOk

func (o *VsDataContainerSingleAttributes) GetVsDataFormatVersionOk() (*string, bool)

GetVsDataFormatVersionOk returns a tuple with the VsDataFormatVersion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VsDataContainerSingleAttributes) GetVsDataOk

func (o *VsDataContainerSingleAttributes) GetVsDataOk() (*interface{}, bool)

GetVsDataOk returns a tuple with the VsData field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*VsDataContainerSingleAttributes) GetVsDataType

func (o *VsDataContainerSingleAttributes) GetVsDataType() string

GetVsDataType returns the VsDataType field value if set, zero value otherwise.

func (*VsDataContainerSingleAttributes) GetVsDataTypeOk

func (o *VsDataContainerSingleAttributes) GetVsDataTypeOk() (*string, bool)

GetVsDataTypeOk returns a tuple with the VsDataType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VsDataContainerSingleAttributes) HasVsData

func (o *VsDataContainerSingleAttributes) HasVsData() bool

HasVsData returns a boolean if a field has been set.

func (*VsDataContainerSingleAttributes) HasVsDataFormatVersion

func (o *VsDataContainerSingleAttributes) HasVsDataFormatVersion() bool

HasVsDataFormatVersion returns a boolean if a field has been set.

func (*VsDataContainerSingleAttributes) HasVsDataType

func (o *VsDataContainerSingleAttributes) HasVsDataType() bool

HasVsDataType returns a boolean if a field has been set.

func (VsDataContainerSingleAttributes) MarshalJSON

func (o VsDataContainerSingleAttributes) MarshalJSON() ([]byte, error)

func (*VsDataContainerSingleAttributes) SetVsData

func (o *VsDataContainerSingleAttributes) SetVsData(v interface{})

SetVsData gets a reference to the given interface{} and assigns it to the VsData field.

func (*VsDataContainerSingleAttributes) SetVsDataFormatVersion

func (o *VsDataContainerSingleAttributes) SetVsDataFormatVersion(v string)

SetVsDataFormatVersion gets a reference to the given string and assigns it to the VsDataFormatVersion field.

func (*VsDataContainerSingleAttributes) SetVsDataType

func (o *VsDataContainerSingleAttributes) SetVsDataType(v string)

SetVsDataType gets a reference to the given string and assigns it to the VsDataType field.

func (VsDataContainerSingleAttributes) ToMap

func (o VsDataContainerSingleAttributes) ToMap() (map[string]interface{}, error)

type WeakRSRPContext

type WeakRSRPContext struct {
	ContextAttribute  *string  `json:"contextAttribute,omitempty"`
	ContextCondition  *string  `json:"contextCondition,omitempty"`
	ContextValueRange *float32 `json:"contextValueRange,omitempty"`
}

WeakRSRPContext This data type is the \"TargetContext\" data type with specialisations for WeakRSRPContext

func NewWeakRSRPContext

func NewWeakRSRPContext() *WeakRSRPContext

NewWeakRSRPContext instantiates a new WeakRSRPContext object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewWeakRSRPContextWithDefaults

func NewWeakRSRPContextWithDefaults() *WeakRSRPContext

NewWeakRSRPContextWithDefaults instantiates a new WeakRSRPContext object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*WeakRSRPContext) GetContextAttribute

func (o *WeakRSRPContext) GetContextAttribute() string

GetContextAttribute returns the ContextAttribute field value if set, zero value otherwise.

func (*WeakRSRPContext) GetContextAttributeOk

func (o *WeakRSRPContext) GetContextAttributeOk() (*string, bool)

GetContextAttributeOk returns a tuple with the ContextAttribute field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WeakRSRPContext) GetContextCondition

func (o *WeakRSRPContext) GetContextCondition() string

GetContextCondition returns the ContextCondition field value if set, zero value otherwise.

func (*WeakRSRPContext) GetContextConditionOk

func (o *WeakRSRPContext) GetContextConditionOk() (*string, bool)

GetContextConditionOk returns a tuple with the ContextCondition field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WeakRSRPContext) GetContextValueRange

func (o *WeakRSRPContext) GetContextValueRange() float32

GetContextValueRange returns the ContextValueRange field value if set, zero value otherwise.

func (*WeakRSRPContext) GetContextValueRangeOk

func (o *WeakRSRPContext) GetContextValueRangeOk() (*float32, bool)

GetContextValueRangeOk returns a tuple with the ContextValueRange field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WeakRSRPContext) HasContextAttribute

func (o *WeakRSRPContext) HasContextAttribute() bool

HasContextAttribute returns a boolean if a field has been set.

func (*WeakRSRPContext) HasContextCondition

func (o *WeakRSRPContext) HasContextCondition() bool

HasContextCondition returns a boolean if a field has been set.

func (*WeakRSRPContext) HasContextValueRange

func (o *WeakRSRPContext) HasContextValueRange() bool

HasContextValueRange returns a boolean if a field has been set.

func (WeakRSRPContext) MarshalJSON

func (o WeakRSRPContext) MarshalJSON() ([]byte, error)

func (*WeakRSRPContext) SetContextAttribute

func (o *WeakRSRPContext) SetContextAttribute(v string)

SetContextAttribute gets a reference to the given string and assigns it to the ContextAttribute field.

func (*WeakRSRPContext) SetContextCondition

func (o *WeakRSRPContext) SetContextCondition(v string)

SetContextCondition gets a reference to the given string and assigns it to the ContextCondition field.

func (*WeakRSRPContext) SetContextValueRange

func (o *WeakRSRPContext) SetContextValueRange(v float32)

SetContextValueRange gets a reference to the given float32 and assigns it to the ContextValueRange field.

func (WeakRSRPContext) ToMap

func (o WeakRSRPContext) ToMap() (map[string]interface{}, error)

type WeakRSRPRatioTarget

type WeakRSRPRatioTarget struct {
	TargetName           *string          `json:"targetName,omitempty"`
	TargetCondition      *string          `json:"targetCondition,omitempty"`
	TargetValueRange     *int32           `json:"targetValueRange,omitempty"`
	TargetContexts       *WeakRSRPContext `json:"targetContexts,omitempty"`
	TargetFulfilmentInfo *FulfilmentInfo  `json:"targetFulfilmentInfo,omitempty"`
}

WeakRSRPRatioTarget This data type is the \"ExpectationTarget\" data type with specialisations for WeakRSRPRatioTarget

func NewWeakRSRPRatioTarget

func NewWeakRSRPRatioTarget() *WeakRSRPRatioTarget

NewWeakRSRPRatioTarget instantiates a new WeakRSRPRatioTarget object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewWeakRSRPRatioTargetWithDefaults

func NewWeakRSRPRatioTargetWithDefaults() *WeakRSRPRatioTarget

NewWeakRSRPRatioTargetWithDefaults instantiates a new WeakRSRPRatioTarget object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*WeakRSRPRatioTarget) GetTargetCondition

func (o *WeakRSRPRatioTarget) GetTargetCondition() string

GetTargetCondition returns the TargetCondition field value if set, zero value otherwise.

func (*WeakRSRPRatioTarget) GetTargetConditionOk

func (o *WeakRSRPRatioTarget) GetTargetConditionOk() (*string, bool)

GetTargetConditionOk returns a tuple with the TargetCondition field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WeakRSRPRatioTarget) GetTargetContexts

func (o *WeakRSRPRatioTarget) GetTargetContexts() WeakRSRPContext

GetTargetContexts returns the TargetContexts field value if set, zero value otherwise.

func (*WeakRSRPRatioTarget) GetTargetContextsOk

func (o *WeakRSRPRatioTarget) GetTargetContextsOk() (*WeakRSRPContext, bool)

GetTargetContextsOk returns a tuple with the TargetContexts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WeakRSRPRatioTarget) GetTargetFulfilmentInfo

func (o *WeakRSRPRatioTarget) GetTargetFulfilmentInfo() FulfilmentInfo

GetTargetFulfilmentInfo returns the TargetFulfilmentInfo field value if set, zero value otherwise.

func (*WeakRSRPRatioTarget) GetTargetFulfilmentInfoOk

func (o *WeakRSRPRatioTarget) GetTargetFulfilmentInfoOk() (*FulfilmentInfo, bool)

GetTargetFulfilmentInfoOk returns a tuple with the TargetFulfilmentInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WeakRSRPRatioTarget) GetTargetName

func (o *WeakRSRPRatioTarget) GetTargetName() string

GetTargetName returns the TargetName field value if set, zero value otherwise.

func (*WeakRSRPRatioTarget) GetTargetNameOk

func (o *WeakRSRPRatioTarget) GetTargetNameOk() (*string, bool)

GetTargetNameOk returns a tuple with the TargetName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WeakRSRPRatioTarget) GetTargetValueRange

func (o *WeakRSRPRatioTarget) GetTargetValueRange() int32

GetTargetValueRange returns the TargetValueRange field value if set, zero value otherwise.

func (*WeakRSRPRatioTarget) GetTargetValueRangeOk

func (o *WeakRSRPRatioTarget) GetTargetValueRangeOk() (*int32, bool)

GetTargetValueRangeOk returns a tuple with the TargetValueRange field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WeakRSRPRatioTarget) HasTargetCondition

func (o *WeakRSRPRatioTarget) HasTargetCondition() bool

HasTargetCondition returns a boolean if a field has been set.

func (*WeakRSRPRatioTarget) HasTargetContexts

func (o *WeakRSRPRatioTarget) HasTargetContexts() bool

HasTargetContexts returns a boolean if a field has been set.

func (*WeakRSRPRatioTarget) HasTargetFulfilmentInfo

func (o *WeakRSRPRatioTarget) HasTargetFulfilmentInfo() bool

HasTargetFulfilmentInfo returns a boolean if a field has been set.

func (*WeakRSRPRatioTarget) HasTargetName

func (o *WeakRSRPRatioTarget) HasTargetName() bool

HasTargetName returns a boolean if a field has been set.

func (*WeakRSRPRatioTarget) HasTargetValueRange

func (o *WeakRSRPRatioTarget) HasTargetValueRange() bool

HasTargetValueRange returns a boolean if a field has been set.

func (WeakRSRPRatioTarget) MarshalJSON

func (o WeakRSRPRatioTarget) MarshalJSON() ([]byte, error)

func (*WeakRSRPRatioTarget) SetTargetCondition

func (o *WeakRSRPRatioTarget) SetTargetCondition(v string)

SetTargetCondition gets a reference to the given string and assigns it to the TargetCondition field.

func (*WeakRSRPRatioTarget) SetTargetContexts

func (o *WeakRSRPRatioTarget) SetTargetContexts(v WeakRSRPContext)

SetTargetContexts gets a reference to the given WeakRSRPContext and assigns it to the TargetContexts field.

func (*WeakRSRPRatioTarget) SetTargetFulfilmentInfo

func (o *WeakRSRPRatioTarget) SetTargetFulfilmentInfo(v FulfilmentInfo)

SetTargetFulfilmentInfo gets a reference to the given FulfilmentInfo and assigns it to the TargetFulfilmentInfo field.

func (*WeakRSRPRatioTarget) SetTargetName

func (o *WeakRSRPRatioTarget) SetTargetName(v string)

SetTargetName gets a reference to the given string and assigns it to the TargetName field.

func (*WeakRSRPRatioTarget) SetTargetValueRange

func (o *WeakRSRPRatioTarget) SetTargetValueRange(v int32)

SetTargetValueRange gets a reference to the given int32 and assigns it to the TargetValueRange field.

func (WeakRSRPRatioTarget) ToMap

func (o WeakRSRPRatioTarget) ToMap() (map[string]interface{}, error)

type XLThpt

type XLThpt struct {
	ServAttrCom *ServAttrCom `json:"servAttrCom,omitempty"`
	GuaThpt     *float32     `json:"guaThpt,omitempty"`
	MaxThpt     *float32     `json:"maxThpt,omitempty"`
}

XLThpt struct for XLThpt

func NewXLThpt

func NewXLThpt() *XLThpt

NewXLThpt instantiates a new XLThpt object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewXLThptWithDefaults

func NewXLThptWithDefaults() *XLThpt

NewXLThptWithDefaults instantiates a new XLThpt object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*XLThpt) GetGuaThpt

func (o *XLThpt) GetGuaThpt() float32

GetGuaThpt returns the GuaThpt field value if set, zero value otherwise.

func (*XLThpt) GetGuaThptOk

func (o *XLThpt) GetGuaThptOk() (*float32, bool)

GetGuaThptOk returns a tuple with the GuaThpt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*XLThpt) GetMaxThpt

func (o *XLThpt) GetMaxThpt() float32

GetMaxThpt returns the MaxThpt field value if set, zero value otherwise.

func (*XLThpt) GetMaxThptOk

func (o *XLThpt) GetMaxThptOk() (*float32, bool)

GetMaxThptOk returns a tuple with the MaxThpt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*XLThpt) GetServAttrCom

func (o *XLThpt) GetServAttrCom() ServAttrCom

GetServAttrCom returns the ServAttrCom field value if set, zero value otherwise.

func (*XLThpt) GetServAttrComOk

func (o *XLThpt) GetServAttrComOk() (*ServAttrCom, bool)

GetServAttrComOk returns a tuple with the ServAttrCom field value if set, nil otherwise and a boolean to check if the value has been set.

func (*XLThpt) HasGuaThpt

func (o *XLThpt) HasGuaThpt() bool

HasGuaThpt returns a boolean if a field has been set.

func (*XLThpt) HasMaxThpt

func (o *XLThpt) HasMaxThpt() bool

HasMaxThpt returns a boolean if a field has been set.

func (*XLThpt) HasServAttrCom

func (o *XLThpt) HasServAttrCom() bool

HasServAttrCom returns a boolean if a field has been set.

func (XLThpt) MarshalJSON

func (o XLThpt) MarshalJSON() ([]byte, error)

func (*XLThpt) SetGuaThpt

func (o *XLThpt) SetGuaThpt(v float32)

SetGuaThpt gets a reference to the given float32 and assigns it to the GuaThpt field.

func (*XLThpt) SetMaxThpt

func (o *XLThpt) SetMaxThpt(v float32)

SetMaxThpt gets a reference to the given float32 and assigns it to the MaxThpt field.

func (*XLThpt) SetServAttrCom

func (o *XLThpt) SetServAttrCom(v ServAttrCom)

SetServAttrCom gets a reference to the given ServAttrCom and assigns it to the ServAttrCom field.

func (XLThpt) ToMap

func (o XLThpt) ToMap() (map[string]interface{}, error)

Source Files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL